@charset "UTF-8";

body {
	font-family: "思源黑体 CN";
	font-size: 15px;
	color: #666666;
}

img {
	max-width: 100%;
} 
@font-face {
	font-family: "helev";
	src: url("../fonts/helev.TTF");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "LET";
	src: url("../fonts/LET.TTF"); 
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "goodmu";
	src: url("../fonts/GOODMU.TTF");
	font-weight: normal;
	font-style: normal;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear {
	clear: both;
} 

.footH {
	height: 50px;
	display: none;
}

.footFix {
	background: #c9030c;
	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;
}
.swiper-pagination-bullet-active{
	background: #d6000a !important; 
}
.container.index{
	width: 96%;
	max-width: 1480px;
}

/*头部浮动*/
.head-sub-menu{
	position: absolute;
	width: 100%;
	background: #f9f9f9;
	top: 77px;
	z-index: 9009;
	opacity: 0;
	visibility: hidden;
	transform: scale(1.4);
	transition: all .5s ease;
}
.head-sub-menu.open{
	visibility: visible;
	transform: scale(1);
	opacity: 1;
	transition: all .5s ease;
}
.head.fixedbg .head-sub-menu{
	top: 71px;
}
.head-sub-menu .container{
	max-width: 1730px;
}
.head-sub-menu .sub-menu{
	width: 69%;
	float: left;
	padding: 84px 0 0 0;
	position: relative;
	z-index: 99;
}
.head-sub-menu .sub-menu .item{
	width: 33.33%;
	float: left;
	margin-bottom: 70px;
}
.head-sub-menu .sub-menu .item h4{
	font-size: 24px;
	color: #333333;
}
.head-sub-menu .sub-menu .item .link-a{
	margin-top: 28px;
}
.head-sub-menu .sub-menu .item .link-a a{
	display: block;
	font-size: 15px;
	color: #555555;
	line-height: 34px;
}
.head-sub-menu .sub-menu .item .link-a a:hover{
	color: #d6000a;
}
.head-sub-menu .sub-head-right{
	width: 26%;
	float: right;
	position: relative;
	z-index: 99;
	padding: 98px 0 60px;
}
.head-sub-menu .sub-head-right .sub-cn{
	font-size: 36px;
	line-height: 50px;
	color: #333333;
}
.head-sub-menu .sub-head-right .sub-en{
	font-family: arial;
	font-size: 15px;
	color: #333333;
	line-height: 25px;
	margin-top: 22px;
}
.head-sub-menu .sub-head-right .tsgd{
	display: block;
	width: 118px;
	line-height: 45px;
	border-radius: 45px;
	background: #d6000a;
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin-top: 48px;
}
.head-sub-menu .sub-head-right .fwrx{
	font-size: 16px;
	color: #333333;
	line-height: 36px;
	margin-top: 100px;
}
.head-sub-menu .sub-head-right .fwrx a{
	font-family: goodmu;
	font-size: 22px;
	color: #333333;
}
.head-sub-menu::after{
	content: "";
	position: absolute;
	width: 30.5%;
	max-width: 580px;
	background: #f1f1f1 url(../images/head-xq-back.png) no-repeat bottom right;
	top: 0;
	right: 0;
	height: 100%;
	z-index: 2;
}

/* head */
.headSearchWarp{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.6);
	z-index: 9009;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease;
}
.headSearchWarp.open{
	opacity: 1;
	visibility: visible; 
	transition: all .5s ease;
}
.headSearch{
	position: fixed;
	top: -151px;
	opacity: 0;
	visibility: hidden;
	left: 0;
	background: #fff;
	z-index: 90090;
	width: 100%;
	padding: 50px 0;
	box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .1);
	transition: all .5s ease;
}
.headSearch.open{
	opacity: 1;
	top: 0;
	visibility: visible;
	transition: all .5s ease;
}
.headSearch .container{
	max-width: 1000px;
	position: relative;
	border-bottom: 1px solid #ddd;
}
.headSearch input[type=text]{
	border: none;
	height: 50px;
	width: 90%;
	padding: 0;
	text-indent: 18px;
	float: left;
}
.headSearch span{
	width: 10%;
	float: left;
	height: 50px;
	text-align: right;
	padding-right: 5px;
	line-height: 50px;
	cursor: pointer;
}
.headSearch span i{
	font-size: 24px;
	color: #333;
}
.closeHs{
	position: absolute;
	cursor: pointer;
	right: -150px;
	top: -30px;
}
.closeHs i{
	font-size: 28px;
	color: #d00200;
}
.head{
	width: 100%; 
	background: rgba(255,255,255,1);
	z-index: 1009; 
	position: relative; 
	transition: all .5s ease;
} 
.head .container{
	width: 96%;
	padding: 13px 0 15px;
	max-width: 1740px; 
	transition: all .5s ease;
}
.head.fixedbg{
	position: fixed;
	top: 0;
	background: rgba(255,255,255,.98); 
	border-bottom: 2px solid #c9030c;
	box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .1);
	transition: all .5s ease;
}
.head.fixedbg .container{
	padding: 10px 0;
	transition: all .5s ease;
}
.head .Logo{
	float: left;
	overflow: hidden;
	position: relative;
	z-index: 33; 
}
.WebLink{
	float: left;
	margin-top: 12px;
	margin-left: 10%;
}
.WebLink li{
	float: left;
	margin-left: 80px;
}
.WebLink li:first-child{
	margin-left: 0;
}
.WebLink li > a{
	display: block;
	line-height: 25px;
	font-size: 17px;
	color: #333333;
}
.WebLink li:hover > a,
.WebLink li.on > a{
	color: #d6000a;
}
.WebLink li.home > a{
	background: url(../images/home-ico1.png) no-repeat left center;
	padding-left: 26px;
}
.head-land{
	float: right;
	font-size: 15px;
	color: #555555;
	margin-top: 12px;
	line-height: 25px;
}
.head-land:hover{
	color: #d6000a;
}
.head-land i{
	font-size: 20px; 
	position: relative;
	top: 1px;
	margin-right: 9px;
}
.head-search{
	float: right;
	margin-top: 12px;
	position: relative;
	margin-left: 50px;
	margin-right: 70px;
}
.head-search::after{
	content: "";
	width: 1px;
	height: 14px;
	background-color: #cccccc;
	position: absolute;
	left: -25px;
	top: 50%;
	margin-top: -7px;
}
.head-search i{
	font-size: 20px;
	color: #363636;
	cursor: pointer;
}
.head-menu-button{
	position: absolute;
	width: 120px;
	height: 100%;
	background: #d6000a;
	right: 0;
	top: 0;
	text-align: center;
	line-height: 77px;
	cursor: pointer;
}
.head-menu-button i{
	font-size: 22px;
	color: #fff; 
} 

