﻿@import url("com.css");
@import url("animate.min.css");
@import url("swiper-3.4.2.min.css");
@import url("slick.css");
@import url("iconfont.css");

/* 轮播 */
/*开始 轮播*/
.top_banner{
	max-width: 1920px;
	width: 100%;
	height: 610px;
    background: #2389ed;
    margin-bottom: 30px;
}
/*轮播图片*/
.hidden {
    display: none;
}
.p_top_middle {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -66px;
    font-size: 50px;
}
.banner_box{
    height: 610px;
    position: relative;
    overflow: hidden;
}
.banner_cot{
    height: 100%;
    position: relative;
    overflow: hidden;
}
.banner_list{
    position: relative;
	max-width: 1920px;
	width: 100%;
	height: 610px;
	cursor: pointer;
}
.page_box{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -9999px;
}
.bg_box{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
}
.bg_box>a>img{
    max-width: 1920px;
    width: 100%;
	height: 610px;
}
.page_box .content{
    width: 1000px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -500px;
    z-index: 5;
    transform-origin: center center;
    -webkit-transform-origin: center center;
}
.page_box .main_box{
    position: relative;
    height: 100%;
    top: 50%;
}
.banner_list .show{
    left: 0;
}
.banner_list .show .main_box{
    left: 0;
}
/*下方导航图标*/
.product_btns {
    position: absolute;
    list-style: none;
    padding: 0px;
    bottom: 0;
    width: 106px;
    left: 0;
    right: 0;
    margin: auto;
    height: 26px;
    z-index: 0;
}
.product_btns.show {
    bottom: 100px;
}
.product_btns .content {
	position: relative;
   	height: 60px;
	margin-top: -20px;
}
.product_btns .btns_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 60px;
}
.product_btns .btns_box a{
	display: block;
    width: 6px;
	height: 6px;
	border-radius: 50%;
    background: #fff;
}
.product_btns .btns_box a:nth-child(3){
	margin-left: 0px;
}
.product_btns .btns_box a:last-child{
	margin-right: 0;
    margin-left: 1px;
    width: 6px;
}
.product_btns .icon_bg {
    /* opacity: 0; */
}

.product_btns .icon_show {
    /* opacity: 1; */
	border: 3px solid #fff;
	border-radius: 50%;
}

