@charset "UTF-8";
body{
	font-family: "微软雅黑";
}
img{
	max-width: 100%;
}
.clear{
	clear: both;
}

.footH {
    height: 50px;
    display: none;
}
.footFix {
    background: #e72f25;
    padding: 10px 0;
    display: none;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    color: #fff;
}
.footFix>a {
    display: inline-block;
    width: 33%;
    font-size: 16px;
    color: #ffffff!important;
}
.footFix>a>i.iconfont {
    font-size: 20px;
    margin-right: 5px;
    color: #fff;
}
.bsBox{
	width: auto !important;
	height: auto !important;
}

/*head*/
.menus {
    width: 100%; 
    z-index: 999;  
    background: rgba(255,255,255,0);  
    z-index: 9999;  
    position: fixed;
    top: 0;
    transition: all .5s ease; 
} 
.is-ny-logo{
	display: none;
}
.menus.is-ny{ 
	position: relative;
}
.menus.is-ny .is-ny-logo{
	display: block;
}
.menus.is-ny .is-home-logo{
	display: none;
}
.menus.fixedbg{
	position: fixed !important;
	opacity:0.9; 
}
.is-top-relative{
    padding: 16px 0 15px 0;
	position: relative;
    transition: all .5s ease; 
}
.is-top-relative::before{
	content: "";
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,0.2);
	position: absolute;
	left: 0;
	bottom: 0;
}
.menus.is-ny .is-top-relative::before{
	background: rgba(0,0,0,0.2);
}
.menus.fixedbg .is-top-relative{
    padding: 10px 0;
    z-index: 9999;
    background: rgba(0,0,0,0.3); 
    transition: all .5s ease; 
}  
.menus.is-ny.fixedbg .is-top-relative{
	background: rgba(255,255,255,1);
}
@media (min-width: 1200px){
	.menus .container{
		width: 95.28125%;
	}
}
@media (min-width: 1920px){
	.menus .container{
		width: 88.28125%;
	}
}
.menus .Logo{
	float: left;
	overflow: hidden;
}
.menus .head-right{
	float: right;
} 
.WebLink{
	float: left;
	padding-top: 14px;
}
.WebLink > li{
	float: left;
	margin-left: 70px;
	position: relative;
}
.WebLink > li:first-child{
	margin-left: 0;
}
.WebLink > li > a{
	color: #fff;
	line-height: 25px;
	font-size: 16px;
}
.menus.is-ny .WebLink > li > a{
	color: #333333;
}
.WebLink > li > a:hover,
.WebLink > li.on > a{
	color: #ff0000;
    text-shadow: 0px 0px 2px #000;
}
.menus.is-ny .WebLink > li > a:hover,
.menus.is-ny .WebLink > li.on > a{
	color: #ff0000;
    text-shadow: 0px 0px 0px  #fff;
}
.WebLink > li .wz-sub-lm-warp{
	position: absolute;
	left: 50%;
	margin-left: -80px;
	width: 160px;
	top: 25px; 
	z-index: -1px;
	visibility: hidden; 
    transition: all .5s ease;  	
}
.WebLink > li:hover .wz-sub-lm-warp{ 
	z-index: 9999;
	visibility: visible;
}
.WebLink > li .wz-sub-lm-warp .sub-lm-line{
	height: 29px;
}
.menus.fixedbg .WebLink > li .wz-sub-lm-warp .sub-lm-line{
	height: 24px; 
    transition: all .5s ease; 
}
.WebLink > li .wz-sub-lm-warp .sub-lm{
	background: rgba(255,255,255,0.96);
	padding: 10px 0 20px 0;  
	margin-top: 50px;
	opacity: 0; 
	position: relative;
	z-index: 0;
	visibility: hidden;
    transition: all .2s ease; 
}
.WebLink > li:hover .wz-sub-lm-warp .sub-lm{ 
	margin-top: 0;
	opacity: 1;
	visibility: visible;
	z-index: 9999; 
    transition: all .5s ease; 
}
.WebLink > li .wz-sub-lm-warp .sub-lm > div{
	display: block;
	position: relative;
	line-height: 25px;
	text-align: center;
	font-size: 14px; 
	line-height: 40px;
    transition: all .5s ease;  
} 
.WebLink > li .wz-sub-lm-warp .sub-lm > div > a{
	display: block;
	color: #666666;
    transition: all .5s ease; 
}
.WebLink > li .wz-sub-lm-warp .sub-lm > div > a:hover{
	background: #e71b0f;
	color: #fff;
    transition: all .5s ease; 
}
.WebLink > li .wz-sub-lm-warp .sub-lm > div .sub-sub-lm{
	position: absolute;
	left: 100%;
	width: 155px;
	padding: 10px 0 15px 0;
	background: #eff1f3;
	top: -50px;
	opacity: 0;
	visibility: hidden;
    transition: all .5s ease; 
}
.WebLink > li .wz-sub-lm-warp .sub-lm > div:hover .sub-sub-lm{
	opacity: 1;
	visibility: visible;
    transition: all .5s ease; 
}
.WebLink > li .wz-sub-lm-warp .sub-lm > div .sub-sub-lm > a{
	display: block;
	line-height: 40px;
	color: #666666;
	font-size: 14px;
	text-align: center;
}
.WebLink > li .wz-sub-lm-warp .sub-lm > div .sub-sub-lm > a:hover{
	color: #e71b0f;
}
.wz-language{
	float: left;
	width: 116px;
	height: 28px;
	line-height: 26px;
	border: 1px solid #f6f4f1;
	border-radius: 28px;
	background: #fff;
	position: relative;
	margin-top: 13px;
	margin-left: 62px;
}
.menus.is-ny .wz-language{
	background: #f1f1f1;
}
.wz-language > a{
	display: block;
	width: 33.3333%;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #555555;
	position: relative;
	z-index: 999;
}
.wz-language > a:hover{
	color: #ff0000;
}
.wz-language > a.on{
	color: #fff;
}
.wz-language::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 33.3333%;
	height: 100%;
	z-index: 99;
	border-radius: 28px;
	background: #ff0000;
}
.is-wz-search{
	width: 22px;
	height: 22px;
	float: left;
	background: url(../images/head-ss.png) no-repeat center center;
	margin-top: 17px;
	margin-left: 32px;
	cursor: pointer;
	position: relative;
}
.menus.is-ny .is-wz-search{
	background: url(../images/head-ss-ny.png) no-repeat center center;
}
.wz-top-ss{
	position: absolute;
	right: -250px;
	z-index: 9999;
	width: 300px;
	top: -10px;
	opacity: 0;
	visibility: hidden;
    transition: all .5s ease; 
}
.menus .is-wz-search:hover .wz-top-ss,
.menus.is-ny .is-wz-search:hover .wz-top-ss{
	right: 0;
	opacity: 1;
	visibility: visible;
    transition: all .5s ease; 
}
.wz-top-ss input[type=text]{
	width: 250px;
	float: left;
	height: 40px;
	border: 1px solid #ccc;
	border-right: none;
	text-indent: 14px;
	font-size: 15px;
}
.wz-top-ss input[type=submit]{
	width: 50px;
	height: 40px;
	float: left;
	background: #e71a0f url(../images/0ss.png) no-repeat center center;
	background-size: 24px auto;
	border: none;
	outline: none;
}

