/*标签样式初始化*/
div,ul,li,span,p,img,h1,h2,h3,h4,h5,h6,dl,dt,dd {margin: 0px; padding: 0px;list-style: none;border: 0px;}

/*公共样式部分*/
body {color: #666;margin: 0 auto;background-color: #fff; font-family: "Microsoft YaHei";overflow-x: hidden; font-size:14px;}
*{-webkit-box-sizing: border-box;box-sizing: border-box;}
#copy { display: none;}
a {color: #666; text-decoration: none;}
a:hover { color:#305dc4;text-decoration: none; border-bottom-style:}
.bg{ width: 100%;min-width: 1300px;position: relative;}
.box{margin:0 auto;width:100%;min-width: 1300px;box-sizing: border-box;padding:0px 5%;max-width: 1600px;}
.box1{margin:0 auto;width:100%;min-width: 1300px;box-sizing: border-box;padding:0px 3%;max-width: 1600px;}
.fl { float: left;}
.fr {float: right;}

/*左右浮动清除*/
.clear { clear: both;height: 0px; overflow: hidden;}

@keyframes hover{
    0%{transform:scale(1)}
    25%{transform:scale(.6)}
    50%{transform:scale(1)}
    75%{transform:scale(1.2)}
    100%{ttransform:scale(1)}
}



/*间隙*/
.top10 {padding-top: 10px;}
.top20 {padding-top: 20px;}
.top30 {padding-top: 30px;}
.top40 {padding-top: 40px;}
.top50 {padding-top: 50px;}
.top60 {padding-top: 60px;}
.top70 {padding-top: 70px;}
.top80 {padding-top: 80px;}
.top90 {padding-top: 90px;}
.top100 {padding-top: 100px;}


/*英文样式*/
.font_en {font-family: Arial, Helvetica, sans-serif;text-transform: uppercase;font-weight: normal;}
.en {font-family: Arial, Helvetica, sans-serif;font-weight: normal;}

.t{text-align:center;}
.t h3{font-size:40px;line-height: 40px;color: #333;font-weight: normal;}
.t h3 b{color:#305dc4;font-weight: bold;}
.t p{font-size:18px;margin-top:10px;}


/*head*/
.head {width: 100%;padding: 34px 0px;}
.head_box {width:100%;min-width: 1300px;box-sizing: border-box;padding:0px 5%;max-width: 95%;margin: 0 auto;display: flex;justify-content: space-between;align-items: center;}
.head_l {display: flex;justify-content: space-between;align-items: center;}
.head_logo {display: flex;position: relative;align-items: center;}
.head_logo i {display: inline-block; width:15vw;}
.head_logo i img {width:100%;}
.head_logo p {color: #000000;font-weight: normal;padding-left: 13px;}
.head_logo p b {background-image: -webkit-linear-gradient(60deg,#333 30%,#999 54%,#333 50%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;display: inline-block;font-weight:normal;font-family: "pmzd";font-size: calc(1rem + 1vw);line-height: calc(1rem + 1vw);overflow:  hidden; width: 102%;}
.head_logo p span {text-transform: uppercase; font-size: 16px;display: block;line-height: 16px;letter-spacing: 4px;padding-top: 10px;font-weight:normal;}
.head_tit {display: flex;flex-direction: column;padding-left: 25px;margin-top: 13px;border-left: 1px #ddd solid;margin-left: 25px;}
.head_tit b {font-size:2vw; height:3vw;letter-spacing:0.9vw;color: #333;}
.head_tit b span {font-size: 25px;color:#ed0304;vertical-align: bottom;font-weight: bold;}
.head_tit ul {display: flex;justify-content: space-between;width: 100%;}
.head_tit li {font-weight: lighter;display:  flex; font-size:1vw; flex-direction:  column;justify-content:  center;align-items:  center;padding:6px 0px;}
.head_tit li+li {border-left:none;}
.head_tit li i { font-size: 24px;color: #999;}
.head_tit li p {font-size:  14px;line-height: 15px;padding-top: 5px; font-weight:normal;}
.head_tit li p span { color:  #305dc4;}
.head_tit li a {font-size:14px;}
.head_r {display:  flex;align-items:  center;margin-left: -20px;}
.head_r p {display: flex;flex-direction: column;font-size:1vw;line-height: 1.5vw;text-align: right; color: rgba(51, 51, 51, 0.5);}
.head_r p span {font-size:2vw;font-family: Impact;line-height:2.5vw;color:#305dc4; }
.head_r>i {width: 2.5vw; height: 2.5vw;border-radius: 50%;display: flex;
justify-content: center;align-items: center;background:#305dc4;color: #fff;margin: 0 16px;    font-size:26px;}
.head_r>i img{width:1.2vw;}
.head_r>ul>li:hover .tit_sel {transform: rotateX(0);transition: all 0.5s;z-index: 222;}
.head_r>ul {}
.head_r>ul>li {width: 2.5vw; height: 2.5vw;border:1px solid #ddd;border-radius: 50%;display: flex;justify-content: center;align-items: center;}
.head_r>ul>li i {font-size:24px;    position: relative;    margin-top: 1px;}
.head_r>ul>li i:after { content: ''; width: 100%;height: 82px; position: absolute; top: 0;left: 0;}

/*搜索*/
.head_r>ul>li:hover .tit_sel{transform: rotateX(0);transition: all 0.5s;} 
.tit_sel {width:680px;height: 150px;background: rgba(48,93,195,0.7);transform: rotateX(90deg);position: absolute;right: 0;transition: all 0.5s;font-size: 16px;padding:30px 0 30px 30px; z-index: 4;top:148px;}
.tit_sel span {font-size: 24px;display: block;color: #152682;font-family: Arial;}
.tit_icon:hover .tit_sel{transform: rotateX(0);transition: all 0.5s;}
#search-i{float:left; width:30px; height:33px; overflow:hidden; margin-top:20px;  box-sizing: border-box; padding-top: 7px;    border: 1px solid #dddddd;border-left: none;}
#search-bg{float:left; width:374px; height:33px; overflow:hidden; padding-left:14px; margin-top:20px; box-sizing: border-box;     border: 1px solid #dddddd;border-right: none;text-align: left; line-height: 30px;}
.search-text{ font-size:14px;color: #999999;justify-content: center;align-items: center;}
.search-text a{ font-size:15px; color: #fff !important; transition: all 0.3s linear; padding-right:5px;}
.search-text span{ float:left;  color:#ffffff;font-size: 15px;}
#infoname{ border:none;background:none; outline:none;} 
.search_name {float: left;font-size:22px;color: #ffffff; line-height: 32px;position: relative;z-index: 5;padding: 15px 0;width: 264px;height: 96px;background: #cb0303;text-align: center;}
.search_name:after {content: "";width: 0px;height: 0px;border-top: 7px solid #005299; border-right: 7px solid transparent;border-bottom:8px solid transparent; border-left: 7px solid #005299;position: absolute; top: 81px; right: -13px; transition: 0.5s all ease-in-out; }
form {justify-content: center;}
.head_right {display: flex;justify-content: space-between;align-items: center;width: 72%;}

/*nav*/
.nav {width: 100%;background: #305dc4;height: 80px;}
.nav_box {margin: 0 auto;}
.nav_con {position: relative;}
.nav_con>ul {display: flex;justify-content: space-around;align-items: center;}
.nav_con>ul>li {display: flex;flex-direction: column;align-items: center;transition: 0.5s;z-index: 5;width: 12%;}
.nav_con>ul>li>a {font-size: calc(0.4rem + 0.6vw);color: #fff;text-align: center;display: flex;flex-direction: column;position: relative;width: 100%;    line-height: 80px;}
.nav_con li a i {color: #999;font-size: 12px;font-family: Arial;text-transform: uppercase;opacity: 0.5;transform: scale(0.9);   }
.nav_con>ul>li>a:after {content:'';width:100%;background:linear-gradient(to right,#ed0304,#ed0304);position: absolute;left: 0%;top:0px;opacity: 0;transform: scaleX(0);transition: 0.5s;z-index:-1;height: 80px;}
.nav_con li:hover>a, .nav_con li:hover a i,.nav_con li.cur>a, .nav_con li.cur a i {transition:0.5s;}
.nav_con>ul>li:hover a:after, .nav_con>ul>li.cur a:after {opacity: 1;transform: scaleX(1);transition: 0.5s;}

/*下拉*/
.nav_con li:hover  .con_nav {transform: rotateX(0deg);}
.con_nav {background:rgba(255,255,255,1);position: absolute;top:80px;left: 0;z-index:55;overflow:hidden;width:100%;box-shadow: 1px 5px 10px rgba(0,0,0,0.2);transition: 0.5s;transform-origin: top;transform: rotateX(90deg);display: flex;justify-content: space-around;align-items: center;padding: 3%;}
.con_l {width:8%; position: relative;}
.con_l:after {content:'';width:2px;height:100%;position:absolute;top:0;left: -18px;background: #305dc4;}
.con_l p { display: flex;flex-direction: column;font-size: 24px; line-height: 24px;}
.con_l p span { font-size: 14px;color: #666;text-transform: uppercase;line-height: 18px;padding-top: 7px;font-family: Arial;}
.con_r { width:72%;}
.con_r>ul {width: 100%;}
.con_r>ul>li{width: 30%;padding: 1%;float: left;}
.con_r>ul+ul>li{margin-top:3%;}
.con_r>ul>li>a {font-size: 16px;color: #333; border-top: 1px #eee solid; border-bottom: 1px #eee solid; padding:15px 22px;text-align: center;    line-height: 30px;}
.con_r>ul>li>a:hover{color: #305dc4;}
.nav_con>ul>li:nth-child(4) .con_nav .con_r {width:72%;}

.name_l{position: absolute;bottom:2.2vw;}
.name_l span{font-size:1.2vw;line-height: 1.2vw;display: inline-block;padding-left:1.5vw;margin-right: 4px;color: #333; background-size:1.2vw auto; background-repeat:no-repeat; background-position:left center;}
.name_l span.a5{background-image: url(http://www.syou.com.cn/uploadfile/image/20190314/20190314111248_870411225.jpg);}
.name_l span.a6{background-image: url(http://www.syou.com.cn/uploadfile/image/20190314/20190314111248_1355456969.jpg);}
.name_l span.a7{background-image: url(http://www.syou.com.cn/uploadfile/image/20190314/20190314111248_262053716.jpg);}


.ma{text-align: center;margin-left:8vw;}
.ma img{width:6.3vw;}
.ma p{font-size:1vw; line-height:1.5vw;}


.nav_search {position: relative; cursor:pointer; margin-left:1vw;font-size:1.2vw;}
.nav_search a{font-size:18px;}




/*幻灯片*/
.banner-box{background:#f5f5f5; }
.banner-box,.banner-box .bd li{height:700px;}
.banner-box{min-width:1300px;position:relative;overflow:hidden;margin: 0 auto;}
.banner-box .bd{ width:100% !important;}
.banner-b{position: absolute;bottom: 0;}
.banner-box .bd li{width:100%;background-position: center;background-repeat: no-repeat;}
.banner-box .bd li a{display:block;background-size:auto;width:100% !important; height:100% !important; text-align:center;}

.banner-btn a{display:block;width:40px;height:40px;position:absolute;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;-webkit-transition: 0.3s all ease-in-out;transition:0.3s all ease-in-out}
.banner-box .banner-btn a.prev,.banner-box .banner-btn a.next{top:360px;background-position:0 -40px;}
.banner-btn a.prev{left:-54px;background-image:url(//memberpic.114my.com.cn/0408831/uploadfile/image/20211224/20211224104300_1520817337.png); background-repeat:no-repeat;} 
.banner-btn a.next{right:-54px;background-image:url(//memberpic.114my.com.cn/0408831/uploadfile/image/20211224/20211224104325_1179519142.png); background-repeat:no-repeat;}
.banner-box:hover .banner-btn a.prev{ left:54px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box:hover .banner-btn a.next{ right: 54px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box .banner-btn a.prev:hover,.banner-box:hover .banner-btn a.next:hover{filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:.8;}
.banner-box .hd {position:absolute;bottom:40px;width: 100%;display: block;}
.banner-box .hd ul{ text-align: center}
.banner-box .hd ul li{ width:20px; height:10px; border-radius :20px; text-indent:-9999px; background:rgba(255,255,255,0.2); cursor:pointer; display:inline-block; margin:0 5px; -webkit-transition: 0.3s all ease-in-out; transition:0.3s all ease-in-out;}
.banner-box .hd ul li.on{background:#006ae2; width: 32px;}



/*搜索*/
.search_bg{height: 120px;border-bottom: 1px solid #eee;box-sizing: initial;background: #fff;}
.search_nbg{height: 121px;position: absolute;z-index: 999;top:767px;border-bottom: 1px solid #eee;background: #fff;}
.search_nbg .search{margin:0 auto;background: #fff;}
.search-bg{width:280px;height:50px;margin-top: 35px;overflow: hidden;border-radius: 20px;position: relative;}
.search{height: 120px;overflow: hidden;}
.search_l{line-height: 120px;}
.search_l dd{font-size: 15px;color: #666;display: inline-block;font-weight: lighter;}
.search_l a{font-size: 15px;color: #666;font-weight: lighter;}
.search_l a+a{margin-left:20px;}
.search_l a:hover{color:#005bac;}
.search-bg #infoname{width:280px;background:#f1f1f1; outline:none; color:#999;border: none;height:50px;line-height:50px;font-size: 14px;padding-left: 20px;font-weight: lighter;border-radius: 23px;border:1px solid #eee;}
.search-i{position: absolute;right: 0px;top: 0px; width: 50px;height: 50px;text-align: center;}


/*产品*/
.prod_bg{background: #fff; padding:80px 0px;  position: relative;}
.prod_list{height: 295px;position: relative; }
.prod_list li{float: left; width:14%; background: #f5f5f5;transition: all ease 0.3s; }
.prod_list li+li{border-left: 1px #e1e1e1 solid; }
.prod_list a.prolist2021_one{font-size:18px; color: #333; text-align: center; line-height: 78px;display: block; }
.prod_list dl{position: absolute; top:78px; left: 0; padding-top: 15px; display: none; width: 100%; padding-left:2.4vw;}
.prod_list dl dt{ display: inline-block;margin-left: 40px; }
.prod_list dl a{font-size: 16px; display: block; padding-left: 20px; background: url(//memberpic.114my.com.cn/0408831/uploadfile/image/20211224/20211224104415_409863998.png)no-repeat center left; line-height: 50px;}
.prod_list li.on{background: #305dc4; }
.prod_list li.on a.prolist2021_one{color:#fff;}
.prod_list li.on dl{display: block; }
.prod_cont{position: relative;    z-index: 9;}
.prod_cont li{float:left; width:23.5%; margin-bottom:2%;  }
.prod_cont li+li{margin-left:2%; }
.prod_cont li img{width:100%; height:auto;  transition: all ease 0.3s;}
.prod_cont li:hover img{transform: scale(1.1);}
.prod_cont li>a{overflow: hidden; }
.prod_cont li a,.prod_cont li span{display: block;}
.prod_cont li br{display: none; }
.prod_cont li span{height: 56px; line-height: 56px; width: 100%; background:#f5f5f5; padding:0 2vw; transition: all ease 0.3s;}
.prod_cont li span a{font-size: 16px; color: #333; margin-top: 1px;}
.prod_cont li span a:after{content:""; display:block; width:16px; height:16px; float:right; margin-top:18px; background:url(//memberpic.114my.com.cn/0408831/uploadfile/image/20211224/20211224104435_194188173.png)no-repeat center top; transition: all ease 0.3s;}
.prod_cont li:hover span a{color:#fff;}
.prod_cont li:hover span{ background:#305dc4; }
.prod_cont li:hover span a:after{background-position-y:bottom;}



/*应用*/
.case_box{width:100%;background:url(//memberpic.114my.com.cn/0408831/uploadfile/image/20211223/20211223145424_926133356.jpg)no-repeat center top;padding:80px 0 80px 0;}

.case_b3{position:relative;}
.case_b3 ul{display:flex;overflow:hidden;}
.case_b3 ul li{position:relative;width:32%;border:1px solid #eee;transition:all .5s;flex-shrink:0;border:8px #e8e8e8 solid;border-radius: 15px;overflow: hidden;}
.case_b3 ul li+li{margin-left: 2%;}
.case_b3 ul+ul li{margin-top: 2%;}
.case_b3 ul li img{width:100%;height:auto;border-radius:6px;transition: all linear 0.5s;-moz-transition: all linear 0.5s;-ms-transition: all linear 0.5s;-webkit-transition: all linear 0.5s;}
.case_b3 ul li:hover img{-webkit-transform: scale(1.12, 1.12);transform: scale(1.12, 1.12);}
.case_b3 ul li>a{display:block;}
.case_b3 ul li p>a{position:absolute;top:0;left:0;display:flex;width:100%;height:100%;background:rgba(48,93,196,.5);color:#fff;text-align:center;font-size:18px;transition:all .5s;transform:rotateX(90deg);align-items:center;justify-content:center;border-radius: 6px;}
.par_bc{position:relative;overflow:hidden;}
.case_b3 ul li:hover p>a{transform:rotateX(0);}

.nyxqnews_leftcont img {width: 100%;height: auto;}



/*banner02*/
.banner02_bg{ height: 254px; background: url(//memberpic.114my.com.cn/0408831/uploadfile/image/20211224/20211224101830_1225857279.jpg)no-repeat center;}
.banner02_w{background: url(//memberpic.114my.com.cn/0408831/uploadfile/image/20211224/20211224083851_1325776113.png)no-repeat top left; padding:60px 0 20px 44px; }
.banner02_w p{font-size: 30px; color: #000; display:inline-block; padding-right:196px;line-height:50px; background: url(//memberpic.114my.com.cn/0408831/uploadfile/image/20211224/20211224091604_2002862165.png)no-repeat center right;}
.banner02_w dd{font-size:18px; color: #222; line-height:40px; padding-bottom:10px; }
.banner02_w span{font-size: 16px; padding-left:20px; }
.banner02_w strong{font-size: 30px; color:#ed0010; font-family: "Arial";}

/*优势*/
.adva {width: 100%;background: #f7f8fa;padding: 80px 0;overflow: hidden;}
.adva_box {max-width: 1500px;margin: 0 auto;}
.adva_tit {display: flex;flex-direction: column;align-items: center;position:relative;}
.adva_tit:after {content:'';width:100%;background:url(//memberpic.114my.com.cn/dg0083043/uploadfile/image/20211217/20211217135008_1993648866.png) no-repeat center;position:absolute;bottom: -40px;left:0;height: 11px;}
.adva_tit span {font-size: 42px;}
.adva_tit span b {font-weight: normal;color: #024cb3;}
.adva_tit p {font-size: 18px;color: #666;font-weight:  lighter;line-height:  20px;padding-top: 15px;}
.adva_tab {padding-top: 60px;}
.adva_nav {}
.adva_nav ul {display: flex;justify-content: space-between;align-items: center;width: 80%;margin: 0 auto;}
.adva_nav li {display: flex;flex-direction: column;align-items: center;position:  relative;}
.adva_nav li:after {content:'';width: 258px;height:1px;background:#ddd;position:absolute;top: 30px;left: 96px;}
.adva_nav li:last-child:after {display: none;}
.adva_nav li i {width: 60px;height: 60px;border-radius: 50%;font-size: 36px;display: flex;justify-content: center;align-items: center;color: #024cb3;}
.adva_nav li p {font-size: 18px;line-height: 20px;padding-top: 16px;color: #666;}
.adva_nav li.on i {background: #fff;}
.adva_nav li.on p {color: #024cb3;}
.adva_nav li.on {color: #024cb3;}
.adva_con {overflow: hidden;background: #fff;box-shadow: 0 0 20px rgba(2,76,179,0.1);border-radius: 40px;margin-top: 4%;}
.adva_bao {display: flex;transition: 0.5s;}
.adva_big {width: 100%;flex-shrink: 0;display: flex;justify-content: space-between;align-items: center;overflow:  hidden;padding: 5%;}
.adva_pic {width: 55.76%;}
.adva_pic i {}
.adva_pic i img {width:100%;height: auto;}
.adva_txt {width: 40%;display:  flex;flex-direction:  column;}
.adva_txt p {align-items:  center;font-size: 38px;line-height: 42px;position:  relative;padding-left:  7%;font-weight:  100;}
.adva_txt p span{font-size: 16px; color:#ccc;display: block; text-transform: uppercase; padding-top: 5px;}
.adva_txt p:after {content:'';background: url(//memberpic.114my.com.cn/dg0083043/uploadfile/image/20211217/20211217140645_482632613.png)no-repeat  0;position:absolute;top: -8px;left:0;width:  100%;height: 61px;}
.adva_txt p b {color:#024cb3;font-size: 48px;}
.adva_txt em {font-size: 16px;color: #666;font-weight: lighter;line-height: 32px;margin-top: 5%;font-style: normal;}
.adva_txt em:nth-child(2) {margin-top: 9%;}
.adva_txt a {width: 180px;height: 40px;background: linear-gradient(to right,#024cb3,#1a74f1);color: #fff;border-radius: 40px;display:  flex;justify-content:  center;align-items:  center;margin-top: 10%; font-weight:100;transition:0.5s;}
.adva_txt a:hover{width: 380px;transition:0.5s;}



/*mess*/
.mes_bc  input, textarea {outline: none;border: none;}
.mes_bc  textarea {resize: none;overflow: auto;}
.adbt b{font-size: 30px;display: block;}
.mes_bc  .from_tab{width:100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.mes_bc  .from_tab>div{overflow:hidden;}
.mes_bc  .from_tab>div+div{/* margin-left: 20px; */}
.mes_bc  #feedback_form {height: 60px;}
.mes_bc .col4{width: 100%;height:40px;background: #fff;margin-top:15px}
.mes_bc .col4 span{display: inline-block;font-size: 30px;color: #999;margin-top: 15px;margin-left: 24px;}
.mes_bc .col4 input{height: 100%;width: 100%;/* margin-left: 16px; */font-size: 14px;color: #333;background: #f1f1f1;padding-left: 12px;}
.mes_bc  .from_tab #tianxieone{margin-left: 0px;margin-top: 20px;float: right;width:100%;}
.mes_bc  .from_tab #tianxiethree{width:100%;height:45px;align-items: center;position: relative;}
.mes_bc  .from_tab #tianxiethree span{display: inline-block;font-size: 30px;color: #d2d2d2;margin-top:2px;margin-left: 24px;}
.mes_bc  .from_tab #tianxiethree>input{height: 100%;width: 58px;padding-left: 14px;font-size: 16px;color: #333;line-height: 45px;background: #f1f1f1;}
.mes_bc  .from_tab #tianxiethree #authcode{width:64%;float:left;}
.mes_bc  .feedback_btn{width:30%;height:45px;text-align: center;float:right;}
.mes_bc  .feedback_btn .btns{line-height:45px;width: 100%;background: #305dc4;color: #fff;font-size: 16px;cursor: pointer;}
.mes_bc  .lyan textarea {width: 100%;height: 50px;line-height: 50px;outline: none;font-size: 14px;color: #333;padding: 0 0 0 12px;background: #f1f1f1;font-family: "Arial";margin-top: 15px;}
.mes_c>b {font-size: 40px;color: #fff;display: block;text-align:center}
.adbt p {font-size: 16px;color: #666;margin-top: 20px;}
.lyan {width: 100%;margin-top: 5px}
.mes_bc  #tianxiethree>img {position:absolute;right:222px;top:7px;}
.mes_rc{width:50%;height:345px;}
@media screen and (max-width: 1400px){.froms_feedback{margin-top:/*45px*/;}}

.lc{box-sizing:border-box;padding-top:64px;width:100%;height:314px;background:url(//memberpic.114my.com.cn/0408831/uploadfile/image/20211223/20211223145302_984660087.jpg) center no-repeat;}
.lc .lc_main{position:relative;height:100%;}
.lc .lc_main .inform{box-sizing:border-box;padding:15px;width:640px;height:314px;background:#fff;box-shadow:0 3px 13px 0 rgba(161,161,161,.24);    margin-top: -64px;}
.lc .lc_main .lc_con .lc_list.myclearfix{display:flex; justify-content:space-between;}
.lc .lc_main .inform .in_item>button{width:108px;height:49px;background-color:#181818;color:#fff;font-size:16px;cursor:pointer;}
.lc .lc_main .lc_con>p{margin-bottom:30px;height:20px;color:#fff;font-size:20px;line-height:20px;}
.lc .lc_main .lc_con>h3{margin-bottom:48px;height:48px;color:#fff;font-size:48px;line-height:48px;}
.lc .lc_main .lc_con .lc_list .lc_item{float:left;margin:3px 0;}
.lc .lc_main .lc_con .lc_list .lc_item:hover>p{font-weight:700;}
.lc .lc_main .lc_con .lc_list .lc_item>span{display:block;margin:0 auto;width:16px;height:16px;background:#fff;-webkit-transition:all .7s ease-in-out;transition:all .7s ease-in-out;    border-radius: 50%;}
.lc .lc_main .lc_con .lc_list .lc_item>p{margin-top:22px;height:18px;color:#fff;text-align:center;font-size:18px;line-height:18px;-webkit-transition:all .7s ease-in-out;transition:all .7s ease-in-out;}

.mes_bc {padding: 15px;border: 1px #eee dashed;height:100%;}


/*简介*/
.com_l{width:45%;margin-top: 40px;}
.com_w1{}
.com_w1 p{font-size:28px;color:#222;}
.com_w1 span{display: block;font-size:14px;color:#999;margin-top:6px;}
.com_w1 i{display: block;width:10%;height:2px;background:#305dc4;margin-top:20px;}
.com_w{font-size:15px;line-height:30px;margin-top:30px;}

/*数据*/
.num_con{margin-top:40px;}
.num_con ul {display: flex;justify-content: space-between;align-items: center;}
.num_con li {width: 25%;display: flex;flex-direction: column;position: relative;align-items:  center;border-right:  1px solid #eee;height: 30%;justify-content:  center;}
.num_con li:last-child {border-right:none;}
.num_con li i {font-size:40px;font-family: Arial;color: #024cb3;font-style: normal;}
.num_con li em {position: absolute;right:2%;top: 14px;font-size:16px;color: #024cb3;font-weight:  lighter;font-style: normal;}
.num_con li:nth-child(1) em {right: 25%;}
.num_con li:nth-last-child(-n+2) em {right:16%;}
.num_con li p {display: flex;flex-direction: column;align-items: center;font-size:16px;line-height: 30px;font-weight:  lighter;padding-top: 10px;}
.num_con li p span {font-size: 15px;line-height: 16px;padding-top: 12px; font-weight:100;}
.about_video {width: 100%;height: 200px;margin-top: -30px;position: relative;background: url(//memberpic.114my.com.cn/0408831/uploadfile/image/20211224/20211224104351_1876337316.png)no-repeat center bottom;}


.com_r{width:50%;}
.com_r img{display: block;width:100%;}


.equ_list{width:45%;margin-top:50px;}
.equ_list li{width:32%;height:50px;line-height:50px;text-align: center;background:#305dc4;float: left;color: #fff;}
.equ_list li+li{margin-left:2%;}
.equ_list li.on{background:#ed0303;}


.equ_cont ul li{float:left; width:23.5%; position: relative; overflow: hidden; text-align: center;border: 1px #eee solid;}
.equ_cont ul li+li{margin-left:2%; }
.equ_cont ul li img{width:100%; height:auto;transition: all 0.3s ease; }
.equ_cont ul li a{display: block; color:#fff; font-size: 16px; }
.equ_cont ul li p{position: absolute; bottom:0; left: 0;  width: 100%; height: 40px; line-height: 40px; background: rgba(0,0,0,0.6);transition: all 0.3s ease;}





/**/
.Partner{ width: 100%; padding-top: 60px; padding-bottom: 60px;background: #f2f2f2;}
.Partner1{}
.Partner1 table tr {display: flex;justify-content: space-between;border-top: 1px solid #ddd;}
.Partner1 table tr:last-child{border-bottom:none;}
.Partner1 table tr td{padding-left: inherit !important;transition: all 0.3s linear;text-align: center;border-left: 1px solid #ddd;width: calc(100% / 5);background: #fff;overflow: hidden;}
.Partner1 table tr td a{display: flex;height: 100%;align-items: center;justify-content: center;}
.Partner1 table tr td a img{}
.Partner1 table tr td:nth-child(5){border-right: 1px solid #ddd;}
.Partner1 table tr td div{ display: none;}

.Partner1 table tr td a img{}
    .Partner1 table tr td a img:hover{    -webkit-filter: grayscale(0);
-moz-filter: grayscale(0);
-ms-filter: grayscale(0);
-o-filter: grayscale(0);

filter: grayscale(0);

filter: gray; transition: all 0.5s linear;}
.Partner1 table tr td:hover{box-shadow: 0 0 20px rgb(0 0 0 / 0.2);position: relative;z-index: 99;transform: scale(1);}


/*新闻*/
.news_bg{width:100%; background: #eee;margin-top: 80px;}
.news {margin: 0 auto;}
.news_t{text-align:left; float:left; width:300px;padding: 50px 0 40px 0;}
.news_t dd:after{display:none;}
.news_t p {    font-size: 36px;font-weight:normal;color:#222;}
.news_t dd {font-size: 16px; color: #999;line-height: 36px; font-weight:100;}
.news1_a{width:auto;float:right; margin-top:60px;}
.news1_a a{display:block;width:152px;height:45px;line-height: 45px;font-size: 18px;color:#333;float:left;font-weight:100; box-sizing: border-box; text-align:center; margin-left:20px;background:#fff;}
.news1_a a.on{background: #305dc4; color:#fff; border:1px  #305dc4 solid;}
.news_b{height:570px !important;width: 100% !important;}
.news_box {
    width: 100% !important;
}

.news_box .news_div_item{width:33.334%;height:118px; float:left;position: relative;box-sizing: border-box;background:#fff;margin-left:2%; margin-bottom:16px; border: 1px solid #eee;}
.news_box .news_div_item:nth-child(1){margin-left:0; }
.news_box .news_div_item:nth-child(-n+2){width:31%;height: 520px; padding:24px;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_pic img{width:100%;box-sizing: border-box;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_pic{position: absolute;top:24px;width:89.362%;display:block;height: 275px;overflow: hidden;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_date{position: absolute;top:370px;width:83%;font-size:12px;color: #999;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_content .news_div_item_title a:after{content: 'Read more →';font-size: 12px;color: #222;line-height: 40px; position: absolute;bottom: -130px;width: 100%;left: 0;}
.news_div_item_year,.news_div_item_month,.news_div_item_day{display: inline-block;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_content{position: absolute;top:330px;width:89.362%;}
a.news_div_item_a{font-size:18px !important;color:#333;line-height:40px; position: relative;}
.news_div_item_body{font-size:14px;color:#999;line-height:26px; overflow : hidden; top: ;ext-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_body{  -webkit-line-clamp: 2; margin-top:24px; }
.news_div_item_pic,.news_box .news_div_item:nth-child(n+3) .news_div_item_date{display:none;}
.news_box .news_div_item:nth-child(n+3) .news_div_item_content{width:100%; padding: 26px 34px;}
.news_box .news_div_item:nth-child(n+3) a.news_div_item_a{line-height:30px;}
.news_box .news_div_item:nth-child(n+3):after{content:""; display:block; width:0; height:6px; background:#305dc4; margin-bottom:-6px; transition:0.3s all ease-in-out;}
.news_box .news_div_item:nth-child(n+3):hover::after{width:100%;}
.news_div_item{transition: all 0.3s;}
.news_div_item_pic{overflow:hidden;}
.news_div_item_pic img{transition: all 0.3s;}
.news_div_item:hover .news_div_item_pic img{transform: scale(1.1);}






/*友情链接*/
.link_bg {border-top:1px #eee solid; padding:30px 0;}
.links_bj{position:relative;line-height: 30px;}
.links_zbt{width:80px;font-size:15px;color:#333;}
.links_zbt img{margin-right:15px;margin-top: -5px;}
.links_lj{font-size:14px;color:#333; width:94%;}
.links_tb{width:auto;}
.linkTagcs{width:auto !important;}
.linkTagcs li a{font-size:14px;color:#333 !important;}




/*版权*/
.footer_bg{background: #222; padding-top:70px;}
.footer_bg a{transition: all ease 0.3s;}
.footer_l{width:70%;}
.footer_l li{float:left; color:#ccc;}
.footer_l li+li{margin-left:14%;}
.footer_l li a{display:block; color:#ccc; font-size:15px; line-height:40px; }
.footer_l li p a{font-size:18px; padding-bottom:20px; color:#fff;}
.footer_r{width:17%; padding-top:6px; }
.footer_rt{text-align: right;}
.footer_rt p{font-size:16px; color:#fff; line-height:34px; }
.footer_rt b{font-size:30px; color:#ed0010; }
.footer_rm{ width:100%;}
.footer_e{background:#fff; padding:10px; margin-top:30px; width:46%; float:right; margin-left:4%; }
.footer_e img{width:46%;    float: left;}
.footer_rw{float:left; padding-left:1vw; padding-top:10px;}
.footer_rw span{font-size:18px; color:#000;}
.footer_rw dd{font-size:16px; padding-bottom:26px; background: url(//memberpic.114my.com.cn/0408831/uploadfile/image/20211224/20211224104727_1651201289.png) no-repeat left bottom; }
.footer_rb{text-align: right;}
.footer_rb p{ font-size:15px; color:#ccc; margin-top:3vw; display:inline-block; padding-left:24px;  background: url(//memberpic.114my.com.cn/0408831/uploadfile/image/20211224/20211224104754_1584204417.png) no-repeat left;}


.copy{line-height:120px; border-top:1px solid rgba(255,255,255,0.1); margin:0 auto; margin-top:40px; color:#ccc;}
.copy a{color:#ccc; }
.footer_bg a:hover{color:#fff;}



@media (max-width: 1300px){
.footer_l{width:65%; }
.footer_r{width:35%; }
.footer_rt b{font-size:20px;}
}


.footer_r li dl img {
    width: 180px;
    height: 180px;
    padding: 10px;
    border: 1px solid #363636;
}
.footer_r li p {
    font-size: 17px;
    color: #ddd;
    text-align: center;
    font-weight: bold;
    padding-bottom: 5px;
}
/*切换*/
.erweimatab {padding-top: 6px;}
.erweimacon dl+dl{ display:none;}
.erweimatab dt{ width:38px; height:38px; cursor:pointer; background:#363636; border-radius:50%; -webkit-transition:all .4s ease; transition:all .4s ease;}
.erweimatab dt+dt{ margin-top:18px;}
.erweimatab dt.on{ background:#305dc4;}
.foot_dh li dl img {width: 180px;height: 180px;padding: 10px;border: 1px solid #363636;}
.copy_bg{ border-top: 1px solid #333; margin-top:59px; font-size:14px; }
.copy span {width:100%;height: 90px;display: inline-block;color: #888;line-height: 90px;text-align: left;}
.copy span a{ color: #888; font-size:14px;}
.copy span a:hover{ color: #fff;}




/*浮动*/
.y-kefu-box { position: fixed; right: 0; bottom: 10%; z-index: 9999; font-size: 13px;}
.y-kefu-box img { display: block; width: 100%; height: auto; }
.y-kefu-box01 .icon { display: block; background: url(//memberpic.114my.com.cn/0408831/uploadfile/image/20220322/20220322134246_1879582714.png) no-repeat; margin: 0 auto 6px;}
.y-kefu-box01 { width: 54px; color: #666; text-align: center; }
.y-kefu-box01 .kf-close-btn { width: 27px; height: 27px; background-position: -5px -115px; position: relative; cursor: pointer;}
.y-kefu-box01 .kf-close-btn:before { content: ''; display: block; width: 1px; height: 12px; background-color: #305dc4; position: absolute; bottom: -12px; left: 13px; z-index: 1; }
.y-kefu-box01 .show-status>a, .y-kefu-box01 .show-status>div { display: block; width: 52px; padding: 8px 0 12px; background-color: #fff; border-left: solid 1px #efefef; border-top: solid 1px #efefef; border-right: solid 1px #efefef; position: relative;}
.y-kefu-box01 .show-status { position: relative; }
.y-kefu-box01 .show-status .kf-zixun { background-color: #305dc4; border-color: #305dc4; color: #fff; margin: 10px 0 7px;}
.y-kefu-box01 .kf-zixun { border-radius: 2px; }
.y-kefu-box01 .kf-zixun i { width: 21px; height: 22px; background-position: -5px -5px; }
.wangwang i.icon{background-image: url(//memberpic.114my.com.cn/0408831/uploadfile/image/20231116/20231116145903_1672462088.png);background-position:center center;}
.y-kefu-box01 .kf-mobile { border-top-left-radius: 2px; border-top-right-radius: 2px; }
.y-kefu-box01 .kf-mobile>i { width: 18px; height: 18px; background-position: -5px -32px; }
.y-kefu-box01 .kf-mobile:hover>i { background-position: -30px -32px; }
.y-kefu-box01 .kf-weChat>i { width: 22px; height: 19px; background-position: -5px -55px; }
.y-kefu-box01 .kf-weChat:hover>i {background-position: -30px -55px; }
.line-b{ border-bottom: solid 1px #efefef;}
.y-kefu-box01 .kf-email { border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; }
.y-kefu-box01 .kf-email>i { width: 18px; height: 14px; background-position: -5px -80px; }
.y-kefu-box01 .kf-email:hover>i { background-position: -30px -80px; }
.y-kefu-box01 .back-top i { width: 13px; height: 11px; background-position: -5px -98px; }
.y-kefu-box01 .back-top:hover i { background-position: -30px -98px; }
.y-kefu-box01 .kf-email, .y-kefu-box01 .back-top  { border-bottom: solid 1px #efefef;}
.y-kefu-box01 .back-top { margin-top: 20px; border-radius: 2px; left: 55px;}
.y-kefu-box01 .hver:hover { background-color:#305dc4; border-color: #305dc4;}
.y-kefu-box01 .hver:hover>p { color: #fff; }
.y-kefu-box01 .kf-zixun1 { border-radius: 2px;border-bottom: 1px #efefef solid;border-top: 0px !important;}
.y-kefu-box01 .kf-zixun1 i { width: 21px; height: 22px; background-position: -5px -180px; }
.y-kefu-box01 .kf-zixun1:hover>i { background-position: -30px -180px; }
.y-kefu-box01 .mobile-infos, .y-kefu-box01 .y-ewm-box, .y-kefu-box01 .y-email-infos { background-color: #fff; border: solid 1px #efefef; position: absolute; right: 90px; z-index: 2; border-radius: 2px; display: none;}
.y-kefu-box01 .mobile-infos { width: 220px; text-align: left; top: 0;}
.y-kefu-box01 .mobile-infos>div { padding: 20px 0 20px 45px; position: relative; }
.y-kefu-box01 .mobile-infos>div i { width: 15px; height: 15px; background-position: -52px -32px; position: absolute; top: 22px; left: 20px; z-index: 2; }
.y-kefu-box01 .mobile-infos .online1 { border-bottom: solid 1px #efefef; }
.y-kefu-box01 .mobile-infos span { color:#b9b9b9; }
.y-kefu-box01 .mobile-infos p { color:#305dc4; font-size: 18px; }
y-kefu-box .right {width: 12px;height: 12px;position: absolute;right: -12px;top: 24px;}
y-kefu-box .right-arrow1,y-kefu-box .right-arrow2 {width: 0;height: 0;display: block;position: absolute;left: 0;top: 0;border-top: 6px transparent dashed;border-right: 6px transparent dashed;border-bottom: 6px transparent dashed;border-left: 6px white solid;overflow: hidden;}
y-kefu-box .right-arrow1 {left: 1px;border-left: 6px #efefef solid;}
y-kefu-box .right-arrow2 {border-left: 6px white solid;}

.y-kefu-box01 .y-ewm-box { width: 140px; top: -60px;}
.y-kefu-box01 .y-ewm-box>div { width: 140px; padding:10px;}
.y-kefu-box01 .y-ewm-box>div p{line-height:34px;}
.y-kefu-box01 .y-ewm-box img { width:120px; height:120px; margin: 0 auto; }
.y-kefu-box01 .y-ewm-box .y-ewm-img1 { width: 140px;  }
.y-kefu-box01 .y-ewm-box .right { top: 84px; }
/*email*/
.y-kefu-box01 .y-email-infos { padding: 28px 20px 28px 45px; color:#b9b9b9; text-align: left; bottom: 0; width:170px;}
.y-kefu-box01 .y-email-infos p { color:#305dc4; font-size: 16px; }
.y-kefu-box01 .y-email-infos>i { width: 18px; height: 13px; background-position: -52px -80px; position: absolute; left: 15px; top: 30px; }
.y-kefu-box01 .y-email-infos .right { top: 55px; }
.y-kefu-box01 .hide-status { width: 54px; height: 65px; background-color:#305dc4;position: absolute; top: 37px; left: 55px; z-index: 9;}
.y-kefu-box01 .hide-status .kf-zixun { padding: 10px 0 7px; color: #fff; cursor: pointer; }