/* CSS Document */
html{
	width:100%;
	height:100%;
}
body{
	-webkit-text-size-adjust:none;
	font-family:'微软雅黑';
	width:100%;
	height:100%;
}
body, div, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, pre, form, fieldset, legend, button, input, textarea, th, td, img{
	margin:0;
	padding:0;
}
@font-face {
    font-family: "iconfont";
    src: url('../font/iconfont.eot?t=1503286834084'); /* IE9*/
    src: url('../font/iconfont.eot?t=1503286834084#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/iconfont.woff?t=1503286834084') format('woff'), /* chrome, firefox */
    url('../font/iconfont.ttf?t=1503286834084') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('../font/iconfont.svg?t=1503286834084#iconfont') format('svg'); /* iOS 4.1- */
}
ul, li, ol{
	list-style:none;
	margin:0;
	padding:0;
}
input, textarea{
	margin: 0;
	padding: 0;
	border:none;
	border-radius: 0;
	-webkit-border-radius:0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	border:none;
}
a {
	color:#000;
	text-decoration:none;
	transition:all .4s;
}
input, img {
	vertical-align:middle;
}
video { display: block; }
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
.iconfont {
	font-family:"iconfont" !important;
	font-size:16px;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
/* iphone按钮初始化 */
input[type="submit"],  input[type="reset"],  input[type="button"],  button {
	-webkit-appearance: none;
}
/* 圆角 */
.fillet5{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.fillet10{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.fillet50{
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	border-radius:50px;
}
.fillet80{
	-moz-border-radius:80px;
	-webkit-border-radius:80px;
	border-radius:80px;
}
.fillet300{
	-moz-border-radius:300px;
	-webkit-border-radius:300px;
	border-radius:300px;
}
/*=============
 * heard
 =============*/
.header{
	width:100%;
	height:90px;
	line-height:90px;
	position:fixed;
	background: rgba(0,0,0,0.15);
	top:0;
	z-index:8888;
}
.content{
	width:80%;
	margin:0 auto;
}
/* logo */
.logo{
	width:15%;
	height:auto;
	float:left;
}
.logo img{
	width:100%;
	height:100%;
}
/* menu */
.menu{
	float:right;
}
.menu ul li{
	padding:0 0 0 25px;
	float:left;
	font-size:16px;
}
.menu ul li a{
	display:block;
	color:#fff;
}
.menu ul li a:active,.menu ul li a:hover{
	color:#23aae8;
}
/* banner */
.banner{
	width:100%;
	height:550px;
	color:#fff;
	text-align: center;
	background:url(../images/02.jpg) no-repeat center;
}
.am-animation-slide-bottom{
	padding-top:200px;
	font-size: 38px;
}
.am-animation-delay-1{
	margin-top:50px;
	font-size:22px;
}
.am-animation-delay-2{
	margin-top: 30px;
	font-size: 20px;
}
/*=============
 * footer
 =============*/
.w1210{
	width:80%;
	margin: 0 auto;
}
/*尾部*/
.site-footer {
	font-size: 14px;
	line-height: 1.8;
	background: #373d41;
}
.site-footer a:hover {
	color: #ff7300 !important;
}
.site-footer .footer-article {
	padding: 30px 0 20px;
	overflow: hidden;
	border-bottom: 1px solid #4b5054;
	position: relative;
	top:50px;
	opacity: 0;
}
.site-footer .col-article {
	float: left;
	width: 233px;
	margin-right: 40px;
}
.site-footer .col-article dt {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: normal;
	color: #d7d8d9;
}
.site-footer .col-article dd {
	width: 232px;
	margin: 0;
	overflow: hidden;
	border-right: 1px solid #4b5054;
}
.site-footer .col-article dd a {
	float: left;
	width: 116px;
	margin: 0 0 6px;
	font-size: 12px;
	color: #9b9ea0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.site-footer .col-article.col-article-spe {
	width: 195px;
}
.site-footer .col-article.col-article-spe dd {
	width: auto;
	border: 0;
}
.site-footer .col-article.col-article-spe dd p {
	height: 36px;
	padding-top: 6px;
	font: 20px/36px Arial;
	color: #9b9ea0;
}
.site-footer .col-article.col-article-spe dd i {
	float: left;
	margin-right: 10px;
	font-size: 32px;
}
.site-footer .col-article.col-article-spe dd i.orange {
	color: #ff7300;
}
.site-footer .col-article.col-article-spe dd i.blue {
	color: #2da6f6;
}
.site-footer .col-code {
	float: left;
	width: 120px;
	text-align: center;
	color: #9b9ea0;
}
.site-footer .col-code img {
	width: 120px;
	height: 120px;
	margin-bottom: 5px;
}
.footer-links {
	position: relative;
	z-index: 1;
	width: 75%;
	padding: 10px 0 10px 5%;
	margin: 0 auto;
	font-size: 14px;
	line-height: 24px;
	border-bottom: 1px solid #4b5054;
	top:50px;
	opacity: 0;
}
.footer-links span {
	position: absolute;
	left: 0;
	color:#999;
}
.footer-links a {
	padding: 0 5px;
	margin: 0 10px;
	color: #ccc;
}
.footer-info .info-text {
	padding-bottom: 10px;
	font-size: 12px;
	text-align: center;
}
.footer-info .info-text .nav-bottom {
	padding: 20px 0 5px;
	font-size: 14px;
	color: #ccc;
	text-align: center;
	position: relative;
	top:50px;
	opacity: 0;
}
.footer-info .info-text .nav-bottom a {
	padding: 0 8px;
	color: #9b9ea0;
}
.footer-info .info-text .copyright {
	padding-top: 5px;
}
.footer-info .info-text em {
	padding: 0 8px;
}
.bottom{
	width:100%;
	height:50px;
	line-height:50px;
	background:#373d41;
	border-top:1px solid #4b5054;
	overflow:hidden;
}
.bottom p{
	color:#999;
	opacity:0;
	position:relative;
	top:50px;
}
.bottom a{
	color:#999;
}
.footer_cont{
	width:75%;
	margin:0 auto;
	font-size: 14px;
}
/* 导航 */
.nav {
	margin-top:50px;
	width:40%;
	float: right;
	text-align: center;
}
.model-nav {
	display: none;
	position: fixed;
	left: 0; top: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
}
.model-nav:after {
	content: '';
	clear: both;
}
.model-shadow {
	position: absolute;
	left: 0; top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.4);
}
.nav-list {
	float: right;
	margin-right: -100%;
	width:40%;
	height: 100%;
	display: block;
	background:rgba(0,0,0,0.8);
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nav-item {
	/*display: none;*/
}
.nav-item a {
	display: block;
	padding: 15px 0;
	font-size: 0.8725em;
	font-weight: 400;
	color: #FFFFFF;
	text-transform: uppercase;
	border-bottom: 1px ridge #444;
	-webkit-transition: color .2s linear,background .2s linear;
	-moz-transition: color .2s linear,background .2s linear;
	-o-transition: color .2s linear,background .2s linear;
	transition: color .2s linear,background .2s linear;
}
.nav-inner {
	display: none;
}
.nav-active, .nav-active-inner .nav-inner {
	display:block;
}
/*=============
 * wexin
 =============*/
.wechat_class{
	width:85%;
	margin:0 auto;
	text-align: center;
}
.wechat_class p{
	font-size: 24px;
}
.wechat_class p.title{
	font-size: 34px;
	margin:80px 0 10px 0;
}
.wechat_class ul{
	width:100%;
	margin:50px 0 80px 0;
}
.wechat_class ul li{
	width:23%;
	margin:1%;
	float: left;
	background-color: #ccc;
	position: relative;
}
.wechat_class ul li img{
	width:100%;
	height:180px;
}
.wechat_class ul li a{
	display: block;
	width:100%;
	height:120px;
	padding-top:60px;
	position: absolute;
	top:0;
	left:0;
	font-size:26px;
	color:#fff;
	background: rgba(0,0,0,0.5);
}
.wechat_class ul li a span{
	display: none;
	font-size: 14px;
	margin-top:10px;
}
.wechat_class ul li a:hover{
	/*background: -prefix-linear-gradient(left top, rgba(255,0,0,0.5), rgba(255,136,0,0.5));*/
	background: linear-gradient(to bottom right, rgba(255,0,0,0.5), rgba(255,136,0,0.5));
}
.wechat_class ul li a:hover span{
	display: block;
}
/*=============
 * scene
 =============*/
.scene{
	width:85%;
	margin:0 auto 80px auto;
	text-align: center;
}
.scene h2{
	font-size:38px;
	font-weight: initial;
	text-align: center;
}
.scene dl{
	width:20%;
	float: left;
	margin-top:30px;
}
.scene dl dt{
	margin:40px 0;
}
.scene dl dd{
	font-size:24px;
}

/* video */
.video {
	width:100%;
	height:400px;
	overflow: hidden;
	position: relative;
}
.video .video_cont{
	width:75%;
	height:100%;
	top:0;
	left:0;
	color:#fff;
	font-size:30px;
	text-align:left;
	padding:100px 12.5% 0 12.5%;
	position: absolute;
	line-height:70px;
	background:rgba(0,0,0,0.3) url(../images/wg.png) repeat;
}
.video video{
	width:100%;
	margin-top: -200px;
	z-index: -99;
}
/* flow */
.i-process .list {
	background: #fff url("../images/line.png") no-repeat center ;
	margin: 0 auto;
	width: 1200px;
	height: 333px;
}
.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}
.por {
	position: relative;
}
.poa {
	position: absolute;
}
.flow, .cooperation {
	background-color: #fff;
}
.flow {
	height: 620px;
	text-align: center;
}
.flow .title {
	padding:60px 0;
}
.title-text {
	position: relative;
	padding-bottom: 20px;
	font-size: 34px;
	color: #666666;
	font-weight: normal;
}
.title-text:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 110px;
	height: 6px;
	margin-left: -52px;
	background-color: #43cdab;
}
.title-description {
	margin-top: 40px;
	color: #b0b0b0;
}
.title-description {
	margin-top: 30px;
}
.inner-item {
	margin: 0 auto;
	position: relative;
}
.i-process {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
.i-process .hold {
	width: 1106px;
	height: 352px;
	margin: 0 auto;
}
.i-process .btn {
	width: 68px;
	height: 150px;
	line-height: 2;
	color: #8f8f95;
	text-align: center;
	transform: translateX(50px);
	opacity: 0;
}
.i-process .btn.cur {
	color: #43cdab;
}
.i-process .btn:nth-child(1) {
	left: 33px;
	top: 165px;
}
.i-process .btn:nth-child(2) {
	left: 151px;
	top: 61px;
}
.i-process .btn:nth-child(3) {
	left: 294px;
	top: 117px;
}
.i-process .btn:nth-child(4) {
	left: 439px;
	top: 46px;
}
.i-process .btn:nth-child(5) {
	left: 618px;
	top: 54px;
}
.i-process .btn:nth-child(6) {
	left: 776px;
	top: 46px;
}
.i-process .btn:nth-child(7) {
	left: 957px;
	top: 148px;
}
.i-process .btn:nth-child(8) {
	left: 1087px;
	top: 58px;
}
.i-process .btn .light {
	float: left;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background: #fff;
	margin: 12px 29px;
}
.i-process .btn .light:after {
	content: "";
	position: absolute;
	left: -5px;
	top: -5px;
	z-index: -1;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	background: #43cdab;
	opacity: 0.3;
}
.i-process .btn.cur .light:after {
	animation: Circle 1.2s infinite linear;
}
.i-process .btn.cur .light:after {
	animation: Circle 1.2s infinite linear;
}
.i-process .btn .circle {
	width: 68px;
	height: 68px;
	border-radius: 34px;
	background: #edeff1;
	margin: 12px 0;
}
.i-process .btn.cur .circle {
	background: #43cdab;
}
.i-process .btn .circle:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 68px;
	height: 68px;
	background: url(../images/bg_sign06.png) no-repeat;
}
.i-process .btn.cur .circle:after {
	background-position: 0 -68px;
}
.i-process .btn:nth-child(2) .circle:after {
	background-image: url(../images/bg_sign07.png);
}
.i-process .btn:nth-child(3) .circle:after {
	background-image: url(../images/bg_sign08.png);
}
.i-process .btn:nth-child(4) .circle:after {
	background-image: url(../images/bg_sign09.png);
}
.i-process .btn:nth-child(5) .circle:after {
	background-image: url(../images/bg_sign10.png);
}
.i-process .btn:nth-child(6) .circle:after {
	background-image: url(../images/bg_sign11.png);
}
.i-process .btn:nth-child(7) .circle:after {
	background-image: url(../images/bg_sign12.png);
}
.i-process .btn:nth-child(8) .circle:after {
	background-image: url(../images/bg_sign13.png);
}
.w-f {
	width: 100%;
}
.h-f {
	height: 100%;
}
.fwn {
	font-weight: normal;
}
.tac {
	text-align: center;
}
.t-f {
	transition: all 0.5s;
}
.t-c {
	transition: color 0.5s;
}
.t-bg {
	transition: background 0.5s;
}
@keyframes Circle {
	0% {
		transform: scale(0.5);
		opacity: 0;
	}
	50% {
		transform: scale(1);
		opacity: 0.3;
	}
	100% {
		transform: scale(0.5);
		opacity: 0;
	}
}
/* news */
/* 必要布局样式css */
#new_box {
	width: 100%;
	padding-top:50px;
	margin: 0 auto;
	color:#fff;
	overflow: hidden;
	position: relative;
	background: url("../images/weichat_banner2.jpg") no-repeat;
}
#new_box .bg{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
.title_cn {
	width:100%;
	z-index:99;
	text-align: center;
	font-size: 36px;
	position: absolute;
}
.title_desc {
	width:100%;
	z-index:99;
	text-align: center;
	font-size:26px;
	margin-top:60px;
	position: absolute;
}
.new_con {
	max-width: 1200px;
	margin: 0 auto;
	margin-top:150px;
}
.newtel {
	height: 30px;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 10px;
	font-size: 18px;
}
.new_telst {
	width:980px;
	margin: 0 auto;
	position: relative;
	top: 6px;
	text-align: center
}
.new_telst li {
	width: 140px;
	line-height: 30px;
	text-align: center;
	float: left;
	display: inline;
	font-family: "微软雅黑";
	cursor: pointer;
}
.new_telst li.newon {
	color: #43cdab;
	font-weight: bold;
}
.new_telst p {
	position: absolute;
	top: 32px;
	left: 0px;
	width: 140px;
	height:10px;
	border-top: 3px solid #43cdab;
	overflow: hidden;
	text-align: center;
}
.new_telst b {
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: -3px;
	border-style: solid dashed dashed dashed;
	border-width: 10px;
	border-color:#43cdab rgba(0,0,0,0) rgba(0,0,0,0);
	overflow: hidden;
	zoom: 1;
	font-size: 0;
}
.new_lst {
	position: relative;
	overflow: hidden;
	display: none;
	margin-top: 10px;
	padding-top: 20px;
}
.new-wrap {
	margin:30px 0 60px 0;
}
.new-wrap .show {
	display: block;
}
.new_lst li{
	width:23%;
	float: left;
	margin:0 1%;
	text-align: center;
}
.new_lst li a{
	display: block;
	padding:5%;
	border:1px solid #fff;
	background: rgba(255,255,255,0.2);
}
.new_lst li a:hover{
	background: rgba(255,255,255,0.5);
}
.new_lst a img{
	width:100%;
	height:100%;
}
.new_lst li span{
	font-size: 20px;
	margin-top: 20px;
	display: inline-block;
}
.cont h3{
	font-size: 30px;
	margin:50px 1% 30px 1%;
	font-weight: initial;
}
.cont p{
	margin:0 1%;
}
/* brand */
.brand{
	width: 80%;
	margin:0 auto;
	padding:0 10% 80px 10%;
	background: #f5f5f5;
}
.brand .brand_title{
	font-size: 36px;
	text-align: center;
	padding: 80px 0 50px 0;
}
.brand ul li{
	width:8.5%;
	margin:1.5% 2%;
	float: left;
}
.brand ul li img{
	width:100%;
	height: auto;
	border-radius:80px;
	background: #fff;
}
@media  only screen and (min-width:1000px) and (max-width:1200px){
	.header {
		width:100%;
		height:70px;
		line-height: 70px;
		background:rgba(0,0,0,0.15);
		position:fixed;
		z-index:8888;
	}
	.content{
		width:90%;
		margin:0 auto;
	}
	.logo{
		width:20%;
		display: block;
		float: left;
	}
	.nav-active, .nav-active-inner .nav-inner {
		margin-top: 0px;
		padding-bottom: 10px;
	}
	.menu {
		display: none;
	}
	.nav {
		margin-top:0px;
		margin-right:-5.5%;
		width:30%;
		height: 100%;
		background-color:rgba(0,0,0,0.7);
		float: right;
		text-align: center;
		z-index:9999999;
	}
	.nav-item {
		display: block;
		width:100%;
	}
	.nav-mobile {
		display: block;
		cursor: pointer;
		position: absolute;
		top: 20px;
		right: 25px;
		background: url(../images/nav_icon2.png) 60% 60% no-repeat;
		height:32px;
		width: 32px;
	}
}
@media  only screen and (min-width:700px) and (max-width:1000px){
    .nub_card .nub_card-item {
        width: 8rem; height: 8rem;
        line-height: 8rem;
        font-size: 4rem;
    }
	.content{
		width:90%;
		margin:0 auto;
	}
	.logo{
		width:25%;
		display: block;
		float: left;
	}
	.menu {
		display: none;
	}
	.nav {
		margin-top:0px;
		margin-right:-5.5%;
		width:30%;
		height: 100%;
		background-color:rgba(0,0,0,0.7);
		float: right;
		text-align: center;
		z-index:9999999;
	}
	.nav-item {
		display: block;
		width:100%;
	}
	.nav-mobile {
		display: block;
		cursor: pointer;
		position: absolute;
		top: 20px;
		right: 25px;
		background: url(../images/nav_icon2.png) 60% 60% no-repeat;
		height:32px;
		width: 32px;
	}
}
@media  only screen and (max-width: 700px) {
    .nub_card .nub_card-item {
        width: 6rem; height: 6rem;
        line-height: 6rem;
        font-size: 2.6rem;
    }
	.content{
		width:90%;
		margin:0 auto;
	}
	.logo{
		width:35%;
		display: block;
		float: left;
	}
	div.header {
		width:100%;
		height:70px;
		line-height: 70px;
		background:rgba(0,0,0,0.15);
		position:fixed;
		z-index:8888;
	}
	.nav-active, .nav-active-inner .nav-inner {
		margin-top: 0px;
		padding-bottom: 10px;
	}
	.menu {
		display: none;
	}
	.nav {
		display: block;
		float: right;
	}
	.nav-item {
		display: block;
		width:100%;
	}
	.nav-mobile {
		display: block;
		cursor: pointer;
		position: absolute;
		background-color:#000000 ;
		top: 20px;
		right: 25px;
		background: url(../images/nav_icon2.png) 60% 60% no-repeat;
		height:32px;
		width: 32px;
	}
}