﻿@charset "utf-8";
body {
	background:#fff;
	font-family:'\5FAE\8F6F\96C5\9ED1';	
	width:expression(document.body.clientWidth <= 1200? "1200px": "auto");
    min-width:1200px;
}
.box {
	width:1200px;
	margin:0 auto;

}
.box div>img{
	width: 100%;
}
.i-cnt.pl10{
	padding:0 10px;
}
.header {
	height:70px;
	width:100%;
	background:#fff;
	position:relative;
	z-index:999;}
.header .logo-box{
	float:left;
	padding:10px 20px;}
.header .logo-box .logo {
	display:block;
	width:150px;
	height:50px;
	background:url(../img/logo.png) no-repeat left center;
}
.header .box .logo-box~p{
	float:right;
	padding: 20px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
	color: #fff;
	background-color: #ed145b;
}
.header .box .logo-box~p img{
	float: left;
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
.header .nav>li {
	float:left;
	padding:20px;
	cursor:pointer;}
.header .nav>li>a{
	display:block;
	height:30px;
	font-size:14px;
	line-height:30px;
	font-weight:bold;
	text-decoration:none;
	color:#333;}
.header .nav>li>a:after{
	display:block;
	content:" ";
	width:0;
	height:2px;
	background-color:#2880e4;
    transition:all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition:all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition:all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition:all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);}
.header .nav>li>a.sel {
	color:#2880e4;
}
.header .nav>li:hover>a:after{
	width:100%;}
	
.header .nav li .subnav{
	display:none;
	font-size:0;
	line-height:0;
	text-align:center;
	background-color:rgba(128,128,128,1);
	position:absolute;
	top:70px;
	z-index:9;}
.header .nav>li:hover .subnav{
	display:block;}
.header .nav li .subnav li{}
.header .nav li .subnav li a{
	display:block;
	line-height:30px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	color:#fff;
	padding:10px 20px;}
.header .nav li .subnav li a:hover,
.header .nav li .subnav li a.active{
	background-color:rgba(51,51,51,0.5);}
	
	
.i-btn3 {
	color:#2880e4;
	border:1px solid #2880e4;
	padding: 7px 24px;
	height:20px;
	line-height:90px;
	border-radius:5px;
	margin:0 10px;

}
.i-btn3:hover {
	text-decoration:none;
}
.i-btn4 {
	color:#fff;
	background:#2880e4;
	border:1px solid #2880e4;
	padding: 7px 24px;
	height:20px;
	line-height:90px;
	border-radius:5px;
	margin:0 10px;
}
.i-btn4:hover {
	color:#fff;
	text-decoration:none;
}


.content {
	overflow:hidden;
}
.c-box {
	padding:30px 0 80px 0;
}
.f34 {
	font-size:34px;
}
.i-info li {
	width:20%;
	float:left;
	text-align:center;
}
.i-info li div {
	margin:0 30px;
}
.i-info li img {
	margin:55px 0 15px 0;
	transition:all 1.0s;
}
.i-info li img:hover {
	transform:rotate(360deg);
}
.i-info li h3 {
	font-size:18px;
	font-weight:normal;
	margin-bottom:10px;
}
.i-info li p {
	font-size:12px;
	color:#999;
}
.menu {
	width:230px;
}
.menu li {
	width:100%;
	height:34px;
	line-height:34px;
	display:inline-block;
	margin:5px 0;
	font-size:16px;
}
.menu li a {
	width:100%;
	height:34px;
	display:inline-block;
	background:url(../img/ico_menu.png) no-repeat 10px -26px;
	text-indent:34px;
}
.menu li a:hover {
	text-decoration:none;
	color:#55ba00;
}
.menu .sel {
	background:#55ba00;
	border-radius:5px;
}
.menu .sel a {
	width:100%;
	height:34px;
	display:inline-block;
	background:url(../img/ico_menu.png) no-repeat 10px 12px;
	text-indent:34px;
	color:#fff;
}
.menu .sel a:hover {
	text-decoration:none;
	color:#fff;
}
.r-cnt {
	width:760px;
	overflow:hidden;
}
.r-cnt img {
	max-width:750px;
}

.r-cnt div{

	display:none;
	text-align:center;
}

.r-cnt div.sel{
	display:block;
}
.r-cnt2 {
	width:700px;
	border:1px solid #ddd;
	border-radius:15px;
	min-height:300px;
	padding:50px 20px 40px 20px;
	font-size:18px;
}
.r-cnt2 div {
	margin-bottom:20px;
}
.f-name {
	width:200px;
	display:inline-block;
	text-align:right;
	padding-right:15px;
}
.input-text {
	border:solid 1px #ddd;
	background-color:#f4f4f4;
	padding:4px;
	line-height:30px;
	color:#555;
	width:200px;
	border-radius:5px;
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
	width:300px;
	transition:all 0.2s linear 0s
}
.input-text:hover {
	border: solid 1px #55ba00

}
.input-text:focus {
	border:solid 1px #55ba00 \9;
	border-color:#55ba00;
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	background:#fafafa;
}
.c-lx {
	width:200px;
	border-radius:5px;
	background:#eee;
	padding:15px;
	bottom:80px;
	line-height:2;
	overflow:hidden;
}
.btn {
	height:40px;
	line-height:40px;
	background:#55ba00;
	color:#fff;
	border-radius:5px;
	text-align:center;
	font-size:16px;
	display:inline-block;
	padding:0 20px;
}
.btn:hover {
	color:#fff;
	text-decoration:none;
	background:#50b000;
}
.btn:active {
	background:#55ba00;
}
.i-user li {
	width:25%;
	float:left;
	text-align:center;
}
.i-user li div {
	margin:0 20px;
}
.i-user li img {
	margin:55px 0 15px 0;
	border:1px solid #ddd;
	width:98%;
	transition:all 0.6s;
}
.i-user li img:hover {
	border:1px solid #b4e38d;
	box-shadow: 0 0 20px #b4e38d;
}
.i-user li h3 {
	font-size:20px;
	font-weight:normal;
	margin-bottom:10px;
	color:#55ba00;
}
.i-xz li {
	width:50%;
	float:left;
	text-align:center;
}
.i-xz li div {
	margin:0 20px;
}
.i-xz li h3 {
	font-size:18px;
	font-weight:normal;
	margin:50px 0 10px 0;
}
.i-xz li img {
	margin:10px 0 35px 0;
	width:220px;
	max-width:220px;
	transition:all 0.6s;
}
.i-xz li img:hover {
	box-shadow: 0 0 20px #b4e38d;
}
.footer {
	line-height:30px;
	text-align:center;
	padding:20px 0;
	background:#262626;
	color:#ddd;
}
.focus {
	height:630px;
	margin-top:90px;
	_margin-top:0;
}
.xmSlide {
	background-color:#ddd;
}
.xmSlide_01 {
	height:630px;
	background:url(../img/i_img02.jpg) no-repeat center center;
}
.xmSlide_02 {
	height:630px;
	background:url(../img/i_img01.png) no-repeat center center;
}
.xmSlide_03 {
	height:630px;
	background:url(../img/i_img03.jpg) no-repeat center center;
}
.i-img02 {
	height:540px;
	background:#2880e4 url(../img/i-img02.jpg) no-repeat center center;
}
.i-img04 {
	height:600px;
	background:#3f3173 url(../img/i-img04.jpg) no-repeat center center;
}
.i-img05 {
	height:611px;
	background:#2880e4 url(../img/i-img05.png) no-repeat center center;
}
.i-img07 {
	height:740px;
	background:#333 url(../img/i-img07.jpg) no-repeat center center;
}
.i-img08 {
	height:536px;
	background:#5f6f7b url(../img/i-img08.jpg) no-repeat center center;
}
.c-img03 {
	height:400px;
	background:url(../img/c_img03.png) no-repeat center  160px;
}
.i-btn {
  margin:10px auto 40px auto;
}
.i-btn a{
  border-radius: 6px;
  background-color: rgb( 10, 159, 61 );
  width: 260px;
  height: 66px;
  line-height:66px;
  display:inline-block;
  text-align:center;
  color:#fff;
  font-size:18px;
}
.i-bar {
	height:56px;
	line-height:56px;
	color:#fff;
	font-size:16px;
	background:#2880e4;
}
.h-search  {
  margin-top:11px;
}
.h-search input {
  border-radius: 8px;
  background-color: #fff;
  width: 250px;
  height: 34px;
  border:none;
  text-indent:10px;
    float:left;
	  margin-right:20px;
}
.h-search a, .h-list-btn {
  border-radius: 8px;
  background-color: #ffaa00;
  width: 76px;
  height: 34px;
  line-height:34px;
  text-align:center;
  color:#fff;
  font-size:14px;
  display:inline-block;
  float:left;
  margin-right:20px;
}
.i-cnt {
	min-height:600px;
}

.leftside {
	width:240px;
	float:left;
}
.left-menu li {
	width:240px;
	float:left;	

}
.left-menu li a {
	width:180px;
	height:48px;
	line-height:48px;
	font-size:16px;
	display:block;
	background:#f1f1f1;
	border:1px solid #ddd;
	padding:0 29px;
	margin-top:-1px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration:none;
}
.left-menu li a:hover{
	color:#2880e4;
}
.left-menu li a{
	position: relative;
}
.left-menu li a .ic-triangle{
	width: 0;
	height: 0;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-top:5px solid #000;
	position: absolute;
	top: 22px;
	right: 15px;
}
.left-menu li.show a .ic-triangle{
	border-top:none;
	border-bottom:5px solid #000;}
.left-menu ul{
	height:0;
	overflow: hidden;
}
.left-menu li.show ul{
	height: auto;
}
.left-menu ul li {
	width:240px;
	height:48px;
	float:left;	

}
.left-menu ul li a {
	font-size:14px;
	color:#666;
	background:#fff;
}
.left-menu ul li a.sel,
.left-menu li a.sel {
	color:#2980e4;
}
.rightside {
	width:940px;
	padding-left:20px;
	float:left;
}
.h-list li  {
	border-bottom:1px dashed #ddd;
	padding:20px 0 10px 0;
}
.h-list li a {
	text-decoration:none;
}
.h-list li h3 {
	font-size:20px;
	color:#2980e4;
	font-weight:normal;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	line-height:2;
}
.h-list li p {
	font-size:14px;
	color:#999;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	line-height:1.5;
}
.h-title {
	font-size:20px;
	line-height:2;	
}
.h-time {
	font-size:14px;
	color:#999;
	border-bottom:1px solid #ddd;
	padding-bottom:10px;
	margin-bottom:20px;
}
.h-cnt  p{
	margin:15px 0;
}
.h-cnt  img{
	max-width: 100%;
}
.h-cnt table{
	width: 940px;
	word-break: break-all;
}
.h-cnt table th,
.h-cnt table td{
	min-width: 80px;
	font-size: 14px;
	text-align:left;
	vertical-align:top;
	padding: 10px;
	border-bottom: 1px solid #ddd;
}
.h-cnt table th{
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	background-color: #f1f1f1;
}
.h-cnt table th:last-child{
	border-right:0;
}
/* 联系方式 */
.contact-box{
	float: left;
	width: 600px;
	margin-top: 120px;
}
.contact-box .tit{
	height: 30px;
	text-align: center;
	padding: 25px 0;
	margin-top: 25px;
	border-top: 1px dashed #ddd;
}
.contact-box .tit:first-child{
	margin: 0;
	border: none;
}
.contact-box .tit p{
	display: inline-block;
	font-size: 20px;
	line-height: 30px;
}
.contact-box .tit img{
	float: left;
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
.contact-box ul:after {
	display:block;
	content:"clear";
	height:0;
	clear:both;
	overflow:hidden;
	visibility:hidden;
}
.contact-box ul li{
	text-align: left;
	padding: 10px;
	min-width: 280px;
}
.contact-box ul li h3{
	display: inline-block;
	min-width: 90px;
	font-size: 18px;
	line-height: 20px;
}
.contact-box ul li h3 img{
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.contact-box ul li p{
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	padding: 0 10px;
}
.map-box{
	float: right;
	width: 560px;
	height: 500px;
	margin: 100px 0 20px 0;
}
.map-box img{
	width: 100%;
	height: 100%;
}
.i-contact {
	width:100%;
	float:left;
	margin:25px 0;
}
.i-contact li {
	width:20%;
	float:left;
	text-align:center;
	margin:10px 0;
}
.i-contact li div {
	margin:0 30px;
}
.i-contact li img {
	margin:30px 0 15px 0;
	width:40px;
}
.i-contact li h3 {
	font-size:16px;
	font-weight:normal;
	margin-bottom:5px;
}
.i-contact li p {
	font-size:14px;
	color:#666;
}

.l-wrap {
	width: 550px;
	margin: 60px auto 20px auto;
	background: #fff;
	padding: 30px 60px;
	border-radius: 6px;
	box-shadow: 0 4px 10px 0px #ddd;
	float:left;
}
.l-wrap p {
	line-height: 34px;
}
.l-wrap h1 {
	padding-bottom: 15px;
}
.l-input {
	background-color: #f1f1f1;
	border: 1px solid #ccc;
	border-radius: 5px;
	color: #333;
	display: block;
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	padding: 5px 0;
	text-indent: 5px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	vertical-align: middle;
	width: 100%;
	font-family: '\5FAE\8F6F\96C5\9ED1';
}
.l-input:focus {
	background-color: #fafffe;
	border-color: #2489fd;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(59, 180, 242, 0.3);
	outline: 0 none;
}
.l-btn {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #2880e4;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
	display: inline-block;
	text-decoration: none;
}
.l-btn:hover {
	text-decoration: none;
	background: #2489fd;
	color: #fff;
}
.l-btn:active {
	background: #2880e4;
	padding-top: 1px;
	height: 49px;
}
.l-yzm {
	width: 100px;
	height: 40px;
	right: 5px;
	top: 40px;
}
.h-list-cnt {
	width:980px;
	float:left;
}
.date-wrap {
    margin-bottom: 20px;
	margin-right: 20px;
	width:180px;
	float:left;
}
.date-wrap span, .comnt-wrap span {
    display: block;
    padding: 10px 0;
    text-align: center;
}
.date-wrap .date {
    background: #2980e4 none repeat scroll 0 0;
    border-radius: 4px 4px 0 0;
    color: #fff;
    font-size: 30px;
    font-weight: 300;
}
.date-wrap .month {
    background: #f6f5f0 none repeat scroll 0 0;
    border-radius: 0 0 4px 4px;
    color: #a19fa2;
    font-size: 16px;
    font-weight: 300;
}
.download {
	min-height:680px;
	background-color:#f1f1f1;
}
.download .download-list{
	width:1200px;
	padding:30px 0;
	margin:0 auto;}
.download .download-list:after{
	content:'';
	display:block;
	clear:both;
	height:0;
	line-height:0;
	font-size:0;}
.download ul.list{
	width:100%;
	margin:0 auto;}
.download ul.list:after{
	content:'';
	display:block;
	clear:both;
	height:0;
	line-height:0;
	font-size:0;}
.download ul.list li{
	float:left;
	width:33.3333%;
	padding:20px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;}
.download ul.list li .item{
	min-height:250px;
	padding:30px;
	background-color:#fff;}
.download ul.list li .item:hover{
	-webkit-box-shadow:4px 4px 6px #ccc;
	-moz-box-shadow:4px 4px 6px #ccc;
	box-shadow:4px 4px 6px #ccc;}
.download ul.list li .item .tit h3{
	font-size:24px;
	line-height:30px;
	margin-right:10px;}
.download ul.list li .item .tit h3 i{
	float:left;
	display:block;
	width:24px;
	height:24px;
	padding:3px 10px 3px 0;
	background-size:24px 24px;
	background-repeat:no-repeat;}
.download ul.list li .item .tit h3 i.ic-01{
	background-image:url(../img/ic_d01.png);}
.download ul.list li .item .tit h3 i.ic-02{
	background-image:url(../img/ic_d02.png);}
.download ul.list li .item .tit h3 i.ic-03{
	background-image:url(../img/ic_d03.png);}
.download ul.list li .item .tit h3 i.ic-04{
	background-image:url(../img/ic_d04.png);}
.download ul.list li .item .tit h3 i.ic-05{
	background-image:url(../img/ic_d05.png);}
.download ul.list li .item .tit .edition-info{
	clear:both;
	padding-top:5px;}
.download ul.list li .item .tit .edition-info p{
	display:inline-block;
	font-size:14px;
	line-height:30px;
	padding:0 15px;
	margin-right:10px;
	color:#fff;
	border-radius:15px;
	background-color:#2880e4;}
.download ul.list li .item .tit .edition-info span{
	font-size:14px;
	line-height:30px;
	color:#999;}
.download ul.list li .item .tit  a{
	display:block;
	font-size:14px;
	line-height:30px;
	padding-top:5px;
	color:#2880e4;
	cursor:pointer;}
.download ul.list li .item .box-list{
	display:inline-block;
	width:100%;
	font-size:0;
	line-height:0;
	text-align:center;
	padding-top:30px;}
.download ul.list li .item .box-list.cur-p{
	cursor:pointer;}
.download ul.list li .item .box-list img{
	height:120px;
	display:inline-block;}
.download ul.list li .item .box-list p{
	font-size:20px;
	line-height:20px;
	padding-top:15px;}
.xz-btn {
	margin:320px 0 0 600px;
	float: left;
}
.xz-btn:after{
	content:'';
	display:block;
	clear:both;
	height:0;
	line-height:0;
	font-size:0;}
.xz-btn a {
	color:#fff;
	background:#54b93c;
	border:2px solid #43aa2b;
	padding:0 0 5px 40px;
	height:50px;
	line-height:50px;
	width:180px;
	vertical-align:middle;
	border-radius:8px;
	margin:10px;
	font-size:20px;
	display:block;
	float:left;
}
.xz-btn a:hover {
	color:#fff;
	text-decoration:none;
	background:#61c749;
}
.xz-btn a:active {
	color:#fff;
	text-decoration:none;
	background:#68cb50;
}
.xz-btn a.xz-btn2 {
	background:#aaa;
	border:2px solid #aaa;
	cursor:default;
}
.xz-btn a.xz-btn2:hover {
	color:#fff;
	text-decoration:none;
	background:#aaa;
	border:2px solid #aaa;
}
.xz-btn a.xz-btn2:active {
	color:#fff;
	text-decoration:none;
	background:#aaa;
	border:2px solid #aaa;
}
.code_wx {
	position:fixed;
	bottom:50px;
	right:20px;
	z-index:9999;
	padding:10px;
	background:#fff;
}
.code_wx img {
	width:120px;
}
.xz-btn .qr-code{
	float:left;
	width:224px;
	text-align:center;
	margin:10px;}
.xz-btn .qr-code img{
	display:inline-block;
	width:120px;
	height:120px;
	padding:8px;
	border-radius:4px;
	background-color:#fff;}
.xmSlide-pagination {
	background:#fff;
	display:block;
	text-align:center;
	height:20px;
	position:absolute;
	left:50%;
	bottom:20px;
	z-index:99;
	border-radius:10px;
	padding:0 10px;
}
.xmSlide-pagination li {
	display:inline-block;
	width:12px;
	height:12px;
	margin:0 5px;
}
.xmSlide-pagination li a {
	display:inline-block;
	width:12px;
	height:12px;
	text-indent:-9999px;
	background-color:#ccd1d9;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	overflow:hidden;
}
.xmSlide-pagination li a.active {
	background-color:#2880e4;
}
.xmSlide-control {
	overflow:hidden;
}


#sidebarfixed {
    position: fixed;
    right: 1px;
    top: 50%;
    z-index: 100;
}
#sidebarfixed .link-register {
    display: block;
    height: 66px;
}
#sidebarfixed li {
    background-color: #fefefe;
    border: 1px solid #ececec;
    border-radius: 3px;
    color: #323232;
    cursor: pointer;
    display: block;
    height: 54px;
	padding-top:8px;
    margin-bottom: 2px;
    position: relative;
    text-align: center;
    width: 60px;
}
#sidebarfixed li::before {
    display: inline-block;
    font-family: iconfont;
    font-size: 24px;
    margin: 12px 0 4px;
    text-align: center;
}
#sidebarfixed li:nth-child(1) .sidebar-item {
    line-height: 24px;
}
#sidebarfixed li:nth-child(1):hover::before {
    color: #2489fd;
}
#sidebarfixed li:nth-child(2) .sidebar-item {
    top: -1px;
}
#sidebarfixed li:nth-child(2) .sidebar-item h3 {
    color: #2489fd;
    font-size: 12px;
    font-weight: 400;
    height: 20px;
    padding-top: 15px;
}
#sidebarfixed li:nth-child(2) .sidebar-item h4 {
    color: #2489fd;
    font-size: 14px;
    font-weight: 400;
    height: 28px;
}