/* Sybanner */
#container1{
	background: #000;
	height: 94vh;
	position: relative;
}
.bak000{
	background: rgba(0,0,0,0.1);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 222;
	top: 0;
	left: 0;
}
.videoHbInfo{
	width: 100%;
	position: absolute;
	left: 0;
	z-index: 333;
	color: #fff;
	top: 34%;
	text-align: center;
}
.videoHbInfo .cn{
	font-size: 72px;
	font-weight: bold;
}
.videoHbInfo .en{
	font-size: 42px;
	font-family: 'helev';
	margin-top: 12px;
}
#container1 video{
	 

right: 0;

bottom: 0;

min-width: 100%;

min-height: 100%;

height: auto;

width: auto;
}
#sybannerN,
#sybannerP{
	width: 68px;
	height: 68px;
	border: 1px solid #fff;
	border-radius: 100%;
	margin-top: -34px;
}
#sybannerN{
	background: url(../images/banner-next.png) no-repeat center center;
	right: 5%;
	transition: all .5s ease;
}
#sybannerN:hover{
	background: rgba(255,255,255,0.1) url(../images/banner-next.png) no-repeat center center;
	border: 1px solid rgba(255,255,255,0.1);
	transition: all .5s ease;
}
#sybannerP{
	background: url(../images/banner-prev.png) no-repeat center center;
	left: 5%;
	transition: all .5s ease;
}
#sybannerP:hover{
	background: rgba(255,255,255,0.1) url(../images/banner-prev.png) no-repeat center center;
	border: 1px solid rgba(255,255,255,0.1);
	transition: all .5s ease;
}
.banner_mouse {
	display: block;
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -11.5px;
	z-index: 2;
	margin-top: 50px;
	width: 23px;
	height: 40px;
	cursor: pointer;
	background: url(../images/banner_mouse_ico.png) no-repeat -23px 0px;
	-webkit-animation: nudgeMouse 1.6s linear infinite;
	animation: nudgeMouse 1.6s linear infinite;
}

.banner_mouse:after,
.banner_mouse:before {
	content: "";
	position: absolute;
}

.banner_mouse:before {
	width: 23px;
	height: 40px;
	background: url(../images/banner_mouse_ico.png) no-repeat 0px 0px;
	-webkit-animation: colorSlide 1.6s linear infinite;
	animation: colorSlide 1.6s linear infinite;
	top: 0;
	left: 0;
}

.banner_mouse:after {
	background-color: #ffffff;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	-webkit-animation: trackBallSlide 1.6s linear infinite;
	animation: trackBallSlide 1.6s linear infinite;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

@-webkit-keyframes colorSlide {
0% {
height:0;
}
90%{
height:40px;
}
}

@keyframes colorSlide {
0% {
height:0;
}
90%{
height:40px;
}
}
@-webkit-keyframes trackBallSlide {
	0% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(-8px);
						transform: scale(1) translateY(-8px);
	}
	34% {
		opacity: 1;
		-webkit-transform: scale(0.9) translateY(4px);
						transform: scale(0.9) translateY(4px);
	}
	68% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(16px);
						transform: scale(0.4) translateY(16px);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(-8px);
						transform: scale(0.4) translateY(-8px);
	}
}
@keyframes trackBallSlide {
	0% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(-8px);
						transform: scale(1) translateY(-8px);
	}
	34% {
		opacity: 1;
		-webkit-transform: scale(0.9) translateY(4px);
						transform: scale(0.9) translateY(4px);
	}
	68% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(16px);
						transform: scale(0.4) translateY(16px);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(-8px);
						transform: scale(0.4) translateY(-8px);
	}
}
@-webkit-keyframes nudgeMouse {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

}
@keyframes nudgeMouse {
 0% {
	    -webkit-transform: translateY(0);
	            transform: translateY(0);
	  }
	  50% {
	    -webkit-transform: translateY(8px);
	            transform: translateY(8px);
	  }
	  100% {
	    -webkit-transform: translateY(0);
	            transform: translateY(0);
	  }
}

/* indexProduct */
.indexProduct{
	
}
.indexProTop{
	background: #c9030c;
	border-bottom: 1px solid rgba(255,255,255,0.4);
	height: 100px;
}
.indexProTop .title{
	font-size: 42px;
	line-height: 100px;
	color: #fff;
	float: left;
}
.sypro-search{
	float: left;
	overflow: hidden;
	width: 345px;
	margin-left: 38px;
	border-radius: 45px;
	margin-top: 30px;
}
.sypro-search input[type=text]{
	width: 84%;
	background: rgba(255,255,255,0.4);
	float: left;
	height: 44px;
	border: none;
	text-indent: 22px;
	padding: 0;
	font-size: 16px;
	color: #fff;
}
.sypro-search input[type=text]::placeholder{
	color: #fff;
}
.sypro-search span{
	display: block;
	width: 16%;
	float: left;
	height: 44px;
	background: rgba(255,255,255,0.4);
	text-align: center;
	line-height: 44px;
	cursor: pointer;
}
.sypro-search span i{
	color: #fff;
	font-size: 18px;
}
.syPro-thumbs{
	width: 40%;
	float: right;
}
.syPro-cls{
	color: #fff;
	font-size: 20px;
	line-height: 100px;
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: all .5s ease;
}
.syPro-cls img{
	margin-right: 14px;
	position: relative;
	top: -1px;
}
.syPro-thumbs .syPro-cls::after{
	content: "";
	position: absolute;
	width: 0;
	opacity: 0; 
	height: 5px;
	background-color: #fff;
	bottom: 0;
	left: 0;
	transition: all .5s ease;
}
.syPro-thumbs .swiper-slide.swiper-slide-thumb-active .syPro-cls::after{
	width: 100%;
	opacity: 1; 
	transition: all .5s ease;
}
.indexProBtmWarp{
	
}
.indexProBtm{
	padding: 78px 0 0 0;
	background: url(../images/reb-line.jpg) repeat-x top center;
}
.indexProBtm .container{ 
	background: url(../images/sy-pro-btm-back.png) no-repeat right top 28px;
}
.syPro-top{
	padding-bottom: 80px;
}
.syPro-top .Pic{
	width: 41.42857143%;
	float: left;
}
.syPro-top .Pic img{
	display: block;
	width: 100%;
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(250, 250, 250, 0.2)));
}
.syPro-top .Info{
	width: 50%;
	float: right;
	color: #fff;
	padding-top: 22px;
	position: relative;
}
.syPro-top .Info::after{
	content: "";
	position: absolute;
	width: 20px;
	height: 12px;
	background: url(../images/red-sjx1.png) no-repeat center center;
	left: 0;
	bottom: 132px;
}
.syPro-top .Info .title{
	font-size: 42px;
	color: #fff;
}
.syPro-top .Info .title span{
	font-size: 58px;
	font-style: italic;
	font-weight: bold;
	color: #fff;
}
.syPro-top .Info .sub{
	font-size: 16px;
	line-height: 30px;
	margin: 32px 0 70px;
	height: 60px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	color: #fff;
}
.syPro-top .Info .more{
	width: 160px;
	height: 52px;
	line-height: 45px;
	background: #fff;
	text-align: center;
	font-size: 17px;
	color: #333333;
	transition: all .5s ease;
}
.syPro-top .Info .more:hover{
	width: 180px;
	border-radius: 52px;
	transition: all .5s ease;
}
.syPro-top .Info .more i{
	font-size: 28px;
	position: relative;
	top: 3px;
	margin-left: 8px;
}
.syPro-top .Info .now-pro-list{
	margin-top: 140px;
}
.syPro-top .Info .now-pro-list .tit{
	font-size: 24px;
	color: #333333;
}
.syPro-top .Info .now-pro-list .link{
	overflow: hidden;
	margin-top: 25px;
}
.syPro-top .Info .now-pro-list .link a{
	display: block;
	line-height: 45px;
	padding: 0 22px;
	border: 1px solid #bfbfbf;
	font-size: 16px;
	color: #555555;
	display: inline-block;
	margin-right: 11px;
	margin-bottom: 6px;
}
.syPro-top .Info .now-pro-list .link a:hover{
	border: 1px solid #c9030c;
	color: #fff;
	background: #c9030c;
}

