@charset "utf-8";
/*初始化*/
* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

strong,a,span,li {
	font-size: 14px;
}

img {
	border: none;
}
a, a:link, a:active, a:visited, a:hover {
	color: #fff;
	text-decoration: none;
}
ul, li, ol {
	list-style: none;
}
i,em {font-style:normal;}
/* CSS Document */
/* 样式重置-----------------------------------------------------------------------------------------------------*/
::-webkit-input-placeholder{
	color:#666;
}
:-moz-placeholder{
caret-color:#666;
}
::-moz-placeholder{
	color:#666;
}
:-ms-input-placeholder{
flood-color:#666;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
	box-shadow:0 0 0 60px #037edb inset; 
	-webkit-text-fill-color: #fff;
}
body{
	overflow-x: hidden;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

ul {
	list-style: none;
}
/* 清除浮动
----------------------------------------------------------------------------------------------------*/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.text-center{
	text-align: center;
}


/* 兼容清除浮动和错位 */
a {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #ec3b02;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
.f-oh{
	overflow: hidden;
}
.fl{
	float: left;
}
.fr{
	float: right;
}

/*头部*/
header{
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9999;
}
.ny-top header{
	background: url(../images/nav_top.png) repeat;
}
.wrap{
	max-width: 1500px;
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.wrap2{
	max-width: 1500px;
	clear: both;
	margin: 0 auto;
}
.in-fl-bar{
	border-bottom: 1px solid #e5e5e5;
	clear: both;
	position: relative;
	padding: 20px 0;
}
.in-fl-bar:after{
	clear: both;
	overflow: hidden;
	content: '';
	display: block;
}


.in-fl-box{
	clear: both;
	width: 100%;
	background: url(../images/in-fl-box-bg.jpg) no-repeat;
	background-size: cover;
	box-sizing: border-box;
	padding:130px 20px 60px 20px;
	margin-left: -15px;
	margin-top: -100px;
}

.in-fl-t .ch{
	color: #FFF;
	font-size: 40px;
	text-align: center;
	line-height: 2;
}
.in-fl-t .en{
	color: #FFF;
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
}
.cpfl-li{
	clear: both;
	width: 100%;
	text-align: center;
	display: block;
}
.cpfl-li .cp-icon1{
	width: 100%;
	height: 156px;
	background: url(../images/fl_1.jpg) center no-repeat;
	background-size: contain;
	transition-duration: .5s;
}
.cpfl-li:hover .cp-icon1{
	background: url(../images/fl_1_hover.jpg) center no-repeat;
	background-size: contain;
}
.cpfl-li .cp-icon2{
	width: 100%;
	height: 156px;
	background: url(../images/fl_2.jpg) center no-repeat;
	background-size: contain;
	transition-duration: .5s;
}
.cpfl-li:hover .cp-icon2{
	background: url(../images/fl_2_hover.jpg) center no-repeat;
	background-size: contain;
}
.cpfl-li .cp-icon3{
	width: 100%;
	height: 156px;
	background: url(../images/fl_3.jpg) center no-repeat;
	background-size: contain;
	transition-duration: .5s;
}
.cpfl-li:hover .cp-icon3{
	background: url(../images/fl_3_hover.jpg) center no-repeat;
	background-size: contain;
}
.cpfl-li .cp-icon4{
	width: 100%;
	height: 156px;
	background: url(../images/fl_4.jpg) center no-repeat;
	background-size: contain;
	transition-duration: .5s;
}
.cpfl-li:hover .cp-icon4{
	background: url(../images/fl_4_hover.jpg) center no-repeat;
	background-size: contain;
}
.cpfl-li .name{
	line-height: 2;
	position: relative;
}
.cpfl-li .name:after{
	position: absolute;
	bottom: -20px;
	content: '';
	height: 2px;
	width: 0;
	background: #ac1617;
	display: block;
	left: 50%;
	transition-duration: .3s;
}
.cpfl-li:hover .name:after{
	position: absolute;
	bottom: -20px;
	content: '';
	height: 2px;
	width: 100%;
	background: #ac1617;
	display: block;
	transition-duration: .3s;
	left: 0;
}

.cpfl-li p{
	font-size: 18px;
	text-align: center;
	color: #000;
}
.cpfl-li:hover p{
	color: #ac1617;
}
.logo{
	float: left;
}
.top-box{
	clear: both;
	background: #ac1617;
	padding: 15px;
	box-sizing: border-box;
	overflow: hidden;
}

.top-box .li-tel{
	text-align: right;
	color: #FFF;
	font-size: 22px;
	font-weight: bold;
	line-height: 2;
	float: left;
	padding: 0 30px;
}
.top-box .c-search-box{
	background: none;
	border:none;
}
nav{
	clear: both;
	height: 60px;
	position: relative;
	z-index: 999;
	margin-top: 30px;
}

#banner{
	clear: both;
	overflow: hidden;
	position: relative;
	height: 950px;
}
#banner  .swiper-container {
      width: 100%;
      height: 100%;
    }

#banner  .swiper-slide {
      text-align: center;
    overflow:hidden;
    }
#banner	.slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    color:#fff;
  }

#banner img{
	width: 100%;
	height: auto;
}
#mbanner{
	display: none;
}
/*首页数字优势*/
.num-adv-left {
    text-indent: 15px;
}
.num-adv .t1{
	font-size: 30px;
	font-weight: bold;
	color: #005bac;
	line-height: 2
}
.num-adv .t2{
	font-size: 24px;
	color: #303030;
}
.num-adv .t3{
	font-size: 14px;
	color: #303030;
	border-bottom: 2px solid #005bac;
	line-height: 3;
}	

.num-adv{
	clear: both;
	background: #FFF;
	position: relative;
	z-index: 9999;
	max-width: 1200px;
	margin: 30px auto;
}
.num-adv-box{
	clear: both;
	background: #f1f1f1;
	position: relative;
	height: 167px;
}
.num-adv-box:after{
	content: '';
	clear: both;
	width: 50%;
	height: 167px;
	background: #f1f1f1;
	display: block;
	position: absolute;
	right: -50%;
	top: 0;
}
.num-adv .num{
	text-align: center;
	line-height: 2;
	position: relative;
}
.num-adv .num:after{
	position: absolute;
	width: 1px;
	height: 167px;
	background: #e5e5e5;
	display: block;
	right: 0;
	top: 0;
	content: '';
}
.num-adv .counter{
	font-size: 60px;
	font-weight: bold;
	color: #005bac;
	text-align: center;
}
.num-adv .tip{
	font-size: 16px;
	color: #333;
	text-align: center;
	padding-bottom: 20px;
}
/*产品中心*/
.block-1{
	clear: both;
	position: relative;
	z-index: 99;
	background: #FFF;
}
.block-2{
	clear: both;
	background:url(../images/news_bg.jpg) repeat;
	position: relative;
	z-index: 9999;
	padding: 80px 0;
}
.block-3{
	clear: both;
	background: #f5f5f5;
	position: relative;
	z-index: 9999;
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
}

.in-title1{
	clear: both;
	text-align: center;
	font-size: 38px;
	color: #333;
	font-weight: bold;
	line-height: 2;
	position: relative;	
}
.in-title1:after{
	width: 56px;
	height: 2px;
	background: #dc6c17;
	clear: both;
	display: block;
	margin: 0 auto;
	content: '';
}

.show-t{
	clear: both;
	font-size: 40px;
	color: #2a2a2a;
	text-align: center;
	margin-bottom: 60px;
	margin-top: 40px;
}
.in-cpfl2{
	margin-top: 40px;
}
.mag-1{
	margin-top: 40px;
}

