﻿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;
}
{
	position: relative;
}
.index_main .section1 .index_banner .item{
	background-size: cover;
	-webkit-background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	height:100vh;
	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;
	background-size: 100% 100%;
}
.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: 38%;
	right: 10px;
	left:10px;
	opacity: 1;
	margin-top: 20px;
	/*transform: translateY(40px);
	-webkit-transform: translateY(40px);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;*/
}
/*首页按钮*/
.index_main .section1 .index_banner .item .inner .block_txt .annui{
	width: 780px;height: 80px;margin: 0 auto;
	margin-top: 260px;
}
.index_main .section1 .index_banner .item .inner .block_txt .annui a{
	-webkit-tap-highlight-color: transparent;
	outline: none;
}
.index_main .section1 .index_banner .item .inner .block_txt .annui li{
	width: 240px;height: 80px;float: left;
	text-align: center;color: #fff;
	background: rgba(227,67,101,0.3);display: none;
}

.index_main .section1 .index_banner .item .inner .block_txt .annui li p{
	margin: 0;
}
.index_main .section1 .index_banner .item .inner .block_txt .annui li .chn{
	font-size: 24px;margin-top: 10px;
}
.index_main .section1 .index_banner .item .inner .block_txt .annui li .eng{
	font-size: 14px;margin-top: 2px;
}
/*首页导航*/
.index_main .section1 .index_banner .item .inner .block_txt .head{
	width: 1400px;height: 65px;margin: 0 auto;
	/*margin-top: 20px;*/
}
.index_main .section1 .index_banner .item .inner .block_txt .head .left{
	width: 269px;height:61px;float: left;
}
.index_main .section1 .index_banner .item .inner .block_txt .head .left img{
	width: 269px;height:61px;
}
.index_main .section1 .index_banner .item .inner .block_txt .head .center{
	width: 60%;float: left;height: 80px;margin-left: 2%;
}
.index_main .section1 .index_banner .item .inner .block_txt .head .center .navbar_nav{
	width: 100%;
}
.index_main .section1 .index_banner .item .inner .block_txt .head .center .navbar_nav .dropdown{
	width: 12.5%;float: left;color: #fff;height: 65px;
	font-size: 16px;text-align: center;line-height: 65px;
	position: relative;display: inherit;
}
.index_main .section1 .index_banner .item .inner .block_txt .head .center .navbar_nav .dropdown a{
	color: #fff;font-size: 16px;
}
.index_main .section1 .index_banner .item .inner .block_txt .head .center .navbar_nav .dropdown .dropdown_menu{
	display: none;
	position: absolute;
	top:60px;
	width: 100%;
}
.index_main .section1 .index_banner .item .inner .block_txt .head .center .navbar_nav .dropdown .dropdown_menu a p{
	width: 100%;
	height: 30px;
	font-size: 14px;
	color: #fff;
	padding: 0 10px;
	line-height: 28px;
	text-align: center;
}

.index_main .section1 .index_banner .item .inner .block_txt .head .right{
	width: 16%;float: right;margin-top: 4px;
}
.index_main .section1 .index_banner .item .inner .block_txt .head .right img{
	width: 100%;
}

.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;
	margin-top: 20px;
}

.index_main .section1 .index_banner .item .inner .block_txt .banner1{
	margin-left: 12%;
}

.index_main .section1 .slick_txt{
	width:10%;
	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%);
	height: 32px;
}
.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:-12px;
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
	margin-top: 5px;
}
.index_main .section1 .number span.active:after{
	width: 100%;
	opacity: 1;
	visibility: visible;
}

/*第七屏*/
.index_main .section7{
	background: url("../image/licback.jpg") no-repeat;
	background-size: 100% 100%;
}
.index_main .section7 h3{
	text-align: center;
}
.index_main .section7 .container{
	width: 100%;height: 100vh;
}
.index_main .section7 .container .title{
	width: 100%;
	height: 12vh;
	text-align: center;
	margin-top: 6vh;
}
.index_main .section7 .container .title .tit{
	color: #222222;font-size: 36px;margin: 0;
}
.index_main .section7 .container .title .des{
	width: 60px;height: 2px;
	background: #222222;margin: 0 auto;
	margin-top: 10px;
}
.index_main .section7 .container .title .des1{
	color: #222222;font-size: 36px;margin: 0;
	font-weight: bold;margin-top: 10px;
}

	/*第六屏*/