/* indexTwo */
.indexTwoP{
	
}
.sy-two-list{
	position: relative;
}
.sy-two-list .pic{
	overflow: hidden;
}
.sy-two-list .pic img{
	display: block;
	width: 100%;
	transform: scale(1);
    transition: all .5s ease;
}
.sy-two-list:hover .pic img{
	transform: scale(1.12);
	transition: all .5s ease;
}
.sy-two-list .info{
	position: absolute;
	bottom: -10px;
	padding: 0 36px;
	color: #fff;
    transition: all .5s ease;
}
.sy-two-list:hover .info{
	bottom: 35px;
    transition: all .5s ease;
}
.sy-two-list .info .tit{
	font-size: 36px;
	line-height: 40px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: break-word;
}
.sy-two-list .info .sub{
	font-size: 18px;
	line-height: 25px;
	margin-top: 24px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: break-word;
	opacity: 0;
    transition: all .5s ease;
}
.sy-two-list:hover .info .sub{
	opacity: 1;
    transition: all .5s ease;
}

/* indexAbout */
.indexAbout{
	padding: 60px 0 72px;
	background: url(../images/sy-abt-back.jpg) no-repeat top center;
	background-size: cover;
}
.sy-abt-left{
	width: 46.726190476%;
	float: left;
}
.sy-abt-right{
	float: right;
	width: 42.38095238%;
	position: relative;
}
.sy-abt-right .sub{
	font-size: 18px;
	color: #333333;
	line-height: 35px;
	position: absolute;
	bottom: 65px;
	left: -130px;
}
.sy-abt-right .sub span{
	font-family: arial;
	font-size: 32px;
	color: #d6000a;
}
.indexAbout .yg-sy-cn{
	text-align: left;
	margin-top: 15px;
}
.indexAbout .yg-sy-en{
	text-align: left;
}
.abt-num-info{
	overflow: hidden;
	margin-top: 65px;
}
.abt-num-info .list{
	float: left;
	margin-right: 60px;
	position: relative;
}
.abt-num-info .list::after{
	content: "";
	position: absolute;
	width: 1px;
	height: 77px;
	border: 1px dashed #d8d8d8;
	right: -30px;
	top: 12px;
}
.abt-num-info .list:last-child::after{
	display: none;
}
.abt-num-info .list:last-child{
	margin-right: 0;
}
.abt-num-info .list .txt1{
	font-size: 18px;
	color: #666666;
	text-align: center;
}
.abt-num-info .list .txt1 span{
	font-family: helev;
	font-size: 60px;
	color: #d6000a;
	line-height: 60px;
	margin-right: 5px;
}
.abt-num-info .list .txt2{
	text-align: center;
	font-size: 18px;
	color: #666666;
	margin-top: 10px;
}
.sy-abt-tit{
	font-size: 36px;
	line-height: 40px;
	color: #333333;
	margin-top: 100px;
}
.sy-abt-sub{
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	margin-top: 30px;
	padding-right: 33%;
}
.indexAbout .yg-sy-more{
	margin: 58px 0 0 0;
}
.yg-sy-more{
	display: block;
	width: 157px;
	line-height: 38px;
	height: 50px;
	text-align: center;
	border: 1px solid #d7000f;
	font-size: 16px;
	color: #d7000f;
}
.yg-sy-more:hover{
	background: #d7000f;
	color: #fff;
}
.yg-sy-more i{
	font-size: 28px;
	margin-left: 15px;
	position: relative;
	top: 5px;
}

/* indexEquipment */
.indexEquipment{
	background: #f5f5f5;
	padding: 55px 0 78px;
}
.sy-sb-show{
	margin-top: 45px;
}
.sy-sb-left{
	width: 49.702380952%;
	float: left;
}
.sy-sb-right{
	overflow: hidden;
	width: 49.702380952%;
	float: right;
}
.sy-sb-right .sy-sb-list{
	width: 49.4610779844%;
	float: left;
	margin-bottom: 6px;
}
.sy-sb-list{
	position: relative;
}
.sy-sb-list::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/0bk000.png) no-repeat bottom center;
	background-size: 100% auto;
	top: 0;
	z-index: 99;
}
.sy-sb-right .sy-sb-list:nth-of-type(2n+2){
	float: right;
}
.sy-sb-list {
	position: relative;
}
.sy-sb-list .pic{
	overflow: hidden;
}
.sy-sb-list .pic img{
	display: block;
	width: 100%;
	transform: scale(1);
    transition: all .5s ease;
}
.sy-sb-list:hover .pic img{
	transform: scale(1.12);
    transition: all .5s ease;
}
.sy-sb-list .tit{
	position: absolute;
	line-height: 46px;
	text-indent: 18px;
	height: 46px;
	width: 98%;
	left: 1%;
	bottom: 8px;
	font-size: 18px;
	color: #fff;
	padding-right: 80px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: break-word;
	z-index: 199;
    transition: all .5s ease;
}
.sy-sb-list:hover .tit{
	background: #d6000a;
    transition: all .5s ease;
}
.sy-sb-list .tit i{
	float: right;
	margin-right: 18px;
	font-size: 28px;
	position: absolute;
	opacity: 0;
	right: 80px;
    transition: all .5s ease;
}
.sy-sb-list:hover .tit i{
	opacity: 1;
	right: 8px;
    transition: all .5s ease;
}
.indexEquipment .yg-sy-more{
	margin: 60px auto 0;
}