.in-cpfl2 a{
	padding: 20px;
	font-size: 16px;
	color: #7f7f7f;
	line-height: 3;
}
.swiper-pagination-cp{
	clear: both;
	text-align: center;
}
.swiper-pagination-cp .swiper-pagination-bullet-active{
	background: #ac1617;
	width: 30px;
	transition-duration: 0.5s;
	height: 8px; 
	border-radius: 0;
}
.product-bar{
	clear: both;
	width: 100%;
	padding-left: 110px;
	padding-right: 110px;
}
#product{
	clear: both;
	overflow: hidden;
	padding-bottom: 30px;

}
#product .pro-li{
	background: #f5f5f5;
	clear: both;
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}
#product .pro-li:before{
	content: '';
	width: 0;
	height: 3px;
	display: block;
	background: #f5f5f5;
	position: absolute;
	left: 0;
	bottom: 0;
	transition-duration: .8s
}
#product .pro-li:hover:before{
	content: '';
	width: 100%;
	height: 3px;
	display: block;
	background: #ac1617;
	position: absolute;
	left: 0;
	bottom: 0;
	transition-duration: .8s
}

#product .pro-li h4{
	clear: both;
	text-align: center;
	line-height: 3;
	color: #282828;
	font-weight: bold;
	font-size: 24px;
}
#product .pro-li:hover h4{
	color: #ac1617;
	font-size: 24px;
}
#product .pro-li .info{
	font-size: 16px;
	color: #8d8d8d;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	padding: 0 40px;
	clear: both;
	overflow: hidden;
	height: 110px;
	text-align: center;
}
#product .pro-li:hover img{
	transform: scale(1.1);
}
.case-bar{
	clear: both;
	background: #f8f8f8;
	overflow: hidden;
	margin: 0 auto;
	padding: 30px;
	box-sizing: border-box;
}

.case-box1{
	max-width: 1500px;
	clear: both;
	margin: 0 auto;
}
.case-t{
	font-size: 40px;
	color: #000;
	text-align: center;
	margin-top: 50px;
}
.case-en{
	color: #9c9c9c;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	clear: both;
	line-height: 3;
}
.case-t span{
	color: #ac1617;
	font-weight: bold;
	font-size: 40px;
}
.case-ys-li{
	clear: both;
	padding: 20px 0;
	text-align: center;
}
.case-ys-li span{
	display: inline-block;
	margin: 0 15px;
	background: #ac1617;
	color: #FFF;
	font-size: 25px;
	border-radius:30px;
	min-width: 195px;
}
.case-bar .box{
	background: #FFF;
	padding: 0;
	overflow: hidden;
	margin:50px 0;
}
/*首页案例swiper*/
.mySwiper2 {
        width: 100%;
        height: 100%;
      }

.mySwiper2 .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

.mySwiper2 .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

.mySwiper  .swiper {
        width: 100%;
        height: 300px;
        margin-left: auto;
        margin-right: auto;
      }

.mySwiper .swiper-slide {
        background-size: cover;
        background-position: center;
      }

.mySwiper2 {
        height: 80%;
        width: 100%;
 }

.mySwiper {
        height: 20%;
        box-sizing: border-box;
        padding: 10px 0 50px 0;
}

.mySwiper .swiper-slide {
        width: 25%;
        height: 100%;
        opacity: 1;
}

.mySwiper .swiper-slide-thumb-active {
        opacity: 1;
}

.swiper-slide img {
        display: block;
        width: 100%;
        /* height: 100%; */
        /* object-fit: cover; */
}
.case-box{
	clear: both;
	padding: 20px;
}
.case-box h3{
	font-size: 40px;
	font-weight: bold;
	color: #292929;
	clear: both;
	text-align: left;
	line-height: 2;
}
.case-slide{
	clear: both;
	padding: 50px;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
}
.case-box .en{
	font-size: 15px;
	color: #999;
	text-transform: capitalize;
	text-align: left;
	line-height: 2;
	padding-bottom: 10px;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 20px;
}
.case-box .info{
	font-size: 16px;
	color: #999;
	line-height: 2;
	text-align: left;
	padding: 30px 0;
}
.case-box .zx{
	clear: both;
	margin: 15px 0;
}
.case-box .zx .lx{
	font-size: 18px;
	color: #FFF;
	float: left;
	background: #ac1617;
	width: 170px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #ac1617;
}
.case-box .zx .ly{
	background: #FFF;
	color: #6d6d6d;
	font-size: 18px;
	width: 170px;
	height: 50px;
	line-height: 50px;
	float: left;
	border: 1px solid #c0c0c0;
}
.case-thumb{
	clear: both;
	background: #eeeeee;
	box-sizing: border-box;
	padding: 20px;
	text-align: center;
	cursor: pointer;	
}
.case-thumb:hover{
	background: #ac1617;
	color: #FFF;
}
.case-thumb .case-ico1{
	background: url(../images/tab_ico1.png) center no-repeat;
	background-size: 40% auto;
	transition-duration: .6s;
	width: 100%;
	height: 80px;
}
.case-thumb:hover .case-ico1{
	background: url(../images/tab_ico1_hover.png) center no-repeat;
	background-size: 40% auto;
	transition-duration: .6s;
}
.case-thumb .case-ico2{
	background: url(../images/tab_ico2.png) center no-repeat;
	background-size: 40% auto;
	transition-duration: .6s;
	width: 100%;
	height: 80px;
}
.case-thumb:hover .case-ico2{
	background: url(../images/tab_ico2_hover.png) center no-repeat;
	background-size: 40% auto;
	transition-duration: .6s;
}
.case-thumb .case-ico3{
	background: url(../images/tab_ico3.png) center no-repeat;
	background-size: 40% auto;
	transition-duration: .6s;
	width: 100%;
	height: 80px;
}
.case-thumb:hover .case-ico3{
	background: url(../images/tab_ico3_hover.png) center no-repeat;
	background-size: 40% auto;
	transition-duration: .6s;
}
.case-thumb .case-ico4{
	background: url(../images/tab_ico4.png) center no-repeat;
	background-size: 40% auto;
	transition-duration: .6s;
	width: 100%;
	height: 80px;
}
.case-thumb:hover .case-ico4{
	background: url(../images/tab_ico4_hover.png) center no-repeat;
	background-size: 40% auto;
	transition-duration: .6s;
}
.case-thumb .case-ico5{
	background: url(../images/tab_ico5.png) center no-repeat;
	background-size: 40% auto;
	transition-duration: .6s;
	width: 100%;
	height: 80px;
}
.case-thumb:hover .case-ico5{
	background: url(../images/tab_ico5_hover.png) center no-repeat;
	background-size: 40% auto;
	transition-duration: .6s;
}
.case-thumb h4{
	font-size: 26px;
	color: #414141;
	text-align: center;
	line-height: 1.5;
	margin-top: 15px;
}
.case-thumb:hover h4{
	color: #FFF;
}
.case-thumb .en{
	font-size: 12px;
	color: #9a9a9a;
	text-transform: uppercase;
	line-height: 1.5;
	text-align: center;
}
.case-thumb:hover .en{
	color: #FFF;
}

/*走进张大水泥制品*/
.about-block1{
	background: #f8f8f8;
	clear: both;
	padding:10px 0;
	overflow: hidden;
}

.about-block1 h2,.case-show h2{
	clear: both;
	text-align: center;
	font-size: 40px;
}
.case-show h2{
	line-height: 2;
}
.about-block1 .tip,.case-show .tip{
	font-size: 18px;
	color: #7f7f7f;
	text-align: center;
	line-height: 2;
	margin-bottom: 50px;
}
#ysswiper{
	position: relative;
	clear: both;
	overflow: hidden;
	height: 750px;
}
#ysswiper .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}

#ysswiper .swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
#ysswiper .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    width: 100%;
}