/*is-wz-home-video*/
.is-wz-home-video{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.is-video-back{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
	position: absolute;
	top: 0;
	left: 0;
}
.is-wz-home-absolute{
	width: 100%; 
	position: absolute;
	top: 37%;
	left: 0;
	text-align: center;
}
.is-wz-home-absolute h3{
	font-family: "思源黑体 CN";
	font-size: 56px;
	color: #fff;
	line-height: 66px;
	margin-top: 28px;
}

.moplay{ margin:0 auto; width:68px !important; height:68px;margin-top:60px; cursor:pointer;}
.palybut{ position:relative;}
.palybut img{ display:block; width:68px; height:68px;}
.palybut:before{ content:""; display:block; width:72px; height:72px; border-radius:50%; border:5px solid #fff; position:absolute; left:50%; top:50%; margin-left:-36px; margin-top:-36px; opacity:0;transform:scale(1.4); -moz-transform:scale(1.4); -ms-transform:scale(1.4); -o-transform:scale(1.4);-webkit-transform:scale(1.4);transition:all 0.4s; -moz-transition:all 0.4s; -ms-transition:all 0.4s; -o-transition:all 0.4s; -webkit-transition:all 0.4s;}
.moplay:hover .palybut:before{ opacity:1;transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); -webkit-transform:scale(1);}
.moplay p{ color:#fff; font-size:12px; text-align:center; margin-top:15px;}

/*首页-走进武藏*/
.Index-About{
	width: 100%;
	background: url(../images/sy-abt-back.jpg) no-repeat center center;
	background-size: cover;
}
.zjwz-bt{
	text-align: center;
	font-size: 42px;
	color: #333;
	padding-top: 98px; 
}
.zjwz-sub{
	font-size: 22px;
    color: #666;
    /* text-align: center; */
    line-height: 38px;
    padding-top: 45px;
    width: 49.9%;
    margin: 0 auto;
}
.Index-About .ljgd{
	display: block;
	margin: 55px auto 0;
	width: 158px;
	line-height: 45px;
	border-radius: 45px;
	background: #e71a0f;
	text-align: center;
	color: #fff;
	font-size: 15px; 
}

/*Index-Product*/
.Index-Product{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.Index-Product .bd{
	width: 100%;
	overflow: hidden;
}
.Index-Product .bd ul{
	height: 100%;
	min-height: 100vh;
}
.Index-Product .bd ul li{
	width: 100%;
	height: 100%;
	background-size: cover;
}
.Index-Product .hd{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
	width: 592px;
	height: 100%;
	background: url(../images/is-red-back.png) no-repeat right center;
	background-size: 100% 100%; transform: translateX(100%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.Index-Product .hd.left{
	transform: translateX(0%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.Index-Product .hd ul{
	padding-left: 166px;
	padding-top: 166px;
}
.sy-pro-bt{
	font-size: 42px;
	color: #fff;
}
.sy-pro-sub{
	color: #fff;
	font-size: 14px;
	line-height: 28px;
	margin-top: 50px;
	margin-bottom: 82px;
}
.Index-Product .hd ul li{
	position: relative;
	margin-bottom: 12px;
	background: cover;
}
.Index-Product .hd ul li:last-child{
	margin-bottom: 0;
}
.Index-Product .hd ul li::after{
	width: 3px;
	height: 100%;
	content: "";
	background: rgba(255,255,255,0.5);
	position: absolute;
	left: 0;
	top: 0;
    transition: all .5s ease; 
}
.Index-Product .hd ul li.on::after{
	background: rgba(255,255,255,1);
    transition: all .5s ease; 
}
.Index-Product .hd ul li a{
	line-height: 48px;
	font-size: 18px;
	color: #ee8d88;
	text-indent: 28px;
	display: block;
    transition: all .5s ease; 
}
.Index-Product .hd ul li.on a{
	color: #fff;
    transition: all .5s ease; 
}

/*wz-advantage*/
.wz-advantage{
	width: 100%; 
	background: url(../images/sy-ys-back.jpg) no-repeat top center;
	background-size: cover;
}
.wz-advantage.is-ny-ys{
	background: #fff;
	padding: 0 0 80px 0;
}
.wz-advantage .is-wz-bt{
	margin-top: 76px;
	margin-bottom: 42px;
}
@media (min-width: 1200px){
	.wz-advantage .container{
		width: 1412px;
	}
	.wz-advantage .col-md-4{
		padding-left: 48px;
		padding-right: 48px;
	}
}
@media (min-width: 1920px){
	.wz-advantage .container{
		width: 73.5416667%;
	}
	.wz-advantage .col-md-4{
		padding-left: 48px;
		padding-right: 48px;
	}
}
.wz-advantage .row{
	margin-top: 125px;
}
.wz-advantage.is-ny-ys .row{
	margin-top: 62px;
}
.wz-advantage .item-list{
	width: 100%;  
	position: relative;
}
.wz-advantage .item-list::before{
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	top: 0;
	right: -25px;
	background: #e2e0e0;
}
.wz-advantage .row > div:last-child .item-list::before{
	display: none;
}
.wz-advantage .row > div:nth-child(1) .item-list::before{
	right: -25px;
}
.wz-advantage .item-list h6{
	font-size: 24px;
	color: #333333;
}
.wz-advantage .item-list img{
	display: block;
}
.wz-advantage .row .sort:nth-child(1) .item-list img{
	margin: 12px auto 0;
}
.wz-advantage .row .sort:nth-child(2) .item-list img,
.wz-advantage .row .sort:nth-child(3) .item-list img{
	 
}
.wz-advantage .row .sort:nth-child(2) .item-list img{
	margin-top: 34px;
}
.wz-advantage .row .sort:nth-child(2) .item-list .sub{
	margin-top: 32px;
}
.wz-advantage .row .sort:nth-child(3) .item-list .sub{
	margin-top: 32px;
}
.wz-advantage .row .sort:nth-child(3) .item-list img{
	margin-top: 30px;
}
.wz-advantage .item-list .ckxx{
	display: block;
	width: 118px;
	height: 36px;
	line-height: 34px;
	border: 1px solid #fe1414;
	font-size: 15px;
	color: #e71a0f;
	text-align: center;
	border-radius: 36px;
}
.wz-advantage .item-list .ckxx:hover{
	background: #fe1414;
	color: #fff;
}
.wz-advantage .row .sort:nth-child(1) .item-list .ckxx{
	margin: 35px auto 0;
}
.wz-advantage .row .sort:nth-child(2) .item-list .ckxx{
	margin: 42px auto 0;
}
.wz-advantage .row .sort:nth-child(3) .item-list .ckxx{
	margin: 46px auto 0;
}
.wz-advantage .item-list .sub{
	font-size: 15px;
	color: #666666;
	line-height: 25px;
	min-height: 75px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*index-news*/
.Index-News{
	width: 100%;
	overflow: hidden;
}
.Index-News .is-wz-bt{
	margin-top: 80px;
	margin-bottom: 22px;
}
@media (min-width: 1200px){
	.Index-News .container{
		width: 96.556%;
	}  
}
@media (min-width: 1920px){
	.Index-News .container{
		width: 89.322916667%;
		max-width: 1704px;
	} 
}

/*2020 05 09 首页新闻改版*/
.Index-News .hd{
	margin-top: 36px;
}
.Index-News .hd ul{
	text-align: center;
}
.Index-News .hd ul li{
	display: inline-block;
	width: 215px;
	line-height: 43px;
	border: 1px solid #dfdfdf;
	text-align: center;
	font-size: 19px;
	color: #333333;
	cursor: pointer;
	transition: all .5s ease;
}
.Index-News .hd ul li:hover,
.Index-News .hd ul li.on{
	color: #fff;
	background: #e71a0f;
	border: 1px solid #e71a0f;
	transition: all .5s ease;
}


.Index-News .bd{
	margin-top: 45px;
}
.Index-News .bd ul{
	
}
.Index-News .bd ul li{
	
}
.Index-News .bd ul li .left-Pic{
	width: 44.600938967%;
	float: left;
	overflow: hidden;
	position: relative;
}
.Index-News .bd ul li .left-Pic img{
	display: block;
	width: 100%;
	transform: scale(1);
    transition: all .5s ease;
}
.Index-News .bd ul li .left-Pic:hover img{
	transform: scale(1.12);
    transition: all .5s ease;
}
.Index-News .bd ul li .left-Pic .tbox{
	width: 100%;
	line-height: 55px;
	height: 55px;
	background: rgba(0,0,0,0.5);
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
    transition: all .5s ease;
}
.Index-News .bd ul li .left-Pic:hover .tbox{
	background: rgba(231,26,15,0.5);
}
.Index-News .bd ul li .left-Pic .tbox .tit{
	width: 70%;
	float: left;
	padding-left: 30px;
	font-size: 20px;
	color: #fff;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.Index-News .bd ul li .left-Pic .tbox .time{
	float: right;
	padding-right: 29px;
	color: #fff;
	font-size: 16px;
}
.Index-News .bd ul li .right-List{
	width: 54.577464788%;
	float: right;
}
.sy-news-r-list{
	width: 49.462365591%;
	float: left;
	background: #f8f8f8;
	padding: 16px 35px 10px 20px;
	margin-bottom: 10px;
    transition: all .5s ease;
}
.sy-news-r-list:hover{
	background: #e71a0f;
    transition: all .5s ease;
}
.sy-news-r-list:nth-child(5),
.sy-news-r-list:nth-child(6){
	margin-bottom: 0;
}
.sy-news-r-list .tit{
	font-size: 20px;
    line-height: 25px;
    min-height: 25px;
    color: #161619;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    height: 25px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .5s ease;
}
.sy-news-r-list:hover .tit{
	color: #fff;
    transition: all .5s ease;
}
.sy-news-r-list .time{
	font-family: arial;
    font-size: 15px;
    color: #777777;
    margin-top: 12px;
    transition: all .5s ease;
}
.sy-news-r-list:hover .time{
	color: #fff;
    transition: all .5s ease;
}
.sy-news-r-list .sub{
	font-family: "思源黑体 CN";
    font-size: 15px;
    color: #888888;
    line-height: 26px;
    height: 52px;
    min-height: 52px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 13px;
    transition: all .5s ease;
}
.sy-news-r-list:hover .sub{
	color: #fff;
    transition: all .5s ease;
}
.sy-news-r-list:nth-of-type(2n+2){
	float: right;
}
.Index-News .row{
	 
}
.Index-News .item-list{
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #c9c9c9;
	padding-bottom: 38px;
    transition: all .5s ease; 
}
.Index-News .item-list:hover{
	border-bottom: 1px solid #db190e;
    transition: all .5s ease; 
}
.Index-News .item-list .Pic{
	width: 100%;
	overflow: hidden;
}
.Index-News .item-list .Pic img{
	display: block;
	width: 100%;
	transform: scale(1);
    transition: all .8s ease; 
}
.Index-News .item-list:hover .Pic img{
	transform: scale(1.12);
    transition: all 1.2s ease;
}
.Index-News .item-list .SubInfo{
	width: 100%;
	overflow: hidden;
	margin-top: 32px;
}
.Index-News .item-list .tit{
	font-size: 20px;
	line-height: 25px;
	min-height: 25px;
	color: #161619;
	display: -webkit-box;
    -webkit-line-clamp: 1;
	height: 25px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .5s ease;    
}
.Index-News .item-list:hover .tit{
	color: #db190e;
    transition: all .5s ease; 
}
.Index-News .item-list .time{
	font-family: arial;
	font-size: 15px;
	color: #777777;
	margin-top: 20px;	
}
.Index-News .item-list .sub{
	font-family: "思源黑体 CN";
	font-size: 15px;
	color: #888888;
	line-height: 26px;
	height: 52px;
	min-height: 52px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 30px;
}
.Index-News .ljgd{
	display: block;
	margin: 80px auto 0;
	width: 160px;
	line-height: 44px; 
	border: 1px solid #d4d3d3;
	text-align: center;
	font-size: 15px;
	color: #666666;
	border-radius: 46px;
}
.Index-News .ljgd:hover{
	background: #e60b04;
	color: #fff;
	border: 1px solid #e60b04;
}
@media (min-width: 1440px){ 
	.Index-News .ljgd{
		margin: 35px auto 0;
	}
}
@media (min-width: 1920px){ 
	.Index-News .ljgd{ 
		margin: 65px auto 0;
	}
}
@media (max-width: 1450px){
	.sy-news-r-list:nth-child(5),
	.sy-news-r-list:nth-child(6){
		display: none;
	} 
	.Index-News .item-list .SubInfo{
		margin-top: 20px;
	}
	.Index-News .item-list .time{
		margin-top: 16px;
	}
	.Index-News .item-list .sub{
		margin-top: 20px;
	}
	.Index-News .item-list{
		padding-bottom: 30px;
	}
	.Index-News .ljgd{
		display: none;
	}
	.zjwz-sub{
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
}

/*最新动态*/
.zxDt-left{
	width: 49.295774647%;
	float: left;
	padding: 30px 30px 26px 30px;
	background: #f8f8f8;
}
.zxDt-left .list{
	line-height: 50px;
	height: 50px;
	margin-bottom: 9px;
	overflow: hidden;
}
.zxDt-left .list .time{
	float: left;
	font-family: arial;
	font-size: 15px;
	color: #3f3f3f;
}
.zxDt-left .list .nowcls{
	float: left;
	display: inline-block;
	padding: 0 9px;
	height: 25px;
	line-height: 25px;
	background: #e71a0f;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	margin-left: 44px;
	position: relative;
	top: 12px;
}
.zxDt-left .list .tit{
	font-weight: bold;
	font-size: 15px;
	color: #4b4b4b;
	float: right;
	width: 73%;
	height: 50px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .5s ease; 
}
.zxDt-left .list:hover .tit{
	color: #e71a0f;
    transition: all .5s ease; 
}
.zxDt-right{
	width: 49.589201877%;
	float: right;
}

/*wz-bt*/
.is-wz-bt{
	text-align: center;
	font-size: 42px;
	line-height: 48px;
	color: #333333;
}
.is-wz-sub{
	font-size: 15px;
	color: #666666;
	text-align: center; 
}

/*about*/
.wz-about-info{
	width: 100%;
	overflow: hidden;
	padding: 86px 0 90px 0;
/*	text-align: center;*/
	font-size: 22px;
	font-family: "思源黑体 CN";
	color: #333333;
	line-height: 38px;
}
.wz-about-info .sub{
	padding-top: 12px;
	/*background: url(../images/yh.png) no-repeat left 10% top;*/
	font-family:"微软雅黑";
	width: 65%;
	margin: 0 auto;
	text-indent: 2em;
}
.wz-about-info .sub span{
	position: relative;
	z-index: 2;
}
.wz-about-info .sub span::after{
	content: "";
	width: 100%;
	height: 7px;
	position: absolute;
	background: #e71a0f;
	bottom: 2px;
	left: 0;
	z-index: -1;
}

/*高层寄语*/
.wz-gcjy{
	width: 100%;
	overflow: hidden;
	background: #f0efef;
	padding: 58px 0 88px 0;
}
.wz-gcjy h3{
	font-size: 32px;
	color: #333333;
	padding-bottom: 20px;0
}
.wz-gcjy h6{
	font-size: 18px;
	color: #333333;
}
.gcjy-warp{
	margin-top: 48px;
}
.gcjy-warp .sub{
	font-size: 15px;
	color: #666666;
	line-height: 26px;
}
.gcjy-warp .sub p{
	margin-bottom: 10px;
}
.jy-box1{
	width: 35.1428%;
	float: left;
}
.jy-box2{
	width: 37.1428%;
	float: left;
	margin-left: 5%;
}
.jy-box3{
	float: right;
	padding-top: 10px;
	width: 15.214285714%;
}
.jy-box3 p{
	text-align: center;
	font-size: 14px;
	color: #333333;
	padding-top: 26px;
}

/*经营理念*/
.wz-idea{
	width: 100%;
	height: 602px;
	background: url(../images/idea-back.jpg) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
	padding: 125px 0 0 0;
}
.wz-idea h3{
	font-size: 32px;
	color: #333333;
	text-align: center;
}
.wz-idea h5{
	text-align: center;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 34px;
	padding:0 100px;
}

/*Standard 行为规范*/
.Standard{
	width: 100%;
	overflow: hidden;
	padding: 75px 0 125px 0;
	background: #efefef;
}
.Standard h3{
	font-size: 32px;
	color: #333333;
}
.Standard h5{
	font-size: 15px;
	color: #666666;
	margin-top: 28px;
}
.standard-warp{
	width: 100%;
	margin-top: 70px;
	position: relative;
}
#xwgf{
	width: 89%;
	cursor: all-scroll;
	margin: 0 auto;
}
#xwgf .item-list{
	width: 100%;
	overflow: hidden;
	background: url(../images/gf-lis-back.png) no-repeat left center;
	padding-left: 30px;
	background-size: 16px 100%;
	min-height: 260px; 
}
#xwgf .item-list .tit{
	font-size: 22px;
	color: #e71a0f;
	padding-top: 3px;
}
#xwgf .item-list .tit2{
	font-size: 16px;
	color: #333333;
	margin: 8px 0 20px 0;
}
#xwgf .item-list .sub{
	font-size: 14px;
	color: #666666;
	line-height: 26px;
}
#xwgfP{
	width: 40px;
	height: 40px;
	background: url(../images/xwgf-P.png) no-repeat center center;
	z-index: 99;
}
#xwgfN{
	width: 40px;
	height: 40px;
	background: url(../images/xwgf-N.png) no-repeat center center;
	z-index: 99;
}

/*客户心声 Aspirations*/
.Aspirations{
	width: 100%;
	overflow: hidden;
	padding: 74px 0 85px 0;
	background: #efefef;
}
.Aspirations h3{
	font-size: 32px;
	color: #333333;
	text-align: center;
}
.Aspirations h5{
	font-size: 15px;
	color: #666666;
	line-height: 26px;
	text-align: center;
	margin-top: 40px;
}
.khxs-warp{
	width: 100%;
	margin-top: 46px;
	overflow: hidden;
}
.is-big-kh{
	position: relative;
	cursor: pointer;
	float: left;
	width: 37.657232704%;
}
.is-big-kh .kh-sub{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.is-big-kh .kh-sub .tit1{
	display: inline-block;
	padding: 0 35px;
	line-height: 40px;
	background: #e71a0f;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	margin-top: 26px;
}
.is-big-kh .kh-sub .tit2{
	font-size: 15px;
	color: #333333;
	line-height: 25px;
	padding-left: 35px;
	padding-top: 14px;
}
.kh-more-list .swiper-pagination-bullet-active,
.Standard .swiper-pagination-bullet-active{
	background: #e71a0f;
}
#xsPag,#gfPag{
	display: none;
}
.kh-more-list .swiper-pagination-bullet{
	 
}
.kh-more-list{
	width: 60.927672955%;
	float: right;
	overflow: hidden;
	cursor: all-scroll;
}
#khxs .item-list{
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
#khxs .item-list img{
	display: block;
	width: 100%;
}
#khxs .item-list .kh-sub{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#khxs .item-list .kh-sub .tit1{
	padding: 0 20px;
	display: inline-block;
	line-height: 32px;
	background: #e71a0f;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-top: 21px;
}
#khxs .item-list .kh-sub .tit2{
	font-size: 15px;
	color: #333333;
	line-height: 25px;
	padding-left: 20px;
	padding-top: 14px;
}
.wz-khxs-de{
	overflow: hidden;  
	padding: 28px 28px 32px 28px;
}
.wz-khxs-de .kh-left-info{
	width: 42.79%;
	float: left;
	background: #f2f2f2;
}
.kh-left-info .Pic{
	overflow: hidden;
}
.kh-left-info .Pic img{
	display: block;
	width: 100%;
}
.kh-left-info .SubInfo{
	padding: 20px 25px 25px 25px;
}
.kh-left-info .SubInfo .tit{
	font-size: 14px;
	color: #666666;
}
.kh-left-info .SubInfo .tit2{
	font-weight: bold;
	font-size: 24px;
	color: #666666;
	margin: 8px 0 20px 0;
}
.kh-left-info .SubInfo .sub{
	font-size: 14px;
	color: #666666;
	line-height: 25px;
}
.kh-right-info{
	width: 53%;
	float: right;
}
.kh-right-info h5{
	font-size: 24px;
	color: #e71a0f;
	padding-top: 4px;
}
.kh-right-info .content{
	font-size: 14px;
	color: #666666;
	line-height: 26px;
	margin-top: 24px;
	height: 470px; 
	overflow: auto;
	padding-right: 6%;
}