/* indexNews */
.indexNews{
	padding: 60px 0 65px;
	background: url(../images/sy-news-back.jpg) no-repeat top center;
	background-size: cover;
}
.indexNews .hd{
	margin-top: 44px;
}
.indexNews .hd ul{
	text-align: center;
}
.indexNews .hd ul li{
	display: inline-block;
	line-height: 45px;
	background: #f3f3f3;
	min-width: 128px;
	padding: 0 24px;
	cursor: pointer;
	margin: 0 2px;
	font-size: 18px;
	color: #333333;
    transition: all .5s ease;
}
.indexNews .hd ul li:hover,
.indexNews .hd ul li.on{
	background: #d6000a;
	color: #fff;
    transition: all .5s ease;
}
.indexNews .bd{
	margin-top: 50px; 
}
.sy-news-left{
	width: 50%;
	float: left;
}
.indexNews .time{
	font-family: arial;
	font-size: 16px;
	color: #666666;
}
.sy-news-left .tit{
	font-size: 28px;
	color: #222222;
	line-height: 32px;
	position: relative;
	margin-top: 15px;
	padding-right: 150px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: break-word;
    transition: all .5s ease;
}
.sy-news-left:hover .tit{
	color: rgba(215,0,15,1);
    transition: all .5s ease;
}
.sy-news-left .pic{
	overflow: hidden;
	margin-top: 28px;
}
.indexNews .more{
	float: right;
	font-family: arial;
	font-size: 14px;
	color: #777777;
	position: absolute;
	right: 0;
	top: -10px;
}
.indexNews .more i{
	font-size: 22px;
	margin-left: 8px;
	position: relative;
	top: 3px;
}
.sy-news-left:hover .more{
	color: #d6000a;
}
.sy-news-right{
	width: 44.285714285%;
	float: right;
}
.sy-news-right .list{
	border: 5px solid rgba(215,0,15,0);
	padding: 20px 28px 26px 34px;
	margin-bottom: 6px;
    transition: all .5s ease;
}
.sy-news-right .list:hover{
	border: 5px solid rgba(215,0,15,1);
    transition: all .5s ease;
}
.sy-news-right .list .tit{
	position: relative;
	font-size: 20px;
	color: #222222;
	line-height: 25px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: break-word;
	margin: 12px 0 20px;
    transition: all .5s ease;
}
.sy-news-right .list:hover .tit{
	color: rgba(215,0,15,1);
    transition: all .5s ease;
}
.sy-news-right .list .sub{
	font-size: 16px;
	color: #777777;
	line-height: 25px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: break-word;
}
.sy-news-right .list .more{
	position: relative;
	float: right;
}
.sy-news-right .list:hover .more{
	color: rgba(215,0,15,1);
    transition: all .5s ease;
}
.indexNews .yg-sy-more{
	margin: 45px auto 0;
}

/* Nybanner */
.Nybanner{
	width: 100%;
	overflow: hidden;
}
.Nybanner img{
	display: block;
	width: 100%;
}

/* NyLocation */
.NyLocation{
	border-bottom: 1px solid #efefef;
	line-height: 55px;
}
.NyLocation .now-lm{
	float: left;
}
.NyLocation .now-lm > a{
	display: block;
	float: left;
	font-size: 16px;
	color: #333333;
	padding: 0 7px;
	margin-right: 55px;
	position: relative;
}
.NyLocation .now-lm > a:hover,
.NyLocation .now-lm > a.on{
	color: #d7000f;
}
.NyLocation .now-lm > a::after{
	content: "";
	position: absolute;
	width: 0;
	opacity: 0;
	height: 3px;
	background: #d7000f;
	bottom: -1.5px;
	left: 0;
    transition: all .5s ease;
}
.NyLocation .sub-more{
	float: left;
	position: relative;
	cursor: pointer;
}
.NyLocation  .sub-more-a{
	position: absolute;
	width: 160px;
	background: #fff;
	text-align: center;
	top: 55px;
	border: 1px solid #ccc;
	left: 50%;
	margin-left: -80px;
	opacity: 0;
	visibility: hidden;
    transition: all .5s ease;
}
.NyLocation .sub-more:hover .sub-more-a{
	opacity: 1;
	visibility: visible;
    transition: all .5s ease;
}
.NyLocation  .sub-more-a a{
	display: block; 
	line-height: 32px;
	padding: 6px 0;
}
.NyLocation  .sub-more-a a:hover{
	color: #fff;
	background-color: #d7000f;
}
.NyLocation .sub-more i{
	font-size: 24px;
	line-height: 24px;
	position: relative;
	top: 4px;
}
.NyLocation .sub-more:hover i{
	color: #d7000f;
}
.NyLocation .now-lm a:hover::after,
.NyLocation .now-lm a.on::after{
	width: 100%;
	opacity: 1;
    transition: all .5s ease;
}
.NyLocation .now-lm a:last-child{
	margin-right: 0;
}
.NyLocation .now-wz{
	float: right;
	background: url(../images/home-ico2.png) no-repeat left center;
	padding-left: 30px;
	font-size: 16px;
	color: #777777;
}
.NyLocation .now-wz a{
	color: #777;
}
.NyLocation .now-wz a:hover{
	color: #d7000f;
}

/* about */
.about{
	padding: 65px 0 98px;
	background: url(../images/about-back.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
}
.sub-about-left{
	width: 55.147089%;
	float: left;
}
.sub-about-left .yg-sy-cn{
	text-align: left;
}
.sub-about-left .yg-sy-en{
	text-align: left;
}
.sub-about-left .abt-num-info{
	margin-top: 30px;
}
.sub-about-left .title{
	font-size: 36px;
	line-height: 40px;
	color: #333333;
	margin: 80px 0 28px;
}
.sub-about-left .cont{
	font-size: 16px;
	color: #666666;
	line-height: 28px;
}
.sub-about-right{
	position: absolute;
	right: 0;
	width: 42.8%;
	max-width: 820px;
	bottom: 98px;
}
.culture{
	background: url(../images/qywh-back.jpg) no-repeat top center;
	background-size: cover; 
	position: relative;
}
.culture .yg-sy-cn,
.culture .yg-sy-en{
	color: #fff;
}
.culture .titBox{
	position: absolute;
	width: 100%;
	top: 60px;
	left: 0;
}
.qywh-list{
	height: 800px;
	float: left;
	width: 22%;
	border-right: 1px solid rgba(255,255,255,0.2);
	padding: 275px 75px 0 45px;
	cursor: pointer; 
	color: #fff;
    transition: all .5s ease;
}
.qywh-list.on{
	width: 34%;
	text-align: center;
    transition: all .5s ease;
}
.qywh-list .tit{
	font-weight: bold;
	font-size: 20px;	 
	margin-top: 20px;
}
.qywh-list .line{
	width: 40px;
	height: 4px;
	background: #d6000a;
	margin: 32px 0 55px;
}
.qywh-list.on .line{
	margin: 32px auto 55px;
}
.qywh-list .sub{
	text-align: left;
	font-size: 24px;
	color: #e1d2b9;
	line-height: 40px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.qywh-list.on .sub{
	-webkit-line-clamp: 6;
}

/* advantage */
.advantage{
	padding: 100px 0;
}
.ppys-list{
	margin-bottom: 20px;
}
.ppys-list .Ten{
	font-family: arial;
	font-size: 38px;
	line-height: 46px;
	color: #1b1b1b;
}
.ppys-list .Tcn{
	font-size: 36px;
	line-height: 40px;
	color: #000000;
	margin-top: 18px;
}
.ppys-list .list{
	margin-top: 28px;
	min-height: 175px;
}
.ppys-list .list span{
	display: block;
	padding-left: 26px;
	background: url(../images/yg-zfx-ico.jpg) no-repeat left center;
	line-height: 35px;
	font-size: 18px;
	color: #666666;
}
.ppys-list .pic{
	margin-top: 38px;
}

/* history */
.history{
	padding: 60px 0 60px;
	background: url(../images/history-back.jpg) no-repeat top center;
	background-size: cover;
}
.history .yg-sy-cn,
.history .yg-sy-en{
	color: #fff;
}
#historySwiper{
	margin-top: 105px;
	color: #fff;
	padding: 20px 0;
}
.fzlc-list{
	height: 445px;
	padding-top: 185px;
	position: relative;
}
.fzlc-list .title{
	line-height: 56px;
	background: url(../images/history-t-back.png) no-repeat center center;
	background-size: 100% 100%;
	text-align: center;
	font-size: 24px;
}
.fzlc-list .cont{
	position: absolute;
	top: 0;
	border-left: 1px solid #fff;
	height: 178px;
	margin-left: 20px;
	padding-left: 15px; 
}
#historySwiper .swiper-slide:nth-of-type(2n+2) .cont{
	bottom: 16px;
	top: auto;
	margin-left: 40px;
}
.fzlc-list .cont::after{
	content: "";
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 100%; 
	position: absolute;
	top: 0;
	left: -4px;
}
#historySwiper .swiper-slide:nth-of-type(2n+2) .cont::after{
	top: auto;
	bottom: 0;
}
.fzlc-list .cont .year{
	font-family: arial;
	font-size: 32px;
	line-height: 46px;
	margin-top: -20px;
}
#historySwiper .swiper-slide:nth-of-type(2n+2) .cont .year{
	margin-top: 40px;
}
.fzlc-list .cont .sub{
	font-size: 16px;
	line-height: 28px;
	margin-top: 8px;
	height: 84px;
	overflow-y: auto;
}