#ysswiper .swiper-pagination-ys {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
    text-align: left;
    max-width: 620px;
    right: 0;
    bottom: 300px;

}
.ysflash-bg{
	clear: both;
	width: 100%;
	height: 100%;
	position: relative;
	background-position: center;
	background-size: cover;
}
.ysflash-bg .tip-box{
	position: absolute;
	right: 50px;
	bottom: 0;
	background: #FFF;
	padding: 80px;
	box-sizing: border-box;
	width: 100%;
	max-width: 650px;
}
.ysflash-bg .tip-box .content{
	width: 100%;
	height: 100%;
	border: 10px solid #ac1617;
	padding: 30px;
}
.ysflash-bg .tip-box .more{
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.ysflash-bg .tip-box .content h3{
	font-size: 30px;
	line-height: 2;
	margin-bottom: 60px;
}
.ysflash-bg .tip-box .content .en{
	font-size: 55px;
	font-weight: bold;
	color: #f0f0f0;
	text-transform: uppercase;
	margin-bottom: -50px;
}
.ysflash-bg .tip-box .content .info{
	font-size: 18px;
	color: #787878;
	line-height: 1.3;
	max-width: 335px;
	margin: 0 auto 60px auto;
}
.swiper-button-next-ys{
	background: url(../images/right_jt.png) no-repeat;
	width: 32px;
	height: 15px;
	display: block;
	position: absolute;
	right: 180px;
	bottom: 70px;
	z-index: 100;
	cursor: pointer;
}
.swiper-button-prev-ys{
	background: url(../images/left_jt.png) no-repeat;
	width: 32px;
	height: 15px;
	display: block;
	position: absolute;
	right: 480px;
	bottom: 70px;
	z-index: 100;
	cursor: pointer;
}
.case-show{
	clear: both;
	background: url(../images/case_bg.jpg) center no-repeat;
	padding: 30px 0;
	overflow: hidden;
}
.swiper-button-next-case{
	width: 100px;
	height: 100%;
	background: #dfdfdf;
	position: absolute;
	left: -100px;
	z-index: 999;
	top:0;
	cursor: pointer;
}
.swiper-button-prev-case{
	width: 100px;
	height: 100%;
	background: #dfdfdf;
	position: absolute;
	right: -100px;
	z-index: 999;
	top:0;
	cursor: pointer;
}
.swiper-button-prev-case:hover,.swiper-button-next-case:hover{
	background: #cb0004;
}
.case-show .box2{
	width:90%; 
	clear: both; 
	margin:0 auto ;
	padding-bottom: 80px;
}
#caselist{
	clear: both;
	margin-top: 30px;
	position: relative;
}
#caselist .swiper-wrapper{
	clear: both;
	margin: 0 auto;
}
#caselist .pro-li{
	position: relative;
	margin-bottom: 80px;
}
#caselist .pro-li .mask{
	width: 80%;
	clear: both;
	background: #FFF;
	display: block;
	text-align: center;
	position: absolute;
	padding-top: 60px;
	padding-bottom: 50px;
	top: 70%;
	left: 50%;
	margin-left: -40%;
	z-index: 999;
	transition-duration: 1s;
	height: 130px;
}
#caselist .pro-li:hover .mask{
	position: absolute;
	top: 20%;
	height: 350px;
	transition-duration: 1s;
	opacity: 0.8;
}
#caselist .pro-li .mask .ch{
	font-size: 25px;
	color: #000;
	clear: both;
	text-align: center;
	font-weight: bold;
} 
#caselist .pro-li .mask .en{
	font-size: 12px;
	color: #b2b1b1;
	margin-bottom: 46px;
}
#caselist .pro-li .mask .info{
	font-size: 16px;
	color: #919191;
	line-height: 2;
	width: 80%;
	text-align: center;
	margin: 0 auto;
	opacity: 0;
}
#caselist .pro-li .mask .info{
	font-size: 16px;
	color: #919191;
	line-height: 2;
	width: 80%;
	text-align: center;
	margin: 0 auto;
	opacity: 0;
}
#caselist .pro-li:hover .mask .info{
	opacity: 1;
	transition-duration: 1.5s;
}

#caselist .pro-li .mask .icon{
	width: 56px;
	height: 56px;
	position: absolute;
	left: 50%;
	margin-left: -28px;
	top: -25px;
}
#caselist .pro-li .mask .icon img{
	max-width: 100%;
}


.case-show .box2 .swiper-container{
	overflow: visible;
}
.about-block2{
	clear: both;
	background: #FFF;
	overflow: hidden;
	padding: 50px;
}
.about-block2 h2{
	font-size: 40px;
	font-weight: bold;
	line-height: 2;
}

.about-block2 .tip1{
	color: #4f4f4f;
	font-size: 18px;
	line-height:3;
	margin-bottom: 20px;
}
.about-block2 .about-box{
	font-size: 15px;
	clear: both;
	padding: 30px 0;
	color: #7e7e7e;
	line-height: 2;
	box-sizing: border-box;
	position: relative;
	z-index: 33;
	text-align: left;
}
.ab-more{
	background:url(../images/jiantou.png) center #ac1617 no-repeat;
	padding: 10px;
	float: left;
	display: block;
	width: 67px;
	height: 39px;
	transition-duration: .5s;
}
.about-block2:hover .ab-more{
	border-radius: 30px;
	transition-duration: .5s;
	animation: abjt 1s infinite;
}
@keyframes abjt{
	0{background:url(../images/jiantou.png) center #ac1617 no-repeat;}
	50%{background:url(../images/jiantou.png) right #ac1617 no-repeat;}
	100%{background:url(../images/jiantou.png) center #ac1617 no-repeat;}
}

.us-pic{
	clear: both;
	
}
.us-pic img{
	transition-duration: .5s;
}
.about-block2:hover .us-pic img{
	border-radius: 0 50px 0 50px;
}
.num-qk{
	border-top: 1px solid #d7d7d7;
	padding-top: 30px;
	margin-top: 50px;
}
.num-qk li{
	text-align: center;
	float: left;
	width: 33%;
	border-right:1px solid #d7d7d7;
}
.num-qk li:nth-child(4){
	display: none;
}
.num-qk li:nth-child(3){
	border-right: none;
}
.num-qk .num{
	font-size: 55px;
	color: #ac1617;
	font-weight: bold;
	margin-right: 20px;
}
.num-qk span{
	margin-right: 20px;
	display: inline-block;
}
.num-qk .ch{
	font-size: 22px;
	color: #484848;
}

/*公司动态*/
.news-t{
	clear: both;
	font-size: 32px;
	color: #2a2a2a;
	text-align: left;
	margin-bottom: 60px;
	margin-top: 65px;
}
.news-t img{
	margin-bottom: 30px;
}
.news-t .en{
	color: #7f7f7f;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 3;
}
.news1{
	clear: both;
}
.news1 .box{
	clear: both;
	box-sizing: border-box;
	padding: 20px;
}
.news1 .box .t1{
	font-size: 20px;
	color: #2a2a2a;
	line-height: 3;
}
.news1 .box .date{
	font-size: 15px;
	color: #2a2a2a;
	margin-bottom: 20px;
}
.news1 .box .info{
	font-size: 15px;
	line-height: 1.5;
	color: #666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	margin: 10px 0;
}
.news-li{
	clear: both;
	box-sizing: border-box;
	padding: 15px;
	overflow: hidden;
	line-height: 1.2;
	margin-bottom: 20px;
	border-bottom: 1px solid #f5f5f5;
}
.news-li:hover{
	background: url(../images/news_li_hover.png) right 20px center no-repeat;
	color: #006932;
}
.news-li a:hover .title,.news-li a:hover .info{
	color: #ac1617;
}
.news-li .more{
	font-size: 14px;
	color: #2f2f2f;
	padding: 10px;
	border: 1px solid #dedede;
	float: left;
	margin-top: 30px;
}
.news-li:hover .more{
	background: #ac1617;
	color:#FFF;
	border: 1px solid #ac1617;
}
.news-li .date{
	color: #333333;
	text-align: left;
	float: right;
	margin-top: 20px;
}
.news-li .date .d{
	font-size: 32px;
	line-height: 2;
	margin-right: 20px;
}
.news-li .date .t{
	font-size: 15px;
	color: #b5b5b5;
}
.news-li .txt{
	clear: both;
	margin-top: 30px;
}
.news-li .title{
	font-size: 20px;
	color: #000;
	line-height: 1.5;
	margin-bottom: 15px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.news-li .info{
	font-size: 15px;
	color: #787878;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}



.pic1{
	width: 100%;
	height: 0;
	padding-bottom: 85%;
	position: relative;
	overflow: hidden;
}
.pic2{
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
}
.pic3{
	width: 100%;
	height: 0;
	padding-bottom: 60%;
	position: relative;
	overflow: hidden;
}
.pic4{
	width: 100%;
	height: 0;
	padding-bottom: 85%;
	position: relative;
	overflow: hidden;
}
.pic5{
	width: 100%;
	height: 0;
	padding-bottom: 60%;
	position: relative;
	overflow: hidden;
}
.pic1 p,.pic2 p,.pic3 p,.pic4 p,.pic5 p{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition-duration: .8s;
}
.pic1 p img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition-duration: .8s;
	padding: 1px;
}
.pic2 p img,.pic3 p img{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	/* height: 100%; */
	/* object-fit: cover; */
	transition-duration: .8s;
	padding: 1px;
}
.pic4 p img,.pic5 p img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition-duration: .8s;
	padding: 1px;
}
#products{
	padding: 15px;
	margin-left: -15px;
	clear: both;
	overflow: hidden;
}
#products h4{
	background: #f5f5f5;
	font-size: 16px;
	text-align: center;
	padding: 10px 0;
}
#products h4 {
	color: #6a6a6a;
	margin-top: 20px;
	line-height: 2;
}
#products .swiper-slide a{
	color: #FFF;
}
#products .swiper-slide a:hover img{
	transform:scale(1.2);
	transition-duration: .8s;
}
#products .swiper-slide a:hover h4
{
	background: #005bac;
	color: #FFF;
}
.catelist{
	clear: both;
	text-align: center;
	padding:0;
	margin-left: -15px;
	overflow: hidden;
	margin-bottom: 50px;
}
.catelist a{
	display: block;
	color: #2f3238;
	width: 20%;
	border-left: 1px solid #e2e2e4;
	line-height: 60px;
	text-align: center;
	box-sizing: border-box;
	position: relative;
	float: left;
	font-size: 20px;
}
.catelist a:nth-child(1){
	border-left: none
}





