@font-face {
    font-family: 'hnb';
    src: url('../fonts/HELVNB.TTF');
    url('../fonts/HELVNB.TTF') format('truetype'),
    url('../fonts/HELVNB.TTF') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 's721';
    src: url('../fonts/Swiss 721 Thin BT.ttf');
    url('../fonts/Swiss 721 Thin BT.ttf') format('truetype'),
    url('../fonts/Swiss 721 Thin BT.ttf') format('svg');
    font-weight: normal;
    font-style: normal;
}

.maincond{
	position: relative;
	z-index: 11;
	background: #fff;
	margin-bottom: 210px;
}
.maincond2{
	position: relative;
	z-index: 23;
	background: #fff;
	margin-bottom: 210px;
}
.contain{
	margin: 0 auto;
	width: 100%;
	min-width: 1200px;
	position: relative;
	height: 800px;
	overflow: hidden;
	background-color: #73767b;
	z-index: 22;
}
.contains2{
	margin: 0 auto;
	width: 100%;
	min-width: 1200px;
	position: relative;
	height: auto;
	min-height: 80px;
	overflow: hidden;
	background-color: rgb(247, 247, 247);
	z-index: 22;
}
.videobox{
	width: 100%;
	height: 800px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.videobox video{
	width: 100%;
	height: auto;
}
.push{
	width: 100%;
	height: 80px;
	background: #fff;
}
.toper{
	width: 100%;
	height: auto;
	position: absolute;
	top: 0px;
	left: 0px;
	min-width: 1200px;
	padding: 0px 10%;
}
.toper.fixd{
	position: fixed;
    background: #fff;
    min-width: 1200px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    top: 0;
    z-index: 10001;
    left: 0px;
}
.toper.fixd .navs ul li a.as1{
	color: #515151;
}
.toper.fixd .navs ul li.shows a.as1{
	color: #515151;
	font-weight: 600;
}
.toper.fixd .navs ul li a.as1:hover{
	color: #515151;
	font-weight: 600;
}
.logos3{
	display: none;
}
.toper.fixd .logos3{
	display: block;
}
.toper.fixd .logos1{
	display: none;
}
.toper.pf-up{transform: translateY(-70px);}
.toper.pf-normal{transform: translateY(0px);}
.logos{
	width: auto;
	height: auto;
	padding-top: 15px;
}
.navs{
	width: auto;
	height: auto;
	float: right;
	padding-top: 30px;
}
.navs ul li{
	width: auto;
	height: auto;
	float: left;
	margin-left: 50px;
	position: relative;
	padding-bottom: 20px;
}
.navs ul li a.as1{
	font-size: 14px;
	color: #dddddd;
}
.navs ul li a.dropdown{
	padding-right: 17px;
	background: url(../img/s1.png) no-repeat right 4px; 
}
.navs ul li a.as1:hover{
	color: #fff;
}
.navs ul li a.as1 img{
	margin-left: 5px;
}
.navs ul li.shows a.as1{
	color: #fff;
	font-weight: 600;
}
.hidenav{
	width: 180px;
	height: auto;
	position: absolute;
	top: 30px;
	left: -30px;
	z-index: 999;
	background: #333333;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    padding: 25px 15px 15px 20px;
    opacity: 0;
}
.hidenav a{
	width: 50%;
	height: 20px;
	line-height: 20px;
	color: #e1e1e1;
	font-size: 12px;
	display: inline-block;
	margin-bottom: 14px;
	text-align: left;
	float: left;
	overflow: hidden;
	background: transparent !important;
}
.hidenav a:hover{
	color: #f79b37;
}
.hidenav{transition: .15s ease-in-out; -webkit-transition: .15s ease-in-out; -moz-transition: .15s ease-in-out; -ms-transition: .15s ease-in-out; -o-transition: .15s ease-in-out; transform: translateY(10px); -webkit-transform: translateY(10px); -moz-transform: translateY(10px); -ms-transform: translateY(10px); -o-transform: translateY(10px); opacity: 0; visibility: hidden;}
.hidenav.visible{transform: translateY(0); -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); opacity: 0.8; visibility: visible;}
.fnavs2{
	width: 100%;
	height: auto;
	padding-top: 14px;
    border-top: 1px solid #585656;
}


