@charset "UTF-8";
body{
	font-family: "微软雅黑";
}
img{
	 
}
.clear{
	clear: both;
}

.footH {
    height: 50px;
    display: none;
}
.footFix {
    background: #e82328;
    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;
}
.fl{
	float: left;
}
.fr{
	float: right;
}

/* head */
.menus{
	width: 100%;
	padding: 20px 0;
	position: fixed;
	top: 0;
	z-index: 999;
	transition: all .5s ease;
}
.menus.fixedbg{
	padding: 5px 0;
	background: rgba(0,0,0,0.45);
	transition: all .5s ease;
}
.menus .container{
	width: 96.875%;
	max-width: 1500px;
}
.menus .Logo{
	float: left;
	transform: scale(1);
	transition: all .5s ease;
}
.menus.fixedbg .Logo{
	transform: scale(0.9);
	transition: all .5s ease;
}
.WebLink{
	padding-top: 28px;
	float: right;
}
.WebLink > li{
	float: left; 
	margin-left: 70px;
	position: relative;
}
.WebLink > li:first-child{
	margin-left: 0;
}
.WebLink > li > a{
	font-size: 17px;
	color: #fff;
	line-height: 30px;
	display: block;
}
.WebLink > li:hover > a,
.WebLink > li.on > a{
	color: #e7141a;
}
.WebLink > li .sub-link{
	position: absolute;
	width: 150px;
	left: 50%;
	top: 60px;
	margin-left: -75px;
	visibility: hidden;
	opacity: 0;
	transition: all .5s ease;
}
.WebLink > li:hover .sub-link{
	top: 30px;
	opacity: 1;
	visibility: visible;
	transition: all .5s ease;
}
.WebLink > li .sub-link a{
	display: block;
	width: 100%;
	line-height: 45px;
	text-align: center;
	font-size: 14px;
	background: rgba(255,255,255,0.9);
}
.WebLink > li .sub-pad{
	height: 20px;
}
.WebLink > li .sub-a{
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
}
.WebLink > li .sub-link a:hover{
	background: #e83238;
	color: #fff;
}
.head-language-search{
	float: right;
	padding-top: 28px;
	margin-left: 98px;
}
.head-language{
	float: left;
	width: 93px;
	line-height: 29px;
	border: 1px solid #d9d9d8;
	border-radius: 50px;
	font-size: 14px;
	color: #fff;
	background: url(../images/head-yy-jt.png) no-repeat right 20px center;
	text-indent: 23px;
	cursor: pointer;
	position: relative;
	transition: all .5s ease;
}
.head-language:hover{
	border-radius: 0;
	transition: all .5s ease;
}
.head-language a{
	position: absolute;
	width: 100%;
	line-height: 28px;
	display: block;
	width: 100%;
	text-align: center;
	text-indent: 0; 
	font-family: arial;
	background: rgba(231,20,26,0.5);
	top: 0;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease;
}
.head-language:hover a{
	opacity: 1;
	visibility: visible;
	top: 30px;
	color: #fff;
	transition: all .5s ease;
}
.head-search{
	float: left;
	cursor: pointer;
	width: 20px;
	height: 20px;
	margin-left: 42px;
	margin-top: 5px;
	background: url(../images/head-search.png) no-repeat center center;
}

/* banner */
#container1{
	
}
#container1 .swiper-pagination-bullet{
	width: 46px;
	height: 5px;
	background: #fff;
	opacity: 1;
	border-radius: 0;
	transition: all .5s ease;
}
#container1 .swiper-pagination-bullet-active{
	background: #e82328;
	transition: all .5s ease;
} 
#yy-top .swiper-pagination-bullet-active{
	background: #e82328;
}
.banner-kj-warp{
	position: absolute;
	bottom:10%;
	width: 100%;
}
.banner-kj{
	position: relative; 
	width: 14%;
	min-width: 270px;
	float: right;
	margin-right: 5%;
	max-width: 450px;
}
#bannerPag{
	display: none;
}
#yyPag{
	display: none;
}
#pagination1{
	position: absolute;
	bottom: 0;
	color: #fff; 
	height: 20px;
	left: 38%;
}
#pagination1 ul{
	float: left;
	width: 50px; 
	position: relative;
	top: 5px;
}
#pagination1 ul li{
	position: absolute;
	left: 0;
	top: 0;
}
#pagination1{
	float: left;
}
#pagination1 i{
	font-size: 32px;
	font-weight: 100;
	
}
#bannerN{
	width: 59px;
	height: 59px;
	border: 1px solid #fff;
	border-radius: 100%;
	background: url(../images/banner-next.png) no-repeat center center;
	transition: all .5s ease;
}
#bannerN:hover{
	background:#e7141a url(../images/banner-next.png) no-repeat center center;
	border: 1px solid #e7141a;
	transition: all .5s ease;
}
#bannerP{
	width: 59px;
	height: 59px;
	border: 1px solid #fff;
	border-radius: 100%;
	background:  url(../images/banner-prev.png) no-repeat center center;
	transition: all .5s ease;
}
#bannerP:hover{
	background: #e7141a url(../images/banner-prev.png) no-repeat center center;
	border: 1px solid #e7141a;
	transition: all .5s ease;
}
.ui-loop{
	position:absolute;
	width:70%;
	height:2px;
	bottom:9%;
	left: 2%;
	z-index: 99;
}
	
.path-loop {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px;
}	
	
.path-loop-bg {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px;
    opacity: 0.1;
}	

/* jt-sy */
.jt-sy-h4{
	text-align: center;
	font-size: 36px;
	line-height: 40px;
	color: #333333;
}
.jt-sy-line{
	display: block;
	width: 59px;
	height: 3px;
	margin: 28px auto 0;
	background: url(../images/jt-web-line.png) no-repeat center center;
}
.abs-jt{
	width: 100%;
	position: absolute;
	z-index: 99;
	top: 60px;
}