.index_main .section6{
	background: #FFFFFF;
}
.index_main .section6 h3{
	text-align: center;
}
.index_main .section6 .container{
	width: 100%;height: 100vh;
}
.index_main .section6 .container .title{
	width: 100%;
	height: 12vh;
	text-align: center;
	margin-top: 6vh;
}
.index_main .section6 .container .title .tit{
	color: #222222;font-size: 36px;margin: 0;
}
.index_main .section6 .container .title .des{
	width: 60px;height: 2px;
	background: #222222;margin: 0 auto;
	margin-top: 10px;
}
.index_main .section6 .container .title .des1{
	color: #222222;font-size: 36px;margin: 0;
	font-weight: bold;margin-top: 10px;
}

.index_main .section6 .container .content{
	height: 74vh;margin: 0 auto;margin-top: 8vh;
	background: url("../image/yan1.jpg") no-repeat;
	background-size: 100% 100%;
}
.index_main .section6 .container .content .inner{
	width: 1400px;margin: 0 auto;
}
.index_main .section6 .container .content .inner .jies{
	width: 500px;padding-top: 160px;
}
.index_main .section6 .container .content .inner .jies .tit{
	color: #2051b1;font-size: 36px;font-weight: bold;
}
.index_main .section6 .container .content .inner .jies .des{
	color: #333333;font-size: 18px;line-height: 32px;
	margin-top: 20px;
}
.index_main .section6 .container .content .inner .jies .more{
	margin-top: 20px;width: 66px;height: 61px;
}

.index_main .section6 .container .content .inner .jgul{
	width: 1400px;margin: 0 auto;height: 200px;
	background: rgba(255,255,255,0.8);margin-top: 88px;
}
.index_main .section6 .container .content .inner .jgul li{
	width: 25%;height: 200px;float: left;border-right: 1px solid #c5c6c6;

}
.index_main .section6 .container .content .inner .jgul li img{
	width: 107px;margin-left: 35%;margin-top: 20px;
}
.index_main .section6 .container .content .inner .jgul li .des{
	font-size: 24px;color: #333333;text-align: center;
	font-weight: bold;margin-top: 6px;
}
.index_main .section6 .container .content .inner .jgul li .tit{
	font-size: 16px;color: #727171;text-align: center;margin-top: 6px;
}


/*第二屏*/
.index_main .section3{
	background: url("../image/proback.jpg") no-repeat;
	background-size: 100% 100%;

}
.index_main .section3 h3{
	text-align: center;
}
.index_main .section3 .container{
	width: 100%;height: 100vh;
}
.index_main .section3 .container .title{
	width: 100%;
	height: 12vh;
	text-align: center;
	margin-top: 6vh;
}
.index_main .section3 .container .title .tit{
	color: #FFFFFF;font-size: 36px;margin: 0;
}
.index_main .section3 .container .title .des{
	width: 60px;height: 2px;
	background: #FFFFFF;margin: 0 auto;
	margin-top: 10px;
}
.index_main .section3 .container .title .des1{
	color: #FFFFFF;font-size: 36px;margin: 0;
	font-weight: bold;margin-top: 10px;
}
.index_main .section3 .container .type{
	width: 1000px;height: 60px;margin: 0 auto;
	margin-top: 80px;
}
.index_main .section3 .container .type .pro_li_left{
	width: 18%;float: left;height: 50px;margin-left: 2.5%;
	line-height: 50px;text-align: center;color: #222222;
	font-size: 18px;background: #dfdfdf;border-radius: 25px;
}