/* honor */
.honor{
	padding: 110px 0 40px;
}
.honorList{
	margin-top: 55px;
}
.honorList .row{
	margin-left: 0;
	margin-right: 0;  
	background-size: 100%;
}
.honorList .pdg{
	padding: 0 24.5px;
	position: relative;
	padding-bottom: 47px;
}
.honorList .row .pdg::after{
	width: 100%;
	height: 47px;
	background: url(../images/honor-back.jpg) no-repeat center center;
	content: "";
	position: absolute;
	border: 0;
	left: 0; 
}
.honorList .pic{
	border: 9px solid #4c1917;
}
.honorList .pic img{
	display: block;
	width: 100%;
}

/* partner */
.partner{
	padding: 68px 0 75px;
	background: url(../images/hzhb-back.jpg) no-repeat top center;
	background-size: cover;
}
.partner .yg-sy-cn,
.partner .yg-sy-en{
	color: #fff;
}
.partner .cont{
	text-align: center;
	margin-top: 65px;
}

/* contact */
.contact{
	padding: 65px 0 130px;
}
.contact .box{
	overflow: hidden;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 57px;
}
.contact .box .info{
	width: 50%;
	float: left;
}
.contact .box .ewm{
	overflow: hidden;
	float: right;
}
.contact .box .ewm p{
	float: left;
	font-size: 14px;
	color: #777777;
	line-height: 25px;
	margin-right: 15px;
	margin-top: 24%;
}
.contact .box .ewm img{
	float: left;
	border: 1px solid #e2e2e2;
	width: 163px;
	padding: 5px;
}
.contact .box .c-top-tit,
.contact .box .c-top-sub{
	text-align: left;
}
.c-top-tit{
	text-align: center;
	font-size: 42px;
	line-height: 46px;
	color: #000000;
}
.c-top-sub{
	text-align: center;
	font-size: 18px;
	color: #777777;
	line-height: 30px;
	margin-top: 18px;
}
.contact .row{
	margin-top: 60px;
}
.contact .pdg{
	text-align: center;
}
.contact .pdg .tit{
	font-size: 16px;
	color: #666666;
	margin-top: 22px;
}
.contact .pdg .line{
	width: 30px;
	height: 3px;
	margin: 32px auto 38px;
	background: #d7000f;
}
.contact .pdg .sub a{
	font-size: 30px;
	font-family: goodmu;
	color: #333333;
	line-height: 36px;
}
.contact .pdg .sub span{
	font-weight: bold;
	font-size: 24px;
	color: #333333;
	line-height: 35px;
}
.message{
	padding: 72px 0 100px;
	background: #f1f1f1;
}
.message .row{
	margin-top: 48px;
}
.message .row input[type=text]{
	width: 100%;
	height: 65px;
	background: #fff;
	border: none;
	outline: none;
	margin-bottom: 18px;
	padding: 0;
	text-indent: 18px;
	font-size: 18px;
	transition: all .5s ease;
}
.message .row input[type=text]:focus{
	box-shadow: 0 0 13px 0 rgba(0, 0, 0, .2);
	transition: all .5s ease;
}
.message .row input[type=text].bt{
	background: #fff url(../images/bt-ico.png) no-repeat right 22px center;
}
.message .row textarea{
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	min-height: 218px;
	max-height: 218px;
	border: none;
	outline: none;
	font-size: 18px;
	padding: 18px;
    transition: all .5s ease;
}
.message .row textarea:focus{
	background: #fff; 
	box-shadow: 0 0 13px 0 rgba(0, 0, 0, .2);
    transition: all .5s ease;
}
.message .row input[type=button]{
	display: block;
	width: 290px;
	height: 55px;
	background: #d7000f;
	font-size: 24px;
	color: #fff;
	margin: 35px auto 0;
	border: none;
	outline: none;
	transition: all .5s ease;
}
.message .row input[type=button]:hover{
	box-shadow: 5px 7px 13px 0 rgba(215, 0, 15, .4);
	border-radius: 8px;
	transition: all .5s ease;
}

/* idea */
.idea{
	padding: 64px 0 110px;
}
.idea .sub-left{
	float: left;
}
.idea .sub-left .yg-sy-cn,
.idea .sub-left .yg-sy-en{
	text-align: left;
}
.idea .sub-right{
	width: 68.75%;
	float: right;
	font-size: 16px;
	color: #777777;
	line-height: 28px;
}
.idea .sub-right .cont{
	margin-bottom: 22px;
}
.idea .sub-right .list{
	margin-bottom: 14px;
}
.idea .sub-right .list .num{
	display: inline-block;
	width: 20px;
	text-align: center;
	line-height: 20px;
	height: 20px;
	border-radius: 100%;
	background: #d50004;
	font-size: 16px;
	color: #fff;
	margin-right: 7px;
}

