@charset "utf-8";
body,html{ min-width: 1024px;}
*{ margin:0; padding:0;}
body,p,h1,h2,h3,h4,h5,table,ul,li,form,input{ margin:0; padding:0; color:#000; font-family:"Microsoft yahei"; }

body,p{ font-size:14px; border:none;}
a{ font-size:14px; color:#999; text-decoration:none; border:none; padding:0; margin:0;}
table{border-collapse:collapse;}
img{ border:0; margin:0; padding:0;}
ul,li{ list-style:none; border:0; margin:0; padding:0;}
dl,dt,dd{ margin:0; padding:0; -webkit-margin-start:0;}
h1,h2,h3,h4,h5{ font-weight:normal; font-size:12px; display:block;}
strong,b{ font-weight:normal;}
table,tr,td{ border-spacing:0;}
em,i,b{ font-style:normal;}
p{ line-height: 170%; color: #555; }
input{ border: none; background: none; }
figcaption{ display: block;}
input:focus{ outline: none; }
::-webkit-input-placeholder { /* WebKit browsers */ font-size:14px; color: #dfdfdf; } 
::-ms-input-placeholder { /* Internet Explorer 10+ */ font-size:14px;color: #dfdfdf; } 
.clearfix{*zoom:1;} 
.clearfix:before,.clearfix:after{display:table; line-height:0; content:"";}
.clearfix:after{clear:both;}
.bg{ background: #f6f6f6;}
#fp-nav{display: none;}

.main{
	width: 100%;
	min-width: 1440px;
	float: left;
}


/* 轮播图 */
.sliders {position: relative;overflow: hidden;width: 100%;height: 720px;}
.slideBox{width: 100%;height: 100%;float: left;}
.slideBox .bd{position:relative; z-index:0;height: 100%;}
.slideBox .bd ul{width: 100%;float: left;height: 100%;}
.slideBox .tempWrap{height: 100%;float: left;}
.slideBox .bd ul li{
	width: 100%;
	float: left;
	height: 720px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.slideBox .hd {
	z-index:1; 
	overflow: hidden;
	position: absolute;
	z-index: 1;
	width: 100%;
	float: left;
	bottom: 50px;
}
.slideBox .hd ul li {
	cursor:pointer;
	float: left;
	margin-right: 20px;
	width: 28px;
	height: 35px;
	position: relative;
}
.slideBox .hd ul li i{
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-size: 24px;
	font-weight:bold;
	color: #fff;
	text-align: center;
	opacity: 0;
	transition: all 0.3s;
}
.slideBox .hd ul li span{
	width: 10px;
	height: 10px;
	float: left;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	transition: all 0.3s;
}
.slideBox .hd ul li:hover i{opacity: 1;}
.slideBox .hd ul li:hover span{opacity: 0;}
.slideBox .hd ul .on i{opacity: 1;}
.slideBox .hd ul .on span{opacity: 0;}

/*核心业务*/
.i_core{width: 100%;float: left;padding-bottom: 70px;}
.i_core_ma{width: 1400px;float: left;}
.core_list{
	width: 100%;
	float: left;
}
.core_list>ul{width: 100%;float: left;}
.core_list>ul li{
	width: 296px;
	height: 490px;
	float: left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin-right: 20px;
	transition: all 0.5s;
	overflow: hidden;
	cursor: pointer;
}
.core_list>ul li:nth-child(1){background-image: url(../../img/core_list1.png);}
.core_list>ul li:nth-child(2){background-image: url(../../img/core_list2.png);}
.core_list>ul li:nth-child(3){background-image: url(../../img/core_list3.png);margin-right: 0;}
.core_list>ul .core_list_active{width: 768px;}
.core_list>ul .core_list_active .core_list_con.core_listone{background-image: url(../../img/core_list1_active.png);}
.core_list>ul .core_list_active .core_list_con.core_listone .core_list_con_list{opacity: 1;}
.core_list>ul .core_list_active .core_list_con.core_listtwo{background-image: url(../../img/core_list2_active.png);}
.core_list>ul .core_list_active .core_list_con.core_listtwo .core_list_con_list{opacity: 1;}
.core_list>ul .core_list_active .core_list_con.core_listthere{background-image: url(../../img/core_list3_active.png);}
.core_list>ul .core_list_active .core_list_con.core_listthere .core_list_con_list{opacity: 1;}
.core_list_con{
	width: 768px;
	height: 490px;
	float: left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.core_list_con_list{
	width: 640px;
	float: left;
	margin-top: 157px;
	transition: all 0.5s;
	opacity: 0;
}
.core_list_con_list span{
	display: inline-block;
	width: 300px;
	height: 80px;
	line-height: 80px;
	font-size: 48px;
	color: #0078FF;
	text-align: center;
	float: left;
	background-image:url(../../img/core_list_con_bg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	transition: all 0.5s;
	cursor: pointer;
	margin-bottom:35px;
	margin-left: 40px;
}
.core_list_con_list span:nth-child(1){margin-left: 0;}
.core_list_con_list span:nth-child(3){margin-left: 0;}
.core_list_con_list span:hover{background-image:url(../../img/core_list_con_active.png);color: #fff;}
.core_list_click{
	width: 100%;
	float: left;
	margin-top: 13px;
}
.core_list_click a{
	display: inline-block;
	width: 200px;
	height: 40px;
	float: left;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	background: #0078FF;
	text-align: center;
	transition: all 0.5s;
}
.core_list_click a:hover{background: linear-gradient(15deg,#fff,#0078FF);color: #333;}

/*走进千亩地*/
.i_walk_into{
	width: 100%;
	float: left;
	background-image: url(../../img/i_walk_into_bg.png);
	background-repeat: no-repeat;
	background-size: 1920px 864px;
	background-position: top center;
	background-attachment:fixed;
}
.walk_into_ma{width: 1248px;float: left;padding-bottom: 210px;}
.walk_into_con{
	width: 100%;
	float: left;
}
.walk_into_con_lef{
	width: 348px;
	float: left;
}
.walk_into_con_lef>img{
	width: 288px;
	height: 193px;
	float: left;
	margin:0 30px;
	margin-top: 47px;
}
.walk_into_con_lef_txt{
	width: 100%;
	height: 184px;
	background:#fff;
	float: left;
	margin-top: 28px;
}
.walk_into_con_lef_txt p{
	width: 100%;
	float: left;
	margin-top: 34px;
}
.walk_into_con_lef_txt p>span{
	display: inline-block;
	width: 220px;
	height: 48px;
	float: left;
	font-size: 16px;
	color: #0078FF;
	text-align: center;
}
.walk_into_con_lef_txt>span{
	width: 100%;
	float: left;
	margin-top: 29px;
}
.walk_into_con_lef_txt>span a{
	display: inline-block;
	width: 200px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	background: #0078FF;
	text-align: center;
	transition: all 0.5s;
}
.walk_into_con_lef_txt>span a:hover{background: linear-gradient(15deg,#fff,#0078FF);color: #333;}
.walk_into_con_rig{
	width: 880px;
	height: 483px;
	float: left;
	background: #fff;
}
.walk_into_con_rig video{
	width: 800px;
    height: 450px;
    float: left;
    outline: none;
    object-fit: fill;
}

/*资源表*/
.i_resources{
	width: 100%;
	float: left;
	background:url(../../img/resources_bg.png) no-repeat;
	background-size: 1920px 986px;
	background-position: top center;
	padding-bottom: 70px;
	position:relative;
}
.i_resources>img{
	width:793px;
	height:811px;
	float:left;
	position:absolute;
	bottom:-1px;
	right:0;
}
.i_resources_ma{
	width: 1400px;
	float: left;
}
.i_resources_con{
	width: 100%;
	float: left;
}
.i_resources_lef{
	width: 838px;
	height: 740px;
	float: left;
	box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.16);
}
.i_resources_lef table{width: 100%;float: left;}
.i_resources_lef table th{
	height: 60px;
	background:#0078FF;
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 60px;
	border-right: 1px solid #fff;
}
.i_resources_lef table th:nth-child(1){border-left: 1px solid #fff;}
.i_resources_lef table tr td{
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #666666;
	background:#fff;
	border-right: 1px solid #F0F0F0; 
	border-bottom: 1px solid #F0F0F0; 
}
.i_resources_lef table tr td:nth-child(1){border-left: 1px solid #F0F0F0;}
.i_resources_rg{
	width: 532px;
	float: right;
}
.i_resources_rg img{
	width: 100%;
	height: 644px;
	float: left;
}
.i_resources_rg span{
	display: inline-block;
	width: 100%;
	height: 58px;
	float: left;
	line-height: 58px;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	text-align: center;
	margin-top: 24px;
}

/*经典案例*/
.i_case{
	width: 100%;
	float: left;
	background: url(../../img/i_case_bg.png) no-repeat;
	background-size: 1920px 920px;
	background-position: top center;
	padding-bottom: 70px;
	background-attachment:fixed;
}
.i_case_ma{width: 1200px;float: left;}
.i_case_box{
	width: 100%;
	float: left;
	position: relative;
}
.focus_pic_lfbg{
	width: 499px;
	height: 315px;
	padding:30px;
	float: left;
	box-shadow: 0px 3px 6px 1px rgba(0,79,153,0.2);
	border-radius: 15px;
	background: #fff;
	position: absolute;
	left: 0;
	top:0;
	z-index: 1;
}
.focus_pic_rgbg{
	width: 384px;
	height: 240px;
	float: left;
	position: absolute;
	right: 0;
	top: 146px;
}
.focus_pic_rgbg>img{width: 384px;height: 240px;float: left;}
.focus_pic{
	width: 1200px;
	height: 385px;
	float: left;
	overflow: hidden;
	position: relative;
	z-index: 5;
}
.focus_pic li{
	width: 100%;
	float: left;
	height: 385px;
}
.i_case_big_lf{
	width: 499px;
	height: 315px;
	float: left;
	padding:30px;
	position: relative;
	z-index: 5;
}
.i_case_big_lf span{
	display: inline-block;
	width: 100%;
	height: 35px;
	float: left;
	line-height: 35px;
	font-size:24px;
	color: #0078FF;
	margin-top: 34px;
}
.i_case_big_lf p{
	width: 100%;
	float: left;
	font-size: 14px;
	color: #666666;
	line-height: 21px;
	margin-top: 16px;
}
.i_case_big_lf a{
	display: inline-block;
	width: 200px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	background: #0078FF;
	text-align: center;
	transition: all 0.5s;
	position: absolute;
	right: 30px;
	bottom: 30px;
}
.i_case_big_lf a:hover{background: linear-gradient(15deg,#fff,#0078FF);color: #333;}
.i_case_big_rg{
	width: 621px;
	float: right;
	height: 385px;
	position: relative;
}
.i_case_big_rg_img{
	width: 605px;
	height: 375px;
	float: left;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.i_case_big_rg_img>img{
	width: 100%;
	height: 375px;
	float: left;
	transition: all 0.5s;
}
.i_case_big_rg_img:hover img{transform:scale(1.2,1.2);}
.focus_nav{
	width: 1200px;
	height: 263px;
	float: left;
	margin-top: 24px;
	overflow: hidden;
}
.focus_nav li{
	width: 285px;
	float: left;
	cursor: pointer;
	padding-right: 20px;
}
.i_case_sm{
	width: 263px;
	float: left;
	overflow: hidden;
	padding: 11.5px;
	padding-bottom: 0;
	background: #fff;
}
.i_case_sm>img{
	width: 100%;
	height: 200px;
	float: left;
	margin-bottom:11.5px;
}
.focus_nav li span{
	width: 100%;
	float: left;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #666666;
	text-align: center;
	border-top:1px dashed #999999;
	transition: all 0.5s;
}
.focus_nav li.on span{color: #0078FF;}

/*荣誉资质*/
.i_honor{
	width: 100%;
	float: left;
	background: url(../../img/i_honor_bg.png) no-repeat;
	background-size: 1920px 929px;
	background-position: top center;
	padding-bottom: 70px;
}
.i_honor_ma{width: 1390px;float: left;}
.i_honor_con{
	width: 100%;
	height: 686px;
	float: left;
}
.i_honor_con li{
	width: 410px;
	height: 606px;
	float: left;
	box-shadow: 0px 3px 4px 1px rgba(0,78,153,0.2);
	background: #fff;
	border-radius: 10px;
	padding: 20px;
}
.i_honor_con li:nth-child(2){margin-top: 40px;}
.i_honor_con li a{
	display: inline-block;
	width: 100%;
	float: left;
	height: 295px;
	margin-top: 16px;
	overflow: hidden;
}
.i_honor_con li a:nth-child(1){margin-top: 0;}
.i_honor_con li a img{
	width: 100%;
	float: left;
	height: 100%;
	transition: all 0.5s;
}
.i_honor_con li a:hover img{transform:scale(1.2,1.2);}

/*合作伙伴*/
.i_cooperate{
	width: 100%;
	float: left;
	background: url(../../img/i_cooperate_bg.png) no-repeat;
	background-size: 1920px 726px;
	background-position:top center;
	padding-bottom: 66px;
}
.i_cooperate_ma{width: 1345px;float: left;}
.i_cooperate_con{width: 100%;height:484px;float: left;}
.i_cooperate_con ul{
	width: 100%;
	height:484px;
	float: left;
	position: relative;
}
.i_cooperate_con ul li{
	width: 220px;
	height: 60px;
	float: left;
	border:1px solid #0078FF;
	border-radius: 14px;
	box-shadow: 0px 3px 6px 1px rgba(0,79,153,0.2);
	position: absolute;
}
.i_cooperate_con ul li:nth-child(1){left: 29px;top:26px;}
.i_cooperate_con ul li:nth-child(2){left: 368px;top:0;}
.i_cooperate_con ul li:nth-child(3){right: 368px;top:0px;}
.i_cooperate_con ul li:nth-child(4){right: 29px;top: 26px;}
.i_cooperate_con ul li:nth-child(5){left: 0;top:150px;}
.i_cooperate_con ul li:nth-child(6){left: 270px;top:102px;}
.i_cooperate_con ul li:nth-child(7){right: 270px;top:102px;}
.i_cooperate_con ul li:nth-child(8){right: 0;top:150px;}
.i_cooperate_con ul li:nth-child(9){bottom: 150px;left: 0;}
.i_cooperate_con ul li:nth-child(10){top:210px;left: 250px;}
.i_cooperate_con ul li:nth-child(11){top:210px;right: 250px;}
.i_cooperate_con ul li:nth-child(12){right: 0px;bottom: 150px;}
.i_cooperate_con ul li:nth-child(13){left: 30px;bottom: 26px;}
.i_cooperate_con ul li:nth-child(14){bottom: 99px;left: 273px;}
.i_cooperate_con ul li:nth-child(15){right: 273px;bottom: 99px;}
.i_cooperate_con ul li:nth-child(16){right: 30px;bottom: 26px;}
.i_cooperate_con ul li:nth-child(17){bottom: 4px;left: 315px;}
.i_cooperate_con ul li:nth-child(18){bottom: 4px;right: 315px;}
.i_cooperate_con ul li:nth-child(19){
	width: 322px;
	height: 322px;
	border-radius: 322px;
	overflow: hidden;
	background: url(../../img/cooperate_list19_bg.png) no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	border:0;
	left: 513px;
	top:79px;
}
.i_cooperate_con ul li:nth-child(20){width: 140px;bottom: 0;left: 600px;}
.i_cooperate_con ul li img{float: left;}
.i_cooperate_con ul li:nth-child(1) img{width: 175px;}
.i_cooperate_con ul li:nth-child(2) img{width: 163px;}
.i_cooperate_con ul li:nth-child(3) img{width: 168px;}
.i_cooperate_con ul li:nth-child(4) img{width: 186px;}
.i_cooperate_con ul li:nth-child(5) img{width: 191px;}
.i_cooperate_con ul li:nth-child(6) img{width: 191px;}
.i_cooperate_con ul li:nth-child(7) img{width: 160px;}
.i_cooperate_con ul li:nth-child(8) img{width: 199px;}
.i_cooperate_con ul li:nth-child(9) img{width: 169px;}
.i_cooperate_con ul li:nth-child(10) img{width: 173px;}
.i_cooperate_con ul li:nth-child(11) img{width: 199px;}
.i_cooperate_con ul li:nth-child(12) img{width: 166px;}
.i_cooperate_con ul li:nth-child(13) img{width: 158px;}
.i_cooperate_con ul li:nth-child(14) img{width: 155px;}
.i_cooperate_con ul li:nth-child(15) img{width: 128px;}
.i_cooperate_con ul li:nth-child(16) img{width: 171px;}
.i_cooperate_con ul li:nth-child(17) img{width: 151px;}
.i_cooperate_con ul li:nth-child(18) img{width: 180px;}
.i_cooperate_con ul li:nth-child(19) img{width: 209px;}
.i_cooperate_con ul li:nth-child(20) img{width: 97px;}

/*留言板*/
.i_msg{
	width: 100%;
	float: left;
	background: url(../../img/i_msg_bg.png) no-repeat;
	background-size: 1922px 770px;
	background-position: bottom center;
	position: relative;
}
.i_msg_ma{width: 1400px;float: left;}
.i_msg_con{
	width: 100%;
	height: 523px;
	float: left;
	background: url(../../img/i_msg_con_bg.png) no-repeat;
	background-size: 1418px 529px;
	background-position: top center;
	margin-bottom: 70px;
}
.msg_con_form{
	width: 1304px;
	height: 376px;
	float: left;
	margin-top: 91px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px -3px 6px 1px rgba(0,26,51,0.2);
	padding: 28px 48px;
}
.msg_con_form>img{
	width: 650px;
	height: 376px;
	float: left;
}
.msg_con_form_rg{
	width: 634px;
	height: 376px;
	float: right;
	position: relative;
}
.msg_con_form_rg label{
	width: 100%;
	float: left;
	height: 26px;
	margin-top: 34px;
}
.msg_con_form_rg label span{
	display: inline-block;
	width: 80px;
	float: left;
	height: 26px;
	line-height: 26px;
	font-size: 16px;
	color: #666666;
}
.msg_con_form_rg label input{
	width: 554px;
	height: 26px;
	float: left;
	border-bottom: 1px solid #999999;
	line-height: 26px;
	font-size: 16px;
	color: #333;
}
.msg_con_form_rg label:nth-child(3){height: auto;}
.msg_con_form_rg label textarea{
	width: 554px;
    height: 104px;
    float: left;
    border: 0px;
    border-bottom: 1px solid #999999;
    outline: none;
    font-size: 16px;
    line-height: 26px;
    resize: none;
    color: #333333;
    margin:0;
    padding: 0;
}
.msg_con_form_rg a{
	display: inline-block;
	width: 200px;
	height: 40px;
	float: left;
	line-height: 40px;
	font-size: 18px;
	background: #0078FF;
	text-align: center;
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	transition: all 0.5s;
}
.msg_con_form_rg a:hover{background: linear-gradient(15deg,#fff,#0078FF);color: #333;}


/*首页通用标题*/
.i_title{
	width: 100%;
	float: left;
	padding-top: 30px;
	padding-bottom: 50px;
}
.i_title_img{
	width: 660px;
	float: left;
}
.i_title_img img:nth-child(1){width: 100%;height: 56px;float: left;}
.i_title_img img:nth-child(2){width: 100%;height: 35px;float: left;}

/*弹窗*/
.pop_upbg{
	width: 100%;
	float: left;
	position: fixed;
	top:0;
	bottom: 0px;
	background: rgba(0,0,0,0.5);
	z-index: 9999;
	display: none;
}
.pop_up{
	width: 735px;
	float: left;
	box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.16);
	background: #FFFFFF;
	border-radius: 20px;
	padding-bottom: 32px;
	position: relative;
}
.pop_up>span{
	display: inline-block;
	width: 100%;
	height: 46px;
	line-height: 46px;
	font-size: 32px;
	color: #222222;
	text-align: center;
	float: left;
	margin-top: 32px;
	font-weight: 800;
}
.pop_up>i{
	display: inline-block;
	width: 100%;
	height: 24px;
	line-height: 24px;
	float: left;
	font-size: 16px;
	color: #333333;
	text-align: center;
}
.pop_up>b{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	font-size: 22px;
	color: #333;
	font-weight:bold;
	position: absolute;
	right: 20px;
	top:5px;
	cursor: pointer;
	transition: all 0.5s;
}
.pop_up>b:hover{transform: rotate(-180deg);}
.pop_up .part8_rg_form {width: 607px;padding: 0 64px;}



