/***********************banner*****************************/

.fullSlide {
	width: 100%;
	position: relative;
	height: 600px;
	background: #000;
}

.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.fullSlide .bd ul {
	width: 100% !important;
}

.fullSlide .bd li {
	width: 100% !important;
	height: 600px;
	overflow: hidden;
	text-align: center;
}

.fullSlide .bd li a {
	display: block;
	height: 600px;
}

.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 30px;
	left: 0;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.fullSlide .hd ul {
	text-align: center;
	padding-top: 5px;
}

.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 75px;
	height: 4px;
	margin: 8px;
	border-radius: 4px;
	background: #dee1d7;
	overflow: hidden;
	line-height: 9999px;
}

.fullSlide .hd ul .on {
	background: #e2181f;
}

.fullSlide .prev,
.fullSlide .next {
	display: block;
	width: 66px;
	height: 66px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top:50%;
	margin-top:-33px;
	z-index: 3;
	background: url("../images/bannerleft.png") no-repeat;
	display: none;
}
.fullSlide:hover .prev,
.fullSlide:hover .next{
	display: block;
}
.fullSlide .prev{left:35px;}
.fullSlide .next {
	right:35px;
	background: url("../images/bannerright.png") no-repeat;
}

.bigtitle {
	text-align: center;
	color: #333;
	padding: 60px 0;
	line-height: 2;
}

.bigtitle h1 {
	font-size: 40px;
	line-height: 1.2;
}


.bigtitle p {
	font-size: 18px;line-height: 30px;
}
.bigtitle p span{
	color:#d31c21;
}
.ls-index-fwfw{
	width:100%;
	background: url(../images/fuwufanwei.png) no-repeat;
}
.ls-index-fwfw li{
	width:20%;
	height:202px;
	text-align: center;
	float:left;
	
}
.ls-index-fwfw li a{
	display: block;
	height:90%;
	padding-top:35px;
	margin:10px;
	font-size:20px;
	line-height:2;
	border-radius: 5px;
}
.ls-index-fwfw li a:hover{
	background: #d31c21;
	color:#fff;
}
.ls-index-fwfw li a:hover span{
	margin-top:-10px;
	
}
.ls-index-fwfw li a span{
	display: inline-block;
	width:55px;
	height:55px;
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	transition: all .35s ease;
}
.ls-index-fwfw li a span.fwicon1{
	background: url(../images/f1.png) center no-repeat;
}
.ls-index-fwfw li a span.fwicon2{
	background: url(../images/f2.png) center no-repeat;
}
.ls-index-fwfw li a span.fwicon3{
	background: url(../images/f3.png) center no-repeat;
}
.ls-index-fwfw li a span.fwicon4{
	background: url(../images/f4.png) center no-repeat;
}
.ls-index-fwfw li a span.fwicon5{
	background: url(../images/f5.png) center no-repeat;
}
.ls-index-fwfw li a span.fwicon6{
	background: url(../images/f6.png) center no-repeat;
}
.ls-index-fwfw li a span.fwicon7{
	background: url(../images/f7.png) center no-repeat;
}
.ls-index-fwfw li a span.fwicon8{
	background: url(../images/f8.png) center no-repeat;
}
.ls-index-fwfw li a span.fwicon9{
	background: url(../images/f9.png) center no-repeat;
}
.ls-index-fwfw li a span.fwicon10{
	background: url(../images/f10.png) center no-repeat;
}
.ls-index-fwfw li a:hover span.fwicon1{
	background: url(../images/f11.png) center no-repeat;
}
.ls-index-fwfw li a:hover span.fwicon2{
	background: url(../images/f22.png) center no-repeat;
}
.ls-index-fwfw li a:hover span.fwicon3{
	background: url(../images/f33.png) center no-repeat;
}
.ls-index-fwfw li a:hover span.fwicon4{
	background: url(../images/f44.png) center no-repeat;
}
.ls-index-fwfw li a:hover span.fwicon5{
	background: url(../images/f55.png) center no-repeat;
}
.ls-index-fwfw li a:hover span.fwicon6{
	background: url(../images/f66.png) center no-repeat;
}
.ls-index-fwfw li a:hover span.fwicon7{
	background: url(../images/f77.png) center no-repeat;
}
.ls-index-fwfw li a:hover span.fwicon8{
	background: url(../images/f88.png) center no-repeat;
}
.ls-index-fwfw li a:hover span.fwicon9{
	background: url(../images/f99.png) center no-repeat;
}
.ls-index-fwfw li a:hover span.fwicon10{
	background: url(../images/f1010.png) center no-repeat;
}
.ls-index-fwfw li a:hover p{
	padding-bottom:30px;
	background: url(../images/jiahao.png) center bottom no-repeat;
}
.tab-top a{
	display: block;
	float:left;
	width:12.5%;
	padding: 10px 5px;
	text-align: center;
	border-right:8px solid #fff;
	font-size:16px;
	color:#666;
	height:66px;
	background: #e5e5e5;
	display: flex;
    justify-content: center;
    align-items: Center;
}
.tab-top a.on,.tab-top a:hover{
	color:#fff;
	background: #e2181f;
}
.tab-bottom{
	overflow: hidden;
	height:432px;
}
.tab-content{
	height:432px;
	display: none;
	position: relative;
}
.tabBox{

	width:100%;
}
.tabText{
	width:550px;
	margin-top:80px;
	margin-left:68px;
	float:left;
	
}
.tabText a{color:#fff; display: block;}
.tabText h1{
	font-size:24px;
	line-height: 2.4;
	background: url(../images/hhr.png) left bottom no-repeat;
}
.tabText p {
    width: 535px;
    font-size: 16px;
    line-height: 26px;
    margin-top: 24px;
    height: 210px;
    overflow-y: scroll;
}
.tabText p::-webkit-scrollbar {/*滚动条整体样式*/
        width: 1px;     /*高宽分别对应横竖滚动条的尺寸*/
        height: 1px;
    }
.tabText p::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
        border-radius: 1px;
         -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        background: red;
    }
