@charset "utf-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
/*清除默认样式*/
body,ol,ul,li,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0;font-weight: normal;}
fieldset,img{border:0;}
img{vertical-align:middle;}
ol,ul,li{list-style-type:none;}
table{border-collapse:collapse;border-spacing:0;}
button,input,select,textarea{font-size:13px;font-family:inherit;margin:0;outline:none;resize:none;border:none;}
html{verflow:-Scroll;overflow-x:hidden;zoom:1;overflow-y:scroll;}
body{color:#666;font-size:13px;line-height:24px;font-family:"微软雅黑","宋体", Arial, Helvetica, sans-serif; }
a{color:#666;text-decoration:none;outline:none;}
a:hover {text-decoration: none;color:#3a3a3a;}
img{-ms-interpolation-mode:bicubic;max-width:100%;-webkit-touch-callout:none;}
p, big, small, span, font, em {margin: 0;}
/*html5 初始化新标签的CSS*/
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block;}
/*清除浮动*/
.clearfix:after {clear: both; content: ""; display:block; height: 0; overflow: hidden; visibility: hidden; }
.clearfix { zoom:1;}

/*bootstrap4 一行五列补充*/
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5,
.col-xl-1-5{position: relative;width: 100%;padding-right: 15px;padding-left: 15px;}
.col-1-5 {flex: 0 0 20%;max-width: 20%;-ms-flex: 0 0 20%;}
@media (min-width: 576px) {.col-sm-1-5 {flex: 0 0 20%;max-width: 20%;-ms-flex: 0 0 20%;}}
@media (min-width: 768px) {.col-md-1-5 {flex: 0 0 20%;max-width: 20%;-ms-flex: 0 0 20%;}}
@media (min-width: 992px) {.col-lg-1-5 {flex: 0 0 20%;max-width: 20%;-ms-flex: 0 0 20%;}}
@media (min-width: 1200px) {.col-xl-1-5 {flex: 0 0 20%;max-width: 20%;-ms-flex: 0 0 20%;}}
/*bootstrap4 一行五列补充 end*/

/* 一行五列 */
@media (min-width: 992px) {.col-lg-bfb-20 {-webkit-box-flex: 0;-webkit-flex: 0 0 calc(20% - 12px);-ms-flex: 0 0 calc(20% - 12px);flex: 0 0 calc(20% - 12px);max-width: calc(20% - 12px);margin-right: 15px;}
.col-lg-bfb-20:nth-last-of-type(1) {margin-right: 0;}}
@media (min-width: 1200px) {.col-xl-bfb-20 {-webkit-box-flex: 0;-webkit-flex: 0 0 calc(20% - 24px);-ms-flex: 0 0 calc(20% - 24px);flex: 0 0 calc(20% - 24px);max-width: calc(20% - 24px);margin-right: 30px;}
.col-xl-bfb-20:nth-last-of-type(1) {margin-right: 0;}}
/* 一行五列 end */

body {font-family: Arial, "微软雅黑", "microsoft yahei";min-width: 320px;overflow-x: hidden;-webkit-overflow-scrolling: touch;}
h1,h2,h3,h4,h5,a,p {transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;-webkit-transition: all .2s ease-in-out;-ms-transition: all .2s ease-in-out;}
h1,h2,h3,h4,h5,p {margin: 0;}
ul {padding: 0;margin: 0;list-style: none;font-size: 0;}
li {font-size: 14px;}
p,a {text-decoration: none !important;font-size: 14px;}
.over-img {overflow: hidden;position: relative;}
.eli-padd {padding-left: 0;padding-right: 0;}
.xysimg {height: 0;position: relative;overflow: hidden;}
.xysimg img {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);display: block; max-width:none;}
.default-align-right {text-align: right;}
.default-padd-15 {padding-left: 15px;padding-right: 15px;}
.default-padd-25 {padding-left: 25px;padding-right: 25px;}
.default-padd-30 {padding-left: 30px;padding-right: 30px;}
.padd-bottom-0 {padding-bottom: 0 !important;}
@media screen and (max-width: 767px) {.default-padd-30 {padding-left: 15px;padding-right: 15px;}}


/*模块内容框距*/
.default-container {max-width: 1430px;margin: 0 auto;}
.default-ny-container {padding:0 50px;max-width: 1500px;margin: 0 auto;}
.default-index-container {padding:0 30px;max-width: 1710px;margin: 0 auto;}
@media screen and (max-width: 1220px) {
	
}
@media screen and (max-width: 992px) {
.default-ny-container {padding:0 40px;}
.default-index-container {padding:0 20px;}	
}
@media screen and (max-width: 767px) {
.default-ny-container {padding:0 15px;}
.default-index-container {padding:0 15px;}		
}
@media screen and (max-width: 575px) {
.default-ny-container {padding:0 10px;}
.default-index-container {padding:0 10px;}		
}



/*模块上下边距*/
.container-padd-tb100 {padding-top: 100px;padding-bottom: 100px;}
.container-padd-tb90 {padding-top: 90px;padding-bottom: 90px;}
.container-padd-tb80 {padding-top: 80px;padding-bottom: 80px;}
.container-padd-tb70 {padding-top: 70px;padding-bottom: 70px;}
.container-padd-tb60 {padding-top: 60px;padding-bottom: 60px;}
.container-padd-tb50 {padding-top: 50px;padding-bottom: 50px;}
.container-padd-t100 {padding-top: 100px;}
.container-padd-t90 {padding-top: 90px;}
.container-padd-t80 {padding-top: 80px;}
.container-padd-t70 {padding-top: 70px;}
.container-padd-t60 {padding-top: 60px;}
.container-padd-t50 {padding-top: 50px;}
.container-padd-b100 {padding-bottom: 100px;}
.container-padd-b90 {padding-bottom: 90px;}
.container-padd-b80 {padding-bottom: 80px;}
.container-padd-b70 {padding-bottom: 70px;}
.container-padd-b60 {padding-bottom: 60px;}
.container-padd-b50 {padding-bottom: 50px;}
@media screen and (max-width: 1680px) {.container-padd-tb100 {padding-top: 90px;padding-bottom: 90px;}
.container-padd-t100 {padding-top: 90px;}
.container-padd-b100 {padding-bottom: 90px;}}
@media screen and (max-width: 1440px) {.container-padd-tb100,
	.container-padd-tb90 {padding-top: 80px;padding-bottom: 80px;}
.container-padd-t100,
	.container-padd-t90 {padding-top: 80px;}
.container-padd-b100,
	.container-padd-b90 {padding-bottom: 80px;}}
@media screen and (max-width: 1280px) {.container-padd-tb100,
	.container-padd-tb90,
	.container-padd-tb80 {padding-top: 70px;padding-bottom: 70px;}
.container-padd-t100,
	.container-padd-t90,
	.container-padd-t80 {padding-top: 70px;}
.container-padd-b100,
	.container-padd-b90,
	.container-padd-b80 {padding-bottom: 70px;}}
@media screen and (max-width: 1199px) {.container-padd-tb100,
	.container-padd-tb90,
	.container-padd-tb80,
	.container-padd-tb70 {padding-top: 60px;padding-bottom: 60px;}
.container-padd-t100,
	.container-padd-t90,
	.container-padd-t80,
	.container-padd-t70 {padding-top: 60px;}
.container-padd-b100,
	.container-padd-b90,
	.container-padd-b80,
	.container-padd-b70 {padding-bottom: 60px;}}
@media screen and (max-width: 991px) {.container-padd-tb100,
	.container-padd-tb90,
	.container-padd-tb80,
	.container-padd-tb70,
	.container-padd-tb60 {padding-top: 50px;padding-bottom: 50px;}
.container-padd-t100,
	.container-padd-t90,
	.container-padd-t80,
	.container-padd-t70,
	.container-padd-t60 {padding-top: 50px;}
.container-padd-b100,
	.container-padd-b90,
	.container-padd-b80,
	.container-padd-b70,
	.container-padd-b60 {padding-bottom: 50px;}}
@media screen and (max-width: 767px) {.container-padd-tb100,
	.container-padd-tb90,
	.container-padd-tb80,
	.container-padd-tb70,
	.container-padd-tb60,
	.container-padd-tb50 {padding-top: 40px;padding-bottom: 40px;}
.container-padd-t100,
	.container-padd-t90,
	.container-padd-t80,
	.container-padd-t70,
	.container-padd-t60,
	.container-padd-t50 {padding-top: 40px;}
.container-padd-b100,
	.container-padd-b90,
	.container-padd-b80,
	.container-padd-b70,
	.container-padd-b60,
	.container-padd-b50 {padding-bottom: 40px;}}
@media screen and (max-width: 575px) {.container-padd-tb100,
	.container-padd-tb90,
	.container-padd-tb80,
	.container-padd-tb70,
	.container-padd-tb60,
	.container-padd-tb50 {padding-top: 30px;padding-bottom: 30px;}
.container-padd-t100,
	.container-padd-t90,
	.container-padd-t80,
	.container-padd-t70,
	.container-padd-t60,
	.container-padd-t50 {padding-top: 30px;}
.container-padd-b100,
	.container-padd-b90,
	.container-padd-b80,
	.container-padd-b70,
	.container-padd-b60,
	.container-padd-b50 {padding-bottom: 30px;}}
/*模块上下边距 end*/

/*元素边距*/
.model-padd-t10 {padding-top: 10px;}
.model-padd-t20 {padding-top: 20px;}
.model-padd-t30 {padding-top: 30px;}
.model-padd-t40 {padding-top: 40px;}
.model-padd-t50 {padding-top: 50px;}
.model-padd-t60 {padding-top: 60px;}
.model-padd-t70 {padding-top: 70px;}
.model-padd-t80 {padding-top: 80px;}
.model-padd-b10 {padding-bottom: 10px;}
.model-padd-b20 {padding-bottom: 20px;}
.model-padd-b30 {padding-bottom: 30px;}
.model-padd-b40 {padding-bottom: 40px;}
.model-padd-b50 {padding-bottom: 50px;}
.model-padd-b60 {padding-bottom: 60px;}
.model-padd-b70 {padding-bottom: 70px;}
.model-padd-b80 {padding-bottom: 80px;}
.model-padd-l10 {padding-left: 10px;}
.model-padd-l20 {padding-left: 20px;}
.model-padd-l30 {padding-left: 30px;}
.model-padd-l40 {padding-left: 40px;}
.model-padd-l50 {padding-left: 50px;}
.model-padd-l60 {padding-left: 60px;}
.model-padd-l70 {padding-left: 70px;}
.model-padd-r10 {padding-right: 10px;}
.model-padd-r20 {padding-right: 20px;}
.model-padd-r30 {padding-right: 30px;}
.model-padd-r40 {padding-right: 40px;}
.model-padd-r50 {padding-right: 50px;}
.model-padd-r60 {padding-right: 60px;}
.model-padd-r70 {padding-right: 70px;}
.model-margin-l-60{margin-left: -60px;}
.model-margin-r-60{margin-right: -60px;}
@media screen and (max-width: 1680px) {.model-padd-t80 {padding-top: 70px;}
.model-padd-b80 {padding-bottom: 70px;}
.model-padd-l70 {padding-left: 55px;}
.model-padd-r70 {padding-right: 55px;}}
@media screen and (max-width: 1440px) {.model-padd-t70,
	.model-padd-t80 {padding-top: 60px;}
.model-padd-b70,
	.model-padd-b80 {padding-bottom: 60px;}
.model-padd-l60,
	.model-padd-l70 {padding-left: 40px;}
.model-padd-r60,
	.model-padd-r70 {padding-right: 40px;}
.model-margin-l-60{margin-left: -40px;}
.model-margin-r-60{margin-right: -40px;}}
@media screen and (max-width: 1199px) {.model-padd-t60,
	.model-padd-t70,
	.model-padd-t80 {padding-top: 50px;}
.model-padd-b60,
	.model-padd-b70,
	.model-padd-b80 {padding-bottom: 50px;}
.model-padd-l50,
	.model-padd-l60,
	.model-padd-l70 {padding-left: 25px;}
.model-padd-r50,
	.model-padd-r60,
	.model-padd-r70 {padding-right: 25px;}
.model-margin-l-60{margin-left: -25px;}
.model-margin-r-60{margin-right: -25px;}}
@media screen and (max-width: 991px) {.model-padd-t50,
	.model-padd-t60,
	.model-padd-t70,
	.model-padd-t80 {padding-top: 40px;}
.model-padd-b50,
	.model-padd-b60,
	.model-padd-b70,
	.model-padd-b80 {padding-bottom: 40px;}
.model-padd-l40,
	.model-padd-l50,
	.model-padd-l60,
	.model-padd-l70 {padding-left: 15px;}
.model-padd-r40,
	.model-padd-r50,
	.model-padd-r60,
	.model-padd-r70 {padding-right: 15px;}
.model-margin-l-60{margin-left: -10px;}
.model-margin-r-60{margin-right: -10px;}}
@media screen and (max-width: 767px) {.model-padd-t40,
	.model-padd-t50,
	.model-padd-t60,
	.model-padd-t70,
	.model-padd-t80 {padding-top: 30px;}
.model-padd-b40,
	.model-padd-b50,
	.model-padd-b60,
	.model-padd-b70,
	.model-padd-b80 {padding-bottom: 30px;}
.model-padd-l30,
	.model-padd-l40,
	.model-padd-l50,
	.model-padd-l60,
	.model-padd-l70 {padding-left:15px;}
.model-padd-r30,
	.model-padd-r40,
	.model-padd-r50,
	.model-padd-r60,
	.model-padd-r70 {padding-right: 15px;}
.model-margin-l-60{margin-left: 0;}
.model-margin-r-60{margin-right: 0;}}
@media screen and (max-width: 575px) {.model-padd-t30 {padding-top: 15px;}
.model-padd-t40,
	.model-padd-t50,
	.model-padd-t60,
	.model-padd-t70,
	.model-padd-t80 {padding-top: 25px;}
.model-padd-b30 {padding-bottom: 15px;}
.model-padd-b40,
	.model-padd-b50,
	.model-padd-b60,
	.model-padd-b70,
	.model-padd-b80 {padding-bottom: 25px;}
.model-padd-l30,
	.model-padd-l40,
	.model-padd-l50,
	.model-padd-l60,
	.model-padd-l70 {padding-left: 15px;}
.model-padd-r30,
	.model-padd-r40,
	.model-padd-r50,
	.model-padd-r60,
	.model-padd-r70 {padding-right: 15px;}}
/*元素边距 end*/

/*编辑版开始*/
.bjb {padding-top: 30px;padding-bottom: 30px;font-size: 14px;}
.bjb.padd0{padding-top: 0;padding-bottom: 0;}
.bjb img {max-width: 100%;height: auto;}
.bjb h1,
.bjb h2,
.bjb h3,
.bjb h4,
.bjb h5,
.bjb p {color: #666666;}
.bjb p {line-height: 2em;font-size: 14px;}
@media (min-width: 992px) and (max-width: 1366px) {.bjb {margin: 0 auto;}}
@media screen and (max-width: 767px) {.bjb {padding-top: 20px;padding-bottom: 20px;}}
/*编辑版结束*/
@media screen and (min-width: 1200px) {.hidden-xl {display: none !important;opacity: 0;visibility: hidden;}}
@media (min-width: 992px) and (max-width: 1199px) {.hidden-lg {display: none !important;opacity: 0;visibility: hidden;}}
@media (min-width: 768px) and (max-width: 991px) {.hidden-md {display: none !important;opacity: 0;visibility: hidden;}}
@media (min-width: 576px) and (max-width: 767px) {.hidden-sm {display: none !important;opacity: 0;visibility: hidden;}}
@media screen and (max-width: 575px) {.hidden-xs {display: none !important;opacity: 0;visibility: hidden;}}
/*分页开始*/
.page-numbar a{padding: 5px;}
.paging span {
    padding: 5px;
}
.paging {margin: 0 auto;text-align: center;}
.paging-list {list-style: none;padding: 0;margin: 0;text-align: center;}
.paging-list li {display: inline-block;margin-left: 5px;margin-right: 5px;}
.paging-list li a {padding: 7px 15px;border: 1px solid #cccccc;background-color: #fff;color: #333333;display: inline-block;text-decoration: none;vertical-align: top;}
.paging-list li a:hover {border: 1px solid #d6000f;background-color: #d6000f;color: #fff;}
.paging-list li.active a {border: 1px solid #d6000f;background-color: #d6000f;color: #fff;}
.paging-list .input-box {margin-left: 20px;}
.paging-list .input-box input {padding: 6px 10px 8px;width: 60px;border: 1px solid #dfdfdf;text-align: center;outline: none;font-size: 14px;vertical-align: top;}
.paging-list .input-box span {margin-left: 10px;margin-right: 10px;}
@media screen and (max-width: 991px) {.paging-list li {margin-left: 5px;margin-right: 5px;}
.paging-list li a {padding: 5px 10px;}
.paging-list .input-box input {padding: 5px 10px;}
.paging-list .input-box {margin-left: 10px;}
.paging {margin: 15px auto;}}
@media screen and (max-width: 767px) {.paging-list li {margin-left: 0;margin-right: 0;}}
/*分页结束*/

.fl{float:left;}
.fr{float:right;}


/* 头部导航 */
.pc-header-height-div{height:81px}
.pc-header{position:fixed;top:0;left:0;right:0;width:100%;z-index:1000;transition:all .5s;padding-left:30px;padding-right:30px}
.pc-header.ny-pc-header{background-color:#fff;border-bottom:1px solid rgba(245,245,245,1)}
.pc-header.scroll{transition:all .5s;background-color:#fff;border-bottom:1px solid rgba(245,245,245,1)}
.pc-header::after{content:"";position:absolute;top:0;left:0;height:3px;right:0;background-color:#005bca;opacity:0;transition:all 0.3s}
.pc-header.active{border-bottom:1px solid rgba(245,245,245,0)}
.pc-header.active::after{opacity:1;transition:all 0.5s}
.pc-header-bg{position:fixed;top:0;left:0;right:0;bottom:0;display:none;opacity:0;z-index:999}
.pc-header-bg .top-bgcolor{background-color:#fff;height:40%;background-image:url("../images/logo.png");background-position:left bottom;background-repeat:no-repeat;position:relative;min-height:430px;padding-left:30px;padding-right:30px}
.pc-header-bg .top-bgcolor .posi-text-box{max-width:1830px;margin:0 auto}
.pc-header-bg .top-bgcolor .posi-text-box .text-box{position:absolute;top:50%;transform:translateY(-50%);max-width:350px}
.pc-header-bg .top-bgcolor .posi-text-box .text-box p{color:#424242;margin-bottom:5px}
.pc-header-bg .top-bgcolor .posi-text-box .text-box::after{content:"";position:absolute;top:-35px;left:0;display:inline-block;height:2px;width:36px;background-color:#424242}
.pc-header-bg .bottom-bgcolor{background-color:rgba(0,0,0,0.7);height:60%}
.pc-header .left{width:274px;height:85px}
.pc-header .left .logo{position:relative;width:240px;height:50px;display:inline-block}
.pc-header .left .logo::after{content:"";background-image:url("../images/logo.png");background-position:left center;background-repeat:no-repeat;width:274px;height:85px;position:absolute;top:0;left:0;bottom:0;right:0;opacity:1;transition:all .5s}
.pc-header.scroll .left .logo::after,.pc-header.active .left .logo::after,.pc-header.ny-pc-header .left .logo::after{opacity:0}
.pc-header .left .logo::before{content:"";background-image:url("../images/logo2.png");background-position:left center;background-repeat:no-repeat;width:274px;height:85px;position:absolute;top:0;left:0;bottom:0;right:0;opacity:0;transition:all .5s}
.pc-header.scroll .left .logo::before,.pc-header.active .left .logo::before,.pc-header.ny-pc-header .left .logo::before{opacity:1}
.pc-header .content{max-width:1830px;margin:0 auto;display:flex;display:-webkit-flex;justify-content:space-between;-webkit-justify-content:space-between;align-items:center;-webkit-align-items:center;height:100%}
.pc-header .right{width:calc(100% - 240px);text-align:right;font-size:0}
.pc-header .right .level1{display:inline-block;vertical-align:middle}
.pc-header .right .level1>li{display:inline-block;vertical-align:top;position:relative}
.pc-header .right .level1>li>a{font-size:16px;color:#000;position:relative;display:inline-block;padding:33px 30px}
.pc-header.active .right .level1>li>a,.pc-header.scroll .right .level1>li>a,.pc-header.ny-pc-header .right .level1>li>a{color:#666666;padding:28px 30px}
.pc-header .right .level1>li:hover>a{color:#fff;background-color:#d41616}
/*level2*/
.pc-header .right .level2{position:absolute;top:100%;left:0;min-width:250px;display:none;opacity:0;background-color:#d41616;padding:10px 0}
.pc-header .right .level2>li{text-align:left;position:relative;}
.pc-header .right .level2>li:nth-last-of-type(1){margin-bottom:0}
.pc-header .right .level2>li>a{display:block;padding:10px 25px;text-decoration:none;color:#fff;position:relative;transition:all .8s cubic-bezier(.075,.82,.165,1);-webkit-transition:all .8s cubic-bezier(.075,.82,.165,1);-webkit-transition:all .8s cubic-bezier(.075,.82,.165,1);transition:all .8s cubic-bezier(.075,.82,.165,1)}
.pc-header .right .level2>li>a::before{content:"";width:6px;height:6px;border-radius:50%;display:inline-block;background-color:#fff;font-size:0;line-height:1em;vertical-align:middle;margin-right:10px}
.pc-header .right .level2>li>a:hover{background-color:#a91212}
/*level3*/
.pc-header .right .level3{position:absolute;top:0;left:100%;min-width:250px;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;background-color:#a91212; visibility:hidden;-webkit-transition:0.3s ease-in-out;-ms-transition:0.3s ease-in-out;-o-transition:0.3s ease-in-out;transition:all 0.3s ease-in-out;}
.pc-header .right .level3>li{text-align:left}
.pc-header .right .level3>li:nth-last-of-type(1){margin-bottom:0}
.pc-header .right .level3>li>a{display:block;padding:10px 25px;text-decoration:none;color:#fff;position:relative;transition:all .8s cubic-bezier(.075,.82,.165,1);-webkit-transition:all .8s cubic-bezier(.075,.82,.165,1);-webkit-transition:all .8s cubic-bezier(.075,.82,.165,1);transition:all .8s cubic-bezier(.075,.82,.165,1)}
.pc-header .right .level3>li>a::before{content:"";width:6px;height:6px;border-radius:50%;display:inline-block;background-color:#fff;font-size:0;line-height:1em;vertical-align:middle;margin-right:10px}
.pc-header .right .level3>li>a:hover{background-color:#971414}
.pc-header .right .level2 .li2:hover .level3{filter:alpha(opacity=100);-moz-opacity:1;   -khtml-opacity:1;   opacity:1;visibility:visible; }
.pc-header .right .level3{-webkit-transform:translateX(20px);-ms-transform:translateX(20px);-o-transform:translateX(20px);transform:translateX(20px);}
.pc-header .right .level2 .li2:hover .level3{-webkit-transform:translateX(0px);-ms-transform:translateX(0px);-o-transform:translateX(0px);transform:translateX(0px);}
/*en-box*/
.pc-header .right .en-box{display:inline-block;vertical-align:middle;margin-left:30px;padding-left:30px;transition:all .5s;position:relative}
.pc-header .right .en-box::after{content:"";position:absolute;top:50%;transform:translateY(-50%);left:0;height:15px;width:1px;background-color:#fff;transition:all .5s}
.pc-header.active .right .en-box::after,.pc-header.scroll .right .en-box::after,.pc-header.ny-pc-header .right .en-box::after{background-color:#e4e4e4}
.pc-header .right .en-box a i{display:inline-block;color:#fff;font-size:22px;transition:all .5s}
.pc-header.active .right .en-box a i,.pc-header.scroll .right .en-box a i,.pc-header.ny-pc-header .right .en-box a i{color:#666666}
.pc-header .right .en-box a:hover i{color:#d41616}
.pc-header .right .en-box .kfdh{padding:24px 30px;display:inline-block;vertical-align:middle;background-color:#d41616}
.pc-header.active .right .en-box .kfdh,.pc-header.scroll .right .en-box .kfdh,.pc-header.ny-pc-header .right .en-box .kfdh{padding:19px 30px}
.pc-header .right .en-box .kfdh .title{color:#fff;text-align:left;font-size:12px}
.pc-header .right .en-box .kfdh .num{color:#fff;text-align:left;font-size:16px}
.pc-header .right .en-box  .search{display:inline-block;vertical-align:middle; margin-top:8px;}
@media screen and (max-width:1680px){.pc-header .right .level1>li>a{font-size:16px;padding:33px 25px}
.pc-header.active .right .level1>li>a,.pc-header.scroll .right .level1>li>a,.pc-header.ny-pc-header .right .level1>li>a{padding:28px 25px}
.pc-header .right .en-box .kfdh{padding:21px 20px}
.pc-header.active .right .en-box .kfdh,.pc-header.scroll .right .en-box .kfdh,.pc-header.ny-pc-header .right .en-box .kfdh{padding:19px 25px}
.pc-header .right .en-box{margin-left:25px;padding-left:25px}
}
@media screen and (max-width:1440px){.pc-header .right .level1>li>a{font-size:16px;padding:30px 20px}
.pc-header.active .right .level1>li>a,.pc-header.scroll .right .level1>li>a,.pc-header.ny-pc-header .right .level1>li>a{padding:25px 20px}
.pc-header .right .en-box .kfdh{padding:21px 20px}
.pc-header.active .right .en-box .kfdh,.pc-header.scroll .right .en-box .kfdh,.pc-header.ny-pc-header .right .en-box .kfdh{padding:16px 20px}
.pc-header .right .en-box{margin-left:20px;padding-left:20px}
.pc-header-height-div{height:74px}
}
@media screen and (max-width:1280px){.pc-header .right .level1>li>a{font-size:14px;padding:25px 15px}
.pc-header.active .right .level1>li>a,.pc-header.scroll .right .level1>li>a,.pc-header.ny-pc-header .right .level1>li>a{padding:20px 15px}
.pc-header .right .en-box .kfdh{padding:16px 15px}
.pc-header.active .right .en-box .kfdh,.pc-header.scroll .right .en-box .kfdh,.pc-header.ny-pc-header .right .en-box .kfdh{padding:11px 15px}
.pc-header .right .en-box{margin-left:15px;padding-left:15px}
.pc-header .right .en-box .kfdh .num{font-size:14px}
.pc-header .right .en-box a{font-size:14px}
.pc-header .right .en-box a .icon-btn_search{font-size:18px}
.pc-header .right{width:calc(100% - 132px)}
.pc-header-height-div{height:62px}
}
@media screen and (max-width:1150px){
.pc-header .left,
.pc-header .left .logo,
.pc-header .left .logo::after,
.pc-header .left .logo::before{width:150px;height:50px; background-size:100%;}
.pc-header .right .en-box .kfdh{padding:16px 5px}
.pc-header .right{width:calc(100% - 150px)}
.pc-header .right .en-box a i{margin-left:10px;}
.pc-header.active .right .level1>li>a,.pc-header.scroll .right .level1>li>a,.pc-header.ny-pc-header .right .level1>li>a{padding:20px 10px}
.pc-header .right .en-box .kfdh{padding:16px 10px}
.pc-header.active .right .en-box .kfdh,.pc-header.scroll .right .en-box .kfdh,.pc-header.ny-pc-header .right .en-box .kfdh{padding:11px 10px}
.pc-header .right .en-box{margin-left:10px;padding-left:10px}
}
@media screen and (max-width:995px){
.pc-header .left,
.pc-header .left .logo,
.pc-header .left .logo::after,
.pc-header .left .logo::before{width:140px;height:50px; background-size:100%;}
.pc-header .right .en-box .kfdh{padding:16px 5px}
.pc-header .right{width:calc(100% - 140px)}
.pc-header .right .en-box a i{margin-left:6px;}
.pc-header.active .right .level1>li>a,.pc-header.scroll .right .level1>li>a,.pc-header.ny-pc-header .right .level1>li>a{padding:20px 6px}
.pc-header .right .en-box .kfdh{padding:16px 6px}
.pc-header.active .right .en-box .kfdh,.pc-header.scroll .right .en-box .kfdh,.pc-header.ny-pc-header .right .en-box .kfdh{padding:11px 6px}
.pc-header .right .en-box{margin-left:6px;padding-left:6px}
}
@media screen and (max-width:991px){.pc-header-height-div{height:0}
}
/*wap端导航*/
.wap-nav{padding:5px 18px;position:fixed;top:0;left:0;right:0;z-index:9999;background-color:#fff;border-bottom:1px solid #f5f5f5}
.wap-nav .logo{float:left}
.wap-nav>div:nth-of-type(1){position:relative}
.wap-search-box{position:absolute;top:50%;right:105px;transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%)}
.wap-search-box .icon-btn_search{font-size:34px;color:#333333}
.nav-button{position:absolute;top:50%;right:20px;transform:translateY(-35%);-webkit-transform:translateY(-35%);-moz-transform:translateY(-35%)}
.wap-nav-listbox{display:none;border-top:1px solid #c8c8c8}
.wap-nav-listbox .level1,.wap-nav-listbox .level2{list-style:none;margin:0;padding:0}
.wap-nav-listbox .level2{display:none;background-color:#1E4FDB}
.wap-nav-listbox .level1>li>a{text-decoration:none;padding:15px 15px 15px 36px;display:block;color:#6b6b6b;border-bottom:1px solid #c8c8c8}
.wap-nav-listbox .level1>li>a>span{float:right;transition:all 0.3s}
.wap-nav-listbox .level1>li>a.active{color:#fff;background-color:#1E4FDB;border-bottom:1px solid #3366ff}
.wap-nav-listbox .level1>li>a.active span{transform:rotate(90deg)}
.wap-nav-listbox .level2>li>a{text-decoration:none;padding:15px 15px 15px 60px;display:block;color:#fff;border-bottom:1px solid #3366ff}
.wap-nav-listbox .level2>li>a:hover{color:#fff;background-color:#e9ba2c}
@media screen and (max-width:767px){.wap-nav .logo img{width:90%}
.wap-search-box{right:70px}
.wap-search-box  a i{font-size:32px}
.wap-search-box .icon-btn_search{font-size:32px}
}
@media screen and (max-width:575px){.wap-nav .logo img{width:40%}
.wap-search-box{right:70px}
.wap-search-box .icon-btn_search{font-size:28px}
}.wap-burger_menu{position:fixed;top:81px;left:0;width:100%;height:0;background-color:#fff;z-index:1;overflow-y:auto;-webkit-transition:all 0.8s cubic-bezier(.19,1,.22,1);transition:all 0.8s cubic-bezier(.19,1,.22,1);-webkit-transition-delay:.65s;transition-delay:.65s}
.wap-burger_menu.active{height:calc(100% - 82px);-webkit-transition:all 0.8s cubic-bezier(.19,1,.22,1);transition:all 0.8s cubic-bezier(.19,1,.22,1)}
.wap-burger_menu>.level1>li{display:block;padding:15px 20px;width:100%;transform:translateY(-50px);-webkit-transform:translateY(-50px);-moz-transform:translateY(-50px);-ms-transform:translateY(-50px);opacity:0;transition:all 0.25s ease-in;-webkit-transition:all 0.25s ease-in;-moz-transition:all 0.25s ease-in;-ms-transition:all 0.25s ease-in}
.wap-burger_menu.active>.level1>li{transform:translateY(0px);-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);opacity:1;transition:all 1s cubic-bezier(.19,1,.22,1);-webkit-transition:all 1s cubic-bezier(.19,1,.22,1);-moz-transition:all 1s cubic-bezier(.19,1,.22,1);-ms-transition:all 1s cubic-bezier(.19,1,.22,1)}
.wap-burger_menu>.level1>li:nth-child(1){transition-delay:0.65s;-webkit-transition-delay:0.65s;-moz-transition-delay:0.65s;-ms-transition-delay:0.65s}
.wap-burger_menu>.level1>li:nth-child(2){transition-delay:0.5s;-webkit-transition-delay:0.5s;-moz-transition-delay:0.5s;-ms-transition-delay:0.5s}
.wap-burger_menu>.level1>li:nth-child(3){transition-delay:0.3s;-webkit-transition-delay:0.3s;-moz-transition-delay:0.3s;-ms-transition-delay:0.3s}
.wap-burger_menu>.level1>li:nth-child(n+4){transition-delay:0.2s;-webkit-transition-delay:0.2s;-moz-transition-delay:0.2s;-ms-transition-delay:0.2s}
.wap-burger_menu.active>.level1>li:nth-child(1){transition-delay:0.2s;-webkit-transition-delay:0.2s;-moz-transition-delay:0.2s;-ms-transition-delay:0.2s}
.wap-burger_menu.active>.level1>li:nth-child(2){transition-delay:0.3s;-webkit-transition-delay:0.3s;-moz-transition-delay:0.3s;-ms-transition-delay:0.3s}
.wap-burger_menu.active>.level1>li:nth-child(3){transition-delay:0.4s;-webkit-transition-delay:0.4s;-moz-transition-delay:0.4s;-ms-transition-delay:0.4s}
.wap-burger_menu.active>.level1>li:nth-child(n+4){transition-delay:0.5s;-webkit-transition-delay:0.5s;-moz-transition-delay:0.5s;-ms-transition-delay:0.5s}
.wap-burger_menu .level1>li>a{display:block;text-decoration:none;color:#333333;font-size:14px}
.wap-burger_menu .level1>li>a span{float:right;-webkit-transition:all 1s cubic-bezier(.19,1,.22,1);transition:all 1s cubic-bezier(.19,1,.22,1)}
.wap-burger_menu .level1>li.active{background-color:#fafafa}
.wap-burger_menu .level1>li.active>a span{-webkit-transform:rotate(90deg);transform:rotate(90deg)}
.wap-burger_menu .level1>li>a .icon-jiantou{color:#cccccc}
.wap-burger_menu .level2{padding:0;overflow:hidden;display:none;margin-top:15px}
.wap-burger_menu .level2>li{margin-bottom:10px;display:inline-block;margin-right:20px}
.wap-burger_menu .level2>li>a{color:#8d8d8d;display:inline-block;text-decoration:none;position:relative}
.wap-burger_menu .level2>li>a:after{content:"";position:absolute;top:100%;left:0;width:0;height:2px;background-color:#8d8d8d;-webkit-transition:width .5s cubic-bezier(.19,1,.22,1);transition:width .5s cubic-bezier(.19,1,.22,1)}
.wap-burger_menu .level2>li>a:hover:after{width:100%}
@media screen and (max-width:767px){.wap-burger_menu{top:77px}
.wap-burger_menu.active{height:calc(100% - 77px)}
}@media screen and (max-width:575px){.header-height-div{height:72px}
.wap-burger_menu{top:72px}
.wap-burger_menu.active{height:calc(100% - 72px)}
}
/*头部防遮挡*/
.wap-header-height-div{height:78px}
@media screen and (max-width:767px){.wap-header-height-div{height:74px}
}
@media screen and (max-width:575px){.wap-header-height-div{height:70px}
}
/*头部防遮挡 end*/
/*wap端导航 end*/



/*视频背景*/
#bg-video-box .banner-center-text{width: 100%;text-align: center;position: absolute;top: 50%;transform: translateY(-50%);-o-transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);}
#bg-video-box .banner-center-text .btn-box{margin-top: 50px;}
#bg-video-box .bg-video-icon{position: absolute;bottom: 0px;left: 50%;transform: translate(-50%,28%);transition: all .5s;-webkit-transition: all .5s;-moz-transition: all .5s;cursor: pointer;}
#bg-video-box .bg-video-icon.active{transform: translate(-50%,-15%);}
#bg-video-box .bg-video-icon .text{color: #fff;font-size: 16px;margin-bottom: 25px;}
/*视频背景 end*/
.module-banner{ position:relative;}
#sjbanner{ display:none;}
.index-banner-swiper-container .swiper-slide{ height:auto;}
.index-banner-swiper-container .img{display:block;margin: 0;padding: 0;position:absolute;height: 100%;width: 100%;float: none;}
.index-banner-swiper-container .img .img-fluid{display:none;width:auto; max-width:auto; height:100%;text-align: center;position: absolute;top: 50%;transform: translateY(-50%);-o-transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);}
.index-banner-swiper-container .img .module-banner-m img{ display:block; width:100%;}
/*banner-Dian*/
.index-banner-swiper-container .swiper-pagination{ z-index:2; bottom:10px;}
.index-banner-swiper-container .banner-bullet{width: 30px;height: 5px;display: inline-block;background: #dfdfdf;opacity: 1;margin-left: 5px;margin-right: 5px;outline: none;}
.index-banner-swiper-container .banner-bullet-active{opacity: 1;background: #ff7a0d; display:none;
}

@media screen and (max-width:1024px){
#pcbanner{ display:none;}
#sjbanner{ display:block;}	
.index-banner-swiper-container .banner-bullet-active{opacity: 1;background: #ff7a0d; display:block;}
	}

/*module-banner-m*/
.module-banner-m{text-align: center;}
.module-banner-m img{ width:100%;}




/*latest*/
.latest {overflow:hidden;background: #8a2524;position: relative;height: 100%;}
.latest .item {width: 50%;padding: 10% 0 8% 8%;}
.latest .item .word {width:50%;}
.latest .item .word h4 {font-size: 50px;color: #fff;font-family: 'Heavitas Neue';}
.latest .item .word h5 {font-size: 36px;color: #fff;margin: 8% 0 20% 0;font-family: 'FZSHANGKJW';}
.latest .item .word h6 {font-size: 16px;color: #fff;line-height: 1.8;}
.latest .item .word h6 .tit{ font-weight:bold;font-size: 28px;}
.latest .item .word .more {margin:20% 0 0 0;}
.latest .item .word .more p {margin:15% 0 10% 0;animation: bounce-down 1.5s linear infinite;}
.latest .item .word .more i {font-size:20px;color: #fff;}
.latest .item .pic {width:50%; max-width:439px;overflow: hidden;position:relative;}
.latest .item .pic  .product-photo {position:absolute;top:0;left:0;width:100%;height:100%;z-index:-2;}
.latest .photo{padding:0 0 0 0;width: 42.70833333333333%;height:100%;position:relative;overflow:hidden;}
.latest .photo .effect-photo {position:absolute;top:0;left:0;width:100%;height:100%;}
/*新品推荐-导航按钮*/
.latest .swiper-pagination {top: 50% !important;left:55%  !important;width:20px !important;}
.latest .swiper-pagination-bullet {width: 9px;height: 9px;background: #42110f;opacity: 1;margin: 0 6px;padding:2px;position: relative;margin: 0 7px!important;}
.latest .swiper-pagination-bullet-active {background: #fff;}
.latest .btnB{width:100%;}
.latest .btnB a{ display:block;position:absolute;width:41px;height:41px;z-index:99999;}
.latest .btnB a.swiper-latest-next {bottom:25%;left:20%;background: url(../fonts/next-prev.svg) no-repeat left center/100%;}
.latest .btnB a.swiper-latest-prev {bottom:25%;left:25%;background: url(../fonts/next-prev.svg) no-repeat left center/100%;transform: rotate(-180deg);}
.latest a.btnB:hover {background: url(../images/next-prev.svg) no-repeat right center/90%;}
/*新品推荐图-导航按钮 END*/
@media screen and (max-width:1024px){
	.latest {overflow:hidden;background: #8a2524;position: relative;height: 100%;}
.latest .item {width: 100%;padding: 15% 0 15% 8%;}
.latest .item .word {width:100%;float: none !important;margin-top:10%;}
.latest .item .word h4 {font-size: 30px;}
.latest .item .word h5 {font-size: 24px;margin: 3% 0 5% 0;}
.latest .item .word h6 {font-size: 14px;line-height: 1.4;}
.latest .item .word .more {display:none;margin:10% 0 0 0;}
.latest .item .word .more p {margin:10% 0 5% 0;animation: bounce-down 1.5s linear infinite;}
.latest .item .word .more a {font-size: 14px;}
.latest .item .pic {float: none !important;width:60%;margin:0 auto;position:relative;margin-top:10%;}
.latest .item .pic  .product-photo {position:absolute;top:0;left:0;width:100%;height:100%;z-index:-2;}
.latest .item .pic  img {width:100%;}
.latest .photo{display:none;}
.latest .photo .effect-photo {position:absolute;top:0;left:0;width:100%;height:100%;}
.latest .swiper-pagination {top: 95% !important;left:0%  !important;width:100% !important;}
.latest .swiper-pagination-bullet {width: 10px;height: 2px;background: #42110f;opacity: 1;margin: 0 2px;padding:0px;position: relative;margin: 0 2px!important;border-radius: 0%;}
.latest .swiper-pagination-bullet-active {background: #fff;}.latest .btnB{ display:none;}}

@keyframes bounce-down {
 25% {-webkit-transform: translateY(-10px);}
 50%, 100% {-webkit-transform: translateY(0);}
 75% {-webkit-transform: translateY(10px);}
}



.auto-inner {width:92%;	max-width: 1560px;	margin: 0 auto;}
.ind_title{ position: relative; padding: 20px 0}
.ind_title h2{ font-size: 36px;/* font-weight:bold;*/}
.ind_title p{ font-size: 18px; color: #999999}
.ind_title a.more{ color: #666666; position: absolute; right:0; top: 20px; display: block;  border-bottom: solid 1px #e5e5e5; width: 20%; max-width: 200px; transition: 0.3s}
.ind_title a.more:before{content: ''; position:absolute; display: block; width: 100%; height: 100%; transition: 0.3s; z-index: 1}
.ind_title a.more i{padding: 10px 0; font-style: normal; display: block; position: relative; z-index: 2;transition: 0.3s}
.ind_title a.more i:before{content: '';display: block;position: absolute;right: 17px;top: 38%;width: 10px;height: 10px;background: url(../images/home_more.png) no-repeat;}
.ind_title a.more:hover{ border-bottom: none}
.ind_title a.more:hover:before{transform:skew(-30deg); background-color: #c8192a;}
.ind_title a.more:hover i{color: #fff; padding-left: 10px; padding-right: 10px; }
.ind_title a.more:hover i:before{ background-position: bottom;}

@media(max-width:1400px){
.ind_title h2{font-size: 30px;}
.ind_title p{ font-size: 16px;}
}
@media(max-width:1024px){
.ind_title a.more i{padding:5px 0;}
.ind_title h2{font-size: 24px;}
.ind_title p{ font-size: 15px;}
}
@media(max-width:768px){
.ind_title a.more i{padding:5px 0 5px 10px;text-align:left; display: none;}
.ind_title{ text-align: center}
.ind_title h2{font-size: 22px;}
.ind_title p{ font-size: 14px;}
.ind_title a.more{ position: relative; top: auto; margin: auto ; width:38%;font-size: 14px;}
}

/**/
.ind_case,
.ind_case a{ color: #fff}
.ind_case .outbox{ position: absolute; width: 100%; z-index:10; padding-top: 3%}
.ind_case .outbox .auto-inner{position: relative}
.ind_case .ind_title {margin-bottom: 28%;text-align:right;padding-top:10%;position: relative;z-index: 2;}
.ind_case .ind_title h2{ font-size:28PX;color: #fff}

.ind_case .ind_title a.more{color: #fff}
.ind_case .category{ position: absolute; top:20px; right: 0; max-width: 60%}
.ind_case .category ul li{ float: left; line-height: 40px; padding: 7px;}
.ind_case .category ul li a{ display: block; padding: 0px 25px; border: solid 1px rgba(250,250,250,0.2)}
.ind_case .category ul li a:hover{ background: #c8192a; }
.ind_case .listbox{ position: relative}
.ind_case .item img{ width: 100%}
.ind_case .item img.wap{ display: none}
.ind_case .infobox{position: absolute; width: 100%; z-index:10; top: 10%}
.ind_case .info .h3 a{ font-size:56px; font-weight: bold; color:#ffffff; text-transform:uppercase; display:inline-block; max-width:354PX;}
.ind_case .info .txt{ font-size: 18px;}
.ind_case .info .btn{ padding-top: 3%; padding-bottom: 5%; display:none;}
.ind_case .link a{ padding-left: 44px; display: inline-block; line-height: 32px; background: url(../images/home_vr.png) no-repeat left}
.ind_case .content-box {display: inline-block;padding: 2%;background-color:#8a2524;position: relative;}
.ind_case .content-box:after {content: "";position: absolute;width: 94%;height: 94%;top: 3%;left: 3%;border: 1px solid rgba(255,255,255,0.2);z-index: 1;}
.ind_case .slider-for .slick-arrow{ display: none!important;width: 40px; height: 80px; }
.ind_case .slider-for .slick-prev{ left: 0;background-image: url(../images/slick_jt_prev.png)}
.ind_case .slider-for .slick-next{ right: 0;background-image: url(../images/slick_jt_next.png)}
.ind_case .slider-nav{position: absolute; width: 100%; z-index:10; bottom:0; padding: 1.5% 0}
.ind_case .slider-nav:before{ content: ''; top: 0; position: absolute; display: block; width: 67.263%; height: 100%; background: rgba(0,0,0,0.5)}
.ind_case .slider-nav .item{ position: relative;}
.ind_case .slider-nav .item .pic{ cursor: pointer;width: 81.4%; padding-bottom: 52.33%; background: no-repeat center center; background-size:cover;position: relative;}
.ind_case .slider-nav .item .pic p{position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%); margin: auto; font-size: 12px; text-align: center; color: #fff;}
.ind_case .slider-nav .slick-current .pic{ box-shadow:inset 0 0 0px 3px #c8192a}
.ind_case .slider-nav .slick-list{ width: 55%}
.ind_case .slider-nav .slick-arrow{ width: 51px; background: url(../images/home_jt2.png) no-repeat}
.ind_case .slider-nav .slick-arrow.slick-prev{ left: auto; right: 39%; background-position: left}
.ind_case .slider-nav .slick-arrow.slick-next{ right: 33%; background-position: right}
@media(max-width:1024px){
.ind_case .info .h3 a{ font-size: 40px}
.ind_case .info .txt{ font-size: 16px}
}
@media(max-width:960px){
.ind_case .ind_title{margin-bottom:0;}
.ind_title{padding: 0;}
.ind_case .slider-nav{ display: none}
.ind_case .infobox{ text-align: center; top: auto; bottom: 5%}
.ind_case .info .txt{ text-align: center}
.ind_case .info .btn{ padding: 2% 0}
.ind_case .slider-for .slick-arrow{ display:block!important}
.ind_case .outbox{ padding-top: 0}
.ind_case .info .h3 a{ font-size:30px}
.ind_case .ind_title {text-align:center; padding-top:10%;}
}
@media(max-width:768px){
.ind_case .item img.pc{ display: none}
.ind_case .item img.wap{ display:block}
.ind_case .category{ position: relative; bottom: auto; right: auto; max-width: inherit}
.ind_case .category ul li a{ padding: 0 10px;}
.ind_case .infobox{ top: auto; bottom: 2%}
.ind_case .deg:before{background: transparent;transform:skew(-30deg);}
.ind_case .deg i{ color: #fff; padding: 0px 28px; font-size: 12px;}
.ind_case .content-box{width:80%}

.ind_case .info .btn{ display: inline-block; margin-right: 5%;}
.ind_case .info .link{ display: inline-block; padding: 2% 0; font-size: 14px;}
.ind_case a:hover .deg:before{display: none;}
.ind_case a:hover .deg i{color: #c8192a; padding: 0;}
.ind_case .deg i{  padding: 0px 28px; font-size: 14px; padding: 0; color: #fff; position: relative;}

}
.ind_about{ padding: 3% 0}
.ind_about .box_item1{ position: relative;color: #fff}
.ind_about .box_item1 .slider-nav{ z-index: 10; position: absolute; padding: 2% 2%; right: 3%; bottom: 25%; width: 380px; height: 300px; background: rgba(0,0,0,0.5)}
.ind_about .box_item1 .slider-nav:before{ content: '';position: absolute; display: block; width: 94%; height: 94%; left:3%; top: 3%;  border: solid 1px rgba(250,250,250,0.2)}
.ind_about .box_item1 h3{ font-size:32px; font-weight:bold;padding-top: 3%; padding-bottom: 1%}
.ind_about .box_item1 .txt{ font-size:16px;white-space: pre-wrap;	white-space: -moz-pre-wrap;	white-space: -pre-wrap;	white-space: -o-pre-wrap;word-wrap: break-word;	margin: 0;text-align: justify;text-justify: inter-ideograph;}
.ind_about .box_item1 img{ width: 100%}
.ind_about .box_item1 img.wap{ display: none}
.ind_about .box_item2{ position: relative;background: #a31724; background-size: cover}
.ind_about .box_item2:before,
.ind_about .box_item2:after,
.ind_about .box_item2 ul:before{ position: absolute; content: ''; top: 0; width: 1px; height: 100%; background-color: rgba(250,250,250,0.2)}
.ind_about .box_item2:before{left: 25%;}
.ind_about .box_item2:after{ right: 25%;}
.ind_about .box_item2 ul:before{ left:50%;}
.ind_about .box_item2 ul li{ float: left; width: 25%; padding:2% 2%;}
.ind_about .box_item2 ul li,
.ind_about .box_item2 ul li a{ color: #fff}
.ind_about .box_item2 ul li b{ font-size: 56px}
.ind_about .box_item2 ul li p{ opacity: 0.8}
.ind_about .box_item2 ul li .link{ text-align: right;opacity: 0.8}
.ind_about .box_item2 ul li .link a{ position: relative; padding-left: 15px;}
.ind_about .box_item2 ul li .link a:before{ left: 0px; top:0px; content: ''; position: absolute; border: solid 8px transparent; border-left-color: #fff}
@media(max-width:1366px){
.ind_about .box_item2 ul li b{font-size: 40px}
}
@media(max-width:1024px){
.ind_about .box_item2 ul li b{font-size: 30px}
.ind_about .box_item2{ font-size: 14px}
.ind_about .box_item1 .slider-nav{bottom: 0}

}

@media(max-width:768px){
.ind_about{ padding: 10% 0}
.ind_about .ind_title{ margin-bottom:30px;}
.ind_about .box_item2 ul li .link a{font-size:12px; transform: scale(0.8); display: inline-block;}
.ind_about .box_item2 ul li .link a:before{border: solid 5px transparent; border-left-color: #fff;top:5px;}
.ind_about .box_item1 img.wap{ display:block; }
.ind_about .box_item1 img.pc{ display: none}
.ind_about .box_item1 .slider-nav{ width: 100%; height: 139px; right: 0;
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.ind_about .box_item1 .slider-nav:before{ display: none}
.ind_about .box_item1 .slick-dots{ display: none!important}
.ind_about .box_item1 h3{font-size: 22px;}
.ind_about .box_item2 ul li{ width: 50%; text-align: center}
.ind_about .box_item2 ul:before{ display: none}
.ind_about .box_item2 ul li { padding: 8% 6%;}
.ind_about .box_item2 ul li .link{ text-align: center}
.ind_about .box_item2:before{ left: 50%}
.ind_about .box_item2:after{ right: 0; top: 50%; width: 100%; height: 1px;}
}










.ind_news{background: #efefef; padding-bottom:80px;padding-top:70px;}
.ind_news .auto-inner{position: relative;}
.ind_news .ind_title a.more{ display: none}
.ind_news .column_list{ position:relative;}
.ind_news .hot{ width:45.45454545454545%; position:absolute; left:0;top:0; height:100%; overflow:hidden;}
.ind_news .list{ float:right;width: 52.72727272727273%;}
.ind_news .column_name{ position: absolute; right: 0; margin-top: -74px; max-width: 360px; width: 100%}
.ind_news .column_name li{ float: left; width: 25%; text-align: center}
.ind_news .column_name li a{ display: inline-block; cursor: pointer;}
.ind_news .column_name li.show a{ color: #ab1e2c; border-bottom: solid 2px #ab1e2c}
.ind_news .column_list .pic {position: relative}
.ind_news .column_list .pic img{ width: 100%}
.ind_news .column_list .pic video {position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 1; object-fit: cover}
.ind_news .column_list .txt{ background: #fff; position: relative; padding-right: 20%;}
.ind_news .column_list .txt a{ display: block;}
.ind_news .column_list .txt h3 a{ font-size:22px; padding: 5px 0; display:block; font-weight:bold; color:#151515;display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;}
.ind_news .column_list .txt .p{ font-size: 14px; color: #666666;display: -webkit-box;	display: box;overflow: hidden;	text-overflow: ellipsis;	word-break: break-all;	-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.ind_news .column_list .txt time{ position: absolute; right: 5%; top: 35%;color: #666666; line-height: 1.2}
.ind_news .column_list .txt time span{ display: block; font-size: 26px;}
.ind_news .column_list .txt:before{ content: ''; display: block; position:absolute; right: 20%; top: 30%; width: 1px; height: 40%; background: #ccc}
.ind_news .column_list li:hover{ box-shadow: 0 10px 40px rgba(0,0,0,0.1)}
.ind_news .column_list .hot .txt a{ padding: 9.085% 6%}
.ind_news .column_list .list .txt a{ padding: 8.736% 6%}
@media(max-width:1200px){
.ind_news .column_list .txt h3 a{ font-size: 18px;}
.ind_news .column_list .txt time span{ font-size: 20px}
}
@media(max-width:1023px){
.ind_news .hot{ width:100%; position: static; left:0;top:0; height:100%; overflow:hidden; margin-bottom:30px;margin-top:30px;}
.ind_news .list{ float:none;width:100%;}

}
@media(max-width:960px){
.ind_news{padding-bottom:20px;}
	}
@media(max-width:768px){
.ind_news .column_list .txt time span{font-size:14px;}
.ind_news .hot,
.ind_news .list{ width: 100%; float: none}
.ind_news .column_list .hot .txt a,
.ind_news .column_list .list .txt a{ padding:15px}
.ind_news .column_list .txt h3 a{ font-size: 16px; line-height: 22px; font-weight: normal;-webkit-line-clamp: 2;display: -webkit-box;	display: box;word-break: break-all;	-webkit-box-orient: vertical;white-space:inherit}
.ind_news .column_list .hot{ margin-bottom: 2.2%}
.ind_news .column_list .txt .p{ color: #999; display: none}
.ind_news .column_list .txt time{ right: 15px; top: 50%; margin-top: -22px; line-height: 22px;}
.ind_news .column_name{ position: relative; max-width: inherit; margin: 3% 0}
.ind_news .ind_title a.more{ display: block}

}




.recommend-news-video .list li {overflow:hidden;margin-bottom:4.6%;}
.recommend-news-video .list li:last-child{ padding-bottom:0;}
.recommend-news-video .list .image {width:250px;float: left;}
.recommend-news-video .list .image a {display:block;padding-top:64%; background-size:cover;}
.recommend-news-video .list .txt {width: calc(100% - 300px);float: left;background-color: transparent;padding: 10px 0 0 20px;}
.recommend-news-video .list .txt a {padding: 0 !important;display: inline}
.recommend-news-video .list li:hover .txt a {color:#e5212b;}
.recommend-news-video .list .txt:before {display: none}
.recommend-news-video .list .txt time {position:static}
.recommend-news-video .slick-dots {position: static;width: 100%;background-color: #fff}
.recommend-news-video .slick-dots li:before {background: #000}
.recommend-news-video .mode-image .item .pic {position: relative;}
.ind_news .column_list .pic{ display:block;}
.ind_news .column_list .pic .Ispic {padding-top: 56%;display: block; text-align:center;}
.ind_news .recommend-news-video .pic .Ispic {/*padding-top:74.66666666666667%;*/ padding-top:85%;display: block; background-size:cover; background-position:center center;}
.ind_news .recommend-news-video .pic .tit:after {content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background:rgba(0,0,0,0.2)}
.ind_news .recommend-news-video .pic .tit{ position: absolute; padding:20px 10px; left:0;right:0; bottom:0;}
.ind_news .recommend-news-video .pic h1{ position:relative; z-index:2; font-size:20px; font-weight:bold; color:#ffffff; line-height:30px;height:30px; overflow:hidden; text-align:center;}
.ind_news .recommend-news-video .pic:hover h1{ color:#e5212b;}
@media(max-width: 1023px) {
.ind_news .recommend-news-video .pic .Ispic{ /*padding-top:74.66666666666667*/padding-top:50%;}
.ind_news .recommend-news-video .pic h1{font-size:18spx;}
}
@media(max-width: 768px) {
 .recommend-news-video .list .image {width: 100%}
 .recommend-news-video .list .txt {width: 100%;padding: 10px 0 0}
}


/* ��Ƶ���� */
.video-play-wrap{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background-color:rgba(0,0,0,.5);display:none;width:100%;height:100%}
.video-play-wrap .inner{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:80%;height:90%}
.video-play-wrap video{position:absolute;width:100%;height:100%}
.video-play-wrap .close-btn{background:rgba(30,30,30,.6);cursor:pointer;height:44px;padding:10px;transition:color .2s;vertical-align:top;width:44px;position:absolute;right:0;top:0;color:#ccc}
.video-play-wrap .close-btn svg path{fill:transparent;stroke:currentColor;stroke-linejoin:round;stroke-width:3}





/*search*/
.module-037{text-align:center;margin-bottom:50px}
.module-037 .title{font-size:32px;color:#000000}
@media screen and (max-width:1680px){.module-037{margin-bottom:40px}
.module-037 .title{font-size:28px}
}@media screen and (max-width:1440px){.module-037{margin-bottom:35px}
.module-037 .title{font-size:26px}
}@media screen and (max-width:1199px){.module-037{margin-bottom:30px}
.module-037 .title{font-size:24px}
}@media screen and (max-width:991px){.module-037{margin-bottom:25px}
.module-037 .title{font-size:22px}
}@media screen and (max-width:767px){.module-037{margin-bottom:20px}
.module-037 .title{font-size:20px}
}@media screen and (max-width:575px){.module-037{margin-bottom:15px}
.module-037 .title{font-size:18px}
}.module-038{border:1px solid #333333;font-size:0;max-width:800px;margin:0 auto;transition:all .5s}
.module-038:hover{border:1px solid #005bca}
.module-038 select{font-size:14px;padding:10px 15px;border:none;outline:none;vertical-align:middle;width:100px}
.module-038 input{width:calc(100% - 151px);font-size:14px;border:none;outline:none;padding:10px 15px;vertical-align:middle}
.module-038 a{display:inline-block;font-size:14px;border-left:1px solid #a1a1a1;vertical-align:middle}
.module-038 a i{color:#000000;font-size:20px;padding:10px 15px;transition:all .5s}
.module-038 a:hover i{color:#005bca}
@media screen and (max-width:991px){.module-038 input{font-size:12px;padding:7px 10px;width:calc(100% - 140px)}
.module-038 a i{font-size:18px;padding:7px 10px}
}@media screen and (max-width:767px){.module-038{margin-bottom:15px}
}@media screen and (max-width:575px){.module-038{margin-bottom:10px}
.module-038 input{font-size:12px;padding:7px 10px}
.module-038 a i{font-size:18px;padding:7px 10px}
}.module-039{max-width:800px;margin:0 auto;margin-top:30px}
.module-039 span{color:#333333;vertical-align:middle;font-size:14px;margin-right:10px;display:inline-block;margin-bottom:15px}
.module-039 a{color:#666666;display:inline-block;vertical-align:middle;padding:7px 30px;background-color:#f5f5f5;border-radius:50px;margin-right:20px;font-size:14px;margin-bottom:15px}
.module-039 a:hover{background-color:#005bca;color:#fff}
@media screen and (max-width:991px){.module-039 a{padding:7px 25px}
}@media screen and (max-width:767px){.module-039 a{padding:7px 20px}
}@media screen and (max-width:575px){.module-039 a{padding:7px 15px;margin-right:15px;font-size:12px}
}











/*产品列表*/
.product-list-bgcolor{background-color: #f5f5f5;position: relative;}
.product-list{min-height: 1500px;}
.product-list .tp{padding-bottom: 90%;}
.product-list .tp2{padding-bottom: 66.5%;}
.product-list .right-box{padding-top: 45px;padding-bottom: 45px;}
.product-list .right-box .top-search{display: flex;justify-content: space-between;align-items: center;margin-bottom: 30px;}
.product-list .right-box .top-search .search-box {font-size: 0;border-bottom: 1px solid #707070;min-width: 360px;}
.product-list .right-box .top-search .search-box input{padding: 20px 0px;font-size: 16px;outline: none;border:none;background-color: #f5f5f5;width: calc(100% - 25px);color: #999999;vertical-align: middle;}
.product-list .right-box .top-search .search-box a{display: inline-block;padding: 14px 0px;font-size: 14px;vertical-align: middle;}
.product-list .right-box .top-search .search-box a i{font-size: 24px;color: #343434;}
.product-list .right-box .top-search .search-box a:hover i{color: #005bca;}
.product-list .right-box .top-search .a-box a{font-size: 16px;color: #000000;}
.product-list .right-box .top-search .a-box a:hover{color: #005bca;}
.product-list .right-box .product-box{margin-bottom: 70px;}
.product-list .right-box .product-box a{text-decoration: none;display: block;}
.product-list .right-box .product-box .text-box{margin-top: 20px;}
.product-list .right-box .product-box .text-box .title{color: #222222;font-size: 26px;font-weight: 100;}
.product-list .right-box .product-box .text-box .title2{color: #222222;font-size: 14px;font-weight: 200;margin-bottom: 5px;display: block;}
.product-list .right-box .product-box .text-box .classification{color: #999999;font-size: 14px;}
.product-list .right-box .product-box .text-box .classification2{color: #999999;font-size: 14px;display: block;}
.product-list .right-box .product-box .text-box .classification2 img{margin-left: 10px;vertical-align: middle;}
.product-list .right-box .product-box a .over-img{-webkit-transition: all .5s;transition: all .5s;-webkit-box-shadow: 0 0 50px 5px rgba(0,0,0,0);box-shadow: 0 0 50px 5px rgba(0,0,0,0);}
.product-list .right-box .product-box a .tp{-webkit-transition: all .5s;transition: all .5s;}
.product-list .right-box .product-box a:hover .over-img{-webkit-box-shadow: 0 0 50px 10px #c3c5c7;box-shadow: 0 0 50px 10px #c3c5c7;}
.product-list .right-box .product-box a:hover .tp{-webkit-transform: scale(1.02);transform: scale(1.02);}
/*产品列表页筛选栏*/
.product-list-bgcolor .screening-box{position: absolute;top: 0;left: 0;background-color: #fff;width: 20%;}
.product-list-bgcolor .screening-box a{text-decoration: none;}
.product-list-bgcolor .screening-box .screening-header{padding-top: 40px;padding-bottom: 40px;border-bottom: 1px solid #eeeeee;padding-left: 37%;padding-right: 20px;}
.product-list-bgcolor .screening-box .screening-header span{margin-left: 15px;color: #333333;font-size: 18px;vertical-align: middle;}
.product-list-bgcolor .screening-box .screening-content,
.product-list-bgcolor .screening-box .leading_technology{padding-left: 37%;padding-right: 20px;}
.product-list-bgcolor .screening-box .screening-content .level1>li{border-bottom: 1px solid #eeeeee;padding-bottom: 30px;}
.product-list-bgcolor .screening-box .leading_technology a{display: block;padding-top: 30px;padding-bottom: 30px;font-size: 16px;color: #333333;border-bottom: 1px solid #eeeeee;}
.product-class1-title{display: block;font-size: 16px;color: #222222;margin-top: 30px;}
.product-class1-title:hover,
.product-class1-title:focus{color: #222222;}
.product-class1-title .icon{position: relative;float: right;width: 10px;height: 10px;margin-top: 6px;}
.product-class1-title .icon:after{content: "";display: inline-block;position: absolute;top: 50%;left: 50%;width: 10px;height: 2px;-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);background-color: #333333;}
.product-class1-title .icon:before{content: "";display: inline-block;position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);width: 2px;height: 0px;background-color: #333333;-webkit-transition: all .2s;transition: all .2s;}
.product-class1-title.active .icon:before{height: 10px;}
.screening-box .screening-content .level2{padding-top: 30px;}
.screening-box .screening-content .level2>li{position: relative;margin-bottom: 10px;}
.screening-box .screening-content .level2>li:nth-last-of-type(1){margin-bottom: 0px;}
.screening-box .screening-content .level2>li input[type*="radio"]{position: absolute;top: 0;left: 0;width: 100%;height: 100%;cursor: pointer;opacity: 0;}
.screening-box .screening-content .level2>li label{color: #999999;padding-left: 20px;font-size: 14px;width: 100%;margin-bottom: 0;transition: all .5s;}
.screening-box .screening-content .level2>li.active label,
.screening-box .screening-content .level2>li:hover label{color: #005bca;}
.screening-box .screening-content .level2>li label:after{content: "";display: inline-block;position: absolute;top: 5px;left: 0;width: 13px;height: 13px;border-radius: 50%;border: 1px solid #9e9e9e;background-color: #fff;}
.screening-box .screening-content .level2>li.active label:after{border: 1px solid #005bca;}
.screening-box .screening-content .level2>li label:before{content: "";display: inline-block;position: absolute;width: 7px;height: 7px;background-color: #005bca;border: 0 none;border-radius: 50%;left: 3px;top: 8px;z-index: 1;opacity: 0;}
.screening-box .screening-content .level2>li.active label:before{opacity: 1;}
.screening-box .screening-content .level2>li.level3{margin-left: 20px;}
.screening-box .screening-content .level2.color-box li{display: inline-block;margin-bottom: 10px;}
.screening-box .screening-content .level2.color-box li.active{display: inline-block;}
.screening-box .screening-content .level2.color-box li div{width: 28px;height: 28px;border-radius: 50%;}
.screening-box .screening-content .level2.color-box li img{border: 1px solid rgba(0,0,0,0);border-radius: 50%;}
.screening-box .screening-content .level2.color-box li.active img{border: 1px solid #000000;}
.screening-box .screening-foot{padding-left: 37%;padding-right: 20px;text-align: right;margin-top: 30px;margin-bottom: 30px;}
.screening-box .screening-foot a{color: #222222;}
.screening-box .screening-foot .btn-box{display: inline-block;}
@media screen and (max-width: 1440px) {.product-list-bgcolor .screening-box .screening-header {padding-top: 30px;padding-bottom: 30px;padding-left: 27%;}
.product-list-bgcolor .screening-box .screening-content, 
	.product-list-bgcolor .screening-box .leading_technology {padding-left: 27%;}
.screening-box .screening-foot {padding-left: 27%;margin-top: 20px;margin-bottom: 20px;}
.product-list-bgcolor .screening-box .leading_technology a {padding-top: 20px;padding-bottom: 20px;}
.product-class1-title {margin-top: 20px;}
.product-list-bgcolor .screening-box .screening-content .level1>li {padding-bottom: 20px;}}
@media screen and (max-width: 1280px) {.product-list-bgcolor .screening-box .screening-header span {font-size: 16px;}
.product-list-bgcolor .screening-box .screening-header {padding-top: 20px;padding-bottom: 20px;padding-left: 17%;}
.product-list-bgcolor .screening-box .screening-content, 
	.product-list-bgcolor .screening-box .leading_technology {padding-left: 17%;}
.screening-box .screening-foot {padding-left: 17%;}
.product-list-bgcolor .screening-box {width: 25%;}
.product-list .right-box .product-box .text-box .title {font-size: 24px;}
.product-list .right-box .product-box {margin-bottom: 50px;}}
@media screen and (max-width: 991px) {.product-list-bgcolor .screening-box .screening-header span {font-size: 16px;}
.product-list-bgcolor .screening-box .screening-header {padding-top: 20px;padding-bottom: 20px;padding-left: 20px;}
.product-list-bgcolor .screening-box .screening-content, 
	.product-list-bgcolor .screening-box .leading_technology {padding-left: 20px;}
.screening-box .screening-foot {padding-left: 20px;}
.product-list-bgcolor .screening-box {width: 25%;}
.product-list .right-box {padding-top: 15px;padding-bottom: 15px;}
.product-list .right-box .product-box .text-box .title {font-size: 22px;}
.product-list .right-box .product-box {margin-bottom: 40px;}
.product-list .right-box .top-search{display: block;}
.product-list .right-box .top-search .search-box {min-width: 100%;margin-bottom: 20px;}}
@media screen and (max-width: 767px) {.product-list-bgcolor .screening-box {position: fixed;top: 0;left: -100%;background-color: #fff;width: 100%;height: 100%;overflow-y: auto;z-index: 60;-webkit-transition: left .5s cubic-bezier(.19,1,.22,1);transition: left .5s cubic-bezier(.19,1,.22,1);}
.product-list-bgcolor .screening-box.active {left: 0;}
.product-list-bgcolor .screening-box .screening-header {padding-top: 30px;padding-bottom: 30px;}
.screening-header .screening-box-wap-down-btn {position: absolute;right: 15px;top: 15px;float: right;display: inline-block;padding: 15px 20px;border: 1px solid hsla(0,0%,72%,.25);color: #333333;}
.screening-box-wap-spread-btn{position: fixed;bottom: -100%;right:0px;background-color: #fff;padding: 20px;-webkit-transition: bottom .5s cubic-bezier(.19,1,.22,1);transition: bottom .5s cubic-bezier(.19,1,.22,1);}
.screening-box-wap-spread-btn.active{bottom: 0%;}
.screening-box-wap-spread-btn span{vertical-align: middle;margin-left: 10px;z-index: 600;}
.product-list .right-box .top-search{margin-bottom: 25px;}
.product-list .right-box .top-search .search-box{min-width: 290px;}
.product-list .right-box .top-search .search-box input {padding: 10px 0px;font-size: 14px;width: calc(100% - 24px);}
.product-list .right-box .top-search .search-box a {padding: 3px 0px;font-size: 12px;}
.product-list .right-box {padding-top: 20px;padding-bottom: 20px;}
.product-list .right-box .search-box {margin-bottom: 20px;}
.product-list .right-box .product-box .text-box {margin-top: 15px;}
.product-list .right-box .product-box .text-box .title {font-size: 20px;}
.screening-box-wap-spread-btn {padding: 15px;}
.product-list .right-box .product-box {margin-bottom: 40px;}}
@media screen and (max-width: 575px) {.product-list .right-box .product-box .text-box .title {font-size: 16px;}
.product-list .right-box .product-box .text-box .classification {font-size: 12px;}
.screening-box-wap-spread-btn {padding: 10px;}
.screening-box-wap-spread-btn span{font-size: 12px;}
.product-list .right-box .product-box {margin-bottom: 30px;}
.product-list .right-box .top-search{margin-bottom: 20px;}
.product-list .right-box .top-search .a-box a{font-size: 14px;}}
/*产品列表页筛选栏 end*/
/*产品列表 end*/


/*footerbg*/
.footerbg{background:#15141a;}
.footerbg .container-padd{ padding-top:65px;padding-bottom:50px;}
.footerbg .footer-nav-box{font-size:0;}
.footerbg .footer-nav-box .navlist{display:inline-block;*display:inline; zoom:1;width:14.28571428571429%; vertical-align:top;}
.footerbg .footer-nav-box .navlist .a1{ font-size:16px; color:#fff; margin-bottom:26px; display:block; text-align:center;}
.footerbg .footer-nav-box .navlist .a1:hover{color:#e5212a;}
.footerbg .footer-nav-box ul li a{display:block;color:#747474;font-size:13px; line-height:30px; text-align:center;}
.footerbg .footer-nav-box ul li a:hover{color:#e5212a;}
/*module-footR*/
.footerbg .module-footR{text-align: right; font-size:14px; color:#b5b5b5; line-height:32px; margin-bottom:30px;}
.footerbg .module-footR a{color:#484848;}
.footerbg .module-footR a:hover{color:#e5212a;}
.footerbg .bottom-logo{ font-size:24px; font-weight:bold; color:#000; margin-bottom:10px; display:inline-block;}
/*module-bq*/
.module-bq{ background:#2a292e; padding:10px 0; line-height:30px;color:#ffffff;font-size:14px; line-height:30px; text-align:right;}
.module-bq a{color:#ffffff;}
.module-bq a:hover{color:#e5212a;}
@media screen and (max-width: 991px) {
    .footerbg .container-padd{ padding-top:40px;padding-bottom:30px;}
.footerbg .module-footR{text-align:center;}
.module-bq{text-align:center; line-height:20px;}
}
@media screen and (max-width: 575px) {

}

/*up-btn*/
.up-btn{display: inline-block;padding: 25px;border: 1px solid #333333;cursor: pointer;position:fixed;transition: all .3s; right:3%; bottom:60px;}
.up-btn:hover{border: 1px solid #e5212a;transition-delay: .3s;}
.up-btn span{color: #000000;transition: all .3s;}
.up-btn:hover span{color: #e5212a;transition-delay: .3s;}
.up-btn::after{content: "";position: absolute;top: -10px;left: 50%;height: 25px;width: 1px;background-color: #333333;}
.up-btn:hover::after{height: 0;transition: all .3s;}
.up-btn::before{content: "";position: absolute;top: 15px;left: 50%;height: 0;width: 1px;background-color: #e5212a;transform: rotate(180deg);-webkit-transform: rotate(180deg);transform-origin: top center;-webkot-transform-origin: top center;}
.up-btn:hover::before{height: 25px;transition: all .3s;transition-delay: .3s;}
.up-btn span{color: #333333;}
@media screen and (max-width: 1280px) {
	.up-btn{padding: 20px 23px;}
	.up-btn span{font-size: 14px;}
}
@media screen and (max-width: 1199px) {
	.up-btn{padding: 15px 18px;}
	.up-btn span{font-size: 12px;}
}
@media screen and (max-width: 767px) {
	.up-btn{padding: 6px 10px;bottom:90px;}
}
/*分享*/
.shareBox{ margin-top:20px;}
.shareBox li{display: inline-block;margin-left: 20px;}
.shareBox li::after{margin-left: 0;}
.shareBox li a{display: inline-block;position: relative;color:#484848; border-radius:50%; background:#2b2b2e; overflow:hidden;}
.shareBox li a .icon1{transition: all .5s;}
.shareBox li a:hover .icon1{opacity: 0;}
.shareBox li a .icon2{position: absolute;top: 0;left: 0;opacity: 0;transition: all .5s;}
.shareBox li a:hover .icon2{opacity: 1;}
/*二维码弹窗*/
.footer-ewm{position: fixed;top: 0;left: 100%;height: 100%;width: 100%;background-color: rgba(0,0,0,0.7);display: none;z-index: 999999999999999999;}
.footer-ewm .ewm-box{position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);display: none;max-width: 370px;}
.footer-ewm .ewm-box .title{font-family:Arial, Helvetica, sans-serif;font-size: 30px;color: #fff;text-align: center;margin-top: 20px;}
.close-ewm{ font-family:Arial, Helvetica, sans-serif;position: absolute;top: 2%;right: 2%;border: none;padding:10px 20px;outline: none;background-color: #ffffff;transition: all .5s;-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;cursor: pointer;}
.close-ewm:hover {background-color: #d6000f;color: #fff;}
@media screen and (max-width: 757px){
	.footer-ewm .ewm-box .title{font-size: 24px;margin-top: 15px;}
}
@media screen and (max-width: 575px){
	.footer-ewm .ewm-box .title{font-size: 18px;margin-top: 10px;}
}

.wap_nav{ display: none}
@media(max-width:880px){
.wap_nav{ display: block; position: fixed; z-index: 99; width: 100%; bottom: 0; background: #c8192a}
.wap_nav ul li{ width: 25%; float: left; text-align: center; border-right: solid 1px #d82e3e}
.wap_nav ul li a{ font-size: 14px; color: #fff; display: inline-block; padding-top:30px; padding-bottom:3px; background: no-repeat center 8px; background-size:22px;}
.wap_nav ul li:nth-child(1) a{background-image: url(../images/n_icon1.png);}
.wap_nav ul li:nth-child(2) a{background-image: url(../images/n_icon2.png);}
.wap_nav ul li:nth-child(3) a{background-image: url(../images/n_icon3.png);}
.wap_nav ul li:nth-child(4) a{background-image: url(../images/n_icon4.png);}
.wap_nav ul li:nth-child(4){ border-right: none;}
}
/*二维码弹窗 end*/


/*侧边栏*/
.cbl-box{padding:20px 10px;background-color:#fff;position:fixed;right:0;top:50%;transform:translateY(-50%);border:1px solid #eeeeee;z-index:9}
.cbl-box ul>li:nth-last-of-type(1){border-bottom:none}
.cbl-box ul>li>a{display:inline-block;padding:12px;color:#fff;text-decoration:none;text-align:center}
.cbl-box ul>li>a .title{font-size:12px;color:#666666;margin-top:5px}
.cbl-box ul>li>a:hover .title{color:#b60005}
.wx-box{padding:10px;background-color:#fff;position:absolute;top:57px;right:105px;width:180px;height:180px;border-radius:10px;opacity:0;display:none;box-shadow:0 0 30px 2px rgba(0,0,0,0.1)}
.wx-box:after{content:"";position:absolute;left:100%;top:80px;display:inline-block;background-image:url("../images/ycl_xmzyb_030.png");background-position:right;background-repeat:no-repeat;background-size:cover;width:7px;height:19px}
.cbl-box ul li {position: relative;}
.cbl-box ul li .content {position: absolute;right: 100%; top: 0;display: none;}
.cbl-box ul li:hover .content {display: block;}
.cbl-box ul li .contentBox {box-shadow: 0 0 10px rgba(0,0,0,0.5);background-color: #fff;margin-right: 10px;}
.cbl-box ul li .contentBox .item {text-align: center;padding: 4px 10px;width: 130px;font-size: 16px;}
/*侧边栏 end*/



/*视频弹窗*/
.module-vdi{width: auto;}
/*@media screen and (max-width: 1280px) {.module-vdi{width: 280px;}}
@media screen and (max-width: 1199px) {.module-vdi{width: 260px;}}
@media screen and (max-width: 991px) {.module-vdi{width: 240px;}}
@media screen and (max-width: 767px) {.module-vdi{width: 220px;}}
@media screen and (max-width: 575px) {.module-vdi{width: 200px;}}*/
/*module-vdi*/
.module-vdi{position: fixed;top: 0;left: 0;right: 0;bottom: 0;z-index: 9999;display: none;}
.module-vdi .mask{position: fixed;top: 0;left: 0;right: 0;bottom: 0;background-color: rgba(0,0,0,0);z-index: 99999;}
.module-vdi .box{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 80%;z-index: 999999;}
.module-vdi .box video{box-shadow: 0 0 30px 10px rgba(0,0,0,0.5);}
.module-vdi .cloes-btn{position: absolute;top: 5px;right: 5px;z-index: 1;}





/*page banner*/
.banner{ position: relative;}
.banner:after{ content:''; background:;position: absolute; left:0;right:0;top:0; height:100%; width:100%;filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity:0.5; opacity:0.5;}
.banner img{ width: 100%}
.banner .txt{ z-index:2;font-size:20px; position: absolute; width:360px; height:160px;text-align: center;margin:0 auto; left: 0; top:50%; margin-top:-80px;right: 0; color: #fff;background-image: url(../images/banner-wzbg.png); background-position:center; background-repeat:no-repeat; background-size:100% 100%;}
.banner .txt b{ display: block; font-size:32px; margin-top:50px; margin-bottom:20px; font-weight:normal;}
.banner .pc{background-position:center bottom;background-repeat: no-repeat;background-size: cover;height:550px;position: relative; }
@media(max-width:1680px){
.banner .txt{ font-size:18px; }
.banner .txt b{font-size:30px;}
.banner .pc{height:450px;}
}
@media(max-width:1440px){
.banner .txt{ font-size:18px; }
.banner .txt b{font-size:30px;}
}
@media(max-width:1300px){
.banner .txt{ font-size:18px; }
.banner .txt b{font-size:28px;}
.banner .pc{height:400px;}
}
@media(max-width:1220px){
.banner .txt{ font-size:18px; }
.banner .txt b{font-size:26px;}
.banner .pc{height:350px; background-attachment:inherit;}
}
@media(max-width:1024px){
.banner .txt{ font-size:16px;width: 260px;height: 100px;    margin-top: -50px;}
.banner .txt b{font-size:24px;margin-top:25px;    margin-bottom: 10px; }
.banner .pc{height:250px;}
}
@media(max-width:768px){
.banner .txt{ font-size: 14px;}
.banner .txt b{ font-size: 18px;}
.banner .pc{height:200px;}
}




/*内页导航*/
.ny-nav{}
.ny-nav .left{display: block;vertical-align: middle;text-align:center;}
.ny-nav .left ul>li{display: inline-block;margin-right:5px;}
.ny-nav .left ul>li>a{display: inline-block; min-width:200px;text-decoration: none;padding:10px 24px;color: #fff; background:#47494b;font-size:14px;position: relative;transition: all .5s;}
.ny-nav .left ul>li.active>a,
.ny-nav .left ul>li>a:hover{color: #fff; background:#e10d05;}
.ny-nav .left ul>li>a::after{content: "";position: absolute;bottom: 0;left: 0;height:0;width: 0;background-color:#e10d05;transition: all .5s;}
.ny-nav .left ul>li>a:hover::after,
.ny-nav .left ul>li.active>a::after{width: 100%;background-color:#e10d05;}

.wap-ny-nav .nav-top{border-bottom: 1px solid #ededed;background-color: #f5f5f5;}
.wap-ny-nav .nav-top .left{display: inline-block;padding: 15px;font-size: 16px;color: #d6000f;}
.wap-ny-nav .nav-top .right{float: right;padding: 17px 15px;cursor: pointer;font-size: 14px;}
.wap-ny-nav .nav-top .right:hover{color: #d6000f;}
.wap-ny-nav ul{display: none;width: 100%;}
.wap-ny-nav ul>li{width: 100%;display: block;}
.wap-ny-nav ul>li>a{display: block;padding: 10px 15px;border-bottom: 1px solid #ededed;text-decoration: none;color: #333333;width: 100%;}
.wap-ny-nav ul>li.active>a,
.wap-ny-nav ul>li>a:hover{border-bottom: 1px solid #d6000f;color: #fff;background-color: #d6000f;}
@media screen and (max-width: 1024px) {
.ny-nav .left{padding-left:0px;}

}
@media screen and (max-width: 991px) {
	.ny-nav .left ul>li>a {padding: 10px 20px;font-size: 14px;}
	.ny-nav .left ul>li>a{ min-width:100px;}
}
@media screen and (max-width: 767px) {
	.ny-nav .left ul>li>a {padding: 10px 15px;}
}
@media screen and (max-width: 575px) {
.wap-ny-nav .nav-top .left {font-size: 14px;}
}


/*page*/
.page{ font-size:14px; color:#5f5e5e; line-height:30px;}
.page img{ max-width:100%;}
.page h1{font-size:24px; margin-bottom:20px;}
@media screen and (max-width: 1220px){
.page h1{font-size:20px; margin-bottom:15px;}
}
@media screen and (max-width: 1024px){
.page h1{font-size:18px; margin-bottom:14px;}
}

/*page nytitle */
.nytitleBox{ text-align:center; position:relative; margin-bottom:20px;}
.nytitleBox:before{ content:''; width:100%; height:1px;background:#efefef; position:absolute; left:0;right:0;top:50%;}
.nytitleBox:after{ content:''; width:45px; height:2px;background:#e10d05; position:absolute; left:0;right:0;bottom:20px; margin:0 auto;}
.nytitle{ display:inline-block; background:#fff; position:relative; z-index:2; padding:0 40px;}
.nytitle .s1{ display:block;font-size: 30px;color: #ae0000; margin-bottom:10px;}
.nytitle .s2{font-size:16px;color: #4f4f4f;}
@media screen and (max-width: 1024px){
	.nytitle .s1{font-size: 24px;margin-bottom:5px;}
	.nytitle .s2{font-size: 18px;}
}
@media screen and (max-width: 991px){
	.nytitle .s1{font-size: 20px;margin-bottom:5px;}
	.nytitle .s2{font-size: 16px;}
}
@media screen and (max-width: 767px){
	.nytitle .s1{font-size: 18px;margin-bottom:0px;}
	.nytitle .s2{font-size: 14px;}
}
@media screen and (max-width: 575px){
	.nytitle .s1{font-size: 16px;}
	.nytitle .s2{font-size: 12px;}
}

/*内页导航 end*/


/*page module-counter*/
.module-counter{margin-bottom: 100px; padding-left:160px;}
.module-counter .note{font-size: 70px;color: #272727;}
.module-counter .note strong{ font-weight:normal;}
.module-counter .note span{ font-size:36px; margin-left:10px;}
.module-counter .title{font-size: 22px;color: #272727; margin-bottom:35px;}
@media screen and (max-width: 1680px){
.module-counter{margin-bottom: 90px;}
.module-counter .note{font-size: 60px;}
.module-counter .title{font-size: 18px;margin-bottom:30px;}
.module-counter .note span{ font-size:30px;}
}
@media screen and (max-width: 1440px){
.module-counter{margin-bottom: 80px;}
.module-counter .note{font-size: 50px;}
.module-counter .title{font-size: 18px;margin-bottom:20px;}
.module-counter .note span{ font-size:26px;}
}
@media screen and (max-width: 1280px){
.module-counter{margin-bottom: 70px;}
.module-counter .note{font-size: 40px;}
.module-counter .title{font-size: 18px;margin-bottom:10px;}
.module-counter .note span{ font-size:24px;}
}
@media screen and (max-width: 1199px){
.module-counter{margin-bottom: 60px;}
.module-counter .note{font-size: 30px;}
.module-counter .title{font-size: 16px;margin-bottom:0px;}
.module-counter .note span{ font-size:20px;}
}
@media screen and (max-width: 991px){
.module-counter{margin-bottom: 50px;padding-left:20%;}
.module-counter .note{font-size: 26px;}
.module-counter .title{font-size: 16px;}
.module-counter .note span{ font-size:18px;}
}
@media screen and (max-width: 767px){
.module-counter{margin-bottom: 40px;padding-left:30%;}
.module-counter .note{font-size: 24px;}
.module-counter .title{font-size: 14px;}
.module-counter .note span{ font-size:16px;}
}
@media screen and (max-width: 575px){
.module-counter{margin-bottom: 30px;padding-left:0%;}
.module-counter .note{font-size: 22px;}
.module-counter .title{font-size: 12px;}}








/*module-proNavS*/
.module-proNavS {display: flex;justify-content: space-between;align-items: center;padding: 20px 0;border-bottom: 1px solid #eeeeee;}
.module-proNavS .left .search-box{font-size: 0;}
.module-proNavS .left .search-box input{border: 1px solid #eeeeee;display: inline-block;outline: none;font-size: 14px;padding: 10px;vertical-align: middle;min-width: 200px;}
.module-proNavS .left .search-box a{color: #fff;display: inline-block;vertical-align: middle;font-size:14px;padding: 10px 15px;background-color: #d6000f;transition: all .5s;}
.module-proNavS .left .search-box a:hover{background-color: #f50314;}
.module-proNavS .right a{color: #d6000f;font-size: 16px;}
@media screen and (max-width: 575px) {
.module-proNavS {padding: 15px 0;}
.module-proNavS .left .search-box{}
.module-proNavS .left .search-box input{min-width:auto; max-width:150px;}
.module-proNavS .left .search-box input{padding: 5px 0 5px 5px;}
.module-proNavS .left .search-box a{padding: 5px 10px;}
.module-proNavS .right a{font-size: 14px;}
}
@media screen and (max-width: 350px) {
.module-proNavS .left .search-box input{max-width:100px;}	
}

/*module-proNavB*/
.module-proNavB{font-size: 0;}
.module-proNavB .box{padding: 15px 0 5px;border-bottom: 1px solid #eeeeee;}
.module-proNavB .box .left{display: inline-block;vertical-align: top;width: 40px;}
.module-proNavB .box .left .title{font-size: 16px;color: #333333;margin-top: 1px;font-weight: bold;}
.module-proNavB .box .right{width: calc(100% - 40px);display: inline-block;vertical-align: top;padding-left: 20px;}
.module-proNavB .box .right ul>li{display: inline-block;vertical-align: middle;margin-right: 15px;margin-bottom: 10px;}
.module-proNavB .box .right ul>li>a{font-size: 12px;display: inline-block;padding: 5px;border-radius: 5px;color: #333333;transition: all .5s;}
.module-proNavB .box .right ul>li.active>a,.module-proNavB .box .right ul>li>a:hover{background-color: #d6000f;color: #fff;}
@media screen and (max-width: 767px) {
.module-proNavB .box .right ul>li>a{font-size: 12px;}
}
@media screen and (max-width: 575px) {
.module-proNavB .box .left{width: 30px;}
.module-proNavB .box .right{width: calc(100% - 30px);}
.module-proNavB .box .left .title{font-size: 14px;margin-top: 3px;}
.module-proNavB .box .right {padding-left: 10px;}
.module-proNavB .box {padding: 10px 0 5px;}
.module-proNavB .box .right ul>li{margin-right: 10px;margin-bottom: 5px;}
.module-proNavB .box .right ul>li>a{font-size: 10px;}
}

/*module-proList*/
.module-proList{margin-bottom: 60px;}
.module-proList .tp{padding-bottom: 62.5%;transition: all .5s;}
.module-proList:hover .tp{transform: scale(1.05);}
.module-proList .title-box{margin-top: 15px;}
.module-proList .title-box .title{font-size: 18px;color: #333333;font-weight: 600;}
.module-proList .title-box .note{font-size: 14px;color: #999999;}
@media screen and (max-width: 1440px) {
.module-proList{margin-bottom: 55px;}
}
@media screen and (max-width: 1280px) {
.module-proList{margin-bottom: 50px;}
}
@media screen and (max-width: 1199px) {
.module-proList{margin-bottom: 45px;}
}
@media screen and (max-width: 991px) {
.module-proList{margin-bottom: 40px;}
}
@media screen and (max-width: 767px) {
.module-proList{margin-bottom: 35px;}
.module-proList .title-box .title{font-size: 16px;}
}
@media screen and (max-width: 575px) {
.module-proList{margin-bottom: 30px;}
.module-proList .title-box .title{font-size: 14px;}
.module-proList .title-box .note{font-size: 12px;}
}

/*module-proList2*/
.module-proList2{margin-bottom:30px}
.module-proList2 a{text-decoration:none;display:block}
.module-proList2 .img-box{position:relative}
.module-proList2 .label-box{position:absolute;top:10px;right:10px; display:none;}
.module-proList2 .label-box .vr{display:block;padding:2px 8px;background:#c70025;color:#fff;text-align:center;font-size:12px;border-radius:30px}
.module-proList2 .tpcover{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transition:all 1s;transition:all 1s;background-color:#fff}
.module-proList2 .tpcover:hover{opacity:0}
.module-proList2 .text-box .title{color:#3e3e3e;margin-top:20px;font-size:16px}
.module-proList2 a:hover .text-box .title{color:#c70025}
.module-proList2 .text-box .note{color:#6f6f6f;font-size:14px;margin-top:3px}
.module-proList2 a .over-img{-webkit-transition:all .5s;transition:all .5s;-webkit-box-shadow:0 0 15px 1px rgba(0,0,0,0);box-shadow:0 0 15px 1px rgba(0,0,0,0)}
.module-proList2 a .tp{-webkit-transition:all .5s;transition:all .5s;padding-bottom:100%;}
.module-proList2 a:hover .over-img{-webkit-box-shadow:0 0 15px 1px #c3c5c7;box-shadow:0 0 15px 1px #c3c5c7}
.module-proList2 a:hover .tp{-webkit-transform:scale(1.02);transform:scale(1.02)}
@media screen and (max-width:991px){
	.module-proList2{margin-bottom:20px}
    .module-proList2 .text-box .title{font-size:15px}
}
@media screen and (max-width:767px){
	.module-proList2{margin-bottom:20px}
	.module-proList2 .text-box .title{font-size:14px}
	.module-proList2 .text-box .note{font-size:12px}
}
@media screen and (max-width:575px){
	.module-proList2 .text-box .title{font-size:12px}
	.module-proList2 .text-box .note{font-size:10px}
}







/*module-position*/
.module-positionBox{background:#f9f9f9;}
.module-position{display: flex;justify-content: space-between;align-items: center;padding: 20px 0;}
.module-position .left span{display: inline-block;vertical-align: middle;color: #333333;font-size: 14px;}
.module-position .left ul{display: inline-block;vertical-align: middle;}
.module-position .left ul>li{display: inline-block;}
.module-position .left ul>li::after{content: ">";color: #333333;font-size: 14px;margin-left: 10px;margin-right: 10px;}
.module-position .left ul>li:nth-last-of-type(1)::after{content: "";display: none;}
.module-position .left ul>li>a{display: inline-block;color: #333333;transition: all .5s;}
.module-position .left ul>li>a:hover{color: #d6000f;}
.module-position .right ul>li{display: inline-block;margin-right: 20px;}
.module-position .right ul>li:nth-last-of-type(1){margin-right: 0;}
@media screen and (max-width: 767px){.module-position{padding: 15px 0;}
}
@media screen and (max-width: 575px){.module-position{padding: 10px 0;}
	.module-position .left span{font-size: 12px;}
	.module-position .left ul>li>a{font-size: 12px;}
}

/*module-duotuImg*/ 
.module-duotuImg .left{margin-bottom: 30px;}
.module-duotuImg .left .tp{padding-bottom: 100%;border: 1px solid #e9e9e9;-webkit-transition: all .3s;transition: all .3s;background-color: #fff;}
.module-duotuImg .left .tp:hover,
.module-duotuImg .left .tp.active{border: 1px solid #d6000f;}
.module-duotuImg .left .dttp{padding-bottom: 100%;background-color: #fff;box-shadow: 0 0 20px 5px #eeeeee;cursor: pointer;}
.module-duotuImg .left .dttp img{ max-width:100%; max-height:100%;}
.module-duotuImg .left .dttp .text{position: absolute;bottom: 0;left: 0;display: inline-block;background-color: #373142;color: #fff;padding: 7px 30px;font-size: 14px;}
.module-duotuImg .cpxq_tp_swiper{margin-top: 20px;overflow: hidden;}
.module-duotuImg .cpxq_tp_swiper .swiper-slide{cursor: pointer;position: relative;overflow: hidden; width:16.66666666666667%;}
.module-duotuImg .cpxq_tp_swiper .swiper-slide .xysimg2 {height: 0;position: relative;overflow: hidden;}
.module-duotuImg .cpxq_tp_swiper .swiper-slide .xysimg2 img {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);display: block;}
.module-duotuImg .cpxq_tp_swiper .swiper-slide .xysimg2 img {max-height:100%; max-width:100%;}
.module-duotuImg .cpxq_tp_swiper .swiper-button-prev{position: absolute;top: 59.5%;left: 2.5%;width: 6%;height: 81%;background-image: none;background-size: 50px 70px;margin-top: 0;-webkit-transform: translateY(-50%);transform: translateY(-50%);border: 1px solid #e9e9e9;background-color: #fff;-webkit-transition: all .3s;transition: all .3s;}
.module-duotuImg .cpxq_tp_swiper .swiper-button-prev:hover{border: 1px solid #373142;}
.module-duotuImg .cpxq_tp_swiper .swiper-button-prev:after{content: "";display: inline-block;position: absolute;top: 50%;left: 50%;width: 9px;height: 15px;-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);background-image:;background-repeat: no-repeat;background-size: cover;}
.module-duotuImg .cpxq_tp_swiper .swiper-button-next{position: absolute;top: 59.5%;right: 2.5%;width: 6%;height: 81%;background-image: none;background-size: 50px 70px;margin-top: 0;-webkit-transform: translateY(-50%);transform: translateY(-50%);border: 1px solid #e9e9e9;background-color: #fff;-webkit-transition: all .3s;transition: all .3s;}
.module-duotuImg .cpxq_tp_swiper .swiper-button-next:hover{border: 1px solid #373142;}
.module-duotuImg .cpxq_tp_swiper .swiper-button-next:after{content: "";display: inline-block;position: absolute;top: 50%;left: 50%;width: 9px;height: 15px;-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);background-image:;background-repeat: no-repeat;background-size: cover;}
.module-duotuImg .cpxq-wb-box>.row{padding-top: 0;}
.module-duotuImg .cpxq-wb-box .tb{overflow: hidden;}
.module-duotuImg .cpxq-wb-box .tb p{display: inline-block;position: relative;font-size: 24px;color: #001f2c;}
.module-duotuImg .cpxq-wb-box .tb p:after{content: "";position: absolute;bottom: 5px;left: 110%;width: 1400px;font-size: 24px;color: #001f2c;border-bottom: 1px dotted #001f2c;}
.module-duotuImg .right .title-box{padding-bottom: 35px;}
.module-duotuImg .right .title-box .title{color: #000000;font-size:28px;}
.module-duotuImg .right .specification{padding-top:35px;padding-bottom: 20px;position: relative; font-size:16px; line-height:30px; color:#4b4b4b;border-top: 1px dotted #e0e0e0;}
.module-duotuImg .right .specification p{margin-bottom:14px;font-size:16px;color:#4b4b4b;line-height:30px; }
.module-duotuImg .right .vr-box { font-size:0;}
.module-duotuImg .right .vr-box .product-vr{display: inline-block;vertical-align: middle;margin-right:20px;}
.module-duotuImg .right .vr-box .product-ewm{display: inline-block;vertical-align: middle;margin-right:20px; width:90px; height:90px;}
.module-duotuImg .right .vr-box .product-wz{display: inline-block;vertical-align:bottom;font-size:14px; color:#4b4b4b;}
@media screen and (max-width: 1680px){}
@media screen and (max-width: 1440px){
	.module-duotuImg .right .title-box .title {font-size:26px;}
	.module-duotuImg .right .title-box{padding-bottom: 30px;}
	.module-duotuImg .right .specification {padding-top: 30px;}
}
@media screen and (max-width: 1280px){
	.module-duotuImg .right .title-box .title {font-size:24px;}
	.module-duotuImg .right .title-box{padding-bottom: 25px;}
	.module-duotuImg .right .specification {padding-top: 25px;}
}
@media screen and (max-width: 1199px){
	.module-duotuImg .right .title-box .title {font-size:22px;}
	.module-duotuImg .right .title-box{padding-bottom: 20px;}
	.module-duotuImg .right .specification {padding-top: 20px;}
	.module-duotuImg .right .specification p {margin-bottom: 10px;}
}
@media screen and (max-width: 1024px){
	.module-duotuImg .right .title-box .title {font-size:20px;}
}
@media screen and (max-width: 991px){
	.module-duotuImg .right .title-box .title {font-size: 18px;}
	.module-duotuImg .right .title-box {padding-bottom: 15px;}
	.module-duotuImg .right .specification {padding-top: 15px;padding-bottom: 10px;}
	.module-duotuImg .right .title-box .title {font-size: 16px;}
}
@media screen and (max-width: 830px) {
	.module-duotuImg .left .detail{display: none;}
	.module-duotuImg .right .title-box .note{margin-top: 25px;}
}
@media screen and (max-width: 767px){
	.module-duotuImg .right .title-box .note{display: block;-webkit-box-orient: inherit;-webkit-line-clamp: inherit;margin-top: 20px;}
}
@media screen and (max-width: 575px){
	.module-duotuImg .right .title-box .note{margin-top: 15px;}
}


/*module-proTit*/
.module-proXq{ padding:60px 39px; border:1px solid #dcdcdc;}
.module-proXq img{ max-width:100%;}
.module-proTit .title{ padding:25px 40px; line-height:30px; background:#f9f9f9;}
.module-proTit .title .s1{font-size: 22px;color: #333333;}
.module-proTit .title .s2{font-size: 18px;color: #999999;}
@media screen and (max-width: 991px){
	.module-proXq{ padding:30px 20px; }
	.module-proTit .title{ padding:20px 20px;}
	.module-proTit .title .s1{font-size: 20px;}
	.module-proTit .title .s2{font-size: 16px;}
}
@media screen and (max-width: 767px){
	.module-proTit .title .s1{font-size: 18px;}
	.module-proTit .title .s2{font-size: 14px;}
}
@media screen and (max-width: 575px){
	.module-proTit .title .s1{font-size: 16px;}
	.module-proTit .title .s2{font-size: 12px;}
}


/*indexnews*/
.module-news-t{padding-top:100px;padding-bottom:20px;}
.module-news {margin-bottom:50px;}
.module-news .tp{padding-bottom: 68.18%;transition: all .5s;}
.module-news:hover .tp{transform: scale(1.05);}
.module-news .title{font-size:20px;color: #242424;margin-top: 20px;}
.module-news .note{font-size: 14px;color: #919191;margin-top: 10px;line-height:1.5em;height:3em; overflow:hidden;}
@media screen and (max-width: 1199px){.module-news {margin-bottom: 60px;}}
@media screen and (max-width: 991px){.module-news {margin-bottom: 50px;padding-bottom: 25px;}}
@media screen and (max-width: 767px){.module-news {margin-bottom: 40px;padding-bottom: 20px;}
.module-news .title{font-size: 16px;}
.module-news .note {font-size: 14px;}}
@media screen and (max-width: 575px){.module-news {margin-bottom: 30px;padding-bottom: 15px;}
.module-news .title{font-size: 14px;margin-top: 15px;}
.module-news .note {font-size: 10px;margin-top: 5px;}}











.module-040{margin-bottom:70px}
.module-040 a{text-decoration:none;display:block}
.module-040 .img-box{position:relative}
.module-040 .tpcover{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transition:all 1s;transition:all 1s;background-color:#fff}
.module-040 .tpcover:hover{opacity:0}
.module-040 .text-box{margin-top:20px}
.module-040 .text-box .title{color:#222222;font-size:18px;font-weight:100}
.module-040 .text-box .title2{color:#222222;font-size:14px;font-weight:200;margin-bottom:5px;display:block}
.module-040 .text-box .classification{color:#999999;font-size:14px}
.module-040 .text-box .classification2{color:#999999;font-size:14px;display:block}
.module-040 .text-box .classification2 img{margin-left:10px;vertical-align:middle}
.module-040 a .over-img{-webkit-transition:all .5s;transition:all .5s;-webkit-box-shadow:0 0 50px 5px rgba(0,0,0,0);box-shadow:0 0 50px 5px rgba(0,0,0,0)}
.module-040 a .tp{-webkit-transition:all .5s;transition:all .5s;padding-bottom:90%}
.module-040 a:hover .over-img{-webkit-box-shadow:0 0 50px 10px #c3c5c7;box-shadow:0 0 50px 10px #c3c5c7}
.module-040 a:hover .tp{-webkit-transform:scale(1.02);transform:scale(1.02)}
@media screen and (max-width:1199px){.module-040{margin-bottom:60px}
}@media screen and (max-width:991px){.module-040{margin-bottom:50px}
}@media screen and (max-width:767px){.module-040{margin-bottom:40px}
}@media screen and (max-width:575px){.module-040{margin-bottom:30px}
.module-040 .text-box .title{font-size:16px}
.module-040 .text-box{margin-top:15px}
.module-040 .text-box .classification{font-size:12px}
}




/*right_bar*/
.rightBar{position:fixed;top:50%; margin-top:-100px;right:0;width:66px;height:203px;z-index:10;}
.rightBar li{width:110px;height:50px;z-index:20;text-align:left; cursor:pointer;}
.rightBar li.li1{position:absolute;top:0;right:0;width:130px;}
.rightBar li.li2{position:absolute;top:51px;right:0;width:202px;}
.rightBar li.li3{position:absolute;top:102px;right:0;width:130px;}
.rightBar li.li4{position:absolute;top:153px;right:0;}
.rightBar li.li2 .a{background-color:#333333;}
.rightBar li.li3 .a{background-color:#E6212B}
.rightBar li.li4 .a{background-color:#000000;}
/**/
.rightBar li .a{display:block;color:#FFF;font-size:14px;height:50px;line-height:50px;overflow:hidden;background-color:#e80313;opacity:0.9;border-top-left-radius: 25px;
border-bottom-left-radius: 25px;}
.rightBar li .a img{display:block;float:left;vertical-align:middle;width:50px;height:50px;margin:0 8px 0 8px;}
.rightBar li .a:hover{opacity:1;}
/**/
.rtbar-wx{position:absolute;top:-50px;right:130px; display:block!important;-moz-transform: scaleY(0); -webkit-transform: scaleY(0);transform: scaleY(0);visibility:hidden;filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}
.rtbar-wx img{width:132px;}
.rtbar-wx.cur{-moz-transform: scale(1); -webkit-transform: scale(1);transform: scale(1); visibility:visible;filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1; opacity:1; width:150px; height:150px;}
/**/
.rightBar li.li1 a.mo_phone{display:none;}
@media only screen and (max-width: 768px){
	.rightBar{bottom: 70px;left: 0;top: auto;width: 40px;height: 82px; display:none!important;}
	.rightBar li.li1 .a.pc_phone{display:none;}
	.rightBar li.li1 .a.mo_phone{display:block;}
	.rightBar li.li1{top:0px;width:40px;right: 0px !important;}
	.rightBar li.li1 .a img{margin-left:8px;margin-top:8px;}
	.rightBar li:nth-child(2){display:none;}
	.rightBar li:nth-child(3){display:none;}
	.rightBar li.li4 {top: 41px;}
	.rightBar li {width: 40px;height: 40px;}
	.rightBar li .a{align-items: center;display: flex;color: #FFF;justify-content: center;font-size: 14px;height: 40px;line-height: 40px;overflow: hidden;background-color: #eb6100;opacity: 0.8;border-radius: 0;}
	.rightBar li .a img{margin:0px;float: none;}
}
  