/*主要客户 Customer*/
.Customer{
	width: 100%;
	overflow: hidden;
	padding: 74px 0;
}
.Customer h3{
	font-size: 32px;
	color: #333333;
	text-align: center;
}
#zykh{
	margin-top: 62px;
	cursor: all-scroll;
	padding-bottom: 75px;
}
#zykh .item-list{
	background: url(../images/zykh-list-back.png) repeat-x top center;
	padding: 22px 18px 0 18px;
}
#zykh .item-list p{
	font-weight: bold;
	font-size: 18px;
	color: #e71a0f;
}
#zykh .item-list .kh-list{
	margin-top: 18px;
}
#zykh .item-list .kh-list a{
	display: block;
	line-height: 26px;
	min-height: 26px;
	font-size: 15px;
	color: #666666;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#zykh .swiper-scrollbar{
	height: 8px;
	width: 92%;
	left: 3%;
}
#zykh .swiper-scrollbar-drag{
	background: #e71a0f;
}

/*news*/
.news{
	width: 100%;
	overflow: hidden;
	padding: 65px 0; 
} 
.news .item-list{
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #c9c9c9;
	padding-bottom: 28px;
	margin-bottom: 45px;
    transition: all .5s ease; 
}
.news .item-list:hover{
	border-bottom: 1px solid #db190e;
    transition: all .5s ease; 
}
.news .item-list .Pic{
	width: 100%;
	overflow: hidden;
}
.news .item-list .Pic img{
	display: block;
	width: 100%;
	transform: scale(1);
    transition: all .8s ease; 
}
.news .item-list:hover .Pic img{
	transform: scale(1.12);
    transition: all 1.2s ease;
}
.news .item-list .SubInfo{
	width: 100%;
	overflow: hidden;
	margin-top: 26px;
}
.news .item-list .tit{
	font-size: 16px;
	line-height: 25px;
	height: 25px;
	min-height: 25px;
	color: #161619;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .5s ease;    
}
.news .item-list:hover .tit{
	color: #db190e;
    transition: all .5s ease; 
}
.news .item-list .time{
	font-family: arial;
	font-size: 13px;
	color: #777777;
	margin-top: 15px;	
}
.news .item-list .sub{
	font-family: "思源黑体 CN";
	font-size: 14px;
	color: #888888;
	line-height: 26px;
	min-height: 52px;
	height: 52px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 24px;
}