/*公司简介*/
.about-t{
	position: relative;
	padding-left: 35px;
	padding-top: 50px;
}
.about-t:before{
	border: 8px solid #005bac;
	height: 200px;
	width: 100px;
	content: '';
	display: block;
	z-index: -1;
	position: absolute;
	top: 80px;
	left: 20px;
}
.about-t .en1{
	color: #e5e4e4;
	font-weight: bold;
	font-size: 52px;
	z-index: -3;
	position: relative;
}
.about-t .en2{
	color: #343434;
	font-weight: bold;
	font-size: 42px;
	background: #f5f5f5;
	padding: 20px 0 0 20px;
}
.about-t .ch{
	color: #343434;
	font-size: 24px;
	background: #f5f5f5;
	padding-left: 20px;
	padding-bottom: 10px;
}



.about-pic{
	width: 100%;
	right: 0;
	z-index: 1;
	padding-bottom: 60%;

}
.ab-link{
	clear: both;
	margin-top: 60px;
	overflow: hidden;
}

.about-pic p{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}
.about-pic p img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about-more{
	width: 132px;
	height: 55px;
	background: #ffffff;
	color: #666 !important;
	font-size: 14px;
	line-height: 55px;
	text-align: center;
	display: block;
	position: relative;
	z-index: 11;
	margin: 30px auto;
}
.about-more:hover{
	color: #666;
}
.about-block{
	background: url(../images/about_bg.jpg) #006932 left center no-repeat;
	clear: both;
	overflow: hidden;
}
.about-t{
	clear: both;
	color: #FFF;
	text-align: center;
	padding-top: 180px;
}
/*首页联系我们*/
.in-cname{
	font-size: 26px;
	color: #333;
	line-height: 2;
	margin-top: 30px;
	margin-bottom: 10px;
}
.lx-t{
	font-size: 16px;
	line-height: 2;
	color: #333;
}

.mny-banner{
	display: none;
}
.ny-banner{
	clear: both;
	overflow: hidden;
	position: relative;
}
.ny-banner img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.ny-banner h2{
	position: absolute;
	left: 0;
	top: 40%;
	font-size: 45px;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 20px;
	padding-left: 100px;
}
.ny-banner .tip{
	position: absolute;
	left: 0;
	top: 50%;
	font-size: 18px;
	line-height: 1.5;
	color: #FFF;
	padding-left: 100px;
}
.position{
	position: relative;
	clear: both;
	margin: 0 auto;
	text-align:right;
	z-index: 666;
	width: 100%;
	line-height: 85px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 40px;
}
.position i{
	color: #ac1617;
	font-size: 24px;
	margin-right: 10px;
}
.position a{
	color: #727272;
	font-size: 16px;
	font-weight: bold;
}
.position a:hover{
	color: #000;
}
/*内页侧栏*/
.category-t{
	line-height: 70px;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background: #005bac;
	text-transform: uppercase;
}
.category{
	clear: both;
	overflow: hidden;
	margin-bottom: 25px;
}
.category ul li{
	clear: both;
	line-height: 60px;
	font-size: 16px;
	border-bottom: 1px solid #ececec;
}
.category ul li a{
	color: #333;
	font-size: 16px;
	display: block;
	text-indent: 1rem;
}
.category ul li i{
	float: right;
	margin-right: 15px;
	transition-duration: .6s;
}
.category ul li:hover i{
	margin-right: 25px;
	transition-duration: .6s;
}
.contact-box{
	clear: both;
	overflow: hidden;
	box-sizing: border-box;
	padding: 30px;
	background: #eeeeee;
	margin-bottom: 20px;
}
.contact-box h2{
	color: #005bac;
	font-size: 24px;
	font-weight: bold;
	margin: 5px 0;
}
.contact-box p{
	font-size: 16px;
	color: #333;
	line-height: 2;
}
article h2{
	font-size: 38px;
	color: #333;
	clear: both;
	text-align: center;
	font-weight: normal;
	margin: 40px 0;
	text-transform: uppercase;
}
.ny-about-t{
	font-size: 40px;
	color: #040404;
	margin: 50px auto;
	text-align: left;
	font-weight: bold;
	position: relative;
}
.ny-about-t:before{
	content: '';
	width: 75px;
	height: 2px;
	background: #ac1617;
	display: block;
	float: left;
	margin-top: 20px;
	margin-right: 30px;
}
.ny-about-t:after{
	content:'\0041\0042\004f\0055\0054\0020\0055\0053' ;
	font-size: 100px;
	font-weight: bold;
	color: #f7efef;
	position: absolute;
	z-index: -1;
	left: 0;
	top: -30px;
}
.ny-tip{
	color: #333;
	font-size: 21px;
	text-align: left;
	margin-bottom: 30px;
}
.in-num-ys{
	clear: both;
	margin-top: 40px;
}
.in-num-ys ul li{
	border-bottom: 1px solid #DFDFDF;
	padding: 20px 0;
}
.in-num-ys .num{
	font-size: 55px;
	color: #ac1617;
	font-weight: bold;
}
.in-num-ys span{
	float: left;
	margin-right: 20px;
	
}
.in-num-ys span p{
	color: #484848;
	font-size: 22px;
}


.in-image{
	clear: both;
	position: relative;
	text-align:center;
	box-sizing: border-box;
	width: 100%;
	padding: 40px;
}
.in-image:before{
	position: absolute;
	z-index: -1;
	width: 70%;
	height: 400px;
	content:'';
	display: block;
	background: url(../images/ny_pic_bg.jpg) no-repeat;
	left: -20px;
	bottom: -20px;
}