.tabText p::-webkit-scrollbar-track {/*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        border-radius: 10px;
        background: #666;
    }
.yan{width: 100%;overflow: hidden;}
.yan input{float: left;}
.yan div{float: left;width: 120px;}
.slideBox{ position: relative; width:363px; height:279px;margin-top:70px;margin-right:84px;float:right;position:relative;}
.slideBox:before {
    content: '';
    position: absolute;
    background: url(../images/tmk.png) 15px 52px no-repeat;
    width: 378px;
    height: 331px;
    right: -15px;
    top: -68px;
}
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:363px; height:279px; display:block;  }
.slideBox .prev,
.slideBox .next{ position:absolute; left:30%; bottom:-40px; display:block; width:63px; height:24px; background:url(../images/leftBtn.png) no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:30%; background:url(../images/rightbtn.png) no-repeat; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }
.yuzhongbody{
	background: url(../images/yzbg.png) center top no-repeat;
}
.yzlist{
	padding:75px 0px 0;
	text-align: center;
	text-align: center;
    width: 890px;
    margin: 0 auto;
}
.yzlist a{
	display: inline-block;
	width:150px;
	height:68px;
	margin:22px;
	font-size:22px;
	color:#fff;
	line-height: 68px;
	text-align: center;
	background: url(../images/yzlist1.png) no-repeat;
}
.yzlist a:hover{
	background: url(../images/yzlist.png) no-repeat;
}
.yzBottom{
	width:100%;
	height:157px;
	text-align: center;
	color:#fff;
	font-size:20px;
	line-height: 142px;
	margin-top:60px;
	background: url(../images/san.png) no-repeat;
}
.yzBottom span {
    display: inline-block;
    width: 78px;
    height: 78px;
    line-height: 23px;
    padding-top: 20px;
    margin: 0 4px;
    font-size: 17px;
    font-weight: bold;
    background: url(../images/ty.png) no-repeat;
    word-wrap: break-word; vertical-align:middle; text-align:center;
}
.yzBottom .span {
    display: inline-block;
    width: 78px;
    height: 78px;
    line-height: 23px;
    padding-top: 28px;
    margin: 0 4px;
    font-size: 17px; 
    font-weight: bold;
    background: url(../images/ty.png) no-repeat;
    word-wrap: break-word;vertical-align:middle; text-align:center;
}
.liuchengBox{
	background: url(../images/hr.gif) left 133px no-repeat;
}
.liuchengBox li {
    width: 296px;
    height: 410px;
    margin: 0 2px;
    float: left;
    text-align: center;
}
.liuchengBox li span{
	width:86px;
	height:86px;
	line-height: 160px;
	font-size:18px;
	color:#666;
	margin:30px auto 0;
	background: url(../images/ll.png) center no-repeat;
	display: block;
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	transition: all .35s ease;
}
.liuchengBox li h1{
	font-size:20px;
	line-height: 2;
	padding:0 0px 10px;
	font-weight: bold;
	color:#333;
	background: url(../images/hbg1.gif) center bottom no-repeat;
	
}
.liuchengBox li img{
	width:60px;
}
.liuchengBox li p{
	display: none;
	font-size:12px;
	line-height: 1.8;
	color:#666;
	margin-top:10px;
}
.liuchengBox li.on span{
	line-height: 86px;
	color:#fff;
	background: url(../images/lon.png) center no-repeat;
}
.liuchengBox li.on h1{
	background: url(../images/hbg.gif) center bottom no-repeat;
}

.gengyunBody{
	height:222px;
	background: url(../images/ibg4.jpg) center no-repeat;
}
.gengyunBox {
    padding-top: 30px;
    color: #fff;
}
.gengyunBox h1 {
    font-size: 18px;
    line-height: 28px;
    word-wrap: break-word;
    width: 48%;
}
.gengyunBox p {
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 10px;
    word-wrap: break-word;
    width: 48%;
}
.gengyunBox span{
	font-size:30px;
}
.gengyunBox a{
	display: inline-block;
	font-size:20px;
	padding:4px 30px;
	color:#e2181f;
	position: relative;
	top:-2px;
	margin-left:30px;
	background: #FFf;
	border-radius: 20px;
}
.scroll-s{
	margin-top:-10px;
	padding:0 70px;
	position: relative;
	overflow: hidden;
}
.scroll-s .bd{overflow: hidden;}
.scroll-s .picList li {
    width: 240px;
    height: 359px;
    padding: 90px 0 0 0;
    margin: 0 13px;
    background: #eee;
    text-align: center;
    border-bottom: 4px solid #e3242a;
}
.scroll-s .picList li.on{
	color:#fff;
	background: #e3242a;
}
.scroll-s .picList li div{
	height:81px;
	line-height:81px;
	background: url(../images/ybr.png) center bottom no-repeat;
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	transition: all .35s ease;
}
.scroll-s .picList li.on div{
	margin-top:-30px;
	background: url(../images/ybg.png) center no-repeat;
}
.scroll-s .picList li h1{
	font-size:19px;
	line-height: 25px; margin-top: 10px;
}
.scroll-s .picList li p {
    text-align: center;
    display: none;
    padding: 0 9px;
    line-height: 21px;
    height: 100px; overflow-y: scroll;
}
.scroll-s .picList li p::-webkit-scrollbar {/*滚动条整体样式*/
        width: 1px;     /*高宽分别对应横竖滚动条的尺寸*/
        height: 1px;
    }