/*newsDe*/
.newsDe{
	width: 100%;
	overflow: hidden;
	padding: 76px 0;
}
.newsDe .titBox{
	border-bottom: 1px solid #cdcdcd;
	padding-bottom: 25px;
}
.newsDe .titBox h2{
	font-size: 28px;
	color: #161619;
}
.newsDe .titBox h6{
	font-family: arial;
	font-size: 13px;
	color: #777777;
	padding-top: 25px;
}
.newsDe .content{
	overflow: hidden;
	margin-top: 40px;
	font-size: 14px;
	color: #777777;
	line-height: 25px;
}
.newsDe .w120{
    width:1200px;
	margin:0 auto;
	color:#333;
	font-size:16px;
}
.newsDe .bggrey{
	background-color:#f2f2f2;
	width:1200px;
	margin:0 auto;
	height:50px;
	line-height:50px;
}
.newsDe .ml1{
    width:30%;
}
.newsDe .ml2{
    width:30%;
}
.newsDe .ml3{
    width:46%;
}
.newsDe .ml4{
    width:27%;
}
.newsDe .ml5{
    width:28%;
}
.newsDe .ml6{
    width:32%;
}
.is-fy{
	overflow: hidden;
	margin-top: 55px;
	border-top: 1px solid #cdcdcd;
	padding-top: 32px;
}
.is-fy .sxp{
	float: left;
	width: 80%;
}
.is-fy .sxp a{
	display: block;
	font-family: arial;
	font-size: 14px;
	color: #161619;
	line-height: 32px;
	min-height: 32px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.is-fy .sxp a:hover{
	color: #e71a0f;
}
.is-fy .return{
	display: block;
	float: right;
	width: 140px;
	line-height: 45px;
	background: #e71a0f;
	text-align: center;
	color: #fff;
	font-size: 14px;
	border-radius: 4px;
	margin-top: 2px;
}
.is-fy .return:hover{
	background: #ad312b;
}

/*staff 员工*/
.staff{
	width: 100%;
	overflow: hidden;
	padding: 68px 0;
}
@media (min-width: 992px){
	.staff .col-md-6 {
		padding-left: 30px;
		padding-right: 30px;
	}
} 
.staff .item-list{
	width: 100%;
	overflow: hidden;
	margin-bottom: 26px; 	
	background: #f1f1f1;
    transition: all .5s ease;
}
.staff .item-list:hover{
	background: #e71a0f;
	box-shadow: 0 0 13px 0 rgba(0, 0, 0, .4);
    transition: all .5s ease;
}
.staff .item-list .Pic{
	width: 51%;
	float: left;
	overflow: hidden;
}
.staff .item-list .Pic img{
	display: block;
	width: 100%;
}
.staff .item-list .SubInfo{
	width: 49%;
	float: left;
	padding-left: 35px;
	padding-top: 30px;
}
.staff .item-list .name{
	font-size: 22px;
	color: #333333; 
	font-weight: bold;
    transition: all .5s ease;
}
.staff .item-list .szbm{
	font-size: 16px;
	color: #666666;   
	min-height: 25px;
	line-height: 25px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin-top: 20px;
    transition: all .5s ease;
} 
.staff .item-list:hover p{
	color: #fff !important;
    transition: all .5s ease;
}
.staff .item-list span{
	display: block;
	width: 32px;
	height: 12px;
	background: url(../images/yg-jt1.png) no-repeat center center;
	margin-top: 34px;
    transition: all .5s ease;
}
.staff .item-list:hover span{
	background: url(../images/yg-jt2.png) no-repeat center center;
    transition: all .5s ease;
}
.is-ygde-left{
	width: 22.42857142857143%;
	float: left;
	overflow: hidden;
	text-align: center;
}
.is-ygde-left .name{
	font-size: 22px;
	color: #333333;
	margin: 22px 0 16px 0;
}
.is-ygde-left .szbm{
	font-size: 16px;
	color: #666666;
}
.is-ygde-right{
	width: 70.35714285714286%;
	float: right;
	overflow: hidden;
	margin-right: 2.28571428571429%;
	font-size: 14px;
	color: #555555;
	line-height: 25px;
} 
.is-ygde-right span{
	color:#ff0000;
	font-size:18px;
	font-weight:bold;
	border-left:3px solid #ff0000;
	padding-left:5px;
	
}
/*problem*/
.problem{
	width: 100%;
	overflow: hidden;
	padding: 52px 0;
}
.is-problem-class{
	width: 16.785714285%;
	float: left;
	overflow: hidden;
}
.is-problem-class a{
	display: block;
	width: 100%;
	line-height: 50px;
	border-bottom: 1px solid #e1e1e1;
	font-size: 16px;
	color: #555555;
}
.is-problem-class a:hover,
.is-problem-class a.on{
	color: #e71a0f;
	border-bottom: 1px solid #f59b97;
	background: url(../images/is-problem-jt.png) no-repeat right 5px center;
}
.is-problem-list{
	width: 76.571428571%;
	float: right;
	margin-top: 8px;
	overflow: hidden;
}
.is-problem-list li{
	margin-bottom: 28px;
}
.is-problem-list li h3{
	line-height: 53px;
	background: #f0f0f0 url(../images/problem-ico.png) no-repeat left 22px center;
	padding-left: 56px;
	color: #333333;
}
.is-problem-list li .sub{
	padding: 25px 10px 0 22px;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
}

/*招贤纳士*/
.recruit{
	width: 100%;
	overflow: hidden;
	padding: 70px 0;
}
.recruit .item-list{
	margin-bottom: 3px;
}
.recruit h3{
	line-height: 52px;
	background: #eaeaea url(../images/zp-jt.png) no-repeat right 22px center;
	padding-left: 22px;
	font-size: 18px;
	color: #333333;
	cursor: pointer;
}
.recruit h3.on{
	background: #e8271c url(../images/zp-jt2.png) no-repeat right 22px center;
	color: #fff;
}
.recruit ul{
	padding: 23px 22px 38px 22px;
	background: #f7f7f7;
	display: none;
}
.recruit .ask{
	overflow: hidden;
	border-bottom: 1px solid #e8e7e7;
	padding-bottom: 22px;
}
.recruit .ask .yq{
	float: left;
	width: 60%;
}
.recruit .ask .yq a{
	display: block;
	width: 33.3%;
	float: left;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
}
.recruit .ask .ljyp{
	display: block;
	float: right;
	width: 123px;
	line-height: 44px;
	border: 1px solid #e9352b;
	text-align: center;
	color: #e8271c;
	margin-top: 1.5px;
}
.recruit .ask .ljyp:hover{
	background: #e8271c;
	color: #fff;
	border-radius: 3px;
}
.recruit .info{
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	margin-top: 28px;
}
.recruit .info span{
	font-size: 18px;
	display: block;
	color: #333333;
	margin-bottom: 8px;
}
.recruit .ljyp2 {
    display: none;
    width: 100%;
    line-height: 38px;
    text-align: center;
    border: 1px solid #e72f25;
    font-size: 14px;
    color: #e72f25;
    margin-top: 28px;
    margin-bottom: 15px;
}
.recruit .ljyp2:hover {
    background: #e72f25;
    color: #fff;
}

/*contact*/ 
/*contact*/
.contact{
	width: 100%;
	overflow: hidden;
	padding: 58px 0 70px 0;
}
.contact h4{
	text-align: center;
	font-size: 36px;
	color: #222222;
	font-family:"微软雅黑";
}
.contact .info{
	overflow: hidden;
	margin-top: 56px;
	text-align: center;
	color: #555555;
	line-height: 35px;
}
.contact .info p{
	font-size: 20px;
	display: inline-block;
}
.contact .info p a{
	font-family: arial;
	font-size: 24px;
	font-weight: bold;
	color: #555;
}
.contact .info span{
	display: inline-block; 
	width: 1px;
	height: 20px;
	background: #e4e4e4;
	margin: 8px 52px 0;
}
.contact .info .tel{
	background: url(../images/0c-tel.png) no-repeat left center;
	padding-left: 42px;
}
.contact .info .email{
	background: url(../images/0c-email.png) no-repeat left center;
	padding-left: 44px;
}
.contact .info .email a:hover{
	color: #e71a0f;
}
.maps{
	overflow: hidden;
	margin-top: 38px;
}

.contact img{
	max-width: 10000px !important;
}

/*message*/
.message{
	width: 100%;
	overflow: hidden; 
}
.message h4{
	font-size: 32px;
	color: #222222;
	text-align: center;
}
.message .row{
	margin-top: 46px;
}
.message .row > div{
	margin-bottom: 17px;
}
.message .row  .layui-form-item{
	width: 100%;
	padding: 13px 34px 13px 24px;
	background: #ececec;
}
.message label{
	font-size: 15px;
	color: #555555;
	padding: 9px 1px;
}
.message input[type=text]{
	border: none;
	text-indent: 12px;
	font-size: 15px;
	color: #333333;
    transition: all .5s ease;
}
.message input[type=text]:focus{
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
    transition: all .5s ease;
}
.message input::placeholder {
	color: #bfbfbf;
}
.message i{
	display: inline-block;
	width: 7px;
}
.w30B{
	width:32%; 
	float: left; 
}
.w30B.jj{
	margin-left: 1.5%;
	margin-right: 1.5%;
}
.message .is-ipt{
	display: inline-block;
	width: 7px;
	height: 13px;
	background: url(../images/is-btian.png) no-repeat top center;
}
.message textarea{
	border: none;
	min-height: 255px;
	max-height: 255px;
	padding-top: 10px;
	font-size: 15px;
}
.message textarea::placeholder {
	color: #bfbfbf;
}
.message textarea:focus{
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
    transition: all .5s ease;
}
.message input[type=button]{
	width: 172px;
	height: 53px;
	border-radius: 3px;
	background: #e71a0f; 
	border: none;
	display: block;
	outline: none;
	color: #fff;
	font-size: 16px;
	letter-spacing: 2px;
	margin: 28px auto 0;
    transition: all .5s ease;
}
.message input[type=button]:hover{
	box-shadow: 7px 5px 10px 0 rgba(253, 3, 21, .4);
    transition: all .5s ease;
}

/*wz-maps*/
.wz-maps{
	width: 100%;
	padding: 50px 0;
	background: #f8f8f8;
}
.wz-maps .container{
	width: 95%;
	max-width: 1190px;
}
.wz-maps .title{
	font-size: 36px;
	color: #222222;
	line-height: 40px;
	text-align: center;
}
.maps-tab{
	width: 100%;
	margin-top: 55px;
}
.maps-tab .hd{
	width: 31.932773109%;
	float: left;
}
.maps-tab .hd ul{
	
}
.maps-tab .hd ul li{
	width: 100%;
	height: 83.8px;
	background: #f8f8f8 url(../images/0-maps-jt.png) no-repeat right -15px center;
	border-bottom: 1px solid #dfdfe0;
	cursor: pointer;
	transition: all .5s ease;
}
.maps-tab .hd ul li:hover,
.maps-tab .hd ul li.on{
	background: #e82318 url(../images/0-maps-jt.png) no-repeat right 12px center;
	border-bottom: 1px solid #e82318;
	transition: all .5s ease;
}
.maps-tab .hd ul li .t1{
	font-size: 18px;
	color: #333333;
	line-height: 25px;
	padding-top: 15px;
	transition: all .5s ease;
}
.maps-tab .hd ul li:hover .t1,
.maps-tab .hd ul li.on .t1{
	color: #fff;
	text-indent: 14px;
	transition: all .5s ease;
}
.maps-tab .hd ul li .t2{
	font-size: 13px;
	color: #999999;
	line-height: 25px;
	padding-top: 5px;
	transition: all .5s ease;
}
.maps-tab .hd ul li:hover .t2,
.maps-tab .hd ul li.on .t2{
	color: #fff;
	text-indent: 14px;
	transition: all .5s ease;
}
.maps-tab .bd{
	width: 63.865546218%;
	float: right;
}
.maps-tab .bd ul{
	
}
.maps-tab .bd ul li{
	width: 100%; 
}
.maps-tab .bd ul li .ditu{
	width: 100%;
	overflow: hidden;
}
.maps-tab .bd ul li .go-dt{
	display: block;
	line-height: 64px;
	background: #999999;
	font-size: 18px;
	color: #fff;
	text-align: center;
	transition: all .5s ease;
}
.maps-tab .bd ul li .go-dt:hover{
	background: #e82318;
	transition: all .5s ease;
}
.maps-tab .bd ul li .go-dt span{
	position: relative;
	width: 100%;
	display: inline-block;
}
.maps-tab .bd ul li .go-dt span::after{
	content: "";
	position: absolute;
	left: 20px;
	width: 38%;
	height: 1px;
	top: 50%;
	background: #a3a3a3;
	transition: all .5s ease;
}
.maps-tab .bd ul li .go-dt:hover span::after{
	background: rgba(255,255,255,0.6);
	transition: all .5s ease;
}
.maps-tab .bd ul li .go-dt span::before{
	content: "";
	position: absolute;
	right: 20px;
	width: 38%;
	height: 1px;
	top: 50%;
	background: #a3a3a3;
	transition: all .5s ease;
}
.maps-tab .bd ul li .go-dt:hover span::before{
	background: rgba(255,255,255,0.6);
	transition: all .5s ease;
}

 

/*histor*/
.history{
	width: 100%;
	overflow: hidden;
	padding: 70px 0;
	background: #f1f1f1;
}
.history h3{
	text-align: center;
	font-size: 32px;
	color: #333333;
}
.history h5{
	font-size: 15px;
	color: #666666;
	line-height: 25px;
	text-align: center;
	margin-top: 32px;
}
.history-warp{
	width: 100%;
	background: url(../images/history-hx.jpg) repeat-x center top 64px;
	margin-top: 72px;
}
#history{
	cursor: all-scroll;
	padding: 0 22px;
}
#history .item-list{
	overflow: hidden;
	text-align: center;
	background: url(../images/history-1.png) no-repeat center top 60px;
}
#history .item-list .year{
	font-family: arial;
	font-size: 32px;
	color: #e71a0f;
	line-height: 35px;
}
#history .item-list .sub{
	font-size: 15px;
	color: #666666;
	line-height: 25px;
	/*padding: 0 20px;*/
	margin-top: 80px;
	text-align:left;
}
#hisP{
	width: 37px;
	height: 37px;
	background: url(../images/his-P.png) no-repeat center center;
	margin-top: 0;
	left: -37px;
	top: 17%;
}
#hisN{
	width: 37px;
	height: 37px;
	background: url(../images/his-N.png) no-repeat center center;
	margin-top: 0;
	right: -37px;
	top: 17%;
}
.his-jt-warp{
	position: relative;
}