/* indexProduct */
.indexProduct{
	width: 100%;
	padding: 60px 0 90px;
}
.indexProduct .container{
	width: 96.875%;
	max-width: 1500px;
}
#pro-top{
	margin-top: 55px;
}
#pro-top .swiper-slide{
	background: #f2f2f2;
}
#pro-top .swiper-slide .Info{
	width: 49.33333334%;
	float: left;
	padding: 52px 105px 0 150px;
}
#pro-top .swiper-slide .Info .tit{
	font-size: 36px;
	color: #333333;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 28px;
	line-height: 40px;
}
#pro-top .swiper-slide .Info .sub{
	font-size: 16px;
	color: #777777;
	line-height: 32px;
	min-height: 64px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 30px;
}
#pro-top .swiper-slide .Info span{
	display: block;
	width: 153px;
	line-height: 43px;
	border: 1px solid #e82328;
	font-size: 16px;
	color: #e7141a;
	text-indent: 28px;
	background: url(../images/sy-pro-plus.png) no-repeat right 26px center;
	margin-top: 48px;
	transition: all .5s ease;
}
#pro-top .swiper-slide:hover .Info span{
	background: #e7141a url(../images/sy-pro-plus-bs.png) no-repeat right 26px center;
	color: #fff;
	transition: all .5s ease;
}
#pro-top .swiper-slide .Pic{
	float: right;
	width: 50.66666667%;
}
.sy-pro-tab-warp{ 
	width: 80.1333334%;
	position: relative;
	margin: -67px auto 0;
	background: #fff;
	z-index: 99;
	border: 1px solid #f0efef;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	height: 205px;
}
.sy-pro-tab{
	width: 91.6666667%;
	margin: 0 auto;
}
#pro-thumbs .swiper-slide{
	padding-top: 35px;
	background-size: cover;
	padding-bottom: 32px;
	cursor: pointer;
	transition: all .5s ease;
}
#pro-thumbs .swiper-slide img{
	display: block;
	margin: 0 auto;
	border: 1px solid #eaeaea;
	padding: 8px;
	border-radius: 100%;
	transition: all .5s ease;
}
#pro-thumbs .swiper-slide.swiper-slide-thumb-active img{
	border: 1px solid #e83238;
	transition: all .5s ease;
}
#pro-thumbs .swiper-slide.swiper-slide-thumb-active{
	background: url(../images/sy-pro-hd-back.jpg) no-repeat top center;
	background-size: cover;
	transition: all .5s ease;
}
#pro-thumbs .swiper-slide p{
	text-align: center;
	font-family: arial;
	font-size: 16px;
	color: #fff;
	line-height: 25px;
	margin-top: 20px;
	opacity: 0;
	transition: all .5s ease;
}
#pro-thumbs .swiper-slide.swiper-slide-thumb-active p{
	opacity: 1;
	transition: all .5s ease;
}
#syproN,#syproP{
	width: 32px;
	height: 7px;
	margin-top: 0;
}
#syproN{
	background: url(../images/sy-pro-next.png) no-repeat center center;
	right: -5%;
}
#syproP{
	background: url(../images/sy-pro-prev.png) no-repeat center center;
	left: -5%;
}

/* indexFiele */
.indexFiele{
	width: 100%;
	position: relative; 
	padding: 0;
}
.indexFiele .container{
	width: 96.875%;
	max-width: 1500px;
	position: relative;
}
.h65{
	height: 65px;
}
#yyN,#yyP{
	width: 28px;
	height: 28px;
	margin-top: -14px;
}
#yyN{
	background: url(../images/sy-yy-next.png) no-repeat center center;
	right: 0;
}
#yyP{
	background: url(../images/sy-yy-prev.png) no-repeat center center;
	left: 0;
}
#yy-top .swiper-slide{
	height: 580px;
}
.sy-yy-tab{
	position: absolute;
	width: 100%;
	background: rgba(0,0,0,0.5);
	bottom: 0;
	left: 0;
	z-index: 99;
	height: 65px;
	line-height: 64px;
	border-top: 1px solid rgba(255,255,255,0.2); 
}
#yy-thumbs{
	width: 92.307692307%;
	margin: 0 auto;
	position: relative;
	bottom: 152px;
} 
#yy-thumbs .swiper-slide{
	font-size: 18px;
	color: #fff; 
	text-align: center;
	position: relative;
	cursor: pointer;
	transition: all .5s ease;
}
#yy-thumbs .swiper-slide .title{
	border-right: 1px solid rgba(255,255,255,0.2);
	transition: all .5s ease;
}
#yy-thumbs .swiper-slide:hover .title{
	background: rgba(212,22,29,0.9);
	transition: all .5s ease;
}
#yy-thumbs .swiper-slide.swiper-slide-visible .title{
	border-left: 1px solid #c2c1c0;
}
#yy-thumbs .swiper-slide .title.ico1 span{
	background: url(../images/hyly-ico1.png) no-repeat left center;
	padding-left: 50px; 
	display: inline-block;
}
#yy-thumbs .swiper-slide .title.ico2 span{
	background: url(../images/hyly-ico2.png) no-repeat left center;
	padding-left: 50px; 
	display: inline-block;
}
#yy-thumbs .swiper-slide .title.ico3 span{
	background: url(../images/hyly-ico3.png) no-repeat left center;
	padding-left: 41px; 
	display: inline-block;
}
#yy-thumbs .swiper-slide .title.ico4 span{
	background: url(../images/hyly-ico4.png) no-repeat left center;
	padding-left:  40px; 
	display: inline-block;
}
#yy-thumbs .swiper-slide .title.ico5 span{
	background: url(../images/hyly-ico5.png) no-repeat left center;
	padding-left: 44px; 
	display: inline-block;
}
#yy-thumbs .swiper-slide .title.ico6 span{
	background: url(../images/hyly-ico6.png) no-repeat left center;
	padding-left: 44px; 
	display: inline-block;
}
#yy-thumbs .swiper-slide .Pic{
	height: 152px;
	width: 100%;
	opacity: 0;
	padding: 17px 15px 1px 15px;
	visibility: hidden;
	background: rgba(212,22,29,0.9);
	transition: all .5s ease;
}
#yy-thumbs .swiper-slide:hover .Pic{
	opacity: 1;
	visibility: visible;
	transition: all .5s ease;
}
#yy-thumbs .swiper-slide .Pic img{
	display: block;
	width: 100%;
}
#yy-thumbs .swiper-slide.swiper-slide-thumb-active .title{
	background: rgba(212,22,29,0.9);
	transition: all .5s ease;
}

/* indexAbout */
.indexAbout{
	width: 100%;
	padding: 124px 0 130px;
	background: url(../images/sy-about-back.png) no-repeat top center;
	background-size: cover;
}
.indexAbout .container{
	width: 96.875%;
	max-width: 1500px;
}
.indexAbout .sy-abt-pic{
	width: 50.0666667%;
	float: left;
	overflow: hidden;
}
.indexAbout .sy-abt-pic img{
	display: block;
	width: 100%;
	transform: scale(1);
    transition: all .5s ease;
}
.indexAbout .sy-abt-pic:hover img{
	transform: scale(1.12);
    transition: all .5s ease;
}
.indexAbout .sy-abt-cont{
	width: 42.3333334%;
	float: right;
}
.indexAbout .sy-abt-cont .title{
	font-size: 36px;
	color: #333333;
	line-height: 40px;
	margin-top: 28px;
	background: url(../images/sy-news-jt.png) no-repeat right center;
	transition: all .5s ease;
}
.indexAbout .sy-abt-cont .title:hover{
	background: url(../images/sy-news-jt-red.png) no-repeat right center;
	transition: all .5s ease;
}
.indexAbout .sy-abt-cont .title a{
	display: block;
	color: #333;
	transition: all .5s ease;
}
.indexAbout .sy-abt-cont .title a:hover{
	color: #d6171d;
	transition: all .5s ease;
}
.indexAbout .sy-abt-cont .line{
	height: 3px;
	background: url(../images/sy-abt-line.png) no-repeat left center;
	background-size: 59px 3px;
	margin: 32px 0 38px;
}
.indexAbout .sy-abt-cont .sub{
	font-size: 15px;
	color: #777777;
	line-height: 28px;
	min-height: 140px;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.indexAbout .sy-abt-cont .box{
	margin-top: 60px;
}
.indexAbout .sy-abt-cont .box .list{
	position: relative;
	float: left;
	width: 41.259842519%; 
}
.indexAbout .sy-abt-cont .box .list .Pic{
	width: 100%;
	overflow: hidden;
}
.indexAbout .sy-abt-cont .box .list img{
	display: block;
	width: 100%;
	position: relative;
	z-index: 2;
	transform: scale(1); 
    transition: all .5s ease;
} 
.indexAbout .sy-abt-cont .box .list:hover .Pic img{
	transform: scale(1.12);
    transition: all .5s ease;
}
.indexAbout .sy-abt-cont .box .list:first-child{
	margin-right: 52px;
}
.indexAbout .sy-abt-cont .box .list span{
	display: block;
	width: 100%;
	line-height: 38px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.4);
	text-align: center;
	font-size: 15px;
	color: #fff;
	z-index: 3;
}
.indexAbout .sy-abt-cont .box .list::after{
	content: "";
	width: 100%;
	height: 100%;
	border: 1px solid #dcdcdc;
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 1;
	transition: all .5s ease;
}
.indexAbout .sy-abt-cont .box .list:hover::after{
	background: rgba(231,20,26,0.4);
	top: -12px;
	left: -12px;
	transition: all .5s ease;
}

