@charset "utf-8";

*{
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a{text-decoration: none;color:#000;} 
img{max-width:100%;}
.flex{
	display: flex;
}
.flex-c{
	display: flex;
    justify-content: center;
    align-items: center;
}
.flex-Lc{
	display: flex;
    align-items: center;
}
.flex-Lt{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.flex-L{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.flex-Lend{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: flex-end;
	-webkit-align-items: flex-end;
	-moz-box-align: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex-end{
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.flex-tb{
	 display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.inner{
	width:1200px;
	margin:0 auto;
}

body{
	max-width:1920px;
	margin:0 auto;
	padding-top:71px;
}
.header{
	width:100%;
	position: fixed;
	left:0;
	top: 0;
	z-index:999999;
	background:#fff;
}
.header .logo{
	height: 70px;
	float: left;
	display: flex;
	align-items: center;
}

.header-navbar>ul>li{
	float: left;
	width:124px;
	text-align: center;
	position: relative;
	padding:25px 0 20px;
}
.header-navbar>ul>li>a{
	display: block;
	text-align: center;
	line-height:26px;
	color:#333333;
}
.header-navbar>ul>li+li>a{
	border-left:1px solid #dcdcdc;
}
.header-navbar>ul>li.active>a{
	font-weight: bold;
	color:#0691ff;
}
.header-navbar>ul>li:hover>a{
	font-weight: bold;
	color:#0691ff;
}
.navslide-xla{
	width:100%;
	background:#fff;
	z-index:999;
	position: absolute;
	left:0;
	top:100%;
	padding:16px 0;
	display: none;
}
.navslide-xla ul li{
	padding:4px 0;
	color:#333333;
}
.navslide-xla ul li a{
	display: inline-block;
	line-height:34px;
	color:#333333;
	padding:0 10px;
}
.navslide-xla ul li:hover{
	background:#e1f2ff;
}
.navslide-xla ul li a:hover{
	color:#5dacff;
}
.header .phone{ position: relative; padding-left: 54px; margin-top:15px; color: #999; line-height: 23px}
.header .phone::before{ position: absolute; top: 50%; left: 0; width: 38px; height: 38px; margin-top: -21px; background: url(../images/hf-icon.png) no-repeat; content: ""}
.header .phone span{ display: block; font-size: 24px; color: #999}
.header .phone p{ height: 23px; font-size: 14px; text-align: justify}
.header .phone p::after{ display: inline-block; width: 100%; height: 0; content: ""}

.media-title{
	padding:35px 0 0 55px;
}
.media-title h3{
	font-size:33px;
	color:#333333;
	line-height:46px;
}
.media-title h3 span{
	display: inline-block;
	font-weight: bold;
	color:#0691ff;
}
.media-title a.more{
	display: inline-block;
	font-weight: bold;
	font-size:16px;
	color:#0691ff;
}
.media-title a.more:hover{
	text-decoration: underline;
}

.streaming-warps{
	background:#f9f9f9;
	padding:20px 0 55px;
}
.allswiper{
	padding-bottom:70px;
}
.allswiper .swiper-pagination{
	top:95%;
	width:60%;
	background:#eeeeee;
	height:14px;
	border-radius:10px;
	left:50%;
	overflow: hidden;
	 transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-o-transform:translateX(-50%);
}

.allswiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background:#dddddd;
}
.streaming-swiper{
	padding:0 34px;
}
.stream-time{
	height:50px;
	padding:10px 0 0;
	margin-bottom:30px;
	position: relative;
	text-align: center;
	margin-right:-25px;
}
.stream-time p{
	font-size:16px;
	color:#323232;
}
.stream-time:after{
	display: block;
	content:"";
	width:100%;
	height:1px;
	background:#ededed;
	bottom:0;
	position: absolute;
	left: 0;
}
.stream-time p:after{
	display: block;
	content:"";
	width:20px;
	height:20px;
	background:url(../images/time-1.png) no-repeat;
	position: absolute;
	left: 50%;
	bottom: -10px;
	z-index:99;
	 transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-o-transform:translateX(-50%);
}

.stream-btom{
	
}
.stream-btom .text{
	padding:15px 15px 0;
	height:66px;
}
.stream-btom .text h3{
	font-weight: bold;
	font-size:16px;
	color:#333333;
	text-align: justify;
}
.stream-btom .flex-L{
	padding:0 15px;
}
.stream-btom .flex-L p{
	color:#999999;
	line-height:30px;
}
.stream-btom .flex-L span{
	display: inline-block;
	color:#fff;
	width:60px;
	line-height:30px;
	background:#ff4e00;
	border-radius:3px;
	text-align: center;
}
.stream-btom .btns{
	text-align: right;
	padding:10px 15px 0;
}
.stream-btom .btns a{
	display: inline-block;
	padding-right:16px;
	color:#ff8a00;
	font-size:18px;
	background:url(../images/more-1.png) no-repeat right center;
}
.stream-btom .btns a:hover{
	text-decoration: underline;
}
.streaming-swiper .swiper-slide:hover .stream-time p{
	color:#2293fd;
}
.streaming-swiper .swiper-slide:hover .stream-time p:after{
	background:url(../images/time-2.png) no-repeat;
}
.studying-swiper{
	padding:50px 40px 0;
}
.studying-slide{
	position: relative;
	border-radius:5px;
	overflow: hidden;
}
.studying-slide .hover-slide{
	width:100%;
	height:100%;
	background:rgb(0,0,0,0.5);
	position: absolute;
	left: 0;
	top:100%;
	z-index:99;
	 -moz-transition:.5s;
	-webkit-transition: .5s;
	transition: .5s;
}
.studying-slide .hover-slide .text{
	padding:40px 25px 0 36px;
}
.studying-slide .hover-slide .text p{
	position: relative;
	color:#fff;
	font-size:18px;
	line-height:36px;
	padding-left:18px;
}
.studying-slide .hover-slide .text p:before{
	display: block;
	content:"";
	width:10px;
	height: 10px;
	background:#fff;
	border-radius:50%;
	position: absolute;
	left: 0;
	top: 12px;
}
.studying-slide:hover .hover-slide{
	top:0;
}


.scheme-form{
	padding:50px 0 0;
	height:317px;
	background:url(../images/scheme-form.jpg) no-repeat center 50px;
}
.scheme-warps{
	background:#f9f9f9;
}
.scheme-title{
	text-align: center;
	padding:35px 0;
}
.scheme-title h3 span{
	position: relative;
	font-size:26px;
	color:#2b2e87;
	font-weight: bold;
	line-height:36px;
	padding:0 14px;
}
.scheme-title h3 span:before{
	display: block;
	content:"";
	width:380px;
	height: 1px;
	background:#797db7;
	position: absolute;
	top:50%;
	right:100%;
}
.scheme-title h3 span:after{
	display: block;
	content:"";
	width:380px;
	height: 1px;
	background:#797db7;
	position: absolute;
	top:50%;
	left:100%;
}
.scheme-title p{
	color:#2b2e87;
}
.scheme-listy ul li{
	display: flex;
	margin:0 20px;
}
.scheme-listy ul li .tabel{
	width:105px;
	padding-left:25px;
	line-height:30px;
	color:#666666;
}
.scheme-listy ul li .put{
	width:200px;
	padding:0 10px;
	border:1px solid #ededed;
	height:30px;
	background:#fff;
	border-radius:4px;
}
.scheme-listy ul li .put input{
	display: block;
	width:100%;
	height:28px;
	line-height:28px;
	background: none;
	outline: none;
	border: none;
}
.scheme-listy ul li .tabel.icon-1{background:url(../images/scheme-icon-1.png) no-repeat left center;}
.scheme-listy ul li .tabel.icon-2{background:url(../images/scheme-icon-2.png) no-repeat left center;}
.scheme-listy ul li .tabel.icon-3{background:url(../images/scheme-icon-3.png) no-repeat left center;}

.scheme-btns{
	text-align: center;
	padding:32px 0 0;
}
.scheme-btns button{
	width:236px;
	display: inline-block;
	height:42px;
	background:#fa8513;
	color:#fff;
	outline: none;
	cursor: pointer;
	border: none;
	border-radius:4px;
	font-size:16px;
}

.adviser-swiper{
	padding:0 18px 60px;
}

.adviser-swiper .swiper-slide{
	padding:128px 0 0;
}

.adviser-slide{
	background:#fff;
	border-radius:6px;
	position: relative;
	height:365px;
	padding:95px 0 0;
	text-align: center;
}
.adviser-slide:hover{
	box-shadow: 0px 0px 25.92px 6.08px rgba(213, 213, 213, 0.35);
}
.adviser-slide .Img{
	width:156px;
	height:156px;
	border-radius:50%;
	position: absolute;
	top:-86px;
	left:50%;
	 transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-o-transform:translateX(-50%);
}
.adviser-text .text{
	height:90px;
}
.adviser-text .text h3{
	font-size:18px;
	color:#333333;
	font-weight: bold;
	line-height:30px;
	margin-bottom:10px;
}
.adviser-text .text p{
	font-size:14px;
	color:#666666;
	line-height:30px;
}
.adviser-text .pages{
	height:120px;
}
.adviser-text .pages h3{
	color:#3679e7;
	margin-bottom:6px;
	background:url(../images/xian-1.png) no-repeat center;
}
.adviser-text .pages p{
	color:#999999;
}
.adviser-text .btns a{
	display: inline-block;
	font-size:16px;
	color:#fff;
	background:#3679e7;
	width:100px;
	line-height:32px;
	border-radius:50px;
}
.adviser-text .btns a:hover{
	text-decoration: underline;
}
.clients_click{
	width:110px;
}
.clients_click ul li{
	margin-bottom:10px;
}
.clients_click ul li a{
	display: block;
	font-size:16px;
	line-height:34px;
	color:#333333;
	text-align: center;
}
.clients_click ul li.active a{
	background:#ff0000;
	color:#fff;
}

.clients-walset{
	padding:55px 0;
}
.clients-warps{
	background:#eef4ff;
}

.togparents.right{
	width: 1050px;
}
.clients-listy>ul>li{
	float: left;
	width:33.33%;
	padding:0 5px 10px;
}
.clients-slide{
	height:148px;
	padding:30px 0 0;
	background:#fff;
	position: relative;
	display: flex;
}
.clients-slide .Img{
	width: 110px;
	text-align: center;
}
.clients-slide .Img p{
	color:#1a3779;
	padding:10px 0 0;
}
.clients-slide .list{
	width:calc(100% - 110px);
}
.clients-slide .list ul li{
	float: left;
	width:50%;
	height:36px;
}
.clients-slide .list ul li a{
	display: inline-block;
	color:#333333;
	line-height:18px;
}
.case-position {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #999;
    background: rgba(0,0,0,.6);
    font-size: 16px;
    color: #FFF;
    line-height: 148px;
    text-align: center;
    opacity: 0;
    transition: all .3s linear;
}
.clients-listy>ul>li:hover .case-position{
	opacity:1;
}
.hidenlink{display: none;}
.hidenlink.active{display: block;}

.Budget-walset{
	padding:0 50px;
}
.Budget_click ul li{
	float: left;
	width:20%;
	text-align: center;
}
.Budget_click ul{
	padding:40px 0 0;
}
.Budget_click ul li a{
	display: block;
	font-size:24px;
	color:#666666;
	line-height:44px;
}
.Budget_click ul li.active a{
	color:#fff;
	background:#ff0000;
}
.Budget-listy ul li{
	float: left;
	width:350px;
	height:210px;
	position: relative;
	margin:0 12px 25px;
	border-radius:5px;
	overflow: hidden;
}
.Budget-listy ul{
	margin:0 -13px;
	padding:70px 0;
}
.Budget-text{
	height:100%;
	width:100%;
	position: absolute;
	left: 0;
	top: 0;
	padding:26px;
}
.Budget-listy ul li:hover .Budget-text{
	background:#477cf3
}
.Budget-text p{
	font-size:18px;
	font-weight: bold;
	color:#fff;
	text-shadow: 0px 2px 5.4px rgba(0, 0, 0, 0.46);
}
.Budget-text .btn{
	text-align: right;
}
.Budget-listy ul li:hover .Budget-text .btn a{
	background:#fff;
	color:#477cf3;
}
.Budget-text .btn a{
	background-color: rgb(221, 221, 221,0.6);
	width:92px;
	line-height:34px;
	display: inline-block;
	text-align: center;
	border-radius:30px;
	color:#333333;
	font-size:16px;
}
.Budget-text .btn a:hover{
	text-decoration: underline;
}

.contact-warps{
	height:545px;
	background:url(../images/contact-bg.jpg) no-repeat top center;
}
.contact-slide{
	position: relative;
	min-height:360px;
}
.mapclick-lst{
	width:140px;
	position: relative;
}
.mapclick-lst ul li{
	cursor: pointer;
	width:12px;
	height:12px;
	border:2px solid #9eb9e4;
	border-radius:50%;
	background:#bcbcbc;
	position: absolute;
}
.mapclick-lst ul li.Shanghai{
	right: 0;
	top: 70px;
}
.mapclick-lst ul li.shenzhen{
	right:30px;
	top:115px;
}
.mapclick-lst ul li.suzhou{
	right:20px;
	top:75px;
}
.mapclick-lst ul li.nanjin{
	right:0;
	top:86px;
}
.mapclick-lst ul li.chengdou{
	left:54px;
	top:86px;
}
.mapclick-lst ul li.xian{
	left:78px;
	top:70px;
}
.mapclick-lst ul li.active{
	background:#3679e7;
}
.mapclick-lst ul li span{
	display: block;
	font-size:15px;
	color:#3679e7;
	position: absolute;
	left:40%;	
	top:-24px;
	z-index: 99;
	visibility: hidden;
	 transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-o-transform:translateX(-50%);
}
.mapclick-lst ul li.active span{visibility: visible;}
.contact-title{
	padding:18px 0 30px;
}
.contact-title h3{
	font-size:36px;
	color:#3679e7;
	line-height:56px;
}
.contact-title p{
	font-size:18px;
	color:#3679e7;
	line-height:30px;
}
.contact-listy{
	min-width: 180px;
	max-width:210px;
}
.contact-listy ul li{
	margin-bottom:30px;
}
.contact-listy ul li a{
	display: inline-block;
	font-size:18px;
	color:#8f99a9;
	line-height:30px;
}
.contact-listy ul li.active a{
	font-weight: bold;
	color:#3679e7;
}
.contact-listy h3.title{
	font-size:18px;
	color:#3679e7;
	line-height:30px;
	font-weight: bold;
	margin-bottom:20px;
}
.contact-listy .adress{
	border-top:1px solid #e4e7ee;
	padding:15px 0;
}
.contact-listy .adress p{
	font-size:14px;
	color:#8f99a9;
	line-height:36px;
}
.contact-listy .more a{
	display: inline-block;
	width:138px;
	border: 1px solid #e1e1e2;
	border-radius:30px;
	text-align: center;
	line-height:46px;
	font-size:18px;
	color:#999999;
}
.contact-listy .more a span{
	display: inline-block;
	padding-left:18px;
	line-height:46px;
	font-size:18px;
	color:#999999;
	background:url(../images/adress.png) no-repeat left center;
}
.contact-listy .more a:hover span{
	text-decoration: underline;
}
.contact-map{
	width:460px;
	height:270px;
	margin-left:50px;
	position: relative;
}
.contact-map #allmap{
	width: 100%;
	height: 100%;
}
.anchorBL{

display:none;

}
.footer{background:#182987;}
.footer .foot-bottom{ padding: 14px 0 22px;}
.footer .foot-bottom ul{ overflow: hidden; display: -webkit-flex; display: flex; flex-wrap: wrap; justify-content: center}
.footer .foot-bottom li{ float: left; padding: 5px 0; font-size: 12px; color: #b7b7b7; line-height: 26px}
.footer .foot-bottom li a{ position: relative; display: block; padding-left: 25px; margin-left: 10px; color: #b7b7b7}
.footer .foot-bottom li a::before{ position: absolute; top: 3px; left: 0; width: 20px; height: 20px; background: url(../images/footer-bottom-icon.png) no-repeat; content: ""}
.footer .foot-bottom li:nth-child(1) a::before{ background-position: 0 0}
.footer .foot-bottom li:nth-child(2) a::before{ background-position: -20px 0}
.footer .foot-bottom li:nth-child(3) a::before{ background-position: -40px 0}
.footer .foot-bottom li:nth-child(4) a::before{ background-position: -60px 0}
.footer .foot-bottom li:nth-child(5) a::before{ background-position: -80px 0}
.footer .foot-bottom li:nth-child(6) a::before{ background-position: -100px 0}
.footer .foot-bottom li:nth-child(7) a::before{ background-position: -120px 0}
.footer .foot-bottom li:nth-child(8) a::before{ background-position: -140px 0}
.footer .foot-bottom li:nth-child(9) a::before{ background-position: -160px 0}
.footer .foot-bottom li:nth-child(10) a::before{ background-position: -180px 0}
.footer .foot-bottom li.fb-lastB,.footer .foot-bottom li:last-child{ width: 100%; text-align: center}
.footer .foot-bottom li.fb-lastB a{ display: inline-block; padding-left: 0; margin-left: 0}
.footer .foot-bottom li.fb-lastB a::before{ display: none}
.footer .foot-bottom li.fb-lastB a:first-child{ padding-left: 25px}
.footer .foot-bottom li.fb-lastB a:first-child::before{ display: block}


.banner-activity{
	height:613px;
	position: relative;
	background:url(../images/banner-activity.jpg) no-repeat top center;
}
.activity-btn{
	border: none;
	display: block;
	text-align: center;
	border-radius: 39px;
  background-image: -moz-linear-gradient( 90deg, rgb(255,103,2) 0%, rgb(255,179,1) 53%, rgb(255,255,0) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(255,103,2) 0%, rgb(255,179,1) 53%, rgb(255,255,0) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(255,103,2) 0%, rgb(255,179,1) 53%, rgb(255,255,0) 100%);
  box-shadow: 0px 6px 15.6px 8.4px rgba(143, 38, 1, 0.37);
  position: absolute;
  	 transform:translateX(-50%);
  	-ms-transform:translateX(-50%);
  	-moz-transform:translateX(-50%);
  	-webkit-transform:translateX(-50%);
  	-o-transform:translateX(-50%);
  left:50%;
  bottom:72px;
  font-size:36px;
  color:#af3600;
  width: 362px;
  line-height: 78px;
  z-index:99;
}
.content-cargo{
	height: 4565px;
	background:url(../images/bg.jpg) no-repeat top center;
}
.cargo-title{
	padding:100px 0 50px;
	text-align: center;
}
.cargo-title h3 span{
	display: inline-block;
	font-size:50px;
	color:#333333;
	font-weight: bold;
	line-height:66px;
	padding:0 85px;
	background:url(../images/dian-1.png) no-repeat left center,url(../images/dian-2.png) no-repeat right center;
}
.decode-listy ul{
	padding:42px 30px 8px;
	background:#faa245;
	border-radius:10px;
}
.decode-listy ul li{
	float: left;
	width:25%;
	text-align: center;
}
.decode-listy ul li p{
	font-weight: bold;
	color:#fff;
	font-size:24px;
	line-height:68px;
}
.Remarks-listy ul li{
	float: left;
	width:50%;
	padding:90px 0 0;
}
.Remarks-slide{
	border-radius: 8px;
  	background-color: rgb(255, 255, 255);
  	box-shadow: 0px 6px 19.11px 1.89px rgba(178, 178, 178, 0.36);
  	width: 464px;
  	height: 307px;
  	margin:0 auto;
  	position: relative;
  	padding:10px 24px;
}
.Remarks-slide .text h3{
	font-size:22px;
	color:#fa9c38;
	font-weight: bold;
	line-height:32px;
	padding-left: 30px;
	background:url(../images/palsy-btn.png) no-repeat left center;
	margin-left:-5px;
}
.Remarks-slide .text h3 span{
	display: inline-block;
	color:#ff1901;
}
.Remarks-slide .text h4{
	font-size:30px;
	color:#666666;
	line-height:40px;
	font-weight: bold;
	height:88px;
	padding:8px 0 0;
	overflow: hidden;
}
.Remarks-slide .pages{
	background:#f3f3f3;
	padding:0 14px;
	height:30px;
	overflow: hidden;
	border-radius:3px;
	margin:5px 0;	
}
.Remarks-slide .pages p{
	font-size:14px;
	color:#999999;
	line-height:30px;
	padding-right:14px;
	 white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	background:url(../images/jiant-1.png) no-repeat right center;
}
.Remarks-slide .pages.on{
	height: auto;
}
.Remarks-slide .pages.on p{
	white-space:normal;
	text-overflow:clip;
}
.Remarks-slide .swllset{
	height:80px;
	padding:10px 0 10px 10px;
}
.Remarks-slide .swllset p{
	font-size:16px;
	line-height:32px;
	color:#333333;
	position: relative;
	padding-left: 20px;
}
.Remarks-slide .swllset p span{
	display: inline-block;
	font-weight: bold;
	color:#333333;
	font-size:18px;
	width:74px;
}
.Remarks-slide .swllset p i{
	font-style: normal;
	float: right;
	width: calc( 100% - 80px);
}
.Remarks-slide .swllset p:before{
	display: block;
	content:"";
	width:11px;
	height:5px;
	background:#faa245;
	border-radius:3px;
	position: absolute;
	left: 0;
	top:12px;
}
.Remarks-slide .btn{
	text-align: center;
}
.Remarks-slide .btn a{
	display: inline-block;
	line-height:42px;
	width:138px;
	color:#fff;
	font-size:18px;
	background:#fa8145;
	border-radius:30px;
	text-align: center;
}
.Remarks-slide .btn a:hover{
	text-decoration: underline;
}
.Remarks-slide .title{
	font-size:18px;
	width:118px;
	text-align: center;
	line-height:45px;
	background:#faa245;
	color:#fff;
	border-radius:0 10px 0 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
}
.Remarks-slide .slide h4{
	text-align: center;
	font-size:34px;
	color:#faa245;
	font-weight: bold;
	line-height:60px;
}
.subscribe-warps{
	height:487px;
	background:url(../images/subscribe-warps.jpg) no-repeat top center;
}
.subscribe-listy{
	padding:78px 180px 0;
	position: relative;
}
.subscribe-listy ul li{
	padding:0 18px;
	background:#fff;
	border-radius:5px;
	margin-bottom:20px;
}
.subscribe-listy ul li input{
	display: block;
	width:100%;
	height:60px;
	line-height:60px;
	padding-left: 50px;
	border: none;
	outline: none;
	font-size:18px;
	color:#666666;
}
.subscribe-listy ul li.icon-1 input{background:url(../images/subscribe-1.png) no-repeat left center;}
.subscribe-listy ul li.icon-2 input{background:url(../images/subscribe-2.png) no-repeat left center;}
.subscribe-listy ul li.icon-3 input{background:url(../images/subscribe-3.png) no-repeat left center;}


.subscribe-btn{
	display: block;
	text-align: center;
	border-radius: 39px;
  background-image: -moz-linear-gradient( 90deg, rgb(255,103,2) 0%, rgb(255,179,1) 53%, rgb(255,255,0) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(255,103,2) 0%, rgb(255,179,1) 53%, rgb(255,255,0) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(255,103,2) 0%, rgb(255,179,1) 53%, rgb(255,255,0) 100%);
  box-shadow: 0px 6px 15.6px 8.4px rgba(143, 38, 1, 0.37);
  font-size:36px;
  color:#af3600;
  width: 362px;
  line-height: 78px;
	border: none;
	margin:0 auto;
	outline: none;
	cursor: pointer;
}
.subscribe-btn:hover{
	color:#f10505;
}
.choice-listy ul li{
	float: left;
	width:328px;
	height:426px;
}
.choice-listy ul li.icon-1{background:url(../images/choice-1.png) no-repeat top center;}
.choice-listy ul li.icon-2{background:url(../images/choice-2.png) no-repeat top center;}
.choice-listy ul li.icon-3{background:url(../images/choice-3.png) no-repeat top center;}

.choice-slide{
	padding:190px 80px 0;
}
.choice-slide .text h3{
	position: relative;
	font-size:18px;
	color:#333333;
	font-weight: bold;
	text-align: center;
	margin-bottom:18px;
}
.choice-slide .text h3:after{
	display: block;
	content:"";
	width:70px;
	height:3px;
	background:#f94a5f;
	position: absolute;
	left:50%;
	bottom:-5px;
	 transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-o-transform:translateX(-50%);
}
.choice-slide .text p{
	font-size:16px;
	color:#333333;
	text-align: justify;
}
.contact-active{
	padding:100px 0 0;
}
.contact-active .inner{
	background:url(../images/mapclick.png) no-repeat right center;
}

.Fidex-rights{
	width:130px;
	padding:24px 13px 0;
	height:440px;
	position: fixed;
	right: 0;
	top:50%;
	 transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	background:#67a7fe;
	text-align: center;
	border-radius:5px;
}
.Fidex-rights .tells p{
	color:#fff;
	font-size:16px;
	line-height:26px;
	padding-top:30px;
	background:url(../images/tellfx.png) no-repeat top center;
}
.Fidex-rights a.zixunbtn{
	padding:0 10px;
	line-height:20px;
	border: 1px solid #ffffff;
	border-radius:30px;
	color:#ffffff;
}
.Fidex-zxlisty{
	padding:20px 0;
}
.Fidex-zxlisty ul li{
	margin-bottom:5px;
}
.Fidex-zxlisty ul li a{
	display: block;
	border-radius:3px;
	line-height:26px;
	font-size:16px;
	background:#477cf3;
	color:#fff;
}
.Fidex-zxlisty ul li a:hover{
	background:#6c99fe;
}
.Fidex-erwmx{
	display: none;
	width:430px;
	height:624px;
	position: fixed;
	left:50%;
	top:50%;
	z-index:99999;
	text-align: center;
	border-radius: 20px;
  	background-color: rgb(250, 162, 69);
  	box-shadow: 0px 16px 51.35px 13.65px rgba(199, 115, 26, 0.36);
	 transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
}
.Fidex-eriner{
	padding:28px 38px 0;
}

.Fidex-wxlisty{
	background:#fff;
	margin:32px 0 0;
	border-radius:10px;
	padding:30px 10px 10px;
}
.Fidex-wxlisty .text h3{
	font-size:24px;
	color:#999999;
	line-height:34px;
}
.Fidex-wxlisty .text h4{
	font-size:30px;
	color:#faa245;
	line-height:40px;
}
.Fidex-wxlisty .text a{
	display: block;
	text-align: center;
	color:#fff;
	line-height:72px;
	font-size:32px;
	font-weight: bold;
	background:#e03b08;
	border-radius:5px;
}
.colse-btns{
	color:#fff;
	position: absolute;
	right:20px;
	top:10px;
	z-index:99;
	cursor: pointer;
	font-size:18px;
}