.bantit{
	width: 1200px;
	height: auto;
	position: absolute;
	top: 40%;
	left: 50%;
	margin-left: -600px;
	text-align: center;
}
.bantit h2{
	font-size: 40px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	margin-bottom: 15px;
	letter-spacing: 2px;
}
.bantit h3{
	font-size: 15px;
	color: #fff;
	text-align: center;
	margin-bottom: 50px;
	letter-spacing: 3px;
}
.bantit h4{
	text-align: center;
}
.bantit h4 a{
	width: 150px;
	height: 45px;
	line-height: 45px;
	border-radius: 3px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin: 0px 25px;
	display: inline-block;
	background: rgba(255,255,255,.3);
}
.bantit h4 a:nth-child(2){
	background: #ad132d;
}
.bantit h4 a:hover{
	background: rgba(177,177,177,.3);
}
.bantit h4 a:nth-child(2):hover{
	background: #9b1028;
}
.mains1{
	width: 100%;
	height: 685px;
	min-width: 1200px;
	background: url(../img/gez.png) repeat;
	overflow: hidden;
}
.mains1t{
	width: 1200px;
	height: auto;
	margin: auto;
	padding: 60px 0px;
}
.titl{
	width: 100%;
	height: auto;
	margin-bottom: 50px;
}
.titl h2{
	font-size: 20px;
	color: #0c0c0c;
	text-align: center;
	font-weight: 600;
	margin-bottom: 15px;
}
.titl h3{
	font-size: 16px;
	color: #666665;
	text-align: center;
	font-weight: 500;
	margin-bottom: 15px;
}
.titl h4{
	font-size: 16px;
	color: #666665;
	text-align: center;
	font-weight: 600;
}
.s1li{
	width: 100%;
	height: auto;
}
.s1li ul li{
	width: 285px;
	height: 375px;
	float: left;
	margin-right: 20px;
	position: relative;
	overflow: hidden;
}
.s1li ul li:nth-child(4n){
	margin-right: 0px;
}
.s1li ul li img{
	width: 100%;
	height: 100%;
	transition: all 2s;
}
.s1li ul li:hover img{
	transform: scale(1.1);
}
.hidetit{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,.3);
	padding: 190px 25px 0px;
	display: none;
}
.hidetit h2{
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
	overflow: hidden;
}
.hidetit h3{
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #efefef;
	text-align: center;
	margin-bottom: 25px;
	overflow: hidden;
}
.hidetit h4{
	width: 100%;
	height: 75px;
	line-height: 25px;
	font-size: 14px;
	color: #efefef;
	text-align: center;
	margin-bottom: 25px;
	overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all; 
}
.more{
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 30px;
}
.more a{
	font-size: 16px;
	color: #515151;
}
.more a:hover{
	color: #ad132d;
}
.mains2{
	width: 100%;
	height: auto;
	min-width: 1200px;
}
.mains2t{
	width: 1200px;
	height: auto;
	margin: auto;
	padding: 50px 0px 40px;
}
.s2tit{
	width: 100%;
	height: 55px;
	background: url(../img/s6.png) no-repeat 0px center;
	padding-left: 150px;
	margin-bottom: 40px;
	position: relative;
}
.s2tit:hover{
	background: url(../img/s6d.png) no-repeat 0px center;
}
.s2tit h2{
	font-size: 15px;
	color: #fff;

}
.s2lid{
	width: 100%;
	height: 55px;
	line-height: 55px;
	font-size: 15px;
	color: #fff;
	border-top: 1px solid #636363;
	border-bottom: 1px solid #636363;
	border-right: 1px solid #636363;
	font-size: 15px;
	color: #fff;
	padding: 0px 30px;
	overflow: hidden;
}
.s2tit h2 a{
	color: #fff;
	width: 100%;
	height: 55px;
	line-height: 55px;
	display: inline-block;
	overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all; 
}
.s2tit h2 span{
	color: #979797;
}
.s2tit h2:hover span{
	color: #fff;
}
.s2tit h3{
	width: 138px;
	height: 56px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.s2tit h3 span{
	width: 100%;
	text-align: center;
	display: inline-block;
	float: left;
}
.s2tit h3 span:nth-child(1){
	font-size: 16px;
	color: #fff;
	font-family: "s721";
	margin-top: 7px;
	margin-bottom: 2px;
}
.s2tit h3 span:nth-child(2){
	font-size: 20px;
	color: #fff;
	font-family: "hnb";
}
.s2li{
	width: 100%;
	height: auto;
}
.s2li .scond .s2limode{
	width: 600px;
	height: 400px;
	float: left;
	position: relative;
	overflow: hidden;
}
.s2li .scond .s2limode img.mainpic{
	width: 100%;
	height: 100%;
	transition: all 3s;
}
.ftit{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 250px 160px 0px 25px;
}
.ftit h2{
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 20px;
	color: #fff;
	text-align: left;
	margin-bottom: 10px;
	overflow: hidden;
}
.ftit h3{
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #d0d0d0;
	text-align: left;
	margin-bottom: 25px;
	overflow: hidden;
}
.ftit h4{
	width: 100%;
	height: 60px;
	line-height: 20px;
	font-size: 14px;
	color: #fff;
	text-align: left;
	margin-bottom: 25px;
	overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all; 
}
.s2li .scond .s2limode img.bofang{
	width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px;
    opacity: 0;
    transition: all .3s;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
}
.s2li .scond .s2limode:hover img.bofang{
	-webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.s2li .scond .s2limode:hover img.mainpic{
	transform: scale(1.05); 
}

.mains3{
	width: 100%;
	height: 385px;
	min-width: 1200px;
	overflow: hidden;	
	background: url(../img/s12.png) repeat;
}
.mains3t{
	width: 1200px;
	height: auto;
	margin: auto;
	padding: 70px 0px 55px;
}
.s3tit{
	width: 100%;
	height: auto;
	margin-bottom: 35px;
}
.s3tit h2{
	font-size: 20px;
	color: #d3600b;
	text-align: center;
	font-weight: 600;
	margin-bottom: 15px;
}
.s3tit h3{
	font-size: 16px;
	color: #c15200;
	text-align: center;
	font-weight: 500;
	margin-bottom: 15px;
}
.s3tit h4{
	height: 2px;
	line-height: 2px;
	text-align: center;
}
.s3tit h4 span{
	width: 70px;
	height: 1px;
	background: #d3600b;
	display: inline-block;
}
.s3li{
	width: 100%;
	height: auto;	
}
.s3li ul li{
	width: 200px;
	height: 100px;
	float: left;
	margin-right: 50px;
	padding: 25px 25px 0px;
	position: relative;
}
.s3li ul li:nth-child(5n){
	margin-right: 0px;
}
.s3li ul li img{
	position: absolute;
	left: 3px;
	top: 1px;
}
.s3li ul li h2{
	font-size: 13px;
	color: #d3600b;
	line-height: 20px;
	text-align: center;
}
.s3li ul li:hover img{
	
}
.s3li ul li:hover h2{
	color: #eb7722;
}

.mores2{
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 30px;
}
.mores2 a{
	font-size: 16px;
	color: #cf5f0b;
}
.mores2 a:hover{
	color: #f57d22;
}
.s4tit{
	width: 100%;
	height: auto;
	margin-bottom: 50px;
}
.s4tit h2{
	font-size: 20px;
	color: #0c0c0c;
	text-align: center;
	font-weight: 600;
	margin-bottom: 15px;
}
.s4tit h3{
	font-size: 16px;
	color: #666665;
	text-align: center;
	font-weight: 500;
	margin-bottom: 8px;
}
.s4tit h5{
	height: 2px;
	line-height: 2px;
	text-align: center;
	margin-top: 5px;
}
.s4tit h5 span{
	width: 70px;
	height: 1px;
	background: #757575;
	display: inline-block;
}
.mains4{
	width: 100%;
	min-width: 1200px;
	background: #fff;
	height: 640px;
	overflow: hidden;
	position: relative;
}
.mains4t{
	width: 1200px;
	height: auto;
	padding: 50px 0px;
	margin: auto;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -600px;
}
.s4li{
	width: 100%;
	height: auto;
}
.s4li a{
	width: 160px;
	height: 160px;
	float: left;
	margin-right: 13.33px;
	overflow: hidden;
	box-shadow: 1px 2px 5px #d9d9d9;
	margin-bottom: 14px;
}
.s4li a:nth-child(7n){
	margin-right: 0px;
}
.s4li a img{
	width: 100%;
	height: 100%;
	transition: all 2.5s;
}
.s4li a:hover img{
	transform: scale(1.1); 
}

.mores3{
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 30px;
}
.mores3 a{
	font-size: 16px;
	color: #333;
}
.mores3 a:hover{
	color: #868383;
}
.footer{
	width: 100%;
	height: auto;
	min-width: 1200px;
	background: #3d3d3d;
	
	bottom: -50px;
	left: 0px;
}
.footerindex{
	width: 100%;
	height: auto;
	min-width: 1200px;
	background: #3d3d3d;
	position: fixed;
	bottom: -50px;
	left: 0px;
}
.footernews{
	width: 100%;
	height: auto;
	min-width: 1200px;
	background: #3d3d3d;
	
	bottom: 0px;
	left: 0px;
}
.footers{
	width: 1200px;
	height: auto;
	margin: auto;
	padding-top: 60px;
	padding-bottom: 10px;
}
.footers1{
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}
.footlogo{
	width: auto;
	height: auto;
}
.footlogo img{
	width: 65px;
	height: auto;
	float: left;
	margin-right: 20px;
}
.flogotit{
	float: left;
	padding-left: 25px;
	background: url(../img/s27.png) no-repeat 0px 60%;
	width: 260px;
	padding-top: 8px;
}
.flogotit h2{
	font-size: 14px;
	color: #fff;
	margin-bottom: 5px;
}
.flogotit h3{
	font-size: 14px;
	color: #7f7f7f;
	line-height: 20px;
}
.footwx{
	width: auto;
	height: auto;
	margin-left: 50px;
}
.footwx img{
	width: 75px;
	height: auto;
	float: left;
	margin-right: 20px;
}
.fwx{
	width: auto;
	max-width: 380px;
	height: auto;
	float: left;
	padding-top: 7px;
}
.fwx h2{
	font-size: 14px;
	color: #7f7f7f;
	line-height: 20px;
}
.footnav{
	width: 300px;
	height: auto;
	padding-top: 14px;
}
.footnav a{
	width: 66px;
	height: 20px;
	line-height: 20px;
	float: left;
	margin-right: 50px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #7f7f7f;
}
.footnav a:nth-child(3n){
	margin-right: 0px;
}
.footnav a:hover{
	color: #fff;
}
.footers2{
	width: 100%;
	height: auto;
}
.footers2 h3{
	font-size: 12px;
	color: #7c7c7c;
	line-height: 20px;
	margin-bottom: 5px;
	text-align: center;
}


.mains{
	width: 100%;
	height: auto;
	min-width: 1200px;
	background: #f7f7f7;
}
.mainsd{
	width: 1200px;
	height: auto;
	margin: auto;
	padding: 25px 0px 50px;
}
.casetit{
	width: 100%;
	height: auto;
	background: #fff;
	padding: 20px 20px;
}
.casetit .ctitli{
	width: 100%;
	height: auto;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e9e9e9;
}
.ctitli h2{
	width: auto;
	height: 30px;
	line-height: 30px;
	float: left;
	font-size: 14px;
	color: #737372;
}
.ctitli h2 a{
	font-size: 14px;
	color: #737372;
	margin-left: 14px;
	padding-left: 14px;
	background: url(../img/s29.png) no-repeat 0px center;
}
.ctitli h2 a:hover{
	color: #f79b37;
}
.ctitli h2 a.shows{
	color: #f79b37;
	font-weight: 600;
}
.ctitli h3{
	width: auto;
	height: 30px;
	line-height: 20px;
	float: right;
}
.ctitli h3 a{
	font-size: 14px;
	color: #737372;
	margin-left: 30px;
}
.ctitli h3 a img{
	height: 18px;
	margin-right: 10px;
}
.ctitli h3 a:hover{
	color: #f79b37;
}
.ctitli h3 a.shows{
	color: #f79b37;
	font-weight: 600;
}
.location{
	width: 100%;
	height: 20px;
}
.location h3{
	float: right;
	font-size: 14px;
	color: #8a8a8a;
}
.location h3 a{
	font-size: 14px;
	color: #8a8a8a;
	margin: 0px 5px;
}
.location h3 a:hover{
	color: #f79b37;
}
.caseli{
	width: 100%;
	height: auto;
	margin-top: 30px;
}
.caseli ul li{
	width: 290px;
	height: auto;
	float: left;
	margin-right: 13.33px;
	margin-bottom: 20px;
	background: #fff;
	padding-bottom: 15px;
	position: relative;
}
.caseli ul li:nth-child(4n){
	margin-right: 0px;
}
.caseli ul li img.mainpic{
	width: 100%;
	height: 164px;
	margin-bottom: 15px;
}
.caseli ul li h2{
	width: 100%;
	height: 20px;
	line-height: 20px;
	padding: 0px 10px;
	color: #3a3a3a;
	font-weight: 600;
	overflow: hidden;
	margin-bottom: 5px;
	font-size: 15px;
}
.caseli ul li h3{
	width: 100%;
	height: 20px;
	line-height: 20px;
	padding: 0px 10px;
	color: #bababa;
	overflow: hidden;
	font-size: 13px;
}
.caseli ul li:hover h2{
	color: #f79b37;
}
.caseli ul li img.bofang{
	width: 30px;
    height: 31px;
    position: absolute;
    left: 30px;
    top: 115px;
    /*opacity: 0;
    transition: all .3s;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);*/
    opacity: 0;
    transition: all .3s .1s;
}
.caseli ul li:hover img.bofang{
	/*-webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;*/
    left: 30px;
    opacity: 1;
}
.caseli ul li h4{
	font-size: 12px;
    color: #fff;
    background: rgba(0,0,0,.5);
    padding: 4px 5px;
    border-radius: 5px;
    position: absolute;
    right: 10px;
    top: 125px;
    opacity: 0;
    transition: all .3s .1s;
}
.caseli ul li:hover h4{
    opacity: 1;
}
.pagbox{
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px;
}
.pagination{
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
.pagination li a{
	padding: 5px 10px;
	border: none;
	color: #999999;
	font-size: 13px;
	display: inline-block;
	margin: 0px 2px 10px;
	background: #eeeeee;
}
.pagination li span{
	padding: 5px 10px;
	border: none;
	color: #333;
	font-size: 13px;
	display: inline-block;
	margin: 0px 2px 10px;
	background-color: #eeeeee !important;
}
.pagination li a:hover{
	background: #e18f2d;
	color: #fff;
}
.pagination li.active span{
	background: #e18f2d !important;
	color: #fff;
}
.ndli{
	width: 100%;
	height: auto;
	margin-top: 30px;
}
.ndmode{
	width: 100%;
	height: auto;
	margin-bottom: 50px;
}
.ndmodes1{
	width: 290px;
	height: 239px;
	float: left;
	margin-right: 0px;
	background: #fff;
	padding: 30px 15px 0px;
}
.modes1{
	width: 100%;
	height: 90px;
	background: #f7f7f7;
	padding: 12px 12px 0px;
	margin-bottom: 10px;
}
.s1pic{
	width: 65px;
	height: 65px;
	border-radius: 50%;
	background: #fff;
	overflow: hidden;
}
.s1pic img{
	width: 80%;
	height: 80%;
	margin-left: 10%;
	margin-top: 10%;
	cursor: pointer;
}
.s1pic img:hover{
	opacity: .7;
}
.s1tit{
	width: 150px;
	height: auto;
	padding-top: 22px;
}
.s1tit h2{
	font-size: 15px;
	color: #4d4d4d;
	line-height: 20px;
	height: 40px;
	width: 100%;
	overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.ndmodes1 h3{
	font-size: 14px;
	color: #a9a9a9;
	line-height: 22px;
	width: 100%;
	margin-bottom: 15px;
	height: auto;
	max-height: 44px;
	overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all; 
}
.ndmodes1 h4{
	text-align: center;
}
.ndmodes1 h4 a{
	padding: 0px 12px;
	background: #e18f2d;
	font-size: 14px;
	height: 25px;
	line-height: 24px;
	border: 1px solid #efc491;
	border-radius: 1px;
	color: #ededed;
	display: inline-block;
}
.ndmodes1 h4 a:hover{
	background: #fea73f;
}

.ndmodes2{
	width: 290px;
	height: auto;
	float: left;
	margin-left: 13.33px;
	margin-bottom: 20px;
	background: #fff;
	padding-bottom: 15px;
	position: relative;
}
.ndmodes2:nth-child(4n){
	/*margin-right: 0px;*/
}
.ndmodes2 img.mainpic{
	width: 100%;
	height: 164px;
	margin-bottom: 15px;
}
.ndmodes2 h2{
	width: 100%;
	height: 20px;
	line-height: 20px;
	padding: 0px 10px;
	color: #3a3a3a;
	font-weight: 600;
	overflow: hidden;
	margin-bottom: 5px;
	font-size: 15px;
}
.ndmodes2 h3{
	width: 100%;
	height: 20px;
	line-height: 20px;
	padding: 0px 10px;
	color: #bababa;
	overflow: hidden;
	font-size: 13px;
}
.ndmodes2:hover h2{
	color: #f79b37;
}
.ndmodes2 img.bofang{
	width: 30px;
    height: 31px;
    position: absolute;
    left: 30px;
    top: 115px;
    /*opacity: 0;
    transition: all .3s;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);*/
    opacity: 0;
    transition: all .3s .1s;
}
.ndmodes2:hover img.bofang{
	/*-webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;*/
    opacity: 1;
}
.ndmodes2 h4{
	font-size: 12px;
    color: #fff;
    background: rgba(0,0,0,.6);
    padding: 4px 5px;
    border-radius: 5px;
    position: absolute;
    right: 10px;
    top: 125px;
    opacity: 0;
    transition: all .3s .1s;
}
.ndmodes2:hover h4{
    opacity: 1;
}

.casevideo{
	width: 100%;
	height: auto;
	padding-top: 94px;
	padding-bottom: 30px;
}
.cavideo{
	width: 1000px;
	height: auto;
	margin: auto;
}
.cavideo video{
	width: 100%;
	height: auto;
	border: none;
	outline: none;
}
.cavideo video:hover{
	background: none !important;
}
.cadetl{
	width: 870px;
	height: auto;
	background: #fff;
	padding: 30px 35px;
}
.detil{
	width: 100%;
	height: auto;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #c7c7c7;
}
.detil h2{
	font-size: 18px;
	color: #333;
	font-weight: 600;
	line-height: 25px;
	margin-bottom: 15px;
}
.detil h3{
	font-size: 14px;
	color: #848484;
	margin-bottom: 15px;
}
.detil h4{
	float: right;
}
.detil h4 span{
	line-height: 18px !important;
	font-size: 14px !important;
	color: #e18f2d !important;
	padding-top: 2px;
	display: inline-block;
	float: left;
	margin-right: 20px;
}
.bshare-custom{
	float: left;
}
.bsTop{
	width: 100% !important;
}
.detcon{
	width: 100%;
	height: auto;
	min-height: 400px;
	padding-bottom: 50px;
	margin-bottom: 30px;
	border-bottom: 1px solid #cbcbcb;
}
.detcon p{
	font-size: 14px;
	color: #848484;
	line-height: 25px;
	letter-spacing: 1px;
}
.detcon img{
	width: auto;
	height: auto;
	max-width: 100%;
	display: block;
	margin: auto;
}
.detag{
	width: 100%;
	height: auto;
}
.detag span{
	width: auto;
	height: 30px;
	line-height: 30px;
	padding: 0px 15px;
	background: #f9f9f9;
	border-radius: 4px;
	margin-right: 15px;
	font-size: 14px;
	color: #848484;
	margin-bottom: 10px;
	float: left;
}
.cadetr{
	width: 290px;
	height: auto;
	padding-top: 10px;
}
.ndmodes3{
	width: 100%;
	height: auto;
	margin-right: 0px;
	padding: 30px 0px 30px;
}
.modes3{
	width: 100%;
	height: 90px;
	background: #f3f3f3;
	padding: 12px 12px 0px;
	margin-bottom: 20px;
}
.ns3tit{
	width: 180px;
	height: auto;
	padding-top: 22px;
}
.ns3tit h2{
	font-size: 15px;
	color: #3a3a3a;
	line-height: 20px;
	height: 40px;
	width: 100%;
	font-weight: 600;
	overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.s1pic{
	width: 65px;
	height: 65px;
	border-radius: 50%;
	background: #fff;
	overflow: hidden;
}
.s1pic img{
	width: 80%;
	height: 80%;
	margin-left: 10%;
	margin-top: 10%;
}
.ndmodes3 h3{
	font-size: 14px;
	color: #a9a9a9;
	line-height: 22px;
	width: 100%;
	margin-bottom: 15px;
	height: auto;
	max-height: 44px;
	overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all; 
}
.ndmodes3 h4{
	text-align: center;
}
.ndmodes3 h4 a{
	font-size: 14px;
	color: #939393;
	display: inline-block;
}
.ndmodes3 h4 a:hover{
	color: #fea73f;
}
.cadetrs1{
	width: 100%;
	height: auto;
	margin-top: 20px;
}
.cadetrs1 h2{
	font-size: 15px;
	color: #606060;
	text-align: center;
	padding-bottom: 12px;
	margin-bottom: 35px;
    border-bottom: 1px solid #7a7a7a;	
}
.cadeli{
	width: 100%;
	height: auto;
}
.cadeli li{
	width: 100%;
	height: auto;
	margin-bottom: 25px;
}
.capic{
	width: 142px;
	height: 80px;
	border: 1px solid #cccaca;	
	overflow: hidden;
}
.capic img{
	width: 100%;
	height: 100%;
	transition: all 2s;
}
.catit{
	width: 140px;
	height: auto;
}
.catit h3{
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #424242;
	font-weight: 600;
	margin-bottom: 5px;
	overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.catit h4{
	width: 100%;
	height: 36px;
	line-height: 18px;
	font-size: 12px;
	color: #a7a7a7;
	margin-bottom: 6px;
	overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.catit h5{
	font-size: 12px;
	color: #a7a7a7;
	background: url(../img/s45.png) no-repeat 0px center;
	padding-left: 15px;
}
.cadeli li:hover .catit h3{
	color: #f79b37;
}
.cadeli li:hover .capic img{
	transform: scale(1.1); 
}
.panner{
	width: 100%;
	height: auto;
	min-width: 1200px;
}
.panner img{
	width: 100%;
	height: auto;
}
.cali{
	width: 100%;
	height: auto;
}
.calit{
	width: 100%;
	height: auto;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e4e4;
	margin-bottom: 15px;
}
.calitit{
	width: 1000px;
	height: auto;
	margin: auto;
	position: relative;
	padding-top: 80px;
}
.titpic{
	width: 110px;
	height: 110px;
	position: absolute;
	top: -55px;
	left: 50%;
	margin-left: -55px;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 1px 3px 4px #ccc;
}
.titpic img{
	width: 100%;
	height: 100%;
}
.calitit h2{
	font-size: 16px;
	color: #111;
	text-align: center;
	font-weight: 600;
	margin-bottom: 15px;
}
.calitit h3{
	font-size: 14px;
	color: #a4a4a3;
	text-align: left;
	line-height: 28px;
}
.caltit{
	width: 1000px;
	height: auto;
	margin: auto;
	padding-top: 12px;
}
.caltit a{
	font-size: 14px;
	color: #636362;
	float: left;
	margin-right: 75px;
	padding-bottom: 20px;
	cursor: pointer;
	background: url(../img/s47d.png) no-repeat center bottom;
}
.caltit a.shows{
	color: #171717;
	font-weight: 600;
	background: url(../img/s47.png) no-repeat center bottom;
}
.caltit a:hover{
	color: #171717;
	font-weight: 600;
}
.calist{
	width: 100%;
	height: auto;
	min-width: 1200px;
	background: #f7f7f7;
	padding: 40px 0px 60px;
}
.calists{
	width: 1000px;
	height: auto;
	margin: auto;
}
.calis1{
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	background: #fff;
}
.cs1pic{
	width: 660px;
	height: 370px;
}
.cs1pic img{
	width: 100%;
	height: 100%;
}
.cs1tit{
	width: 290px;
	height: auto;
	padding: 20px 25px 20px 0px;
}
.cs1tit h2{
	width: 100%;
	height: auto;
	font-size: 15px;
	color: #111111;
	font-weight: 600;
	margin-bottom: 15px;
}
.cs1tit h3{
	font-size: 14px;
	color: #cdcdcd;
	margin-bottom: 15px;
}
.cs1tit p{
	font-size: 13px;
	color: #7b7b7b;
	height: 220px;
	line-height: 25px;
	width: 100%;
	letter-spacing: 1px;
	margin-bottom: 15px;
	overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.cs1tit h4{
	font-size: 14px;
	color: #cdcdcd;
}
.cs1tit h4 span{
	color: #141414;
	margin-left: 15px;
	font-weight: 600;
}
.casecon{
	width: 100%;
	height: auto;
	min-height: 500px;
	background: #fff;
	padding: 30px 20px;
}
.casecon p{
	font-size: 14px;
	color: #848484;
	line-height: 25px;
	letter-spacing: 1px;
}
.casecon img{
	width: auto;
	height: auto;
	max-width: 100%;
	display: block;
	margin: auto;
}
.sers1{
	width: 1200px;
	height: 500px;
	margin: auto;
	position: relative;
}
.sers1t{
	width: 100%;
	height: 580px;
	position: absolute;
	top: -120px;
	left: 0px;
	/*border: 1px solid #fcdebd;*/
	background: #f79b37;
	padding: 40px 100px 0px;
}
.sers1tit{
	width: 100%;
	height: auto;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #2a2b2b;
}
.sers1tit h2{
	font-size: 28px;
	color: #000;
	font-weight: 700;
	font-family: "hnb";
	margin-bottom: 12px;
}
.sers1tit h2 span{
	font-size: 30px;
	color: #1a1006;
	font-weight: 500;
	font-family: "s721";
	margin-left: 10px;
}
.sers1tit h3{
	font-size: 17px;
	color: #080502;
}
.sers1tit h3 a{
	font-size: 15px;
	color: #665c51;
	margin-left: 6px;
}
.sers1tit h3 span.fr{
	color: #665c51;
}
.sers1til{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.sers1til h2{
	font-size: 15px;
	color: #fff;
	font-weight: 600;
	line-height: 20px;
	margin-bottom: 5px;
	letter-spacing: 1.5px;
}
.sers1til h3{
	font-size: 14px;
	color: #f9f4ef;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 1.5px;
}
.sers1li{
	width: 100%;
	height: auto;
}
.sers1li li{
	width: 290px;
	height: auto;
	float: left;
	margin-right: 65px;
	background: #fff;
	position: relative;
	padding-bottom: 20px;
}
.sers1li li:nth-child(3n){
	margin-right: 0px;
}
.sers1li li img{
	width: 100%;
	height: 170px;
}
.sers1li li h2{
	width: 122px;
	height: 36px;
	border: 1px solid #ba7830;
	text-align: center;
	line-height: 34px;
	font-size: 22px;
	color: #f79b37;
	position: absolute;
	top: 67px;
	left: 50%;
	margin-left: -61px;
}
.sers1li li h3{
	width: 100%;
	height: 115px;
	background: #fff;
	padding: 15px 15px 0px;
	font-size: 14px;
	color: #898988;
	line-height: 25px;
	overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.sers2{
	width: 1200px;
	height: auto;
	margin: auto;
	margin-top: 20px;
}
.sers2tit{
	width: 100%;
	height: 20px;
	border-top: 1px solid #bcbcbc;
	position: relative;
	margin-bottom: 40px;
}
.sers2tit h2{
	font-size: 17px;
	color: #898989;
	position: absolute;
	top: -12px;
	width: 180px;
	background: #fff;
	left: 50%;
    margin-left: -90px;
    text-align: center;
}
.sers2til{
	width: 100%;
	height: auto;
	padding-left: 100px;
	margin-bottom: 45px;
}
.sers2til h2{
	font-size: 18px;
	color: #3d3d3d;
	font-weight: 600;
	margin-bottom: 10px;
}
.sers2til h3{
	font-size: 14px;
	color: #3d3d3d;
}
.sers2con{
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
.sers2con ul li{
	width: 240px;
	height: 240px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background: #fafafa;
	position: relative;
	float: left;
	cursor: pointer;
	overflow: hidden;
}
.sers2con ul li img.mainpic{
	width: 100%;
	height: 100%;
	transition: all 2s;
}
.sers2con ul li img.jian1{
	position: absolute;
	top: 50px;
	right: -1px;
}
.sers2con ul li img.jian2{
	position: absolute;
	top: 170px;
	left: -1px;
}
.limode1{
	width: 100%;
	height: 120px;
	border-bottom: 2px solid #fff;
	padding: 40px 10px 0px 45px;
	background: url(../img/s30.png) no-repeat 16px 38px;
}
.limode1 h2{
	font-size: 18px;
	color: #4d4d4d;
	font-weight: 600;
	margin-bottom: 13px;
}
.limode1 h3{
	font-size: 14px;
	color: #929291;
}
.limode2{
	width: 100%;
	height: 120px;
	padding: 30px 45px 0px 10px;
	background: url(../img/s30.png) no-repeat 198px 29px;
}
.limode2 h2{
	font-size: 18px;
	color: #4d4d4d;
	font-weight: 600;
	margin-bottom: 13px;
	text-align: right;
}
.limode2 h3{
	font-size: 14px;
	color: #929291;
	text-align: right;
	line-height: 22px;
}
.limode3{
	width: 100%;
	height: 100%;
	padding: 40px 10px 0px 45px;
	background: url(../img/s30.png) no-repeat 16px 38px;
}
.limode3 h2{
	font-size: 18px;
	color: #4d4d4d;
	font-weight: 600;
	margin-bottom: 13px;
}
.limode3 h3{
	font-size: 14px;
	color: #929291;
	line-height: 22px;
}
.limode4{
	width: 100%;
	height: 100%;
	padding: 120px 45px 0px 10px;
	background: url(../img/s30.png) no-repeat 198px 118px;
}
.limode4 h2{
	font-size: 18px;
	color: #4d4d4d;
	font-weight: 600;
	margin-bottom: 13px;
	text-align: right;
}
.limode4 h3{
	font-size: 14px;
	color: #929291;
	text-align: right;
	line-height: 22px;
}
/*.sers2con ul li:hover{
	background: #f3efef;
}*/
.sers2con ul li .limode1:hover{
	background: url(../img/s30.png) no-repeat 16px 38px #f3efef;
}
.sers2con ul li .limode2:hover{
	background: url(../img/s30.png) no-repeat 198px 29px #f3efef;
}
.sers2con ul li .limode3:hover{
	background: url(../img/s30.png) no-repeat 16px 38px #f3efef;
}
.sers2con ul li .limode4:hover{
	background: url(../img/s30.png) no-repeat 198px 118px #f3efef;
}
.sers2con ul li:hover img.mainpic{
	transform: scale(1.05); 
}
.sers3{
	width: 100%;
	height: auto;
	min-width: 1200px;
	/*background: url(../img/bg6.jpg) no-repeat center;
	background-size: cover;*/
	background-position:center top;
	background-attachment:fixed;
	background-color:#000;
	background-image:url(../img/bg6.jpg);
	background-size: cover;
}
.sers3t{
	width: 1200px;
	height: auto;
	margin: auto;
	padding: 55px 0px 75px;
}

.sers3tit{
	width: 100%;
	height: auto;
	padding-left: 100px;
	margin-bottom: 50px;
}
.sers3tit h2{
	font-size: 28px;
    color: #e18f2d;
    font-weight: 500;
    font-family: "s721";
    margin-bottom: 10px;
}
.sers3tit h2 span{
	font-size: 28px;
    color: #e18f2d;
    font-weight: 700;
    font-family: "hnb";
    margin-bottom: 12px;
    margin-left: 12px;
}
.sers3tit h3{
	font-size: 17px;
    color: #e18f2d;
}
.sers3li{
	width: 100%;
	height: auto;
	background: url(../img/d28.png) no-repeat 0px 0px;
}
.ser3li1{
	width: 125px;
	height: 325px;
	float: left;
	padding: 10px 30px 10px 40px;
	position: relative;
	margin-right: 5px;
}
.ser3li1 h2{
	width: 20px;
	height: 300px;
	text-align: center;
	line-height: 35px;
	font-size: 20px;
	color: #2f2f2f;
	font-weight: 600;
	display: inline-block;
	padding-top: 80px;
	float: left;
}
.ser3li1 h3{
	width: 20px;
	height: 300px;
	text-align: center;
	line-height: 22px;
	font-size: 15px;
	color: #2f2f2f;
	display: inline-block;
	float: left;
	padding-top: 85px;
	margin-left: 10px;
}
.ser3li1 img{
	position: absolute;
	right: -6px;
}
.ser3li1 img.sj1{
	top: 47px;
}
.ser3li1 img.sj2{
	top: 157px;
}
.ser3li1 img.sj3{
	top: 267px;
}
.ser3li2{
	width: 615px;
	height: auto;
	float: left;
	margin-right: 5px;
}
.ser3li2 ul li{
	width: 150px;
	height: 105px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	position: relative;
}
.ser3li2 ul li:nth-child(4n){
	margin-right: 0px;
}
.ser3li2 ul li h2{
	text-align: center;
	line-height: 105px;
	font-size: 18px;
	font-weight: 600;
	color: #2e2e2e;
}
.ser3li2 ul li h3{
	text-align: center;
	line-height: 105px;
	font-size: 15px;
	color: #404040;
}
.ser3li2 ul li img.sj4{
	position: absolute;
	right: -6px;
	top: 47px;
}
.ser3li2 ul li img.sj5{
	position: absolute;
	left: 0px;
	top: 47px;
}
.ser3li2 ul li h4{
	font-size: 18px;
	font-weight: 600;
	color: #2e2e2e;
	text-align: center;
	margin-bottom: 6px;
	margin-top: 30px;
}
.ser3li2 ul li h5{
	text-align: center;
	font-size: 15px;
	color: #404040;
	letter-spacing: 1px;
}
.ser3li3{
	width: 450px;
	height: auto;
	float: left;
}
.ser3li3 ul li{
	width: 146.66px;
	height: 105px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	position: relative;
}
.ser3li3 ul li:nth-child(1){
	margin-right: 0px;
	width: 100%;
}
.ser3li3 ul li:nth-child(2){
	margin-right: 0px;
	width: 100%;
}
.ser3li3 ul li:nth-child(5){
	margin-right: 0px;
	float: right;
}
.ser3li3 ul li h2{
	text-align: center;
	line-height: 105px;
	font-size: 18px;
	font-weight: 600;
	color: #2e2e2e;
}
.ser3li3 ul li h3{
	text-align: center;
	font-size: 15px;
	color: #282727;
	letter-spacing: 1px;
	padding: 25px 45px 0px;
	line-height: 25px;
}
.ser3li3 ul li img.sj4{
	position: absolute;
	right: -6px;
	top: 47px;
}
.ser3li3 ul li img.sj5{
	position: absolute;
	left: 0px;
	top: 47px;
}
.ser3li3 ul li h4{
	font-size: 18px;
	font-weight: 600;
	color: #2e2e2e;
	text-align: center;
	margin-bottom: 6px;
	margin-top: 30px;
}
.ser3li3 ul li h5{
	text-align: center;
	font-size: 15px;
	color: #404040;
	letter-spacing: 1px;
}
.abs1{
	width: 100%;
	height: auto;
	min-width: 1200px;
	background: #e18f2d;
}
.abs1t{
	width: 1200px;
	height: auto;
	margin: auto;
	padding: 35px 0px 350px;
}
.abs1tit{
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #2d2d2d;
	position: relative;
	margin-bottom: 35px;
}
.abs1tit h2{
	width: auto;
	height: 28px;
	float: left;
}
.kuai{
	width: 90px;
	height: 3px;
	position: absolute;
	top: 28px;
	left: 0px;
}
.kuai img{
	display: block;
	margin: auto;
}
.abs1tit h2 a{
	font-size: 15px;
	color: #303030;
	float: left;
	padding-bottom: 12px;
	margin-right: 25px;
	font-weight: 500;
	width: 90px;
	text-align: center;
}
.abs1tit h2 a.shows{
	font-weight: 600;
}
.abs1tit h2 a:hover{
	font-weight: 600;
}
.abs1tit h3{
	width: auto;
	height: 25px;
	float: right;
}
.abs1tit h3{
	float: right;
	font-size: 14px;
	color: #4e4942;
}
.abs1tit h3 a{
	font-size: 14px;
	color: #4e4942;
	margin: 0px 5px;
}
.abs1tit h3 a:hover{
	color: #1f1f1f;
}
.abcont{
	width: 100%;
	height: auto;
}
.abcont ul li{
	width: 100%;
	height: auto;
	display: none;
}
.lilogo{
	width: 430px;
	height: auto;
	padding: 110px 10px 0px 65px;
}
.logol{
	width: auto;
	height: auto;
}
.logol img{
	width: auto;
	height: 85px;
}
.logor{
	width: auto;
	height: auto;
	padding-left: 25px;
	margin-left: 20px;
	border-left: 1px solid #5d482f;
	margin-top: 16px;
}
.logor h2{
	font-size: 26px;
    color: #493d30;
    font-weight: 500;
    font-family: "s721";
    margin-bottom: 10px;
}
.logor h2 span{
	font-size: 26px;
    color: #303030;
    font-weight: 700;
    font-family: "hnb";
    margin-bottom: 12px;
    margin-left: 12px;
}
.logor h3{
	font-size: 18px;
    color: #303030;
}
.licons{
	width: 760px;
	height: auto;
}
.licons p{
	font-size: 15px;
	color: #2b2b2b;
	line-height: 28px;
}
.licons img{
	width: auto;
	height: auto;
	max-width: 100%;
	display: block;
	margin: auto;
}
.abcont ul .cons2{
	padding: 0px 30px;
}
.abcont ul .cons2 p{
	font-size: 15px;
	color: #2b2b2b;
	line-height: 28px;
}
.abcont ul .cons2 img{
	width: auto;
	height: auto;
	max-width: 100%;
	display: block;
	margin: auto;
}
.abs2{
	width: 100%;
	height: auto;
	min-width: 1200px;
	
}
.abs2t{
	width: 1200px;
	height: auto;
	margin: auto;
	padding: 338px 0px 500px;
	position: relative;
}
.abvideo{
	width: 100%;
	height: 675px;
	position: absolute;
	left: 0px;
	top: -338px;
}
.abvideo video{
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.abs2til{
	width: 100%;
	height: auto;
	padding: 15px 100px;
}
.abs2til h2{
	font-size: 20px;
	color: #b8b8ba;
	margin-bottom: 10px;
}
.abs2til h3{
	font-size: 28px;
	color: #b8b8ba;
	font-weight: 600;
}
.abs3{
	width: 100%;
	height: auto;
	min-width: 1200px;
	background: url(../img/gez.png) repeat;
}
.abs3t{
	width: 1200px;
	height: auto;
	margin: auto;
	padding: 350px 0px 40px;
	position: relative;
}
.abs3con{
	width: 100%;
	height: auto;
	background: #3d3d3d;
	padding: 50px 100px 30px;
	position: absolute;
	top: -480px;
	left: 0px;
}
.abs3con h2{
	font-size: 16px;
	color: #db8c2e;
	line-height: 20px;
	margin-bottom: 10px;
}
.abs3con h3{
	font-size: 20px;
	color: #e18f2d;
	line-height: 25px;
	margin-bottom: 20px;
	font-weight: 600;
}
.abs3con h4{
	font-size: 15px;
	color: #c2c6c6;
	line-height: 20px;
	margin-bottom: 5px;
}
.abs3con h5{
	font-size: 15px;
	color: #c2c6c6;
	line-height: 20px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #646464;
	display: inline-block;
}
.abs3til{
	width: 100%;
	height: auto;
}
.abs3til h2{
	font-size: 22px;
	color: #515151;
	text-align: center;
	font-weight: 600;
}
.abs4{
	width: 100%;
	height: auto;
	min-width: 1200px;
	background: #2a2b2b;
}
.abs4t{
	width: 1200px;
	height: auto;
	margin: auto;
	padding: 50px 0px 350px;
}
.abs4tit{
	width: 100%;
	height: auto;
	padding-bottom: 20px;
	border-bottom: 1px solid #e18f2d;
	position: relative;
	margin-bottom: 55px;
}
.abs4tit h2{
	font-size: 28px;
	color: #e18f2d;
	font-weight: 700;
	font-family: "hnb";
	margin-bottom: 15px;
	text-align: center;
}
.abs4tit h2 span{
	font-size: 29px;
	color: #c9822d;
	font-weight: 500;
	font-family: "s721";
	margin-left: 10px;
}
.abs4tit h3{
	font-size: 18px;
	color: #d6892d;
	text-align: center;
}
.abs4tit img{
	position: absolute;
	bottom: -3px;
	left: 50%;
	margin-left: -21px;
}

.abs4li{
	width: 100%;
	height: auto;	
	margin-bottom: 20px;
}
.abs4li ul li{
	width: 200px;
	height: 100px;
	float: left;
	margin-right: 133.3px;
	padding: 25px 25px 0px;
	position: relative;
	margin-bottom: 45px;
}
.abs4li ul li:nth-child(4n){
	margin-right: 0px;
}
.abs4li ul li img{
	position: absolute;
	left: 3px;
	top: 1px;
}
.abs4li ul li h2{
	font-size: 13px;
	color: #e18f2d;
	line-height: 20px;
	text-align: center;
}
.abs4li ul li:hover img{
	
}
.abs4li ul li:hover h2{
	color: #d08326;
}
.abs4til{
	width: 100%;
	height: auto;
	padding-bottom: 30px;
	border-bottom: 1px solid #b3762c;
}
.abs4til h2{
	font-size: 15px;
	color: #b3762c;
	text-align: center;
}
.abs5{
	width: 100%;
	height: auto;
	min-width: 1200px;
	background: #e18f2d;
}
.abs5t{
	width: 1200px;
	height: auto;
	margin: auto;
	padding: 630px 0px 50px;
	position: relative;
}
.abs5li{
	width: 100%;
	height: 910px;
	background: #fff;
	position: absolute;
	top: -290px;
	left: 0px;
	padding: 50px 90px 0px;
}
.abs5tit{
	width: 100%;
	height: auto;
	margin-bottom: 45px;
}
.abs5tit h2{
	font-size: 27px;
    color: #493d30;
    font-weight: 500;
    font-family: "s721";
    margin-bottom: 10px;
    letter-spacing: 0px;
}
.abs5tit h2 span{
	font-size: 27px;
    color: #303030;
    font-weight: 700;
    font-family: "hnb";
    margin-bottom: 12px;
    margin-left: 12px;
}
.abs5tit h3{
	font-size: 18px;
    color: #6e6e6e;
}
.a5list{
	width: 100%;
	height: 645px;
	overflow-y: auto;
	position: relative;
}
.a5list::-webkit-scrollbar {
        width: 4px;     
        /*height: 2px;*/
       background: #1e1e1e;
    }
.a5list::-webkit-scrollbar-thumb {
        border-radius: 10px;
         -webkit-box-shadow: inset 0 0 2px #e98b31;
        background: #e98b31;
        width: 4px;     
        height: 4px;
    }
.a5list::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 5px #eeeeee;
        border-radius: 10px;
        background: #eeeeee;
    }
.a5lists{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0px;
	top: 0px;
}
.a5lists span{
	width: 150px;
	height: 150px;
	border: 1px solid #d5d5d5;
	border-radius: 6px;
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	overflow: hidden;
}
.a5lists span:nth-child(6n){
	margin-right: 0px;
}
.a5lists span img{
	width: 100%;
	height: 100%;
}
.s5but{
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 20px;
}
.s5but span{
	width: auto;
	height: auto;
	margin: 0px 7px;
	cursor: pointer;
}
.abs5con{
	width: 100%;
	height: auto;
	padding: 25px 100px 25px;
}
.s5conl{
	width: 470px;
	height: auto;
}
.s5conl h2{
	font-size: 18px;
	color: #3d3d3d;
	line-height: 25px;
	height: 25px;
	margin-bottom: 30px;
}
.s5conl h2 img{
	margin-right: 8px;
	margin-bottom: 3px;
}
.s5conl h3{
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
.s5conl h3 span{
	width: 110px;
	height: 30px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #f7e2c9;
	text-align: center;
	line-height: 28px;
	overflow: hidden;
	font-size: 15px;
	color: #fff;
	cursor: pointer;
}
.s5conl h3 span:nth-child(4n){
	margin-right: 0px;
}
.s5conl h3 span:hover{
	background: #fff;
	border: 1px solid #fff;
	color: #e19130;
}
.s5conl h3 span.shows{
	background: #fff;
	border: 1px solid #fff;
	color: #e19130;
}
.s5conl h4{
	font-size: 16px;
	color: #fff;
	line-height: 25px;
	margin-bottom: 10px;
}
.s5conr{
	width: 320px;
	height: auto;
	margin-top: 55px;
	border: 1px solid #f7e2c9;
	padding: 24px 12px;
}
.s5conli{
	width: 100%;
	height: 240px;
	overflow-y: auto;
	position: relative;
	float: left;
}
.s5conli::-webkit-scrollbar {
        width: 4px;     
        /*height: 2px;*/
       background: #1e1e1e;
    }
.s5conli::-webkit-scrollbar-thumb {
        border-radius: 10px;
         -webkit-box-shadow: inset 0 0 2px #ce6e0f;
        background: #ce6e0f;
        width: 4px;     
        height: 4px;
    }
.s5conli::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 5px #dcdcdc;
        border-radius: 10px;
        background: #dcdcdc;
    }
.s5cons{
	width: 100%;
	height: auto;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
.s5cons span{
	width: 100%;
	height: 28px;
	line-height: 28px;
	font-size: 15px;
	color: #fdf8f3;
	margin-bottom: 8px;
	text-align: left;
	overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all; 
    padding-right: 10px;
}
.s5cbut{
	float: right;
	width: 32px;
	height: 240px;
	position: relative;
}
.s5cbut span{
	width: auto;
	height: auto;
	position: absolute;
	left: 0px;
	cursor: pointer;
}
.s5cbut span.shang2{
	top: 6px;
}
.s5cbut span.xia2{
	bottom: 0px;
}
.join{
	width: 100%;
	height: auto;
	background: #fafafa;
	min-width: 1200px;
}
.joins{
	width: 1000px;
	height: auto;
	margin: auto;
	padding: 45px 0px 0px;
}
.jointit{
	width: 100%;
	height: auto;
	padding-bottom: 10px;
	border-bottom: 1px solid #b8b7b7;
	position: relative;
	margin-bottom: 20px;
}
.jointit h2{
	font-size: 15px;
	color: #1c1c1c;
	float: left;
	font-weight: 600;
}
.jointit h3{
	float: right;
	font-size: 14px;
	color: #8a8a8a;
}
.jointit h3 a{
	font-size: 14px;
	color: #8a8a8a;
	margin: 0px 5px;
}
.jointit h3 a:hover{
	color: #f79b37;
}
.jointit img{
	position: absolute;
	left: 35px;
	bottom: -2px;
}
.joincon{
	width: 100%;
	height: auto;
	background: #fff;
	padding: 30px 0px 35px;
}
.joins1{
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	padding: 0px 50px;
}
.joins1 h3{
	float: right;
}
.joins1 h3 a{
	font-size: 15px;
	color: #7c7b7b;
	padding-right: 20px;
	margin-left: 40px;
	background: url(../img/d16.jpg) no-repeat right bottom;
}
.joins1 h3 a:hover{
	color: #e18f2d;
}
.joins2{
	width: 810px;
	height: auto;
	margin: auto;	
}
.joins2 img{
	width: auto;
	height: auto;
	margin: auto;	
	display: block;
	max-width: 100%;
}
.joins2 p{
	font-size: 15px;
	color: #515151;
	line-height: 30px;
}
.joinlogo{
	width: 100%;
	height: auto;
	margin-bottom: 45px;
}
.joinlogo img{
	width: auto;
	height: 68px;
}
.joindet{
	width: 100%;
	height: auto;
	padding: 0px 30px;
}
.joindet h2{
	font-size: 30px;
	color: #515151;
	text-align: center;
	font-weight: 600;
	margin-bottom: 50px;
}
.joindet ul li{
	width: 240px;
	height: auto;
	float: left;
	margin-bottom: 30px;
}
.joindet ul li:nth-child(2n){
	float: right;
}
.joindet ul li h3{
	font-size: 30px;
	color: #515151;
	text-align: left;
	font-weight: 600;
	margin-bottom: 7px;
}
.joindet ul li h4{
	font-size: 15px;
	color: #8c8d8d;
	text-align: left;
	line-height: 25px;
}
.jdetf{
	width: 100%;
	height: auto;
}
.jdetf h3{
	font-size: 30px;
	color: #515151;
	text-align: center;
	font-weight: 600;
	margin-bottom: 20px;
}
.jdetf h3 span{
    color: #1a1006;
    font-weight: 500;
    font-family: "s721";
}
.jdetf h4{
	font-size: 15px;
	color: #515151;
	text-align: center;
	font-weight: 600;
	margin-bottom: 10px;
}
.jdetf h5{
	color: #d2bfab;
	font-size: 13px;
	text-align: center;
	margin-top: 50px;
}
.joins3{
	width: 100%;
	height: auto;
	margin-top: 15px;
}
.joins3 h2{
	font-size: 14px;
	color: #212121;
	text-align: center;
	line-height: 28px;
}
.joins3 h3{
	font-size: 14px;
	color: #212121;
	text-align: center;
	line-height: 25px;
	font-weight: 600;
	margin-top: 30px;
	margin-bottom: 0px;
}
.contact{
	width: 100%;
	height: auto;
	padding: 70px 50px 120px 50px;
}
.contact h2{
	font-size: 28px;
    color: #e18f2d;
    font-weight: 500;
    font-family: "s721";
    margin-bottom: 40px;
}
.contact h2 span{
	font-size: 28px;
    color: #e18f2d;
    font-weight: 700;
    font-family: "hnb";
    margin-bottom: 15px;
    margin-left: 2px;
}
.contact h3{
	font-size: 16px;
    color: #111;
    font-weight: 600;
    margin-bottom: 15px;
}
.contact h4{
	font-size: 15px;
    color: #111;
    margin-bottom: 25px;
}
.contact h5{
	width: 100%;
	height: auto;
	margin-bottom: 25px;
}
.contact h5 span{
	width: 112px;
	height: auto;
	float: left;
	margin-right: 40px;
	font-size: 15px;
	color: #8f8e8e;
	text-align: center;
}
.contact h5 span img{
	width: 100%;
	height: auto;
}
.contact h6{
	font-size: 15px;
    color: #494949;
    line-height: 20px;
    margin-bottom: 8px;
}
.news{
	width: 100%;
	height: auto;
	padding: 0px 0px 35px;
}
.news ul li{
	width: 100%;
	height: 245px;
	background: #fff;
	margin-bottom: 20px;
}
.newpic{
	width: 370px;
	height: 245px;
	float: left;
}
.newpic img{
	width: 100%;
	height: 100%;
}
.newtit{
	width: 560px;
	height: auto;
	float: left;
	margin-left: 25px;
	padding-top: 30px;
}
.newtit h2{
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color: #111;
	font-weight: 600;
	margin-bottom: 15px;
	overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all; 
}
.newtit h3{
	width: 100%;
	height: 75px;
	line-height: 25px;
	font-size: 14px;
	color: #949494;
	margin-bottom: 50px;
	overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all; 
}
.newtit h4{
	width: auto;
	height: 25px;
	line-height: 25px;
	padding-left: 32px;
	font-size: 15px;
	color: #959595;
	background: url(../img/d22.png) no-repeat 0px center;
	letter-spacing: 0.5px;
}
.news ul li h2:hover{
	color: #e18f2d;
}
.newdet{
	width: 100%;
	height: auto;
	background: #fafafa;
	min-width: 1200px;
}
.newdets{
	width: 1000px;
	height: auto;
	margin: auto;
}
.panners2{
	width: 100%;
	height: auto;
}
.panners2 img{
	width: 100%;
	height: auto;
}
.newdt{
	width: 100%;
	height: auto;
	padding: 25px 35px 30px;
	background: #fff;
}
.newdtil{
	width: 100%;
	height: auto;
	padding-bottom: 18px;
	margin-bottom: 40px;
	border-bottom: 1px dashed #c2c2c2;
}
.tils1{
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}
.tils1 h2{
	font-size: 16px;
	color: #333333;
	font-weight: 600;
	float: left;
	width: 100%;
	height: auto;
	line-height: 25px;
}
.tils1 h3{
	float: right;
	width: 400px;
	height: auto;
}
.tils1 h3 span{
	height: 30px;
	line-height: 30px;
	padding: 0px 15px;
	font-size: 14px;
	color: #7a7a7a;
	background: #fafafa;
	border-radius: 3px;
	float: left;
	margin-right: 10px;
}
.newdtil h4{
	font-size: 14px;
	color: #7c7c7c;
	line-height: 25px;
}
.tils2{
	width: 100%;
	height: auto;
	margin-top: 15px;
}
.tils2 h2{
	float: left;
	font-size: 14px;
	color: #7c7c7c;
	line-height: 25px;
}
.tils2 h3{
	float: right;
}
.tils2 h3 span{
	line-height: 18px !important;
	font-size: 14px !important;
	color: #e18f2d !important;
	padding-top: 2px;
	display: inline-block;
	float: left;
	margin-right: 10px;
}
.bshare-custom a{
	width: 22px !important;
	height: 22px !important;
}
.bshare-custom .bshare-qqim {
    background: url(../img/d25.png) no-repeat !important;
}
.bshare-custom .bshare-weixin{
    background: url(../img/d24.png) no-repeat !important;
}
.bshare-custom .bshare-sinaminiblog{
    background: url(../img/d23.png) no-repeat !important;
}
.newdcon{
	width: 100%;
	height: auto;
	padding-bottom: 35px;
	margin-bottom: 30px;
	border-bottom: 1px dashed #c2c2c2;
}
.newdcon img{
	/*width: auto;*/
	height: auto;
	display: block;
	margin: auto;
	max-width: 100%;
}
.newdcon p{
	font-size: 14px;
    color: #848484;
    line-height: 25px;
    letter-spacing: 1px;
}
.newtag{
	width: 100%;
	height: auto;
	text-align: center;
}
.newtag h3{
	display: inline-block;
}
.newtag h3 span{
	height: 30px;
    line-height: 30px;
    padding: 0px 15px;
    font-size: 14px;
    color: #7a7a7a;
    background: #fafafa;
    border-radius: 3px;
    display: inline-block;
    margin: 0px 5px 15px;
}

.abtit{
	width: 1200px;
	height: auto;
	position: absolute;
	top: 40%;
	left: 50%;
	margin-left: -600px;
	text-align: center;
	padding-left: 330px;
}
.abtit h2{
	font-size: 40px;
	color: #e18f2d;
	font-weight: 600;
	text-align: left;
	margin-bottom: 15px;
	letter-spacing: 2px;
}
.abtit h3{
	font-size: 25px;
	color: #e18f2d;
	font-weight: 500;
	text-align: left;
	margin-bottom: 15px;
	letter-spacing: 2px;
	font-family: "s721";
}
.abtit h4{
	font-size: 22px;
	color: #e18f2d;
	font-weight: 600;
	text-align: left;
	margin-bottom: 15px;
	letter-spacing: 2px;
}
.abtit h4.ab2{
	font-size: 18px;
	color: #e2e1e1;
	font-weight: 500;
	text-align: left;
	margin-bottom: 15px;
	letter-spacing: 2px;
}
video{outline: none;}



.serdt{
	margin-top: 26px;
}
.serbox{
	width: 46px;
	height: 30px;
	border-radius: 50px;
	overflow: hidden;
	position: relative;
	transition: all .5s;
	float: right;
}
.serbox:hover{
	width: 200px;
}
.serdt{
	/*width: 180px;*/
}
.serbox input{
	width: 100%;
	height: 30px;
	border-radius: 50px;
	padding-right: 50px;
	border: none;
	padding-left: 15px;
	background: none;
	outline: none;
	color: #666666;
}
.serbox button{
	width: 46px;
	height: 30px;
	border-radius: 50px;
	background: url(../img/search.png) no-repeat center center;
	position: absolute;
	top: 0px;
	right: 0px;
	border: none;
	outline: none;
}
.serbox input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #666;
  font-size: 13px;
  font-weight: 100;
}
.serbox input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666;
  font-size: 13px;
  font-weight: 100;
}
.serbox input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666;
  font-size: 13px;
  font-weight: 100;
}
.serbox input::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #666;
  font-size: 13px;
  font-weight: 100;
}
.serbox button:hover{
	background: url(../img/search.png) no-repeat center center #f5f5f5;
}
.serbox:hover input{
	background: #f8f8f8;
}


.sale-con {
	width: 256px;
	position: fixed;
	height: auto;
	right: 0px;
	bottom: 20px;
	background-color: rgba(24,24,24,0.95);
	z-index: 25;
	border-radius: 4px;
	padding: 20px 20px 20px;
	overflow: hidden;
}
.sale-con h1 {
	color: #F00;
	font-size: 26px
}
.sale-con .sale-con-span1 {
	color: #999999;
	font-size: 12px
}
.sale-con-select {
	display: block;
	width: 210px;
	height: 30px;
	line-height: 30px;
	text-align: left;
	border-radius: 2px;
	margin: 10px 0;
	padding-left: 15px;
	background-color: rgba(24,24,24,0);
	border: 1px solid #505050;
	color: #999999;
	outline: none;
	appearance:none;  
  -moz-appearance:none;  
  -webkit-appearance:none; 
  background: url("../img/new-down.png") no-repeat scroll 189px center transparent;  
  padding-right: 14px;  

}
.sale-con-select:focus{
	border: 1px solid #505050;
	outline: none;
}
.sale-con-input {
	display: block;
	width: 210px;
	height: 30px;
	line-height: 30px;
	text-align: left;
	border-radius: 2px;
	margin: 10px 0;
	padding-left: 15px;
	border: 1px solid #505050;
	background-color: rgba(24,24,24,0);
	color: #999999;
}
.sale-con-input:focus{
	border: 1px solid #505050;
	outline: none;
}
.sale-con-inputs {
	display: inline-block;
	width: 130px;
	height: 30px;
	line-height: 30px;
	text-align: left;
	border-radius: 2px;
	margin: 10px 0;
	padding-left: 15px;
	border: 1px solid #505050;
	background-color: rgba(24,24,24,0);
	color: #999999;
}
.sale-con-inputs:focus{
	border: 1px solid #505050;
	outline: none;

}
.sale-con select::-ms-expand { display: none; }  

.sale-con :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #505050; opacity:1; 
}

.sale-con ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #505050;opacity:1;
}

.sale-con input:-ms-input-placeholder{
    color: #505050;opacity:1;
}

.sale-con input::-webkit-input-placeholder{
    color: #505050;opacity:1;
}
#submitgujia {
	display: block;
	width: 210px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background-color: #ad132d;
	color:#fff;
	border: none;
	border-radius: 3px;
	margin: 16px 0 15px;
	cursor:pointer;
}
#submitgujia:hover{
	background: #F84958;
	color: #fff;
}

.sale-con-span2 {
	display: block;
	color: #333;
	text-align: center
}
.salehide{
	width: 100%;
	height: 5px;
	margin-bottom: 2px;
	position: relative;
}
.salehide span{
	width: auto;
	height: 20px;
	line-height: 20px;
	float: right;
	text-align: center;
	font-size: 35px;
	color: #fff;
	font-family: arial;
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: -8px;
}