/*quality 品质环境*/
.quality{
	width: 100%;
	overflow: hidden;
	padding: 62px 0;
}
.quality h3{
	text-align: center;
	font-size: 32px;
	color: #333333;
}
.pz_hj{
	width: 100%;
	overflow: hidden;
	margin-top: 52px;
}
.pz_hj .hd{
	width: 28.642857142%;
	float: left;
	overflow: hidden;
}
.pz_hj .hd ul{
	
}
.pz_hj .hd ul li{
	width: 100%;
	min-height: 198px; 
	cursor: pointer;
	padding-top: 58px;
	padding-left: 60px;
    transition: all .5s ease; 
} 
.pz_hj .hd ul li.on p{
	color: #fff !important;
    transition: all .5s ease; 
}
.pz_hj .hd ul li:nth-child(1){
	margin-bottom: 5px;
	background: #f5f5f5 url(../images/pz-ico1.png) no-repeat top 58px right 41px;
    transition: all .5s ease; 
}
.pz_hj .hd ul li:nth-child(1).on{
	background: #e71a0f url(../images/pz-ico2.png) no-repeat top 58px right 41px;
    transition: all .5s ease; 
}
.pz_hj .hd ul li:nth-child(2){ 
	background: #f5f5f5 url(../images/hj-ico1.png) no-repeat top 73px right 37px;
    transition: all .5s ease; 
}
.pz_hj .hd ul li:nth-child(2).on{
	background: #e71a0f url(../images/hj-ico2.png) no-repeat top 73px right 37px;
    transition: all .5s ease; 
}
.pz_hj .hd p{
	line-height: 25px;
    transition: all .5s ease; 
}
.pz_hj .hd .cn{
	font-size: 24px;
	color: #333333;
}
.pz_hj .hd .en{
	font-size: 20px;
	color: #666666;
	margin-top: 14px;
}
.pz_hj .bd{
	width: 71.357142857%;
	float: left;
	background: #f5f5f5;
}
.pz_hj .bd ul li{
	overflow: hidden;
}
.pz_hj .bd .Pic{
	width: 36.638%;
	float: left;
}
.pz_hj .bd .Pic img{
	display: block;
	width: 100%;
}
.pz_hj .bd .Sub{
	width: 63.362%;
	float: left;
	padding: 55px 42px 0 42px;
	font-size: 15px;
	color: #666666;
	line-height: 25px;
}

/*field 应用领域*/
.field{
	width: 100%;
	overflow: hidden;
	padding: 57px 0;
}
.field-sub{
	line-height: 25px;
	font-size: 15px;
	color: #555555;
}
.field .row{
	margin-top: 46px;
}
.field .item-list{
	width: 100%;
	overflow: hidden;
	margin-bottom: 45px;
	border-bottom: 2px solid #dcdbdb;
    transition: all .5s ease;
}
.field .item-list:hover{
	border-bottom: 2px solid #e71a0f;
    transition: all .5s ease;
}
.field .item-list .Pic{
	overflow: hidden;
}
.field .item-list .Pic img{
	display: block;
	width: 100%;
    transition: all .9s ease;
}
.field .item-list:hover .Pic img{
	transform: scale(1.12);
    transition: all 1.5s ease;
}

.field .item-list .Tit{
	margin-top: 8px;
	padding-left: 40px;
    transition: all .5s ease;
}

.field .row .pdg:nth-child(1) .item-list .Tit{
	background: url(../images/p-list-yy1.png) no-repeat left center;
	
    transition: all .5s ease;
}
/*
.field .row .pdg:nth-child(1) .item-list:hover .Tit{
	background: url(../images/yy-de-ico1_red.png) no-repeat left center;
	padding-left: 59px;
    transition: all .5s ease;
}
*/

.field .row .pdg:nth-child(2) .item-list .Tit{
	background: url(../images/p-list-yy2.png) no-repeat left center;
	 
    transition: all .5s ease;
}
/*
.field .row .pdg:nth-child(2) .item-list:hover .Tit{
	background: url(../images/yy-de-ico2_red.png) no-repeat left center;
	padding-left: 47px;
    transition: all .5s ease;
}
*/

.field .row .pdg:nth-child(3) .item-list .Tit{
	background: url(../images/p-list-yy3.png) no-repeat left center;
	 
    transition: all .5s ease;
}
/*
.field .row .pdg:nth-child(3) .item-list:hover .Tit{
	background: url(../images/yy-de-ico3_red.png) no-repeat left center;
	padding-left: 37px;
    transition: all .5s ease;
}
*/

.field .row .pdg:nth-child(4) .item-list .Tit{
	background: url(../images/p-list-yy4.png) no-repeat left center;
	 
    transition: all .5s ease;
}
/*
.field .row .pdg:nth-child(4) .item-list:hover .Tit{
	background: url(../images/yy-de-ico4_red.png) no-repeat left center;
	padding-left: 37px;
    transition: all .5s ease;
}
*/

.field .item-list p{
	line-height: 58px;
	font-size: 20px;
	color: #333333;
	margin-top: 8px;
	background: url(../images/field-jt1.png) no-repeat right center;
    transition: all .5s ease;
}
.field .item-list:hover p{
	color: #e71a0f;
	background: url(../images/field-jt2.png) no-repeat right center;
    transition: all .5s ease;
}
@media (min-width: 992px){
	.field .col-md-6 {
	    padding-left: 24px;
	    padding-right: 24px;
	}
}

/*fieldDe*/
.fieldDe{
	width: 100%;
	overflow: hidden;
	padding: 50px 0;
}
.is-fieldDe-cls{
	position: relative;
	z-index: 99;
}
.is-fieldDe-cls::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	background: #f1f1f1;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.is-fieldDe-cls a{
	display: block;
	float: left;
	width: 215px; 
	line-height: 46px;
	font-size: 18px;
	color: #333333;
	background: #eaeaea;
	margin-left: 5px; 
}
.is-fieldDe-cls a:hover,
.is-fieldDe-cls a.on{
	color: #fff !important;
}
.is-fieldDe-cls a:nth-child(1){
	margin-left: 0;
	background: #eaeaea url(../images/yy-de-ico1.png) no-repeat left 25px center;
	padding-left: 80px;
}
.is-fieldDe-cls a:nth-child(1):hover,
.is-fieldDe-cls a:nth-child(1).on{
	background: #e71a0f url(../images/yy-de-ico1_on.png) no-repeat left 25px center;
}
.is-fieldDe-cls a:nth-child(2){ 
	background: #eaeaea url(../images/yy-de-ico2.png) no-repeat left 34px center;
	padding-left: 78px;
}
.is-fieldDe-cls a:nth-child(2):hover,
.is-fieldDe-cls a:nth-child(2).on{
	background: #e71a0f url(../images/yy-de-ico2_on.png) no-repeat left 34px center;
}
.is-fieldDe-cls a:nth-child(3){ 
	background: #eaeaea url(../images/yy-de-ico3.png) no-repeat left 58px center;
	padding-left: 90px;
}
.is-fieldDe-cls a:nth-child(3):hover,
.is-fieldDe-cls a:nth-child(3).on{
	background: #e71a0f url(../images/yy-de-ico3_on.png) no-repeat left 58px center;
}
.is-fieldDe-cls a:nth-child(4){ 
	background: #eaeaea url(../images/yy-de-ico4.png) no-repeat left 44px center;
	padding-left: 80px;
}
.is-fieldDe-cls a:nth-child(4):hover,
.is-fieldDe-cls a:nth-child(4).on{
	background: #e71a0f url(../images/yy-de-ico4_on.png) no-repeat left 44px center;
}
/*战略产品 Strategic*/
.Strategic{
	width: 100%;
    overflow: hidden;
    padding: 64px 0;
}
.Strategic .strategicleft{
	width:68.1428%;
	float:left;
	margin-top:53px;
}
.Strategic .strategicright{
	width:27.5714%;
	float:right;
}
.strategicright-title{
    font-size:26px;
	color:#fff;
	background:#e71a0f;
	text-indent:19px;
	line-height:53px;
	font-weight:bold;
}
.strategicright-list{
	width:100%;
	margin-top:7px;
}
.strategicright-list ul li{
	font-size:16px;
	color:#222;
	line-height:50px;
	background:url(../images/greyround.png) no-repeat left center;
	padding-left:16px;
	border-bottom:1px solid #f0f0f0;
	transition: all .5s ease;
	cursor:pointer;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	min-height:50px;
}
.strategicright-list ul li:hover, .strategicright-list ul li.on{
	font-size:16px;
	color:#e71a0f;
	line-height:50px;
	background:url(../images/redround.png) no-repeat left center;
	padding-left:16px;
	border-bottom:1px solid #e71a0f;
	transition: all .5s ease;
}
.downloadbutton{
	
	overflow:hidden;
}
.strategicdownload{
	border:1px solid #e71a0f;
	color:#e71a0f;
	font-size:16px;
	line-height:51px;
	padding-left:0px;
	width:170px;
	margin:0 auto;
	float:left;
	margin-left:240px;
	transition: all .5s ease;
}
.strategicdownload a{
	background:url(../images/strategicdownload.png) no-repeat 35px center;
	display:block;
	width:100%;
	height:50px;
	padding-left:73px;
    color: #e71a0f;
	transition: all .5s ease;
}
.strategicdownload:hover{
	border:1px solid #e71a0f;
	color:#fff;
	font-size:16px;
	line-height:51px;
	padding-left:0px;
	width:170px;
	margin:0 auto;
	float:left;
	margin-left:240px;
	transition: all .5s ease;
	background:#e71a0f;
}
.strategicdownload:hover a{
	background:url(../images/strategicdownloadw.png) no-repeat 35px center;
	display:block;
	width:100%;
	height:50px;
	padding-left:73px;
    color: #fff;
	transition: all .5s ease;
}

.strategicdownload2{
	border:1px solid #e71a0f;
	color:#e71a0f;
	font-size:16px;
	line-height:51px;
	padding-left:0px;
	width:170px;
	float:left;
	margin:0 20px;
	
}
.strategicdownload2 a{
	background:url(../images/strategiczixun.png) no-repeat 35px center;
	display:block;
	width:100%;
	height:50px;
	padding-left:73px;
    color: #e71a0f;
}
.strategicdownload2:hover{
	border:1px solid #e71a0f;
	color:#fff;
	font-size:16px;
	transition: all .5s ease;
	background:#e71a0f;
}
.strategicdownload2:hover a{
	background:url(../images/strategiczixunw.png) no-repeat 35px center;
	display:block;
	color:#fff;
	transition: all .5s ease;
}

.strategicleft-title{
	border:1px dashed #e71a0f;
}
.strategicleft-title2{
	font-size:20px;
	color:#fff;
	
	text-align:center;
	line-height:41px;
	margin:6px 6px;
	background:#e71a0f;
}
.strategicleft-subtitle{
	color:#e71a0f;
	
	font-size:18px;
	margin-top:30px;
}
.strategicleft-list{
	width:100%;
	margin-top:24px;
}
.strategicleft-list h4{
	color:#333333;
	line-height: 50px;
	font-size:16px;
}
.strategicleft-list span{
	color:#777;
	font-size:15px;
}	
.strategicleft.bd ul li table{
	margin-top:40px;
	font-size:14px;
	color:#666;
}
.strategicleft.bd ul li table tr{
	border-bottom:1px solid #d2d2d2;
	height:66px;
}
.strategicleft.bd ul li table .firstline{
	background:#eeeeee;
	line-height:53px;
	font-size:16px;
	color:#555;
	
}
.strategicleft.bd ul li table .redname{
	color:#e71a0f;
}
.strategicmobile{
	display:none;
}