/* 丰富的产品与服务 */
#Solution{
    width: 100%;
}
.fram_index{
	width: 100%;
	background: #fff;
}
.fram_index_cont{
	max-width: 1200px;
	width: 100%;
	margin: auto;
	padding: 50px 0 50px;
}
.fram_index_left{
	text-align: center;
	width: 100%;
	height: 80px;
	position: relative;
}
.fram_index_left>div:nth-child(1){
	position: absolute;
	top: 9%;
	left: 35%;
	font-size: 48px;
	font-weight: bold;
	/* letter-spacing: 2px; */
	color: #EF6D1A;
	z-index: 9;
}
.fram_index_left>div:nth-child(2){
	position: absolute;
	font-size: 92px;
	font-weight: bold;
	color: #FDEDE7;
	letter-spacing: 8px;
	top: -12px;
	left: 33%;
	z-index: 3;
}
.fram_index_left>div:nth-child(2)::before{
	content: '';
	position: absolute;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	top: 4px;
	left: 3px;
	background: linear-gradient(#EF6D1A, #FE9451);
	z-index: 4;
}

.fram_index_left>div:nth-child(2)::after{
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	bottom: 10px;
	right: 3px;
	background: linear-gradient(#FFC098, #EF6D1A);
	z-index: 4;
}

.fram_index_left>div:nth-child(1)::after{
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	top: 105%;
	left: 111%;
	background: linear-gradient(#F47A09, #FDE70F);
	z-index: 9;
}
.fram_index_right{
	margin-top: 66px;
}
.fram_index_right ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fram_index_right_item{
	width: 388px;
	height: 250px;
	border-radius: 6px;
	box-shadow: 0px 0px 17px -3px #eee;
	margin-bottom: 24px;
	position: relative;
	margin-right: 11px;
	cursor: pointer;
	transition: all .3s;
	overflow: hidden;
}
.fram_index_right_item .right_img{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background: #F4F7FF;
	text-align: center;
	margin-top: 8px;
	margin-left: 29px;
}

.fram_index_right_item .right_title{
	margin-top: 16px;
	margin-left: 29px;
	font-size: 18px;
	color: #333;
}

.fram_index_right_item .right_cont{
	width: 339px;
	margin-top: 16px;
	margin-left: 29px;
	line-height: 25px;
	font-size: 14px;
	color: #999;
}
.fram_index_right_item:hover{
	box-shadow: 0 0 17px 3px #eee;
}

.fram_index_right_item::after{
	content: '';
	width: 388px;
	height: 6px;
	position: absolute;
	bottom: 0px;
	left: 0;
	background: #EF6D1A;
	border-radius: 0 0 6px 6px;
}

.fram_index_right_item:nth-child(2)::after, .fram_index_right_item:nth-child(4)::after{
	background: #22DD9E;
}

.fram_index_right_item:nth-child(3)::after, .fram_index_right_item:nth-child(5)::after{
	background: #2868FF;
}

/* 左右对称流程管理 */
.plantingcore{
	width: 100%;
	background-color: #ffffff;
}
.plantingcore .industry_function_left {
	width: 1040px;
	height: 260px;
	margin: 0px auto;
	padding: 40px 0 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.plantingcore .industry_function_text {
	width: 420px;
}
.plantingcore .industry_function_text_name {
	font-family: PingFang-SC-Bold;
	font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	padding-top: 40px;
}
.plantingcore .industry_function_text_content {
	margin-top: 28px;
	font-family: PingFang-SC-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #666666;
}
.plantingcore .industry_function_right {
	width: 1040px;
	height: 260px;
	margin: 40px auto 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.plantingcore .industry_function_img_r {
	width: 480px;
}
.plantingcore .industry_function_text_r {
	width: 420px;
}
.plantingcore .industry_last_div{padding-bottom: 65px;}

/* 搭建全渠道销售终端 */
#Corefunctions{
	width: 100%;
	height: 680px;
	background: #fff;
	position: relative;
}
#Corefunctions .corefunctions_img{
	position: absolute;
	top: -65px;
	left: 0;
	z-index: 1;
}
#Corefunctions .corefunctions_img>img{
	width: 100%;
	height: 750px;
}
#Corefunctions .corefunctions{
	width: 1200px;
	height: 400px;
	margin: auto;
	padding: 50px 0;
	position: relative;
}
#Corefunctions .corefunctions_title{
	text-align: center;
	width: 100%;
	height: 80px;
	position: relative;
}
#Corefunctions .corefunctions_title>div:nth-child(1){
	position: absolute;
	top: 9%;
	left: 35%;
	font-size: 48px;
	font-weight: bold;
	/* letter-spacing: 2px; */
	color: #EF6D1A;
	z-index: 9;
}

#Corefunctions .corefunctions_title>div:nth-child(2){
	position: absolute;
	font-size: 92px;
	font-weight: bold;
	color: #FDEDE7;
	letter-spacing: 8px;
	top: -12px;
	left: 33%;
	z-index: 3;
}

#Corefunctions .corefunctions_title>div:nth-child(2)::before{
	content: '';
	position: absolute;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	top: 4px;
	left: 3px;
	background: linear-gradient(#EF6D1A, #FE9451);
	z-index: 4;
}

#Corefunctions .corefunctions_title>div:nth-child(2)::after{
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	bottom: 10px;
	right: 3px;
	background: linear-gradient(#FFC098, #EF6D1A);
	z-index: 4;
}

