
/*小程序产品*/
.miniapp{
	padding: 40px 0;
	background: #f8f8f8;
	text-align: center;
}
.index-h2{
	font-size: 1.4rem;
	line-height: 50px;
	color: #282C31;
}
.index-p{
	font-size: 1rem;
	color: #5C5C5C;
}
.miniapp-msg{
	height: 510px;
	margin-top: 40px;
}
.miniapp-msg>li{
	float: left;
	width: 270px;
	background: #fff;
	margin-bottom: 20px;
	height: 235px;
	border: 1px solid #E3E3E3;
	border-radius:3px ;
	position: relative;
	overflow: hidden;
}
.miniapp-msg>li>img{
	border-radius: 3px 3px 0 0;
}
.miniapp-msg>li>h2,.miniapp-msg>li>a>h2{
	line-height: 32px;
    color: #292C32;
    font-size: 16px;
    font-weight: 600;
}
.miniapp-msg>li>p,.miniapp-msg>li>a>p{
	line-height: 24px;
	font-size: 14px;
	color: #8A8A8A;
}
.miniapp-msg>li:not(:nth-child(4n)){
	margin-right: 30.6666px;
}
.miniapp-msg>li>a{
	display: block;
	position: absolute;
	top: 237px;
	height:235px;
	background: #fff;
	transition: all 0.4s;
	padding:20px;
	box-sizing: border-box;
}
.miniapp-msg>li:hover>a{
	top: 0px;
}
.miniapp-msg>li>a>p:nth-child(3){
	margin: 10px 0;
	text-align: left;
}
.miniapp-msg>li>a>p:nth-child(3)>span{
	color: #292C32;
	font-weight: 600;
}
.miniapp-msg>li>a>div{
	position: absolute;
    bottom: 22px;
    left: 25%;
    width: 50%;
	color: #4d8ce8 !important;
}
.market-opportunity{
	text-align: center;
	padding: 40px 0;
}
.opportunity{
	overflow: hidden;
	margin-top: 40px;
	text-align: left;
}
.opportunity>div{
	float: left;
	width: 503px;
}
.opportunity>div:not(:nth-child(2)){
	width: 338.5px;
}
.oppo-left>div>h2,
.oppo-right>div>h2{
	font-size: 1rem;
	font-weight: 600;
	line-height: 40px;
}
.oppo-right>div>h2{
	text-align: left;
}
.oppo-left>div>p,
.oppo-right>div>p{
	font-size: 0.95rem;
	color: #7B7C7E;
	line-height: 30px;
}
.oppo-right>div>h2,
.oppo-right>div>p{
	padding-right:40px;
}
.oppo-left>div>h2,
.oppo-left>div>p{
	padding-left:40px;
}
.oppo-left>div:nth-child(1)>h2{
	background: url(../images/index/iicon_02.png) no-repeat;
	background-position: 0 4.5px;
}
.oppo-left>div:nth-child(2)>h2{
	background: url(../images/index/iicon_03.png) no-repeat;
	background-position: 0 4.5px;
}
.oppo-right>div:nth-child(1)>h2{
	background: url(../images/index/iicon_01.png) no-repeat;
	background-position: 100% 4.5px;
}
.oppo-right>div:nth-child(2)>h2{
	background: url(../images/index/iicon_04.png) no-repeat;
	background-position: 100% 4.5px;
}
.oppo-left>div:nth-child(1){
	margin-top: 12px;
}
.oppo-right>div:nth-child(1){
	margin-top: 15px;
}
.oppo-left>div:nth-child(2){
	margin-top: 218px;
}
.oppo-right>div:nth-child(2){
	margin-top: 250px;
}
.store-need{
	padding: 40px 0;
	background: #f8f8f8;
	text-align: center;
}
.store-need>ul{
	margin-top: 40px;
	overflow: hidden;
}
.store-need>ul>li{
	float: left;
	width: 224px;
	margin-bottom: 15px;
}
.store-need>ul>li:not(:nth-child(5n)){
	margin-right: 15px;
}
.store-need>ul>li>a{
	position: relative;
	display: block;
	overflow: hidden;
}
.store-need>ul>li>a>img{
	width: 100%;
	display: block;
	transition: all 0.4s; 
}
.store-need>ul>li>a>p{
	color: #fff;
	width: 100%;
	display: block;
	font-size: 1rem;
	font-weight: 600;
	position: absolute;
	top: 50%;
	transform:translateY(-50%);
}
.store-need>ul>li>a:hover>img{
	transform:scale(1.1);
    -ms-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.1);
    -moz-transform:scale(1.1);
}
.meet-needs{
	padding: 40px 0;
	text-align: center;
}
.meet-needs-box{
	overflow: hidden;
	padding: 80px 5px 10px 5px;
}
.meet-needs-box>li{
	float: left;
	width: 19%;
	border: 1px solid #EEEEEE;
	padding: 20px 0 30px 0;
	box-sizing: border-box;
	border-radius: 5px;
	position: relative;
	transition: all 0.8s; 
}
.meet-needs-box>li:hover{
	box-shadow: 0px 3px 10px #EEEEEE;
}
.meet-needs-box>li:not(:last-child){
	margin-right: 1.25%;
}
.meet-needs-box>li>img{
	width: 80px;
	height: 80px;
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
}
.meet-needs-box>li>h2{
	margin-top: 30px;
	font-size: 0.95rem;
	font-weight: 600;
	margin-bottom: 20px;
}
.meet-needs-box>li>p{
	line-height: 25px;
	font-size: 0.85rem;
	color: #9B9C9D;
}
.meet-needs-box>li>a{
	display: inline-block;
	font-size: 12px;
	width: 50%;
	color: #4d8ce8;
	height: 30px;
	line-height: 27px;
	margin-top: 30px;
	border: 1px solid #4d8ce8;
	box-sizing: border-box;
	transition: all 0.8s;
	border-radius: 2px;
}
.meet-needs-box>li:hover>a{
	background: #4d8ce8;
	color: #fff;
}
.research-strength{
	background: #4D8CE8;
	padding: 40px 0;
	color: #fff;
}
.research-strength>div>.index-h2,
.research-strength>div>.index-p{
	color: #fff !important;
	text-align: center;
}
.research-strength-box{
	margin-top: 40px;
	overflow: hidden;
}
.research-strength-box>div{
	float: left;
}
.research-strength-box>div:nth-child(1){
	width: 40%;
}
.research-strength-box>div:nth-child(1)>img{
	width: 100%;
}
.research-strength-box>div:nth-child(2){
	width: 60%;
}
.number-box{
	overflow: hidden;
	padding-left: 140px;
}
.number-box>div{
	float: left;
	width: 33.333%;
	text-align: left;
}
.number-box>div:nth-child(2){
	text-align: center;
}
.number-box>div:nth-child(3){
	text-align: right;
}
.number-box>div>h2>span{
	font-size: 2rem;
	display: inline-block;
	margin-right: 3px;
}
.strength-box{
	margin-top: 40px;
	padding-left: 80px;
}
.strength-box>div{
	overflow: hidden;
	margin-bottom: 20px;
}
.strength-box>div>div{
	float: left;
	width: 50%;
	padding-left: 60px;
	box-sizing: border-box;
}
.strength-box>div>div>h2{
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 15px;
}
.strength-box>div>div>p{
	font-size: 0.9rem;
	line-height: 25px;
	border-top: 1px solid #fff;
	padding-top: 10px;
}
.case-list{
	background: #F8F8F8;
	padding: 40px 0;
	text-align: center;
}
.case-box{
	margin-top: 30px;
	padding: 20px 50px;
	overflow: hidden;
}
.case-box>li{
	float: left;
	width: 240px;
	border-radius: 5px;
	box-shadow: 5px 5px 5px #F0F0F0;
	background: #fff;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.case-box>li:not(:nth-child(4n)){
	margin-right: 40px;
}
.case-box>li>a>div{
	position: relative;
}
.case-box>li>a>div>img{
	width: 100%;
	display: block;
	border-radius: 5px 5px 0 0;
}
.case-box>li>a>div>div{
	position: absolute;
	top:0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,0.2);
	border-radius: 5px 5px 0 0;
	display: none;
	transition: all 0.5s;
}
.case-box>li>a>div>div>div{
	position: absolute;
	top:50%;
	left: 50%;
	width: 135px;
	transform: translateX(-50%) translateY(-50%);
}
.case-box>li>a>div>div>div>img{
	width: 100%;
	margin: 0 auto;
}
.case-box>li:hover>a>div>div{
	display: block;
}
.case-box>li>a>div>div>div>div{
	margin-top: 15px;
	width: 80%;
	line-height: 30px;
	color: #fff;
	background: #20AF6C;
	text-align: center;
	margin-left: 10%;
	letter-spacing: 2px;
}
.case-box>li>a>h2{
	padding: 0 15px;
	line-height: 30px;
	text-align: left;
    margin-top: 6px;
    overflow: hidden;
    font-size: 1rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
}
.case-box>li>a>p{
	padding: 0 15px;
	line-height: 25px;
	text-align: left;
	color: #959595;
}
.case-box>li>a>p>span{
	float: right;
	padding-left: 20px;
	background:url(../images/index/runoff_ico.png) no-repeat;
	background-position: 0 6.5px;
}
.look-more{
	display: block;
	margin: 0 auto;
	width: 150px;
	height: 45px;
	line-height: 45px;
	font-size: 1.1rem;
	color: #fff !important;
	background: #4F8CE8;
	border-radius:22.5px ;
}
.customization-develop{
	padding: 40px 0  80px;
	text-align: center;
}
.customization-develop-box{
	overflow: hidden;
	margin-top: 65px;
}
.customization-develop-box>div{
	float: left;
	width: 31%;
	overflow: hidden;
}
.customization-develop {
 padding: 40px 0 80px;
 text-align: center;
}
.customization-develop-box {
 overflow: hidden;
 margin-top: 65px;
}
.customization-develop-box>div:not(:last-child){
	margin-right: 3.5%;
}
.customization-develop-box>div>div:nth-child(1){
	float: left;
}
.customization-develop-box>div>div:nth-child(2){
	padding-left: 85px;
	text-align: left;
}
.customization-develop-box>div>div:nth-child(2)>h2{
	font-size: 0.95rem;
	font-weight: 600;
	margin-bottom: 10px;
}
.customization-develop-box>div>div:nth-child(2)>p{
	line-height: 22px;
	color: #4c4c4c;
}
.video-model{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,0.9);
	z-index: 10000;
	transition: all 0.5s; 
}
.video-model>div{
	width: 1000px;
	/*position: relative;*/
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.video-model>div>video{
	width: 100%;
}
.video-model.active{
	width: 100px !important;
	height: 60px;
	/*top: 470px;*/
}
.video-model.active>div{
	width: 100%;
}
.video-model.active>div>div{
	display: none;
}
.video-model>div>div{
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	right: -50px;
}
.video-model>div>div>img{
	width: 100%;
}
.nav-box{
	position: fixed;
	z-index: 999;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	border-bottom: none;
	transition: all 0.4s; 
}
.nav-box>div:nth-child(1){
	padding-top: 5px;
	background: #4F8CE8;
	border-radius:5px 5px 0 0 ;
}
.nav-box>div>a{
	width: 100px;
	display: block;
	line-height: 35px;
	height: 35px;
	text-align: center;
	color: #BEBEBE;
	font-size: 14px;
	border-bottom: 1px solid #f2f2f2;
	box-sizing: border-box;
	background: #fff;
}
.nav-box>div>a.active{
	background: #4F8CE8;
	color: #fff;
}
.left-btn{
	position: absolute;
	left: 100px;
	top: 100px;
	height: 80px;
	background: #4D8CE8;
	width: 24px;
	border-radius: 0 12px 12px 0;
}
.application .join_info label.hezuo{
	display: none;
}
.left-btn>img{
	width: 24px;
	height: 24px;
	margin: 0 auto;
	margin-top: 28px;
	transition: all 0.4s; 
}
.left-btn>img.active{
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); 	/* IE 9 */
	-moz-transform:rotate(180deg); 	/* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg); 	/* Opera */
}





