@charset "utf-8";

/* CSS Document */

/*CSS reset*/
.banner{ width:100%; height:480px; background:url(../images/banner.jpg) no-repeat center;}
.banner>a{
	display: block;
	width: 100%;
	height: 100%;
}
/**blank1 style**/
.blk1_cont{
	margin-top: 50px;
}
.common_tit{
	width: 100%;
	margin: auto;
}
.blk1_tit{
	background: url(../images/blk_title_back1.png) no-repeat center;
	height: 75px;
	line-height: 75px;
	text-align: center;
	font-size: 30px;
	color: #666666;
	letter-spacing:2px
}
.common_tit>p{
	font-size: 18px;
	color: #999999;
	text-align: center;
	line-height: 2.5;
}
.blk1_content{
	width: 1170px;
	margin: 30px auto 0;
	display: table;
}
.blk1_content_l{
	width: 508px;
	height: 734px;
	float: left;
	background: url(../images/blk1_img1.jpg) no-repeat center;
	margin-right: 60px;
}
.blk1_content_r{
	float: left;
	width: 602px;
}
.blk1_content_r>p{
	margin-top: 20px;
	font-size: 16px;
	color: #999999;
	line-height: 1.8;
}
.blk1_ul1{
	width: 100%;
	display: table;
	margin: 15px auto 0;
}
.blk1_ul1 li{
	display:inline-block;
	background: #0074c1;
	font-size: 16px;
	color: #ffffff;
	height: 36px;
	line-height: 36px;
	text-align: center;
	margin-right: 5px;
	padding: 0 8px;
}
.blk1_ul1 li:last-child{
	margin-right: 0;
}
.blk1_div1{
	font-size: 26px;
	color: #666666;
	margin-top: 26px;
}
.blk1_div1>span{
	font-size: 20px;
}
.blk1_ul2{
	width: 100%;
	margin: 30px auto 0;
	display: table;
}
.blk1_ul2 li{
	width: 200px;
	height: 114px;
	float: left;
}
.blk1_ul2 li:nth-of-type(2n-1){
	background: #50ace9;
}
.blk1_ul2 li:nth-of-type(2n-1) p{
	color: #fff;
}
.blk1_ul2 li img{
	display: block;
	width: 70px;
	height: 58px;
	margin: 15px auto 5px;
}
.blk1_ul2 li p{
	text-align: center;
	font-size: 16px;
	color: #666666;
}
/**blank2 style**/
.blk2_cont{
	margin: 60px auto 0;
	width: 100%;
	height: 960px;
	background: url(../images/blk2_back1.jpg) no-repeat center;
}
.blk2_cont .common_tit{
	padding-top: 60px !important;
}
.blk2_cont .blk1_tit{
	letter-spacing:5px;
}
.blk2_cont .common_tit p{
	line-height: 1.8;
	margin-top: 15px;
}
.blk2_content1{
	width: 1210px;
	margin: 35px auto 0;
	position: relative;
	overflow: hidden;
}
.blk2_content1 .swiper-container{
	width: 1070px;
	margin: auto;
	height: 295px;
}
.blk2_slide{
	width: 244px;
	height: 295px;
	float: left;
	background: #fff !important;
}
.blk2_slide img{
	width: 244px;
	height: 182px;
	display: block;
	margin: auto;
}
.blk2_slide h4{
	padding: 20px 0 10px 0;
	text-align: center;
	font-size: 18px;
	color: #333333;
}
.blk2_slide p{
	margin: auto;
	width: 220px;
	text-align: center;
	font-size: 16px;
	color: #999;
	line-height: 1.5;
}
.blk2_content1 .swiper-button-prev{
	background: url(../images/arrow1.png) no-repeat center !important;
	width: 40px !important;
	height: 72px !important;
	top: 45% !important;
}
.blk2_content1 .swiper-button-next{
	background: url(../images/arrow2.png) no-repeat center !important;
	width: 40px !important;
	height: 72px !important;
	top: 45% !important;
}
.blk2_content2{
	width: 1070px;
	margin: auto;
}
.blk2_content2 ul{
	display: table;
	width: 100%;
	margin: 43px auto 0;
}
.blk2_content2 li{
	width: 240px;
	float: left;
	margin-right: 32px;
}
.blk2_content2 li:last-child{
	margin-right: 0;
}
.blk2_content2 li img{
	width: 136px;
	height: 136px;
	display: block;
	margin: auto;
}
.blk2_content2 li h4{
	display: table;
	margin: 10px auto 0;
	border-bottom: 5px solid #0074c1;
	padding: 10px 5px;
	font-size: 24px;
	color: #666666;
}
.blk2_content2 li p{
	font-size: 16px;
	color: #999;
	text-align: center;
	line-height: 1.8;
	margin-top: 10px;
}
/**blank3 style**/
.blk3_cont{
	margin-top: 60px;
}
.blk3_cont .common_tit p {
    line-height: 1.8;
    margin-top: 15px;
}
.blk3_content,.blk3_content2{
	height: 500px;
	width: 100%;
	position: relative;
	margin-top: 30px;
}
.blk3_fgl{
	height: 488px;
	width: 20%;
	background: rgba(255,255,255,0.8);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.blk3_fgr{
	height: 488px;
	width: 20%;
	background: rgba(255,255,255,0.8);
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.blk3_content .swiper-slide{
	width: auto;
	height: auto;
	z-index: 3 !important;
}
.blk3_content .swiper-button-prev,.blk3_content2  .swiper-button-prev1{
	background: url(../images/arrow5.png) no-repeat center !important;
	width: 44px !important;
	height: 44px !important;
	left: 17% !important;
	top: 45%;
	z-index: 2;
	position: absolute;
}

.blk3_content  .swiper-button-next,.blk3_content2  .swiper-button-next1{
	background: url(../images/arrow6.png) no-repeat center !important;
	width: 44px !important;
	height: 44px !important;
	right: 17% !important;
	top: 45%;
	z-index: 2;
	position: absolute;
}
.blk3_slide,.blk3_slide1{
	display: table;
	height: 500px !important;
}
.blk3_slide_span{
	/*width: 148px;*/
	/*height: 182px;*/
	display: table-cell;
	vertical-align: middle;
}
.blk3_slide_span img{
	width: 90%;
	/*height: 182px;*/
	/*display: block;*/
}
.blk3_slide_div{
	width: 750px;
	height: 488px;
	background: #f1f1f1;
	display: none;
	margin-right: 20px;
	box-shadow: 0 0 13px 2px #999;
}
.blk3_slide_div>img{
	width: 33.5%;
	/*height: 410px;*/
	margin-left: 25px;
	margin-top: 40px;
	float: left;
}
.blk3_slide_div>div{
	width: 55%;
	height: 410px;
	margin-top: 40px;
	margin-left: 28px;
	float: left;
	position: relative;
}
.blk3_slide_div>div h4{
	font-size: 30px;
	color: #0074c1;
	line-height: 1;
}
.doc_tit{
	font-size: 16px;
	color: #666;
	line-height: 1.6;
	margin-top: 15px;
}
.doc_skil{
	font-size: 18px;
	color: #0074c1;
	margin: 22px 0;
}
.doc_desc{
	font-size: 16px;
	color: #666;
	line-height: 1.8;
}
.doc_desc a{
	color: #0074c1;
}
.blk3_zixun{
	display: table;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 5px 15px;
	border: 1px solid #0074c1;
	color: #0074c1;
	font-size: 16px;
}
.blk3_nav{
	display: table;
	margin: 40px auto 0;
}
.blk3_nav span{
	cursor: pointer;
	width: 180px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	background: #dcdcdc;
	font-size: 16px;
	color: #666;
	float: left;
}
.blk3_act{
	color: #fff !important;
	background: #0074c1 !important;
}
.blk3_nav span:first-child{
	margin-right: 20px;
}
.blk3_slide_div1 h4{
	margin-top: 40px;
}
.eng_name{
	font-size: 16px;
	color: #666666;
	margin-top: 8x;
}
.blk3_slide_div1 .doc_tit{
	margin-top: 35px;
}
.blk3_slide_div1 .doc_tit span{
	color: #0074c1;
}
/**blank4 style**/
.blk4_cont{
	width: 100%;
	height: 1066px;
	margin: 60px auto 0;
	background: #50ace9;
}
.blk4_cont .common_tit{
	padding-top: 60px;
}
.blk4_cont .blk1_tit{
	background: url(../images/blk_title_back4.png) no-repeat center;
	color: #fff;
}
.blk4_cont .common_tit p{
	line-height: 1.8;
	margin-top: 15px;
	color: #fff;
}
.blk4_nav{
	width: 1090px;
	margin: 35px auto 0;
	display: table;
}
.blk4_nav li{
	width: 242px;
	height: 84px;
	border: 1px solid #fff;
	line-height: 78px;
	text-align: center;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
	float: left;
	margin-right: 38px;
}
.blk4_nav li:last-child{
	margin-right: 0;
}
.blk4_nav li span{
	width: 60px;
	height: 60px;
	background: #fff;
	border-radius: 35px;
	display: inline-block;
	vertical-align: middle;
	line-height: 60px;
	font-family: "Impact Regular";
	font-weight: bold;
	color: #3ea0e1;
	margin-right: 10px;
}
.blk4_act{
	background: #fff;
	color: #50ace9 !important;
}
.blk4_act span{
	background: #50ace9 !important;
	color: #fff !important;
}
.blk4_boots{
	width: 100%;
	margin: 38px auto 0;
}
.blk4_boots_li1{
	position: relative;
	width: 100%;
	height: 600px;
}
.blk4_boots_li1 .swiper-wrapper{
	width: auto;
	height: auto;
}
.blk4_li1_slide{
	/* width: 275px !important;
	height: 265px !important; */
	float: left;
	margin-top: 0 !important;
	margin-bottom: 25px;
}
.blk4_li_img{
	width: 95%;
	/*height: 198px;*/
	border: 1px dashed #fff;
	margin: auto;
}
.blk4_li_img img{
	width: 95%;
	/*height: 184px;*/
	display: block;
	margin: 6px auto;
}
.blk4_li1_slide p{
	text-align: center;
	line-height: 1.6;
	font-size: 16px;
	color: #fff;
	margin-top: 5px;
}
.blk4_fgl{
	width: 28%;
	height: 543px;
	background: #50ace9;
	opacity: 0.9;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.blk4_fgr{
	width: 28%;
	height: 543px;
	background: #50ace9;
	opacity: 0.9;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.blk4_boots_li1 .swiper-button-prev{
	background: url(../images/arrow3.png) no-repeat center !important;
	width: 40px !important;
	height: 72px !important;
	left: 25% !important;
	top: 37% !important;
}
.blk4_boots_li1 .swiper-button-next{
	background: url(../images/arrow4.png) no-repeat center !important;
	width: 40px !important;
	height: 72px !important;
	right: 24% !important;
	top: 37% !important;
}
.blk4_boots_li2{
	width: 95%;
	margin: auto;
}
.blk4_boots_li2>div{
	width: 48%;
	height: 232px;
	float: left;
	background: #fff;
	margin-bottom: 28px;
	margin-right: 36px;
	position: relative;
}
.blk4_boots_li2>div:nth-child(2),.blk4_boots_li2>div:nth-child(4){
	margin-right: 0;
}
.blk4_boots_li2>div img{
	width: 40%;
	height: 207px;
	display: block;
	float: left;
	margin-top: 10px;
	margin-left: 20px;
}
.blk4_boots_li2>div p{
	width: 50%;
	height: 174px;
	float: left;
	margin-left: 15px;
	padding: 10px 0px;
	font-size: 16px;
	color: #999;
	line-height: 1.6;
}
.blk4_boots_li2>div a{
	display: block;
	width: 110px;
	height: 34px;
	float: right;
	border: 1px solid #50ace9;
	margin-right: 20px;
	font-size: 18px;
	color: #50ace9;
	line-height: 34px;
	text-align: center;
	position: absolute;
	bottom: 20px;
	right: 0;
}
.onlien_ask{
	display: table;
	margin: auto;
	font-size: 20px;
	color: #fff;
	text-align: center;
	padding: 10px 40px;
	border: 1px solid #fff;
}
.blk4_boots_li3{
	margin: auto;
	width: 98%;
}
.blk4_boots_li3>div{
	width: 22.9%;
	height: 490px;
	border: 1px dashed #fff;
	float: left;
	margin-right: 2.5%;
	position: relative;
	margin-bottom: 28px;
}
.blk4_boots_li3>div:nth-child(4){
	margin-right: 0;
}
.blk4_boots_li3>div h4{
	width: 90%;
	margin: auto;
	text-align: center;
	font-size: 22px;
	color: #fff;
	line-height: 1;
	padding: 20px 0;
}
.blk4_boots_li3>div img{
	display: block;
	width: 95%;
	margin: auto;
	margin-bottom: 15px;
	margin-top:12px;
}
.blk4_boots_li3>div p{
	width: 95%;
	margin: auto;
	line-height: 1.6;
	color: #fff;
	font-size: 16px;
}
.blk4_boots_li3>div a{
	width: 110px;
	height: 34px;
	float: right;
	margin-right: 20px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 34px;
	font-size: 18px;
	color: #fff;
	position: absolute;
	bottom: 20px;
	right: 0;
}
.blk4_boots_li4{
	width: 90%;
	margin: auto;
}
.blk4_boots_li4>div{
	width: 29.85%;
	height: 490px;
	border: 1px dashed #fff;
	float: left;
	margin-bottom: 28px;
	margin-right: 4.8%;
	position: relative;
}
.blk4_boots_li4>div:nth-child(3){
	margin-right: 0 !important;
}
.blk4_boots_li4>div h4{
	width: 95%;
	margin: auto;
	text-align: center;
	font-size: 26px;
	line-height: 1;
	padding: 20px 0;
	color: #fff;
}
.blk4_boots_li4>div img{
	width: 95%;
	display: block;
	margin: auto;
	margin-bottom: 15px;
	margin-top:12px;
}
.blk4_boots_li4>div p{
	color: #fff;
	line-height: 1.6;
	font-size: 16px;
	width: 95%;
	margin: auto;
	height: 172px;
}
.blk4_boots_li4>div a{
	width: 110px;
	height: 34px;
	float: right;
	margin-right: 20px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 34px;
	font-size: 18px;
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 20px;
}
.blk4_boots li{
	display: none;
}
.blk4_boots li:first-child{
	display: block;
}
/**blank5 style**/
.blk5_cont{
	margin-top: 60px;
	width: 100%;
	display: table;
	padding-bottom: 60px;
}
.blk5_cont .common_tit p{
	line-height: 1.8;
	margin-top: 15px
}
.blk5_content{
	width: 1205px;
	margin: 30px auto 0;
}
.blk5_content_l{
	width: 280px;
	float: left;
}
.blk5_content_l li{
	position: relative;
	height: 88px;
	background: #f3f3f3;
	text-align: center;
	line-height: 1.5;
	color: #999999;
	font-size: 18px;
	margin-bottom: 60px;
	cursor: pointer;
}
.blk5_content_l li:first-child{
	background: #0074c1;
	color: #fff;
}
.blk5_content_l li p{
	padding-top: 15px;
}
.blk5_content_l li img{
	position: absolute;
	right: -75px;
	top: 40%;
	display: block;
}
.blk5_content_l li:last-child{
	margin-bottom: 0;
}
.blk5_content_r{
	width: 856px;
	height: 384px;
	background: #f3f3f3;
	float: left;
	margin-left: 65px;
}
.blk5_content_r li{
	width: 800px;
	height: 330px;
	margin-top: 30px;
	margin-left: 30px;
	position: relative;
	display: none;
}
.blk5_content_r li:first-child{
	display: block;
}
.blk5_content_r li img{
	width: 448px;
	height: 326px;
	display: block;
	float: left;
}
.blk5_content_r li p{
	float: left;
	width: 321px;
	margin-left: 22px;
	font-size: 16px;
	color: #999999;
	line-height: 1.8;
}
.blk5_content_r li a{
	width: 124px;
	height: 34px;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	color: #0074c1;
	font-size: 16px;
	border: 1px solid #0074c1;
	text-align: center;
	line-height: 34px;
}
/**blank6 style**/
.blk6_cont{
	width: 100%;
	margin: 60px auto 0;
}
.blk6_cont .blk1_tit{
	background: url(../images/blk_title_back6.png) no-repeat center;
}
.blk6_cont .common_tit p{
	line-height: 1.8;
	margin-top: 15px;
}
.blk6_content{
	width: 1200px;
	margin: 40px auto 0;
	position: relative;
}
.blk6_content_tit{
	font-size: 24px;
	color: #666666;
}
.blk6_content_tit span{
	font-size: 18px;
	color: #999999;
}
.blk6_content ul{
	margin-top: 25px;
}
.blk6_content ul li{
	width: 914px;
	height: 84px;
	background: #f3f3f3;
	margin-bottom: 15px;
}
.blk6_content ul li:last-child{
	margin-bottom: 0;
}
.blk6_content ul li p{
	margin-left: 30px;
}
.blk6_li_p1{
	font-size: 20px;
	padding-top: 15px;
	color: #666;
}
.blk6_li_p2{
	font-size: 16px;
	padding-top: 5px;
	color: #999;
}
.blk6_img1{
	display: block;
	width: 523px;
	height: 443px;
	position: absolute;
	right: 0;
	top: 20px;
}
.blk7_cont{
	width: 100%;
	margin: 90px auto 0;
	position: relative;
	overflow: hidden;
}
.blk7_slide{
	position: relative;
}
.img_desc{
	position: absolute;
	top: 135px;
	left: 22%;
	background: rgba(255,255,255,0.9);
	width: 446px;
	height: 168px;
}
.img_desc p{
	margin-left: 35px;
}
.img_desc1{
	margin-top: 22px;
	font-size: 20px;
	color: #999999;
}
.img_desc2{
	font-size: 30px;
	color: #666;
	margin-top: 10px;
}
.blk7_cont .swiper-pagination{
	bottom:90px !important;
	width: auto !important;
	left: 24% !important;
}
.blk7_cont .swiper-pagination-bullet{
	width: 16px !important;
	height: 16px !important;
}
/**blank8 style**/
.blk8_cont{
	width: 1200px;
	margin: 60px auto 0;
	height: 602px;
	position: relative;
}
.mp1{
	width: 1198px; 
	height: 598px; 
	overflow: hidden; 
	position: relative; 
	z-index: 0; 
	border: 1px solid #cbcbcb; 
	border-right: 0; 
	color: rgb(0, 0, 0); 
	text-align: left;
	float: left;
}
.blk8_line{
	position: absolute;
	right: 0;
	top: 0;
	width: 422px;
	height: 600px;
	background: rgba(97,180,235,0.9);
}
.blk8_line_p1{
	margin-top: 35px;
	text-align: center;
	font-size: 24px;
	color: #fff;
}
.blk8_line_p2{
	text-align: center;
	width: 361px;
	border-bottom: 1px solid #fff;
	padding: 5px 0 25px 0;
	margin: auto;
	font-size: 20px;
	color: #fff;
}
.blk8_line li{
	width: 361px;
	margin:20px auto 0;
}
.blk8_line li p:first-child img{
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	padding-right: 10px;
}
.blk8_line li p:first-child{
	color: #fff;
	font-size: 20px;
	line-height: 25px;
	padding-bottom: 10px;
}
.blk8_line li p:nth-child(2){
	font-size: 16px;
	color: #fff;
	line-height: 1.8;
}
/**blank9 style**/
.blk9_cont{
	width: 100%;
	margin: 60px auto 0;
	overflow:hidden;
}
.blk9_cont .common_tit p{
	margin-top: 30px;
	margin-bottom: 35px;
}
.blk9_content{
	width: 1200px;
	margin: auto;
	
}
.blk9_content li{
	width: 20%;
	float: left;
	
}
.blk9_content li img{
	width: 118px;
	height: 118px;
	display: block;
	margin: auto;
}
.blk9_content li p{
	text-align: center;
	font-size: 20px;
	color: #666;
	margin-top: 15px;
}
.blk9_content li p:last-child{
	font-size: 16px;
	color: #999;
	margin-top: 5px;
}