.index_main .section3 .container .content{
	width: 1500px;height: 48vh;margin: 0 auto;
	margin-top: 50px;
}
.index_main .section3 .container .more{
	width: 200px;height: 50px;margin: 0 auto;
	border: 1px solid #FFFFFF;border-radius: 25px;
	margin-top: 50px;
}
.index_main .section3 .container .more p{
	font-size: 14px;color: #FFFFFF;
	width: 110px;text-align: right;
	line-height: 50px;float: left;
}
.index_main .section3 .container .more img{
	width: 25px;float: left;margin-top: 16px;
	margin-left: 10px;
}
.rollBox{
	width:1500px;overflow:hidden; margin:0 auto;margin-top: 3vh;height: 340px;
}
.rollBox .LeftBotton{
	width:60px; height:57px; background:url(../image/lileft.png) no-repeat;
	overflow:hidden; float:left; display:inline; cursor:pointer;
	margin-top: 120px;
}
.rollBox .RightBotton{
	width:60px; height:57px; background:url(../image/liright.png) no-repeat;
	overflow:hidden; float:left; display:inline; cursor:pointer;
	margin-left: 40px;margin-top: 120px;
}
.rollBox .Cont{
	width:1300px;overflow:hidden; float:left; font-size:12px;
	margin-left: 40px;
}
.rollBox .ScrCont{width:1000000px;}
.rollBox .Cont .pic{
	width:325px;float:left; text-align:center;
	height: 310px;
}
.rollBox .Cont .pic .in{
	width:320px;height: 310px;
	background: #FFFFFF;
}
.rollBox .Cont .pic .in .bot{
	line-height: 50px;font-size: 18px;color: #333333;
}
.rollBox .Cont .pic img{
	width: 310px;height: 264px; display:block; margin:0 auto;
	position: relative;z-index: 98;padding-top: 5px;margin-left: 5px;
}

.rollBox .Cont a{color:#666; text-decoration:none;}
.rollBox .Cont a:hover{}
.rollBox #List1,.rollBox #List2{float:left;}


/*第三屏*/
.index_main .section2{
	background: #fff;
}
.index_main .section2 .container{
	width: 100%;height: 100vh;
}
.index_main .section2 .container .content{
	width: 100% !important;height: 100vh;
}
.index_main .section2 .container .content .aboutleft{
	width: 42%;height: 100vh;background: url("../image/aboutback.jpg") no-repeat;
	background-size: 100% 100%;float: right;
}
.index_main .section2 .container .content .aboutleft img{
	width: 105px;height: 98px;
	margin-top:48%;margin-left: 45%;
}
.index_main .section2 .container .content .aboutleft #vido{
	position: absolute;top: 20%;left: 20%;width: 60%;height: 60%;
	display: none;z-index: 999;
}
.index_main .section2 .container .content .aboutleft #vido video{
	width: 100%;height: 100%;
}
.index_main .section2 .container .content .about{
	width: 55%;float: left;text-align: left;
	background: #ffffff;height: 100vh;
	padding: 0 4% 0 12%;
}
.index_main .section2 .container .content .about .abtt{
	font-size: 46px;margin-top: 15px;color: #222222;
	font-weight: bold;
}
.index_main .section2 .container .content .about .abms{
	color: #222222;font-size: 30px;
	margin-top: -10px;
}
.index_main .section2 .container .content .about .gsmc{
	color: #1f62c3;font-size: 30px;
	margin-top: 30px;
}
.index_main .section2 .container .content .about .abcn{
	font-size: 16px;line-height: 32px;
	margin-top: 25px;color: #222222;
}
.index_main .section2 .container .content .about .xiangxi{
	width: 1200px;height: 200px;margin-top: 60px;
	box-shadow: darkgrey 0px 0px 20px 3px;
	background: #FFFFFF;
}
.index_main .section2 .container .content .about .xiangxi li{
	width: 20%;height:100%;float: left;
	border-right: 1px solid #d9d9d9;
}
.index_main .section2 .container .content .about .xiangxi li img{
	width: 68px;height: 61px;margin: 0 auto;
	margin-top: 35px;margin-left: 38%;
}
.index_main .section2 .container .content .about .xiangxi li .des{
	font-size: 14px;color: #9e9e9e;text-align: center;
	margin-top: 10px;
}
.index_main .section2 .container .content .about .xiangxi li .tit{
	font-size: 20px;color: #333333;text-align: center;
	margin-top: 10px;
}
.index_main .section2 .container .content .about .more{
	width: 180px;height: 40px;margin-top: 30px;
}
.index_main .section2 .container .content .about .more .le{
	text-align: center;line-height: 40px;font-size: 12px;
	color: #fff;background: #2152b4;width: 140px;float: left;
	border-radius: 4px 0 0 4px;
}
.index_main .section2 .container .content .about .more .ri{
	text-align: center;line-height: 40px;font-size: 16px;
	color: #fff;background: #da1f28;width: 40px;float: right;
	border-radius: 0 4px 4px 0;
}



