@charset "utf-8";


/*common*/
* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    font-family: Microsoft YaHei, SimHei, Helvetica, sans-serif;
}

ul, li, ol {
    list-style: none;
}

img {
    border: none;
}

a {
    text-decoration: none;
    color: #000;
    -webkit-tap-highlight-color: transparent;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    content: ""; /*content:".";*/
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

.wp {
    width: 1200px;
    margin: 0 auto;
}


/*头部*/
.header {
    width: 100%;
    min-width: 1200px;
    background-color: black;
}

.header .logo {
    float: left;
    height: 90px;
}

.header .logo img {
    vertical-align: middle;
    padding-top: 5px;
}

.header .nav {
    float: right;
    height: 90px;
}

.header .nav li {
    width: 80px;
    height: 90px;
    line-height: 90px;
    float: left;
    margin-left: 31px;
    text-align: center;
}

.header .nav li a {
    color: #fff;
    font-weight: bold
}

.header .nav li a:hover {
    color: #2692db
}


/*横向全屏焦点图*/
.fullSlide {
    width: 100%;
    min-width: 1200px;
    height: 550px;
    overflow: hidden;
    position: relative;
    background: #000;
}

.fullSlide ul {
    width: 100% !important;
    margin: 0px auto;
    position: relative;
    z-index: 0;
}

.fullSlide ul li {
    width: 100% !important;
    height: 550px;
    overflow: hidden;
    text-align: center;
    background: #E2025E center 0 no-repeat;
}

.fullSlide ul li a {
    display: block;
    height: 550px;
    font-size: 0;
}

.fullSlide ol {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 20px;
    text-align: center;
}

.fullSlide ol li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 45px;
    height: 10px;
    margin: 5px;
    background: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    font-size: 0;
}

.fullSlide ol li.on {
    background: #fff;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.fullSlide .prev, .fullSlide .next {
    position: absolute;
    z-index: 1;
    top: 40%;
    left: 5%;
    width: 55px;
    height: 55px;
    background: url(../images/arrow.png) 0 0 no-repeat;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
    display: none;
    font-size: 0;
}

.fullSlide .next {
    left: auto;
    right: 5%;
    background-position: right 0;
}


/*解决方案*/
.fangan {
    width: 100%;
    min-width: 1200px;
    padding: 30px 0;
}

.fangan_l {
    width: 300px;
    float: left;
}

.fangan_l .fangan-img {
    margin-top: 30px;
}

