/* 常量设置 */
.wrap { width:1300px; margin-right:auto; margin-left:auto;}
.mwrap { max-width:1366px; margin-right:auto; margin-left:auto;}
/*对ie8设置最小宽度，防止页面错乱*/
/*for ie8*/
body{min-width:1540px\9; overflow-x:hidden;}
/*for ie9+*/
@media all and (min-width:0){
	body{min-width:0; overflow-x:hidden;}
}
body{font-size:14px; line-height:1.6; color:#555; background:#fff;}
a{color:inherit;}
a:hover { color:#246cf0;}
::-moz-selection {color:#fff; background:#246cf0; }
::selection {color:#fff; background:#246cf0; }
::-webkit-input-placeholder { color:#aaa; } 
.placeholder { color:#aaa;}
/*css组件设置*/
.form-control, .input-group-addon, .btn{border-radius:2px; }
.form-control:focus { border-color:#246cf0; outline:0; box-shadow:inset 0 1px 1px #246cf0, 0 0 6px #246cf0;}
.imgZoom img,.imgY180 img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;}
.imgZoom { overflow:hidden; -webkit-transform:rotate(0); transform:rotate(0); }
.imgZoom:hover img{ -moz-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}
.imgY180:hover img { cursor:pointer; -moz-transform:rotateY(180deg); -ms-transform:rotateY(180deg); -o-transform:rotateY(180deg); -webkit-transform:rotateY(180deg); transform:rotateY(180deg) }

/* ui.css */
html { -webkit-tap-highlight-color:rgba(0, 0, 0, 0);}
body,input,select,textarea,button { font-family:'Hs_regular','Microsoft Yahei', 'Helvetica Neue', Helvetica, 'Lucida Grande', Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', STHeiti, SimSun, sans-serif;}
body, h1, h2, h3, h4, p, ul, ol, dd, dl, form { margin:0;}
hr { margin-top:20px; margin-bottom:20px; border:0; border-top:1px solid #eee;}
img { max-width:100%; height:auto; vertical-align:top; -ms-interpolation-mode:bicubic; border:0 ;}
ul { padding-left:0; list-style-type:none;}
i, em { font-style:normal;}
big { font-size:1.3em;}
small { font-size:0.77em;}
a { -webkit-transition:all 0.3s ease; transition:all 0.3s ease; text-decoration:none; outline:0;}
article, aside, dialog, footer, header, section, nav, figure, menu, audio, canvas, progress, video { display:block;}
/*工具*/
.fix { *zoom:1; *clear:both;}
.fix:before, .fix:after { display:table; clear:both; content:'';}
.oh { overflow:hidden; *zoom:1;}
.l { float:left;}.r { float:right;}
.dib { display:inline-block; *display:inline; *zoom:1;}
.pr { position:relative;}.pa { position:absolute;}
.tc { text-align:center;}.tr { text-align:right;}
.el { overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.hide { display:none;}
.hidetext { font:0/0 a; letter-spacing:-9px;}
.arr { display:inline-block; overflow:hidden; width:0; height:0;}
.opc0 { opacity:0 ; filter:alpha(opacity=0);}
/* 等比填充 */
*[class*="rect-"]{position:relative;display:block; width:100%;height:0;overflow:hidden;}
*[class*="rect-"] ._full{position:absolute;left:0;top:0;width:100%;height:100%;
*height:auto;}
.rect-50{padding-bottom:50%;}
.rect-5625{padding-bottom:56.25%;}
.rect-60{padding-bottom:60%;}
.rect-618{padding-bottom:61.8%;}
.rect-70{padding-bottom:70%;}
.rect-75{padding-bottom:75%;}
.rect-80{padding-bottom:80%;}
.rect-90{padding-bottom:90%;}
.rect-100{padding-bottom:100%;}

@font-face {
  font-family:"Hs_bold";
  src:
       url("HarmonyOS_Sans/HarmonyOS_Sans_SC_Bold.ttf") ;
  font-weight:normal;
  font-style:normal;
}
@font-face {
  font-family:"Hs_light";
  src:
       url("HarmonyOS_Sans/HarmonyOS_Sans_SC_Light.ttf") ;
  font-weight:normal;
  font-style:normal;
}
@font-face {
  font-family:"Hs_regular";
  src:
       url("HarmonyOS_Sans/HarmonyOS_Sans_SC_Regular.ttf") ;
  font-weight:normal;
  font-style:normal;
}
@font-face {
  font-family:"Hs_medium";
  src:
       url("HarmonyOS_Sans/HarmonyOS_Sans_SC_Medium.ttf") ;
  font-weight:normal;
  font-style:normal;
}
@font-face {
  font-family:"Hs_thin";
  src:
       url("HarmonyOS_Sans/HarmonyOS_Sans_SC_Thin.ttf") ;
  font-weight:normal;
  font-style:normal;
}

/*   src:url("BEBAS/BEBAS.woff2") format("woff2"),
       url("BEBAS/BEBAS.woff") format("woff"),
       url("BEBAS/BEBAS.ttf") format("truetype"),
       url("BEBAS/BEBAS.eot") format("embedded-opentype"),
       url("BEBAS/BEBAS.svg") format("svg"); */
/* 网站样式 */

/* 首页头部 */
.pageHeader{position:absolute; left:0; top:0; width:100%; z-index:10;;}
.pageHeader .logo{float:left; padding-top:17px;}
.pageHeader .logo a{display:block; font-size:0;}
.pageHeader .h_search{width:19%; float:right; height:35px; line-height:35px; background:rgba(255,255,255,.39); border-radius:40px; margin-top:17px; position:relative;}
.pageHeader .h_search .inp{width:80%; height:35px; line-height:35px; padding:0; background:none; border:none; outline:none; text-indent:20px; color:#fff;}
.pageHeader .h_search .btns{width:24px; height:24px; border:none; background:url(../img/h_search.png) no-repeat center; position:absolute; right:17px; top:50%; transform:translateY(-50%); cursor:pointer;}

.h_menu,.m_nav{display:none;}

/* ibanner */
.iban_swiper{height:376px; position:relative; overflow:hidden;}
.iban_swiper .swiper-pagination-bullet{width:8px; height:8px; padding:0; background:#898989; border-radius:10px; transition:all 0.5s ease; opacity:1; cursor:pointer}
.iban_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{width:19px; background-image:linear-gradient(to right, #1F64E3,#4CDAF1);}
.iban_swiper .swiper-container-horizontal>.swiper-pagination-bullets{font-size:0; bottom:20px;;}
.iban_swiper .swiper-slide{position:relative; overflow:hidden;}
.iban_swiper img{position:absolute; left:50%; margin-left:-960px; width:1920px; max-width:none;}
/* 导航 */
.inav ul{padding:0 5%;}
.inav .li{width:16.666%; float:left; padding:19px 0 12px;}
.inav .li .icon{height:45px; width:68px; margin:0 auto;}
.inav .li01 .icon{background:url(../img/nav_icon1.png) no-repeat center; background-position:0 0;}
.inav .li02 .icon{background:url(../img/nav_icon2.png) no-repeat center; background-position:0 0;}
.inav .li03 .icon{background:url(../img/nav_icon3.png) no-repeat center; background-position:0 0;}
.inav .li04 .icon{background:url(../img/nav_icon4.png) no-repeat center; background-position:0 0;}
.inav .li05 .icon{background:url(../img/nav_icon5.png) no-repeat center; background-position:0 0;}
.inav .li06 .icon{background:url(../img/nav_icon6.png) no-repeat center; background-position:0 0;}
.inav .li01.cur .icon{background-position:0 -45px;}
.inav .li02.cur .icon{background-position:0 -45px;}
.inav .li03.cur .icon{background-position:0 -45px;}
.inav .li04.cur .icon{background-position:0 -45px;}
.inav .li05.cur .icon{background-position:0 -45px;}
.inav .li06.cur .icon{background-position:0 -45px;}
.inav .li .tit{font-size:18px; line-height:28px; color:#2b2b2b; font-family:'Hs_light'; text-align:center; margin-top:2px;}
.inav .li.cur{background-image:linear-gradient(to right,#246cf0,#4FE1FC);;}
.inav .li.cur .tit{color:#fff;}
/* 第一部分 */
.ipart01{background:url(../img/ipart01_1.jpg) no-repeat center; padding:95px 0 43px; background-size:cover;}
.ipart01 .content .rect-59{padding-bottom:59%;}
.ipart01 .content{position:relative; padding-bottom:57px; margin-bottom:42px;}
.ipart01 .content:after{clear:both; content:''; display:block;}
.ipart01 .content .left{width:46.7%; float:left;}
.ipart01 .content .left img{transition:all 0.5s ease;}
.ipart01 .content .left:hover img {-webkit-transform:scale(1.05); -ms-transform:scale(1.05); transform:scale(1.05);}
.ipart01 .content .left .play{width:92px; height:92px; background:url(../img/ipart01_3.png) no-repeat center; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);}
.ipart01 .content .right{width:45.8%; float:right;}
.ipart01 .content .right .box{padding-top:45px; position:relative; z-index:2;}
.ipart01 .content .right .box .tit{font-size:40px; line-height:45px; color:#333; font-family:'Hs_light';}
.ipart01 .content .right .box .con{font-size:15px; line-height:26px; color:#333; font-family:'Hs_light'; margin-top:15px;}
.ipart01 .content .right .box .more {margin-top:105px; position:relative; z-index:2; display:block;}
.ipart01 .content .right .box .more .info{display:inline-block; vertical-align:middle;}
.ipart01 .content .right .box .more .info .t{font-size:22px; line-height:24px; color:#fff; display:block; margin-bottom:2px;}
.ipart01 .content .right .box .more .info .c{font-size:16px; line-height:20px; color:#fff; text-transform:uppercase;}
.ipart01 .content .right .box .more .jt{width:107px; height:26px; margin-left:18px; display:inline-block; vertical-align:middle; transition:all 0.5s ease;}
.ipart01 .content .right .box .more:hover .jt{margin-left:26px;}
.ipart01 .content:before{content:''; width:1610px; height:142px; background:url(../img/ipart01_5.jpg) no-repeat center; position:absolute; left:0; bottom:0;}
.ipart01 .list .rect-50{padding-bottom:50%;}
.ipart01 .list .rect-252{padding-bottom:25.2%;}
.ipart01 .list .li01{float:left; width:25%;}
.ipart01 .list .li02{float:left; width:49.6%; margin:0 0.2%;}
.ipart01 .list .li03{float:left; width:25%;}
.ipart01 .list li{position:relative;}
.ipart01 .list li:after{content:''; width:47px; height:25px; background:url(../img/ipart01_9.png) no-repeat center; position:absolute; right:0; bottom:0;}
.ipart01 .list li img{transition:all 0.5s ease;}
.ipart01 .list li:hover img {-webkit-transform:scale(1.05); -ms-transform:scale(1.05); transform:scale(1.05);}
.ipart02{margin:50px 0;}
.ipart02 .infor{margin-bottom:45px;}
.ipart02 .infor .tit{font-size:40px; line-height:40px; color:#333;  position:relative; padding-bottom:15px;}
.ipart02 .infor .tit:after{content:''; width:60px; height:4px; background-image:linear-gradient(to right,#246cf0,#4FE1FC); position:absolute; bottom:0; left:0;}
.ipart02 .infor .con li{float:left; margin-left:15px; font-size:24px; line-height:25px; margin-top:15px; color:#8d8d8d; font-family:'Hs_regular';}
.ipart02 .infor .con li a:hover{color:#246cf0;}
.ipart02 .infor .con li.cur a{color:#246cf0;}
.ipart02 .content .rect-193{padding-bottom:193%;}
.ipart02 .content .rect-693{padding-bottom:69.3%;}
.ipart02 .content .left{width:25.7%; float:left;}
.ipart02 .content .right{width:73.3%; float:right;}
.ipart02 .content .right li{float:left; width:32.5%; margin-right:1.25%; margin-bottom:11px; box-shadow:0 0 15px rgba(0,0,0,.1);}
.ipart02 .content .right li:nth-child(3n){margin-right:0;}
.ipart02 .content .right li .info_ .box{padding:20px 30px 25px; text-align:center;}
.ipart02 .content .right li .info_ .box .tit{display:block; font-size:20px; line-height:24px; color:#333;}
.ipart02 .content .right li .info_ .box .con{font-size:18px; line-height:26px; color:#767676; margin-top:7px;}
.ipart02 .content .right li .info_ .box .con a{display:inline-block; margin:0 5px;}
.ipart02 .content .right li img{transition:all 0.5s ease;}
.ipart02 .content .right li:hover img {-webkit-transform:scale(1.05); -ms-transform:scale(1.05); transform:scale(1.05);}
.ipart03{margin-bottom:80px;}
.ipart03 .infor{margin-bottom:45px;}
.ipart03 .infor .tit{font-size:40px; line-height:40px; color:#333;   position:relative; padding-bottom:15px;}
.ipart03 .infor .tit:after{content:''; width:60px; height:4px; background-image:linear-gradient(to right,#246cf0,#4FE1FC); position:absolute; bottom:0; left:0;}
.ipart03 .infor .con{margin-top:15px;}
.ipart03 .infor .con a{color:#8d8d8d; font-size:24px; line-height:24px; transition:0.5s ease;}
.ipart03 .infor .con a i{width:25px; height:22px; background:url(../img/ipart03_1.png) no-repeat center; display:inline-block; vertical-align:-2px; margin-left:5px;}
.ipart03 .infor .con a:hover{color:#246cf0;}
.ipart03 .infor .con a:hover i{background:url(../img/ipart03_2.png) no-repeat center; background-size:cover;}
.ipart03 .content .rect-54{padding-bottom:54%;}
.ipart03 .content .left{width:48.8%; float:left;}
.ipart03 .content .left .info .box{padding:35px 30px 30px 25px;}
.ipart03 .content .left .info .box .t{display:block; font-size:30px; line-height:30px; font-family:'Hs_light'; font-weight:bold;}
.ipart03 .content .left .info .box .c{display:block; font-size:20px; line-height:30px; color:#8d8d8d; font-family:'Hs_light'; margin-top:10px; height:90px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical;}
.ipart03 .content .left .info .box .text{font-size:18px; color:#8d8d8d; font-family:'Hs_light'; margin-top:26px;}
.ipart03 .content .left img{transition:all 0.5s ease;widh:100%;}
.ipart03 .content .left:hover img {-webkit-transform:scale(1.05); -ms-transform:scale(1.05); transform:scale(1.05);}
.ipart03 .content .left:hover .info .box .t{color:#246cf0;}
.ipart03 .content .right{width:48%; float:right;}
.ipart03 .content .right li{border-bottom:1px solid #8d8d8d; padding:17px 0 13px;}
.ipart03 .content .right li .t{font-size:28px; line-height:32px; color:#333; font-family:'Hs_light'; font-weight:bold; transition:all 0.5s ease;display:block;}
.ipart03 .content .right li .c{font-size:18px; line-height:26px; color:#8d8d8d; font-family:'Hs_light'; margin-top:7px;}
.ipart03 .content .right li:last-child{border-bottom:none;}
.ipart03 .content .right li .t:hover{color:#246cf0; font-family:'Hs_medium';;}
.ipart04{margin-bottom:80px;}
.ipart04 .infor{margin-bottom:45px;}
.ipart04 .infor .tit{font-size:40px; line-height:40px; color:#333;   position:relative; padding-bottom:15px;}
.ipart04 .infor .tit:after{content:''; width:60px; height:4px; background-image:linear-gradient(to right,#246cf0,#4FE1FC); position:absolute; bottom:0; left:0;}
.ipart04 .infor .con{margin-top:15px;}
.ipart04 .infor .con a{color:#8d8d8d; font-size:24px; line-height:24px; transition:0.5s ease;}
.ipart04 .infor .con a i{width:25px; height:22px; background:url(../img/ipart05_1.png) no-repeat center; display:inline-block; vertical-align:-2px; margin-left:5px}
.ipart04 .infor .con a:hover{color:#246cf0;}
.ipart04 .infor .con a:hover i{background:url(../img/ipart05_2.png) no-repeat center; background-size:cover;}
.ipart04 .content{background:url(../img/ipart04_1.jpg) no-repeat center bottom; padding-bottom:50px;}
.ipart04 .content .swiper-slide a{display:block; position:relative;}
.ipart04 .content .swiper-slide a:after{content:''; width:100%; height:100%; position:absolute; left:0; bottom:0; background:rgba(0,0,0,.6);}
.ipart04 .content .swiper-slide a .play{width:103px; height:103px; background:url(../img/ipart04_4.png) no-repeat center; position:absolute; left:50%; top:50%; transform:translate(-50%, -50%); opacity:0; visibility:hidden; transition:all 0.5s ease; z-index:2}
.ipart04 .content .swiper-slide.swiper-slide-active a .play{opacity:1; visibility:visible;}
.ipart05{margin-bottom:80px;}
.ipart05 .infor{margin-bottom:45px;}
.ipart05 .infor .tit{font-size:40px; line-height:40px; color:#333;   position:relative; padding-bottom:15px;}
.ipart05 .infor .tit:after{content:''; width:60px; height:4px; background-image:linear-gradient(to right,#246cf0,#4FE1FC); position:absolute; bottom:0; left:0;}
.ipart05 .infor .con{margin-top:15px;}
.ipart05 .infor .con a{color:#8d8d8d; font-size:24px; line-height:24px; transition:0.5s ease;}
.ipart05 .infor .con a i{width:22px; height:25px; background:url(../img/ipart05_1.png) no-repeat center; display:inline-block; vertical-align:-3px; margin-left:5px;}
.ipart05 .infor .con a:hover{color:#246cf0;}
.ipart05 .infor .con a:hover i{background:url(../img/ipart05_2.png) no-repeat center; background-size:cover;}
.ipart05 .content li{float:left; width:32%; position:relative; margin-bottom:2%;}
.ipart05 .content li .rect-82{padding-bottom:56%;}
.ipart05 .content li .rect-40{padding-bottom:27%;}
.ipart05 .content li .li_box{display:block;}
.ipart05 .content li .li_box .cover{width:100%; background:rgba(42,42,42,.7); position:absolute; left:0; bottom:0; padding:0 13px; box-sizing:border-box;}
.ipart05 .content li .li_box .cover .t{font-size:24px; line-height:30px; padding:10px 0; color:#fff; font-family:'Hs_light'; text-align:center;}
.ipart05 .content li.li02{margin:0 2%;}
.ipart05 .content li.li05{margin:0 2%;}
.ipart05 .content li img{transition:all 0.5s ease;width:100%;}
.ipart05 .content li:hover img {-webkit-transform:scale(1.05); -ms-transform:scale(1.05); transform:scale(1.05);}
.ipart06{margin-bottom:80px;}
.ipart06 .infor{margin-bottom:45px;}
.ipart06 .infor .tit{font-size:40px; line-height:40px; color:#333;   position:relative; padding-bottom:15px;}
.ipart06 .infor .tit:after{content:''; width:60px; height:4px; background-image:linear-gradient(to right,#246cf0,#4FE1FC); position:absolute; bottom:0; left:0;}
.ipart06 .infor .con{margin-top:15px;}
.ipart06 .infor .con a{color:#8d8d8d; font-size:24px; line-height:24px; transition:0.5s ease;}
.ipart06 .infor .con a i{width:25px; height:22px; background:url(../img/ipart03_1.png) no-repeat center; display:inline-block; vertical-align:-2px; margin-left:5px}
.ipart06 .infor .con a:hover{color:#246cf0;}
.ipart06 .infor .con a:hover i{background:url(../img/ipart03_2.png) no-repeat center; background-size:cover;}
.ipart06 .content li .rect-272{padding-bottom:37.3%;}
.ipart06 .content li{width:24%; margin-right:1.3%; margin-bottom:1.3%; float:left; box-sizing:border-box; border:1px solid #F4F4F4;}
.ipart06 .content li:nth-child(4n){margin-right:0;}
.ipart06 .content li img{transition:all 0.5s ease; transform: scale(0.7);}
.ipart06 .content li:hover img {-webkit-transform:scale(1.05); -ms-transform:scale(1.05); transform:scale(1.05);}

/* 底部友情链接 */
.pageFooter{background:#f8f8f8; position:relative; padding-bottom:9px;}
.pageFooter:After{content:''; width:100%; height:9px; background-image:linear-gradient(to right,#246cf0,#4FE1FC); position:absolute; left:0; bottom:0;}
.f_link {padding:26px 0 20px; border-bottom:2px solid #DADADA;}
.f_link .hd{font-size:0; padding:0 3px;}
.f_link .hd .item{display:inline-block; font-size:26px; line-height:30px; color:#565856; font-family:'Hs_light'; position:relative; padding:0 10px; font-weight:bold; cursor:pointer;}
.f_link .hd .item:after{content:''; width:3px; height:24px; background:#979897; position:absolute; right:0; top:50%; margin-top:-12px;}
.f_link .hd .item:last-child:after{display:none;}
.f_link .hd .item span{position:relative; padding-bottom:17px;}
.f_link .hd .item span:before{content:''; width:100%; height:7px; background-image:linear-gradient(to right, #1F64E3,#4CDAF1); position:absolute; bottom:0; left:0; transform:scale(0); transition:all 0.5s ease;}
.f_link .hd .item.cur span:before{transform:scale(1);}
.f_link .hd .item:hover span:before{transform:scale(1);}
.f_link .bd{margin-top:36px;}
.f_link .bd .item{display:none;}
.f_link .bd .item.cur{display:block;}
.f_link .bd a{display:inline-block; font-size:18px; line-height:26px; color:#565856; margin:0 13px 10px}
.f_top {padding:40px 0;}
.f_top .item {float:left; width:25%;}
.f_top .item .tit{font-size:30px; line-height:30px; color:#666666; margin-bottom:20px; text-align:center;}
.f_top .item .con {padding:0 5%;}
.f_top .item .con .cell{width:50%; float:left; font-size:18px; line-height:35px; color:#909495; text-align:center;}
.f_top .item .con .t{font-size:18px; line-height:36px; color:#909495; padding-left:30px; position:relative;}
.f_top .item .con .t:after{content:''; width:23px; height:20px; background:url(../img/f_tel.png) no-repeat center; position:absolute; left:0; top:50%; margin-top:-10px;;}
.f_top .item .con .c{font-size:31px; line-height:32px; color:#1f64ef; font-family:'Hs_bold'; margin-bottom:25px;}
.f_top .item .con .img_box{}
.f_top .item .con .img_box .img_{width:90px; height:90px; display:inline-block; text-align:center;}
.f_top .item .con .img_box .img_ .txt{font-size:13px; color:#909495; font-family:'Hs_light';}




.f_bott{padding:40px 0 35px; background:#313131;}
.f_bott .links{text-align:center; font-size:18px; line-height:30px; color:#fff;}
.f_bott .links a{display:inline-block;}
.f_bott .mess{font-size:18px; line-height:30px; color:#fff; margin-top:10px; text-align:center;}
.f_bott .mess img{width:18px; vertical-align:-3px; margin-right:5px;}
.f_bott .mess a{display:inline-block; margin:0 5px;}










/* 下层头部 */
.xc_pageHeader{background:#fff; height:80px; position:relative;}
.xc_pageHeader .header{position:fixed; background:#fff; width:100%; left:0; top:0; box-shadow:0 0 15px rgba(0,0,0,0.2);}
.xc_pageHeader.pageHeader .inav_wrapper{width:61%;}
.xc_pageHeader.pageHeader .logo{padding:20px 0; margin-right:7%;}
.xc_pageHeader.pageHeader .inav ul{padding:0 5%;}
.xc_pageHeader.pageHeader .inav .li{width:16.666%; float:left; padding:13px 0 7px;}
.xc_pageHeader.pageHeader .inav .li .icon{height:32px; width:48px; margin:0 auto;}
.xc_pageHeader.pageHeader .inav .li01 .icon{background:url(../img/inav01.png) no-repeat center; background-position:0 0;}
.xc_pageHeader.pageHeader .inav .li02 .icon{background:url(../img/inav02.png) no-repeat center; background-position:0 0;}
.xc_pageHeader.pageHeader .inav .li03 .icon{background:url(../img/inav03.png) no-repeat center; background-position:0 0;}
.xc_pageHeader.pageHeader .inav .li04 .icon{background:url(../img/inav04.png) no-repeat center; background-position:0 0;}
.xc_pageHeader.pageHeader .inav .li05 .icon{background:url(../img/inav05.png) no-repeat center; background-position:0 0;}
.xc_pageHeader.pageHeader .inav .li06 .icon{background:url(../img/inav06.png) no-repeat center; background-position:0 0;}
.xc_pageHeader.pageHeader .inav .li01.cur .icon{background-position:0 -32px;}
.xc_pageHeader.pageHeader .inav .li02.cur .icon{background-position:0 -32px;}
.xc_pageHeader.pageHeader .inav .li03.cur .icon{background-position:0 -32px;}
.xc_pageHeader.pageHeader .inav .li04.cur .icon{background-position:0 -32px;}
.xc_pageHeader.pageHeader .inav .li05.cur .icon{background-position:0 -32px;}
.xc_pageHeader.pageHeader .inav .li06.cur .icon{background-position:0 -32px;}
.xc_pageHeader.pageHeader .inav .li .tit{font-size:18px; line-height:28px; color:#2b2b2b; font-family:'Hs_light'; text-align:center; margin-top:0px;}
.xc_pageHeader.pageHeader .inav .li.cur{background-image:linear-gradient(to right,#246cf0,#4FE1FC);;}
.xc_pageHeader.pageHeader .inav .li.cur .tit{color:#fff;}
.xc_pageHeader.pageHeader .h_search{width:19%; float:right; height:35px; line-height:35px; background:#fff; border-radius:40px; margin-top:20px; position:relative; border:1px solid #b9b9b9}
.xc_pageHeader.pageHeader .h_search .inp{width:80%; height:35px; line-height:35px; padding:0; background:none; border:none; outline:none; text-indent:20px; color:#b9b9b9;}
.xc_pageHeader.pageHeader .h_search .btns{width:24px; height:24px; border:none; background:url(../img/h_search2.png) no-repeat center; position:absolute; right:17px; top:50%; transform:translateY(-50%); cursor:pointer;}
.channel_content{min-height:300px;}

/* 产品列表 */
.pro_list01{padding:45px 0;}
.pro_list01 .left{width:73.3%; float:left;}
.pro_list01 .left .item{padding:20px 0; border-bottom:1px dashed #DDDDDD;}
.pro_list01 .left .item_l{width:102px; font-size:16px; line-height:30px; color:#333; text-align:justify; font-family:'Hs_bold';}
.pro_list01 .left .item_l span{display:block;}
.pro_list01 .left .item_r{width:calc(100% - 165px); font-size:0; max-height:70px; overflow:hidden; transition:all 0.5s ease}
.pro_list01 .left .item_r>a{display:inline-block; padding:0 20px; line-height:28px; border:1px solid #246cf0; font-size:14px; color:#666; border-color:transparent;; margin-bottom:10px; box-sizing:border-box;}
.pro_list01 .left .item_r>a.on{color:#246cf0;; border-color:#246cf0;}
.pro_list01 .left .item_r>a:hover{color:#246cf0;; border-color:#246cf0;}
.pro_list01 .left .item_more{width:50px; margin-left:10px;}
.pro_list01 .left .item_more span{font-size:14px; color:#246cf0; position:relative; padding-right:15px;}
.pro_list01 .left .item_more span:after{content:''; width:12px; height:7px; background:url(../img/item_more.png) no-repeat center; position:absolute; right:0; top:50%; transform:translateY(-50%);}
.pro_list01 .left .item_r.all{max-height:150px; overflow-y:auto;}
.pro_list01 .left .item_r.all::-webkit-scrollbar {width:4px; height:4px;}
.pro_list01 .left .item_r.all::-webkit-scrollbar-thumb {border-radius:5px; background:#246cf0;}
.pro_list01 .left .item_r.all::-webkit-scrollbar-track {border-radius:0; background:#f6f5f5;}
.pro_list01 .left .item_condition{border-bottom-style:solid;}
/* 筛选条件 */
.pro_list01 .left .item_r .cell{padding:0 25px 0 20px; line-height:30px; display:inline-block; font-size:14px; color:#666; background:#e3f0ff; border-radius:5px; margin-right:15px; position:relative;}
.pro_list01 .left .item_r .cell .close{width:21px; height:21px; background:url(../img/item_close.png) no-repeat center; position:absolute; right:0; bottom:0; cursor:pointer;}
.pro_list01 .left .item_r .reset{display:inline-block; margin-left:30px;}
.pro_list01 .left .item_r .reset a{display:inline-block; font-size:13px; color:#246cf0;font-family:'Hs_bold';font-family:'Hs_bold';}
.pro_list01 .left .item_r .reset a i{display:inline-block; width:13px; height:13px; background:url(../img/reset.png) no-repeat center; vertical-align:-2px; margin-right:5px;}
.pro_list01 .left .bd li{width:32%; margin-right:2%; float:left; margin-top:35px;}
.pro_list01 .left .bd li:nth-child(3n){margin-right:0;}
.pro_list01 .left .bd li .rect-6666{padding-bottom:66.66%;}
.pro_list01 .left .bd li .info{padding:0 5px;}
.pro_list01 .left .bd li .info .t{font-size:18px; line-height:30px; color:#333; padding:5px 0; border-bottom:1px solid #BEBEBE; height:60px; overflow:hidden;}
.pro_list01 .left .bd li .info .c{font-size:14px; line-height:23px; color:#666; padding:7px 0;}
.pro_list01 .left .bd li .info .c span{display:block;}
.pro_list01 .left .bd li .btns{font-size:0; padding:0 5px;}
.pro_list01 .left .bd li .btns .btn01{display:inline-block; font-size:14px; line-height:30px; color:#888; position:relative; padding:0 3px; margin-right:25px;}
.pro_list01 .left .bd li .btns .btn01::after{content:''; width:100%; height:2px; background:url(../img/btn_line.jpg) no-repeat center; position:absolute; left:0; bottom:0; background-size:cover;}
.pro_list01 .left .bd li .btns .btn01 a{display:block;}
.pro_list01 .left .bd li .btns .btn02{padding:0 15px; line-height:30px; font-size:14px; color:#fff; background-image:linear-gradient(to right, #1F64E3,#4CDAF1); display:inline-block; cursor:pointer;}
/* .pro_list01 .left .bd li img{transition:all 0.5s ease;}
.pro_list01 .left .bd li:hover img {-webkit-transform:scale(1.05); -ms-transform:scale(1.05); transform:scale(1.05);} */
/* 询价弹窗 */
.xunjia_tc{position:fixed; width:100%; height:100%; left:0; top:0; z-index:1000; display:none;}
.xunjia_tc .bg{width:100%; height:100%; background:rgba(0,0,0,.2); position:absolute; left:0; top:0;}
.xunjia_tc .content{position:fixed; top:50%; left:50%; transform:translate(-50%, -50%);  background:#fff; width:750px; z-index:199;;}
.xunjia_tc .content .close{width:32px; height:32px; background:url(../img/close.png) no-repeat center; position:absolute; right:20px; top:20px; cursor:pointer; transition:all 0.5s ease;}
.xunjia_tc .content .close:hover{transform:rotateZ(180deg);}
.xunjia_tc .content  .xunjia_tit {font-size:25px; color:#ff7800; font-weight:bold; padding:20px;}
.xunjia_tc .content #theform {width:480px; margin:0 auto; padding:25px 0 60px;}
.xunjia_tc .content .inp_wrap{margin-bottom:15px;}
.xunjia_tc .content .inp_wrap .key { width:105px; line-height:44px; font-size:14px; text-align:right; padding-right:10px;}
.xunjia_tc .content .inp_wrap .value {position:relative; width:calc(100% - 115px); font-size:14px;}
.xunjia_tc .content .inp_wrap .value input{line-height:42px; border:1px solid #e4e2e2; padding:0 5px; height:42px; width:350px;}
.xunjia_tc .content .inp_wrap.area_wrap .common-select-pro {float:left; width:32%; margin:0 auto; box-sizing:border-box; margin-right:2%;; }
.xunjia_tc .content .inp_wrap.area_wrap .common-select-pro:last-child{margin-right:0;}

.xunjia_tc .content .inp_wrap .common-select-pro{ *display:inline; *zoom:1; position:relative; color:#333; text-align:left; vertical-align:middle; user-select:none; -webkit-touch-callout:none; background:#fff url(../img/jiantou.png) no-repeat right;}
.xunjia_tc .content .inp_wrap .common-select-pro .placeholder {position:relative; display:block; border:1px solid #e4e2e2; color:#757575; z-index:1; cursor:pointer; line-height:42px; height:42px; padding-left:5px; padding-right:25px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.xunjia_tc .content .inp_wrap .common-select-pro ul {display:none; position:absolute; overflow:hidden; right:0; background:#fff; top:100%; left:0; list-style:none; padding:0; z-index:100; border:1px solid #e4e2e2; border-top:none; max-height:210px; overflow:auto;}
.xunjia_tc .content .inp_wrap .common-select-pro ul li {display:block; text-align:left; padding:8px 5px; color:#333; cursor:pointer;}
.xunjia_tc .content .inp_wrap .common-select-pro.is-open ul{display:block;}
.xunjia_tc .content .textarea_wrap {height:0; overflow:hidden; transition:all 0.5s ease;}
.xunjia_tc .content .textarea_wrap textarea {height:84px; resize:none; border:1px solid #e4e2e2; box-sizing:border-box; width:100%;line-height:42px; padding:0 5px; font-size:14px; color:#333; outline:none;}
.xunjia_tc .content .textarea_wrap.cur {height:90px;}
.xunjia_tc .content .more_anniu .more_btn{cursor:pointer;}
.xunjia_tc .content .more_anniu .more_btn .icon {display:inline-block; width:16px; height:16px; background:url(../img/down.png) no-repeat center; background-size:cover; vertical-align:middle; transition:transform .5s ease 0s;}
.xunjia_tc .content .more_anniu .more_btn.cur .icon {transform:rotate(180deg);}
.xunjia_tc .content #submit_inquire{background:#ff7800; color:#fff; font-size:20px; font-weight:bold; text-align:center; line-height:52px; width:230px; -moz-transition:all .5s ease 0s; -ms-transition:all .5s ease 0s; -o-transition:all .5s ease 0s; -webkit-transition:all .5s ease 0s; transition:all .5s ease 0s; cursor:pointer; border:none;}
.xunjia_tc .content .btn_text {position:absolute; top:100%; left:0; right:0; padding-top:10px; font-size:14px; color:#ff0000; display:none;}
.xunjia_tc .content .agree_wrap{margin-top:30px;}
.xunjia_tc .content .agree_wrap a {display:inline-block; color:#2a2c37; text-decoration:underline;}

/* 分页 */
.util-page{margin-top:50px; font-size:0; color:#333; text-align:center; position:relative; z-index:3;}
.util-page .gobutton,
.util-page .sl,
.util-page .num,
.util-page .count { color:#333; display:inline-block; border:1px solid transparent; margin:10px 0; padding:0 10px;vertical-align:middle; margin:0 5px; background:#fff; font-size:16px; color:#585858; font-weight:normal; }
.util-page .gobutton:hover,
.util-page .num:hover,
.util-page .current{color:#fff; background:#246cf0; }
.util-page span.gobutton,
.util-page span.gobutton:hover { color:#333; background-color:#eee; }
.util-page .gobutton .ion{ font-size:.8em;}
.util-page .count { margin-left:10px; color:#333; background:none; border:none; }
.util-page .go_page{display:inline-block; margin:0 5px; background:#246cf0; position:relative; vertical-align:middle; cursor:pointer;}
.util-page .go_page span{display:inline-block; font-size:16px; color:#fff; padding:0 10px;}
.util-page .go_page span .icon{display:inline-block; width:16px; height:16px; background:url(../img/xiala.png) no-repeat center; vertical-align:-2px;}
.util-page .go_page dl{position:absolute; top:100%; width:100%; left:0; display:none; border:1px solid #e8e8e8}
.util-page .go_page dl.cur{display:block;}
.util-page .go_page dl dd{display:block;}
.util-page .go_page dl dd a{display:block; font-size:14px; border-bottom:1px solid #e8e8e8;  padding-left:10px; text-align:left; background:#fff;}

/*新分页*/
.page { text-align:center; line-height:16px; margin-top:40px; margin-bottom:80px;font-size:0;}
.page a {display: inline-block; border: 1px solid #ededed; padding: 12px 8px; vertical-align: middle; margin: 0 2px 10px; background-color: #fff; overflow: hidden; height: auto; line-height: 16px; font-size: 14px; border-radius: 0; color: #333; min-width: 42px; box-sizing: border-box;}
.page a.active{ background:#1274fb; color:#ffffff;}
.page .goprev,.page .gofirst { margin-right:2px; }
.page .gonext,.page .golast, .page .count { margin-left:2px; }
.page span, .page a:hover {border: 1px solid #1274fb; background:#1274fb; color:#fff; padding: 12px 8px; margin: 0 2px 10px; font-size: 14px; display: inline-block; min-width: 42px; box-sizing: border-box;}
.page a:hover { color:#ffffff!important;}
.page span.goprev,.page span.gonext,.page span.gofirst,.page span.golast { color:#cccccc; background:#fff; }
.page span.count { border:0; background:0; color:#333333; }
.page .ion { margin:0; font-size:14px; height:auto; line-height:1; overflow:hidden; vertical-align: top;}
.page a.etc { border:none; background:#fff!important; margin-left:1px; color:#333!important; cursor:default;}
.page a.count{border:none;}
.page a.count:hover{background:none; color:#333 !important;}

.pro_list01 .right {width:25%; float:right;}
.pro_list01 .right .rect-56{padding-bottom:56%;}
.pro_list01 .right .rect-66{padding-bottom:66%;}
.pro_list01 .right .rect-67{padding-bottom:67%;}
.pro_list01 .right .img_{position:relative; margin-bottom:25px; padding-bottom:;}
.pro_list01 .right .img_ span{width:47px; height:25px; background:url(../img/ipart01_9.png) no-repeat center; position:absolute; right:0; bottom:0;}
.pro_list01 .right .img_ img{transition:all 0.5s ease;}
.pro_list01 .right .img_:hover img {-webkit-transform:scale(1.05); -ms-transform:scale(1.05); transform:scale(1.05);}
.pro_list01 .right .list{border:1px solid #E5E5E5; padding:20px 10px;position:relative; margin-bottom:30px;}
.pro_list01 .right .list:after{content:''; width:100%; height:5px; background-image:linear-gradient(to right, #1F64E3,#4CDAF1); position:absolute; left:0; top:0;}
.pro_list01 .right .list .title{font-size:20px; line-height:24px; color:#333; margin-bottom:20px;}
.pro_list01 .right .list li{margin-bottom:15px;}
.pro_list01 .right .list li .pic{width:38.3%; float:left; border:1px solid #ECECEC; box-sizing:border-box;}
.pro_list01 .right .list li .info{float:right; width:56%;}
.pro_list01 .right .list li .info .tit{font-size:14px; line-height:21px; color:#666; height:42px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; display:block; margin-top:2px;}
.pro_list01 .right .list li .info .tit:hover{color:#246cf0;}
.pro_list01 .right .list li .info .con{margin-top:5px; font-size:14px; color:#666666;}
.pro_list01 .right .list li .info .con .canshu{color:#246cf0;}
.pro_list01 .right .list li:last-child{margin-bottom:0;}
.pro_list01 .right .list li.li_hot .pic{position:relative;}
.pro_list01 .right .list li.li_hot .pic:after{content:''; width:28px; height:29px; background:url(../img/hot.png) no-repeat center; position:absolute; right:-5px; top:-10px;}
.pro_list01 .right .list li.li_first .pic{position:relative;}
.pro_list01 .right .list li.li_first .pic:after{content:''; width:41px; height:27px; background:url(../img/top.png) no-repeat center; position:absolute; left:-4px; top:-5px;}

.pro_list01 .right .news_tuijian li a{display:block; color:#333;}
.pro_list01 .right .news_tuijian li a i{background:#bfbfbf; color:#fff; width:14px; height:14px; text-align:center; display:inline-block; font-size:12px; line-height:14px; vertical-align:1px;}
.pro_list01 .right .news_tuijian li.li02 a i{background:#f8b551;}
.pro_list01 .right .news_tuijian li.li03 a i{background:#246cf0;}
.pro_list01 .right .news_tuijian li a:hover{color:#246cf0;}
.pro_list01 .right .list li img{transition:all 0.5s ease;}
.pro_list01 .right .list li:hover img {-webkit-transform:scale(1.05); -ms-transform:scale(1.05); transform:scale(1.05);}


/* 产品列表底部 */
.f_pro{background:#f6f6f6; padding:25px 0 15px;}
.f_pro dl{float:left; width:15.8%; background:#eee; padding:10px 15px; margin-right:0.8%; height:244px; box-sizing:border-box;}
.f_pro dl dt{font-size:14px; color:#363636; line-height:30px; width:100%; float:left; font-family:'Hs_bold';}
.f_pro dl dd{width:50%; float:left; font-size:12px; line-height:26px; color:#333;}
.f_pro dl:last-child{margin-right:0;}

/* 新闻列表 */
.news_list01{padding:45px 0;}
.news_list01 .left{width:73.3%; float:left;}
.news_list01 .left .infor {margin-bottom:35px;}
.news_list01 .left .infor .tit{font-size:30px; line-height:30px; color:#333; position:relative; padding-left:15px;}
.news_list01 .left .infor .tit::after{content:''; width:4px; height:21px; background-image:linear-gradient(#1F64E3,#4CDAF1); position:absolute; left:0; top:50%; transform:translateY(-50%);}
.news_list01 .left .infor .con{font-size:15px; line-height:30px; color:#246cf0;}
.news_list01 .left .infor .con i{display:inline-block; width:16px; height:14px; background:url(../img/news_list01_1.png) no-repeat center;}
.news_list01 .left .bd .rect-54{padding-bottom:54%;}
.news_list01 .left .bd .bd_l{width:41.4%; float:left;}
.news_list01 .left .bd .bd_l .info .box{padding:20px 15px;}
.news_list01 .left .bd .bd_l .info .box .t{display:block; font-size:18px; line-height:30px; font-family:'Hs_light'; font-weight:bold;}
.news_list01 .left .bd .bd_l .info .box .c{display:block; font-size:13px; line-height:20px; color:#8d8d8d; margin-top:10px; height:60px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical;}
.news_list01 .left .bd .bd_l .info .box .text{font-size:13px; color:#8d8d8d; margin-top:26px;}
.news_list01 .left .bd .bd_l img{transition:all 0.5s ease;}
.news_list01 .left .bd .bd_l:hover img {-webkit-transform:scale(1.05); -ms-transform:scale(1.05); transform:scale(1.05);}
.news_list01 .left .bd .bd_l:hover .info .box .t{color:#246cf0;}
.news_list01 .left .bd .bd_r{width:55%; float:right;}
.news_list01 .left .bd .bd_r li{border-bottom:1px solid #8d8d8d; padding:9px 0;}
.news_list01 .left .bd .bd_r li .t{font-size:19px; line-height:25px; color:#333; font-family:'Hs_light'; font-weight:bold; transition:all 0.5s ease; display:block;}
.news_list01 .left .bd .bd_r li .c{font-size:12px; line-height:16px; color:#8d8d8d; font-family:'Hs_light'; margin-top:4px;}
.news_list01 .left .bd .bd_r li:last-child{border-bottom:none;}
.news_list01 .left .bd .bd_r li .t:hover{color:#246cf0; }
.news_list01 .left .pt{margin-bottom:50px;}
.news_list01 .left .pt1{margin-bottom:30px;}
.news_list01 .left .pt7 .rect-265{padding-bottom:26.5%;}
.news_list01 .left .pt7 .rect-272{padding-bottom:37.3%;}
.news_list01 .left .pt7 li{width:24%; margin-right:1.3%; margin-bottom:1.3%; float:left; box-sizing:border-box; border:1px solid #F4F4F4;}
.news_list01 .left .pt7 li:nth-child(4n){margin-right:0;}
.news_list01 .left .pt7 li img{transition:all 0.5s ease;transform: scale(0.7);}
.news_list01 .left .pt7 li:hover img {-webkit-transform:scale(1.05); -ms-transform:scale(1.05); transform:scale(1.05);}

.news_list01 .right {width:24.7%; float:right;}
.news_list01 .right .rect-56{padding-bottom:56%;}
.news_list01 .right .rect-66{padding-bottom:66%;}
.news_list01 .right .rect-67{padding-bottom:67%;}
.news_list01 .right .infor{margin-bottom:20px;}
.news_list01 .right .infor .tit{font-size:20px; line-height:20px; color:#333; position:relative; padding-left:15px;}
.news_list01 .right .infor .tit::after{content:''; width:4px; height:21px; background-image:linear-gradient(#1F64E3,#4CDAF1); position:absolute; left:0; top:50%; transform:translateY(-50%);}
.news_list01 .right .infor .tit::before{content:''; width:15px; height:18px; background:url(../img/huo.png) no-repeat center; position:absolute; left:105%; top:50%; margin-top:-9px;;}
.news_list01 .right .infor .con{font-size:15px; line-height:20px; color:#246cf0;}
.news_list01 .right .infor .con i{display:inline-block; width:16px; height:14px; background:url(../img/news_list01_1.png) no-repeat center;}
.news_list01 .right .list{border:1px solid #E5E5E5; padding:25px 10px;position:relative; margin-bottom:30px;}
.news_list01 .right .list:after{content:''; width:100%; height:5px; background-image:linear-gradient(to right, #1F64E3,#4CDAF1); position:absolute; left:0; top:0;}
.news_list01 .right .list .title{font-size:20px; line-height:24px; color:#333; margin-bottom:20px;}
.news_list01 .right .list li{margin-bottom:15px;}
.news_list01 .right .list li .pic{width:38.3%; float:left; border:1px solid #ECECEC; box-sizing:border-box;}
.news_list01 .right .list li .info{float:right; width:56%;}
.news_list01 .right .list li .info .tit{font-size:14px; line-height:21px; color:#666; height:42px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; display:block; margin-top:2px; transition:all 0.5s ease;}
.news_list01 .right .list li .info .tit:hover{color:#246cf0;}
.news_list01 .right .list li .info .con{margin-top:5px; font-size:14px; color:#666666;}
.news_list01 .right .list li .info .con .canshu{color:#246cf0;}
.news_list01 .right .list li:last-child{margin-bottom:0;}
.news_list01 .right .list li img{transition:all 0.5s ease;}
.news_list01 .right .list li:hover img {-webkit-transform:scale(1.05); -ms-transform:scale(1.05); transform:scale(1.05);}

/* 品牌馆 */
.brand01 .left dd{width:32%; margin-right:2%; margin-bottom:20px; transition:all 0.5s ease; box-shadow:0 0 5px rgba(105, 103, 103, 0.1); float:left;}
.brand01 .left dd:nth-child(3n){margin-right:0;}
.brand01 .left dd .box{padding:45px 30px 35px;}
.brand01 .left dd .box .infor .con{font-size:12px; line-height:21px; height:63px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical;  color:#7c7c7c; margin:30px 0 20px;}
.brand01 .left dd .box .info_pro .t{font-size:13px; color:#3d3d3d; line-height:24px;}
.brand01 .left dd .box .info_pro .t a{font-size:12px; color:#246cf0; }
.brand01 .left dd .box .info_pro .c{font-size:12px; line-height:20px; color:#7c7c7c;}
.brand01 .left dd .box .info_fenlei .t{font-size:13px; line-height:24px; color:#3d3d3d; margin-top:10px;}
.brand01 .left dd .box .info_fenlei .c{font-size:0; margin-top:5px;}
.brand01 .left dd .box .info_fenlei .c a{display:inline-block; padding:0 15px; line-height:20px; color:#246cf0; background:#f2f3f9; font-size:12px; margin-right:16px;}
.brand01 .left dd .box .info_fenlei .c a:last-child{margin-right:0;}
.brand01 .left dd .box .info_fenlei .c a:hover{background:#246cf0; color:#fff;}
.brand01 .left dd:hover{box-shadow:0 0 15px #e2eafa;}

/* 面包屑和二级 */
.crumbs{padding:23px 0 10px; font-size:14px; line-height:1; color:#246cf0;}
.crumbs span{color:#444;}
.crumbs em:nth-child(4){color:#444;}
.sec_nav{background:#f6f6f6;}
.sec_nav li{float:left; font-size:19px; line-height:68px; color:#333333; margin-right:15px;}
.sec_nav li a{display:block; padding:0 15px; position:relative;}
.sec_nav li a:after{content:''; width:100%; height:4px; background:#246cf0; position:absolute; left:0; bottom:0; transform:scale(0); transition:all 0.5s ease;}
.sec_nav li.cur a:after{transform:scale(1);}

/* 产品详细 */
.pro_detail01 .left{width:42%; float:left;}
.pro_detail01 .left .rect-67{padding-bottom:67%;}
.pro_detail01 .right{padding-top:22px; width:56%; float:right;}
.pro_detail01 .right .infor{padding-bottom:13px; border-bottom:1px dashed #EFEFEF;}
.pro_detail01 .right .infor .tit{font-size:30px; line-height:35px; color:#246cf0; font-family:'Hs_medium';}
.pro_detail01 .right .infor .con{font-size:15px; line-height:20px; color:#8d8d8d; font-family:'Hs_light';margin-top:14px;}
.pro_detail01 .right .date{font-size:11px; line-height:16px; color:#8d8d8d; font-family:'Hs_thin'; margin-top:14px;}
.pro_detail01 .right .list {margin-top:25px; margin-bottom:15px;}
.pro_detail01 .right .list span{width:45%; margin-right:5%; display:block; float:left; margin-bottom:10px;}
.pro_detail01 .right .link{margin-bottom:20px;}
.pro_detail01 .right .link a i{display:inline-block; width:14px; height:14px; transition:all 0.5s ease;}
.pro_detail01 .right .link a .icon1{background:url(../img/pro_icon1.png) no-repeat center;}
.pro_detail01 .right .link a .icon2{background:url(../img/pro_icon2.png) no-repeat center;}
.pro_detail01 .right .link a .icon3{background:url(../img/pro_icon3.png) no-repeat center;}
.pro_detail01 .right .link a:hover .icon1{background:url(../img/pro_icon1_on.png) no-repeat center;}
.pro_detail01 .right .link a:hover .icon2{background:url(../img/pro_icon2_on.png) no-repeat center;}
.pro_detail01 .right .link a:hover .icon3{background:url(../img/pro_icon3_on.png) no-repeat center;}
.pro_detail01 .right .btn_box .btns{display:inline-block; width:140px; height:37px; line-height:37px; background:#246cf0; color:#fff; text-align:center; font-family:'Hs_light'; cursor:pointer;}
.pro_detail01 .right .btn_box a{display:inline-block; font-size:22px; line-height:37px; color:#246cf0; font-family:'HS_bold'; position:relative; padding-left:35px; margin-left:40px;;}
.pro_detail01 .right .btn_box a:after{content:''; width:27px; height:27px; background:url(../img/pro_tel.png) no-repeat center; position:absolute; left:0; top:50%; transform:translateY(-50%);}

.pro_detail02{margin-top:40px;}
.pro_detail02 .left{width:73%; float:left;}
.pro_detail02 .left .rect-6666{padding-bottom:66.66%;}
.pro_detail02 .left .infor .tit{font-size:23px; line-height:30px; color:#333; position:relative; padding-left:15px; margin-bottom:20px;}
.pro_detail02 .left .infor .tit::after{content:''; width:4px; height:21px; background-image:linear-gradient(#1F64E3,#4CDAF1); position:absolute; left:0; top:50%; transform:translateY(-50%);}
.pro_detail02 .left .infor .con{font-size:17px; line-height:35px; color:#333; font-family:'Hs_light'; margin-bottom:10px;}
.pro_detail02 .left .content {margin-top:40px;}
.pro_detail02 .left .content .intro {margin-bottom:30px;}
.pro_detail02 .left .content .intro .tit{font-size:23px; line-height:30px; color:#333; position:relative; padding-left:15px;}
.pro_detail02 .left .content .intro .tit::after{content:''; width:4px; height:21px; background-image:linear-gradient(#1F64E3,#4CDAF1); position:absolute; left:0; top:50%; transform:translateY(-50%);}
.pro_detail02 .left .content .intro .con{font-size:15px; line-height:30px; color:#246cf0;}
.pro_detail02 .left .content .intro .con i{display:inline-block; width:16px; height:14px; background:url(../img/news_list01_1.png) no-repeat center;}
.pro_detail02 .left .content1 .title{font-size:17px; line-height:20px; color:#333333;}
.pro_detail02 .left .content1 li{width:32%; margin-right:2%; float:left; border:2px solid #f5f5f5; box-sizing:border-box;}
.pro_detail02 .left .content1 li:last-child{margin-right:0;}
.pro_detail02 .left .content2 dt{font-size:19px; line-height:62px; color:#333000; font-family:'Hs_light'; background:#efefee; padding-left:78px;border:1px solid #efefee;}
.pro_detail02 .left .content2 dd{line-height:62px; font-size:16px; color:#333333; border:1px solid #efefee; border-top:none}
.pro_detail02 .left .content2 dd span{float:left; width:50%; padding-left:78px; box-sizing:border-box;}
.pro_detail02 .left .content2 dd span.l{border-right:1px solid #efefee;}
.pro_detail02 .left .content3 .intro .txt{font-size:17px; line-height:35px; color:#333; margin-top:20px; font-family:'Hs_light'; }
.pro_detail02 .left .content3 .intro .txt a{display:block; color:#246cf0; font-family:'Hs_light'; }
.pro_detail02 .left .content4 .box{padding:34px 24px; border:1px solid #E8E8E8; position:relative;}
.pro_detail02 .left .content4 .box_l{width:58%; float:left; padding-right:24px; box-sizing:border-box; border-right:1px solid #EEEDED}
.pro_detail02 .left .content4 .box_l .t{font-size:30px; line-height:30px; color:#246cf0; font-family:'Hs_medium';}
.pro_detail02 .left .content4 .box_l .c{font-size:14px; line-height:24px; color:#4a4a4a; margin:15px 0 20px;}
.pro_detail02 .left .content4 .box_l .sele_wrap {margin-bottom:20px;}
.pro_detail02 .left .content4 .box_l .sele_wrap label{width:122px; float:left; line-height:40px;}
.pro_detail02 .left .content4 .box_l .sele_wrap .sele{float:right; width:calc(100% - 122px);}
.pro_detail02 .left .content4 .box_l .sele_wrap .sele .inp{width:100%; height:40px; line-height:40px; color:#a7a7a7; font-size:14px; background:#f9f9f9; text-indent:10px; border:none;}
.pro_detail02 .left .content4 .box_l .sele_wrap .sele .item{float:left; width:32%; margin-right:2%;  line-height:40px;  position:relative; box-sizing:border-box;}
.pro_detail02 .left .content4 .box_l .sele_wrap .sele .item:last-child{margin-right:0;}
.pro_detail02 .left .content4 .box_l .sele_wrap .sele .item .place{padding:0 16px; position:relative; cursor:pointer;border:2px solid #DFDEDE;}
.pro_detail02 .left .content4 .box_l .sele_wrap .sele .item .place:after{content:''; width:10px; height:6px; background:url(../img/jt.png) no-repeat center; position:absolute; right:16px; top:50%; transform:translateY(-50%);}
.pro_detail02 .left .content4 .box_l .sele_wrap .sele .item ul{position:absolute; left:0; width:100%; top:100%; display:none; background:#f9f9f9;}
.pro_detail02 .left .content4 .box_l .sele_wrap .sele .item ul li{padding:0 16px; font-size:14px; cursor:pointer;}
.pro_detail02 .left .content4 .box_l .sele_wrap .sele .item ul li:hover{background:#246cf0; color:#fff;}
.pro_detail02 .left .content4 .box_l .sele_wrap.sele_wrap_buy .sele .item{width:100%;}
.pro_detail02 .left .content4 .box_l .sele_wrap .sele textarea{width:100%; height:120px; line-height:40px; color:#a7a7a7; font-size:14px; background:#f9f9f9; text-indent:10px; border:none; border:none; outline:none;}
.pro_detail02 .left .content4 .box_l .btns_wrap{text-align:center;}
.pro_detail02 .left .content4 .box_l .btns_wrap button{display:inline-block; width:260px; height:44px; line-height:44px; background:#246cf0; color:#fff; font-size:18px; text-align:center; padding:0; border:none; outline:none;}
.pro_detail02 .left .content4 .box_l .tips{color:#333; font-size:13px; line-height:20px; margin-top:13px; text-align:center;}
.pro_detail02 .left .content4 .box_l .tips a{color:#246cf0;}
.pro_detail02 .left .content4 .box_r{width:42%; position:absolute; right:0; top:50%; transform:translateY(-50%); padding:0 18px; box-sizing:border-box;}
.pro_detail02 .left .content4 .box_r .title{font-size:26px; line-height:30px; color:#246cf0; padding-left:32px; position:relative; margin-bottom:20px;}
.pro_detail02 .left .content4 .box_r .title:after{content:''; width:27px; height:24px; background:url(../img/pro_price.png) no-repeat center; position:absolute; left:0; top:50%; margin-top:-12px;;}
.pro_detail02 .left .content4 .box_r li{line-height:36px; font-size:14px; color:#333;;}
.pro_detail02 .left .content4 .box_r li span{width:70%; padding-left:10px; position:relative;}
.pro_detail02 .left .content4 .box_r li span:after{content:''; width:4px; height:4px; background:#9F9F9F; position:absolute; left:0; top:50%; margin-top:-2px;}
.pro_detail02 .left .content4 .box_r li:hover span{color:#246cf0;}
.pro_detail02 .left .content5 .list .item{padding-bottom:18px; border-bottom:1px dashed #DCDCDC; margin-bottom:18px;}
.pro_detail02 .left .content5 .list .item:last-child{border-bottom:none;}
.pro_detail02 .left .content5 .list .item_top{position:relative; padding-left:30px;}
.pro_detail02 .left .content5 .list .item_top:after{content:''; width:25px; height:22px; background:url(../img/Q.png) no-repeat center; position:absolute; left:0; top:50%; margin-top:-11px;;}
.pro_detail02 .left .content5 .list .item_bott{background:#f0f0f0; padding:20px 25px; margin-top:26px; position:relative; border-radius:10px;}
.pro_detail02 .left .content5 .list .item_bott:after{content:''; width:27px; height:12px; background:url(../img/A.png) no-repeat center; position:absolute; top:-12px; left:22px;}
.pro_detail02 .left .content6 .list .item{width:32%; margin-right:2%; float:left; margin-bottom:17px;}
.pro_detail02 .left .content6 .list .item:nth-child(3n){margin-right:0;}
.pro_detail02 .left .content6 .list .item a{display:block; font-size:13px; color:#333; line-height:33px; text-align:center; border:2px solid #6597F5; border-radius:10px;}
.pro_detail02 .left .content6 .list .item a:hover{background:#6597F5; color:#fff;}
.pro_detail02 .left .content7 .list{padding-bottom:40px; border-bottom:1px dashed #D7D7D7; margin-bottom:30px;}
.pro_detail02 .left .content7 .list .first{width:35%; box-sizing:border-box; padding:0 50px; color:#333; font-size:15px; text-align:center;}
.pro_detail02 .left .content7 .list .first .count span{font-size: 70px; font-family:Arial; color:#246cf0; line-height:1; font-weight: bold;}
.pro_detail02 .left .content7 .list .first .count{margin-bottom: 10px;}
.pro_detail02 .left .content7 .list .second{width:60%; box-sizing:border-box; margin-left:5%;}
.pro_detail02 .left .content7 .list .second .score{width:79%; height:25px; background:#dbdbdb; border-radius:16px; margin:20px 0 30px; position:relative;}
.pro_detail02 .left .content7 .list .second .score .cur{position:absolute; left:0; top:0; bottom:0; background:#fd5326 linear-gradient(to right, #4fe4fc, 50%, #2066ef); border-radius:16px;}
.pro_detail02 .left .content7 .list .second .score .num{position:absolute; bottom:100%; line-height:1; text-align:center; width:30px; margin-left:-20px; margin-bottom:-3px; font-weight:bold; font-size:12px; color:#246cf0;}
.pro_detail02 .left .content7 .list .second .score .num .n{font-size:20px;}
.pro_detail02 .left .content7 .list .second .star li{float:left; width:40%; margin-right:5%; line-height:32px; font-size:15px; color:#333;}
.pro_detail02 .left .content7 .list .second .star img{width:auto; display:inline-block; *display:inline; *zoom:1; vertical-align:-1px;}
.pro_detail02 .left .content7 .pinglun .item{position:relative;  color:#555; border-bottom:1px solid #e6e6e6; margin-bottom:30px;}
.pro_detail02 .left .content7 .pinglun .item .pic{position:absolute; left:0; top:0; border-radius:50%; overflow:hidden;}
.pro_detail02 .left .content7 .pinglun .item .pic img{width:32px; height:21px;}
.pro_detail02 .left .content7 .pinglun .item{width:auto;}
.pro_detail02 .left .content7 .pinglun .item .top{position:relative; padding-left:45px;}
.pro_detail02 .left .content7 .pinglun .item .name{color:#999;}
.pro_detail02 .left .content7 .pinglun .item .info{max-width:70%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; display:inline-block; *display:inline; *zoom:1;}
.pro_detail02 .left .content7 .pinglun .item .more{float:right; color:#ff7800;}
.pro_detail02 .left .content7 .pinglun .item .date{color:#999; margin-top:10px;}
.pro_detail02 .left .content7 .pinglun .item .desc{background:#f0f0f0; margin-top:30px; border-radius:10px; position:relative;}
.pro_detail02 .left .content7 .pinglun .item .desc:after{content:''; width:27px; height:12px; background:url(../img/A.png) no-repeat center; position:absolute; top:-12px; left:22px;}
.pro_detail02 .left .content7 .pinglun .item .desc li{padding:30px 20px; line-height:26px;}
.pro_detail02 .left .content7 .pinglun .item .desc li .tag{float:left; padding:0 18px; margin-right:20px; color:#fff; background:#246cf0; border-radius:13px;}
.pro_detail02 .left .content7 .pinglun .item .desc li .tag.disadvantage{background:#b5b6b6;}
.pro_detail02 .left .content7 .pinglun .item .desc li .tag.suggestion{background:#3ae0ab;}
.pro_detail02 .left .content7 .pinglun .item .desc li .tag.total{background:#246cf0;}
.pro_detail02 .left .content7 .pinglun .item .desc li .detail{overflow:hidden;}
.pro_detail02 .left .content7 .pinglun .item .score{margin:30px 0; color:#999999; line-height:26px;}
.pro_detail02 .left .content7 .pinglun .item .score .score_left .num{color:#246cf0; font-size:20px; margin-right:5px; font-weight:bold;}
.pro_detail02 .left .content7 .pinglun .item .score .star{margin-left:30px; margin-top:5px;}
.pro_detail02 .left .content7 .pinglun .item .score .star img{display:inline-block; *display:inline; *zoom:1; width:auto;}
.pro_detail02 .left .content7 .pinglun .item .score .score_right .score_i{display:inline-block; *display:inline; *zoom:1; margin-left:40px;}
.pro_detail02 .left .content7 .pinglun .item .score .score_right .score_i .num{color:#246cf0;}
.pro_detail02 .right{width:25%; float:right;}
.pro_detail02 .right .list {border:1px solid #E5E5E5; padding:20px 10px; position:relative; margin-bottom:30px;}
.pro_detail02 .right .list:after{content:''; width:100%; height:5px; background-image:linear-gradient(to right, #1F64E3,#4CDAF1); position:absolute; left:0; top:0;}
.pro_detail02 .right .infor{margin-bottom:20px;}
.pro_detail02 .right .infor .tit{font-size:20px; line-height:20px; color:#333; position:relative; padding-left:15px;}
.pro_detail02 .right .infor .con{font-size:15px; line-height:20px; color:#246cf0;}
.pro_detail02 .right .infor .con i{display:inline-block; width:16px; height:14px; background:url(../img/news_list01_1.png) no-repeat center;}
.pro_detail02 .right .list li{padding-left:10px; position:relative; float:left; width:48%; margin-right:4%; box-sizing:border-box;}
.pro_detail02 .right .list li:nth-child(2n){margin-right:0;}
.pro_detail02 .right .list li:after{content:''; width:4px; height:4px; background:#333; border-radius:15px; position:absolute; left:0; top:50%; transform:translateY(-50%);}
.pro_detail02 .right .list li a{font-size:17px; line-height:34px; color:#333;}
.pro_detail02 .right .list li a:hover{color:#246cf0; border-bottom:1px solid #246cf0;}

/* 图片列表 */
.pic_list01 .left .content1 .list{margin-bottom:30px;}
.pic_list01 .left .content1 .title{margin-bottom:10px;}
.pic_list01 .left .content1 li:nth-child(3n){margin-right:0;}
.pic_list01 li{margin-bottom:2%;}
.pic_list01 li .cover{position:absolute; left:0; top:0; width:100%; height:100%; transition:all 0.5s ease; background:url(../img/blue.png) center; opacity:0; visibility:hidden;}
.pic_list01 li .cover .icon{width:50px; height:49px; background:url(../img/pic_icon.png) no-repeat center; position:absolute; left:50%; top: 50%; transform:translate(-50%,-50%);}
.pic_list01 li img{transition:all 0.5s ease;}
.pic_list01 li:hover img {-webkit-transform:scale(1.05); -ms-transform:scale(1.05); transform:scale(1.05);}
.pic_list01 li:hover .cover{opacity:1; visibility:visible;}

/* 图片弹窗 */
.pic_tc{position:fixed; left:0; top:0; width:100%; height:100%; background:rgba(0, 0, 0, .67); z-index:100; display:none;}
.pic_tc .content{position:fixed; left:50%; top:50%; transform:translate(-50%,-50%); width:805px;}
.pic_tc .content .rect-66{padding-bottom:67%;}
.pic_tc .content .big_img{width:675px; margin:0 auto 20px; position:relative;}
.pic_tc .content .big_img .tit{font-size:23px; line-height:30px; color:#fff; text-align:center; margin-top:10px;}
.pic_tc .content .close{width:32px; height:32px; background:url(../img/pic_close.png) no-repeat center; position:absolute; right:0; top:0; transition:all 0.5s ease; cursor:pointer;}
.pic_tc .content .close:hover{transform:rotateZ(180deg);}
.pic_tc .content .smal_img li{width:19%; margin-right:1.25%; float:left; border:4px solid transparent; cursor:pointer; box-sizing:border-box;}
.pic_tc .content .smal_img li:last-child{margin-right:0;}
.pic_tc .content .smal_img li.on{border-color:#1F64E3;}

/* canshu  */
.canshu01 .left .content6{margin-bottom:30px;}

/* 报价 */
.baojia01.pro_detail02 .left .content4{margin-top:0;}
.pro_detail02 .left .content4 .box_l .sele_wrap .sele .item ul{z-index:2;}

/* 问答 */
.wenda01.pro_detail02 .left .content5{margin-top:0;}

/* 口碑 */
.koubei01.pro_detail02 .left .content7{margin-top:0;}


/* 修改 */
.ipart03 .content .left .info{border:1px solid #f9f9f7; border-top:none}
.news_list01 .left .bd .bd_l .info{border:1px solid #f9f9f7; border-top:none}
/*.ipart03 .infor .con a{font-size:20px;}*/
.ipart03 .infor .con a i{width:20px; height:18px; background-size:cover;}
.news_list01 .left .bd .bd_r li{border-color:#e5e5e5;}
/*.ipart06 .content li{width:18%; margin:0 1% 1%;}*/
.ipart03 .content .right li .t{font-size:26px;}
.news_list01 .right .infor .tit::after{display:none;}
.news_list01 .right .infor .tit{padding-left:0;}
.brand01 .left dd .box .info_fenlei .c a{margin-bottom:5px;}
.pageHeader .h_search .inp::-webkit-input-placeholder { color:#fff; font-size:14px;} 
.pro_list01 .right .news_tuijian li a i{margin-right:6px;}

.m_ibanner{display:none;}