/*第四屏*/
.index_main .section4{
	background: url("../image/newsback.jpg") no-repeat;
	background-size: 100% 100%;
}
.index_main .section4 h3{
	text-align: center;
}
.index_main .section4 .container{
	width: 100%;height: 95vh;margin-top: 5vh;
}
.index_main .section4 .container .title{
	width: 100%;
	height: 12vh;
	text-align: center;
}
.index_main .section4 .container .title .tit{
	color: #222222;font-size: 36px;margin: 0;
}
.index_main .section4 .container .title .des{
	width: 60px;height: 2px;
	background: #222222;margin: 0 auto;
	margin-top: 10px;
}
.index_main .section4 .container .title .des1{
	color: #222222;font-size: 36px;margin: 0;
	font-weight: bold;margin-top: 10px;
}
.index_main .section4 .container .content{
	width: 100%;height: 68vh;
	background-size: 100% 100%;
}

.index_main .section4 .container .content .conright{
	width: 100%;height: 100%;margin: 0 auto;
	padding-top: 5vh;
}
.index_main .section4 .container .content .conright .ricon{
	width: 100%;
}
.index_main .section4 .container .content .conright .ricon .riconleft{
	width: 100%;
}
.index_main .section4 .container .content .conright .ricon .list{
	width: 100%;height: 200px;padding: 10px;color: #3b3636;

	margin-top: 20px;
}
.index_main .section4 .container .content .conright .ricon .list img{
	height: 162px;width: 265px;float: left;
}
.index_main .section4 .container .content .conright .ricon .list .list_con{
	width: 62%;float: left;text-align: left;
	height: 150px;margin-left: 2%;border-right: 1px solid #d9d7d7;
}
.index_main .section4 .container .content .conright .ricon .list .list_con p{
	margin: 0;
}
.index_main .section4 .container .content .conright .ricon .list .list_con .tit{
	font-size: 20px;height: 36px;line-height: 36px;overflow: hidden;
	color: #333333;
}
.index_main .section4 .container .content .conright .ricon .list .list_con .cont{
	font-size: 14px;line-height: 28px;height: 85px;overflow: hidden;
	color: #333333;
}
.index_main .section4 .container .content .conright .ricon .list .list_con a .more{
	width: 120px;margin-top: 10px;
	height: 24px;
}
.index_main .section4 .container .content .conright .ricon .list .list_con a .more p{
	font-size: 14px;color: #2051b1;float: left;
}
.index_main .section4 .container .content .conright .ricon .list .list_con a .more img{
	width: 24px;height:14px;float: left;margin-left: 5px;margin-top: 2px;
}
.index_main .section4 .container .content .conright .ricon .list .list_date{
	width: 10%;float: left;margin-left: 5%;
}
.index_main .section4 .container .content .conright .ricon .list .list_date .p1{
	font-size: 60px;color: #333333;margin-top: 20px;
}
.index_main .section4 .container .content .conright .ricon .list .list_date .p2{
	font-size: 18px;color: #333333;margin-top: -10px;
}

.index_main .section4 .container .moremore{
	width: 150px;height: 50px;margin: 0 auto;
	border: 1px solid #999999;border-radius: 25px;
}
.index_main .section4 .container .moremore p{
	font-size: 14px;color: #383838;
	width: 150px;text-align: center;
	line-height: 50px;float: left;
}
.index_main .section4 .container .moremore img{
	width: 32px;float: left;margin-top: 18px;
	margin-left: 10px;display: none;
}