/* human */
.human{
	padding: 0 0 120px;
}
.human .container{
	position: relative;
}
.a-zp-img{
	position: absolute;
	right: 0;
	top: -70px;
	z-index: 22;
}
.human .pic{
	position: relative;
	z-index: 33;
}
.human .pic img{
	display: block;
	width: 100%;
}
.human-shwo .top{
	background: #d7000f;
	line-height: 60px;
	color: #fff;
	font-size: 18px;
	overflow: hidden;
	font-family: "Adobe 黑体 Std";
	margin-bottom: 1px;
}
.human-shwo .top span{
	width: 15%;
	float: left;
	text-align: center;
}
.human-shwo .top span:last-child{
	float: right;
}
.human-shwo .item h3{
	line-height: 55px;
	overflow: hidden;
	background: #f5f5f5 url(../images/jiahao-ico.png) no-repeat right 6.5% center;
	cursor: pointer;
	font-size: 16px;
	color: #333333;
	margin-bottom: 5px;
}
.human-shwo .item h3.on{
	background: #f5f5f5 url(../images/jianhao-ico.png) no-repeat right 6.5% center;
}
.human-shwo .item h3 span{
	width: 15%;
	float: left;
	text-align: center;
}
.human-shwo .item { 
}
.human-shwo .item ul{
	display: none;
}
.human-shwo .item ul li{
	padding: 32px 46px 40px;
	border-bottom: 1px solid #e2e2e2;
	font-size: 16px;
	color: #777777;
	line-height: 28px;
}
.human-shwo .item .scjl{
	display: block;
	width: 140px;
	text-align: center;
	line-height: 40px;
	background: #d7000f;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-top: 50px;
	transition: all .5s ease;
}
.human-shwo .item .scjl:hover{
	box-shadow: 5px 7px 13px 0 rgba(215, 0, 15, .4);
	border-radius: 8px;
	transition: all .5s ease;
}
.employee .jt-box{
	position: relative;
	height: 55px;
	margin: 50px auto 0;
	width: 100px;
}
#ygSwiper{
	margin-top: 46px;
}
#ygSwiper .swiper-slide{
	width: 33.073%;
}
#ygSwiper .swiper-slide .pic img{
	display: block;
	width: 100%;
}
#ygSwiper .swiper-slide.sml{
	width: 16.41%;
}
#ygSwiper .swiper-slide.sml .pic:nth-child(1){
	margin-bottom: 4px;
}
#ygN,
#ygP{
	width: 50px;
	height: 50px;
	border: 1px solid #5a5a5a;
	top: 0;
	margin-top: 0;
}
#ygN{
	right: 0; 
	background: url(../images/yg-next.jpg) no-repeat center center;
}
#ygP{
	left: 0;
	background: url(../images/yg-prev.jpg) no-repeat center center;
}

/* application */
.application{
	padding: 65px 0 ;
}
.application .item{
	background: #fff;
	margin-bottom: 40px;
}
.application .item h3{
	cursor: pointer;
	overflow: hidden;
	transition: all .5s ease;
}
.application .item h3.on{
	background: #d7000f;
	transition: all .5s ease;
}
.application .item .Pic{
	width: 70.5506%;
	float: right;
}
.application .item .Pic img{
	display: block;
	width: 100%;
}
.application .item .Info{
	width: 29.4494%;
	float: left;
	border: 1px solid #e2e2e2;
	padding: 65px 55px 0 38px;
	transition: all .5s ease;
}
.application .item h3.on .Info{
	border: 1px solid #d7000f;
	transition: all .5s ease;
}
.application .item .Info .tcn{
	font-size: 26px;
	color: #000000;
	line-height: 38px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	transition: all .5s ease;
} 
.application .item:hover .Info .tcn{
	color: #d7000f;
	transition: all .5s ease;
}
.application .item h3.on .Info .tcn{
	color: #fff;
	transition: all .5s ease;
}
.application .item .Info .ten{
	font-family: arial;
	font-size: 16px;
	color: #555555;
	margin: 18px 0 36px;
	transition: all .5s ease;
}
.application .item h3.on .Info .ten{
	color: #fff;
	transition: all .5s ease;
}
.application .item .Info .sub{
	font-size: 16px;
	color: #777777;
	line-height: 28px;
	height: 112px;
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
	transition: all .5s ease;
}
.application .item h3.on .Info .sub{
	color: #fff;
	transition: all .5s ease;
}
.application .item .Info .ico{
	width: 100%;
	height: 17px;
	background: url(../images/yyly-down.png) no-repeat center center;
	margin-top: 30px;
	transition: all .5s ease;
}
.application .item h3.on .Info .ico{
	background: url(../images/yyly-up.png) no-repeat center center;
	transition: all .5s ease;
}
.application ul {
	display: none;
}
.application ul li{
	padding: 50px 58px 65px;
	background: #f5f5f5;
}
.application ul li .content{
	font-size: 16px;
	color: #777777;
	line-height: 28px;
}
.application ul li .shuoming{
	overflow: hidden;
	margin-top: 65px;
}
.application ul li .shuoming .list{
	line-height: 30px;
	font-size: 16px;
	color: #777777;
	float: left;
	margin-right: 34px;
}
.application ul li .shuoming .list img{
	margin-right: 10px;
}

/* environment */
.environment{
	background: #f5f5f5;
	padding: 65px 0;
}
.cjhj-list{
	margin-bottom: 50px;
	position: relative;
}
.sub-cjhj-content{
	width: 44.853%;
	float: right;
}
.cjhj-list:nth-of-type(2n+2) .sub-cjhj-content{
	float: left;
}
.sub-cjhj-content .title{
	font-size: 42px;
	color: #333333;
	line-height: 48px;
	margin: 74px 0 45px;
}
.sub-cjhj-content .cont{
	font-size: 16px;
	color: #777777;
	line-height: 30px;
	height: 150px;
	overflow-y: auto;
	padding-right: 15px;
}
.cjhj-top{
	position: absolute !important;
	width: 50% !important;
	left: 0;
}
.cjhj-list:nth-of-type(2n+2) .cjhj-top{
	left: auto;
	right: 0;
}
.cjhj-top .swiper-slide img{
	display: block;
	width: 100%;
}
.cjhj-thumbs{
	margin-top: 115px;
}
.cjhj-list .jt-box{
	width: 50px;
	height: 100px;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	top: 50%;
	margin-top: -50px;
}
.cjhjN,
.cjhjP{
	width: 50px !important;
	height: 50px !important;
	border: 1px solid #cecece;
	top: 0;
	left: 0 !important;
	right: 0 !important;
	margin-top: 0;
}
.cjhjN{
	top: 0 !important;
	background: #fff url(../images/yg-next.jpg) no-repeat center center !important;
}
.cjhjP{
	top: 0;
	background: #fff url(../images/yg-prev.jpg) no-repeat center center !important;
}

/* equipment */
.equipment{
	padding: 60px 0 100px;
}
.equipment .row .pdg{
	margin-bottom: 20px;
	padding: 0 10px;
}