#Corefunctions .corefunctions_title>div:nth-child(1)::after{
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	top: 105%;
	left: 109.5%;
	background: linear-gradient(#F47A09, #FDE70F);
	z-index: 9;
}
#Corefunctions .corefunctions_desc{
	text-align: center;
	margin-top: 35px;
	font-size: 28px;
	color: #999;
}
#Corefunctions .corefunctions_cont{
	position: absolute;
	top: 65%;
	left: 0;
	z-index: 6;
	width: 1200px;
}
#Corefunctions .corefunctions_cont ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#Corefunctions .corefunctions_cont_item{
	width: 150px;
	margin-right: 110px;
	text-align: center;
}
#Corefunctions .corefunctions_cont_item>p{
	margin-top: 22px;
	font-size: 24px;
	color: #858585;
}
#Corefunctions .corefunctions_cont_item:last-child{
	margin-right: 0;
}
/* 智慧农场产品优势 */
.internetsystem{
	width: 100%;
	background-image: url(../image/8bd6e202104091536395434.png);
	height: 952px;
	overflow: hidden;
}
.internetsystem_cont{
	width: 1200px;
	margin: auto;
	padding: 110px 0 290px;
	position: relative;
}
.internetsystem_cont .internetsystem_left{
	text-align: center;
	margin-top: -35px;
	width: 100%;
	height: 80px;
	position: relative;
}
.internetsystem_cont .internetsystem_left>div:nth-child(1){
	position: absolute;
	top: 9%;
	left: 31%;
	font-size: 48px;
	font-weight: bold;
	/* letter-spacing: 2px; */
	color: #fff;
	z-index: 9;
}
.internetsystem_cont .internetsystem_left>div:nth-child(2){
	position: absolute;
	font-size: 92px;
	font-weight: bold;
	color: #49D499;
	letter-spacing: 8px;
	top: -12px;
	left: 24%;
	z-index: 3;
}
.internetsystem_cont .internetsystem_left>div:nth-child(2)::before{
	content: '';
	position: absolute;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	top: 4px;
	left: 10px;
	background: #fff;
	z-index: 4;
}
.internetsystem_cont .internetsystem_left>div:nth-child(2)::after{
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	bottom: 10px;
	right: 3px;
	background: #fff;
	z-index: 4;
}
.internetsystem_cont .internetsystem_left>div:nth-child(1)::after{
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	top: 105%;
	left: 113.8%;
	background: #DAFFF2;
	z-index: 9;
}
.internetsystem_desc{
	margin-top: 27px;
	font-size: 27px;
	text-align: center;
	color: #fff;
}
.internetsystem_right{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 100px;
}
.internetsystem_right .internetsystem_com{
	width: 315px;
	color: #fff;
	margin-bottom: 64px;
}
.internetsystem_right .internetsystem_com_title{
	font-size: 20px;
	margin-bottom: 23px;
}
.internetsystem_right .internetsystem_com_cont>span:first-child{
	font-size: 60px;
	font-weight: bold;
	padding-bottom: 4px;
	padding: 0 10px;
	border-bottom: 2px solid #fff;
}
.internetsystem_right .internetsystem_com_cont>span:last-child{
	font-size: 18px;
	margin-left: 4px;
}
.internetsystem_ct{
	font-size: 550px;
	font-weight: bold;
	color: #fff;
	position: relative;
}
.internetsystem_ct:after{
	content: '';
	width: 88px;
	height: 88px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	bottom: 20%;
	right: 0%;
	z-index: 2;
}
.internetsystem_ct:before{
	content: '年';
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 30px;
	border-radius: 50%;
	background: #02CC83;
	color: #fff;
	position: absolute;
	bottom: 21.5%;
	right: 3%;
	z-index: 6;
}
.internetsystem_rt{
	text-align: right;
}

/* 合作伙伴 */
#Partner{
	position: relative;
	width: 100%;
	max-width: 1920px;
	height: 588px;
}
#Partner .partner_cont{
	width: 1620px;
	margin: auto;
	position: relative;
}