.fangan_l .fangan-img img {
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.fangan_l .fangan-img img:hover {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
}

.fangan_l .fangan-title {
    text-align: center;
    text-shadow: -3px 1px 2px #e4e4e4;
}

.fangan_l .fangan-title h1 {
    font-size: 40px;
}

.fangan_l .fangan-title p {
    font-size: 18px;
    color: #b2b2b2;
}

.fangan_r {
    width: 840px;
    float: right;
}

.fangan_r dl {
    width: 260px;
    height: 180px;
    float: left;
    margin: 10px 0 10px 20px;
    border-radius: 5px;
    box-shadow: 2px 2px 5px #999;
}

.fangan_r dl dt {
    margin: 10px 15px;
    font-size: 32px;
    font-weight: bold;
    color: #f0513a;
}

.fangan_r dl.fangan-cheng dt {
    color: #f0513a;
}

.fangan_r dl.fangan-fen dt {
    color: #ff2995;
}

.fangan_r dl.fangan-lv dt {
    color: #5ccc9b;
}

.fangan_r dl.fangan-hong dt {
    color: #ff292a;
}

.fangan_r dl.fangan-lan dt {
    color: #3b97ed;
}

.fangan_r dl.fangan-zi dt {
    color: #7f52d5;
}

.fangan_r dd {
    width: 110px;
    float: left;
    margin: 10px 0 0 15px;
    font-size: 16px;
    color: #a8a8a8;
    font-weight: bold;
}


/*六大优势*/
.youshi {
    width: 100%;
    min-width: 1200px;
    background: #4b79f3 url(../images/youshi-bg.jpg) center no-repeat;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.youshi .grid-content {
    display: inline-block;
    margin: 5px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.youshi .grid-content > img {
    width: 385px;
    height: 180px;
    border-radius: 10px;
    display: inline-block;
    background: #ccc;
    vertical-align: middle;
}

.youshi .grid-content .grid-shade {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #2ac5f8;
    font-size: 20px;
    border-radius: 10px;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    opacity: 0;
}

.youshi .grid-content:hover .grid-shade {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    opacity: 1;
}

.youshi .grid-content .grid-shade .grid-enter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.youshi .grid-content .grid-shade .grid-enter p {
    color: #ffffff;
    font-weight: bold
}


/*首页案例*/
.anli {
    width: 100%;
    min-width: 1200px;
    padding-top: 40px;
    background: #f5f5f5;
}

.anli-title {
    text-align: center;
    text-shadow: -3px 1px 2px #e4e4e4;
}

.anli-title h1 {
    font-size: 40px;
}

.anli-title p {
    font-size: 18px;
    color: #b2b2b2;
}

.anli-content {
    padding: 20px 0;
}

.anli-content ul li {
    width: 350px;
    height: 260px;
    float: left;
    margin: 15px;
    background: #fff;
    padding: 10px;
    overflow: hidden;
    box-shadow: 2px 2px 5px #999;
}

.anli-content ul li a img {
    -webkit-transition: All 0.3s linear;
    -moz-transition: All 0.3s linear;
    -o-transition: All 0.3s linear;
    transition: All 0.3s linear;
}

.anli-content ul li a:hover img {
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}


/*底部*/
.footer {
    width: 100%;
    min-width: 1200px;
    height: auto;
    background: black;
    font-size: 14px;
    color: #979797;
    position: relative;
}

.company {
    padding: 40px 5px;
}

.company .company-title {
    font-size: 16px;
    color: #fff;
}

.company .company-content {
    margin-top: 30px;
}

.company .company-content i {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../images/icon.png) no-repeat;
    vertical-align: middle;
}

.company .company-content i.address {
    background-position: center -1px;
}

.company .company-content i.phone {
    background-position: center -23px;
}

.company .company-content i.email {
    background-position: center -45px;
}

.company .company-content i.qq {
    background-position: center -67px;
}

.company .company-content span, .company .company-content a {
    margin: 0 50px 0 10px;
    vertical-align: middle;
    color: #979797;
}

.copyright {
    width: 1200px;
    height: 60px;
    line-height: 60px;
    border-top: 1px #979797 dashed;
}

.qrcode {
    position: absolute;
    left: 50%;
    top: 20px;
    margin-left: 300px;
    text-align: center;
    clear: both;
    overflow: hidden;
}

.qrcode .qrcode-l {
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    overflow: hidden;
}

.qrcode .qrcode-r {
    float: right;
    margin-left: 20px;
    margin-right: 20px;
    overflow: hidden;
}

.qrcode .qrcode-l img, .qrcode .qrcode-r img {
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.qrcode .qrcode-l img:hover, .qrcode .qrcode-r img:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}

.copyright p {
    padding: 0px 5px;
}

.copyright p a {
    color: #979797;
    text-decoration: none
}


/*位置*/
.position {
    color: #999;
    font-size: 14px;
    padding: 20px 5px;
    border-bottom: 1px solid #666;
}


/*案例展示*/
.anli-banner {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    height: 400px;
    background: url(../images/jian-1.jpg) center no-repeat;
}

.anli-box {
    width: 100%;
    min-width: 1200px;
    min-height: 1200px;
    background: #fff;
}


/*分页*/
.page-list {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.page-list li {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.page-list .active {
    background-color: #2692db;
    border: 1px solid #2692db;
    color: #fff;
}

.page-list li:first-child {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.page-list li:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}


/*行业新闻*/
.news-banner {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    height: 400px;
    background: url(../images/luo-1.jpg) center;
}

.news-box {
    width: 100%;
    min-width: 1200px;
    min-height: 1200px;
    background: #f5f5f5;
    overflow: hidden;
    clear: both;
}

.news-list {
    margin: 20px 0;
    background: #fff;
    border-radius: 10px;
}

.news-list ul li {
    clear: both;
    overflow: hidden;
    padding: 20px 30px;
    transition: .23s;
    -moz-transition: .23s;
    -ms-transition: .23s;
    -o-transition: .23s;
    -webkit-transition: .23s;
}

.news-list ul li strong {
    width: 60px;
    float: left;
    line-height: 1;
    font-family: Arial;
    letter-spacing: -.25px;
}

.news-list:nth-child(2n) ul li:nth-child(6n+6) strong,
.news-list:nth-child(2n+1) ul li:nth-child(6n+1) strong {
    color: #479bbd;
}

.news-list:nth-child(2n) ul li:nth-child(6n+5) strong,
.news-list:nth-child(2n+1) ul li:nth-child(6n+2) strong {
    color: #8ac52f;
}

.news-list:nth-child(2n) ul li:nth-child(6n+4) strong,
.news-list:nth-child(2n+1) ul li:nth-child(6n+3) strong {
    color: #e95b51;
}

.news-list:nth-child(2n) ul li:nth-child(6n+3) strong,
.news-list:nth-child(2n+1) ul li:nth-child(6n+4) strong {
    color: #44bc7e;
}

.news-list:nth-child(2n) ul li:nth-child(6n+2) strong,
.news-list:nth-child(2n+1) ul li:nth-child(6n+5) strong {
    color: #8e72d9;
}

.news-list:nth-child(2n) ul li:nth-child(6n+1) strong,
.news-list:nth-child(2n+1) ul li:nth-child(6n+6) strong {
    color: #2692db;
}

.news-list ul li strong b {
    font-size: 50px;
    display: block;
    font-family: Arial;
}

.news-list ul li p {
    width: 1050px;
    float: right;
}

.news-list ul li p b {
    display: block;
    line-height: 25px;
    color: #222;
    font-size: 20px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-list ul li p span {
    display: block;
    line-height: 22px;
    color: #888;
    margin: 5px 0 0 0;
}

.news-list ul li:hover {
    background: #00c1de;
}

.news-list ul li:hover strong, .news-list ul li:hover b, .news-list ul li:hover span {
    color: #fff !important;
}


/*新闻内容*/
.news_show2 {
    width: 100%;
    min-width: 1200px;
    padding: 30px 0;
    background: #f5f5f5;
    overflow: hidden;
}

.news_show2 .news_show_l {
    width: 750px;
    float: left;
    overflow: hidden;
    color: #333;
    background: #fff;
    padding: 30px;
}

.news_show2 .news_show_l .new_show_l_top {
    overflow: hidden;
    border-bottom: 1px solid #e1e1e1;
}

.news_show2 .news_show_l .new_show_l_top h1 {
    font-size: 24px;
    line-height: 38px;
    overflow: hidden;
    color: #000;
    font-weight: normal;
}

.news_show2 .news_show_l .new_show_l_top p {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 16px;
}

.news_show2 .news_show_l .new_show_l_text {
    padding: 30px 0;
    line-height: 30px;
    font-size: 16px;
}

.news_show2 .news_show_l .new_show_l_text img {
    width: 750px !important;
}

.news_show2 .news_show_l .new_show_l_text pre {
    font-family: Arial;
    border: 1px solid #cccccc;
    background: #f3f3f3;
    color: #555555;
    font-size: 14px;
    margin: 0 0 24px;
    padding: 8px;
    overflow-x: auto;
}

.prenext {
    text-align: center;
    padding: 30px 0;
    overflow: hidden;
    border-top: 1px solid #e8e8e8;
}

.prenext a {
    color: #333333;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    width: 172px;
    overflow: hidden;
    font-size: 18px;
    background: #e8e8e8;
}

.prenext a:hover {
    color: #fff;
    background-color: #2692db
}

.prenext a.l {
    float: left;
}

.prenext a.r {
    float: right;
}

.prenext a.l span {
    padding-right: 12%;
}

.prenext a.r span {
    padding-left: 12%;
}

.prenext a.nodata {
    background: #e8e8e8;
    color: #333333;
}

.news_show2 .news_show_r {
    width: 300px;
    float: right;
    overflow: hidden;
    color: #666;
    background: #fff;
    padding: 30px;
}

.news_show2 .news_show_r .news_show_r_top {
    font-size: 24px;
    color: #000;
    height: 38px;
    line-height: 38px;
}

.news_show2 .news_show_r .news_show_r_news ul li {
    display: block;
    border-bottom: 1px dashed #cccccc;
    overflow: hidden;
    padding-bottom: 20px;
    margin-top: 20px;
}

.news_show2 .news_show_r .news_show_r_news ul li h2 {
    font-weight: normal;
    font-size: 18px;
    color: #000;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_show2 .news_show_r .news_show_r_news ul li h2 a {
    color: #000000;
}

.news_show2 .news_show_r .news_show_r_news ul li h2 a:hover {
    color: #2692db;
}

.news_show2 .news_show_r .news_show_r_news ul li p {
    color: #666666;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
}

/*打赏我们*/
.donate {
    width: 100%;
    height: 140px;
}

.donate .donate-box {
    float: left;
}

.donate .donate-box h3 {
    font-size: 18px;
    text-shadow: -3px 1px 2px #e4e4e4;
}

.donate .donate-box .donate-form {
    margin-top: 30px;
    float: left;
    overflow: hidden;
    border-radius: 3px;
}

.donate .donate-box .donate-form .donate-text {
    width: 240px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #00c250;
    margin: 0;
    padding-left: 5px;
    float: left;
    background-color: white;
    color: #979797;
    font-size: 14px;
    outline: none;
    box-sizing: border-box;
}

.donate .donate-box .donate-form .donate-btn {
    width: 100px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #00c250;
    float: right;
    background: #00c250;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    outline: none;
    box-sizing: border-box;
    cursor: pointer;
}

.donate .donate-qrcode {
    float: right;
    margin-right: 120px;
    display: none;
}

.donate .donate-qrcode img {
    width: 120px;
    height: 120px;
    vertical-align: middle;
}

.donate .donate-qrcode p {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #00c250;
    text-align: center;
}

/*推广优化*/
.you-banner {
    width: 100%;
    min-width: 1200px;
    height: 400px;
    background: url(../images/you-1.jpg) center;
}

.you-bg {
    width: 100%;
    min-width: 1200px;
    background: url(../images/you-2.jpg) center;
    height: 451px;
}

.you-box {
    width: 700px;
    padding-top: 40px;
}

.you-title {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}

.you-title h2 {
    font-size: 50px;
}

.you-title p {
    font-size: 18px;
    color: #b2b2b2;
}

.you-content li p {
    font-size: 30px;
    font-weight: bold;
}

.you-content li p {
    margin: 10px 0
}

.you-content li p span {
    padding-right: 20px
}

.you-ad {
    width: 100%;
    min-width: 1200px;
    height: 400px;
    background: url(../images/you-3.jpg) center;
}

.product_problem {
    padding: 70px 0;
}

.product_problem_title {
    margin-bottom: 60px;
    text-align: center;
    font-size: 36px;
    color: #3e434b;
}

.product_problem_title span {
    font-size: 42px;
    color: #1070c6;
    font-weight: bold;
    font-style: italic;
    margin: 0 15px;
}

.product_problem_content {
    clear: both;
    overflow: hidden;
}

.product_problem_left {
    float: left;
}

.product_problem_right {
    float: right;
    margin-left: 115px;
    margin-top: 20px;
}

.product_problem_right ul li {
    margin-bottom: 45px;
    color: #363636;
    font-size: 16px;
    padding-left: 80px;
}

.product_problem_right ul li strong {
    font-weight: bold;
    font-size: 20px;
}

.product_problem_right ul li span {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 10px;
    display: inline-block;
}

.product_problem_right ul li.a1 {
    background: url(../images/product_problem_right_a1.png) no-repeat top left;
}

.product_problem_right ul li.a2 {
    background: url(../images/product_problem_right_a2.png) no-repeat top left;
}

.product_problem_right ul li.a3 {
    background: url(../images/product_problem_right_a3.png) no-repeat top left;
}

.product_problem_right ul li.a4 {
    margin-bottom: 0;
    background: url(../images/product_problem_right_a4.png) no-repeat top left;
}

.product_problem_right ul li.a1 span {
    color: #107bc6;
}

.product_problem_right ul li.a2 span {
    color: #0b9aa7;
}

.product_problem_right ul li.a3 span {
    color: #1b97ee;
}

.product_problem_right ul li.a4 span {
    color: #10b7c6;
}


/*培训*/
.php-banner {
    width: 100%;
    min-width: 1200px;
    height: 400px;
    background: url(../images/php-1.jpg) center;
}

.php-bg {
    width: 100%;
    min-width: 1200px;
    height: 527px;
    background: url(../images/jian-2.jpg) center;
}

.php-box {
    width: 700px;
    float: right;
    text-align: center;
    padding-top: 50px
}

.php-title {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}

.php-title h2 {
    font-size: 50px;
}

.php-title p {
    font-size: 18px;
    color: #a8a8a8;
}

.php-content li {
    width: 330px;
    float: left;
    margin: 20px 10px
}

.php-content li .top {
    font-size: 30px;
    font-weight: bold
}

.php_3 {
    width: 100%;
    min-width: 1200px;
    margin-bottom: 40px;
}

.ti_php {
    text-align: center;
}

.b_php {
    width: 1200px;
    overflow: hidden;
    clear: both;
}

.bz_php {
    width: 370px;
    float: left;
    margin-left: 45px;
    margin-top: 40px;
}

.bz_php img {
    vertical-align: middle;
}

.bz1_php {
    height: 258px;
    border: 1px solid #CCC;
    border-top: none;
}

.ysx_php {
    padding: 10px 20px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
}


/*guestbook*/
.guestbook-banner {
    width: 100%;
    min-width: 1200px;
    height: 400px;
    background: url(../images/liu-1.jpg) center;
}

.guestbook-box {
    padding: 20px 15px;
    background: url(../images/liu-bg.png) center right no-repeat;
}

.guestbook-title {
    padding: 10px 0;
    margin: 15px 0;
    text-shadow: -3px 1px 2px #e4e4e4;
}

.guestbook-title h2 {
    font-size: 36px;
}

.guestbook-form .form-group {
    margin-bottom: 10px;
}

.guestbook-form .form-group label {
    display: inline-block;
    width: 80px;
    text-align: right;
}

.guestbook-form .form-group img {
    vertical-align: top;
    cursor: pointer;
}

.guestbook-form .inp_one {
    width: 400px;
    height: 36px;
    line-height: 36px;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

.guestbook-form .inp_two {
    width: 400px;
    height: 72px;
    line-height: 36px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    vertical-align: middle;
}

.guestbook-form .inp_small {
    width: 200px;
    height: 36px;
    line-height: 36px;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

.guestbook-form .form-btn {
    margin-bottom: 10px;
    padding-left: 100px;
}

.guestbook-form .form-btn .btn_blue {
    width: 160px;
    height: 40px;
    line-height: 40px;
    border: 0px;
    border-radius: 5px;
    background: #0d9ae4;
    color: #fff;
    cursor: pointer;
}

.guestbook-content ul li {
    border-bottom: 1px dotted #CCCCCC;
    margin: 5px 0;
    line-height: 32px;
}

.guestbook-content ul li em {
    font-size: 12px;
    color: red;
}

.flow-ad {
    width: 100%;
    min-width: 1200px;
    height: 300px;
    margin-top: 20px;
    background: url(../images/flow.jpg) center no-repeat;
}

.zhuan-box {
    margin: 20px auto;
}

.zhuan-title {
    line-height: 120px;
    text-align: center;
    text-shadow: -3px 1px 2px #e4e4e4;
}

.zhuan-title h2 {
    font-size: 36px;
}

.zhuan-content {
    width: 100%;
}

.zhuan-content ul {
    clear: both;
    overflow: hidden;
}

.zhuan-content ul li {
    width: 25%;
    box-sizing: border-box;
    float: left;
    padding: 10px;
}

.zhuan-content ul li .zhuan-block {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    background-color: #00ce18;
    padding-top: 35px;
    padding-bottom: 35px;
    color: #FFF;
    border-redius: 5px;
}

.zhuan-content ul li {
    -webkit-transition: 0.45s;
    -moz-transition: 0.45s;
    -ms-transition: 0.45s;
    -o-transition: 0.45s;
    transition: 0.45s;
}

.zhuan-content ul li:hover img {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: 0.65s;
    -moz-transition: 0.65s;
    -ms-transition: 0.65s;
    -o-transition: 0.65s;
    transition: 0.65s;
}


/*关于我们*/
.about-banner {
    width: 100%;
    min-width: 1200px;
    height: 400px;
    background: url(../images/guan-1.jpg) center;
}

.about {
    width: 100%;
    min-width: 1200px;
    height: 300px;
    margin: 20px 0;
    padding: 20px 0;
    background-color: #f5f5f5;
}

.about .about-l {
    width: 500px;
    float: left;
}

.about .about-r {
    float: right;
    width: 500px;
}

.about .about-r p {
    margin: 15px 0;
    font-size: 18px;
    color: #696969;
    line-height: 28px;
}

.about .abt1 {
    font-size: 20px;
    padding: 20px 0;
}

.about .abt2 {
    font-size: 35px;
}

.about .abt3 {
    width: 220px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: url(../images/scheme_btn.png) no-repeat right 44px center #333333;
    display: block;
    font-size: 20px;
    color: #fff;
    text-indent: 44px;
    text-align: left;
    margin-top: 80px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.about .abt3 a {
    color: #fff;
}

.about .abt3:hover {
    background-color: #2ac5f8;
    background-position: right 32px center;
}

.us {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.us ul {
    clear: both;
    overflow: hidden;
}

.us ul li {
    width: 33.33%;
    float: left;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
}

.us ul li .us-block {
    text-align: center;
    padding: 35px 20px;
    color: #555;
    border-redius: 5px;
}

.us ul li .us-block h3 {
    line-height: 38px;
    font-size: 18px;
    font-weight: bold;
}

.us ul li .us-block span {
    line-height: 24px;
    font-size: 14px;
}

.mian {
    width: 100%;
    min-width: 1200px;
    background-color: #ffffff;
    text-align: center;
    overflow: hidden;
    padding-bottom: 20px;
}

.mian span {
    display: block;
    margin-top: 10px;
    height: 35px;
}

.adleft {
    margin: 3px;
    width: 210px;
    height: 200px;
    background: #fff;
    border-right: 1px solid #ececec;
    padding: 25px 23px;
    float: left;
}

.ico {
    margin: 0 auto;
}

.title {
    letter-spacing: 2px;
    margin-bottom: 10px;
    color: #7b7b7b;
}

.ico {
    border-radius: 100px;
    display: block;
    border: 1px solid #eeeeee;
    width: 70px;
    height: 70px;
    background: #fff;
}

.ico i {
    font-size: 40px;
    color: #8e8e8e;
    line-height: 70px;
}

.depict {
    font-size: 13px;
    color: #9c9c9c;
    margin-bottom: 10px;
    border-top: 1px solid #eeeeee;
    padding-top: 5px;
    letter-spacing: 1px;
}

.right span {
    display: block;
    width: 90px;
    height: 30px;
    border-radius: 3px;
    line-height: 30px;
    background: #2ac5f8;
    color: #fff;
}

.right {
    margin-left: 55px;
}

.mian .mian-l {
    float: left;
    width: 380px;
    height: 512px;
}

.mian .mian-l img {
    padding-top: 3px;
}

.mian .adframe {
    width: 800px;
    float: right
}

#ad0 .ico {
    background: url(../images/pp.jpg);
}

#ad1 .ico {
    background: url(../images/hz.jpg);
}

#ad2 .ico {
    background: url(../images/cx.jpg);
}

#ad3 .ico {
    background: url(../images/sj.jpg);
}

#ad4 .ico {
    background: url(../images/kf.jpg);
}

#ad5 .ico {
    background: url(../images/px.jpg);
}


/*联系我们*/
.lianxi-banner {
    width: 100%;
    min-width: 1200px;
    height: 400px;
    background: url(../images/lian-1.jpg) center;
}

.lianxi-box {
    width: 100%;
    min-width: 1200px;
    padding: 65px 0;
}

.lianxi-content ul li {
    width: 25%;
    float: left;
    text-align: center;
}

.lianxi-content ul li .icon {
    height: 138px;
}

.lianxi-content ul li .icon img {
    height: 100%;
}

.lianxi-content ul li .text {
    line-height: 30px;
    font-size: 18px;
    color: #666666;
    margin-top: 20px;
}

.lianxi-content ul li .text p {
    font-size: 18px;
    color: #666;
}

.lianxi-map {
    height: 400px;
    border: #ccc solid 1px;
}

.traffic-box {
    width: 100%;
    min-width: 1200px;
    height: 500px;
    padding: 50px 0;
    background: #f5f5f5;
}

.traffic-title {
    text-align: center;
    line-height: 40px;
    font-size: 36px;
    color: #000;
}

.traffic-content {
    border: solid 1px #e6e6e6;
    box-sizing: border-box;
    margin-top: 58px;
}

.traffic-content ul li .icon {
    height: 56px;
}

.traffic-content ul li .icon img {
    max-height: 100%;
}

.traffic-content ul li {
    width: 33.333%;
    float: left;
    box-sizing: border-box;
    background: #fff;
    padding: 102px 40px 68px 40px;
    box-sizing: border-box;
    text-align: center;
}

.traffic-content ul li .tit {
    line-height: 30px;
    font-size: 24px;
    color: #000000;
    padding: 24px 0;
    background: url(../images/traffic_line.gif) repeat-x 0 bottom;
}

.traffic-content ul li .text {
    height: 72px;
    line-height: 24px;
    margin-top: 35px;
    font-size: 16px;
    color: #666c;
}