#sidebarfixed li:nth-child(2):hover::before {
    color: #19aac1;
}
#sidebarfixed li:nth-child(3) .sidebar-item {
    line-height: 64px;
}
#sidebarfixed li:nth-child(3) .sidebar-item-inner {
    display: block;
}
#sidebarfixed li:nth-child(3)::before {
    display: none;
}
#sidebarfixed li:nth-child(3) > a {
    color: #323232;
    position: relative;
    text-align: center;
}

#sidebarfixed li:nth-child(3):hover > a::before {
    color: #2489fd;
}
#sidebarfixed li:hover {
    background-color: #fff;
}
#sidebarfixed .sidebar-item {
    display: none;
    left: -155px;
    position: absolute;
    top: -1px;
    width: 154px;
}
#sidebarfixed .sidebar-item .sidebar-item-inner {
    background-color: #fff;
    border: 1px solid #ececec;
    border-radius: 3px;
    color: #2489fd;
    height: 64px;
    position: relative;
    text-align: center;
    width: 139px;
}

#sidebarfixed li:hover p, #sidebarfixed li:hover a {
    color: #2489fd;
	text-decoration:none;
}
#sidebarfixed li:hover .sidebar-item {
    display: block;
}

/* 扫码页面 */
.scan-code-page{
	min-width:320px;}