#Partner .partner{
	position: absolute;
	top: -520px;
}
#Partner .partner .product_top{
	text-align: center;
	position: relative;
}
#Partner .partner .product_top>div:nth-child(1){
	position: absolute;
	top: 9%;
	left: 29%;
	font-size: 48px;
	font-weight: bold;
	/* letter-spacing: 2px; */
	color: #EF6D1A;
	z-index: 9;
}
#Partner .partner .product_top>div:nth-child(2){
	position: absolute;
	font-size: 92px;
	font-weight: bold;
	color: #E0D5D8;
	letter-spacing: 8px;
	top: -12px;
	left: 25%;
	z-index: 3;
}
#Partner .partner .product_top>div:nth-child(2)::before{
	content: '';
	position: absolute;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	top: 4px;
	left: 10px;
	background: linear-gradient(#EF6D1A,#FE9451);
	z-index: 4;
}
#Partner .partner .product_top>div:nth-child(2)::after{
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	bottom: 10px;
	right: 18px;
	background: linear-gradient(#FFC098,#EF6D1A);
	z-index: 4;
}
#Partner .partner .product_top>div:nth-child(1)::after{
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	top: 118%;
	left: 108.2%;
	background: linear-gradient(#F47A09,#FDE70F);
	z-index: 9;
}
#Partner .partner .partner_customer{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 150px;
}
#Partner .partner .partner_customer_item{
	width: 240px;
	height: 120px;
	margin-right: 20px;
	margin-bottom: 40px;
	text-align: center;
	vertical-align: middle;
	/* background: #fff; */
	justify-content: center;
	/* border: 1px solid #ededed;/*no*/ 
}
#Partner .partner .partner_customer_item>img{
	height: auto;
	max-width: 100%;
}
.partner_customer_item:nth-child(6n){
	margin-right: 0;
}

/* 安全稳定保障你的业务 */
#Advantage{
	width: 100%;
	background: #fff;
}
#Advantage .advantage_cont{
	width: 1200px;
	margin: auto;
	height: auto;
	padding-top: 80px;
}
#Advantage .advantage_cont .advantage_top{
	width: 100%;
	height: 80px;
	text-align: center;
	position: relative;
}
#Advantage .advantage_cont .advantage_top>div:nth-child(1){
	position: absolute;
	top: 9%;
	left: 29%;
	font-size: 48px;
	font-weight: bold;
	/* letter-spacing: 2px; */
	color: #EF6D1A;
	z-index: 9;
}
#Advantage .advantage_cont .advantage_top>div:nth-child(2){
	position: absolute;
	font-size: 92px;
	font-weight: bold;
	color: #FDEDE7;
	letter-spacing: 8px;
	top: -12px;
	left: 24%;
	z-index: 3;
}
#Advantage .advantage_cont .advantage_top>div:nth-child(2)::before{
	content: '';
	position: absolute;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	top: 4px;
	left: 10px;
	background: linear-gradient(#EF6D1A, #FE9451);
	z-index: 4;
}
#Advantage .advantage_cont .advantage_top>div:nth-child(2)::after{
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	bottom: 10px;
	right: 3px;
	background: linear-gradient(#FFC098, #EF6D1A);
	z-index: 4;
}
#Advantage .advantage_cont .advantage_top>div:nth-child(1)::after{
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	top: 107%;
	left: 112%;
	background: linear-gradient(#F47A09, #FDE70F);
	z-index: 9;
}
#Advantage .advantage_cont .advantage_desc{
	text-align: center;
	margin-top: 27px;
	font-size: 28px;
	color: #999;
}
#Advantage .advantage_cont .advantage_bot{
	margin-top: 88px;
	padding: 0px 0 80px;
	display: flex;
	justify-content: space-between;
}
#Advantage .advantage_cont .advantage_bot .advantage_list{
	width: 22%;
}
#Advantage .advantage_cont .advantage_bot .advantage_list .advantage_title{
	text-align: left;
	position: relative;
}
#Advantage .advantage_cont .advantage_bot .advantage_list .advantage_title>img{
	width: 34px;
	height: 34px;
	margin-left: 30px;
}
#Advantage .advantage_cont .advantage_bot .advantage_list .advantage_title>p{
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 28px;
}
#Advantage .advantage_cont .advantage_bot .advantage_list .advantage_cot{
	font-size: 16px;
	color: #6b6b6b;
	margin-top: 20px;
	line-height: 26px;
	letter-spacing: 1px;
}