.in-image img{
	max-width: 100%;
}
.in-content{
	font-size: 16px;
	line-height: 2;
	color: #333;
	clear: both;
	margin-top: 50px;
	overflow: hidden;
	padding: 30px 0;
	border-bottom: 1px double #d2d2d2;
	margin-bottom: 30px;
}
.cpgs-t{
	clear: both;
	text-align: center;
	line-height: 3;
	color: #ac1617;
	font-size: 32px;
	font-weight: bold;
	border-top: 1px solid #cfcfcf;
}
.block-wh{
	clear: both;
	padding: 40px 0;
	margin-top:100px;
}
.block-wh .wh1-pic{
	margin-left: -15px;
	margin-top: -70px;
	position: relative;
	z-index: 999;
}
.block-wh .wh1-pic img,.block-wh .wh2-pic img{
	width: 110%;
}
.block-wh .wh1 .name{
	background: #FFF;
	text-align: center;
	padding: 30px;
	box-sizing: border-box;
}
.block-wh .wh1 .name h4{
	font-size: 24px;
	color: #333;
	line-height: 1;
	clear: both;
	margin-bottom: 20px;
}
.block-wh .wh1 .name .info{
	font-size: 16px;
	line-height: 1.5;
}
.ny-honor-t{
	clear: both;
	font-size: 40px;
	color: #040404;
	text-align: left;
	line-height: 3;
	max-width: 1500px;
	margin: 0 auto;
	font-weight: bold;
	border-bottom: 1px solid #adadad;
	margin-bottom: 50px;
}
.honor-li{
	clear: both;
	padding: 50px;
	background: #f3f3f3;
}

#piclist{
	margin-bottom: 20px;
}
.news-box{
	background: #f6f6f6;
	clear: both;
	padding:0 30px;
	box-sizing: border-box;
	overflow: hidden;
	padding-bottom: 80px;
	position: relative;
	margin-bottom: 50px;
}
.news-box .date{
	background: #005bac;
    right: 10px;
    padding: 10px 20px;
    margin-bottom: 40px;
    width: 80px;
    position: absolute;
}
.news-box .d{
	font-size: 18px;
	color: #FFF;
	line-height: 2;
	border-bottom: 1px solid #FFF;
}
.news-box .t{
	font-size: 15px;
	line-height: 2;
	color: #FFF;
}
.news-box .title{
	color: #535353;
	font-size: 22px;
	clear: both;
	line-height: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:1;
	overflow: hidden;
	margin-bottom: 20px ;
	height: 36px;
	font-weight: bold;
	width: 76%;
	margin-top: 30px;
}
.news-box .info{
	clear: both;
	color: #333;
	line-height: 2;
	height: 195px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 20px;
}

.news-box .time{
	color: #666;
	font-size: 14px;
}

.news-box:hover .more{
	margin-top: 10px;
	opacity: 1;
	transition-duration: .5s;
	bottom: 20px;
	position: absolute;
	left: 30px;
	opacity: 1;
	background: #ac1617;
	color: #FFF;
	border: none;
}
.news-box .more{
	width: 115px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: none;
	text-align: center;
	font-size: 14px;
	display: block;
	bottom: 10px;
	border: 1px solid #dedede;
	position: absolute;
	left: 30px;
	opacity: 1;
	transition-duration: .5s;
	color: #2f2f2f;
}
.news-box .more a{
	color: #2f2f2f;
}
.news-box:hover .more a{
	color: #fff;
}
/*产品页*/
.cpfl{
	text-align: right;
}
.cpfl a{
	border-right: 1px solid #e2e2e4;
	padding: 0 20px;
	display: inline-block;
	font-size: 18px;
}
.product-catelist{
	clear: both;
	overflow: hidden;
	margin-bottom: 50px;
}
.product-catelist ul li{
	clear: both;
	overflow: hidden;
	padding: 30px;
	border-bottom: 1px solid #f3f3f3;
}
.product-catelist ul li:nth-child(odd){
	clear: both;
	background: #f3f3f3;
}
.product-catelist ul li:nth-child(even){
	clear: both;
	background: #FFF;
}
.product-catelist h2{
	font-size: 40px;
	color: #282828;
	text-align: left;
	line-height: 3;
}
.product-catelist .info{
	font-size: 16px;
	color: #717171;
	line-height: 1.5;
	text-align: left;
}
.product-catelist .more{
	margin-top: 50px;
	border-radius:50px;
	background: #ac1617;
	color: #FFF;
	position: relative;
	float: left;
	height: 75px;
	width: 75px;
	text-align: center;

}
.product-catelist ul li{
	padding: 10px;
}
.product-catelist .more i{
	font-size: 30px;
	line-height: 75px;
	transition-duration: 0.5s;
	display: inline-block;
}
.product-catelist .more:before{
	content: '';
	width: 0;
	height: 52px;
	background: #ac1617;
	border-radius: 30px;
	position: absolute;
	left: 60%;
	top: 15px;
	transition-duration: 0.5s;
}
.product-catelist ul li{
	padding: 20px 10px;
}
.product-catelist ul li:hover .more:before{
	content: '\67e5\770b\8be6\60c5';
	width: 120px;
	height: 52px;
	background: #ac1617;
	border-radius: 0 30px  30px 0;
	color: #FFF;
	line-height: 52px;
	transition-duration: 0.5s;
}
.product-catelist ul li:nth-child(odd) .content-box{
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 50px;
}
.product-catelist ul li:nth-child(odd) .pic-box{
	float: right;
	width: 50%;
	box-sizing: border-box;
	padding: 50px;
	margin-top: 50px;
}
.product-catelist ul li:nth-child(even) .content-box{
	float: right;
	width: 50%;
	box-sizing: border-box;
	padding: 50px;
}
.product-catelist ul li:nth-child(even) .pic-box{
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 50px;
	margin-top: 50px;
}
.product-catelist ul li .pic-box img{
	max-width: 100%;
}


.product-catelist ul li:hover .more i{
	transform:rotate(-90deg);
	-ms-transform:rotate(-90deg); 	/* IE 9 */
	-moz-transform:rotate(-90deg); 	/* Firefox */
	-webkit-transform:rotate(-90deg); /* Safari 和 Chrome */
	-o-transform:rotate(-90deg); 	/* Opera */
}



.product-box{
	clear: both;
	border: 1px solid #EEE;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.product-box .name{
	clear: both;
	font-size: 16px;
	text-align: center;
	line-height: 3;
	margin-top:8px;
	transition-duration: 0.5s;
	background: #FFF;
	color: #333;
}
.product-box a{
	color: #333;
}
.product-box a:hover{
	color: #005bac;
}
.product-box a:hover .pic4 p img{
	transform:scale(1.2);
}
.product-box a:hover .name{
	background: #006932;
	color: #FFF;
}
/*产品详情页*/
.photos{
	overflow:hidden;
	margin-top: 50px;
}
#thumb{
	width: 155px;
	float: right;
}
#thumb .swiper-slide {
	height: 100px !important;
	width: 100%;
	border:1px solid #efefef;
}
#photo{
	float: left;
	width: calc(100% - 175px);
	border:1px solid #efefef;
	overflow: hidden;
}
.gallery-top .swiper-slide .pic,.gallery-thumbs .swiper-slide .pic{
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	border: 1px solid #EFEFEF;
}
.gallery-top .swiper-slide .pic img,.gallery-thumbs .swiper-slide .pic img{
	object-fit: contain;
	width: 100%;
	height: 100%;
}
.pro-title{
	font-size: 40px;
	color: #282828;
	line-height:1.5;
	clear: both;
	overflow: hidden;
	text-align: left;
	margin-top: 30px;
}
.pro-info-en{
	font-size: 45px;
	color: #f1f1f1;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.param{
	clear: both;
	text-align: left;
	font-size: 18px;
	margin-bottom: 30px;
}
.pro-info-content p{
	font-size: 18px;
	line-height: 2;
}
.pro-info-content{
	color: #717171;
	text-align: left;
	font-size: 16px;
	line-height: 1.5;
}
.zx3,.zx2{
	float: left;
	margin-top: 50px;
	margin-right: 20px;
}
.zx3 a{
	display: block;
	background: #ac1617;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 20px;
}
.zx2 a{
	display: block;
	background: #f9aa00;
	color: #000;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 20px;
}
.info-img{
	clear: both;
	padding: 20px 0;
	text-align: center;
	margin: 20px auto;
}
.info-img img{
	padding: 1px;
	border: 1px solid #EFEFEF;
	max-width: 100%;
}