/* product */
.product{
	padding: 0 0 100px;
}
.proCls{
	width: 17.647059%;
	float: left;
	position: relative;
	margin-top: -56px;
	z-index: 99;
}
.proCls .titBox{
	background: #d7000f url(../images/red-logo.jpg) no-repeat center center;
	text-align: center;
	padding: 50px 0 65px;
	color: #fff;
	margin-bottom: 1px;
}
.proCls .titBox .cn{
	font-size: 42px;
	line-height: 48px;
}
.proCls .titBox .en{
	font-family: goodmu;
	font-size: 18px;
	margin-top: 16px;
}
.proCls .item{
	margin-bottom: 5px;
}
.proCls .item.on{
	margin-bottom: 0;
}
.proCls .item h3{
	line-height: 60px;
	background: #f1f1f1;
	padding:0  18px ;
	font-size: 18px;
	color: #333333;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	transition: all .5s ease;
}
.proCls .item h3 a{
	color: #333333;
	transition: all .5s ease;
}
.proCls .item h3:hover,
.proCls .item.on h3{
	background: #d7000f; 
	transition: all .5s ease;
}
.proCls .item h3:hover a,
.proCls .item.on h3 a{ 
	color: #fff;
	transition: all .5s ease;
}
.proCls .item h3 .ico{
	display: inline;
	position: relative;
	margin-right: 16px;
	transition: all .5s ease;
}
.proCls .item h3 .ico .shense{
	opacity: 1;
	transition: all .5s ease;
}
.proCls .item h3:hover .ico .shense,
.proCls .item.on h3 .ico .shense{ 
	opacity: 0;
	transition: all .5s ease;
}
.proCls .item h3 .ico .qianse{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all .5s ease;
}
.proCls .item h3:hover .ico .qianse,
.proCls .item.on h3 .ico .qianse{ 
	opacity: 1;
	transition: all .5s ease;
}
.proCls .item ul{
	border: 1px solid #f1f1f1;
	padding: 2px 0;
	display: none;
}
.proCls .item.on ul{
	display: block;
}
.proCls .item ul li{
	padding: 0 10px;
}
.proCls .item ul li a{
	display: block;
	border-bottom: 1px solid #e2e2e2;
	text-align: center;
	font-size: 16px;
	color: #777777;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	line-height: 46px;
}
.proCls .item ul li a:hover,
.proCls .item ul li a.on{
	color: #d7000f;
	font-weight: bold;
	border-bottom: 1px solid #d7000f;
}
.proCls .item ul li:last-child a{
	border-bottom: none;
}
.proList{
	width: 76.47059%;
	float: right;
	padding: 65px 0 100px;
}
.proList .pdg{
	padding: 0 10px;
}
.pro-list{
	margin-bottom: 20px;
}
.pro-list .pic{
	overflow: hidden;
}
.pro-list .pic img{
	display: block;
	width: 100%;
	transform: scale(1);
    transition: all .5s ease;
}
.pro-list:hover .pic img{
	transform: scale(1.12);
    transition: all .5s ease;
}
.pro-list p{
	text-align: center;
	padding: 0 15px;
	line-height: 58px;
	border: 1px solid #e2e2e2;
	font-size: 18px;
	color: #333333;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	transition: all .5s ease;
}
.pro-list:hover p{
	color: #d80c1b;
	transition: all .5s ease;
}
.productDe{
	width: 76.47059%;
	float: right;
	padding: 65px 0 100px;
}
.proDe-cont{
	
}
#proDeSwiper{
	width: 56.73077%;
	float: left;
}
#proDeSwiper .swiper-slide img{
	display: block;
	margin: 0 auto;
}
.proDe-cont .Info{
	width: 39%;
	float: right;
}
.proDe-cont .Info .tit{
	font-size: 36px;
	line-height: 40px;
	color: #333333;
	margin-top: 10px;
}
.proDe-cont .Info .cont{
	margin-top: 45px;
}
.proDe-cont .Info .cont p{
	font-size: 16px;
	color: #777777;
	line-height: 28px;
	padding: 5px 0;
	border-bottom: 1px solid #e8e8e8;
}
.proDe-cont .Info .jt-box{
	position: relative;
	width: 100px;
	height: 50px;
	margin-top: 40px;
}
#proDeN,
#proDeP{
	width: 50px;
	height: 50px;
	border: 1px solid #5a5a5a;
	top: 0;
	margin-top: 0;
}
#proDeN{
	right: 0; 
	background: url(../images/yg-next.jpg) no-repeat center center;
}
#proDeP{
	left: 0;
	background: url(../images/yg-prev.jpg) no-repeat center center;
}
.proDe-tab{
	margin-top: 75px;
}
.proDe-tab .hd ul{
	overflow: hidden;
}
.proDe-tab .hd ul li{
	display: block;
	float: left;
	min-width: 140px;
	line-height: 45px;
	background: #f1f1f1;
	text-align: center;
	margin-right: 5px;
	cursor: pointer;
	padding: 0 24px;
	transition: all .5s ease;
}
.proDe-tab .hd ul li.on{
	background: #d7000f;
	color: #fff;
	transition: all .5s ease;
}
.proDe-tab .bd{
	margin-top: 35px;
}
.proDe-tab .bd ul li{
	font-size: 16px;
	color: #777777;
	line-height: 30px;
}