/* 商业合作 */
#Investmentpromotion{
	width: 100%;
	background: #fff;
}
#Investmentpromotion .investmentpromotion{
	position: relative;
	height: 100%;
}
#Investmentpromotion .investmentpromotion_cont{
	position: absolute;
	top: 40%;
	left: 50%;
	width: 1000px;
	margin-left: -500px;
	color: #fff;
	text-align: center;
}
#Investmentpromotion .investmentpromotion_cont .bg_title{
	font-size: 34px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 40px;
}
#Investmentpromotion .investmentpromotion_cont .bg_desc{
	font-size: 18px;
	letter-spacing: 2px;
	margin-bottom: 60px;
}
#Investmentpromotion .investmentpromotion_cont .bg_btn{
	display: flex;
	align-items: center;
	justify-content: center;
}
#Investmentpromotion .investmentpromotion_cont .bg_btn>p:first-child{
	padding: 10px 22px;
	background: #2589ff;
	color: #fff;
	font-size: 15px;
	margin-right: 20px;
	cursor: pointer;
	transition: .3s;
}
#Investmentpromotion .investmentpromotion_cont .bg_btn>p:first-child:hover{
	background: #4c9cfb;
}
#Investmentpromotion .investmentpromotion_cont .bg_btn>p:last-child{
	padding: 8px 20px;
	color: #fff;
	font-size: 15px;
	border: 2px solid #2589ff;
	cursor: pointer;
	transition: .3s;
}
#Investmentpromotion .investmentpromotion_cont .bg_btn>p:last-child:hover{
	background: #2589ff;
}
#Investmentpromotion .investmentpromotion_advantage{
	width: 1200px;
	margin: auto;
	padding: 40px 0;
}
#Investmentpromotion .investmentpromotion_advantage .advantage_title{
	text-align: center;
	font-size: 24px;
	letter-spacing: 1px;
	font-weight: bold;
}
#Investmentpromotion .investmentpromotion_advantage .advantage_desc{
	text-align: center;
	font-size: 18px;
	color: #59607b;
	margin-top: 10px;
	letter-spacing: 1px;
	font-weight: bold;
}
#Investmentpromotion .investmentpromotion_advantage ul{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	height: 400px;
}
#Investmentpromotion .investmentpromotion_advantage ul li{
	width: 18%;
	text-align: center;
	border: 1px solid #eee;
	cursor: pointer;
	transition: .3s;
	position: relative;
}
#Investmentpromotion .investmentpromotion_advantage ul li>div:nth-child(1){
	background-image: url(../image/8defe60982ecb6ca9943f735c20b0a3d1592356369.png);
	background-repeat: no-repeat;
	background-size: 35px 55px;
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -15px;
	width: 35px;
	height: 55px;
}
#Investmentpromotion .investmentpromotion_advantage ul li>div:nth-child(2){
	margin-top: 120px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 6px;
}
#Investmentpromotion .investmentpromotion_advantage ul li>div:nth-child(3){
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
}
#Investmentpromotion .investmentpromotion_advantage ul li>div:nth-child(4){
	font-size: 14px;
	letter-spacing: 1px;
	padding: 20px;
	color: #59607b;
	margin-top: 5px;
	line-height: 24px;
}
#Investmentpromotion .investmentpromotion_advantage ul li:nth-child(1):hover{
	box-shadow: 0 0 16px 0 #d6d6d7;
	#Investmentpromotion .investmentpromotion_advantage ul li>div:nth-child(1){
		background-image: url(../image/9c6ed9ce4fbdd7a83026e7cfcd602b421592356452.png);
		background-size: 35px 55px;
	}
}
#Investmentpromotion .investmentpromotion_advantage ul li:nth-child(2)>div:nth-child(1){
	background-image: url(../image/00202b01a19082ebbcd6a4b1105fc5741592301058.png);
	background-repeat: no-repeat;
	background-size: 49px 45px;
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -20px;
	width: 49px;
	height: 45px;
}
#Investmentpromotion .investmentpromotion_advantage ul li:nth-child(2):hover{
	box-shadow: 0 0 16px 0 #d6d6d7;
	#Investmentpromotion .investmentpromotion_advantage ul li>div:nth-child(1){
		background-image: url(../image/d2ac473899605c18ecf64751b16a8bc41592356524.png);
		background-size: 49px 45px;
	}
}