/*第五屏*/
.index_main .section5{
	background: #fff;
}
.index_main .section5 h3{
	text-align: center;
}
.index_main .section5 .container{
	width: 100% !important;height: 100vh;
}
.index_main .section5 .container .title{
	width: 100%;
	height: 60vh;
	background: url("../image/lianback.jpg") no-repeat;
	background-size: 100% 100%;
}
.index_main .section5 .container .title .inner{
	width: 1400px;margin: 0 auto;
}
.index_main .section5 .container .title .p1{
	font-size: 48px;color: #FFFFFF;font-weight: bold;
	padding-top: 160px;
}
.index_main .section5 .container .title .p2{
	font-size: 24px;color: #FFFFFF;
}
.index_main .section5 .container .title .more{
	width: 260px;height: 50px;
	border: 1px solid #FFFFFF;margin-top: 20px;
}
.index_main .section5 .container .title .more p{
	width: 140px;float: left;text-align: right;
	font-size: 16px;color: #FFFFFF;line-height: 50px;
}
.index_main .section5 .container .title .more img{
	width: 25px;height: 15px;float: left;margin-left: 10px;
	margin-top: 17px;
}
.index_main .section5 .container .content{
	width: 100%;height: 35vh;overflow: hidden;
}
.index_main .section5 .container .content .inner{
	width: 1400px;margin: 0 auto;
	padding-top: 80px;
}
.index_main .section5 .container .content .inner .left{
	width: 30%;float: left;text-align: left;
}
.index_main .section5 .container .content .inner .left .p1{
	font-size: 58px;color: #222222;font-weight: bold;
}
.index_main .section5 .container .content .inner .left .p2{
	font-size: 30px;color: #222222;margin-top: -18px;
}
.index_main .section5 .container .content .inner .right{
	width: 62%;float: right;
}
.index_main .section5 .container .content .inner .right li{
	width: 32%;float: left;height: 100px;
}
.index_main .section5 .container .content .inner .right li .up{
	width: 100%;height: 40px;
}
.index_main .section5 .container .content .inner .right li .up img{
	width: 28px;height: 29px;float: left;margin-top: 5px;
}
.index_main .section5 .container .content .inner .right li .up p{
	float: left;font-size: 16px;color: #222222;line-height: 40px;
	margin: 0;margin-left: 8px;
}
.index_main .section5 .container .content .inner .right li .bot{
	font-size: 20px;color: #333333;
}

.index_main .section5 .container footer{
	width: 100%;height: 5vh;
	background: #cccccc;
	line-height: 5vh;text-align: center;
	font-size: 14px;color: #222222;
}

.ywkjyw-list {
	width: 100%;
	overflow: hidden;
	height: 590px;
	position: relative;
}
.ywkjyw-list .LeftBot{
	width: 78px;height: 77px;
	position: absolute;z-index: 99;left: 2%;top:45%;border-radius: 39px;
}
.ywkjyw-list .LeftBot img{
	width: 100%;height: 100%;
}
.ywkjyw-list .LeftBot:hover{
	background: rgba(240,165,169,0.5);
}
.ywkjyw-list .RightBot{
	width: 78px;height: 77px;
	position: absolute;z-index: 9999;right: 2%;top:45%;border-radius: 39px;
}
.ywkjyw-list .RightBot img{
	width: 100%;height: 100%;
}
.ywkjyw-list .RightBot:hover{
	background: rgba(240,165,169,0.5);
}
.ywkjyw-list .LeftBot1{
	width: 78px;height: 77px;
	position: absolute;z-index: 99;left: 0;top:45%;border-radius: 39px;
}
.ywkjyw-list .LeftBot1 img{
	width: 100%;height: 100%;
}
.ywkjyw-list .LeftBot1:hover{
	background: rgba(240,165,169,0.5);
}
.ywkjyw-list .RightBot1{
	width: 78px;height: 77px;
	position: absolute;z-index: 9999;right: 0;top:45%;border-radius: 39px;
}
.ywkjyw-list .RightBot1 img{
	width: 100%;height: 100%;
}
.ywkjyw-list .RightBot1:hover{
	background: rgba(240,165,169,0.5);
}
.ywkjyw-list ul{
	width:2688px;
	position: absolute;
	margin: 0;
}
.ywkjyw-list li {
	width: 384px;
	height: 590px;
	float: left;
	position: relative;
	overflow: hidden;
	transition: all .4s ease;
}

