li{list-style: none}
a{text-decoration:none;}
a:link{text-decoration:none;}
/*banner背景图片动画*/
@-webkit-keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
@keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
/*banner */
.index_main{
	background: #f7f7f7;
}
.index_main .section1{
	position: relative;
}
.index_main .section1 .index_banner .item{
	background-size: cover;
	-webkit-background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	/*height:100vh;*/
	height:95vh;
	margin-top: 5vh;
	position: relative;
}
.index_main .section1 .index_banner .item.slick-current .scaleBg{
	visibility: visible; 
	-webkit-animation:scale-bg 6s linear forwards;
	animation:scale-bg 6s linear forwards;
}
.index_main .section1 .index_banner .items{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.index_main .section1 .index_banner .items:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	/*background: rgba(0,0,0,0.2);*/
}
.index_main .section1 .index_banner .item .inner .block_txt{
	position: absolute;
	top: 34%;
	right: 10px;
	left:10px;
	opacity: 0;
	transform: translateY(40px);
	-webkit-transform: translateY(40px); 
	-webkit-transition: all 500ms ease; 
	transition: all 500ms ease;
}
.index_main .section1 .index_banner .item.active .inner .block_txt{
	opacity: 1; 
	-webkit-transform: translateY(0); 
	transform: translateY(0); 
	-webkit-transition-delay: 100ms; 
	transition-delay: 100ms;
}
.index_main .section1 .index_banner .item .inner .block_txt h4{
	width: 22%;
	height: 45px;
	font-size: 30px;
	line-height: 45px;
	color: #fff;
	text-align: center;
	font-family: 'COCO';
	background: #0274d3;
	margin: 0 auto;
	border-radius: 23px;
}
.index_main .section1 .index_banner .item .inner .block_txt h2{
	color: #0274d2;
	font-size: 92px;
	font-weight: bold;
	text-align:center;
	letter-spacing:5px;
	margin-top: 50px;
}
.index_main .section1 .index_banner .item .inner .block_txt h2 span{
	color: #f5c920;
	display: inline-block;
	letter-spacing: 5px;
}
.index_main .section1 .index_banner .item .inner .block_txt h3{
	color: #fff;
	font-size: 22px;
	text-align:center;
	margin-top: 10px;
	letter-spacing: 3px;
}
.index_main .section1 .index_banner .item .inner .block_txt h3 div{
	width:70%;text-align:center;margin:50px auto;
	color: #101214; font:normal 28px 'MicroSoft YaHei';
}
.index_main .section1 .index_banner .item .inner .block_txt h3 div img{
	margin-left: 50px;
}
.index_main .section1 .slick_txt{
	width:30%;
	height: 100%;
	background-color: transparent;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease; 
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	font-size: 0;
	outline: none;
	border:0;
}
.index_main .section1 .left{
	left: 0;
}
.index_main .section1 .right{
	right:0;
}
.index_main .section1 .slick_txt:hover .slick_arrow{
	opacity: 1;
	visibility: visible;
}
.index_main .section1 .slick_txt .slick_arrow{
	width: 20px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -18px;
	position: absolute;
	top: 50%;
	cursor: pointer;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
	opacity: 0;
	visibility: hidden;
}
.index_main .section1 .slick_txt .prev{
	background-image:url(../image/ban_prev.png);
	left:60px;
}
.index_main .section1 .slick_txt .next{
	background-image:url(../image/ban_next.png);
	right:60px;
}
.index_main .section1 .slick_txt .prev:hover{
	background-image:url(../image/ban_prev_hover.png);
}
.index_main .section1 .slick_txt .next:hover{
	background-image:url(../image/ban_next_hover.png);
}
.index_main .section1 .number{
	position: absolute;
	bottom:8%;
	left: 50%;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	display: table;
	padding: 0 20px;
	width: auto;
	text-align: center;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.index_main .section1 .number span{
	font-family: "Myriad Pro","Microsoft YaHei";
	font-size: 14px;
	color: #fff;
	margin-right:100px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.index_main .section1 .number span:last-child{
	margin-right: 0;
}
.index_main .section1 .number span:after{
	content: "";
	display: inline-block;
	width: 0;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	bottom:-20px;
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.index_main .section1 .number span.active:after{
	width: 100%;
	opacity: 1;
	visibility: visible;
}


/*第二屏*/
.index_main .section2{
	background: #fff;
}
.index_main .section2 .container{
	width: 100%;height: 88vh;margin-top: 12vh;
}
.index_main .section2 .container .title{
	width: 100%;
	height: 13vh;
	text-align: center;
}
.index_main .section2 .container .title .tit{
	color: #454a54;font-size: 42px;margin: 0;
}
.index_main .section2 .container .title .des{
	width: 735px;height: 34px;margin: 0 auto;
	background: url("../image/xiang.png") no-repeat;
	background-size: 100% 100%;
	color: #383539;font-size: 20px;line-height: 34px;
}
.index_main .section2 .container .title .en{
	color: #817f7c;font-size: 14px;margin-top: 5px;
}
.index_main .section2 .container .content{
	width: 100%;height: 65vh;background: url("../image/aboutback.png") no-repeat;
	background-size: 100% 100%;margin-top: 3vh;
}
.index_main .section2 .container .content .about{
	width: 48%;float: right;color: #fff;text-align: left;
	padding-right: 12%;
}
.index_main .section2 .container .content .about .abtt{
	font-size: 36px;margin-top: 10vh;
}
.index_main .section2 .container .content .about .abcn{
	text-indent: 32px;font-size: 16px;line-height: 32px;
	margin-top: 25px;
}
.index_main .section2 .container .content .about .absj{
	width: 100%;margin-top: 30px;text-align: center;
}
.index_main .section2 .container .content .about .absj li{
	width: 25%;float: left;
}
.index_main .section2 .container .content .about .absj li .p1{
	font-size: 55px;font-weight: bold;position: relative;
}
.index_main .section2 .container .content .about .absj li .p2{
	font-size: 16px;text-align: center;
}
.index_main .section2 .container .content .about .absj li .p1 .a2{
	font-size: 24px;margin-left: -10px;
}
.index_main .section2 .container .content .about .absj li .p1 .a1{
	font-size: 16px;position: absolute;top:1px;right: 2px;
}
.index_main .section2 .container .content .about .more{
	width: 25%;height: 55px;border: 1px solid #fff;
	text-align: center;line-height: 55px;font-size: 16px;
	margin-top: 35px;color: #fff;
}
.index_main .section2 .container .content .about .more:hover{
	background: #fff;color: #0274d3;
}

.index_main .section2 .container .content750{

	display: none;
}


/*第三屏*/
.index_main .section3{
	background: #fff;
}
.index_main .section3 h3{
	text-align: center;
}
.index_main .section3 .container{
	width: 100%;height: 88vh;margin-top: 12vh;
}
.index_main .section3 .container .title{
	width: 100%;
	height: 13vh;
	text-align: center;
}
.index_main .section3 .container .title .tit{
	color: #454a54;font-size: 42px;margin: 0;
}
.index_main .section3 .container .title .des{
	width: 735px;height: 34px;margin: 0 auto;
	background: url("../image/xiang.png") no-repeat;
	background-size: 100% 100%;
	color: #383539;font-size: 20px;line-height: 34px;
}
.index_main .section3 .container .title .en{
	color: #817f7c;font-size: 14px;margin-top: 5px;
}
.index_main .section3 .container .content{
	width: 100%;height: 85vh;
	padding-top: 8vh;
}

.ywkjyw-list {
	width: 100%;
	overflow: hidden;
	height: 560px;
}
.ywkjyw-list li {
	width: 25%;
	float: left;
	position: relative;
	overflow: hidden;
	transition: all .4s ease;
}

.ywkjyw-img {
	width: 100%;
	height: 641px;
}
.ywkjyw-img img {
	height: 100%;
}
.ywkjyw-wd {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color: #fff;
	padding: 38% 0 48px 20px;
	z-index: 2;
	overflow: hidden;
	background: rgba(0,0,0,0.3);
}
.ywkjyw-wd h6 {
	font-size: 30px;
	font-weight: 400;
	line-height: 1.4em;
	padding-bottom: 10px;
	position: relative;
	transition: all .4s ease;
	text-align: center;
}
.ywkjyw-wd hr{
	width: 30px;border: 1px solid #fff;
	transform: translateY(40px);opacity: 0;margin: 0 auto;
}
.ywkjyw-wd p {
	width: 60%;margin: 0 auto;
	font-size: 18px;
	line-height: 32px;
	margin-top: 20px;
	opacity: 0;
	text-align: center;
}
.ywkjyw-wd i {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 2px;
}
.ywkjyw-wd i img {
	width: auto;
}
.ywkjyw-list.lihover:hover li{width: 22%;}
.ywkjyw-list.lihover li:hover{width: 34%; }
.ywkjyw-list li:hover:after{background: rgba(0, 162, 233, .6);}
.ywkjyw-list li:hover .ywkjyw-wd{
	padding: 28% 0 48px 20px;background: rgba(2,116,211,0.3);
}
.ywkjyw-list li:hover .ywkjyw-img img{
	width: 100%;
}
.ywkjyw-list li:hover .ywkjyw-wd h6{font-size: 30px;}
.ywkjyw-list li:hover .ywkjyw-wd p{
	opacity: 1;transform: translateY(0);transition: all .4s ease .4s;
}
.ywkjyw-list li:hover .ywkjyw-wd hr{
	opacity: 1;transform: translateY(0);transition: all .4s ease .4s;
}
.ywkjyw-list li:hover .ywkjyw-wd i{
	opacity: 1;transform: translateY(0);transition: all .4s ease .6s;
	margin-top: 20px;
}



/*第四屏*/
.index_main .section4{
	background: #fff;
}
.index_main .section4 h3{
	text-align: center;
}
.index_main .section4 .container{
	width: 100%;height: 88vh;margin-top: 12vh;
}
.index_main .section4 .container .title{
	width: 100%;
	height: 13vh;
	text-align: center;
}
.index_main .section4 .container .title .tit{
	color: #454a54;font-size: 42px;margin: 0;
}
.index_main .section4 .container .title .des{
	width: 735px;height: 34px;margin: 0 auto;
	background: url("../image/xiang.png") no-repeat;
	background-size: 100% 100%;
	color: #383539;font-size: 20px;line-height: 34px;
}
.index_main .section4 .container .title .en{
	color: #817f7c;font-size: 14px;margin-top: 5px;
}
.index_main .section4 .container .content{
	width: 100%;height: 72vh;
	margin-top: 3vh;padding-top: 8vh;
	background: url("../image/newsback.jpg") no-repeat;
	background-size: 100% 100%;
}
.index_main .section4 .container .content .conleft{
	width: 16%;height: 100%;float: left;
	margin-left: 18%;
}
.index_main .section4 .container .content .conleft .cnletit{
	width: 100%;
}
.index_main .section4 .container .content .conleft .cnletit img{
	width: 100%;
}
.index_main .section4 .container .content .conleft .cnletit p{
	color: #6a6868;font-size: 14px;margin-top: 10px;
}
.index_main .section4 .container .content .conleft .cnlecon{
	width: 100%;margin-top: 60px;
}
.index_main .section4 .container .content .conleft .cnlecon ul{}
.index_main .section4 .container .content .conleft .cnlecon ul a{}
.index_main .section4 .container .content .conleft .cnlecon ul a .pro_li{
	width: 120px;height: 38px;border: 1px solid #acabac;
	line-height: 38px;text-align: center;font-size: 16px;
	color: #626060;margin-top: 20px;
}
.index_main .section4 .container .content .conleft .more{
	width: 70%;height: 50px;background: #c03230;
	color: #fff;line-height: 50px;text-align: center;
	margin-top: 60px;
}
.index_main .section4 .container .content .conleft .more:hover{
	background: #c64543;
}
.index_main .section4 .container .content .conleft .more p{
	width: 40%;float: left;height: 60px;margin-left: 20%;
}
.index_main .section4 .container .content .conleft .more img{
	width: 25px;float: left;margin-top: 20px;
}
.index_main .section4 .container .content .conright{
	width: 62%;float: right;height: 100%;
}
.index_main .section4 .container .content .conright .ricon{
	width: 100%;
}
.index_main .section4 .container .content .conright .ricon .list{
	width: 100%;height: 180px;padding: 10px;color: #3b3636;
}
.index_main .section4 .container .content .conright .ricon .list img{
	height: 160px;width: 24%;float: left;
}
.index_main .section4 .container .content .conright .ricon .list .list_con{
	width: 53%;float: left;text-align: left;
	height: 160px;margin-left: 2%;
}
.index_main .section4 .container .content .conright .ricon .list .list_con .tit{
	font-size: 20px;height: 40px;line-height: 40px;overflow: hidden;
}
.index_main .section4 .container .content .conright .ricon .list .list_con .cont{
	font-size: 14px;text-indent: 28px;line-height: 28px;height: 56px;overflow: hidden;
}
.index_main .section4 .container .content .conright .ricon .list .list_con a .more{
	width: 30%;margin-top: 20px;
}
.index_main .section4 .container .content .conright .ricon .list .list_con a .more p{
	font-size: 14px;color: #3b3636;float: left;
}
.index_main .section4 .container .content .conright .ricon .list .list_con a .more img{
	width: 18px;height:11px;float: left;margin-top: 4px;
	margin-left: 5px;
}
.index_main .section4 .container .content .conright .ricon .list .list_date{
	width: 16%;float: left;margin-left: 2%;
}
.index_main .section4 .container .content .conright .ricon .list .list_date .md{
	font-size: 53px;color: #343434;margin: 0;
}
.index_main .section4 .container .content .conright .ricon .list .list_date .year{
	font-size: 18px;color: #3d3d3d;margin: 0;
}
.index_main .section4 .container .content .conright .ricon .list .list_date hr{
	width: 20px;border: 1px solid #dadada;margin: 0;margin-top: 10px;
}


/*第五屏*/
.index_main .section5{
	background: #fff;
}
.index_main .section5 h3{
	text-align: center;
}
.index_main .section5 .container{
	width: 100%;height: 88vh;margin-top: 12vh;
}
.index_main .section5 .container .title{
	width: 100%;
	height: 13vh;
	text-align: center;
}
.index_main .section5 .container .title .tit{
	color: #454a54;font-size: 42px;margin: 0;
}
.index_main .section5 .container .title .des{
	width: 735px;height: 34px;margin: 0 auto;
	background: url("../image/xiang.png") no-repeat;
	background-size: 100% 100%;
	color: #383539;font-size: 20px;line-height: 34px;
}
.index_main .section5 .container .title .en{
	color: #817f7c;font-size: 14px;margin-top: 5px;
}
.index_main .section5 .container .content{
	width: 100%;height: 85vh;
	margin-top: 3vh;padding-top: 5vh;
	background: url("../image/proback.jpg") no-repeat;
	background-size: 100%;
}
.index_main .section5 .container .content .coninner{
	width: 1200px;margin: 0 auto;
}
.index_main .section5 .container .content .coninner .cnle{
	width: 260px;height: 410px;background: url(../image/sheli.png) no-repeat;
	background-size: 100% 100%;
	padding: 140px 60px 0 0px;float: left;
}
.index_main .section5 .container .content .coninner .cnle a .pro_li_left{
	color: #3b3636;font-size: 16px;line-height: 45px;
	width: 100%;height: 45px;
}
.index_main .section5 .container .content .coninner .cnle a .pro_li_left img{
	width: 14px;height: 18px;margin-left: 20px;float: left;margin-top: 13px;
}
.index_main .section5 .container .content .coninner .cnle a .pro_li_left p{
	width: 135px;float: left;margin: 0;height: 45px;line-height: 45px;
	margin-left: 20px;
}
.index_main .section5 .container .content .coninner .cnri{
	width:775px;height:410px;float: left;margin-left: 140px;
}
.index_main .section5 .container .content .coninner .cnri .img{
	width: 650px;height: 410px;border: 2px solid #fff;
	border-radius: 20px;float: left;
}
.index_main .section5 .container .content .coninner .cnri .tit{
	width: 50px;height: 250px;border: 1px solid #fff;
	color: #fff;float: right;font-size: 24px;padding: 15px 10px 0 10px;
	text-align: center;margin-top: 100px;
}
.rollBox{
	width:1200px;overflow:hidden; margin:0 auto;margin-top: 3vh;height: 150px;
}
.rollBox .LeftBotton{
	width:27px; height:44px; background:url(../image/lileft.png) no-repeat;
	overflow:hidden; float:left; display:inline; cursor:pointer;
	margin-top: 53px;
}
.rollBox .RightBotton{
	width:27px; height:44px; background:url(../image/liright.png) no-repeat;
	overflow:hidden; float:left; display:inline; cursor:pointer;
	margin-left: 63px;margin-top: 53px;
}
.rollBox .Cont{
	width:1020px;overflow:hidden; float:left; font-size:12px;margin-left: 63px;
}
.rollBox .ScrCont{width:1000000px;}
.rollBox .Cont .pic{width:170px;float:left; text-align:center;}
.rollBox .Cont .pic img{
	width: 150px;height: 150px;border: 1px solid #fff;border-radius: 75px;
	padding-bottom:0px; display:block; margin:0 auto 4px auto;
}
.rollBox .Cont a{color:#666; text-decoration:none;}
.rollBox .Cont a:hover{}
.rollBox #List1,.rollBox #List2{float:left;}



/*第六屏*/
.index_main .section6{
	background: #fff;
}
.index_main .section6 h3{
	text-align: center;
}
.index_main .section6 .container{
	width: 100%;height: 88vh;margin-top: 12vh;
}
.index_main .section6 .container .title{
	width: 100%;
	height: 13vh;
	text-align: center;
}
.index_main .section6 .container .title .tit{
	color: #454a54;font-size: 42px;margin: 0;
}
.index_main .section6 .container .title .des{
	width: 735px;height: 34px;margin: 0 auto;
	background: url("../image/xiang.png") no-repeat;
	background-size: 100% 100%;
	color: #383539;font-size: 20px;line-height: 34px;
}
.index_main .section6 .container .title .en{
	color: #817f7c;font-size: 14px;margin-top: 5px;
}
.index_main .section6 .container .content{
	width: 100%;height: 85vh;margin-top: 2vh;
}
.index_main .section6 .container .content .cntp{
	width: 1200px;height: 36vh;margin: 0 auto;
}
.index_main .section6 .container .content .cntp .tple{
	width: 50%;float: left;
}
.index_main .section6 .container .content .cntp .tple li{
	width: 100%;height: 85px;border-bottom: 1px dashed #d9d6d6;
	padding: 9px 0;
}
.index_main .section6 .container .content .cntp .tple li img{
	width: 61px;height: 62px;float: left;
}
.index_main .section6 .container .content .cntp .tple li .liri{
	width: 85%;float: right;height: 70px;float: right;
}
.index_main .section6 .container .content .cntp .tple li .liri .tit{
	font-size: 24px;color: #454a54;font-weight: bold;margin:0;margin-top: 4px;
}
.index_main .section6 .container .content .cntp .tple li .liri .con{
	font-size: 16px;color: #454a54;margin:0;margin-top: 5px;
}
.index_main .section6 .container .content .cntp .tpri{
	width: 48%;float: right;
}
.index_main .section6 .container .content #dituContent{
	width:100%;height:29vh;margin-top: 3vh;
}
/*给我留言*/
.form_wrap1{
	float: left;
	width: 100%;
}
.form_wrap1 .item{
	width: 100%;
	height: 40px;
	margin-bottom: 18px;

}
.form_wrap1 .item .ttt1{
	float: left;
	width: 10%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #999999;
	font-size: 16px;
}
.form_wrap1 .item .btxt{
	float: left;
	background: none;
	width: 90%;
	height: 40px;
	line-height: 40px;
	color: #999999;
	font-size: 16px;
	outline: none;
	border: 1px solid #cccccb;
	border-radius: 4px;
	padding-left: 8px;
}
.form_wrap1 .item .cont{
	float: left;
	background: none;
	width: 90%;
	height: 160px;
	line-height: 30px;
	padding: 4px 0;
	color: #999999;
	font-size: 16px;
	outline: none;
	resize: none;
	border: 1px solid #cccccb;
	border-radius: 4px;
	padding-left: 8px;
}
.form_wrap1 button{
	background: #c03230;
	border: 0;
	width: 20%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	border-radius: 20px;
	margin-top: 20px;
	margin-left: 29%;
}
.form_wrap1 .but{
	background: #0274d3;
	border: 0;
	width: 20%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	border-radius: 20px;
	margin-top: 20px;
	margin-left: 2%;
}
/*底部信息*/
.footer{
	width: 100%;height: 5vh;background: #383939;text-align: center;
	font-size: 16px;color: #fff;line-height: 5vh;
}

/*1800*/
@media only screen and (max-width: 1850px){
	.index_main .section1 .index_banner .item .inner .block_txt h3 div{
		width: 75%;
	}
}

/*1700*/
@media only screen and (max-width: 1700px){
	.index_main .section1 .index_banner .item .inner .block_txt h3 div{
		width: 78%;
	}
}



@media only screen and (max-width: 1600px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 28px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 82px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 20px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3 div{
		font: normal 22px 'MicroSoft YaHei';
	}

	.index_main .section2 .container .content .about .absj li .p1{
		font-size: 48px;
	}
	.index_main .section2 .container .content .about .abtt{
		margin-top: 5vh;
	}
	.index_main .section4 .container .content{
		padding-top: 6vh;
	}

}

@media only screen and (max-width: 1500px){
	.index_main .section2 .container .content .about .absj li .p1{
		font-size: 45px;
	}
	.index_main .section4 .container .content .conleft{
		margin-left: 12%;
	}
	.index_main .section4 .container .content .conright{
		width: 68%;
	}
}

@media only screen and (max-width: 1440px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 24px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 80px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 18px;
		margin-top: 5px;
	}
	.index_main .section2 .container .content .about .absj li .p1{
		font-size: 40px;
	}
	.index_main .section2 .container .content .about .absj li .p1 .a2{
		font-size: 18px;
	}
	.index_main .section2 .container .content .about .absj li .p1 .a1{
		font-size: 14px;
	}
	.index_main .section2 .container .content .about .abcn{
		margin-top: 15px;
	}
	.index_main .section2 .container .content .about .more{
		margin-top: 25px;
	}
	.index_main .section4 .container .content .conright .ricon .list{
		height: 162px;
	}
	.index_main .section4 .container .content .conright .ricon .list img{
		height: 100%;
	}
	.index_main .section4 .container .content .conleft .more{
		margin-top: 40px;
	}
	.rollBox{
		display: none;
	}

}
@media only screen and (max-width: 1366px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 20px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 60px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 16px;
	}
	.index_main .section1 .index_banner .slick-arrow{
		background-size: auto 30px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3 div{

	}
	.index_main .section1 .index_banner .item .inner .block_txt h3 div img{
		margin-left: 30px;width: 40px;
	}
	.index_main .section2 .container .content .about .abcn{
		height: 120px;overflow: hidden;
	}
	.ywkjyw-list.lihover:hover li{width: 16.5%;}
	.ywkjyw-list.lihover li:hover{width: 34%; }
	.index_main .section6 .container .content #dituContent{
		display: none;
	}
	.index_main .section6 .container .content{
		margin-top: 10vh;
	}
	.footer{
		position: absolute;bottom: 0;
	}

}
@media only screen and (max-width: 1300px){
	.index_main .section2 .container{
		margin-top: 11vh;
	}
	.index_main .section2 .container .title .tit{
		font-size: 35px;
	}

	.index_main .section2 .container .content{
		margin-top: 6vh;
	}
	.index_main .section2 .container .content .about .abtt{
		font-size: 32px;
		margin-top: 3vh;
	}

	.index_main .section2 .container .content .about .absj li .p1{
		font-size: 32px;
	}
	.index_main .section2 .container .content .about .absj li .p1 .a2{
		font-size: 14px;margin-left: 2px;
	}
	.index_main .section2 .container .content .about .absj li .p1 .a1{
		font-size: 12px;
	}
	.index_main .section4 .container .content .conleft .cnlecon{
		margin-top: 30px;
	}
	.index_main .section4 .container .content .conright .ricon .list{
		height: 120px;
	}
	.index_main .section4 .container .content .conright .ricon .list img{
		width: 18%;
	}
	.index_main .section4 .container .content .conright .ricon .list .list_con{
		width: 62%;height: 120px;
	}
	.index_main .section4 .container .content .conright .ricon .list .list_con .tit{
		height: 30px;line-height: 30px;font-size: 18px;margin: 0;
	}

	.index_main .section4 .container .content .conright .ricon .list .list_date .md{
		font-size: 35px;
	}
	.index_main .section4 .container .content .conright .ricon .list .list_con .cont{
		height: 25px;
	}


	.index_main .section3 .container{
		margin-top: 11vh;
	}
	.index_main .section3 .container .title .tit{
		font-size: 35px;
	}

	.index_main .section4 .container{
		margin-top: 11vh;
	}
	.index_main .section4 .container .title .tit{
		font-size: 35px;
	}

	.index_main .section5 .container{
		margin-top: 11vh;
	}
	.index_main .section5 .container .title .tit{
		font-size: 35px;
	}

	.index_main .section6 .container{
		margin-top: 11vh;
	}
	.index_main .section6 .container .title .tit{
		font-size: 35px;
	}
}
@media only screen and (max-width: 1200px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 18px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 54px;
		}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 14px;
	}

	.index_main .section1 .index_banner .item .inner .block_txt h3 div img{
		margin-left: 24px;
		width: 30px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3 div{
		font: normal 20px 'MicroSoft YaHei';
	}
	.index_main .section5 .container .content .coninner .cnle{
		width: 240px;
		padding: 115px 40px 0 0px;height: 360px;
	}
	.index_main .section5 .container .content .coninner .cnri .img{
		height: 360px;width: 580px;
	}
	.index_main .section5 .container .content .coninner .cnri .tit{
		margin-top: 45px;
	}
	.ywkjyw-wd{padding-top: 65%}
	.ywkjyw-wd h6{font-size: 22px}
	.ywkjyw-list li:hover .ywkjyw-wd h6{font-size: 22px;}

}