#Investmentpromotion .investmentpromotion_advantage ul li:nth-child(3)>div:nth-child(1){
	background-image: url(../image/07713bb47e245ae2a49632a8ed9088061592301249.png);
	background-repeat: no-repeat;
	background-size: 52px 46px;
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -25px;
	width: 52px;
	height: 46px;
}
#Investmentpromotion .investmentpromotion_advantage ul li:nth-child(3):hover{
	box-shadow: 0 0 16px 0 #d6d6d7;
	#Investmentpromotion .investmentpromotion_advantage ul li>div:nth-child(1){
		background-image: url(../image/1c0d9c58efb25598fe7c1c0b8911a1831592356560.png);
		background-size: 52px 46px;
	}
}
#Investmentpromotion .investmentpromotion_advantage ul li:nth-child(4)>div:nth-child(1){
	background-image: url(../image/d0fb716e2ff84e0e5cfbfdaf66dfdcb41592301279.png);
	background-repeat: no-repeat;
	background-size: 52px 52px;
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -25px;
	width: 52px;
	height: 52px;
}
#Investmentpromotion .investmentpromotion_advantage ul li:nth-child(4):hover{
	box-shadow: 0 0 16px 0 #d6d6d7;
	#Investmentpromotion .investmentpromotion_advantage ul li:nth-child(4)>div:nth-child(1){
		background: url(../image/39e18d2cb38448c1deb48b8aa3c72d531592356589.png);
		background-size: 52px 52px;
	}
}
#Investmentpromotion .investmentpromotion_advantage ul li:nth-child(5)>div:nth-child(1){
	background-image: url(../image/bd03572cababeb3aa97f77d79f04e1031592301295.png);
	background-repeat: no-repeat;
	background-size: 57px 54px;
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -25px;
	width: 57px;
	height: 54px;
}
#Investmentpromotion .investmentpromotion_advantage ul li:nth-child(5):hover{
	box-shadow: 0 0 16px 0 #d6d6d7;

	#Investmentpromotion .investmentpromotion_advantage ul li:nth-child(5)>div:nth-child(1){
		background-image: url(../image/17876c30cbb8e456042b31480b9cd0411592356618.png);
		background-size: 57px 54px;
	}
}
#Investmentpromotion .investmentpromotion_support{
	width: 100%;
	height: 710px;
	position: relative;
}
#Investmentpromotion .investmentpromotion_support img{
	width: 100%;
	height: 710px;
}
#Investmentpromotion .investmentpromotion_support .support_cont{
	position: absolute;
	top: 5%;
	left: 50%;
	width: 1200px;
	margin-left: -600px;
	color: #fff;
}
#Investmentpromotion .investmentpromotion_support .support_cont_title{
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 40px;
}
#Investmentpromotion .investmentpromotion_support .support_cont_line{
	text-align: center;
	width: 60px;
	height: 3px;
	background: #ff9b41;
	margin: 0 auto 50px;
}
#Investmentpromotion .investmentpromotion_support .support_cont ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#Investmentpromotion .investmentpromotion_support .support_cont ul li{
	width: 23%;
	height: 450px;
	background: rgba(106,107,120,.5);
	text-align: center;
}
#Investmentpromotion .investmentpromotion_support .support_cont ul li>img{
	width: 80px;
	height: 80px;
	margin-top: 80px;
}
#Investmentpromotion .investmentpromotion_support .support_cont ul li>div{
	margin-top: 20px;
}
#Investmentpromotion .investmentpromotion_support .support_cont ul li>div p{
	line-height: 28px;
	font-size: 13px;
	letter-spacing: 1.5px;
}
#Investmentpromotion .investmentpromotion_support .support_cont ul li>div>p:nth-child(1){
	font-size: 20px;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