/* index_News_Video */
.index_News_Video{
	width: 100%;
	padding: 85px 0;
}
.index_News_Video .container{
	width: 96.875%;
	max-width: 1500px;
}
.index_News_Video .top-tit{
	font-size: 36px;
	line-height: 40px;
	color: #333333;
	background: url(../images/sy-news-jt.png) no-repeat right center;
	transition: all .5s ease;
}
.index_News_Video .top-tit:hover{
	background: url(../images/sy-news-jt-red.png) no-repeat right center;
	transition: all .5s ease;
}
.index_News_Video .top-tit a{
	display: block;
	color: #333;
	transition: all .5s ease;
}
.index_News_Video .top-tit a:hover{
	color: #e7141a;
	transition: all .5s ease;
}
.indexNews{
	width: 39.7333334%;
	float: left;
}
.indexNews ul{
	margin-top: 55px;
}
.indexNews ul li{
	width: 100%;
	border-top: 2px solid #dcdcdc;
	padding-top: 20px;
	margin-bottom: 25px;
	transition: all .5s ease;
}
.indexNews ul li:hover{
	border-top: 2px solid #e7141a;
	transition: all .5s ease;
}
.indexNews ul li:last-child{
	margin-bottom: 0;
}
.indexNews ul li .tit{
	font-size: 18px;
	color: #333333;
	line-height: 25px;
	min-height: 25px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: all .5s ease;
}
.indexNews ul li:hover .tit{
	color: #e7141a;
	transition: all .5s ease;
}
.indexNews ul li .sub{
	font-size: 15px;
	color: #888888;
	line-height: 25px;
	min-height: 50px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 15px 0 15px;
	transition: all .5s ease;
}
.indexNews ul li:hover .sub{
	color: #333;
	transition: all .5s ease;
}
.indexNews ul li .time{
	font-family: arial;
	font-size: 15px;
	color: #777777;
	line-height: 25px;
	background: url(../images/sy-news-time.png) no-repeat left center;
	padding-left: 24px;
}
.indexVideo{
	width: 50%;
	float: right;
}
.indexVideo .sy-sp{
	position: relative;
	margin-top: 55px; 
}
.indexVideo video{
	background: #000;
	height: 527px;
	object-fit: fill;
}
.indexVideo .sy-sp .sp-ks{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0) url(../images/sy-video-ico.png) no-repeat center center;
	cursor: pointer;
}
.indexVideo .sy-sp .sp-ks.on{
	display: none;
}