@media only screen and (max-width: 1100px){
	.index_main .section1 .index_banner .item .inner .block_txt h3 div{
		width: 90%;
	}
	.index_main .section4 .container .content .conleft .cnletit{
		display: none;
	}
	.index_main .section5 .container .content .coninner .cnri{
		margin-left: 96px;width: 700px;
	}
	.index_main .section6 .container .content .cntp .tple{
		width: 40%;
	}
	.index_main .section6 .container .content .cntp .tple li{
		height: 110px;
	}
	.index_main .section6 .container .content .cntp .tple li img{
		margin-top: 10px;
	}
	.index_main .section6 .container .content .cntp .tpri{
		float: left;
	}
	.index_main .section2 .container .content{
		height: 38vh;
	}
	.index_main .section2 .container .content .about .absj li .p1{
		font-size: 26px;
	}
	.ywkjyw-wd h6{font-size: 20px}
}

@media only screen and (max-width: 1000px){
	.index_main .section1 .index_banner .item .inner .block_txt h3 div{
		width: 92%;
	}
	.index_main .section2 .container .content .about .absj li .p1{
		font-size: 24px;
	}
	.index_main .section2 .container .content .about .absj li .p2{
		font-size: 14px;
	}
	.ywkjyw-wd{padding-top: 65%}
	.ywkjyw-wd h6{font-size: 20px;}
	.index_main .section5 .container .content .coninner .cnri .tit{
		display: none;
	}
}

