@charset "utf-8";
body, button, input, select, textarea {
    font: 12px/1.5 Microsoft YaHei, tahoma, arial, Hiragino Sans GB, \\5B8B\4F53;
}
body {
	width: 100%;
    background: #f1f1f3;
}
a {
    color: #333;
}
a:hover {
    text-decoration: none;
}
/* 浮动 */
.pull-left {
	float: left!important;
}
.pull-right {
	float: right!important;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/* 公用 */
.input-group {
	
}
.input-group .control {
	
}
input:-moz-placeholder {
	color: #dcdddd;
}
::-webkit-input-placeholder { 
	color: #dcdddd;
}
:-ms-input-placeholder {
	color: #dcdddd;
}
.placeholder { 
	color: #dcdddd;
}
/* 检测浏览器弹窗  */
.dialog {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	display: none;
}
.backdrop {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(../images/dot.png);
}
.dialog-content {
	position: relative;
	width: 1000px;
	height: 540px;
	background: #fff;
	margin: 0 auto;
}
.dialog-content .top {
	padding: 40px;
}
.check-browser {
	margin-top: 60px;
	text-align: center;
}
/* 顶部导航 */
.global-header {
    width: 100%;
    height: 90px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}
.header {
    background: #00a0e9;
    transition: background .6s ease;
    -moz-transition: background .6s ease;
    -webkit-transition: background .6s ease;
}
.transparent-header .header {
    background-color: transparent;
}
.header-nav {
    margin-left: 320px;
}
.header-box {
    width: 960px;
    height: 90px;
    margin: 0 auto;
    position: relative;
}
.header-brand, .nav-menu .nav-list {
    height: 90px;
    line-height: 90px;
}
.header-brand a, .header-brand img {
    display: inline-block;
    *display: inline;
	*zoom: 1;
    width: 118px;
    border: none;
}
.header-brand a {
    vertical-align: middle;
}
.nav-menu .nav-list {
    float: left;
    position: relative;
    padding: 0 15px;
    box-sizing: border-box;
}
.nav-menu .nav-list a {
    text-decoration: none;
    cursor: pointer;
}
.nav-menu .nav-list-a {
    font-size: 14px;
    color: #fff;
}
.nav-menu .nav-list:hover .nav-second {
    display: block;
}
.nav-menu .nav-list:last-child .nav-second {
    left: -4px;
}
.nav-menu .nav-second {
    display: none;
    position: absolute;
    top: 90px;
    left: -17px;
    width: 120px;
    padding: 10px 0;
    border-top: 4px solid #000;
    background-color: #000;
    opacity: .8;
}
.transparent-header .nav-second {
    top: 65px;
}
.nav-menu .nav-second:before {
    background-color: #000;
    position: absolute;
    width: 6px;
    height: 6px;
    top: -7px;
    left: 47%;
    z-index: 9;
    content: '';
    border: 0;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.nav-menu .nav-second li {
    line-height: 36px;
    text-align: center;
}
.nav-menu .nav-second li:hover {
    background-color: #009de6;
    color: #fff;
}
.nav-menu .nav-second a, .nav-menu .nav-second a:hover {
    color: #fff;
}
/* 底部 */
.global-footer {
    width: 100%;
    background-color: #2c2c2e;
}
.footer-box {
    box-sizing: border-box;
    width: 960px;
    margin: 0 auto;
    padding: 36px 0 60px;
    color: #fff;
}
.footer-top {
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
}
.footer-top a, .footer-top a:hover {
    color: #fff;
    text-decoration: none;
}
.footer-top .nav-list {
    font-size: 14px;
    float: left;
    margin-right: 50px;
}
.footer-top .nav-list .nav-second li {
    line-height: 26px;
    font-size: 12px;
}
.footer-left .footer-name {
    font-size: 18px;
}
.footer-left .sns-links {
    margin-top: 140px;
}
.sns-links a {
    text-decoration: none;
    height: 20px;
    line-height: 20px;
    display: block;
    padding-left: 25px;
    background: url(../images/icon-sina.png) no-repeat 0 center;
}
.about-links {
    display: inline-block;
    margin-right: 50px;
    color: #fff;
}
.about-links:last-child {
    margin-right: 0;
}
.about-links .links-title {
    font-size: 14px;
}
.about-links .am-link {
    line-height: 12px;
    padding-top: 15px;
}
.about-links a {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}
.footer-bottom {
    padding-top: 16px;
    text-align: center;
}
.footer-bottom a {
	color: #fff;
	margin-left: 20px;
}
.footer-bottom a img {
	margin-right: 5px;
}
/* 面包屑导航  */
.global-breadcrumb {
    width: 100%;
}

.global-breadcrumb .clearfix {
	overflow: hidden;
	zoom: 1;
}
.breadcrumb{
    margin: 0px 0;
}
.breadcrumb li{
	float:left;
}

.breadcrumb a{
	color:#646464;
}

.breadcrumb > li + li:before {
    color: #646464;
    content: ">";
    padding: 0 14px;
}



.breadcrumb-box {
    width: 960px;
    margin: 0 auto;
    line-height: 60px;
    color: #646464;
    font-size: 14px;
}
.breadcrumb-box .breadcrumb-arrow {
    padding: 0 10px;
}
.breadcrumb-box .breadcrumb-current {
    color: #019ae5;
}
/* 轮播图  */
.banner, .banner ul li {
	height: 450px;
}
.banner {
    position: relative;
    width: 100%;
    overflow: auto;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: hsla(0, 0%, 100%, .6);
    text-shadow: 0 0 1px rgba(0, 0, 0, .05), 0 1px 2px rgba(0, 0, 0, .3);
    background: #5b4d3d;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
}
.banner ul {
    list-style: none;
    width: 300%;
}
.banner ul li {
    display: block;
    float: left;
    width: 33%;
    background-size: cover;
    background-position: 50%;
    box-shadow: inset 0 -3px 6px rgba(0, 0, 0, .1);
}
.banner .dot {
    -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
    -moz-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
    -ms-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
    -o-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
}
.banner .dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}
.banner .dots li {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 0 10px;
    text-indent: -999em;
    background: #f1f1f1;
    border-radius: 50%;
    cursor: pointer;
    opacity: .5;
    -webkit-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
}
.banner .dots li.active {
    background: #fff;
    border: 3px solid #fff;
    opacity: 1;
}
/* 大容器  */
.ui-container.margin {
	margin-top: 90px;
}
/* 主体内容  */
.content {
    width: 960px;
    margin: 0 auto;
}
.content-title {
	margin-bottom: 20px;
    border-bottom: 1px solid #cfcfcf;
}
.content-title .title-text {
    padding: 30px 0 16px;
    font-size: 24px;
    color: #151517;
    border-bottom: 1px solid #979797;
    margin-bottom: -1px;
    line-height: 1;
    display: inline-block;
    font-weight: 600;
}
.content-describe {
    margin-top: 15px;
    font-size: 14px;
    color: #646464;
    line-height: 30px;
}
/* 首页  */
.slogan {
    font-size: 44px;
    text-align: center;
    font-weight: 600;
    margin-top: 60px;
    padding-bottom: 20px;
}
.group-summary {
    padding-bottom: 40px;
}
.group-summary .title {
    margin: 56px 0 36px;
}
.group-summary .title hr {
    background-color: #979797;
    opacity: .7;
}
.group-summary .title p {
    background-color: #f1f1f3;
    font-size: 32px;
    color: #464646;
    text-align: center;
    font-weight: 600;
    width: 330px;
    height: 50px;
    margin: -32px auto 0;
    position: relative;
    z-index: 9;
    letter-spacing: 8px;
    padding-left: 10px;
}
.group-summary .summary {
    font-size: 16px;
    line-height: 40px;
    color: #777;
    text-align: center;
}
.history {
    overflow: hidden;
}
.history #year {
    position: relative;
}
.history #year div {
    margin: 0 auto;
    width: 660px;
    overflow: hidden;
    user-select: none;
}
.history #year div ul {
    width: 9999999px;
    transition: all .3s ease-out;
}
.history #year div ul li {
    float: left;
    width: 120px;
    color: #464646;
    opacity: .1;
    text-align: center;
    height: 122px;
    line-height: 122px;
    cursor: default;
    transition: left .3s ease-out;
    font-size: 32px;
}
.history #year div ul li.sibling {
    opacity: .3;
    filter: alpha(opacity=30);
}
.history #year div ul li.cur {
    width: 166px;
    opacity: 1;
    color: #019ae5;
    font-size: 54px;
}
.history #year div ul li.cur .icon-f2 {
    text-indent: -22px;
}
.history #year a {
    display: block;
    width: 14px;
    height: 26px;
    position: absolute;
    left: 105px;
    top: 53px;
    background-repeat: no-repeat;
    background-size: contain;
}
.history #year a.prev {
    background-image: url(../images/prev-grey.png);
}
.history #year a.prev.cur {
    background-image: url(../images/prev-blue.png);
}
.history #year a.next {
    left: auto;
    right: 105px;
    background-image: url(../images/next-grey.png);
}
.history #year a.next.cur {
    background-image: url(../images/next-blue.png);
}
.history #pic {
    position: relative;
    margin: 20px auto;
    width: 500px;
    height: 350px;
}
.history #pic ul {
    width: 9999999px;
    transition: all .3s ease-out;
    transform: translateZ(0);
}
.history #pic ul li {
    float: left;
    position: relative;
    width: 100px;
    height: 350px;
    transition: all .3s ease-out;
    transform-origin: 50% 50%;
}
.history #pic ul li img {
    position: absolute;
    left: -200px;
    width: 500px;
    height: 100%;
    transition: all .3s ease-out;
    opacity: 0;
    transform: scale(.3);
}
.history #pic ul li.sibling2 {
    z-index: 10;
}
.history #pic ul li.sibling2 img {
    display: block;
    opacity: .6;
    transform: scale(.6);
}
.history #pic ul li.sibling {
    z-index: 100;
}
.history #pic ul li.sibling img {
    display: block;
    opacity: .8;
    transform: scale(.8);
}
.history #pic ul li.cur {
    z-index: 200;
}
.history #pic ul li.cur img {
    display: block;
    opacity: 1;
    transform: scale(1);
}
.history #content {
    position: relative;
    width: 900px;
    margin: 30px auto 0;
    overflow: hidden;
}
.history #content > div {
    display: none;
}
.history #content > div.cur {
    display: block;
}
.history #content:before {
    position: absolute;
    left: 0;
    top: 90px;
    width: 100%;
    height: 2px;
    display: block;
    content: ' ';
    background: linear-gradient(90deg, hsla(0, 0%, 56%, 0), #8e8e8e, hsla(0, 0%, 56%, 0));
}
.history #content .date {
    margin-bottom: 70px;
    width: 99999px;
    transition: all .3s ease-out;
    transform: translate3d(300px, 0, 0);
    user-select: none;
    cursor: default;
}
.history #content .date li {
    visibility: hidden;
    position: relative;
    float: left;
    width: 300px;
    text-align: center;
    font-size: 36px;
    color: #c1c0c0;
    height: 70px;
    line-height: 70px;
    transition: all .3s ease-out;
}
.history #content .date li:after {
    position: absolute;
    left: 146px;
    bottom: -25px;
    display: block;
    content: ' ';
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #c8c8c8;
    transition: all .3s ease-out;
}
.history #content .date li.cur {
    visibility: visible;
    font-size: 70px;
    color: #019ae5;
    font-weight: bold;
}
.history #content .date li.cur:after {
    left: 144px;
    bottom: -27px;
    width: 12px;
    height: 12px;
    background: #019ae5;
}
.history #content .txt {
    position: relative;
    background: #fff;
    padding: 40px 70px;
    min-height: 100px;
    text-align: center;
}
.history #content .txt:before {
    content: '';
    display: block;
    position: absolute;
    left: 437px;
    top: -16px;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 16px solid #fff;
}
.history #content .txt li {
    display: none;
    margin: 0 auto;
    line-height: 40px;
    color: #646464;
    font-size: 16px;
}
.history #content .txt li.cur, .more-link {
    display: block;
}
.more-link {
    float: right;
    text-decoration: none;
    font-size: 14px;
    width: 110px;
    text-align: center;
    border: 1px solid #979797;
    height: 30px;
    line-height: 30px;
    border-radius: 14px;
    color: #009de6;
    background: #f1f1f1;
    position: relative;
    right: 30px;
    top: -43px;
}
.icon-md {
    width: 11px;
    text-indent: -11px;
}
.history #year li.cur {
    margin: 0 10px;
}
.history #year li.cur .icon-finyear {
    line-height: 121px;
    height: 121px;
    width: 41px;
    font-size: 80px;
    text-indent: -18px;
}
.history #content li.cur {
    padding-top: 0;
}
/* 公司简介  */
.content-main {
	margin-top: 30px;
	margin-bottom: 40px;
}
.content-main .img-box {
	width: 410px;
	height: 250px;
	overflow: hidden;
}
.content-main .main-img {
	display: block;
	background: #999999;
	width: auto;
	max-height: 100%;
}
.content-main .main-text {
	width: 505px;
	font-size: 14px;
	color: #646464;
	line-height: 32px;
	text-align: justify;
}
/* 公司历程  */
.year-list {
	height: 240px;
	overflow: hidden;
	*zoom: 1;
	margin: 90px auto 0;
}
.year-list li {
	background: #00a0ea;
	width: 66px;
	height: 100%;
	float: left;
	margin-left: 20px;
	position: relative;
	cursor: pointer;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-o-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
.year-list li:first-child {
	margin-left: 0;
}
.year-list li .year {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #333;
	padding: 8px 0;
	text-align: center;
}
.year-list li.stretch {
	width: 320px;
}
.year-list li.stretch .year {
	text-align: left;
	padding-left: 12px;
	font-size: 50px;
	color: #00a0ea; 
}
.year-list li img {
	display: none;
}
.year-list li.stretch img{
	display: block;
}
.course-container {
	position: relative;
	width: 600px;
	height: 250px;
	margin: 30px auto 160px;
}
.course-container .control {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 110px;
}
.course-container .control.disabled {
	background-position: 0 -30px;
}
.course-container .left {
	background: url(../images/prev.png) no-repeat;
	left: 0;
}
.course-container .right {
	background: url(../images/next.png) no-repeat;
	right: 0;
}
.course-container .wrapper {
	overflow: hidden;
	width: 220px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.course-list {
	width: 10000px;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	*zoom: 1;
	padding: 0;
	transition: all .6s;
	-moz-transition: all .6s;	
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	-ms-transition: all .6s;
}
.course-list.show {
	display: block;
}
.course-list li {
	float: left;
	padding: 10px;
	width: 200px;
}
.course-list li .year {
	color: #019ae5;
	font-size: 50px;
	line-height: 1;
	padding: 5px 0;
}
.course-list li .date {
	color: #019ae5;
	font-size: 70px;
	font-weight: bold;
	line-height: 1;
	padding: 10px 0;
}
.course-list li .event {
	color: #646464;
}
/* 公司文化  */
.content-img {
	margin-top: 20px;
	margin-bottom: 40px;
}
.content-img .img1 {
	width: 552px;
	height: 480px;
	overflow: hidden;
}
.img1 .left-img {
	display: block;
	width: auto;
	max-height: 100%;
}
.content-img .img2 {
	width: 386px;
	height: 230px;
	overflow: hidden;
}
.img2 .right-topImg {
	display: block;
	width: auto;
	max-height: 100%;
}
.content-img .img3 {
	width: 386px;
	height: 230px;
	margin-top: 20px;
	overflow: hidden;
}
.img3 .right-bottomImg {
	display: block;
	width: auto;
	max-height: 100%;
}
.content-describe ul {
	list-style: disc;
	padding-left: 36px;
}
/* 产品服务  */
.banner-box {
	padding: 130px 0;
	text-align: center;
}
.channel {
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding-bottom: 90px;
}
.channel.blue {
	background: #00AAEF;
	color: #fff;
}
.channel .logo {
	text-align: center;
	padding-top: 35px;
}
.channel .intro {
	width: 780px;
	margin: 0 auto;
	font-size: 16px;
	padding-top: 30px;
}
.intro .text {
	line-height: 32px;
}
.channel.blue a.link {
	text-decoration: none;
	display: inline-block;
	height: 32px;
	line-height: 32px;
	padding: 0 30px;
	margin-top: 40px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 16px;
}
/* 对外合作  */
.content-main.partners {
    width: 1440px;
    margin: 0 auto;
}
.content-main .brand-item {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    position: relative;
}
.content-main .brand-item .story {
    position: absolute;
    z-index: 200;
    bottom: 44px;
    left: 24px;
    color: #fff;
}
.content-main .brand-item .story h2 {
    font-size: 20px;
    font-weight: 600;
}
.content-main .brand-item .story div {
    font-size: 16px;
    line-height: 32px;
}
.content-main .brand-item.af-desc {
    background-color: #00a0e9;
    color: #fff;
}
.content-main .brand-item.af-desc h2 {
    font-size: 24px;
    margin: 50px 0;
    padding: 0 40px;
    font-weight: 600;
}
.content-main .brand-item.af-desc h2:lang(en_US) {
    margin: 30px 0 10px;
}
.content-main .brand-item.af-desc div {
    padding: 0 40px;
    font-size: 16px;
    line-height: 32px;
}
.content-main .brand-item.af-desc .btn-link {
    position: absolute;
    right: 40px;
    bottom: 40px;
    height: 40px;
    width: 40px;
    display: block;
    text-decoration: none;
    background-image: url(https://zos.alipayobjects.com/rmsportal/cVUPZGtIGTNMTQG.png);
    background-size: contain;
}
.content-main .brand-item .show-box, .content-main .brand-item .show-box .brand-item-mark {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
}
.content-main .brand-item .show-box .brand-item-mark {
    background-color: rgba(0, 0, 0, .2);
    z-index: 20;
}
.content-main .brand-item .show-box .tip {
    display: none;
    z-index: 999;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    height: 20px;
    width: 20px;
    background-image: url(../images/white-triangle.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.content-main .brand-item .show-box .brand-item-show {
    z-index: 8;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
}
.content-main .brand-item .show-box .brand-item-show.filter {
    filter: blur(10px);
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='10');
}
.content-main .brand-item .brand-item-desc {
    display: none;
    position: absolute;
    z-index: 50;
    color: #fff;
    width: 100%;
    height: 100%;
}
.content-main .brand-item .brand-item-desc .container {
    margin: 60px auto 0;
    width: 440px;
}
.content-main .brand-item .brand-item-desc .container .text-up {
    font-size: 20px;
}
.content-main .brand-item .brand-item-desc .container .text-up:lang(en_US) {
    font-size: 18px;
}
.content-main .brand-item .brand-item-desc .container .text-down {
    margin-top: 20px;
    font-size: 16px;
}
.content-main .brand-item .brand-item-desc .container .text-down:lang(en_US) {
    font-size: 14px;
    margin-top: 15px;
}
.content-main .brand-item .brand-item-desc .close {
    display: none;
    z-index: 12;
    position: absolute;
    bottom: 35px;
    left: 47%;
    cursor: pointer;
    height: 40px;
    width: 40px;
    margin: 0 auto;
    background-image: url(https://zos.alipayobjects.com/rmsportal/usGnqOAnjbVTvjb.png);
    background-repeat: no-repeat;
    background-size: contain;
}
/* 社交媒体  */
.media-list .item {
	background-color: #ffffff;
	width: 450px;
	height: 120px;
	display: inline-block;
	font-size: 0;
	border-radius: 70px;
	padding: 10px;
	margin-bottom: 20px;
}
.media-list .odd {
	margin-right: 10px;
}
.item .item-logo {
	width: 120px;
	height: 120px;
}
.item-logo img {
	width: auto;
	max-height: 100%;
}
.item .item-text {
	padding: 30px 0 0 20px;
	font-size: 14px;
	line-height: 32px;
}
.item-text .text-name {
	color: #464646;
}
.item-text .text-link a {
	color: #00a0e9;
	text-decoration: none;
}
.item-text .text-link a:hover {
	text-decoration: underline;
}
.item-text .vchat {
	position: relative;
}
.item-text .vchat img {
	display: none;
	position: absolute;
	width: 200px;
	left: 100%;
	top: 100%;
	border: 1px solid #ddd;
}
.item-text .vchat:hover img {
	display: block;
}
/* 团队建设  */
.activities {
	width: 450px;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 20px;
}
.activities .theme {
	background: #fff;
	font-weight: bold;
	line-height: 1;
	color: #000;
	padding: 20px 0;
	font-size: 16px;
	text-align: center;
}
/* 诚聘英才  */
.box-shadow {
    box-shadow: 0 3px 7px rgba(100,100,100,0.3);
}
.collapse {
	background: #fff;
	border-radius: 6px;
	position: relative;
	margin-top: 20px;
	min-height: 60px;
}
.collapse .collapse-head {
	padding: 18px 50px 0 30px;
	font-size: 18px;
	color: #0a9de6;
	line-height: 28px;
}
.collapse .collapse-body {
	padding: 10px 50px 70px 30px;
	font-size: 14px;
	color: #646464;
	line-height: 28px;
	text-align: justify;
	display: none;
}
.collapse-icon {
	position: absolute;
	right: 20px;
	bottom: 16px;
	width: 30px;
	height: 30px;
	background: url(../images/collapse-btm.png) center center no-repeat;
	cursor: pointer;
}
.collapse .icon-top {
	background-image: url(../images/collapse-top.png);
}
/* 联系我们  */
.map-container {
	width: 100%;
	height: 450px;
}
.address-card {
	position: relative;
	color: #464646;
	border-radius: 6px;
	overflow: hidden;
	background-color: #fff;
	margin-bottom: 30px;
}
.address-card .image, .address-card {
	width: 100%;
}
.address-card .city {
	font-size: 24px;
}
.address-card .address {
	font-size: 16px;
	line-height: 28px;
	padding: 15px 0;
}
.address-card .address .adjust {
	margin-left: 32px;
}
.address-info {
	padding: 25px;
}
/* 帮助中心  */
.img-box {
	width: 100%;
	height: 420px;
	font-size: 0;
	background-color: #d8d8d8;
	margin-bottom: 30px;
}
.img-box img {
	width: auto;
	max-height: 100%;
}
.text-box {
	font-size: 14px;
	color: #646464;
	line-height: 32px;
	margin-bottom: 60px;
}
.text-box h4 {
	color: #333;
	font-weight: bold;
} 
/* 404页面 */
.error-body {
	background: #494949;
}
.error-body .head {
	margin: 40px auto;
	width: 800px;
	height: 270px;
	background: url(../images/not-found.jpg) no-repeat center;
}
.error-body .descbg {
	width: 1150px;
	height: 200px;
	margin: 0 auto;
	background: url(../images/return-bg.jpg) no-repeat center 0;
}
.error-body .desc {
    width: 450px;
    margin: 0 auto;
    padding-top: 45px;
    color: #fff;
    font-size: 14px;
}
.error-body .descbg .line1 {
	margin: 0 auto 15px;
}
.return-home {
	margin-top: 20px;
}
.return-home a {
	text-decoration: underline;
	color: #fff;
}