.scroll-s .picList li p::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
        border-radius: 1px;
         -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        background: #fff;
    }
.scroll-s .picList li p::-webkit-scrollbar-track {/*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        border-radius: 1px;
        background: #EDEDED;
    }
.scroll-s .hd .prev{
	display: block;
	width:35px;
	height:71px;
	background: url(../images/yleft1.png) no-repeat;
	position: absolute;
	top:50%;
	left:0;
	margin-top:-35px;
}
.scroll-s .hd .next{
	display: block;
	width:35px;
	height:71px;
	background: url(../images/yright1.png) no-repeat;
	position: absolute;
	top:50%;
	right:0;
	margin-top:-35px;
}
.scroll-s .hd .next:hover{
	background: url(../images/yright.png) no-repeat;
}
.scroll-s .hd .prev:hover{
	background: url(../images/yleft.png) no-repeat;
}
.aboutBox{
	width:100%;
	height:678px;
	margin-top:80px;
	background: url(../images/ibg5.jpg) no-repeat;
}
.about-con{
	width:100%;
	margin-top:40px;
	float:left;
}
.aboutimg {
    width: 385px;
    height: 306px;
    float: left;
    background: url(../images/abg.png) left bottom no-repeat;
    margin-left: 59px;
}
.aboutimg img{
	float:right;
}
.about-con .about-d {
    width: 53%;
    margin-left: 46px;
    float: left;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 1px;
}
.about-con a, a.more_parter {
    display: block;
    width: 140px;
    margin-top: 66px;
    text-align: center;
    border: 1px solid #e2181f;
    border-radius: 5px;
    color: #e2181f;
    padding: 5px 0px;
}
.about-con a:hover {
    border: 1px solid #e2181f;
    color: #fff;
    background:#e2181f;
}
a.more_parter{
        font-size: 16px;margin-top: 38px;
    line-height: 1.8;
    letter-spacing: 1px;
    text-align: center;
        margin-left: auto;
    margin-right: auto;
}
a.more_parter:hover {
    border: 1px solid #e2181f;
    color: #fff;
    background:#e2181f;
}
.about-gd{
	float:right;display: none;
}
.about-gd h1{
	background: #e2181f;
	color:#fff;
	height:60px;
	line-height: 60px;
	font-size:20px;
	padding:0px 30px; 
}
.about-gd h1 img{
	position: relative;
	top:-3px;
}
.scroll-a{
	position: relative;
	padding:0 40px;
	margin-top:20px;
}
.scroll-a .prev{
	position: absolute;
	left:0;
	top:50%;
	margin-top:-19px;
	width:19px;
	height:38px;
	display: block;
	background: url(../images/aleft.png) no-repeat;
}
.scroll-a .next{
	position: absolute;
	right:0;
	top:50%;
	margin-top:-19px;
	width:19px;
	height:38px;
	display: block;
	background: url(../images/aright.png) no-repeat;
}
.scroll-a .prev:hover{
	background: url(../images/aleft1.png) no-repeat;
}
.scroll-a .next:hover{
	background: url(../images/aright1.png) no-repeat;
}
.hezuoBox{
	margin-top:-20px;
}
.hezuoBox a{
	display: block;
	float:left;
	width:183px;
	height:75px;
	margin-right:19px;
	margin-bottom:19px;
	overflow: hidden;
	text-align: center;
	border:1px solid #bfbfbf;
}
.hezuoBox a:hover{
	border:1px solid #e2181f;
}
.hezuoBox a img{
	max-width:100%;
	max-height:75px;
}
.formBody{
	height:604px;
	/* margin-top:80px; */
	margin-top: 60px;
	background:url(../images/ibg1.jpg) center no-repeat;
}
.formBox{
	float:right;
	width:500px;
	padding-top:80px;
}
.formBox h1{
	font-size:30px;
	font-weight: bold;
	color:#fff;
}
.formBox p{
	font-size:16px;
	color:#fff;
	margin-bottom:20px;
}
.formBox .lsinput{
	width:500px;
	border:0;
	padding:8px 10px;
	background: #fff;
	border-radius: 3px;
	margin-bottom:12px;
}
.formBox .lstextarea{
	width:500px;
	height:100px;
	padding:5px 10px;
	border:0;
	margin-bottom:10px;
	border-radius: 3px;
	background: #fff;
}
.inputsubmit{
	display: block;
	width: 230px;
	height:40px;
	line-height: 40px;
	text-align: center;
	border:1px solid #fff;
	color:#fff;
	font-size:16px;
	margin-top:10px;
	border-radius: 4px;
	background: #ff0008;
}
.inputsubmit:hover{
	border:1px solid #ff0008;
	color:#ff0008;
	background: #fff;
}
.formBox .inputw{
	width:140px;
	margin-right:20px;
}
.banner-bottom{display: none;}
@media (max-width:768px) {
.hezuoBox a {
    display: inline-block;
    float: none;
    margin-right: 19px;
    margin-bottom: 19px;
    overflow: visible;
    text-align: center;
    border: 1px solid #bfbfbf;
}
	.bigtitle {
		padding: 20px 0;
	}
	.bigtitle h1 {
		font-size: 18px;
		line-height: 1.8;
	}
	.bigtitle img{
		width:12%;
	}
	.bigtitle p {
		font-size: 13px;
		padding: 0 0;
		line-height: 1.4;
		display: none;
	}
	.tab-content1{
		height:auto;
		padding-bottom:60px;
		background:url(../images/t1.jpg) no-repeat center !important;background-size: 100% 100% !important;
	}
	.tab-content2{
		height:auto;
		padding-bottom:60px;
		background:url(../images/t2.jpg) no-repeat center !important;background-size: 100% 100% !important;
	}
	.tab-content3{
		height:auto;
		padding-bottom:60px;
		background:url(../images/t3.jpg) no-repeat center !important;background-size: 100% 100% !important;
	}
	.tab-content4{
		height:auto;
		padding-bottom:60px;
		background:url(../images/t4.jpg) no-repeat center !important;background-size: 100% 100% !important;
	}
	.tab-content5{
		height:auto;
		padding-bottom:60px;
		background:url(../images/t5.jpg) no-repeat center !important;background-size: 100% 100% !important;
	}
	.tab-content6{
		height:auto;
		padding-bottom:60px;
		background:url(../images/t6.jpg) no-repeat center !important;background-size: 100% 100% !important;
	}
	.tab-content7{
		height:auto;
		padding-bottom:60px;
		background:url(../images/t7.jpg) no-repeat center !important;background-size: 100% 100% !important;
	}
	.tab-content8{
		height:auto;
		padding-bottom:60px;
		background:url(../images/t8.jpg) no-repeat center !important;background-size: 100% 100% !important;
	}
	.ls-index-fwfw{
		background: none;
	}
	.ls-index-fwfw li{
		height:90px;
		border:1px dashed #ccc;
		border-right:0;
		border-bottom:0;
	}
	.ls-index-fwfw li:nth-child(1){
		border-left:0;
		border-top:0;
	}
	.ls-index-fwfw li:nth-child(6){
		border-left:0;
	}
	.ls-index-fwfw li:nth-child(2){
		border-top:0;
	}
	.ls-index-fwfw li:nth-child(3){
		border-top:0;
	}
	.ls-index-fwfw li:nth-child(4){
		border-top:0;
	}
	.ls-index-fwfw li:nth-child(5){
		border-top:0;
	}
	.ls-index-fwfw li a{
		padding-top:0px;
		font-size:10px;
		margin-left:0;
		margin-right:0;
    line-height: 20px;
    border-radius: 5px;
}
	.ls-index-fwfw li a p{line-height: 14px;    height: 40px;
    display: flex;
    justify-content: center;
    align-items: Center;}
	.ls-index-fwfw li a span{
		height:35px;
		background-size:30px !important;
	}
	.tab-top a{
		width:23.5%;
		font-size:12px;
		height:40px;
		margin-right:2%;
		margin-top:1%;
		padding:2px 5px;
		border-right:0;overflow:hidden;
		margin-bottom: 5px;
	}
	.tab-top a:nth-child(8n){
		margin-bottom: 0;
	}
	.tab-top a:nth-child(4n){
		margin-right:0;
	}
	.slideBox:before{display: none;}
	.tab-bottom{height:auto;}
	/*.tab-content{
		height:auto;
		padding-bottom:60px;
		background-size:430% auto !important ;
	}*/
	.tabText{
		width:100%;
		margin:0;
		float:none;
		padding:20px;
	}
	.tabText h1{
		font-size:18px;
	}
	.tabText p{
		width:100%;
		font-size:12px;
		line-height: 1.6;
		margin-top:10px;
		height: auto;
		overflow: initial;
		height:114px;
		overflow-y:scroll;
	}
	.tabText p::-webkit-scrollbar {/*滚动条整体样式*/
        width: 1px;     /*高宽分别对应横竖滚动条的尺寸*/
        height: 1px;
    }
	.tabText p::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
			border-radius: 1px;
			 -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
			background: red;
		}
	.tabText p::-webkit-scrollbar-track {/*滚动条里面轨道*/
			-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
			border-radius: 10px;
			background: #666;
		}
	.slideBox{
		width: 300px;
	    height: auto;
	    float: none;
	    margin: 0 auto;
	    position: relative;
	}
	
	.slideBox .bd img{
		width:300px;
		height:200px;
	}
	.slideBox .prev{
		left:0;
	}
	.slideBox .next{
		right:0%;
	}
	.yzlist{
		width:100%;
		padding:30px 0;
	}
	.yzlist a{
		width:23.25%;
		float:left;
		font-size:14px;
		margin:0;
		height:40px;
		line-height: 40px;
		margin-right:2%;
		margin-bottom:2%;
		background-size:100% 100% !important;
	}
	.yzlist a:nth-child(4n){
		margin-right:0;
	}
	.yzBottom{
		height:auto;
		font-size:12px;
		line-height: 3;
		padding: 10px 10px 30px;
		margin-top:0px;
	}
	.yzBottom {
	    background-size: cover;    display: none;
	}
	.yzBottom span {
    font-size: 12px;
    width: 45px;
    height: 45px;
    line-height: 14px;
    background-size: 100% 100% !important;
    padding-top: 11px;
}
	.yzBottom .span {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 18px;
    padding-top: 10px;
    margin: 0 4px;
    font-size: 12px;
    font-weight: bold;
    background: url(../images/ty.png) no-repeat;
    word-wrap: break-word;
    vertical-align: middle;
    text-align: center;
}
	.liuchengBox li{
		width:25%;
		height:auto;
		margin:0;
	}
	.liuchengBox li img{
		width:30px;
	}
	.liuchengBox li span{
		margin-top:10px;
		width:50px;
		height:50px;
		line-height:90px;
		font-size:12px;
	}
	.liuchengBox li.on span{
		line-height: 50px;
		background-size: 100% auto;
	}
	.liuchengBox li h1{
		font-size:14px;
	}
	.liuchengBox {
	    background: url(../images/hr.gif) left 65px no-repeat;
	}
	.liuchengBox li p{
		display: block !important;
		font-size:12px;
		padding:0 2px;
		height: 105px;line-height: 20px;
	    overflow-y: scroll;
	    overflow-x: hidden;
	}
	.liuchengBox li p::-webkit-scrollbar {/*滚动条整体样式*/
        width: 1px;     /*高宽分别对应横竖滚动条的尺寸*/
        height: 1px;
    }
	.liuchengBox li p::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
	        border-radius: 1px;
	         -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.6);
	        background: red;
	    }
	.liuchengBox li p::-webkit-scrollbar-track {/*滚动条里面轨道*/
	        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.6);
	        border-radius: 10px;
	        background: #EDEDED;
	    }
	.gengyunBody {
	    height: auto;
	    margin-top:30px;
	    background: url(../images/ibg4.jpg)  right no-repeat;
	}
	.gengyunBody1{background:rgba(0,0,0,0.6);padding-bottom: 7px;}
	.gengyunBox {
	    padding-top: 25px; padding-bottom: 22px
	}
	.gengyunBox h1 {
    font-size: 16px;
    line-height: 26px;
    word-wrap: break-word;
    width: 100%;
	text-align: center;
}
.gengyunBox p {
    font-size: 14px;
    margin-bottom: 20px;margin-top: 6px;
}