@media only screen and (max-width: 992px){
	.index_main .section1 .index_banner .item{
		height: 100vh;
	}
	.index_main .section1 .index_banner .item .inner .block_txt{
		left: 0;
		right:0;
		margin: 0 auto;
		padding: 0 20px;
		top: 42%;
	}
	.index_main .section1 .index_banner .slick-arrow{
		display: none !important;
	}
    .index_main .section1 .index_banner .slick-dots{
    	position: absolute;
    	bottom: 12px;
    }
    .index_main .section1 .index_banner .slick-dots li{
    	width: 12px;
    	height: 12px;
    	border-radius: 50%;
    	border:2px solid #fff;
    }
    .index_main .section1 .index_banner .slick-dots li button{
    	display: none;
    }
    .index_main .section1 .index_banner .slick-dots li.slick-active{
    	background: #fff;
    }
	.index_main .section1 .number{
		bottom: 12%;
		display: none;
	}
	.index_main .section1 .number span{
		margin-right: 22px;
	}
	.index_main .section1 .number span:after{
		bottom: -14px;
	}

}
@media only screen and (max-width: 800px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		width: 32%;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3 div{
		display: none;
	}

	.index_main .section2 .container .content .about .absj li .p1{
		font-size: 18px;
	}
	.index_main .section2 .container .content .about .absj li .p1 .a1{
		display: none;
	}
	.index_main .section2 .container .content .about .more{
		width: 38%;height: 44px;line-height: 44px;
	}
	.index_main .section4 .container .content .conright .ricon .list .list_date{
		display: none;
	}
	.index_main .section5 .container .content .coninner .cnri{
		margin-left: 40px;
	}
	.index_main .section5 .container .content .coninner .cnri .img{
		width: 500px;height: 325px;
	}
	.index_main .section5 .container .content .coninner .cnle{
		width: 210px;height: 325px;padding: 90px 0px 0 0px;
	}
	.index_main .section6 .container .content .cntp .tple{
		display: none;
	}
}
@media only screen and (max-width: 767px){
	.index_main .section2 .container .content{
		display: none;
	}
	.index_main .section2 .container .content750{
		display: block;
	}
	.index_main .section2 .container .content750 img{
		height: 30vh;margin: 0 auto;
	}
	.index_main .section2 .container .content750 .about{
		width: 100%;height: 64vh;
		background: #0274d3;color: #fff;
		padding: 10px 30px;margin-top: 5vh;
	}
	.index_main .section2 .container .content750 .about .abtt{
		font-size: 36px;padding-top: 2vh;
	}
	.index_main .section2 .container .content750 .about .abcn{
		text-indent: 32px;font-size: 16px;line-height: 32px;
		margin-top: 25px;
	}
	.index_main .section2 .container .content750 .about .absj{
		width: 100%;margin-top: 30px;text-align: center;
	}
	.index_main .section2 .container .content750 .about .absj li{
		width: 25%;float: left;
	}
	.index_main .section2 .container .content750 .about .absj li .p1{
		font-size: 55px;font-weight: bold;position: relative;
	}
	.index_main .section2 .container .content750 .about .absj li .p2{
		font-size: 16px;text-align: center;
	}
	.index_main .section2 .container .content750 .about .absj li .p1 .a2{
		font-size: 24px;margin-left: -10px;
	}
	.index_main .section2 .container .content750 .about .absj li .p1 .a1{
		font-size: 16px;position: absolute;top:1px;right: 2px;
	}
	.index_main .section2 .container .content750 .about .more{
		width: 25%;height: 55px;border: 1px solid #fff;
		text-align: center;line-height: 55px;font-size: 16px;
		margin-top: 35px;color: #fff;
	}
	.index_main .section2 .container .content750 .about .absj li .p1 .a1{
		display: none;
	}

	.index_main .section5 .container .content{
		background-size: 100% 100%;height: 52vh;
	}


}
@media only screen and (max-width: 500px){
	.header .container .left {
		width: 42%;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		width: 68%;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 32px;
	}
	.index_main .section2 .container .title .des{
		width: 100%;background: none;
	}
	.index_main .section2 .container .content750 .about .absj li .p1{
		font-size: 22px;
	}
	.index_main .section2 .container .content750 .about .absj li .p1 .a1{
		display: none;
	}
	.index_main .section2 .container .content750 .about .absj li .p1 .a2{
		font-size: 12px;margin-left: 0;
	}
	.index_main .section2 .container .content750 .about{
		height: 70vh;
	}
	.index_main .section2 .container .content750 .about .abcn{
		margin-top: 6px;
	}
	.index_main .section2 .container .content750 .about .absj{
		margin-top: 15px;
	}
	.index_main .section2 .container .content750 .about .more{
		margin-top: 15px;width: 40%;
		height: 40px;line-height: 40px;
	}

	.index_main .section3 .container .title .des{
		width: 100%;background: none;
	}
	.index_main .section4 .container .title .des{
		width: 100%;background: none;
	}
	.index_main .section5 .container .title .des{
		width: 100%;background: none;
	}
	.index_main .section6 .container .title .des{
		width: 100%;background: none;
	}

	.index_main .section4 .container .content .conleft{
		display: none;
	}
	.index_main .section4 .container .content .conright{
		width: 98%;
	}
	.index_main .section4 .container .content .conright .ricon .list .list_con a .more{
		width: 40%;
	}
	.index_main .section4 .container .content .conright .ricon .list img{
		width: 36%;
	}
	.index_main .section5 .container .content .coninner .cnle{
		display: none;
	}
	.index_main .section5 .container .content .coninner .cnri{
		width: 100%;margin-left: 18px;
	}
	.index_main .section5 .container .content .coninner .cnri .img{
		width: 28%;height: 292px;
	}
	.index_main .section6 .container .content .cntp .tpri{
		display: none;
	}
	.index_main .section6 .container .content .cntp .tple{
		display: block;width: 32%;
	}
	.index_main .section6 .container .content .cntp .tple li .liri{
		width: 78%;
	}
	.index_main .section6 .container .content .cntp .tple li img{
		margin-left: 10px;
	}

	.footer{
		font-size: 12px;
	}

	.ywkjyw-list li{
		width: 33%;
	}
	.ywkjyw-list.lihover:hover li{width: 18.5%;}
	.ywkjyw-list.lihover li:hover{width: 100%;}

}
@media only screen and (max-width: 340px){
 
}
@media only screen and (max-width: 320px){
	
}