/*效果*/
.wz-prode-info{ 
	width: 90%;
	margin: 80px auto 0;
}
.wz-prode-info .swiper-container-horizontal>.swiper-scrollbar{
	height: 9px;
}
.wz-prode-info .swiper-scrollbar-drag{
	background: #e71a0f;
}
.wz-prode-info .gallery-top{
	width: 54.8%;
	float: left;
	padding-bottom: 48px;
}
.car-list{
	width: 100%;
}
.CarImg img{
	display: block;
	width: 100%;
}
.NowInfo{
	overflow: hidden;
	margin-top: 22px;
	padding-left: 25%;
}
.NowInfo .Pic{
	float: left;
	width: 45.05%;
}
.NowInfo .Pic img{
	display: block;
	width: 100%;
}
.NowInfo .sub{
	float: right;
	font-size: 15px;
	color: #777777;
	width: 50%;
	line-height: 26px;
}
.NowInfo .sub h6{
	font-size: 24px;
	color: #333333;
	margin-bottom: 8px;
	padding-top: 28px;
}
.wz-prode-info .gallery-thumbs{
	width: 35%;
	float: right;
}
.wz-prode-info .gallery-thumbs h3{
	font-size: 24px;
	color: #333333;
	padding-top: 24px;
	margin-bottom: 20px;
}
.wz-prode-info .p-li{
	height: 40px;
	font-size: 16px;
	color: #888888;
	cursor: pointer;
}
.wz-prode-info .p-li .bt{
	line-height: 40px;
	width: 60%;
	height: 40px;
	float: left;
	min-height: 40px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.wz-prode-info .yy-list{ 
	width: 38%;
	float: right;
	padding-top: 8px;
}
.wz-prode-info .yy-list span{
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-right: 5px;
	background: #d3d0d0 url(../images/de-yy1.png) no-repeat center center;
	border-radius: 100%;
}
.wz-prode-info .yy-list span#y1{
	background: #d3d0d0 url(../images/de-yy1.png) no-repeat center center;
}
.wz-prode-info .yy-list span#y2{
	background: #d3d0d0 url(../images/de-yy4.png) no-repeat center center;
}
.wz-prode-info .yy-list span#y3{
	background: #d3d0d0 url(../images/de-yy2.png) no-repeat center center;
}
.wz-prode-info .yy-list span#y4{
	background: #d3d0d0 url(../images/de-yy3.png) no-repeat center center;
}
/*
.wz-prode-info .yy-list span:nth-child(2){
	background: #d3d0d0 url(../images/de-yy2.png) no-repeat center center;
}
.wz-prode-info .yy-list span:nth-child(3){
	background: #d3d0d0 url(../images/de-yy3.png) no-repeat center center;
}
.wz-prode-info .yy-list span:nth-child(4){
	background: #d3d0d0 url(../images/de-yy4.png) no-repeat center center;
}
*/
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active .p-li{
	color: #e71a0f;
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active .yy-list span{
	background: #e71a0f url(../images/de-yy1.png) no-repeat center center;
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active .yy-list span:nth-child(2){
	background: #e71a0f url(../images/de-yy2.png) no-repeat center center;
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active .yy-list span:nth-child(3){
	background: #e71a0f url(../images/de-yy3.png) no-repeat center center;
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active .yy-list span#y1{
	background: #e71a0f url(../images/de-yy1.png) no-repeat center center;
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active .yy-list span#y2{
	background: #e71a0f url(../images/de-yy4.png) no-repeat center center;
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active .yy-list span#y3{
	background: #e71a0f url(../images/de-yy2.png) no-repeat center center;
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active .yy-list span#y4{
	background: #e71a0f url(../images/de-yy3.png) no-repeat center center;
}

/*productDe*/
.P-De-info{
	width: 100%;
	overflow: hidden;
	padding: 80px 0 ;
}
.P-De-info .title{
	text-align: center;
	font-size: 32px;
	color: #333333; 
}
.P-De-info .title > div{
	display: inline-block;
}
.P-De-info .title .pde-bt{
	line-height: 38px;
}
.P-De-info .title .pde-yy{ 
	height: 45px;
}
.P-De-info .title span{
	display: block;
	float: left;
	width: 36px;
	height: 36px;
	line-height: 26px;
	background: #e71a0f;
	border-radius: 100%;  
	margin-top: 14px;
	margin-left: 5px;
	margin-right: 5px;
}
.P-De-info .sub{
	font-size: 15px;
	color: #666666;
	line-height: 26px;
/*
	text-align: center;
	margin-top: 46px;
*/
	width: 60%;
	margin: 46px auto 0;
	word-break: break-all;
}
.P-De-info .sub p{
	text-indent: 2em;
}
.P-De-info .down_consultation{
	text-align: center;
/*	overflow: hidden;*/
	margin-top: 80px;
}
.P-De-info .down_consultation a{
	display: inline-block;
	width: 270px;
	line-height: 58px; 
	font-size: 18px;
	color: #fff;
	margin: 0 5px;
	height: 58px;
/*	border: 3px solid #e71a0f;*/
	position: relative;
	font-weight: bold;
	background: #e71a0f;
    transition: all .5s ease;
}
.P-De-info .down_consultation a:hover{
	box-shadow: 7px 5px 10px 0 rgba(231, 26, 15, .4);
    transition: all .5s ease;
}
/*
.P-De-info .down_consultation a::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%; 
	left: 0;
	top: 0;
	opacity: 1;
	border: 2px solid #e71a0f;
    transition: all .5s ease;
}
.P-De-info .down_consultation a:hover::after{ 
	opacity: 1;
	transform: scaleY(1.2) scaleX(1.05); 
	border-radius: 5px; 
    transition: all .5s ease;
}
*/
.P-De-info .down_consultation a:hover{
	border-radius: 5px;
    transition: all .5s ease;
}
/*
.P-De-info .down_consultation a:nth-child(1){
	background: #e71a0f url(../images/pdf-ico-bs.png) no-repeat left 38px center;
	padding-left: 52px;
}
.P-De-info .down_consultation a:hover{ 
    transition: all .5s ease;
}
.P-De-info .down_consultation a:nth-child(2){
	background: #e71a0f url(../images/ljzx-ico-bs.png) no-repeat left 64px center;
	padding-left: 36px;
}
*/
.P-De-info .down_consultation a:nth-child(1) span{
	display: inline-table; 
	margin-right: 18px;
}
.P-De-info .down_consultation a:nth-child(2) span{
	display: inline-table; 
	margin-right: 18px;
}
.P-De-info .down_consultation a:nth-child(1) span img{
	 width: 28px; 
	margin-top: -3px;
} 
.P-De-info .down_consultation a:nth-child(1) i{ 
	display: block;
	width: 65px;
	height: 35px;
	background: url(../images/pdf-ico-bs.png) no-repeat center center;
}

/*分享*/
.P-De-info .prode-fx{
	overflow: hidden;
	display: block;
	width: 140px;
	margin: 25px auto;
	text-align: center;
}
.P-De-info .prode-fx .fxd{
/*
	float: left;
	line-height: 30px;
	font-weight: bold;
	font-size: 15px;
	color: #e71a0f;
*/
	float: left;
	width: 30px;
	height: 30px;
	background: url(../images/0fx.png) no-repeat center center;
	background-size: 34px;
	margin-right: 10px;
	cursor: pointer;
}
.P-De-info .prode-fx .bshare-custom{
	float: left;
}
.P-De-info .prode-fx .bshare-custom a{
	display: block;
	width: 30px;
	height: 30px;
	padding: 0 !important;
	float: left;
	margin-right: 10px;
	position: relative;
    transition: all .5s ease;
}
.P-De-info .prode-fx .bshare-custom a::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	transform: scale(0);
    transition: all .5s ease;
}
.P-De-info .prode-fx .bshare-custom a:hover::after{
	opacity: 1;
	transform: scale(1);
    transition: all .5s ease;
}
.P-De-info .prode-fx .bshare-custom .bshare-sinaminiblog{
	background: url(../images/0pwb.png) no-repeat center center !important;
	background-size: 30px 30px !important;
}
.P-De-info .prode-fx .bshare-custom .bshare-sinaminiblog::after{ 
	background: url(../images/0pwb2.png) no-repeat center center !important;
	background-size: 30px 30px !important;
}
.P-De-info .prode-fx .bshare-custom .bshare-weixin{
	background: url(../images/0pwx.png) no-repeat center center !important;
	background-size: 30px 30px !important;
}
.P-De-info .prode-fx .bshare-custom .bshare-weixin::after{
	background: url(../images/0pwx2.png) no-repeat center center !important;
	background-size: 30px 30px !important;
} 

.P-De-Tz{
	width: 100%;
	overflow: hidden;
	padding: 60px 0 80px 0;
	background: #f1f1f1;
}
.is-wz-h4{
	text-align: center;
	font-size: 32px;
	color: #333333;
}
.P-De-Tz .row{
	margin-top: 28px;
}
.P-De-Tz .row .sub{
	line-height: 50px;
	border-bottom: 1px solid #e0dfdf;
	background: url(../images/red-round.png) no-repeat left center; 
	padding-left: 20px;
}
@media (min-width: 992px){
	.P-De-Tz .col-md-6 {
	    padding-left: 24px;
	    padding-right: 24px;
	}
}

.P-De-parameter{
	width: 100%;
	overflow: hidden;
	padding: 60px 0;
}
.P-De-parameter img{
	display: block;
	margin: 45px auto 0;
}

/*productList*/
.productList{
	width: 100%;
	overflow: hidden;
	padding: 52px 0 60px 0;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}
.pro-class{
	width: 21.428571428%;
	float: left;
	overflow: hidden;
}
.pro-class .item-list{
	margin-bottom: 25px;
}
.pro-class h3{
	line-height: 45px;
	background: #f0f0f0;
	text-indent: 17px;
	font-size: 24px;
	color: #333333;
	margin-bottom: 14px;
}
.pro-class .item-list > a{
	color: #555555;
	font-family: "思源黑体 CN";
	line-height: 34px;
	background: url(../images/p-no.jpg) no-repeat left center;
	display: block;
	padding-left: 30px;
	margin-left: 17px;
}
.pro-class .item-list > a.cur{
	background: url(../images/p-on.jpg) no-repeat left center;
}
.pro-search{
	width: 100%;
	height: 38px;
	background: #f7f7f7 url(../images/p-search.png) no-repeat right 14px center;
	cursor: pointer;
	display: block;
}
.P-ps{
	font-size: 14px;
	color: #777777;
	line-height: 22px;
	margin-top: 22px;
}
.pro-list{
	width: 73.571428471%;
	float: right;
	overflow: hidden;
}
.is-pro-bt{
	width: 100%;
	line-height: 45px;
	font-size: 18px;
	overflow: hidden;
	color: #333333; 
	background: #f0f0f0;
}
.is-pro-bt p{
	text-align: center;
}
.is-pro-bt p.f-l{
	text-indent: 15px;
	width:12%;
}
.is-pro-bt p.f-m{
	float:left;
	width:41%;
	padding-left:30.5%;
	text-align:left;
}
.is-pro-bt p.f-r{
	width: 22%;
}
.pro-list-ul{
	overflow: hidden;
	margin-top: 13px;
}
.pro-list-ul li{
	height: 70px;
	overflow: hidden;
	border-bottom: 1px solid #dedddd;
    transition: all .5s ease;
	padding-top:10px;
}
.pro-list-ul li:hover{
	border-bottom: 1px solid #e71a0f;
    transition: all .5s ease;
}
.pro-list-ul li .cp-tit{
	font-size: 15px;
	width: 39%;
	color: #555555;
	float: left;
	line-height: 25px;
	min-height: 50px;
	padding-left: 30px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .5s ease;
	word-break:break-all;
}
.pro-list-ul li .cp-td{
	display: flex;
	width: 38%;
	color: #555555;
	float: left;
	line-height: 25px;
	min-height: 50px;
	padding-left: 40px;
	align-items: center;
}
.pro-list-ul li .cp-td p{
	font-size: 15px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .5s ease;
}
.pro-list-ul li:hover .cp-tit, .pro-list-ul li:hover .cp-td p{
	color: #e71a0f;
    transition: all .5s ease;
}
.pro-list-ul li .yy-list{
	float: right;
	width: 22%;
	text-align: center;
	padding-top: 10px;
}
.pro-list-ul li .yy-list span{
	display: inline-block;
	width: 28px;
	height: 28px;
	/*background: #e71a0f ;
	border-radius: 100%;*/
	margin: 0 4px;
}

/*pc宽度*/
@media (min-width: 1410px){
	.Ny-lm .container,
	.wz-gcjy .container,
	.Standard .container,
	.Customer .container,
	.news .container,
	.newsDe .container,
	.staff .container,
	.problem .container,
	.recruit .container,
	.quality .container,
	.field .container,
	.fieldDe .container,
	.P-De-info .container,
	.productList .container,
	.Strategic .container
	{
	    width: 1400px;
	}
	.Aspirations .container{
		width: 1272px;
	}
	.contact .container{
		width: 1155px;
	}
	.message .container{
		width: 1190px;
	} 
	.history-warp .contact{
		width: 1240px; 
	}
	.P-De-Tz .container{
		width: 1094px;
	}
} 

/*isNyHb 内页海报*/
#isNyHb .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
}
#isNyHb .swiper-pagination-bullet-active{
	background: #fff;
}