.ywkjyw-img {
	width: 384px;
	height: 590px;
}
.ywkjyw-img img {
	width: 100%;
	height: 100%;
}
.ywkjyw-wd {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color: #fff;
	padding: 65% 0 48px 20px;
	z-index: 2;
	overflow: hidden;
	background: rgba(22,60,135,0.3);
}
.ywkjyw-wd h6 {
	font-size: 30px;
	font-weight: 400;
	line-height: 1.4em;
	position: relative;
	transition: all .4s ease;
	text-align: center;
}
.ywkjyw-wd hr{
	width: 30px;border: 1px solid #fff;
	transform: translateY(40px);opacity: 1;margin: 0 auto;
	margin-top: -30px;
}
.ywkjyw-wd p {
	width: 60%;margin: 0 auto;
	font-size: 18px;
	line-height: 40px;
	margin-top: 20px;
	opacity: 0;
	text-align: center;
}
.ywkjyw-wd .dimo{
	width: 160px;margin: 0 auto;height: 40px;
	color: #fff;font-size: 14px;text-align: center;
	line-height: 40px;border: 1px solid #529eed;
	margin-top: 20px;opacity: 0;
}

.ywkjyw-wd i {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 2px;
}
.ywkjyw-wd i img {
	width: auto;
}

.ywkjyw-list li:hover:after{background: rgba(29, 88, 203, .6);}
.ywkjyw-list li:hover .ywkjyw-wd{
	padding: 25% 0 48px 20px;background: rgba(29, 88, 203, .6);
	transition: all .4s ease .1s;
}

.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 .1s;
}
.ywkjyw-list li:hover .ywkjyw-wd .dimo{
	opacity: 1;transform: translateY(0);transition: all .4s ease .1s;
}

.ywkjyw-list li:hover .ywkjyw-wd i{
	opacity: 1;transform: translateY(0);transition: all .4s ease .6s;
	margin-top: 20px;
}


/*友情链接*/
.youqing{
	width: 100%;height: 66px;background: #edeef0;
}
.youqing .yqinner{
	width: 1300px;margin: 0 auto;
}
.youqing .yqinner .yqbiao{
	font-size: 16px;color: #333333;width: 100px;
	float: left;text-align: center;line-height: 66px;
}
.youqing .yqinner ul{
	width: 1300px;height: 66px;
}
.youqing .yqinner ul .lileft{
	float: left;margin: 0;
	width: 12%;
	font-size: 16px;color: #333333;
	line-height: 66px;
	text-align: right;
}
.youqing .yqinner ul li{
	width: 20%;float: left;
}
.youqing .yqinner ul li select{
	width: 100%;margin: 0 auto;
	height: 40px;margin-top: 13px;
	background: #ffffff;border: 1px solid #cbcaca;
}
.youqing .yqinner ul li select optine{
	width: 100%;height: 30px;
}





/*给我留言*/
.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: 90px;
	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;
}

/*信息补充*/
.header.on{
	margin-top: 5px;
}
.header .navbar_nav li:hover:after{
	width: 0% !important;
}

.pro_con{
	margin-top: -48px;
}
.pro_con .pic{
	width:48%;float:left; text-align:center;
	margin-top: 20px;
}
.pro_con .pic img{
	width: 92%;height: 178px; display:block; margin:0 auto;
	position: relative;z-index: 98;padding-top: 10px;
	margin-left: 2%;
}
.pro_con .pic .back{
	height: 240px;width: 96%;
	background: url("../image/proback1.png") no-repeat;
	background-size: 100% 100%;margin: 0 10px;
	position: relative;z-index: 99;margin-top: -175px;
}
.pro_con .pic .back .bot{
	width: 100%;
	padding-top: 148px;
}
.pro_con .pic .back .bot p{
	font-size: 24px;color: #010101;
	text-align: center;
}
.pro_con .pic .back .bot .promore{
	width: 100px;height: 31px;margin: 0 auto;
	background: url("../image/promoreback.png") no-repeat;
	background-size: 100% 100%;text-align: center;
	font-size: 12px;color: #fff;line-height: 31px;
}
.index_main .section1 .index_banner .item .inner .block_txt .head{
	display: none;
}
.header.on{
	background: none;
}
#sunziheadimg{
	display: none;
}
#sunziheadimg2{
	display: block !important;
}
.header.on .navbar_nav li a{
	color: #333;
}
.header .nav{
	width: 64% !important;
	margin-left: 2%;
}