.gengyunBox p {
    margin-bottom: 0px;
    margin-top: 0;
    word-wrap: break-word;
    width: 100%;
	text-align: center;
}
.fanyi,.yuzhongbody{display:none;}
	.gengyunBox span {
	    font-size: 20px;padding-top: 19px;
    display:none;
	}
.gengyunBox a {
    font-size: 12px;
    padding: 3px 12px;
}

.gengyunBox a {
    padding: 5px 30px;
    color: #e2181f;
    position: relative;
    top: -2px;
    font-size: 16px;
    margin-left: 20px;
    background: #FFf;
    border-radius: 20px;
    margin: auto;
    text-align: center;
    display: block;
    margin-top: 21px;
}
	.scroll-s{
		padding:0 30px 20px;
	}
	.scroll-s .picList li{
		width:265px;
		height:283px;
		padding:20px 0 0;
	}
	.scroll-s .picList li h1{
		font-size:18px;
	}
	.scroll-s .picList li p{
		display: block;
		padding:0 10px;
		font-size:13px;
	}
	.scroll-s .picList li p::-webkit-scrollbar {/*滚动条整体样式*/
        width: 1px;     /*高宽分别对应横竖滚动条的尺寸*/
        height: 1px;
    }
.scroll-s .picList li p::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
        border-radius: 1px;
         -webkit-box-shadow: inset 0 0 5px #eee;
        background: #fff;
    }