/*Ny-lm 内页栏目*/
.Ny-lm{
	width: 100%;
	line-height: 53px;
	border-bottom: 1px solid #e6e6e6;
	overflow: hidden;
}
.is-now-lm{
	float: left;
	font-size: 24px;
	color: #333333;
}
.is-sub-lm{
	float: right;
}
.is-sub-lm a{
	display: block;
	float: left;
	font-size: 16px;
	color: #333333; 
	padding: 0 22px;
}
.is-sub-lm a:hover,
.is-sub-lm a.on{
	color: #fff;
	background: #e71a0f;
} 

/*foot*/
footer{
	width: 100%;
	overflow: hidden;
	background: #333333;
}
.fp-auto-height{
	height: auto !important;
}
@media (min-width: 1200px){
	footer .container{
		width: 95.28125%;
	}
}
@media (min-width: 1920px){
	footer .container{
		width: 88.541667%;
	}
}
.foot-top{
	padding: 86px 0 120px 0;
	overflow: hidden;
}
.foot-lm{
	float: left;
	overflow: hidden;
}
.foot-lm .item-list{
	float: left;
	overflow: hidden;
	margin-left: 96px;
}
.foot-lm .item-list:nth-child(1){
	margin-left: 0;
}
.foot-lm .item-list h5{
	font-size: 16px;
	color: #fff;
	margin-bottom: 18px;
}
.foot-lm .item-list a{
	display: block;
	font-size: 14px;
	color: #9a9a9a;
	line-height: 32px;
}
.foot-lm .item-list a:hover{
	color: #fff;
}
.foot-ewm{
	float: right;
	overflow: hidden;
	margin-top: 20px;
	margin-left: 25px;
}
.foot-ewm img{
	
}
.foot-ewm p{
	font-size: 14px;
	text-align: center;
	color: #fff;
	padding-top: 24px;
}
.foot-copy{
	width: 100%;
	overflow: hidden;
	line-height: 68px;
	border-top: 1px solid #454545;
}
.foot-copy p{
	font-size: 14px;
	color: #bfbfbf;
}
.foot-copy a{
	color: #BFBFBF;
}
.foot-copy a:hover{
	color: #fff;
	text-decoration: underline;
}
.f-l{
	float: left;
}
.f-r{
	float: right;
}
.foot-keys{
	color: #bfbfbf;
	font-size: 14px;
}
.foot-keys a{
	color: #bfbfbf;
}
.foot-keys a:hover{
	color: #fff;
}

/*page*/
.Page{
	width: 100%;
	text-align: center;
	line-height: 30px;
	padding-top: 30px;
}
.disabled{ border:1px solid #d8d8d8; padding: 5px 5px; font-size:12px; color:#ababab; display: none;}
.Page a:hover{
	border:1px solid #e6013a;
}
.Page a{display: inline-block; border:1px solid #c9c9c9; width: 40px; line-height: 38px; font-size:12px; color:#ababab; border-radius: 100%; }
.Page a.sy{color:#707072 !important;}
.current{display: inline-block;background:#e6013a; width: 40px; line-height: 38px; color:#fff; border:1px solid #e6013a;font-size:12px;border-radius: 100%;}
.Page .currentPages{
	display: inline-block;background:#e6013a; width: 40px; line-height: 38px; color:#fff; border:1px solid #e6013a;font-size:12px;border-radius: 100%;
}

/*Webkit,Opera9.5+,Ie9+*/
::selection {
	background: #e71a0f;
	color: #fff;
}

/*Mozilla Firefox*/
::-moz-selection {
	background: #e71a0f;
	color: #fff;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar
{
	width: 6px;
	height: 16px;
	background-color: #fff;  
}
.kh-right-info::-webkit-scrollbar{
	background: url(../images/kh-gdt-bk.jpg) repeat-y center center;
}
 
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.4);
	/*border-radius: 10px;*/
	background-color: #f2f2f2;
}
.kh-right-info::-webkit-scrollbar{
	background: url(../images/kh-gdt-bk.jpg) repeat-y center center ;
}
 
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb
{ 
	cursor: pointer;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: rgba(231,26,15,.6); 
	border-radius: 0;
}  
::-webkit-scrollbar-thumb:hover{
	background-color: rgba(231,26,15,.8);
}
::-webkit-scrollbar-thumb:active{
	background-color: rgba(231,26,15,1); 
}
/*定义两端上下按钮*/
/*::-webkit-scrollbar-button {
	height: 10px;
	width: 10px;
	background: #ff6a07;
}*/
.sroll_top {
    right: 0.8%;
    bottom: 6%;
    position: fixed;
    display: none;
    cursor: pointer;
    z-index: 1000;
}
/*据点*/
.wz-jd-warp{
	width: 100%;
	overflow: hidden;
	padding: 55px 0 60px 0;
}
.is-jd-cls{
	overflow: hidden;
	text-align: center;
}
.is-jd-cls a{
	display: inline-block;
	font-size: 32px;
	color: #999999;
	margin: 0 22px;
}
.is-jd-cls a.on{
	color: #333333;
}
.is-jd-box{ 
	margin-top: 38px;
}
.jd-list .sub{
	font-size: 15px;
	color: #666666;
	line-height: 25px;
	text-align: center;
}
.china-jd-list-warp{
	text-align: center;
	margin-top: 35px;
}
.china-jd-list{
	display: inline-block; 
	position: relative;
}
.china-jd-abs{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.zg-bj-jd{
	position: absolute;
	cursor: pointer;
}
.zg-bj-box{
	position: relative;
	width: 43px;
	height: 41px;
	background: url(../images/dt-ico1.png) no-repeat center center;
    transition: all .5s ease;
}
.zg-bj-box:hover{
	background: url(../images/dt-ico2.png) no-repeat center center;
    transition: all .5s ease;
}
.zg-bj-jd#gc1{
	bottom: 332px;
	right: 156px;
}
.zg-bj-jd#gc2{
	bottom: 450px;
	right: 210px;
}
.zg-bj-jd#gc3{
	bottom: 201px;
    right: 249px;
	z-index: 3;
}
.zg-bj-jd#gc4{
	bottom: 350px;
    right: 178px;
} 
.zg-bj-jd#gc4:hover{
	z-index: 999;
}
.zg-bj-jd#gc5{
	bottom: 215px;
    right: 218px;
} 
.zg-bj-jd#gc6{
	bottom: 326px;
    left: 394px;
	z-index: 1;
}
.zg-bj-jd#gc6:hover{
	z-index: 4;
}
.zg-bj-jd:hover{
	z-index: 999;
}
.now-gc-info-warp{
	position: absolute;
	left: 35px;
	top: -175px;
	width: 400px;
	opacity: 0;
	visibility: hidden;
	z-index: 9999;
    transition: all .5s ease;
}
.zg-bj-jd:hover .now-gc-info-warp{
	opacity: 1;
	visibility: visible;
    transition: all .5s ease;
}
.now-gc-info-warp .left-bg{
	width: 25px;
	height: 339px;
	float: left;
/*	background: url(../images/jd1-left.png) no-repeat top center;*/
}
.now-gc-info-warp .right-cont{
	width: 375px;
	height: 341px;
	background: #e71a0f;
	float: right;
	border-radius: 8px;
	padding: 22px 8px 0 20px;
}
.now-gc-info-warp .right-cont .cont{
	height: 300px;
	overflow: auto;
	padding-right: 12px;
}
.now-gc-info-warp .right-cont .cont .Pic img{
	display: block;
	width: 100%;
}
.now-gc-info-warp .right-cont .cont .SubInfo{
	padding-top: 10px;
	color: #fff;
	text-align: left;
}
.now-gc-info-warp .right-cont .cont .SubInfo .tit{
	font-size: 16.5px;
}
.now-gc-info-warp .right-cont .cont .SubInfo .sub{
	font-size: 14px;
	color: #FFF;
	line-height: 25px;
	text-align: left;
	margin-top: 10px;
}
.now-gc-info-warp.hw{
	left: 6px;
    top: -184px;
}
.now-gc-info-warp.cul{
	left: -390px;
}
.now-gc-info-warp.cul .left-bg{
	float: right;
/*	background: url(../images/right-back.png) no-repeat center center;*/
}
.now-gc-info-warp.cul .right-cont{
	float: left;
}
.region-list{position: absolute; cursor: pointer;}
.area-box{
	position: relative;
}
/*
.area-box:hover .now-gc-info-warp{
	visibility: visible;
	opacity: 1;
    transition: all .5s ease;
    z-index: 999;
}
*/