.pro-info-t{
	clear: both;
	background: #f6f6f6;
	height: 50px;
	display: block;
	margin: 20px 0;
}
.pro-info-t span{
	background: #005bac;
	display: block;
	padding: 0 30px;
	height: 100%;
	float: left;
	color: #FFF;
	font-size: 16px;
	line-height:50px;
}
.padding-1{
	padding:50px 0;
}
.info-t{
	clear: both;
	font-size: 30px;
	color: #333;
	text-align: center;
	line-height: 2.5;
	background: #f6f6f6;
}
.info-date{
	line-height: 5;
	font-size: 14px;
	color: #858383;
	text-align: center;
	clear: both;
	display: block;
}
.info-click{
	float: right;
	line-height: 5;
	font-size: 14px;
	color: #858383;
	margin-right: 30px;
}
.comtitle{
	clear: both;
	border-left: 5px solid #ac1617;
	font-size: 30px;
	color: #000;
	padding-left: 20px;
	line-height: 2;
	margin-bottom: 30px;
}
.com-li{
	clear: both;
	padding: 30px;
	box-sizing: border-box;
	background: #f6f6f6;
	margin-bottom: 30px;
}
.com-li h3{
	clear: both;
	font-size: 22px;
	color: #535353;
	font-weight: bold;
	line-height: 1.5;
	margin: 10px 0;
	font-weight: bold;
	margin-bottom: 20px;
}
.com-li .info{
	font-size: 15px;
	color: #767676;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 1.5;
	clear: both;
	margin-bottom: 20px;
}
.com-li .more{
	font-weight: bold;
	color: #2f2f2f;
	text-transform: uppercase;
	padding: 10px 15px;
	border:1px solid #dedede;
	clear: both;
	overflow: hidden;
}

.com-li{
	font-size: 15px;
	color: #767676;
	line-height: 1.5;
}
.#dituContent{
		display: none;
	}
.bd-map{
	clear: both;
	position: relative;
	margin-bottom: 20px;
}
.minfo{
	display: none;
}

.bd-map img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#m-map{
	display: none;
}
.bd-map .box{
	clear: both;
	background: #ac1617;
	padding: 30px;
	width: 90%;
	clear: both;
	box-sizing: border-box;
	position: absolute;
	left: 5%;
	bottom: 80px;
	color: #FFF;
}
.bd-map .box .tt{
	font-size: 25px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 30px;
}
.bd-map .box .info{
	font-size: 16px;
	line-height: 2;
	color: #fff;
}
.newsPage{
	clear: both;
	overflow: hidden;
	padding: 10px 0;
}
.newsPage .page-a{
	width: 48%;
	float: left;
	padding: 10px;
	box-sizing: border-box;
	border:1px solid #EFEFEF;
	font-size: 14px;
}
.newsPage .page-a:last-child{
	float: right;
}
.newsPage a,.newsPage a:hover{
	color: #666;
	display: inline-block;
}
/*联系我们*/
.c-name{
	font-size: 20px;
	color: #333;
	font-weight: bold;
	line-height: 2;
	border-left: 10px solid #005bac;
	padding-left: 15px;
}
.cont-li{
	background: #FFF;
	font-size: 16px;
	line-height: 40px;
	margin: 10px 0;
	text-indent: 2rem;
	color: #595959;
}
.cont-li i{
	margin-right: 10px;
}
#dituContent{
	clear: both;
	padding: 20px;
	height: 400px;
	margin-bottom: 20px;
}
/*在线留言*/
.in-form .mes-form input,.in-form .mes-form textarea{
	background: #eeeeee;
}
.message-box{
	clear: both;
	background: #f5f5f5;
	overflow: hidden;
	padding: 20px;
}
.de-message{
    overflow: hidden;
    padding:0 5px;
}
.tips{
    font-size:13px;
    line-height: 55px;
    color:#737373;
}
.mes-form input{
	display: block;
	width:100%;
	padding:0 10px;
	height: 38px;
	line-height: 38px;
	border:1px solid #e6e6e6;
}
.mes-form textarea{
	display: block;
	width:100%;
	padding:5px 10px;
	height: 168px;
	border:1px solid #e6e6e6;
}