.scroll-s .picList li p::-webkit-scrollbar-track {/*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px  #eee;
        border-radius: 1px;
        background:  #eee;
    }
	.scroll-s .hd .next,.scroll-s .hd .prev{
		width:25px;
		background-size: 25px !important;
	}
	.tempWrap{
		margin:0 auto;
	}
	.aboutBox{
		margin-top:0px;
		height:auto;
	}
	.aboutBox {
	    width: 100%;
	    background-size: cover;
	    padding-bottom: 0;
	}
	.about-con{
		width:100%;
		margin-top:0;
		float:none;
	}
	.aboutimg{
		float:none;
		width:100%;
		height:auto;
		background: none;
	}
	.aboutimg img{
		width:100%;
	}
	.about-con p{
		width:100%;
		font-size:13px;
		margin-top:10px;
		margin-left:0;
	}
	a.more_parter{
		font-size:13px;
		margin-top:10px;
	}
	.about-con a,a.more_parter{
		margin: 20px auto 25px auto;
	}
	a.more_parter{
		    margin: 20px auto 25px auto;
	}
	.about-con a{
	    padding: 2px 0px;
	}
	.about-gd{
		float:none;
		width:100%;
		margin-top:50px;
	}
	.scroll-a{
		width:356px;
		margin:20px auto;
	}
	.hezuoBox{
		margin-top:5px;white-space:nowrap;overflow-x:auto;overflow-y:hidden;
	}
	/* 设置滚动条的样式 */
	.hezuoBox::-webkit-scrollbar {    width: 2px; height: 2px;}/* 滚动槽 */
	.hezuoBox::-webkit-scrollbar-track {    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);    border-radius: 10px;}/* 滚动条滑块 */
	.hezuoBox::-webkit-scrollbar-thumb {    border-radius: 10px;    background: #fff;    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);}
	.hezuoBox::-webkit-scrollbar-thumb:window-inactive {    background: #fff;}
	.hezuoBox::-webkit-scrollbar-track {/*滚动条里面轨道*/
	        -webkit-box-shadow: inset 0 0 5px #eee;
	        border-radius: 4px;
	        background: #eee;
	    }
	/*.hezuoBox::-webkit-scrollbar {/*滚动条整体样式
        width: 2px;     /*高宽分别对应横竖滚动条的尺寸
        height: 1px;
    }*/
    .hezuoBox a:nth-child(2n){
	    margin-right: 3% !important;
	}
	.about-con .about-d {
	    width: 100%;
	    margin-left: 0;
	    float: left;
	    font-size: 16px;
	    line-height: 1.8;
	    letter-spacing: 1px;
	}
	.about-con p {
	    
	    
	}
	/*.hezuoBox::-webkit-scrollbar-thumb {/*滚动条里面小方块
	        border-radius: 2px;
	         -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	        background: #ddd;
	    }
	.hezuoBox::-webkit-scrollbar-track {/*滚动条里面轨道
	        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	        border-radius: 4px;
	        background: #fff;
	    }*/
	.hezuoBox a{
		width: 30.5%;
	    margin-right: 3%;
	    height: auto;
		}
	.hezuoBox a img {
	    max-width: 100%;
	    max-height: auto;
	    margin-bottom: 2px;
	}
	.formBody {
	    background: #d31c21;
	}
	.hezuoBox a:nth-child(2n){
		margin-right:0;
	}
	.formBody {
	    height: auto;
	    margin-top: 20px;
	    margin-bottom: 22px;
	    padding-bottom: 26px;
	}
	.yan {
	    height: 33px;
	}
	.formBox .inputw {
	    margin-right: 12px;
	}
	.formBox .lstextarea {
	    height: 80px;
	}
	.formBox .lsinput {
	    padding: 8px 10px;
	}
	.inputsubmit {
	    width: 210px;
	    height: 35px;
	    line-height: 32px;
	}
	.formBox{
		width:100%;
		padding-top:15px;
	}
	.formBox p {
	    font-size: 12px;
	    margin-bottom: 15px;
	}
	.formBox .lsinput{
		width:100%;
	}
	.formBox .lstextarea{
		width:100%;
	}
	.formBox .inputw{width:125px;}
	.inputsubmit{margin:15px auto 0;}
	

.ls-index-fwfw li a span.fwicon1 {
    background: url(../images/f1.png) center no-repeat;
}	
.ls-index-fwfw li a:hover{
	background: #fafafa;margin:0;
	color:#333;
}
.ls-index-fwfw li a:hover span{
	margin-top:10px !important;
	
	
}	
.ls-index-fwfw li a span{
	-webkit-transition: all 0 ease;
	-moz-transition: all 0 ease;
	transition: all 0s ease;
}
.ls-index-fwfw li a:hover span.fwicon1{
	background: url(../images/f1.png) center no-repeat;
}
.ls-index-fwfw li a:hover span.fwicon2{
	background: url(../images/f2.png) center no-repeat;
}
.ls-index-fwfw li a:hover span.fwicon3{
	background: url(../images/f3.png) center no-repeat;
}
.ls-index-fwfw li a:hover span.fwicon4{
	background: url(../images/f4.png) center no-repeat;
}
.ls-index-fwfw li a:hover span.fwicon5{
	background: url(../images/f5.png) center no-repeat;
}
.ls-index-fwfw li a:hover span.fwicon6{
	background: url(../images/f6.png) center no-repeat;
}
.ls-index-fwfw li a:hover span.fwicon7{
	background: url(../images/f7.png) center no-repeat;
}
.ls-index-fwfw li a:hover span.fwicon8{
	background: url(../images/f8.png) center no-repeat;
}
.ls-index-fwfw li a:hover span.fwicon9{
	background: url(../images/f9.png) center no-repeat;
}
.ls-index-fwfw li a:hover span.fwicon10{
	background: url(../images/f10.png) center no-repeat;
}

.ls-index-fwfw li a:hover p{
	padding-bottom:0px !important;
	background: url(../images/jiahao.png) center bottom no-repeat;
}		
.fullSlide .bd li {
	width: 100% !important;
	height: 426px;
	overflow: hidden;
	text-align: center;background-size: 100% !important;
}
.fullSlide .bd li a{height: 426px;}
.fullSlide {
    width: 100%;
    position: relative;
    height: 421px;
    background: #000;
}	
.aboutimg {
    margin-left: 0;
}
.formBox h1 {
    font-size: 22px;
}
	
.formBox .lsinput {
    font-size: 12px;
}	
	
	
	
	
}


@media (min-width: 1201px) and (max-width: 1440px) {
.fullSlide .bd li a {
    display: block;
    height: 420px;
}
.gengyunBox {
    padding-top: 30px;
    color: #fff;
}
.fullSlide .bd li{height: 420px; background-size: 100% !important;}
.fullSlide {
    width: 100%;
    position: relative;
    height: 420px;
    background: #000;
}
.gengyunBox h1 {
    font-size: 18px;
    line-height: 27px;
    word-wrap: break-word;
    width: 49%;
}
.gengyunBox p {
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 7px;
    word-wrap: break-word;
    width: 49%;
}
.gengyunBox span {
    font-size: 26px;display:inline-block; margin-top:20px;
}
.gengyunBox a {
    display: inline-block;
    font-size: 17px;
    padding: 4px 15px;
    color: #e2181f;
    position: relative;
    top: -2px;
    margin-left: 23px;
    background: #FFf;
    border-radius: 20px;
}

}



@media (min-width: 240px) and (max-width: 360px) {
.scroll-s .picList li{
		width:255px;
		height:283px;
		padding:20px 0 0;
	}

}

@media (max-width:767px) {
.banner-bottom{
	width: 100%;
	height:300px;
	position: relative;
	z-index: 9;
}
.banner-bottom_box{
	position: absolute;
	bottom:0;
	width:100%;
	
}
.banner-bottom_item{
	width:14.285%;
	float:left;
	height:300px;
	position: relative;
	-webkit-transition: all .6s ease .0s;
    transition: all .6s ease .0s;
}
.banner-bt_text{
	height:300px;
	position: absolute;
	bottom:0;
	width:100%;
	border-top:6px solid;
	overflow: hidden;
	-webkit-transition: all .6s ease .0s;
    transition: all .6s ease .0s;
}

.banner-bottom_item.on .banner-bt_text{
	height:400px;
}
.banner-bottom_item h3{
	font-size:20px;
	margin-top:80px;
	margin-bottom:20px;
	text-align: center;
	font-weight: bold;
	padding-top:80px;
	background-position:center top;
	background-repeat:no-repeat ;
	-webkit-transition: all .6s ease .0s;
    transition: all .6s ease .0s;
}
.banner-bottom_item.on h3{
	margin-top:30px;
	padding-top:0;
	line-height: 64px;
	text-align: left;
	padding-left:38%;
	background-position:15% center;
}
.banner-bottom_item li{
		width:100%;
		height:auto;
		margin:auto;
		text-align: center;
	}
.banner-bottom_item li img{
		    width: 40px;
    margin-top: 26px;	}
.banner-bottom_item li span{
		    width: 50px;
    height: 35px;
    line-height: 48px;
    font-size: 14px;
    display: block;
    text-align: center;
    margin: auto;
	}
.banner-bottom_item li.on span{
		line-height: 50px;
		background-size: 100% auto;
	}
.banner-bottom_item li h1{
		font-size:14px;
	}
.banner-bottom_item {
	    background: url(../images/hr.gif) left 65px no-repeat;
	}
.banner-bottom_item li p{
		display: block !important;
		font-size:12px;
		padding:0 10px;
		height: auto;line-height: 20px;
	    overflow-x: hidden;
	}
.banner-bottom_item li{
	list-style: square;color: #333;
	padding:7px 38px 7px 38px;
	line-height: 1;
}
/*.banner-bottom_item1 .banner-bt_text *{
	color:#333;
}
.banner-bottom_item2 .banner-bt_text *{
	color:#333;
}
.banner-bottom_item3 .banner-bt_text *{
	color:#333;
}
.banner-bottom_item4 .banner-bt_text *{
	color:#333;
}
.banner-bottom_item5 .banner-bt_text *{
	color:#333;
}
.banner-bottom_item6 .banner-bt_text *{
	color:#333;
}
.banner-bottom_item7 .banner-bt_text *{
	color:#333;
}*/
.banner-bottom_item1 .banner-bt_text {
    color: #bfbfbf;
    background: linear-gradient(to top left, #e9e7e7, #fff);
}
.banner-bottom_item2 .banner-bt_text{
	color:#ddd;
	background: linear-gradient(to top left, #eee, #fff);
}
.banner-bottom_item3 .banner-bt_text {
    color: #bfbfbf;
    background: linear-gradient(to top left, #e9e7e7, #fff);
}
.banner-bottom_item4 .banner-bt_text{
	color:#ddd;
	background: linear-gradient(to top left, #eee, #fff);
}
.banner-bottom_item5 .banner-bt_text {
    color: #bfbfbf;
    background: linear-gradient(to top left, #e9e7e7, #fff);
}
.banner-bottom_item6 .banner-bt_text{
	color:#ddd;
	background: linear-gradient(to top left, #eee, #fff);
}
.banner-bottom_item7 .banner-bt_text {
    color: #bfbfbf;
    background: linear-gradient(to top left, #e9e7e7, #fff);
}
.banner-bottom_item8 .banner-bt_text{
	color:#ddd;
	background: linear-gradient(to top left, #eee, #fff);
}
.liuchengBox{display: none;}
.banner-bottom{display: block;}
	.banner-bt_text,.banner-bottom{
		height:275px;
	}
	.banner-bottom_item h3{
		font-size:18px;
		line-height: 2.4;
		background-position: 28% center;
		background-size: 30px;
	}
	.bigImg .f-fl{
		width:100%;
	}
	.bigImg .f-fr{width:100%;}
	.ysimage .smallImg{
		width:70%;
		margin:auto;
	}
	.ysimage .smallImg li{
		width:240px;
	}
}
@media (max-width: 375px){

.banner-bottom_item li{
	list-style: square;color: #333;
	padding:7px 34px 7px 34px;
	line-height: 1;
}
.banner-bottom_item li p {
    padding: 0 2px;
}
}

@media (max-width: 370px){

.banner-bt_text, .banner-bottom {
    height: 315px;
}
}
@media (max-width: 375px) and (max-width: 376px){

.banner-bt_text, .banner-bottom {
    height: 275px;
}
}