@-webkit-keyframes warn{
0%{-webkit-transform:scale(0);transform:scale(0);opacity:1}
100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}
}
@-moz-keyframes warn{
0%{-moz-transform:scale(0);transform:scale(0);opacity:1}
100%{-moz-transform:scale(1);transform:scale(1);opacity:0}
}
@-o-keyframes warn{
0%{-o-transform:scale(0);transform:scale(0);opacity:1}
100%{-o-transform:scale(1);transform:scale(1);opacity:0}
}
@keyframes warn{
0%{-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);transform:scale(0);opacity:1}
100%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:0}
}
.area-box .dot{
	position:absolute;z-index: 9999999; left:0;width:10px;height:10px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;transition: all .5s ease;background:#e71a0f;opacity:0.8;filter:alpha(opacity=100)}
.area-box .dot:hover{
	opacity: 1;
    transition: all .5s ease;
}
.area-box .pulse{position:absolute;top:-18px;left:-18px;height:46px;width:46px;border:2px solid #e7bbb8;-webkit-border-radius:48px;-moz-border-radius:48px;border-radius:48px;-webkit-box-shadow:0 0 4px #e7bbb8,0 0 10px #82878f inset;-moz-box-shadow:0 0 4px #e7bbb8,0 0 10px #e7bbb8 inset;box-shadow:0 0 4px #e7bbb8,0 0 10px #e7bbb8 inset;opacity:.12;filter:alpha(opacity=0);-webkit-animation:warn 2s ease-out both;-moz-animation:warn 2s ease-out both;-o-animation:warn 2s ease-out both;animation:warn 2s ease-out both;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-o-animation-iteration-count:infinite;animation-iteration-count:infinite;background:0 0}
#hw1{
	top: 232px;
	left: 201px;
}
#hw2{
	left: 503px;
	top: 221px;
}
#hw3{
	right: 285px;
	bottom: 240px;
}
#hw4{
	right: 203px;
	bottom: 176px;
} 
#hw5{
	right: 116px;
	bottom: 331px;
}
#hw6{
	right: 202px;
	bottom: 239px;
}
#hw7{
	right: 218px;
	bottom: 242px;
}
#hw8{
	right: 150px;
	bottom: 320px;
}
#hw9{
	right: 156px;
	bottom: 329px;
}
#hw10{
	right: 130px;
	bottom: 319px;
}
#hw11{
	right: 119px;
	bottom: 320px;
}
#hw12{
	right: 210px;
	bottom: 209px;
}
#hw13{
	right: 205px;
    bottom: 255px;
}
#hw4 .now-gc-info-warp{
	
}
.search-wrap {
	display: flex;
	flex-direction: row;
}

.search-wrap input {
	background: none;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	color: #333;
	width: 80%;
	background: #fff;
	border: none;
	outline: none;
	padding-left: 10px;
}

.search-wrap button {
	background: #e71a0f;
	color: #fff;
	font-size: 18px;
	text-align: center;
	border-radius: 0px;
	height: 45px;
	line-height: 45px;
	width: 28%;
	border: none;
	outline: none;
}
.jd-mobile-list{
	display: none;
}

/*jd-de*/
.jd-de{ 
	padding: 40px 36px 0 35px;
	overflow: hidden;
}
.jd-de .Pic{
	width: 41.764705882%;
	float: left;
}
.jd-de .Pic img{
	display: block;
	width: 100%;
}
.jd-de .SubInfo{
	width: 54.117647058%;
	float: right;
}
.jd-de .SubInfo h4{
	font-size: 24px;
	line-height: 28px;
	color: #e71a0f;
	padding-top: 5px; 
}
.jd-de .SubInfo ul{
	margin-top: 20px;
}
.jd-de .SubInfo ul li{
	line-height: 46px;
	border-bottom: 1px solid #f0f0ef;
	font-size: 15px;
	color: #666666;
}

/*hwjd-de*/
.hwjd-de{
	width: 100%;
	height: 100%;
}
.hwjd-bt{
	font-size: 20px;
    color: #fff;
	padding-top: 12px;
	padding-bottom: 8px;
}
.hwjd-cont{
	font-size: 14px;
    color: #fff;
    line-height: 25px;
    text-align: left;
    margin-top: 10px;
}
.hwjd-warp{
	width: 375px !important;
	height: 341px !important; 
    padding: 22px 8px 0 20px !important;
	border-radius: 8px !important;
	background: #e71a0f !important;
} 
.wzvideo{
	width: 720px !important;
	height: 414px !important;
	background: #000;
}
.videode{
	width: 100%;
    height: 100%;
    background: #000;
    margin: 0 auto;
    overflow: hidden;
    padding: 5px;
}
.wheel {
    -webkit-animation-name: drop;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    -webkit-animation-name: drop;
    animation-name: drop;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}
@-webkit-keyframes drop {
	0% {
		left: 5px;
		opacity: 1;
	}
	25% {
		left: 5px;
		opacity: 1;
	}
	50% {
		left: 10px;
		opacity: 0.3;
	}
	75% {
		left: 25px;
		opacity: 1;
	}
	100% {
		left: 25px;
		opacity: 1;
	}
}

@keyframes drop {
	0% {
		left: 5px;
		opacity: 1;
	}
	25% {
		left: 5px;
		opacity: 1;
	}
	50% {
		left: 10px;
		opacity: 0.3;
	}
	75% {
		left: 25px;
		opacity: 1;
	}
	100% {
		left: 25px;
		opacity: 1;
	}
}
/*wz-fd-zx*/
.wz-fd-zx{
	position: fixed;
	width: 166px;
	padding: 6px 0;
	background: #e71a0f;
	color: #fff;
	left: 0;
	top: 50%;
	z-index: 999;
	transform: translateX(-114px);
	webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.wz-fd-zx:hover{
	transform: translateX(0);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.wz-fd-zx .ico{
	width: 53px;
	height: 38px;
	background: url(../images/0wz-fd-tel.png) no-repeat center center;
	float: left;
	border-left: 1px solid #fff;
}
.wz-fd-zx .tit{
	width: 113px;
	text-align: center;
	float: left;
	line-height: 38px;
	font-size: 18px;
	color: #fff;
}

/*全站搜索*/
.wz-web-search{
	width: 100%;
	padding: 44px 0 100px;
}
.wz-web-search .container{
	width: 96.875%;
	max-width: 1030px;
}
.wz-web-search .Th4{
	line-height: 45px;
	text-indent: 32px;
	background: #f0f0f0;
	font-size: 24px;
	color: #3f3f3f;
}
.wz-web-search .now-zd{
	font-size: 18px;
	color: #3f3f3f;
	line-height: 25px;
	margin-top: 25px;
}
.wz-web-search .now-zd span{
	color: #ff0000;
}
.wz-web-search .ssForm{
	margin-top: 60px;
	overflow: hidden;
}
.wz-web-search .ssForm .ssIco{
	display: block;
	width: 33px;
	height: 33px;
	background: url(../images/0znss-ico.png) no-repeat center center;
	float: left;
	position: relative;
	top: 9px;
}
.wz-web-search .ssForm input[type=text]{
	width: 65%;
	border: none;
	outline: none;
	border-bottom: 1px solid #939393;
	margin-left: 20px;
	height: 43px;
	font-size: 16px;
	color: #555;
}
.wz-web-search .ssForm input[type=text]::placeholder{
	color: #a2a2a2;
}
.wz-web-search .ssForm #wzSr{
	width: 145px;
	height: 43px;
	background: #ff0000;
	border: none;
	border-radius: 50px;
	outline: none;
	margin-left: 13px;
	color: #fff;
	font-size: 20px;
}
.wz-web-search .ssLm{
	overflow: hidden;
	margin-top: 42px;
}
.wz-web-search .ssLm a{
	display: block;
	background: url(../images/p-no.jpg) no-repeat left center;
	padding-left: 30px;
	line-height: 25px;
	float: left;
	font-size: 15px;
	color: #777272;
	margin-right: 38px;3
}
.wz-web-search .ssLm a.on{
	background: url(../images/p-on.jpg) no-repeat left center;
}
.wz-web-search .ssLm span{
	display: inline-block;
	position: relative;
	top: 4px;
	margin-left: 6px;
}
.wz-web-search ul{
	margin-top: 65px;
}
.wz-web-search ul li{
	overflow: hidden;
	border-bottom: 1px solid #dedddd;
	padding-bottom: 35px;
	margin-bottom: 32px;
}
.wz-web-search ul li .titBox{
	overflow: hidden;
}
.wz-web-search ul li .titBox .num{
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #ff0000; 
	line-height: 30px;
}
.wz-web-search ul li .titBox .tit{
	width: 90%;
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #ff0000;
	line-height: 30px;
/*	margin-left: 10px;*/
}
.wz-web-search ul li .titBox .tit .t1{
	
}
.wz-web-search ul li .sub{
	font-size: 15px;
	color: #3f3f3f;
	line-height: 25px;
	margin-top: 14px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.wz-web-search ul li .url{
	line-height: 25px;
	margin-top: 5px;
	color: #a2a2a2;
	font-size: 15px;
} 
.wz-web-search ul li .url:hover{
	color: #ff0000;
}
.wzXsCss{
	width: 71% !important;
	height: 82%;
}
.PC{
/*	display: block;*/
}
.MB{
	display: none;
}
/*2024-09-23 crs add yu*/
.Index-Crs{
	width: 100%;
	background: url(../images/crs-bg.jpg) no-repeat center center;
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.Index-Crs,
.Index-Crs .is-wz-bt,
.Index-Crs .is-wz-sub{
	color: #fff;
}
 
.Index-Crs .is-wz-bt{
	padding-top: 26px;
    margin-bottom: 34px;
}
.Index-Crs .ljgd{
	display: block;
    margin: 87px auto 0;
    width: 158px;
    line-height: 45px;
    border-radius: 45px;
    background: rgba(255,255,255,.3);
    text-align: center;
    color: #fff;
    font-size: 15px;
}
.Index-Crs .ljgd:hover{
	background: #e71a0f;
}
.Index-Crs .crs-swiper{
	 width: 95.28125%;
	max-width: 1410px;
	margin: 0 auto;
	padding-top: 80px;
}
.Index-Crs .mySwiper{
	width: 100%;
    height: 100%;
}

.Index-Crs .mySwiper .swiper-slide {
  font-size: 14px;
  background: rgba(255,255,255,.3);
  color: #fff;
  line-height: 28px;
  height: 196px;
}
 .Index-Crs .mySwiper .swiper-slide .info{
 	padding: 37px;
 }
 .Index-Crs .mySwiper .swiper-slide .tit{
 	text-align: center;
 	font-size: 24px;
 	font-weight: bold;
 	padding-bottom: 10px;
 }
 }
@media (min-width: 1200px){
.Index-Crs .crs-swiper {
    width: 95.28125%;
    margin: 0 auto;
	}
}
@media (max-width: 767px){
	.Index-Crs .is-wz-sub{
		font-size: 12px;
	    line-height: 22px;
	    padding-top: 0;
	    padding-left: 3%;
	    padding-right: 3%;
	    width: 100%;
	    display: -webkit-box;
	    -webkit-line-clamp: 4;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
	}
	.Index-Crs .is-wz-bt{
		font-size: 22px;
	 margin-bottom: 10px;
	}
	.Index-Crs .mySwiper .swiper-slide {
		font-size: 12px;
		line-height: 22px;
		height: 160px;
	}
	 .Index-Crs .mySwiper .swiper-slide .info{
	 	padding:20px 15px;
	 }
	 .Index-Crs .crs-swiper{
	 	padding-top: 30px;
	 }
	 .Index-Crs .ljgd{
	 	margin: 35px auto 0;
	    width: 120px;
	    font-size: 10px;
	    line-height: 35px;
	 }
}