/* about */
.about{
	width: 100%;
}
.left-link{
	width: 16.666667%;
	float: left;
}
.left-link ul{
	
}
.left-link ul li{
	line-height: 97px;
	border-bottom: 1px solid #737474;
	background: #5e6160;
	position: relative;
	transition: all .5s ease;
}
.left-link ul li:hover,
.left-link ul li.on{
	background: #e7141a;
	border-bottom: 1px solid #e7141a;
}
.left-link ul li:last-child{
	border-bottom: none;
}
.left-link ul li a{
	font-size: 18px;
	color: #fff;
	display: block;
	text-align: center;
	transition: all .5s ease;
}
.left-link ul li:hover a{
	transform: translateX(-5px);
	-o-transform: translateX(-5px);
	-ms-transform: translateX(-5px);
	-moz-transform: translateX(-5px);
	-webkit-transform: translateX(-5px);
	transition: all .5s ease;
}
.left-link ul li::after{
	content: '\e68c';
	z-index: 888;
	color: #fff;
	height: 100%;
	top: 0;
	font-size: 25px;
	right: 28%;
	font-family: 'iconfont';
	opacity: 0;
	position: absolute;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all .5s ease;
}
.left-link ul li:hover::after{
	right: 26%;
	opacity: 1;
	transition: all .5s ease;
}
.right-content{
	width: 83.333334%;
	float: left;
	background: #fff;
	padding: 48px 71px 78px 74px;
} 
.abt-tit{
	font-size: 36px;
	color: #333333;
	line-height: 40px;
}
.about .abt-tit{
	background: url(../images/abt-ico.jpg) no-repeat left center !important;
	padding-left: 39px;
}
.abt-tit.hb{
	background: url(../images/0hzico.png) no-repeat left center !important;
	background-size: 30px auto !important;
	padding-left: 39px;
}
.abt-sub{
	font-size: 15px;
	line-height: 25px;
	color: #666666;
	margin-top: 26px; 
}
.abt-pic-info{
	margin-top: 36px;
	width: 100%;
	background: #e7141a url(../images/abt-reb-back.png) no-repeat right bottom;
	margin-bottom: 58px;
}
.abt-pic{
	width: 57.737556561%;
	float: left;
	overflow: hidden;
}
.abt-pic img{
	display: block;
	width: 100%;
	transform: scale(1);
	transition: all .5s ease;
}
.abt-pic-info:hover .abt-pic img{
	transform: scale(1.12);
	transition: all .5s ease;
}
.abt-info{
	width: 42.262443438%;
	float: left;
	padding: 56px 35px 0 ;
}
.abt-info .bt{
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	line-height: 30px;
	text-align: center;
}
.abt-info .sub{
	font-size: 15px;
	color: #ffffff;
	line-height: 28px;
	margin-top: 32px;
}
.video{
	border-top: 1px solid #dfe0e0;
	padding-top: 32px; 
}
.video .abt-tit{
	background: url(../images/qyxx-ico.png) no-repeat left center;
	padding-left: 54px;
	font-size: 28px;
}
.video ul{
	margin-top: 32px;
	overflow: hidden;
}
.video ul li{
	width: 48.50678733%;
	float: left;
	margin-bottom: 15px;
	cursor: pointer;
}
.video ul li .Pic::after{
/*
	content: "";
	position: absolute;
	width: 60px;
	height: 60px;
	background: url(../images/v-ks.png) no-repeat center center;
	background-size: 100% 100%;
	left: 50%;
	margin-left: -30px;
	top: 50%;
	margin-top: -30px;
	z-index: 22;
*/
}
.video ul li:nth-of-type(2n+2){
	float: right;
}
.video ul li .Pic{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.video ul li .Pic img{
	display: block;
	width: 100%;
	transform: scale(1);
	transition: all .5s ease;
}
.video ul li:hover .Pic img{
	transform: scale(1.12);
	transition: all .5s ease;
}
.video ul li p{
	font-size: 18px;
	color: #505151;
	line-height: 25px;
	margin-top: 24px;
	text-align: center;
	transition: all .5s ease;
}
.video ul li:hover p{
	color: #e7151b;
	transition: all .5s ease;
}
.isQ {
	margin-bottom: 45px;
}
.abt-tc-sp{
	width: 50% !important;
	height: 60% !important;
}
.history .abt-tit{
	background: url(../images/history-ico.jpg) no-repeat left center;
	padding-left: 40px;
}
.history-warp{
	margin-top: 42px;
}
.history-warp .Img{
	width: 33.30316742%;
	float: left;
}
.history-box{
	width: 62.714932126%;
	float: right;
	background: url(../images/history-back.jpg) no-repeat left 12px top;
	background-size: 22px 100%;
	padding: 15px 0 35px;
}
.history-box .item{
	background: url(../images/history-dot.jpg) no-repeat left top 15px;
	padding-left: 100px;
	margin-bottom: 20px;
}
.history-box .item .year{
	font-family: Impact;
	font-size: 36px;
	color: #e7141a;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 12px;
}
.history-box .item .list{
	font-size: 15px;
	color: #555555;
	line-height: 28px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 5px;
}
.history-box .item .list .month{
	float: left;
	margin-right: 10px;
	color: #e7141a;
}
.history-box .item .list .tit{
	float: left;
	max-width: 88%;
}
.item-border{
	border-bottom: 1px solid #e0dfdf;
	padding-bottom: 22px; 
}
.abt-tit.culture{
	background: url(../images/qywh-ico.jpg) no-repeat left center !important;
	padding-left: 42px;
}
.culture .right-content ul{
	margin-top: 45px;
}
.culture .right-content ul li{
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
	cursor: pointer;
	background: #eeeeee;
	transition: all .5s ease;
}
.culture .right-content ul li:hover{
	box-shadow: 0 0 13px 0 rgba(0, 0, 0, .4);
	transition: all .5s ease;
}
.culture .right-content ul li .Pic{
	width: 36.1085978285%;
	float: left;
	overflow: hidden;
}
.culture .right-content ul li .Pic img{
	display: block;
	width: 100%;
	transform: scale(1);
	transition: all .5s ease;
}
.culture .right-content ul li:hover .Pic img{
	display: block;
	width: 100%;
	transform: scale(1.12);
	transition: all .5s ease;
}
.culture .right-content ul li .Info{
	width: 63.800904977%;
	float: left;
	text-align: center;
}
.culture .right-content ul li .Info img{
	display: block;
	margin: 48px auto 0;
	transition: all .5s ease;
}
.culture .right-content ul li:hover .Info img{
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transition: all .5s ease;
}
.culture .right-content ul li .Info .t1{
	font-size: 28px;
	color: #333333;
	line-height: 32px;
	margin-top: 16px;
}
.culture .right-content ul li .Info .t2{
	font-size: 16px;
	color: #555555;
	line-height: 25px;
	margin-top: 12px;
}
.honor .abt-tit{
	background: url(../images/honor-ico.jpg) no-repeat left center;
	padding-left: 42px;
}
.honor-warp{
	margin-top: 38px;
}
.honor-warp .Img{
	width: 33.30316742%;
	float: left;
}
.honor-warp .Img img{
	display: block;
}
.honor-warp ul{
	width: 61.538461538%;
	float: right;
}
.honor-warp ul li{
	overflow: hidden;
	line-height: 62px;
	background: #eff0f0;
	padding: 0 34px 0 26px;
	margin-bottom: 1px;
	cursor: pointer;
	transition: all .5s ease;
}
.honor-warp ul li:nth-of-type(2n+2){
	background: #f8f8f8;
}
.honor-warp ul li .tit{
	float: left;
	width: 60%;
	font-size: 16px;
	color: #333333;
	min-height: 62px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: all .5s ease;
}
.honor-warp ul li:hover .tit{
	color: #fff;
	transition: all .5s ease;
}
.honor-warp ul li:hover{
	background: #e7141a;
	transition: all .5s ease;
}
.honor-warp ul li .ck{
	float: right;
	font-size: 16px;
	color: #fff;
	background: url(../images/honor-ck.png) no-repeat left center;
	padding-left: 44px;
	opacity: 0;
	transition: all .5s ease;
}
.honor-warp ul li:hover .ck{
	opacity: 1;
	transition: all .5s ease;
}
.honor_big_img img{
	display: none;
	border: 5px solid #fff;
}

/* news */
.news{
	padding: 50px 74px 60px 86px;
	background: #fff;
}
.news .Inside-bt{
	background: url(../images/news-ico.jpg) no-repeat left center;
	padding-left: 58px;
}
.news-top{
	margin-top: 36px;
}
.news-top .left{
	width: 43.134328%;
	position: relative;
	float: left;
	overflow: hidden;
}
.news-top .left img{
	display: block;
	width: 100%;
	transform: scale(1);
	transition: all .5s ease;
}
.news-top .left:hover img{
	transform: scale(1.12);
	transition: all .5s ease;
}
.news-top .left .bt{
	width: 100%;
	height: 62px;
	overflow: hidden;
	background: rgba(0,0,0,0.8) url(../images/news-red-back.png) no-repeat left center;
	position: absolute;
	bottom: 0;
	left: 0; 
}
.news-top .left .bt .time{
	height: 62px;
	font-family: arial;
	color: #fff;
	float: left;
}
.news-top .left .bt .time .day{
	font-size: 24px;
	line-height: 30px;
	padding-top: 5px;
	text-indent: 28px;
}
.news-top .left .bt .time .year{
	font-size: 15px;
	text-indent: 16px;
}
.news-top .left .bt .tit{
	float: left;
	margin-left: 8%;
	line-height: 62px;
	min-height: 62px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 17px;
	color: #fff;
	width: 76%;
	
}
.news-top .right{
	width: 55.074627%;
	float: right;
}
.news-top .right .item-list{
	width: 100%;
	overflow: hidden;
}
.news-top .right .item-list:first-child{
	margin-bottom: 22px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 26px; 
}
.news-top .right .item-list .Pic{
	width: 30.623306%;
	overflow: hidden;
	float: left;
}
.news-top .right .item-list .Pic img{
	display: block;
	width: 100%;
	transform: scale(1);
	transition: all .5s ease;
}
.news-top .right .item-list:hover .Pic img{
	transform: scale(1.12);
	transition: all .5s ease;
}
.news-top .right .item-list .Info{
	width: 66.395664%;
	float: right;
}
.news-top .right .item-list .Info .tit{
	font-size: 17px;
	color: #333333;
	line-height: 24px;
	min-height: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: all .5s ease;
}
.news-top .right .item-list:hover .Info .tit{
	color: #e7161c;
	transition: all .5s ease;
}
.news-top .right .item-list .Info .time{
	font-family: arial;
	font-size: 15px;
	color: #777777;
	margin: 12px 0;
}
.news-top .right .item-list .Info .sub{
	font-size: 15px;
	color: #666666;
	line-height: 25px;
	min-height: 50px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news-top .right .item-list .Info .jt{
	display: block;
	height: 12px;
	margin-top: 15px;
	background: url(../images/news-jt.png) no-repeat left center;
}
@media screen and (max-width: 1440px){
	.news-top .right .item-list .Info .time{
		margin: 6px 0;
	}
	.news-top .right .item-list .Info .jt{
		margin-top: 10px;
	}
}
.news ul{ 
	margin-top: 44px;
}
.news ul li{
	width: 100%;
	overflow: hidden;
	padding: 36px 65px 0 30px; 
	transition: all .5s ease;
}
.news ul li:hover{
	background: #f4f6f8;
	transition: all .5s ease;
}
.news ul li .time-box{
	width: 90px;
	float: left;
	background: #e7141a;
	font-family: arial;
	color: #fff;
	text-align: center;
	padding: 7px 0 7px;
}
.news ul li .time-box .day{
	font-size: 48px;
	line-height: 50px;
}
.news ul li .time-box .year{
	font-size: 15px;
	line-height: 25px;
}
.news ul li .content{
	width: 89.959839%;
	float: right;
	overflow: hidden;
	border-bottom: 1px solid #d3d5d6;
	padding-bottom: 35px;
}
.news ul li .content hr{
	float: left;
	width: 1px;
	height: 90px;
	background: #e5e6e6;
	padding: 0;
	margin: 0;
}
.news ul li .content .Info{
	width: 58.035714%;
	float: left;
	margin-left: 20px;
}
.news ul li .content .Info .tit{
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	color: #333333;
	min-height: 25px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: all .5s ease;
}
.news ul li:hover .content .Info .tit{
	color: #e7141a;
	transition: all .5s ease;
}
.news ul li .content .Info .key{
	font-size: 14px;
	color: #888888;
	line-height: 25px;
	margin: 14px 0;
}
.news ul li .content .Info .sub{
	font-size: 15px;
	color: #555555;
	line-height: 28px;
	min-height: 56px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news ul li .content .Pic{
	width: 20.178571%;
	float: right;
	overflow: hidden; 
}
.news ul li .content .Pic img{
	display: block;
	width: 100%;
	transform: scale(1);
	transition: all .5s ease;
}
.news ul li:hover .content .Pic img{
	transform: scale(1.12);
	transition: all .5s ease;
}

/* newsDe */
.newsDe{
	padding: 50px 74px 60px 86px;
	background: #fff;
}
.newsDe .time-box{
	width: 90px;
	float: left;
	background: #e7141a;
	font-family: arial;
	color: #fff;
	text-align: center;
	padding: 7px 0 7px;
}
.newsDe .time-box .day{
	font-size: 48px;
	line-height: 50px;
}
.newsDe .time-box .year{
	font-size: 15px;
	line-height: 25px;
}
.newsDe hr{
	width: 1px;
	height: 90px;
	background: #e5e6e6;
	float: left;
	margin: 0 0 0 28px;
	padding: 0;
}
.newsDe .content-warp{
	width: 87%;
	float: right;
}
.newsDe .content-warp .top-box{
	width: 100%;
	border-bottom: 1px solid #d3d5d6;
	padding-bottom: 16px;
}
.newsDe .content-warp .top-box .tg{
	width: 80%;
	float: left;
}
.newsDe .content-warp .top-box .tg .bt{
	font-size: 28px;
	line-height: 35px;
	color: #222222;
}
.newsDe .content-warp .top-box .tg .key{
	font-size: 14px;
	color: #999999;
	margin-top: 18px;
}
.de-share{
	width: 128px;
	height: 38px;
	line-height: 38px;
	background: #ededed url(../images/share-ico.png) no-repeat left 15px center;
	font-size: 15px;
	color: #333333;
	float: right;
	position: relative;
	text-indent: 48px;
/*	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);*/
	transition: all .5s ease;
	cursor: pointer;
}
.de-asb-share{
	position: absolute;
	width: 100%;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
	background: #fff;
	padding: 15px;
	display: none;
}
.de-asb-share a{
	display: block !important;
	width: 100% !important;
	text-align: left;
	text-indent: 0;
	margin-bottom: 12px ;
	font-size: 14px;
	background: url(../images/fx-img.jpg) no-repeat !important;
	color: #555 !important;
	line-height: 25px;
	height: 25px !important;
	padding-left: 35px !important;
}
.de-asb-share .bshare-qzone{
	background-position: 0 0;
}
.de-asb-share .bshare-sinaminiblog{
	background-position: 0 -38px !important;
}
.de-asb-share .bshare-qqim{
	background-position: 0 -77px !important;
}
.de-asb-share .bshare-weixin{
	background-position: 0 -119px !important;
}
.newsDe .content{
	font-size: 15px;
	color: #555555;
	line-height: 28px;
	margin-top: 30px;
}
.de-fy{
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #d3d5d6;
	padding-top: 22px;
	margin-top: 45px;
}
.de-fy .sxy{
	width: 75%;
	float: left;
}
.de-fy .sxy a{
	font-size: 15px;
	color: #555555;
	line-height: 30px;
	min-height: 30px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.de-fy .sxy a:hover{
	color: #e7141a;
}
.de-fy .return{
	display: block;
	width: 155px;
	line-height: 48px;
	border: 1px solid #e7151b;
	float: right;
	background: url(../images/fh-ico1.png) no-repeat right 24px center;
	font-size: 15px;
	color: #e7141a;
	text-indent: 26px;
	margin-top: 4px;
}
.de-fy .return:hover{
	background: #e7151b url(../images/fh-ico2.png) no-repeat right 24px center;
	color: #fff;
}

/* product */
.pro-class{
	width: 16.666667%;
	float: left;
}
.pro-class h3{
	height: 97px;
	cursor: pointer;
	font-size: 18px;
	font-family: arial;
	color: #fff;
	text-indent: 58px;
	line-height: 97px;
	border-bottom: 1px solid #737474;
	background: #5e6160;
}
.pro-class h3.on{
	background: #e7141a;
	border-bottom: 1px solid #e7141a;
}
.pro-class ul{
	display: none;
}
.pro-class ul li{
	line-height: 52px;
	background: #e7e7e6;
	text-indent: 58px;
	position: relative;
}
@media screen and (max-width: 1440px) {
	.pro-class h3,
	.pro-class ul li{
		text-indent: 40px;
	}
}
.pro-class ul li a{
	font-size: 15px;
	font-family: arial;
	color: #e7141a;
	color: #333;
	transition: all .5s ease;
}
.pro-class ul li:hover a,
.pro-class ul li.on a{
	color: #e7141a;
	transition: all .5s ease;
}
.pro-class ul li::after{
	content: "";
	position: absolute;
	height: 100%;
	width: 15px;
	background: url(../images/pro-jt.png) no-repeat center center;
	right: 18%;
	opacity: 0;
	top: 0;
	transition: all .5s ease;
}
.pro-class ul li:hover::after,
.pro-class ul li.on::after{
	opacity: 1;
	transition: all .5s ease;
}
.pro-class ul li a{
	display: block;
}
.pro-cont{
	width: 83.333334%;
	float: left;
	background: #fff;
	padding: 48px 71px 78px 74px;
}
.pro-cont .pro-bt{
	font-family: arial;
	font-size: 28px;
	color: #333333;
	line-height: 42px;
	background: url(../images/pro-dot.png) no-repeat left center;
	padding-left: 30px;
}
.pro-cont .pro-sub{
	font-size: 15px;
	line-height: 28px;
	color: #555555;
	margin-top: 22px;
}
.item-search{
	width: 100%;
	overflow: hidden;
	margin-bottom: 25px;
}
.item-search .Pic{
	width: 100%;
	overflow: hidden;
}
.item-search .Pic img{
	display: block;
	width: 100%;
	transform: scale(1);
    transition: all .5s ease;
}
.item-search:hover .Pic img{
	transform: scale(1.12);
    transition: all .5s ease;
}
.item-search p{
	text-align: center;
	line-height: 25px;
	font-size: 16px;
	margin-top: 15px;
	color: #333;
    transition: all .5s ease;
}
.item-search:hover p{
	color: #e7141a;
    transition: all .5s ease;
}
/* prode */
.proDeImgShow{
	width: 100%;
	margin-top: 30px;
	moz-user-select: -moz-none;
	-moz-user-select: none;
	-o-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.imgShowPC{
	width: 100%;
	overflow: hidden;
}
.imgShowPC .bd{
	width: 81.628959%;
	float: left;
}

.imgShowPC .leftHd{
	width: 15%;
	float: right;
	position: relative;
}
.imgShowPC .hd{
	width: 100%; 
	padding-top: 38px;
}
.imgShowPC .hd ul li{
	margin-bottom: 5px;
	cursor: pointer;
}
.imgShowPC .hd img{
	border: 2px solid #fff;
	transition: all .5s ease;
}
.imgShowPC .hd ul li.on img{
	border: 2px solid #da3715;
	transition: all .5s ease;
}
.imgShowPC .hd .tempWrap{
	height: auto !important;
}
.imgShowPC .prev,
.imgShowPC .next{
	width: 100%;
	height: 22px;
	display: block;
	position: absolute;
	left: 0;
	z-index: 99;
	cursor: pointer;
}
.imgShowPC .prev{
	background:  url(../images/pro-prev.png) no-repeat center center;
	top: 0;
	transition: all .5s ease;
} 
.imgShowPC .next{
	background: url(../images/pro-next.png) no-repeat center center;
	bottom: 0;
	transition: all .5s ease;
} 
.imgShowMobile{
	display: none;
}
.imgShowMobile img{
	display: block;
	width: 100%;
}
.imgShowMobile .swiper-pagination-bullet-active{
	background: #da3715;
}
.pro-tab{
	overflow: hidden;
	margin-top: 48px;
}
.pro-tab .tit{
	font-size: 22px;
	color: #333333;
}
.pro-tab .content{
	margin-top: 28px;
	font-size: 17px;
	color: #555;
	line-height: 28px;
}
.pro-tab .content table{
	width: 100%;
	border: none;
}
.pro-tab .content table tr{
	line-height: 30px;
	border: none;
	background-color: #f0f0f0;
	border: 1px solid #e8e8e8;
	font-size: 15px;
	color: 333333;
}
.pro-tab .content table tr:nth-of-type(2n+1){
	background: #f8f8f8;
}
.pro-tab .content table tr:nth-child(1){
	background: #e7141a;
	font-size: 18px;
	color: #fff;
}
.pro-tab .content table tr td{
	text-align: center;
	padding: 15px 15px;
}

/* contact */
.contact{
	padding: 50px 74px 60px 86px;
	background: #fff;
}
.lx-h4{
	font-size: 36px;
	line-height: 40px;
	color: #333333;
	background: url(../images/contact-ico.png) no-repeat left center;
	padding-left: 48px;
}
.lx-sub{
	font-size: 15px;
	color: #666666;
	line-height: 25px;
	margin-top: 30px;
}
.jt-contact{
	margin-top: 58px;
}
.jt-contact .Info{
	width: 41.044776%;
	float: left;
}
.jt-contact .Info .tit{
	font-size: 24px;
	color: #da3614;
	line-height: 30px;
	margin-bottom: 20px;
}
.jt-contact .Info p{
	line-height: 60px;
	border-bottom: 1px solid #e9e9e9;
	padding-left: 30px;
	font-size: 16px;
	color: #555555;
	margin: 0;
}
.jt-contact .Info p.dz{
	background: url(../images/c-dz.png) no-repeat left center;
}
.jt-contact .Info p.tel{
	background: url(../images/c-tel.png) no-repeat left center;
}
.jt-contact .Info p.tel a{
	font-family: arial;
	font-size: 20px;
	color: #da3614;
}
.jt-contact .Info p.cz{
	background: url(../images/c-cz.png) no-repeat left center;
}
.jt-contact .Info p.email{
	background: url(../images/c-email.png) no-repeat left center;
}
.jt-contact .Info p.cz a,
.jt-contact .Info p.email a{
	font-family: arial;
	color: #555555;
}
.message{
	width: 50%;
	float: right;
}
.message input[type=text]{
	width: 100%;
	line-height: 50px; 
	border: none;
	padding-left: 0;
	margin-bottom: 11px;
	font-size: 14px;
	color: #999999;
	transition: all .5s ease;
}
.message input[type=text]:focus{
	box-shadow: 0 0 12px 0 rgba(218, 54, 20, .4);
	transition: all .5s ease;
}
.message input:-ms-input-placeholder{
	color: #999;
}
.message input[type=text]#name{
	background: #f2f2f2 url(../images/c-name.png) no-repeat left 17px center;
	padding-left: 45px;
}
.message input[type=text]#tel{
	background: #f2f2f2 url(../images/c-tel2.png) no-repeat left 17px center;
	padding-left: 45px;
}
.message textarea{
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: 175px;
	min-height: 175px;
	max-width: 175px;
	border: none;
	background: #F2F2F2 url(../images/c-msg.png) no-repeat top 18px left 17px; 
	line-height: 25px;
	padding-top: 12px;
	padding-left: 45px;
	padding-right: 42px;
	font-size: 14px;
	color: #999999;
	transition: all .5s ease;
}
.message textarea:focus{
	box-shadow: 0 0 12px 0 rgba(218, 54, 20, .4);
	transition: all .5s ease;
}
.message input[type=button]{
	width: 230px;
	display: block;
	height: 50px;
	background: #da3614;
	font-size: 16px;
	color: #fff;
	border: none;
	outline: none; 
	margin: 25px auto 0;
	transition: all .5s ease;
}
.message input[type=button]:hover{
	box-shadow: 7px 5px 12px 0 rgba(218, 54, 20, .4);
	transition: all .5s ease;
}
.maps{
	width: 100%;
	border: 3px solid #e2dedf;
	border-radius: 5px;
	margin-top: 70px;
}

/* field */
.field{
	padding: 50px 74px 60px 86px;
	background: #fff;
}
.field-h4{
	background: url(../images/hyly-ico.png) no-repeat left center;
	padding-left: 48px;
	font-size: 36px;
	color: #333333;
	line-height: 40px;
}
.field-show{
	margin-top: 72px;
}
.field-show .item-list{
	width: 14.776119%;
	float: left;
	position: relative;
	cursor: pointer;
	background: #f4f5f6;
	transition: all .5s ease;
}
.field-show .item-list.on{
	width: 40.835821%;
	background: #fff;
	box-shadow: 0 0 30px rgba(0,0,0,.2);
	transition: all .5s ease;
}
.field-show .item-list .tit{
	position: absolute;
	top: 0;
	height: 110px;
	width: 100%;
	font-size: 18px;
	color: #fff;
	text-align: center;
	background: #e7141a;
	border-right: 1px solid #ec6e72;
	transition: all .5s ease;
}
.field-show .item-list:last-child .tit{
	border-right: none;
}
.field-show .item-list.on .tit{
	height: 122px;
	top: -12px;
	border-right: none;
	transition: all .5s ease;
}
.field-show .item-list .tit span{
	display: block;
	line-height: 40px;
	transition: all .5s ease;
}
.field-show .item-list:nth-child(1) .tit span{
	background: url(../images/hyly-ico1.png) no-repeat top center;
	padding-top: 41px;
	margin-top: 22px;
}
.field-show .item-list:nth-child(2) .tit span{
	background: url(../images/hyly-ico2.png) no-repeat top center;
	padding-top: 41px;
	margin-top: 22px;
}
.field-show .item-list:nth-child(3) .tit span{
	background: url(../images/hyly-ico3.png) no-repeat top center;
	padding-top: 41px;
	margin-top: 22px;
}
.field-show .item-list:nth-child(4) .tit span{
	background: url(../images/hyly-ico4.png) no-repeat top center;
	padding-top: 41px;
	margin-top: 22px;
}
.field-show .item-list:nth-child(5) .tit span{
	background: url(../images/hyly-ico5.png) no-repeat top center;
	padding-top: 41px;
	margin-top: 22px;
}
.field-show .item-list.on:nth-child(1) .tit{
	background: url(../images/0f1.jpg) no-repeat top center;
	background-size: cover;
	transition: all .5s ease;
}
.field-show .item-list.on:nth-child(2) .tit{
	background: url(../images/0f2.jpg) no-repeat top center;
	background-size: cover;
	transition: all .5s ease;
}
.field-show .item-list.on:nth-child(3) .tit{
	background: url(../images/0f3.jpg) no-repeat top center;
	background-size: cover;
	transition: all .5s ease;
}
.field-show .item-list.on:nth-child(4) .tit{
	background: url(../images/0f4.jpg) no-repeat top center;
	background-size: cover;
	transition: all .5s ease;
}
.field-show .item-list.on:nth-child(5) .tit{
	background: url(../images/0f5.jpg) no-repeat top center;
	background-size: cover;
	transition: all .5s ease;
}
.field-show .item-list.on:nth-child(6) .tit{
	background: url(../images/0f6.jpg) no-repeat top center;
	background-size: cover;
	transition: all .5s ease;
}
.field-show .item-list.on .tit span{ 
	margin-top: 34px;
	transition: all .5s ease;
}
.field-show .item-list .content{
	padding-top: 140px;
	padding-left: 40px;
	padding-right: 35px;
	padding-bottom: 30px;
	transition: all .5s ease;
}
.field-show .item-list.on .content{
	padding-bottom: 70px;
	transition: all .5s ease;
}
.field-show .item-list .content .list{
	margin-bottom: 30px;
}
.field-show .item-list .content .bt{
	font-size: 18px;
	color: #e7141a;
	line-height: 25px;
}
.field-show .item-list .content .sub{
	font-size: 15px;
	color: #666666;
	line-height: 25px;
	height: 50px;
	min-height: 50px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 16px;
}
.field .ulBd{
	margin-top: 58px;
}
.field .ulBd .title{
	font-size: 28px;
	color: #333333;
	line-height: 32px;
}
.field .ulBd ul{
	margin-top: 24px;
}
.field .ulBd ul li{
	overflow: hidden;
	padding: 35px 53px 30px 42px;
	background: #f3f3f2;
	margin-bottom: 10px;
	transition: all .5s ease;
}
.field .ulBd ul li:hover{
	box-shadow: 7px 5px 10px 0 rgba(0, 0, 0, .2);
	transition: all .5s ease;
}
.field .ulBd ul li .Pic{
	width: 18.955823293%;
	float: left;
	overflow: hidden;
}
.field .ulBd ul li .Pic img{
	display: block;
	width: 100%;
	transform: scale(1);
	transition: all .5s ease;
}
.field .ulBd ul li:hover .Pic img{
	transform: scale(1.12);
	transition: all .5s ease;
}
.field .ulBd ul li .Info{
	width: 77.590361445%;
	float: right;
}
.field .ulBd ul li .Info .tit{
	font-size: 20px;
	color: #333333;
	line-height: 25px;
}
.field .ulBd ul li .Info .sub{
	font-size: 15px;
	color: #666666;
	line-height: 28px;
	min-height: 56px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 22px;
	margin-bottom: 20px;
}
.field .ulBd ul li .Info span{
	display: block;
	width: 115px;
	line-height: 36px;
	border: 1px solid #e7141a;
	float: right;
	font-size: 15px;
	text-align: center;
	color: #e7141a;
	transition: all .5s ease;
}
.field .ulBd ul li:hover .Info span{
	background: #e7141a;
	color: #fff;
	transition: all .5s ease;
}

/* field */
.fieldDe{
	padding: 50px 74px 60px 86px;
	background: #fff;
}
.fieldDe .className{
	font-size: 36px;
	color: #333333;
	line-height: 40px;
	padding-left: 52px;
}
.fieldDe .className.ico1{
	background: url(../images/hyly-ico1-hs.png) no-repeat left center;
}
.fieldDe .className.ico2{
	background: url(../images/hyly-ico2-hs.png) no-repeat left center;
}
.fieldDe .className.ico3{
	background: url(../images/hyly-ico3-hs.png) no-repeat left center;
}
.fieldDe .className.ico4{
	background: url(../images/hyly-ico4-hs.png) no-repeat left center;
}
.fieldDe .className.ico5{
	background: url(../images/hyly-ico5-hs.png) no-repeat left center;
}
.fieldDe .className.ico6{
	background: url(../images/hyly-ico6-hs.png) no-repeat left center;
}
.fieldDe  .className a{
	float: right;
	background: url(../images/yy-fh.jpg) no-repeat left center;
	padding-left: 30px;
	font-size: 16px;
	color: #333333;
}
.fieldDe  .className a:hover{
	color: #e7141a;
}
.fieldDe-warp{
	margin-top: 60px;
}
.fieldDe-warp .field-title{
	width: 19.193548387%;
	float: left;
}
.fieldDe-warp .field-title h4{
	font-size: 24px;
	line-height: 30px;
	color: #e7141a;
}
.fieldDe-warp .field-title ul{
	background: url(../images/yy-line.jpg) repeat-y left 5px top 5px;
	margin-top: 30px;
}
.fieldDe-warp .field-title ul li{
	padding-bottom: 20px;
}
.fieldDe-warp .field-title ul li a{
	display: block;
	padding-left: 22px;
	background: url(../images/yy-dot.jpg) no-repeat left center;
	line-height: 25px;
	font-size: 16px;
	color: #333333;
}
.fieldDe-warp .field-title ul li:hover a,
.fieldDe-warp .field-title ul li.on a{
	color: #e7141a;
}
.fieldDe-warp .field-content{
	width: 79.104477611%;
	float: right;
	background: #f3f3f2;
	padding: 28px 40px 60px 40px;
	border-top: 5px solid #e7141a;
}
.fieldDe-warp .field-content .tit{
	font-size: 28px;
	color: #333333;
	line-height: 32px;
}
.fieldDe-warp .field-content .cont{
	font-size: 15px;
	color: #666666;
	line-height: 28px;
	margin-top: 22px;
}

/* ny-content */
.Inside-bt{
	font-size: 36px;
	color: #333333;
	line-height: 40px;
}
.ny-content{
	width: 100%;
	background: #f3f3f3;
}
.ny-content .white{
	background: #fff;
}
.ny-content .container{
	width: 96.875%;
	max-width: 1500px;
	margin-top: -97px;
	position: relative;
	z-index: 1;
}

/* NYbanner */
.slogan {
    background-size: cover;
    background-size: auto 100%\9;
    padding: 250px 0 180px 0;
    color: #fff;  
    background-position: top center;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@media screen and (max-width: 1440px) {
	.slogan { padding: 250px 0 200px 0; }
}
.maxsize{
	width: 96.875%;
	max-width: 1500px;
	margin: 0 auto;
}
.maxsize .now-location{
	width: 339px;
	height: 199px;
	text-align: center;
	background: url(../images/ny-wz-back.png) no-repeat center center;
	background-size: 100% 100%;
}
.maxsize .now-location h4{
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	padding-top: 58px;
	line-height: 50px;
}
.maxsize .now-location .location{
	font-size: 14px;
	color: #fff;
	line-height: 25px;
	margin-top: 6px;
}
.maxsize .now-location .location a{
	color: #fff;
}
.maxsize .now-location .location a:hover{
	color: #e7141a;
}

/* footer */
footer{
	width: 100%;
}
footer .container{
	width: 96.875%;
	max-width: 1500px;
}
.foot-top{
	width: 100%;
	background: #656766 url(../images/foot-back.jpg) no-repeat bottom center;
	background-size: cover;
	padding: 55px 0 100px;
}
.f-item-lm{
	float: left;
	margin-left: 115px;
}
.f-item-lm:first-child{
	margin-left: 0;
}
.f-item-lm h4{
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	margin-bottom: 16px;
}
.f-item-lm a{
	display: block;
	line-height: 30px;
	color: #cacbcb;
	font-size: 14px;
}
.f-item-lm a:hover{
	color: #fff;
}
.f-item-lxwm{
	float: right;
}
.f-item-lxwm h4{
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	margin-bottom: 16px;
}
.f-item-lxwm p{
	font-size: 14px;
	color: #fff;
	line-height: 48px;
	padding-left: 28px;
}
.f-item-lxwm p.tel a{
	font-family: arial;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}
.f-item-lxwm p.tel{
	background: url(../images/f-tel.png) no-repeat left center;
}
.f-item-lxwm p.email{
	background: url(../images/f-email.png) no-repeat left center;
}
.f-item-lxwm p.email a{
	color: #fff;
	font-family: arial;
}
.f-item-lxwm p.email a:hover{
	text-decoration: underline;
}
.f-item-lxwm p.address{
	background: url(../images/f-address.png) no-repeat left center;
}
.f-item-ewm{
	float: right;
	margin-left: 110px;
}
.f-item-ewm h4{
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	text-align: center;
}
.f-item-ewm h4 span{
	position: relative;
	display: block;
}
.f-item-ewm h4 span::after,
.f-item-ewm h4 span::before{
	content: "";
	position: absolute;
	width: 22px;
	height: 1px;
	background: #fff;
	top: 50%;
}
.f-item-ewm h4 span::after{
	left: 0;
}
.f-item-ewm h4 span::before{
	right: 0;
}
.f-item-ewm img{
	display: block;
	width: 125px;
	margin-top: 25px;
}
.foot-copy{
	width: 100%;
	line-height: 60px;
	background: #e7141a;
}
.foot-copy .copy{
	font-size: 14px;
	color: #fff;
	float: left;
}
.foot-copy .copy a{
	color: #fff;
}
.foot-copy .copy a:hover{
	text-decoration: underline;
}
.foot-copy .f-share{
	float: right;
	margin-top: 17px;
}
.foot-copy .f-share a{
	width: 27px !important;
	height: 22px !important;
	background: url(../images/f-share.png) !important;
	margin-left: 10px;
}
.foot-copy .f-share .bshare-weixin{
	background-position: 0 0;
}
.foot-copy .f-share .bshare-sinaminiblog{
	background-position: -50px 0 !important;
}

/* footer end */

/*page*/
.Page{
	width: 100%;
	text-align: center;
	line-height: 30px;
	padding-top: 30px;
}
.disabled{ border:1px solid #d8d8d8; padding: 5px 5px; font-size:10px; color:#d8d8d8; display: none;}
.Page a{ border:1px solid #d8d8d8; padding: 5px 10px; font-size:10px; color:#d8d8d8; }
.Page a.sy{color:#707072 !important;}
.current{ background:#e7141a; padding:5px 9px; color:#fff; border:1px solid #e7141a;font-size:10px;}

.bsBox{
	width: auto !important;
	height: auto !important;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar
{
	width: 4px;
	height: 16px;
	background-color: #fff; 
}
 
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.4);
	/*border-radius: 10px;*/
	background-color: #f2f2f2;
}
 
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb
{ 
	cursor: pointer;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: rgba(231,20,26,1); 
	border-radius: 0;
}  
::-webkit-scrollbar-thumb:hover{
	background-color: rgba(231,20,26,1);
}
::-webkit-scrollbar-thumb:active{
	background-color: rgba(231,20,26,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; 
}
.search-wrap {
	display: flex;
	flex-direction: row;
}

.search-wrap input {
	background: none;
	height: 65px;
	line-height: 65px;
	font-size: 14px;
	color: #333;
	width: 80%;
	background: #fff;
	border: none;
	outline: none;
	padding-left: 10px;
}

.search-wrap button {
	background: #e7141a;
	color: #fff;
	font-size: 18px;
	text-align: center;
	border-radius: 0px;
	height: 65px;
	line-height: 65px;
	width: 20%;
	border: none;
	outline: none;
}
.PC{
	display: block;
}
.MB{
	display: none;
}
/*sySp-warp*/
.sySp-warp{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: -1;
	visibility: hidden;
	background: rgba(0,0,0,0.6);
	top: 0;
	left: 0;
	opacity: 0;
	 -webkit-transition: all .5s ease;
}
.sySp-warp.on{
	z-index: 9999;
	opacity: 1;
	visibility: visible;
	 -webkit-transition: all .5s ease;
}
.sySp{
	width: 50%;
	position: relative;
	left: 50%;
	top: 25%;
	margin-left: -25%;
	visibility: visible;
	z-index: 99999;
}
.sySp.on{
	z-index: -1;
	visibility: hidden;
}
#vClose,.vClose{
	display: block;
	position: fixed;
	background: url(/images/0vc.png) no-repeat center center;
	background-size: 27px 27px;
	top: 20%;
	right: 20%;
	cursor: pointer;
	width: 27px;
	height: 27px;
}
.coop{
	margin-top: 40px;
}
.coop img{
	display: block;
    width: 100%;
    border: 1px solid #e1e1e1;
    transition: all .5s ease;
}
.coop .pdg{
	margin-bottom: 18px;
}
.coop img:hover{
	border: 1px solid #e7141a;
    transition: all .5s ease;
}