.scan-code-page .content{
	width:100%;
	overflow:hidden;}
.scan-code-page .content .top-box{
	width:150%;
	padding:2rem 0;
	margin:0 0 0 -25%;
	border-radius:0 0 50% 50%;
	background-color:#4989d0;}
.scan-code-page .content .top-box .logo{
	width:1.6rem;
	height:1.6rem;
	overflow:hidden;
	padding:.2rem;
	margin:0 auto;
	border-radius:50%;
	background-color:#fff;
    display:box;
    display:-webkit-box;
    box-align:center;
    -webkit-box-align:center;
    box-pack:center;
    -webkit-box-pack:center;}
.scan-code-page .content .top-box .logo img{
	max-width:1.6rem;
	max-height:1.6rem;
	border-radius:50%;}
.scan-code-page .content .top-box p{
	width:8.4rem;
	font-size:.4rem;
	line-height:.5333rem;
	text-align:center;
	color:#fff;
	padding:.2rem .8rem 0;
	margin:0 auto;}
.scan-code-page .content .btn-box{
	padding:.8rem;
	background-color:#fff;}
.scan-code-page .content .btn-box li{
	font-size:0;
	line-height:0;
	text-align:center;
	padding-bottom:.4rem;}
.scan-code-page .content .btn-box li:last-child{
	padding:0;}
.scan-code-page .content .btn-box li a{
	display:block;
	height:.4rem;
	font-size:0;
	line-height:0;
	text-align:center;
	color:#fff;
	padding:.4rem .8rem;
	border:0;
	border-radius:.1333rem;
	background-color:#1fa7ea;
	cursor:pointer;}
.scan-code-page .content .btn-box li a img{
	display:inline-block;
	width:.4rem;
	height:.4rem;}
.scan-code-page .content .btn-box li a span{
	display:inline-block;
	min-width:1.6rem;
	font-size:.4rem;
	line-height:.4rem;
	text-align:content;
	padding:0 .2rem;
	margin:0;}
.scan-code-page .popup-page{
	display:none;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.6);
	position:absolute;
	top:0;
	left:0;
	z-index:999;}
.scan-code-page .popup-page .top-yd{
	width:100%;
	padding-top:10px;}
.scan-code-page .popup-page .top-yd .ic-guide{
	width:100%;
	padding-bottom:20%;
	background:url(../img/ic_guide.png) no-repeat center center;
	background-size:100% 100%;}
.scan-code-page .popup-page .top-yd p{
	width:100%;
	font-size:.4rem;
	line-height:.6rem;
	text-align:center;
	color:#fff;
	padding:.2rem;}
	
/*合作伙伴页面*/
.partner-page{
	width:100%;}
.partner-page .banner{
	width:100%;
	height:420px;
	background:url(../img/b_bg06.jpg) no-repeat center center;
	background-color:#f1f1f1;}
.partner-page .top-tit{
	padding:30px 0 50px;
    border-top:1px solid #dedede;}
.partner-page .top-tit h3{
	width:400px;
	font-size:30px;
	line-height:30px;
	text-align:center;
	padding:10px 0;
	margin:0 auto;
	border-bottom:1px solid #dedede;
	position:relative;}
.partner-page .top-tit h3:after{
	display:block;
	content:"";
	width:50%;
	height:1px;
	background-color:#2880e4;
	position:absolute;
	left:0;
	bottom:-1px;}
.partner-page .top-tit p{
	font-size:14px;
	line-height:24px;
	text-align:center;
	padding:5px 0;}
.partner-page .partner-list{
	width:1200px;
	padding-bottom:100px;
	margin:0 auto;}
.partner-page .partner-list:after{
	display:block;
	content:" ";
	clear:both;}
.partner-page .partner-list li{
	float:left;
	width:25%;
	padding:20px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;}
.partner-page .partner-list li .partner-item{
	padding:20px 10px 10px;
	border:1px solid #dedede;}
.partner-page .partner-list li .logo{
	height:60px;
	position:relative;}
.partner-page .partner-list li .logo img{
	height:100%;
	position:absolute;
	left:50%;
	transform:translateX(-50%);}
.partner-page .partner-list li h3{
	font-size:16px;
	line-height:16px;
	text-align:center;
	padding-top:20px;}
.partner-page .partner-list li p{
	height:40px;
	font-size:14px;
	line-height:20px;
	text-align:center;
	padding-top:10px;}