h4.ortit {
  font-size: 40px;
  color: #fca120;
  padding: 60px 0 40px;
  text-align: center;
}
h4.bltit {
  font-size: 40px;
  color: #33a7f9;
  padding: 60px 0 40px;
  text-align: center;
}
.head {
  min-width: 1200px;
  text-align: center;
  height: 600px;
  background: url("../images/agents_banner01.png") no-repeat;
  background-size: cover;
}
.head a {
  display: block;
  padding-top: 195px;
  height: 100%;
  color: #fff;
  font-size: 56px;
  font-family: "黑体";
  line-height: 70px;
}
.head a h4 {
  font-size: 24px;
}
.head a h4 span {
  padding: 0 12px;
}
.head a button {
  font-size: 20px;
  font-family: "黑体";
  color: #fff;
  background: #33a7f9;
  border-radius: 5px;
  padding: 12px 28px;
  cursor: pointer;
}
.marketShare {
  text-align: center;
  min-width: 1200px;
  background: url("../images/mark_bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 800px;
}
.marketShare p {
  font-size: 20px;
  line-height: 40px;
  font-weight: 800;
}
.marketShare p span {
  color: #fca120;
}
.marketShare .time {
  margin-top: 100px;
  font-size: 30px;
  font-weight: 900;
  font-family: "黑体";
}
.marketShare .time b {
  display: inline-block;
  width: 20px;
  height: 2px;
  margin: 0 80px;
  background: #33a7f9;
  vertical-align: middle;
}
.superiority {
  height: 820px;
  background: #f5f5f5;
}
.superiority .example {
  position: relative;
  height: 664px;
  background: url("../images/agents_supbg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-size: 20px;
  line-height: 40px;
}
.superiority .example .tit {
  color: #33a7f9;
}
.superiority .example p {
  color: #8e9299;
}
.superiority .example > div {
  position: absolute;
}
.superiority .example > div i {
  position: absolute;
  left: 110px;
  width: 15px;
  height: 15px;
  background: #33a7f9;
  border: 4px solid #b3daf6;
  border-radius: 7px;
  margin-top: 106px;
}
.superiority .example > div i::after {
  content: '';
  position: absolute;
  left: 3px;
  bottom: 12px;
  width: 1px;
  height: 90px;
  border-left: 1px dashed #33a7f9;
}
.superiority .example .resource {
  width: 379px;
  left: 34px;
  top: 150px;
}
.superiority .example .market {
  width: 220px;
  left: 378px;
  top: 50px;
}
.superiority .example .market i {
  left: 60px;
  margin-top: 160px;
}
.superiority .example .market i::after {
  height: 148px;
}
.superiority .example .rebate {
  width: 290px;
  left: 652px;
  top: 46px;
}
.superiority .example .rebate i {
  left: 75px;
  margin-top: 120px;
}
.superiority .example .rebate i::after {
  height: 106px;
}
.superiority .example .system {
  width: 270px;
  left: 870px;
  top: 170px;
}
.productBox {
  height: 780px;
}
.productBox h4.ortit {
  padding: 50px 0;
}
.productBox div.fl {
  position: relative;
  width: 278px;
  height: 594px;
  padding: 68px 18px 0;
  margin-top: -30px;
  margin-right: 64px;
  margin-left: 20px;
  overflow: hidden;
}
.productBox div.fl .agentProd-swiper {
  overflow: visible;
}
.productBox div.fl .agentProd-swiper img {
  width: 100%;
}
.productBox div.fl .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: -100px;
  z-index: 3;
}
.productBox div.fl .swiper-pagination-bullet {
  border-radius: 0;
  width: 16px;
  height: 4px;
}
.productBox div.fl > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 278px;
  height: 568px;
  z-index: 10;
}
.productBox div.fr {
  width: 810px;
}
.productBox div.fr .feature {
  font-size: 18px;
  text-align: center;
  color: #a3a5a8;
  padding-bottom: 20px;
}
.productBox div.fr .feature li {
  display: inline-block;
}
.productBox div.fr .feature li img {
  height: 88px;
  margin: 0 auto;
}
.productBox div.fr .feature li p {
  padding-top: 18px;
}
.productBox div.fr .productPles {
  vertical-align: middle;
  overflow: hidden;
}
.productBox div.fr .productPles .product {
  float: left;
  width: 370px;
  font-size: 14px;
  color: #707078;
  line-height: 34px;
  font-weight: 600;
}
.productBox div.fr .productPles .product h5 {
  font-size: 24px;
  padding: 18px 0;
  font-weight: 600;
  color: #33a7f9;
}
.productBox div.fr .productPles .product:nth-child(2n) {
  margin-left: 65px;
}
.supportTrade {
  height: 760px;
  background: #f5f5f5;
  text-align: center;
}
.supportTrade > p {
  font-size: 20px;
  color: #272a2f;
}
.supportTrade ul {
  padding: 40px 10px 0;
}
.supportTrade ul li {
  float: left;
  width: 220px;
  height: 220px;
  overflow: hidden;
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
}
.supportTrade ul li p {
  position: absolute;
  left: 0;
  top: 0;
  width: 220px;
  height: 220px;
  line-height: 220px;
  font-size: 24px;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  z-index: 3;
}
.supportTrade ul li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: 220px;
  transfrom: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  transition: all .4s linear;
}
.supportTrade ul li:nth-child(5n) {
  margin-right: 0;
}
.supportTrade ul li:hover img {
  transfrom: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.opportunity p span {
  color: #33a7f9;
}
.customerList {
  height: 680px;
  background: #f5f5f5;
  text-align: center;
}
.customerList p {
  font-size: 20px;
  padding-bottom: 60px;
}
.customerList li {
  float: left;
  width: 225px;
  height: 80px;
  border: 1px solid #e0e0e0;
  background: #fff;
  margin-right: 18px;
  margin-bottom: 18px;
  position: relative;
}
.customerList li img {
  width: 225px;
  height: 80px;
}
.customerList li i {
  position: absolute;
  width: 223px;
  height: 2px;
  left: 1px;
  background: #33a7f9;
}
.customerList li:nth-child(5n) {
  margin-right: 0;
}
.customerList .list ul:nth-child(2n) i {
  background: #fca72f;
}
.support {
  padding-bottom: 80px;
}
.support .gd-width > p {
  width: 915px;
  text-align: center;
  font-size: 20px;
  line-height: 35px;
  margin: 0 auto !important;
}
.support ul {
  padding: 0 10px;
}
.support li {
  float: left;
  width: 280px;
  padding-top: 40px;
  text-align: center;
  font-size: 14px;
  color: #a1b3d9;
  margin-right: 20px;
}
.support li img {
  height: 102px;
  margin: 0 auto;
}
.support li .tit {
  font-size: 20px;
  line-height: 40px;
  font-weight: 600;
  color: #272a2f;
}
.support li:nth-child(4n) {
  margin-right: 0;
}
.application {
  /*height: 720px;*/
 padding-bottom: 80px;
  min-width: 1200px;
  background: url("../images/index/application_bg.png");
  background-repeat: no-repeat;
  /*background-size: 100% 100%;*/
}
.application h4 {
  font-size: 40px;
  color: #fff;
  padding: 40px 0;
  font-size: 1.4rem;
  text-align: center;
}
.application .join_info {
  font-size: 16px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 720px;
  letter-spacing: 2px;
  color: #fff;
}
.application .join_info label {
  display: block;
  margin-bottom: 20px;
}
.application .join_info label span {
  display: inline-block;
  width: 160px;
  text-align: right;
}
.application .join_info label input {
  width: 400px;
  height: 34px;
  background-color: #F7FAFA;
  text-indent: 10px;
}
.application .join_info label select {
  width: 128.66666px;
  height: 34px;
  background-color: #F7FAFA;
  text-indent: 10px;
}
.application .join_info .agent-radio {
  margin-left: 70px;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  vertical-align: middle;
}
.application textarea[name="localmarket"] {
  resize: none;
  width: 400px;
  height: 80px;
  background-color: #F7FAFA;
  text-indent: 20px;
  font-size: 16px;
  line-height: 38px;
  border: none;
}
.application .btn-container {
  text-align: center;
  margin-top: 10px;
  padding-left: 0;
}
.application .btn-container button {
  background: #28c67d;
  border: none;
  color: white;
  width: 120px;
  height: 40px;
  letter-spacing: 3px;
  font-size: 22px;
  margin-top: 10px;
  border-radius: 3px;
}