.code{
    overflow: hidden;
}   
.code input{
     width:188px;
     float: left;
}
.code .verify{
    cursor: pointer;
    float: left;
    margin-left:25px;
    width:120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 0;
}
.code .verify   img{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.submit2{
    margin-top:15px;
    display: block;
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #006932;
    color:#fff;
    font-size:15px;
    &:hover{
        background: #00a14d;
        color:#fff;
    }
 }
.submit{
    margin-top:15px;
    display: block;
    width: 190px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #237ed2;
    color:#fff;
    font-size:15px;
    &:hover{
        background: #0058b1;
    }
    
}
.error{
    height: 18px;
    line-height: 18px;
    font-size:12px;
    color:#f00;
    padding:0 5px;
}                    
/*页码*/
.de-page-mian {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin: 10px 0 35px;
  clear: both;
}
.de-page-mian .page-inner {
  display: inline-block;
  overflow: hidden;
}
.de-page-mian .page-inner a {
  display: block;
  float: left;
  min-width: 26px;
  padding: 0 5px;
  height: 36px;
  border: 1px solid #dddddd;
  background: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin-right: -1px;
  overflow: hidden;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: #005bac;
  background: #005bac;
}
.de-page-mian .page-inner a.prev {
  margin-right: 10px;
  background: #fff url(../images/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
  background: #fff url(../images/prev-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.next {
  margin-left: 10px;
  margin-right: 15px;
  background: #fff url(../images/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
  background: #fff url(../images/next-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.page-btn {
  font-size: 12px;
  margin-right: 0;
  width: 63px;
  margin-left: 10px;
}
.de-page-mian .page-inner span {
  display: block;
  font-size: 12px;
  color: #333;
  float: left;
  line-height: 38px;
}
.de-page-mian .page-inner input {
  display: block;
  float: left;
  height: 36px;
  width: 36px;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin: 0 5px;
}
/*人才招聘*/
.jobs{
	clear: both;
	box-sizing: border-box;
	padding: 20px;
	background: #f7f7f7;
}
.jobs a{
	color: #333;
}
.job-title{
	line-height: 3;
}
.jobs-info{
	font-size: 16px;
	line-height: 2;
	padding-bottom: 30px;
	padding-top: 50px;
}
.jobs-info .btn{
	background: #005bac;
	padding: 10px 30px;
}
.mes-form #man,.mes-form #woman{
	width: 20px;
	float: left;
}
.mes-form  .man,.mes-form  .woman{
	line-height: 44px;
}
#verifyImg{
	width: 150px;
}
/*底部*/
footer{
	clear: both;
	background: #282828;
	overflow: hidden;
	color: #FFF;
	padding-top: 50px;
}
.bot-nav{
	clear: both;
	padding: 30px 0;
}
.bot-nav ul{
	width: 16%;
	float: left;
	text-align: center;
}
.bot-nav ul p{
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 30px;
}
.bot-nav ul p a{
	color: #FFF;
	font-size: 20px;
}
.bot-nav ul li{
	font-size: 14px;
}
.bot-nav ul li a{
	clear: both;
	text-align: center;
	font-size: 14px;
	color: #979797;
	line-height: 2;
}
.copy{
	line-height: 30px;
	text-align: center;
	float: left;
	color: #FFF;
	text-align: left;
}
.copy p{
	font-size: 14px;
}
.bot-copy{
	clear: both;
	border-top: 1px solid #505050;
	padding-top: 8px;
	text-align: left;
	color: #757575;
	line-height: 2;
	box-sizing: border-box;
	padding-left: 50px;
}
.copy .c1{
	float: right;
	color: #000;
	margin-right: 10px;
}
.copy .c2{
	float: left;
	color: #FFF;
	width: 30%;
}
.copy .c3{
	float: right;
	color: #FFF;
}
.copy .c3 a{
	color: #FFF;
}
.bot-logo,.bot-code{
	width: 100%;
	text-align: center;
}
.bot-logo img,.bot-code img{
	max-width: 100%;
}
.bot-menu{
	font-size: 16px;
	line-height: 3;
	border-left: 1px solid #3a3a3a;
	padding-left: 20px;
	float: left;
	padding-right: 50px;
}
.bot-menu p,.bot-menu p a{
	font-size: 16px;
}
.bot-contact{
	color: #FFF;
	font-size: 16px;
	line-height: 2;
	text-transform: uppercase;
	padding-top: 8px;
}
.bot-contact p{
	line-height: 2.8;
}
.m-bot{
	clear: both;
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #ac1617;
	color: #FFF;
	padding: 15px 0;
	z-index: 999999;
	text-align:center;
}
.m-bot i{
	font-size: 30px;
}
/*客服*/
/*鎮诞閾炬帴*/
.suspension{position:fixed;z-index:99999;right:0;bottom:85px;width:70px;height:240px;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:44px;height:44px;background-color:#353535;margin-bottom:4px;cursor:pointer;outline:none;}
.suspension .a.active,
.suspension .a:hover{background:#F05352;}
.suspension .a .i{float:left;width:44px;height:44px;background-image:url(../images/side_icon.png);background-repeat:no-repeat;}
/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:0 0;}
.suspension .a-service-phone .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:-27px 0;}
.suspension .a-qrcode .i{background-position:-44px 0;}
.suspension .a-cart .i{background-position:-88px 0;}
.suspension .a-top .i{background-position:-132px 0;}
.suspension .a-top{background:#D2D3D6;display:none;}
.suspension .a-top:hover{background:#c0c1c3;}
.suspension .d{display:none;width:223px;background:#fff;position:absolute;right:67px;min-height:90px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(../images/side_bg_arrow.png) no-repeat;right:-8px;top:31px;}
.suspension .d-service{top:0;}
.suspension .d-service-phone{top:34px;}
.suspension .d-qrcode{top:78px;}
.suspension .d .inner-box{padding:8px 22px 12px;}
.suspension .d-service-item{border-bottom:1px solid #eee;padding:14px 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(../images/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(../images/side_con_icon02.png) no-repeat center center;display:block;}
.suspension .d-service-item h3{float:left;width:112px;line-height:44px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text{line-height:22px;font-size:15px; text-align: center;}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif; text-align: center; font-size: 18px; color: #ac1617}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-service-intro i{background:url(../images/side_con_icon01.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.suspension .d-qrcode{text-align:center;}
.suspension .d-qrcode .inner-box{padding:20px 0;}
.suspension .d-qrcode p{font-size:16px;color:#93959c;}
@media screen and (max-width: 1500px){
	.ysflash-bg .tip-box{
		padding: 0;
		right: 0;
		bottom: 0;
		max-width:40%;
	}

}
@media screen and (max-width: 1400px) and (min-width: 1200px) {
	.about-box{
		padding: 0;
	}
	#ysswiper{
		height: 650px;
	}
	.ysflash-bg{
		background-position: left -150px top 0 !important;
	}

}
@media screen and (max-width: 1200px) {

	#product .swiper-slide-active .gallery-item-desc{
		height: auto;
	}

}
@media screen and (min-width: 993px) and (max-width: 1199px){
	.news-li .date .d {
	    font-size: 24px;
	    font-weight: bold;
	}
	.toptel{
		margin-top: 40px;
	}
	#nav ul{
		display: none;
	}
	#ysswiper{
		height: 500px;
	}
	.ysflash-bg{
		background-position: left -300px top -100px !important;
	}
}
@media screen and (max-width: 992px) {
	#banner{
		height:250px;
	}
	.num-qk li:nth-child(1){
		display: none;
	}
	.num-qk li:nth-child(3){
		display: none;
	}
	.num-qk li:nth-child(4){
		display: block;
	}
	.num-qk li{
		width: 50%;
	}
	.block-wh .wh1-pic{
		margin-bottom: 20px;
	}
	.block-wh .wh1-pic img,.block-wh .wh2-pic img{
	width: 100%;
	}
	#ysswiper{
		height: 480px;
	}
	.ysflash-bg{
		background-size: 100% auto !important;
		background-position: 20%  0 !important;
	}

	.ysflash-bg .tip-box .content .info{
		margin: 0 auto;
		min-height: 70px;
	}
	#dituContent{
		display: block;
	}
	.bd-map .box{
	position: relative;
	width: 100%;
	bottom: 0px;
	left: 0;
	}
	.bd-map img{
		display: none;
	}
	.minfo{
		display: block;
	}
	#m-map{
	display: block;
	}
	#m-map img{
		display: block !important;
	}
	.logo {
    max-width: 40%;
    margin-top: 5px;

	}
	nav{
		margin-top: 5px;
	}
	.ny-about-t{
		font-size: 30px;
	}
	.block-wh .wh1-pic{
		margin-left: 0;
	}
	.ny-honor-t{
		font-size: 30px;
	}
	.honor-li{
		padding: 10px;
	}
	.suspension{
		display: none;
	}
	.in-fl-t .ch{
		font-size: 24px;
	}
	.in-fl-t .en{
		font-size: 14px;
	}
	.product-bar{
		padding-left: 20px;
		padding-right: 20px;
	}
	.cpfl-li .cp-icon1,.cpfl-li .cp-icon2,.cpfl-li .cp-icon3,.cpfl-li .cp-icon4{
		height: 90px;
	}
	.mag-1{
		margin-top: 0;
	}
	#product .pro-li h4{
		line-height: 2;
	}
	#product .pro-li .info{
		padding: 0 10px;
		font-size: 14px;
		line-height: 24px;
		height:76px;
		margin-bottom: 15px;
	}
	#product{
		padding-bottom: 20px;
	}
	#photo{
		width: 100%;
	}
	#thumb{
		display: none;
	}
	#caselist .pro-li .mask .icon{
		width: 30px;
		height: 30px;
		position: absolute;
	    left: 50%;
	    margin-left: -15px;
	    top: -15px;
	}
	#caselist .pro-li .mask{
		padding-top: 22px;
		height: 80px;
		padding-top: 30px;
		padding-bottom: 0;
	}
	#caselist .pro-li .mask .info{
		display: none;
	}
	.in-content{
		margin-top: 0;
		padding: 0;
	}
	.case-t{
		margin-top: 30px;
		font-size: 20px;
		margin-bottom: 20px;
	}
	.case-en{
		line-height: 1;
	}
	.case-t span{
		font-size: 20px;
	}
	.case-ys-li span{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.case-bar .box{
		margin: 10px 0;
	}
	.case-slide{
		padding: 10px;
	}
	.case-box{
		padding:20px 0; 
	}
	.case-box h3{
		font-size: 20px;
	}
	.case-box .zx .ly,.case-box .zx .lx{
		padding:0 10px ; 
		width: auto;
		font-size: 15px;
	}
	.case-box .info{
		font-size: 14px;
		line-height: 1.5;
	}
	.case-thumb h4{
		font-size: 16px;
	}
	.case-thumb .case-ico4,.case-thumb .case-ico3,.case-thumb .case-ico2,.case-thumb .case-ico1{
		background-size: 80% auto;
	}
	.case-thumb .en{
		height: 36px;
	}
	.about-block1 h2, .case-show h2{
		font-size: 20px;

	}
	.about-block1 .tip, .case-show .tip{
		font-size: 14px;
		line-height: 1.5;
		margin-top: 20px;
	}
	.in-fl-box{
		padding: 10px 20px 10px 20px;
		margin-right: -15px;
	}
	.product-catelist ul li:nth-child(odd) .content-box,.product-catelist ul li:nth-child(even) .content-box{
		padding: 0;
		width: 70%;
	}

	.product-catelist ul li:nth-child(odd) .pic-box,.product-catelist ul li:nth-child(even) .pic-box{
		padding: 0;
		width: 30%;
	}

	.product-catelist h2{
		font-size: 23px;
		line-height: 2;
		font-weight: normal;
	}
	.product-catelist .more{
		margin-top: 10px;
		width: 30px;
		height: 30px;
		border-radius: 30px;
	}
	.product-catelist .more i{
		line-height: 30px;
		font-size: 16px;
	}
	.product-catelist .more:before{
		content: '';
		width: 0;
		height: 30px;
		background: #ac1617;
		border-radius: 30px;
		position: absolute;
		left: 60%;
		top: 0;
		transition-duration: 0.5s;
}
	.product-catelist ul li:hover .more:before{
		content: '\67e5\770b\8be6\60c5';
		width: 60px;
		height: 30px;
		background: #ac1617;
		border-radius: 0 30px  30px 0;
		color: #FFF;
		line-height: 30px;
		transition-duration: 0.5s;
}
.product-catelist .info{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
	.ysflash-bg .tip-box{
		padding: 0;
		right: 0;
		bottom: 0;
		max-width:40%;
	}
	.ysflash-bg .tip-box .content h3{
		font-size: 26px;
		margin-bottom: 0;
	}
	.ysflash-bg .tip-box .content .en{
		font-size: 36px;
	}
	#caselist .pro-li .mask .ch{
		font-size: 16px;
	}
	.about-block2{
		padding: 10px;
	}
	.about-block2 h2{
		font-size: 20px;
		padding: 0;
	}
	.about-block2 .tip1{
		font-size: 14px;
		line-height: 1.5;
	}
	.about-block2 .abt img{
		width: 100%;
	}
	.num-qk .num{
		font-size: 20px;
	}
	.num-qk .ch{
		font-size: 16px;
	}

	.block-2{
		padding: 20px 0;
	}
	.news-t{
		margin-bottom: 0;
	}
	.ys-box{
		height: 500px;
	}
	.block-1{
		padding-top: 50px;
	}
	.show-t{
		margin-bottom: 0px;
		font-size: 28px;
	}
	.in-cpfl2{
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.in-cpfl2 a{
		width: 50%;
		float: left;
		box-sizing: border-box;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		height: 30px;
		line-height: 30px;
		padding: 0;
	}
	.catelist a{
		width: 20%;
		float: left;
		font-size: 16px;
		text-align: center;
	}
	
	.ys-box{
		margin-left: -15px;
	}

	.num-adv-box{
		height: auto;
		overflow: hidden;
	}
	.news-li .date .d {
	    font-size: 22px;
	    font-weight: normal;
	}
	.news-li .date .t {
	    text-align: center;
	}
	.news-li .txt{
		width: 90%;
	}
	.news-li .date{
		padding: 20px 0;
	}
	
	.toptel{
		margin-top: 40px;
		font-size: 18px;
	}

	.about-pic{
	width: 95%;
	right: 0;
	z-index: 1;
	padding-bottom: 40%;
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	}
}
@media screen and (max-width: 768px) {
	
	.position{
		color: #666;
		text-indent: 30px;
		line-height: 30px;
		margin-bottom: 0;
	}
	.position a{
		color: #666;
	}
	.wrap{
		padding: 0;
		clear: both;
		box-sizing: border-box;
		width: 100%;
	}
	
	
	.logo{
		max-width: 100%;
	}
	.logo img{
		max-width: 100%;
	}
	.toptel{
		margin-top: 15px;
		font-size: 18px;
	}
	.num-adv{
		bottom: 0;
	}
	
	
	#products{
		margin-left: 0;
	}
	.ysflash-bg .tip-box{
		max-width: 100%
	}

	.ys-li{
		padding: 5px 5px 30px 5px;
	}
	.ys-li .title{
		font-size: 18px;
		margin-bottom: 0;
	}
	.ys-li .info{
		line-height: 1.5;
	}
	.ys-li .zx{
		bottom: -20px;
	}
	.ny-banner{
		height: 300px;
	}
	.pic3{
		width: 100%;
		height: 0;
		padding-bottom: 80%;
		overflow: hidden;
		position: relative;
	}

	.news-li .date .d 
	{
	    font-size: 15px;
	    font-weight: normal;
	    text-align: center;
	}
	.news-li .date .t{
		text-align: center;
	}

	.news-li .title{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}
	.news-li .info{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp:2;
		overflow: hidden;
	}
	.about-pic{
	width: 100%;
	position: relative;
	right: 0;
	z-index: 1;
	bottom: 30%;
	}
	.about-t .en1 {
    color: #e5e4e4;
    font-weight: bold;
    font-size: 32px;
    z-index: -3;
    position: relative;
	}
	.about-t{
		padding-top: 15px;
	}
	.about-t:before {
    border: 8px solid #005bac;
    height: 105px;
    width: 200px;
    content: '';
    display: block;
    z-index: -1;
    position: absolute;
    top: 80px;
    left: 20px;
	}
	.about-block{
		padding-top: 0;
	}
	.about-box{
		padding: 0;
	}
	.num-adv-left{
		text-indent: 15px;
	}

	.catelist{
		margin-right: -15px;
	}
	.category ul li{
		clear: none;
		float: left;
		width: 50%;
		line-height: 34px;
	}
	.category ul li a{
	font-size: 14px;
	}
	.category-t{
		line-height: 50px;
	}
	.num-adv .counter{
		font-size: 28px;
	}
	.num-adv .num:after {
	    position: absolute;
	    width: 1px;
	    height: 50px;
	    background: #EEE;
	    display: block;
	    right: 0;
	    top: 50%;
	    content: '';
	}
	.in-title1{
	  font-size: 28px;
	  margin: 20px 0;
	}
	.tip1{
		line-height: 2;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.in-content{
		clear: both;
		overflow: hidden;

	}
	.in-content img{
		max-width: 100%;
	}
	article h2{
		font-size: 28px;
		text-transform: uppercase;
	}

	.case-box .zx .lx{
		width: auto;
		font-size: 15px;
		float: left;
	}
	.send-form {
	  width: 95%;
	}
	.contact-box h2{
		font-size: 20px;
	}
	.contact-box p{
		line-height: 1.5;
		font-size: 14px;
	}
	.contact-box{
		padding: 15px;
	}
	.mny-banner{
	display: block;
	}
	.ny-banner{
	display: none;
	}
	.mny-banner img{
	 max-width: 100%;
	}
	.mes-form input{
	display: block;
	width:95%;
	padding:0 10px;
	height: 38px;
	line-height: 38px;
	border:1px solid #e6e6e6;
	}
	.mes-form textarea {
    display: block;
    width: 95%;
    padding: 5px 10px;
    height: 168px;
    border: 1px solid #e6e6e6;
	}
	footer {
    clear: both;
    overflow: hidden;
	}
}

@media screen and (max-width: 360px) {
	.catelist a{
		width: 33%;
	}
	.ysflash-bg .tip-box .content .info{
		font-size: 15px;
	}
	#ysswiper{
		height: 440px;
	}

}