/* news */
.news{
	padding: 65px 0 100px;
}
.news ul{
	
}
.news ul li{
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
	padding: 26px 0 26px 0; 
	transition: all .5s ease; 
}
.news ul li:hover{
	padding: 22px 36px 22px 36px;
	border: 4px solid #d7000f;
	transition: all .5s ease;
}
.news .pic{
	width: 27.8%;
	float: left;
	overflow: hidden;
}
.news .pic img{
	display: block;
	width: 100%;
}
.news .info{
	width: 49.6%;
	float: left;
	margin-left: 70px;
}
.news .info .time{
	font-family: arial;
	font-size: 16px;
	color: #777777;
	margin-top: 14px;
}
.news .info .tit{
	font-size: 20px;
	color: #222222;
	line-height: 25px;
	margin: 12px 0 28px;
	transition: all .5s ease;
}
.news ul li:hover .info .tit{
	color: #d7000f;
	transition: all .5s ease;
}
.news .info .sub{
	font-size: 16px;
	color: #777777;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	line-height: 28px;
}
.news .more{
	float: right;
	font-family: arial;
	font-size: 14px;
	color: #777777;
	margin-top: 5.5%;
	transition: all .5s ease;
}
.news ul li:hover .more{
	color: #d7000f;
	transition: all .5s ease;
}
.news .more i{
	margin-left: 10px;
}
.newsDe{
	padding: 65px 0 100px;
}
.newsDe-content{
	width: 66.18%;
	float: left;
}
.newsDe-content .title{
	font-size: 30px;
	line-height: 38px;
	color: #222222;
}
.newsDe-content .time{
	font-size: 16px;
	color: #777777;
	border-bottom: 1px solid #c8c8c8;
	padding-bottom: 28px;
	margin-top: 16px;
}
.newsDe-content .content{
	font-size: 16px;
	color: #777777;
	line-height: 28px;
	margin-top: 40px;
}
.dePage{
	overflow: hidden;
	border-top: 1px solid #c8c8c8;
	padding-top: 28px;
	margin-top: 85px;
}
.dePage .sxy{
	width: 75%;
	float: left;
}
.dePage .sxy a{
	display: block;
	font-size: 16px;
	color: #222222;
	line-height: 30px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.dePage .yg-sy-more{
	float: right;
}
.newsDe-recommend{
	width: 26.5%;
	float: right;
}
.newsDe-recommend .top-tit{
	border-top: 3px solid #d7000f;
	padding-top: 16px;
	font-size: 24px;
	color: #333333;
	margin-bottom: 34px;
}
.newsDe-recommend .list{
	overflow: hidden;
	line-height: 60px;
	border-bottom: 1px solid #e5e5e5;
}
.newsDe-recommend .list.on{
	border-bottom: none;
}
.newsDe-recommend .list img{
	margin-bottom: 10px; 
	display: block;
	width: 100%;
}
.newsDe-recommend .list .tit{
	width: 65%;
	float: left;
	font-size: 16px;
	color: #777777;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.newsDe-recommend .list:hover .tit{
	color: #d6000a;
}
.newsDe-recommend .list .time{
	float: right;
	font-family: arial;
	font-size: 14px;
	color: #666666;
}

/* 公共 */
.hide-wrap {
    display: none;
}
.isCkmore{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	color: #333333;
	margin: 45px auto 0;
	border: 1px solid rgba(255,255,255,0);
}
.isCkmore i{
	font-size: 56px;
	color: #c8c8c8;
	transition: all .5s ease;
}
.isCkmore i:hover{
	color: #d6000a;
	transition: all .5s ease;
}
.container.ny{
	max-width: 1360px;
}
.yg-sy-cn{
	text-align: center;
	font-size: 42px;
	color: #000000;
	line-height: 48px;
}
.yg-sy-en{
	font-family: helev;
	font-size: 18px;
	color: #555555;
	text-align: center;
	margin-top: 10px;
	font-weight: 100;
}

/* footer */
footer{
	padding: 64px 0 0 0;
	background: #333333;
}
.foot-top{
	padding: 0 0 95px;
}
.foot-lm{
	float: left;
	margin-right: 65px;
}
.foot-lm h4{
	font-size: 20px;
	color: #fff; 
	border-bottom: 1px solid rgba(255,255,255,0.1);
	min-width: 135px;
	line-height: 25px;
	padding-bottom: 18px;
}
.foot-lm .link-a{
	margin-top: 16px;
}
.foot-lm .link-a a{
	display: block;
	line-height: 40px;
	font-size: 15px;
	color: #999999;
}
.foot-lm .link-a a:hover{
	color: #fff;
}
.foot-lx{
	float: left;
	margin-left: 24px;
}
.foot-lx h4{
	font-size: 20px;
	color: #fff; 
	min-width: 148px;
	line-height: 25px; 
}
.foot-lx .info{
	margin-top: 22px;
}
.foot-lx .info p{
	font-size: 15px;
	color: #dbdada;
	line-height: 38px;
	padding-left: 28px;
}
.foot-lx .info p a{
	color: #dbdada;
	font-family: arial; 
}
.foot-lx .info .dz{
	background: url(../images/f-dz.png) no-repeat left center;
}
.foot-lx .info .dh{
	background: url(../images/f-dh.png) no-repeat left center;
}
.foot-lx .info .yx{
	background: url(../images/f-yx.png) no-repeat left center;
}
.foot-lx .info p a:hover{
	color: #fff;
}
.foot-share{
	margin-top: 35px;
}
.foot-share a{
	padding: 0 !important;
	width: 34px !important;
	height: 33px !important;
	background: url(../images/f-fx.jpg) !important;
}
.foot-share a.bshare-sinaminiblog{
	background-position: -39px 0 !important;
}
.foot-ewm{
	float: right;
	text-align: center;
	width: 126px;
}
.foot-ewm p{
	font-size: 15px;
	color: #adacac;
	line-height: 26px;
	margin-top: 6px;
}
.foot-copy{
	line-height: 30px;
	padding: 20px 0;
	font-size: 15px;
	color: #999999;
}
.foot-copy a{
	color: #999;
}
.foot-copy a:hover{
	color: #fff;
}

/* MB - PC */
.isPc {
	display: block;
}

.isMobile {
	display: none !important; 
}

/* 滚动  */
@-webkit-keyframes rotate{from{-webkit-transform: rotate(0deg)}
    to{-webkit-transform: rotate(360deg)}
}
@-moz-keyframes rotate{from{-moz-transform: rotate(0deg)}
    to{-moz-transform: rotate(360deg)}
}
@-o-keyframes rotate{from{-o-transform: rotate(0deg)}
    to{-o-transform: rotate(360deg)}
}
@keyframes rotate{from{transform: rotate(0deg)}
    to{transform: rotate(360deg)}
}

/*page*/
.Page {
	width: 100%;
	text-align: center;
	line-height: 50px;
	padding-top: 50px;
}
.Page .disabled {
	border: 1px solid #d8d8d8;
	padding: 5px 5px;
	font-size: 10px;
	color: #d8d8d8; 
	display: none;
	visibility: hidden;
}

.Page a {
	border: 1px solid #ededed;
	display: inline-block;
	width: 40px;
	line-height: 38px;
	text-align: center;
	font-size: 10px;
	color: #333;
	position: relative;
	top: 2px;  
}
.Page a:hover{
	border: 1px solid #d6000a;
}

.Page a.sy {
	color: #707072 !important;
}

.Page .current {
	background: #d6000a;
	display: inline-block;
	width: 40px;
	line-height: 38px;
	color: #fff;
	position: relative;
	top: 2px;
	border: 1px solid #d6000a;
	font-size: 10px; 
}
.Page .prev{
	display: inline-block;
	width: 40px;
	padding: 0 !important;
	height: 40px;
	border: 1px solid #e2e2e2; 
	background: url(../images/0prev.png) no-repeat center center; 
	background-size: 6px auto;
}
.Page .prev:hover{
	border: 1px solid #d6000a;
	background: #d6000a url(../images/0prev-bs.png) no-repeat center center;
	background-size: 6px auto;
}
.Page .next{
	display: inline-block;
	width: 40px;
	padding: 0 !important;
	height: 40px;
	border: 1px solid #e2e2e2; 
	background: url(../images/0next.png) no-repeat center center;
	background-size: 6px auto;
}
.Page .next:hover{
	border: 1px solid #d6000a;
	background: #d6000a url(../images/0next-bs.png) no-repeat center center;
	background-size: 6px auto;
}

.bsBox {
	width: auto !important;
	height: auto !important;
}

/*Webkit,Opera9.5+,Ie9+*/
::selection {
	background: #1054a0;
	color: #fff;
}

/*Mozilla Firefox*/
::-moz-selection {
	background: #1054a0;
	color: #fff;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-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(201, 3, 12, 1);
	border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
	background-color: rgba(201, 3, 12, 1);
}

::-webkit-scrollbar-thumb:active {
	background-color: rgba(201, 3, 12, 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;
}

#mobileHb{
	position: relative;
}
#mobileHb img{
	display: block;
	width: 100%;
}