﻿

html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin:0;
    padding:0;
}
a:active,
a:focus,
a {
    outline: none;
}
body {
    font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体";
    width: auto;
    min-width: 1210px;
    background-color: transparent;
}
li {
    list-style-type: none;
}
.clear { clear: both; }
.fl { float: left; }
.fr { float: right; }
.fz12 { font-size: 12px; }
.wfs { width: 100%; }
/*
 * 公用 css---只有关于我们频道可以公用
 * jiao
 * 2014-08-27
 */
.wrapper {
    width: 1200px;
    margin: 0 auto;
}
.w900 {
    *width: 900px;
    padding-top: 20px;
    padding-right: 40px;
    padding-bottom: 25px;
    padding-left: 40px;
    background-color: #fff;
}
.w920 {
    *width: 920px;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 25px;
    padding-left: 30px;
    background-color: #fff;
}
.about-details{ margin-top: 10px; margin-bottom: 20px; }
.about-details .demo {
    width: 900px;
    overflow: hidden;
}
.demo-two {
    width: 920px;
    overflow: hidden;
}
.w940 {
    width: 940px;
}
.mt10 {
    margin-top: 10px;
}
.mr10 {
    margin-right: 10px;
}
.mt70 {
    margin-top: 70px;
}
.module {
    background-color: #F2F2F2;
    background-image: url(../img/about-banner.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}
/*新闻中心图片 */
.module1 {
    background-color: #F2F2F2;
    background-image: url(../img/news-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
}
/* 合作伙伴图片*/
.module2 {
    background-color: #F2F2F2;
    background-image: url(../img/parter-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
}
/*办公环境图片*/
.module-office {
    background-color: #F2F2F2;
    /* background-image: url(../img/about-environment.png); */
    background-image: url(../img/about-env-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}
/*办公环境图片*/
.module-flink {
    background-color: #F2F2F2;
    background-image: url(../img/about-flink.png);
    background-repeat: no-repeat;
    background-position: center top;
}
.about-index .middle dt a,
.about-index .middle dd span,
.about-index .right .a1 i,
.about-index .right .a2,
.about-article .article-nav .share a,
.about-contact .address a,
.about-details .slogan i,
.about-details .service-items li,
.about-staffs ul li i {
    background-image: url(../img/about-us-sprites.png);
    background-repeat: no-repeat;
}
.about-history .content span.circle-red,
.about-history .content span.circle-pink,
.about-history .content span.circle-green,
.about-history .content span.circle-blue,
.about-history .content span.circle-brown,
.about-history .content span.circle-deepblue,
.about-history .content span.circle-purple,
.about-history .content p i,
.about-history .content b,
.about-news .news-list span,
.back-top {
    background-image: url(../img/about-us-sprites-2.png);
    background-repeat: no-repeat;
}
/*头部 css*/
.head .logo {
    float: left;
    margin-top: 20px;
}
.head .nav a {
    float: left;
    *margin-left: 30px;
    padding: 26px 5px;
    color: #333;
    border-top-width: 5px;
    border-top-style: solid;
    border-top-color: #fff;
}
.head .nav a:hover {
    *border-top-color: #FC7878;
    text-decoration: none;
}
.head .nav a.nav-now {
    border-top-color: #FC7878;
}
/*中间导航 css*/
.subnav {
    height: 55px;
    margin-top: 165px;
    background-color: #fff;
}
.subnav a {
    float: left;
    padding-left: 66px;
    padding-right: 66px;
    font-size: 16px;
    line-height: 50px;
    color: #333;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: #fff;
}
.subnav a.subnav-now {
    color: #FC7878;
    border-bottom-color: #FC7878;
}
.subnav a:hover {
    color: #FC7878;
    text-decoration: none;
    *border-bottom-color: #FC7878;
}
/*当前位置 css*/
.place {
    margin-top: 10px;
    padding-top: 15px;
    color: #888;
    background-color: #fff;
}
.place p {
    margin-right: 40px;
}
.place a {
    color: #888;
}
/*分页 css*/
.pages li a {
    float: left;
    margin-left: 5px;
    color: #333;
    background-color: #F5F5F5;
    border: 0;
}
.pages li.disabled a {
    background-color: #F5F5F5;
}
.pages li a:hover {
    color: #FE5F56;
}
.pages li.active a {
    background-color: #FE5F56;
    border: 0;
}
.pages li.active a span {
    background-color: #FE5F56;
}
.pages li.active a:hover {
    background-color: #F05A50;
}
/*回到顶部 css*/
.back-top {
    position: fixed;
    left: 50%;
    margin-left: 490px;
    bottom: 20%;
    display: none;
    width: 52px;
    height: 50px;
    background-position: 0 -378px;
}
/*底部 css*/
.foot {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 12px;
    text-align: center;
    border-top: 5px solid #E4E4E4;
}
.foot p {
    line-height: 25px;
}
.foot p a {
    padding-right: 5px;
    color: #333;
}
.foot p a:hover {
    color: #FC7878;
    text-decoration: none;
}
/* 以下就是--关于我们--频道不同页面的专属css */

/*
 * 关于我们首页专属模块
 * jiao
 * 2014-08-28
 */
.about-index {
    padding-top: 20px;
    padding-bottom: 30px;
    background-color: #F2F2F2;
}
.about-index .left,
.about-index .middle,
.about-index .right {
    background-color: #fff;
    border-top: 5px solid #FF9D9D;
}
/*mid-about css*/
.about-index .left {
    width: 280px;
    padding-bottom: 20px;
}
.about-index .left b {
    display: block;
    padding-left: 16px;
    height: 42px;
    font-size: 16px;
    font-weight: normal;
    line-height: 42px;
    border-bottom: 1px solid #F2F2F2;
}
.about-index .left img {
    margin-bottom: 15px;
}
.about-index .left p {
    width: 250px;
    margin-bottom: 15px;
    margin-left: 15px;
    padding-bottom: 15px;
    line-height: 25px;
    color: #555;
    border-bottom: 1px dotted #D5D5D5;
}
.about-index .left p a {
    color: #333;
}
.about-index .left p a:hover {
    color: #FF9D9D;
}
.about-index .left strong {
    display: block;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: normal;
    color: #FF9D9D;
    text-align: center;
}
.about-index .left div {
    padding-bottom: 19px;
    text-align: center;
}
.about-index .left div span {
    padding-left: 10px;
    padding-right: 10px;
}
.about-index .left div span a{
	color:#333;
}
.about-index .left div span a:hover{
	color:#ff9d9d;
}
.about-index .left a.read-more{
    margin-left: 87px;
    padding: 5px 25px;
    background-color: #FF9D9D;
    border: 0;
    border-radius: 0;
}
.about-index .left a.read-more:active,
.about-index .left a.read-more:focus,
.about-index .left a.read-more {
    outline: none;
}
.about-index .left a.read-more:hover {
    background-color: #E58E8E;
}
/*mid-news css*/
.about-index .middle {
    width: 400px;
    margin-left: 10px;
    padding-bottom: 28px;
	height:380px;
}
.about-index .middle dt {
    font-size: 16px;
    font-weight: normal;
    line-height: 42px;
    border-bottom: 1px solid #F2F2F2;
}
.about-index .middle dt span {
    float: left;
    margin-left: 15px;
}
.about-index .middle dt a {
    float: right;
    margin-right: 15px;
    padding-right: 10px;
    font-weight: normal;
    color: #FFACAC;
    background-position: 43px 18px;
    *background-position: 43px 19px;
}
.about-index .middle dd {
    width: 360px;
    margin-left: 20px;
    padding-top: 15px;
    padding-bottom: 12px;
}
.about-index .middle dd.dd {
    border-bottom: 1px dotted #D8D8D8;
}
.about-index .middle dd span {
    float: left;
    width: 65px;
    padding-bottom: 55px;
    font-size: 22px;
    background-position: -50px 43px;
}
.about-index .middle dd div {
    float: right;
    width: 280px;
}
.about-index .middle dd div a {
    display: block;
    line-height: 25px;
    color: #FF9D9D;
}
.about-index .middle dd div strong {
    font-weight: normal;
    line-height: 25px;
    color: #555;
}
/*mid-video css*/
.about-index .right {
    width: 280px;
    *width: 240px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 37px;
}
.about-index .right h4 {
    font-size: 16px;
    line-height: 65px;
}
.about-index .right .a1 {
    position: relative;
    display: block;
    margin-bottom: 10px;
    width: 240px;
    height: 140px;
}
.about-index .right .a1 img {
    width: 240px;
    height: 140px;
}
.about-index .right .a1 span {
    position: absolute;
    left: 100px;
    top: 50px;
    z-index: 1;
    width: 40px;
    height: 40px;
    background-color: #fff;
    opacity: 0.5;
    filter:alpha(opacity=50);
    border-radius: 20px;
}
.about-index .right .a1 i {
    position: absolute;
    left: 104px;
    top: 54px;
    z-index: 2;
    width: 32px;
    height: 32px;
    background-color: #fff;
    background-position: 13px -16px;
    border-radius: 16px;
}
.about-index .right b {
    margin-top: 10px;
    font-weight: normal;
    line-height: 22px;
    color: #555;
}
.about-index .right .a2 {
    width: 100px;
    height: 30px;
    margin-top: 40px;
    font-size: 12px;
    line-height: 30px;
    color: #fff;
    text-indent: 15px;
    background-color: #3F4955;
    background-position: 73px -49px;
}
.about-index .right .a2:hover {
    color: #fff;
    text-decoration: none;
    background-color: #313940;
}
/*首页大图切换 css*/
.about-index-slide .border {
    position: relative;
    overflow: hidden;
}
.about-index-slide .center {
    width: 1210px;
    height: 425px;
    margin: 0 auto;
}
.about-index-slide .center .relative {
    position: relative;
    height: 425px;
}
.about-index-slide .center .relative .location {
    position: absolute;
    left: -355px;
}
.about-index-slide .center .relative .location .hidden-beyond {
    position: relative;
    width: 1920px;
    height: 425px;
    overflow: hidden;
}
.about-index-slide .center .items {
    position: absolute;
    top: 0;
    width: 20000px;
}
.about-index-slide .center .items li {
    float: left;
    width: 1920px;
    height: 425px;
}
.about-index-slide .center .items li a {
    display: block;
    width: 1920px;
    height: 425px;
    background-repeat: no-repeat;
}
.about-index-slide .center .items li a img {
    width: 1920px;
    height: 425px;
}
.about-index-slide .icons {
    position: absolute;
    left: 0;
    top: 480px;
    padding-top: 0px;
}
.about-index-slide .icons .box {
    width: 100%;
	text-align:center;
    margin-bottom: -15px;
}
.about-index-slide .icons .box span {
    display:inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    cursor: pointer;
    background-image: url(/inc/img/circle-slide.png);
    background-repeat: no-repeat;
    background-position: 0 -16px;
}
.about-index-slide .icons .box span.now {
    background-position: 0 0;
}
/*
 * 关于我们-文章-专属模块
 * jiao
 * 2014-08-28
 */
/*about-article css*/
.about-article .title {
    font-size: 18px;
    line-height: 30px;
    color: #FC7878;
    text-align: center;
}
.about-article .date {
    margin-top: 10px;
    color: #ABABAB;
    text-align: center;
}
.about-article .content {
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
}
.about-article .content .p1,
.about-article .content p {
    margin-bottom: 15px;
    line-height: 25px;
    color: #666;
}
.about-article .content img,
.about-article .content p img {
    max-width: 900px;
}
.about-article .content .p2 {
    text-align: center;
}
.about-article .article-nav {
    position: relative;
    margin-top: 20px;
}
.about-article .article-nav .prev,
.about-article .article-nav .next {
    line-height: 25px;
}
.about-article .article-nav .prev,
.about-article .article-nav .next,
.about-article .article-nav .prev a,
.about-article .article-nav .next a {
    color: #FC7878;
}
.about-article .article-nav .share {
    position: absolute;
    right: 0;
    top: 0;
}
.about-article .article-nav .share span {
    float: left;
    color: #FC7878;
}
.about-article .article-nav .share a {
    float: left;
    width: 26px;
    height: 25px;
    margin-left: 10px;
}
.about-article .article-nav .share .a1 {
    background-position: -74px -44px;
}
.about-article .article-nav .share .a2 {
    background-position: -74px -76px;
}
/*
 * 关于我们-联系我们-专属模块
 * jiao
 * 2014-08-28
 */
.about-contact .company-name {
    margin-top: 30px;
    margin-bottom: 10px;
}
.about-contact .slogan,
.about-contact .p1 {
    margin-top: 10px;
    line-height: 15px;
    color: #666;
}
.about-contact .phone,
.about-contact .email {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #FC7878;
}
.about-contact .address {
    width: 650px;
    line-height: 42px;
}
.about-contact .address span {
    float: left;
}
.about-contact .address a {
    float: right;
    width: 115px;
    height: 30px;
    text-indent: -9999px;
    background-position: 0 -110px;
}
.about-contact .map {
    margin-top: 20px;
}
/*
 * 关于我们-详细页面-专属模块
 * jiao
 * 2014-08-29
 */
.about-details .msg {
    padding-top: 30px;
    overflow: hidden;
    /*padding-bottom: 50px;
    background-image: url(../img/about-details-bg-1.png);
    background-repeat: no-repeat;
    background-position: right 40px; */
}
.about-details .msg  p {
    margin-top: 10px;
    width: 510px;
    line-height: 25px;
    color: #555;
}
.about-details .description {
    margin-top: 30px;
    line-height: 25px;
    color: #555;
}
.about-details .slogan {
    position: relative;
    *width: 858px;
    margin-top: 35px;
    padding: 10px 20px;
    line-height: 25px;
    color: #FC8383;
    border: 1px solid #ddd;
}
.about-details .slogan i {
    position: absolute;
    left: 30px;
    top: -12px;
    width: 23px;
    height: 12px;
    background-position: 0 -158px;
}
.about-details .main-business,
.about-details .service-advantage {
    margin-top: 30px;
    color: #FC8383;
}
.about-details .goal {
    margin-top: 10px;
}
.about-details .items li {
    float: left;
    width: 285px;
    margin-top: 30px;
    margin-right: 22px;
    background-repeat: no-repeat;
    background-position: center 40px;
}
.template-sale { background-image: url(../img/template-sale.png); }
.site-made { background-image: url(../img/site-made.png); }
.mobile-mail { background-image: url(../img/mobile-mail.png); }
.template-up { background-image: url(../img/template-up.png); }
.second-develope { background-image: url(../img/second-develope.png); }
.more-business { background-image: url(../img/more-business.png); }
.about-details .items li b {
    display: block;
    font-weight: normal;
    text-align: center;
}
.about-details .items li p {
    *width: 255px;
    height: 105px;
    *height: 80px;
    margin-top: 190px;
    padding-top: 22px;
    padding-right: 15px;
    padding-left: 15px;
    line-height: 25px;
    color: #fff;
}
.about-details .items .template-sale p {
    background-color: #F8A2BD;
}
.about-details .items .site-made p {
    background-color: #52C4E6;
}
.about-details .items .mobile-mail p {
    background-color: #1BBD9E;
}
.about-details .items .template-up p {
    background-color: #2FCC73;
}
.about-details .items .second-develope p {
    background-color: #E84C3D;
}
.about-details .items .more-business p {
    background-color: #FCC800;
}
.about-details .service-items li {
   float: left;
   width: 440px;
   height: 120px;
   *width: 305px;
   *height: 80px;
   margin-right: 20px;
   margin-top: 20px;
   padding-top: 20px;
   padding-right: 30px;
   padding-bottom: 20px;
   padding-left: 105px;
   background-color: #F6F6F6;
}
.class-brand {
    background-position: 20px -245px;
}
.team-experience {
    background-position: 20px -373px;
}
.exquisite-excellence {
    background-position: 20px -496px;
}
.service-guarantee {
    background-position: 20px -645px;
}
.template-quality {
    background-position: 20px -781px;
}
.micro-channel-mail {
    background-position: 20px -934px;
}
.mobile-terminal {
    background-position: 20px -1064px;
}
.plug-develop {
    background-position: 20px -1215px;
}
.massive-resource {
    background-position: 20px -1321px;
}
.geography-advantage {
    background-position: 20px -1483px;
}
.about-details .service-items li strong {
    font-size: 20px;
}.about-details .service-items li span {
	font-size: 22px;
	font-weight:500;
}
.about-details .service-items li p {
	margin-top:10px;
    line-height: 20px;
}
/*
 * 关于我们-发展历程-专属模块
 * jiao
 * 2014-08-28
 */
.about-history {
    padding-top: 15px;
    padding-bottom: 30px;
    background-color: #fff;
}
.about-history .content {
    background-image: url(../img/about-history-grey.png);
    background-repeat: repeat-y;
    background-position: center top;
}
.about-history .content span.circle-red,
.about-history .content span.circle-pink,
.about-history .content span.circle-green,
.about-history .content span.circle-blue,
.about-history .content span.circle-brown,
.about-history .content span.circle-deepblue,
.about-history .content span.circle-purple {
    float: left;
    width: 83px;
    height: 83px;
    margin-left: 447px;
    line-height: 83px;
    color: #fff;
    text-align: center;
}
.about-history .content span.circle-red {
    margin-bottom: 30px;
    background-position: 0 0;
}
.about-history .content span.circle-red2 {
    margin-top: 30px;
    margin-bottom: 0;
    line-height: 0;
}
.about-history .content span.circle-red2 i {
    display: block;
    margin-top: 28px;
    font-style: normal;
    line-height: 18px;
}
.about-history .content span.circle-pink {
    margin-top: 30px;
    margin-bottom: 30px;
    background-position: 0 -91px;
}
.about-history .content span.circle-green {
    margin-top: 30px;
    margin-bottom: 30px;
    background-position: -68px -566px;
}
.about-history .content span.circle-blue {
    margin-top: 30px;
    margin-bottom: 30px;
    background-position: -66px -360px;
}
.about-history .content span.circle-brown {
    margin-top: 30px;
    margin-bottom: 30px;
    background-position: -67px -681px;
}
.about-history .content span.circle-deepblue {
    margin-top: 30px;
    margin-bottom: 30px;
    background-position: -67px -465px;
}
.about-history .content span.circle-purple {
    margin-top: 30px;
    margin-bottom: 30px;
    background-position: -67px -254px;
}
.about-history .content div {
    position: relative;
}
.about-history .content p {
    position: relative;
    width: 345px;
    *width: 339px;
    height: 70px;
    *height: 60px;
    margin: 0;
    padding-top: 10px;
    padding-right: 1px;
    padding-left: 18px;
    line-height: 25px;
    color: #fff;
}
.about-history .content p.yellow {
    background-color: #FCC800;
}
.about-history .content p.green {
    background-color: #92D206;
	white-space:no-wrap;
}
.about-history .content p.blue {
    background-color: #58BDF0;
}
.about-history .content p.red {
    background-color: #FC7878;
}
.about-history .content p.purple {
    background-color: #CA8ED3;
}
.about-history .content p.deepblue {
    background-color: #75C4BE;
}
.about-history .content p.brown {
    background-color: #D48D7C;
}
.about-history .content p.brown {
    background-color: #D48D7C;
}

.about-history .content p.left {
    margin-left: 77px;
	float:left;
}
.about-history .content p.right {
    margin-right: 77px;
	float:right;
}
.about-history .content p a {
    position: absolute;
    right: 18px;
    bottom: 10px;
    color: #fff;
}
.about-history .content p i {
    position: absolute;
    top: 25px;
    width: 14px;
    height: 23px;
}
.about-history .content p.left i {
    right: -14px;
}
.about-history .content p.right i {
    left: -14px;
}
.about-history .content p i.triangle-yellow-l {
    background-position: -146px 0;
}
.about-history .content p i.triangle-green-l {
    background-position: -130px 0;
}
.about-history .content p i.triangle-blue-l {
    background-position: -146px -50px;
}
.about-history .content p i.triangle-purple-l {
    background-position: -146px -87px;
}
.about-history .content p i.triangle-red-l {
    background-position: -146px -177px;
}
.about-history .content p i.triangle-brown-l {
    background-position: -146px -144px;
}
.about-history .content p i.triangle-deepblue-l {
    background-position: -146px -117px;
}
.about-history .content p i.triangle-green-r {
    background-position: -114px 0;
}
.about-history .content p i.triangle-blue-r {
    background-position: -98px 0;
}
.about-history .content p i.triangle-yellow-r {
    background-position: -126px -50px;
}
.about-history .content p i.triangle-purple-r {
    background-position: -127px -87px;
}
.about-history .content p i.triangle-red-r {
    background-position: -126px -177px;
}
.about-history .content p i.triangle-brown-r {
    background-position: -128px -145px;
}
.about-history .content p i.triangle-deepblue-r {
    background-position: -128px -117px;
}

.about-history .content b {
    position: absolute;
    left: 482px;
    top: 27px;
    width: 16px;
    height: 16px;
}
.about-history .content b.circle-yellow {
    background-position: -123px -26px;
}
.about-history .content b.circle-grey {
    background-position: -100px -26px;
}
.about-history .content b.circle-blue {
    background-position: -144px -26px;
}
.about-history .content .circle-year{
	float: left;
    width: 83px;
    height: 83px;
    margin-left: 447px;
    line-height: 83px;
    color: #fff;
    text-align: center;
    background-image: url(../img/about-us-sprites-2.png);
    background-repeat: no-repeat;
}
.about-history .content .y-2017 .dialog{
	background-color: #FD839C;
}
.about-history .content .y-2017 .circle-year{
	margin-top: 30px;
    margin-bottom: 30px;
    background-position: -67px -796px;
}
.about-history .content p i {
background-image: url(../img/about-us-sprites-2.png);
    background-repeat: no-repeat;
}
.about-history .content .y-2017 .right i {
	background-position: -128px -207px;
}
.about-history .content .y-2017 .left i {
	background-position: -146px -207px;
}
/*
 * 关于我们-新闻-专属模块
 * jiao
 * 2014-08-28
 */
.about-news {
    background-color: #fff;
}
.about-news .news-list {
    width: 900px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px dotted #D1D1D1;
}
.about-news .news-list span {
    float: left;
    width: 65px;
    margin-top: -3px;
    padding-bottom: 50px;
    font-size: 20px;
    text-align: center;
}
.about-news .news-list span.circle-yellow {
    background-position: 10px -256px;
}
.about-news .news-list span.circle-blue {
    background-position: 10px -176px;
}
.about-news .news-list div {
    float: right;
    width: 805px;
}
.about-news .news-list div h5 {
    margin-bottom: 10px;
}
.about-news .news-list div h5 a {
    font-size: 18px;
    color: #FC8383;
}
.about-news .news-list div p {
    font-size: 12px;
    line-height: 25px;
    color: #666;
}
/*
 * 关于我们-合作伙伴-专属模块
 * jiao
 * 2014-08-28
 */
.about-parter .description {
    padding-bottom: 10px;
    color: #FC7878;
}
.about-parter dl dt {
    margin-top: 20px;
    font-size: 16px;
    font-weight: normal;
}
.about-parter dl dd {
    float: left;
    width: 207px;
    height: 62px;
    *width: 205px;
    *height: 50px;
    margin-right: 20px;
    margin-top: 20px;
    text-align: center;
    border: 1px solid #DDDDDD;
}

/*
 * 关于我们-员工风采-专属模块
 * jiao
 * 2014-08-28
 */
.about-staffs ul li {
    float: left;
    width: 285px;
    margin-bottom: 20px;
    margin-right: 24px;
}
.about-staffs ul li img {
    width: 285px;
    height: 190px;
}
.about-staffs ul li b {
    display: block;
    padding-top: 10px;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
}
.about-staffs ul li b a {
    color: #333;
}
.about-staffs ul li .video-a {
    position: relative;
    display: block;
    width: 285px;
    height: 190px;
}
.about-staffs ul li span {
    position: absolute;
    left: 123px;
    top: 75px;
    z-index: 1;
    width: 40px;
    height: 40px;
    background-color: #fff;
    opacity: 0.7;
    filter:alpha(opacity=70);
    border-radius: 20px;
    cursor: pointer;
}
.about-staffs ul li i {
    position: absolute;
    left: 127px;
    top: 79px;
    z-index: 2;
    width: 32px;
    height: 32px;
    background-color: #fff;
    background-position: 13px -16px;
    border-radius: 16px;
    cursor: pointer;
}
/*
 * 关于我们-工作环境
 * jiao
 * 2014-09-29
 */
.about-environment .work-environment {
    width: 300px;
    height: 310px;
    margin-right: 10px;
    background-color: #FF9D9D;
}
.about-environment .work-environment img,
.about-environment .chamber img,
.about-environment .rest img {
    margin-left: 24px;
    margin-top: 55px;
}
.about-environment .work-environment p,
.about-environment .chamber p,
.about-environment .rest p {
    width: 255px;
    margin-top: 45px;
    margin-left: 25px;
    line-height: 25px;
    color: #fff;
}
.about-environment .chamber {
    width: 300px;
    height: 300px;
    background-color: #80CD4B;
}
.about-environment .rest {
    width: 300px;
    height: 300px;
    background-color: #58BDF0;
}

/*
 * 关于我们-团队风采
 * jiao
 * 2014-09-29
 */
.about-staffs .day-tour-img {
    width: 610px;
    height: 300px;
    margin-right: 10px;
}
.other_img{
	width:920px;
	height:300px;
	margin-top:10px;
}
.about-staffs .day-tour-text {
    width: 300px;
    *width: 260px;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 34px;
    color: #fff;
    background-color: #FF9D9D;
}


.about-staffs .day-tour-text span {
    display: block;
    padding-top: 10px;
}
.about-staffs .day-tour-text p {
    margin-top: 20px;
    line-height: 25px;
    text-indent: 2em;
}

.ml{
	margin-left: 10px;
}
.about-staffs .day-tour-content {
	 width: 300px;
    *width: 260px;
    height: 611px;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 34px;
    color: #fff;
	background-color: #5cbaf0;
}
.about-staffs .day-tour-content span
{
	display: block;
    padding-top: 10px;
}

.about-staffs .day-tour-content  p
{
	margin-top: 10px;
    line-height: 22px;
    text-indent: 2em;
}

.about-staffs .basketball {
    padding-bottom: 124px;
    background-color: #5cbaf0;
}
.about-staffs .aotom_travel {
    padding-bottom: 0px;
    background-color: #80CD4B;
}
.about-staffs .other-events {
    padding-bottom: 50px;
    background-color: #EAB144;
}
.about-staffs .other-events div {
    margin-top: 10px;
    line-height: 25px;
    text-indent: 2em;
}

/*
 * 关于我们-视频中心
 * jiao
 * 2014-09-29
 */
.about-staffs .video {
    width: 980px;
    margin-top: 10px;
}
.about-staffs .video-big-left {
    width: 600px;
    height: 400px;
    *width: 580px;
    *height: 380px;
    padding: 10px;
    background-color: #fff;
}
.about-staffs .video-text-right {
    width: 370px;
    height: 400px;
    *width: 330px;
    *height: 360px;
    padding: 20px;
    background-color: #fff;
}
.about-staffs .video-text-right h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    font-weight: bold;
}
.about-staffs .video-text-right .date {
    line-height: 40px;
    color: #888;
}
.about-staffs .video-text-right p {
    padding-top: 10px;
    line-height: 25px;
    border-top: 1px dotted #ddd;
    text-indent: 2em;
}
.about-staffs .video-slide {
    position: relative;
    height: 268px;
    margin-top: 10px;
    background-color: #fff;
}
.about-staffs .video-slide .box {
    position: relative;
    top: 30px;
    left: 75px;
    width: 840px;
    height: 218px;
    overflow: hidden;
}
.about-staffs .video-slide .items {
    width: 20000px;
    position: absolute;
    top: 0;
}
.about-staffs .video-slide .items li {
    float: left;
    width: 270px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.about-staffs .video-slide .items li img {
    width: 270px;
    height: 180px;
}
.about-staffs .video-slide .items li .title {
    padding-top: 0;
}
.about-staffs .video-slide .items li .title a {
    font-size: 16px;
}
.about-staffs .video-slide .items li .title a:hover {
    color: #FC7878;
    text-decoration: none;
}
.about-staffs .video-slide .video-icon-l,
.about-staffs .video-slide .video-icon-r {
    position: absolute;
    top: 114px;
    width: 21px;
    height: 40px;
    display: block;
    background-repeat: no-repeat;
    cursor: pointer;
}
.about-staffs .video-slide .video-icon-l {
    left: 30px;
    background-image: url(../img/video-l.png);
}
.about-staffs .video-slide .video-icon-r {
    right: 30px;
    background-image: url(../img/video-r.png);
}
/*
 * 关于我们-法律条款
 * jiao
 * 2014-09-29
 */
 .module-legal-terms {
    padding-top: 165px;
    background-color: #fff;
    background-image: url(../img/legal-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
}
.legal-terms {
    line-height: 25px;
}
.legal-terms .title {
    color: #FC7878;
    margin-top: 25px;
}
/*
 * 关于我们-隐私政策
 */
 .module-privacy-terms {
    padding-top: 165px;
    background-color: #fff;
    background-image: url(../img/privacy-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
}
.legal-terms {
    line-height: 25px;
}
.legal-terms .title {
    color: #FC7878;
    margin-top: 25px;
}

/*
 * 关于我们-支付方式
 * jiao
 * 2014-09-29
 */
.module-payment {
    padding-top: 165px;
    background-image: url(../img/payment-bg.png);
    background-position: center top;
}
.payment .title {
    margin-top: 10px;
    color: #FC7878;
 }
.payment .payment-table {
    margin-top: 30px;
}
.payment .payment-table th {
    height: 40px;
    font-size: 16px;
    font-weight: normal;
    background-color: #F7F7F7;
}
.payment .payment-table td {
    height: 87px;
    font-size: 16px;
    border-bottom: 1px dotted #DFDFDF;
	padding:20px 0;
}
.payment .payment-table .img {
    padding-left: 20px;
}
.payment .payment-table .img img {
    border: 1px solid #DFDFDF;
}

/*
 * 关于我们-荣誉资质
 * jiao
 * 2014-09-29
 */
.about-honor .honor-item {
    background-image: url(../img/honor-bg.png);
    background-repeat: repeat-x;
    background-position: center bottom;
}
.about-honor .honor-2013,
.about-honor .honor-2012 {
    margin-top: 50px;
}
.about-honor .honor-2014,
.about-honor .honor-2013 {
    padding-bottom: 20px;
}
.about-honor .honor-2012 {
    background-image: none;
}
.about-honor .honor-item .left {
   float: left;
   width: 90px;
   height: 30px;
   font-weight: normal;
   line-height: 30px;
   text-align: center;
   color: #fff;
   background-color: #FC7878;
}
.about-honor .honor-item .right {
    float: right;
    width: 810px;
}
.about-honor .honor-item .right li {
    float: left;
    margin-left: 30px;
    margin-bottom: 20px;
    text-align: center;
}

.about-honor .honor-item .right li strong {
    display: block;
    font-weight: normal;
    font-size: 12px;
    line-height: 30px;
    color: #7A7A7A;
}

.about-honor .honor-item .right li.row-first{
    clear: both;
}
/*
 * 关于我们-友情链接诶
 * jiao
 * 2014-09-29
 */
.about-flink .flink-items li {
    float: left;
    width: 25%;
    height: 48px;
    *height: 47px;
    line-height: 47px;
    text-indent: 20px;
    background-image: url(../img/about-left-curve.png);
    background-repeat: no-repeat;
    background-position: left center;
    border-bottom: 1px dotted #ddd;
}
.about-flink .flink-items li a {
    color: #333;
}
.about-flink .flink-items li a:hover {
    color: #FC7878;
}
.flink-apply .left {
    width: 515px;
    font-size: 14px;
    line-height: 25px;
    color: #333;
}
.flink-apply h3.title {
    margin-bottom: 30px;
    font-size: 18px;
    color: #FC7878;
}
.flink-apply .right {
    width: 365px;
    *width: 330px;
    padding-left: 35px;
    border-left: 1px dotted #D8D8D8;
}
.flink-apply .right div {
    margin-top: 10px;
}
.flink-apply .right div p {
    float: left;
    width: 120px;
    margin-right: 5px;
    font-size: 14px;
    line-height: 35px;
    text-align: right;
}
.flink-apply .right div p span.star-red{
    color: #FC7878;
}
.flink-apply .right div input.text {
    width: 200px;
    *width: 180px;
    height: 35px;
    *height: 15px;
    padding: 10px;
    border: 1px solid #ddd;
    outline: none;
}
.flink-apply .right div input.submit {
    margin-left: 125px;
    *padding: 5px 10px;
    background-color: #FC7878;
    border:none;

}
.flink-apply .right div input.submit:hover {
    background-color: #E36F6F;
}
.flink-apply .right div textarea {
    width: 200px;
    *width: 180px;
    height: 90px;
    padding: 10px;
    border: 1px solid #ddd;
    outline: none;
}
/*人才招聘css*/
.modulehr {
    background-color: #F2F2F2;
    background-repeat: no-repeat;
    background-position: center top;
}
#hr-banner{width:100%; height:180px; background:url(../img/hr-banner.jpg) no-repeat center top #a2e6df; position:absolute;clear:both;}
#hr-bady{width:980px;margin:0 auto; position:relative; padding-top:235px;}
.hr-b{width:100%; margin-bottom:10px; float:inherit;}
.hr-b1{padding:30px;margin-top:10px; background:#fff;margin-bottom:10px;}
.hr-about{width:100%;}
.hr-about_images/about{width:370px; float:left;padding-top:20px;}
.hr-about_wz{width:550px; float:left; padding-top:20px;}
.hr-about_wz1{padding-bottom:10px; font-size:18px; line-height:30px;}
.hr-about_wz2{color:#888; line-height:24px;padding-bottom:10px;}

.hr-about1{width:100%; float:inherit; padding-top:30px;}
.hr-about1_wz{width:382px; float:left;line-height:24px; padding-top:50px;}
.hr-about1_wz1{color:#fc8080; padding-bottom:10px;}
.hr-about1_images/about{width:500px; float:right;}
.hr-h{color:#fc8080;}

.hr-zp{width:100%;}
.hr-zw{width:100%; background:#fff; margin-bottom:10px; padding:30px 0 30px 0;}
.hr-zw1{width:195px; float:left; padding-left:40px;}
.hr-zw2{width:585px; float:left;}
.hr-zw2a{padding-bottom:10px;}
.hr-zw2b{line-height:24px;}
.hr-zw3{width:120px; float:left; padding-top:30px;}
.hr-anniu{width:120px; height:40px; line-height:40px; text-align:center;}
.hr-anniu a{color:#fff; background:#18aaf8; display:block;}
.hr-anniu a:hover{background:#fc8080;}

.hr-lx{width:100%; background:#fff;}
.hr-lx1{width:100%; float:inherit; height:350px;}
.hr-lx_wz{width:465px; float:left; padding:10px 0 0 30px;}
.hr-lx_wz1{width:100%; float:inherit; border-bottom:1px dashed #ddd; padding:20px 0 20px 0; line-height:36px; font-size:18px;}
.hr-lx_images/about{width:340px; float:right;}
.hr-h1{color:#888; font-size:14px;}
.hr-wan{width:100%; background:url(../img/hr-05.jpg) no-repeat center bottom;height:520px;}
.hr-wan_wz{color:#c49534; font-size:30px; line-height:40px; text-align:center; padding-top:125px;}


/*办公环境修改新增css*/
.oh{overflow: hidden;}
.mt30{margin-top: 30px;}
.w600{width: 600px;}
.w310{width: 310px;}
.about-environment .demo-two .environment-box{position: relative;}
.about-environment .demo-two .environment-box .environment-box-text{width: 100%;padding: 10px 20px;background: url(../img/env_bg.png);color: #ffffff; position: absolute;z-index:10;bottom: 0;}
.about-environment .demo-two .environment-box .environment-box-text1{width: 300px;height: 170px;position: absolute;z-index:10;background-color: #ffffff;bottom:20px;left:20px;padding: 20px}
.about-environment .demo-two .environment-box .environment-box-text1 p{line-height: 23px;margin-top: 10px;}
.about-environment .demo-two .environment-box .environment-box-text2{width: 300px;height: 150px;position: absolute;z-index:10;background-color: #f6feb2;bottom:0;left:310px;padding: 20px}
.about-environment .demo-two .environment-box .environment-box-text2 p{line-height: 23px;margin-top: 10px;}
.about-environment .demo-two .environment-box .environment-box-text3{width: 300px;height: 150px;position: absolute;z-index:10;background-color: #d9ffd1;bottom:20px;left:20px;padding: 20px}
.about-environment .demo-two .environment-box .environment-box-text3 p{line-height: 23px;margin-top: 10px;}
.about-environment .demo-two .environment-pic-line4{overflow: hidden;}
.about-environment .demo-two .environment-pic-line4 li{float: left;margin-right: 10px;}


/* about_company.dwt 新增css */
.head{
    background-color: #fff;
}
.about-details-alert-video{
    width: 900px;
    height: 523px;
    position: absolute;
    z-index:999;
    background:#ccc;
    overflow: hidden;
    display: none;
}
.about-details-alert-video p iframe {
    border: 10px solid #000;
}
.about-details-alert-video .video-close{
    width: 50px;
    height: 50px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9999;
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
}
.about-details .msg .right-video {
    width: 360px;
    height: 180px;
    padding: 10px;
    background-color: #d0d0d0;
    cursor: pointer;
}

/*news  */
.tips1{
	background: none repeat scroll 0 0 #fc7878;
    height: 5px;
    position: absolute;
    display: none;
}
.search_news{
	line-height:50px;
	padding-right:20px;
	padding-top:8px;
}
.search_news input {
    height: 38px;
	padding:0 5px;
    width: 300px;
    border: 1px solid #ccc;
	border-radius: 0;
}
.search_news i {
	cursor: pointer;
    height: 38px;
    display: inline-block;
    width: 38px;
    line-height: 38px;
    font-size: 20px;
    text-align: center;
    color: #ccc;
    background-color: #fff;
    border: 1px solid #CCCCCC;
    border-left: none;
}


/*2020*/
.body-about .banner{ width: 100%; height: 500px; background: url(../img/77_gsjs.jpg) center center no-repeat; }
.body-about .section-1{ position: relative; margin-top: -70px; margin-bottom: -70px;}
.body-about .section-1 .nav{ width:1200px;height:140px;background:rgba(255,255,255,1);box-shadow:0px 10px 30px 0px rgba(73,9,9,0.08);border-radius:10px; display: flex; flex-direction: row;}
.body-about .section-1 .nav .item{ flex:1; text-align: center; border-right: 1px solid #E6E6E6; margin: 25px 0;}
.body-about .section-1 .nav .item:last-child{ border-right: 0; }
.body-about .section-1 .nav .item .num{ display: flex; flex-direction: row; justify-content: center; }
.body-about .section-1 .nav .item .num .txt{ height: 54px; line-height: 54px; font-size:44px; font-family:Arial; font-weight:bold; color:#F00303; }
.body-about .section-1 .nav .item .num .text{ font-family:PingFangSC-Regular; color: #F00303; font-size: 24px; height: 24px; line-height: 24px; margin: 22px 0 0 5px; }
.body-about .section-1 .nav .item .desc{ font-size:16px;font-family:PingFang SC;font-weight:400;color:rgba(136,136,136,1);line-height:44px; }
.body-about .section-2{ background: #F5F5FA; padding: 120px 0 80px;}
.body-about .section-2 .left{ float: left; width: 528px; margin: 30px 74px 0 40px; }
.body-about .section-2 .left h2{ font-size: 30px; color: #333333; font-weight: bold; font-family:PingFangSC-Regular;}
.body-about .section-2 .left p{ color: #888888; font-size: 16px; line-height: 32px; margin-top: 30px; }
.body-about .section-2 .right{ float: right; }
.body-about .section-2 .right .about-video{ position: relative; }
.body-about .section-2 .right .about-video .img{ width: 514px; height: 290px; background: url(../img/about_2.jpg) no-repeat; text-align: center; cursor: pointer;}
.body-about .section-2 .right .about-video .img img{ width: 90px; height: 90px; margin-top: 100px;}


.aboutyoushi_midcssimg{
    -webkit-transition-duration: 2.5s;
    -ms-transition-duration: 2.5s;
    -o-transition-duration: 2.5s;
    -moz-transition-duration: 2.5s;
    transition-duration: 2.5s;
    opacity: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    position: absolute;
}
.curbg{
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    opacity:1;
}

.aboutyoushi_midcssimg1{ background-image: url(../img/3f-img1.jpg);}
.aboutyoushi_midcssimg2{ background-image: url(../img/3f-img2.jpg);}
.aboutyoushi_midcssimg3{ background-image: url(../img/3f-img3.jpg);}
.aboutyoushi_midcssimg4{ background-image: url(../img/3f-img4.jpg);}
.aboutyoushi_midcssimg5{ background-image: url(../img/3f-img5.jpg);}
.aboutyoushi_midcssimg6{ background-image: url(../img/3f-img6.jpg);}
.aboutyoushi_midcssimg7{ background-image: url(../img/3f-img7.jpg);}
.aboutyoushi_midcssimg8{ background-image: url(../img/3f-img8.jpg);}
.aboutyoushi_midcssimg9{ background-image: url(../img/3f-img9.jpg);}
.aboutyoushi_midcssimg10{ background-image: url(../img/3f-img10.jpg);}

.aboutbody_3_mid {
    padding: 112px 0;
    border-bottom: 1px #5b585a solid;
    border-left: 1px #5b585a solid;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.aboutbody_3_mid_1{
    font-size: 72px;
    color: #e6e6e6;
}
.aboutbody_3_mid_footer {
    position: absolute;
    bottom: 24px;
    left: 24px;
    z-index: 10;
}
.aboutbody_3_mid_footer span{
    font-size: 18px;
    color: #a0a0a0;
}
.aboutbody_3_mid_footer i{
    width: 15px;
    height: 1px;
    background: #fff;
    opacity: 0;
    display: block;
    float: left;
    margin-top: 13px;
    margin-right: 10px;
}

.swiper-container-1 .swiper-slide:hover,
.swiper-container-1 .swiper-slideon {
    background:linear-gradient(45deg,#FE6C3F,#FC3933);
    opacity:0.7;
}

.swiper-container-1 .swiper-slide:hover .aboutbody_3_mid_footer span,
.swiper-container-1 .swiper-slideon .aboutbody_3_mid_footer span{
    color: #fff;
}
.swiper-container-1 .swiper-slide:hover .aboutbody_3_mid_footer i,
.swiper-container-1 .swiper-slideon .aboutbody_3_mid_footer i{
   opacity: 1;
}

.body-about .section-5 { overflow: hidden; }
.body-about .section-5 .left{ width: 50%; float: left; height: 460px;}
.body-about .section-5 .left img{ width: 100%; }
.body-about .section-5 .right{ width: 50%; float: left; background:linear-gradient(90deg,#FC3933,#FE6C3F); height: 460px; padding: 40px 50px; box-sizing: border-box;}
.body-about .section-5 .right h1{ font-size: 36px; color: #fff; font-weight: 500; position: relative; padding-bottom: 40px;}
.body-about .section-5 .right h1:after{ content: ''; width: 45px; height: 3px; background: rgba(255,255,255,.8); position: absolute; left: 0; bottom: 0;}
.body-about .section-5 .right p{ width: 560px; color: #fff; line-height: 30px; margin-top: 30px; }
.body-about .section-5 .right .con{ color: #fff; margin-top: 30px;}
.body-about .section-5 .right .con h2{ width: 20px; line-height: 30px; float: left; font-weight: 600;}
.body-about .section-5 .right .con ul{ float: left; line-height: 30px; margin-left: 5px;}
.body-about .section-5 .right .con ul li i{ width: 0; height: 0; display: inline-block; border-top: 5px solid transparent; border-left: 10px solid #fff; border-bottom: 5px solid transparent; margin-right: 10px;}

.body-about .section-8 .content{ position: relative; height: 440px;}
.body-about .section-8 .map{ width: 941px; height: 400px; float: left; position: relative; z-index: 2;text-align: left;left: -90px;}
.body-about .section-8 .about-contact{
    width:316px;
    height:356px;
    background:rgba(255,255,255,1);
    box-shadow:0px 10px 15px 1px rgba(66,71,75,0.15);
    border-radius:3px;
    position: absolute;
    right: 0;
    z-index: 9;
    padding:30px;
    box-sizing: border-box;
}

.body-about .section-8 .about-contact h1{
    font-size: 28px;
    font-weight: bold;
    color: #000;
}

.body-about .section-8 .about-contact .item{
    font-size: 16px;
    color: #333;
    overflow: hidden;
    margin-top: 30px;
}
.body-about .section-8 .about-contact .item span{
    display: block;
    float: left;
    width: calc(100% - 30px);
    margin-left: 6px;
}
.body-about .section-8 .about-contact .item i{
    background: url(../img/7f-icon.png) no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    float: left;
}
.body-about .section-8 .about-contact .item1 i{
    background-position: 0 3px;
}
.body-about .section-8 .about-contact .item2 i{
    background-position: -20px 0px;
}
.body-about .section-8 .about-contact .item3 i{
    background-position: -45px 0;
}

.body-about .section-8 .about-contact .btn{
    width:140px;
    height:44px;
    background:linear-gradient(90deg,#f20d23,#E73619);
    display: block;
    text-align: center;
    line-height: 44px;
    color: #fff;
    font-size: 16px;
    margin-top: 30px;
}
.body-about .section-9{ background: #F5F5FA; }
.body-about .content-tit{ text-align: center;  }
.body-about .content-tit .title{ text-align: center; color: #000; font-size: 24px; font-weight: 600; position: relative; margin-bottom: 80px;}
.body-about .content-tit .title span{ display: inline-block; padding:0 20px; background: #F5F5FA; position: relative; z-index: 2}
.body-about .content-tit .title:after{ content: ''; position: absolute; width: 100%; height: 1px; background: #E6E6E6;left: 0; top: 50%; z-index: 1;}

.body-about .section-10 { padding-top: 60px; }
.body-about .section-10 .title span{ background: #fff; }

.body-about .section-11{  background: #F5F5FA; padding-top: 60px; padding-bottom: 50px;}
.body-about .section-11 .title{ margin-bottom: 40px; }

.body-about .section-11 .items{  }
.body-about .section-11 .item{ width: 264px; height: 180px; background:rgba(255,255,255,1); box-shadow:0px 10px 20px 0px rgba(0, 0, 0, 0.05); border-radius:20px; float: left; margin-right: 30px; text-align: center;}
/*.body-about .section-11 .item:hover{ box-shadow:0px 10px 20px 0px rgba(0, 0, 0, 0.1); }*/
.body-about .section-11 .item i{ width: 175px; height: 76px; display: block; margin: 30px auto 0;}
.body-about .section-11 .item span{ font-size: 14px; color: #333333; font-weight: 400; display: block; margin-top: 20px; position: relative; }
.body-about .section-11 .item span:after{ content: ''; position: absolute; width: 40px; height: 3px; background: #F54544; bottom: -33px; left: 112px; }
.body-about .section-11 .item-1 i{ background: url(../img/8f-logo1.png) no-repeat; }
.body-about .section-11 .item-2 i{ background: url(../img/8f-logo2.png) no-repeat; }
.body-about .section-11 .item-3 i{ background: url(../img/8f-logo3.png) no-repeat; }
.body-about .section-11 .item-4 i{ background: url(../img/8f-logo4.png) no-repeat; }

.body-about .section-title h2{ padding-bottom: 30px; position: relative; }
.body-about .section-title h2:after{ content: ''; width: 45px; height: 5px; background:linear-gradient(90deg,#FE6C3F,#FC3933); bottom: 0; left: 50%; position: absolute; margin-left: -22.5px;}

.body-about .moban_biaodan .section-title h2{ padding: 0; }
.body-about .moban_biaodan .section-title h2:after{ width: 0; }

@keyframes rowleft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-1840px, 0, 0);
    transform: translate3d(-1840px, 0, 0);
  }
}

.about-cases {
  position: relative;
  height: 600px
  overflow: hidden;
}
.about-cases .about-case {
  width: 3680px;
  white-space: nowrap;
  height: 70px;
  margin: 50px 0;
  -webkit-animation: 60s rowleft linear infinite normal;
  animation: 60s rowleft linear infinite normal;
}
.about-cases .about-case .about-case-logo {
  width: 230px;
}
.about-cases .about-case .about-case-logo:nth-child(even) {
  left: 100%;
}
.about-cases .about-case:first-child {
  margin-top: 25px;
}
.about-cases .about-case:nth-child(even) {
  -webkit-animation: 80s rowleft linear infinite normal;
  animation: 80s rowleft linear infinite normal;
}
.about-cases .about-case:nth-child(even) .about-case-logo {
  -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: blur(1px);
}
.about-cases .about-cases-title {
  position: absolute;
  top: 265px;
  width: 100%;
  text-align: center;
  font-size: 36px;
  color: #293E63;
  line-height: 1;
  font-weight: 300;
}
.about-cases .about-cases-title .about-cases-title-mask {
  display: inline-block;
  width: 600px;
  height: 60px;
  line-height: 60px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50px;
  text-align: center;
  box-shadow: 0px 0px 30px 30px rgba(255, 255, 255, 0.8);
  font-weight: bold;
}
.about-cases .about-cases-title .about-cases-title-number {
  width: 100px;
  margin-top: -5px;
}
.about-cases .about-cases-title text{ color: #FC3D34; margin: 0 10px; }

@keyframes breath {
  0% {
    opacity: 1;
    transform: scale(0.714);
  }
  100% {
    opacity: 0;
    transform: scale(1.714);
  }
}

.moban_biaodan .section-title{
  margin-bottom: 40px;
}
.moban_biaodan .section-title h2{
  color: #fff;
}

.moban_biaodan{
  background:url("../img/tj-bg.jpg") no-repeat;
  width:100%;
  height:427px;
  text-align: center;
  background-size:100%;
  background-size:cover;
}
.moban_biaodan *{
  box-sizing: border-box;
}

.moban_biaodan .list{
  width: 798px;
  flex-wrap: wrap;
  margin: 0 auto;
}

.moban_biaodan .list li.list-item,
.moban_biaodan .list li.list-item-lie{
  margin-bottom: 20px;
  width: 380px;
  float: left;
}

.moban_biaodan .list li.list-item:nth-child(1),
.moban_biaodan .list li.list-item:nth-child(3){
  margin-right: 18px;
}
.moban_biaodan .list li.list-item:nth-child(2),.moban_biaodan .list-item-lie{
  margin-left: 18px;
}

.moban_biaodan .list-item-lie input{padding: 15px 0 15px 24px; width: 180px; border: 0; border-radius: 3px; font-size: 16px;font-weight: 400;color: rgba(136,136,136,1);
  float: left;}
.moban_biaodan .list-item-lie input:first-child{ margin-right: 20px;}

.moban_biaodan .list .list-item{
  line-height: 54px;
  border-radius: 3px;
  width: 380px;
  background:#ffffff;
  padding: 13px 0;
  float: left;
}

.moban_biaodan .step_value{
  position: relative;
  width:100%;
}
.moban_biaodan .imitate_select {
  position: relative;
  border-radius: 2px;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  width:100%;
}
.moban_biaodan .imitate_select .cite{
  padding: 0 21px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}
.moban_biaodan .imitate_select .cite span{
  font-size: 16px;
  font-weight: 400;
  color: rgba(136,136,136,1);
  line-height: 30px;
}
.moban_biaodan .imitate_select .cite img{
  width: 15px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -5px;
}

.moban_biaodan .imitate_select .ps-container{
  position: absolute;
  top: 41px;
  left: 0;
  background: #fff;
  width: 100%;
  border-radius: 0 0 3px 3px;
  opacity: 0;
  transition: all .5s;
  visibility: hidden;
  z-index: 199;
  max-height: 280px;
  overflow: hidden;
  box-shadow: 0 3px 3px 0 rgba(45,120,217,0.05);
}

.moban_biaodan .imitate_select .ps-container li{
  text-align: left;
  color: #707070;
  width: 100%;
  line-height: 36px;
  margin-bottom: 10px;
}
.moban_biaodan .imitate_select .ps-container li span{
  width: 50%;
  padding: 0 20px;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  cursor: pointer;
  float: left;

}
.moban_biaodan .imitate_select .ps-container li span:hover{
  color: #f03a3a;
}

.moban_biaodan .imitate_select ul.xuanze{
  visibility: visible;
  opacity:1;
  z-index: 201;
}
.moban_biaodan .list2{
  margin-top: 20px;
}
.moban_biaodan .list2 a{
  display: block;
  width:260px;
  height:58px;
  border:1px solid rgba(255,255,255,1);
  border-radius:4px;
  font-size:24px;
  font-weight:500;
  color:rgba(255,255,255,1);
  line-height:58px;
  margin:0 auto;
}
.moban_biaodan .list2 a:hover{
  background:rgba(255,255,255,1);
  color:#f03a3a;
}
.moban_biaodan .list2 p{
  font-size:14px;
  font-weight:400;
  color:rgba(255,255,255,1);
  line-height:14px;
  margin-top:15px;
}