#Investmentpromotion .investmentpromotion_agent{
	width: 1200px;
	margin: auto;
	padding: 60px 0;
}
#Investmentpromotion .investmentpromotion_agent .agent_title{
	text-align: center;
	font-size: 32px;
	letter-spacing: 2px;
	margin-bottom: 30px;
	font-weight: bold;
}
#Investmentpromotion .investmentpromotion_agent ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#Investmentpromotion .investmentpromotion_agent ul li{
	width: 23%;
	height: 276px;
	box-shadow: 0 0 16px 0 #eee;
	text-align: center;
}
#Investmentpromotion .investmentpromotion_agent ul li>div:first-child{
	padding: 25px 0;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	border-bottom: 1px solid #f2f2f2;
	border-top: 3.5px solid #54d1c4;
	color: #54d1c4;
}
#Investmentpromotion .investmentpromotion_agent ul li>div:last-child{
	font-size: 15px;
	font-weight: bold;
	padding: 30px 40px;
	text-align: left;
	line-height: 24px;
	letter-spacing: 1px;
}
#Investmentpromotion .investmentpromotion_agent ul li:nth-child(2)>div:first-child{
	border-top: 3.5px solid #48c1f7;
	color: #48c1f7;
}
#Investmentpromotion .investmentpromotion_agent ul li:nth-child(3)>div:first-child{
	border-top: 3.5px solid #54d1c4;
	color: #54d1c4;
}
#Investmentpromotion .investmentpromotion_agent ul li:nth-child(4)>div:first-child{
	border-top: 3.5px solid #48c1f7;
	color: #48c1f7;
}
#Investmentpromotion .investmentpromotion_plan{
	width: 100%;
	height: 680px;
	position: relative;
}
#Investmentpromotion .investmentpromotion_plan .supportplan_cont{
	position: absolute;
	top: 15%;
	left: 50%;
	width: 1200px;
	margin-left: -600px;
	color: #52565c;
}
#Investmentpromotion .investmentpromotion_plan .supportplan_cont_title{
	font-size: 32px;
	text-align: center;
	letter-spacing: 2px;
	font-weight: bold;
	margin-bottom: 40px;
}
#Investmentpromotion .investmentpromotion_plan .supportplan_cont ul{
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
#Investmentpromotion .investmentpromotion_plan .supportplan_cont ul li{
	width: 7%;
	text-align: center;
	transition: .2s;
}
#Investmentpromotion .investmentpromotion_plan .supportplan_cont ul li>div{
	background-image: url(../image/42d9b2913ef1ac479b97542f81abea2f1592361292.png);
	background-repeat: no-repeat;
	background-size: 60px 60px;
	width: 60px;
	height: 60px;
	margin: auto;
}
#Investmentpromotion .investmentpromotion_plan .supportplan_cont ul li>p{
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: bold;
	margin-top: 15px;
}
#Investmentpromotion .investmentpromotion_plan .supportplan_cont ul li:hover>p{
	color: #529ffc;
}
#Investmentpromotion .investmentpromotion_plan .supportplan_cont ul li:nth-child(1):hover>div{
	background: url(../image/a62c04c9611ecf304790eb6a8bc9802c1592362853.png);
	background-size: 60px 60px;
}
#Investmentpromotion .investmentpromotion_plan .supportplan_cont ul li:nth-child(2)>div{
	background-image: url(../image/ebe2c96b697a80f930820143c4b460921592362927.png);
}
#Investmentpromotion .investmentpromotion_plan .supportplan_cont ul li:nth-child(2):hover>div{
	background: url(../image/09103ad74b740b56554469528488a2371592363477.png);
	background-size: 60px 60px;
}
#Investmentpromotion .investmentpromotion_plan .supportplan_cont ul li:nth-child(3)>div{
	background-image: url(../image/3c1d5f82eff0063c2465637431b7f89b1592362953.png);
}
#Investmentpromotion .investmentpromotion_plan .supportplan_cont ul li:nth-child(3):hover>div{
	background: url(../image/c2a393ee95278b6af39bc7b34d7e0d4a1592363502.png);
	background-size: 60px 60px;
}
#Investmentpromotion .investmentpromotion_plan .supportplan_cont ul li:nth-child(4)>div{
	background-image: url(../image/a4da8c36f1495a65354137eecb9ec9711592362974.png);
}
#Investmentpromotion .investmentpromotion_plan .supportplan_cont ul li:nth-child(4):hover>div{
	background: url(../image/fccdc0cef6dbb39e2f074c7bab354dc41592363528.png);
	background-size: 60px 60px;
}
#Investmentpromotion .investmentpromotion_plan .supportplan_cont ul li:nth-child(5)>div{
	background-image: url(../image/06808a041c19575723d599f82fa869371592362996.png);
}
#Investmentpromotion .investmentpromotion_plan .supportplan_cont ul li:nth-child(5):hover>div{
	background: url(../image/18c1572fa42e50d954b5cb937bfd66d61592363550.png);
	background-size: 60px 60px;
}
#Investmentpromotion .investmentpromotion_plan .supportplan_cont ul li:nth-child(6)>div{
	background-image: url(../image/9c55d03c778904ddfd71c3540b6c01fb1592363018.png);
}
#Investmentpromotion .investmentpromotion_plan .supportplan_cont ul li:nth-child(6):hover>div{
	background: url(../image/3d644d8c7ba6a42ead381a058ebb55461592363569.png);
	background-size: 60px 60px;
}
#Investmentpromotion .investmentpromotion_plan .supportplan_cont ul li:nth-child(7)>div{
	background-image: url(../image/58be16010b1263b7d3cbcc5cf924f9841592363039.png);
}
#Investmentpromotion .investmentpromotion_plan .supportplan_cont ul li:nth-child(7):hover>div{
	background: url(../image/feefa288309f6824579e254b2c3d29841592363592.png);
	background-size: 60px 60px;
}
#Investmentpromotion .investmentpromotion_plan .supportplan_cont ul li:nth-child(8)>div{
	background-image: url(../image/f07d753038f9291c3e65519dcb64266c1592363060.png);
}
#Investmentpromotion .investmentpromotion_plan .supportplan_cont ul li:nth-child(8):hover>div{
	background: url(../image/6b7e9cae2f6306b58014ff82488f0e9b1592363615.png);
	background-size: 60px 60px;
}
#Investmentpromotion .investmentpromotion_plan .supportplan_cont ul li:nth-child(9)>div{
	background-image: url(../image/fabf2834b192a36c5303840ccf36f15c1592363081.png);
}
#Investmentpromotion .investmentpromotion_plan .supportplan_cont ul li:nth-child(9):hover>div{
	background: url(../image/7c20ff26d3bdc6b4902b8bc5fffdc10f1592363638.png);
	background-size: 60px 60px;
}
#Investmentpromotion .investmentpromotion_plan .supportplan_cont ul li:nth-child(10)>div{
	background-image: url(../image/6c88b8d7bfdfdfa8affe2e9b32965d2c1592363101.png);
}
#Investmentpromotion .investmentpromotion_plan .supportplan_cont ul li:nth-child(10):hover>div{
	background: url(../image/5e8d9edec2e356ed39d9def7f0ce31451592363661.png);
	background-size: 60px 60px;
}
#Investmentpromotion .investmentpromotion_plan .supportplan_cont ul li:nth-child(11)>div{
	background-image: url(../image/0a576226897d89a607483a982ba20c5e1592363121.png);
}
#Investmentpromotion .investmentpromotion_plan .supportplan_cont ul li:nth-child(11):hover>div{
	background: url(../image/71771b0fcccd32d3341e4e0e78496bda1592363679.png);
	background-size: 60px 60px;
}
#Investmentpromotion .investmentpromotion_plan .supportplan_cont_desc{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#Investmentpromotion .investmentpromotion_plan .supportplan_cont_desc p{
	width: 50%;
	font-size: 17px;
	letter-spacing: 2px;
	font-weight: bold;
	line-height: 28px;
}
#Investmentpromotion .investmentpromotion_plan .supportplan_cont_desc img{
	width: 400px;
	height: 100%;
}



