html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
big,
cite,
code,
del,
em,
font,
img,
ins,
small,
strong,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
    margin: 0;
    padding: 0;
}

body {
    font-family: 微软雅黑, 黑体;
    min-width: 320px;
    margin: auto;
}

ol,
ul,
li {
    list-style: none outside none;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    outline: none;
}

img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

table {
    border-collapse: collapse;
}

tr,
td,
th {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    line-height: 100%;
}

i,
em,
b,
strong {
    font-style: normal;
    font-weight: normal;
}

input,
textarea,
select {
    padding: 0;
    font-family: inherit;
    outline: none;
    resize: none;
    background: none;
    border: none;
}

::-moz-placeholder {
    color: inherit;
    opacity: 0.5;
    font-size: inherit;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.5;
    font-size: inherit;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 0.5;
    font-size: inherit;
}




.jspContainer {
    overflow: hidden;
    position: relative;
}

.jspPane {
    position: absolute;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 100%;
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
}

.jspVerticalBar *,
.jspHorizontalBar * {
    margin: 0;
    padding: 0;
}

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    background: #dde;
    position: relative;
}

.jspDrag {
    background: #ddd;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}

.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
}

.jspArrow.jspDisabled {
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow {
    height: 16px;
}

.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus {
    outline: none;
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}

* html .jspCorner {
    margin: 0 -3px 0 0;
}

.jspVerticalBar {
    width: 6px;
}

.jspDrag {
    background: #a99479;
    border-radius: 8px;
}

.jspTrack {
    background: #f5f5f5;
    border-radius: 8px;
}

@font-face {
    font-family: en;
    src: url('/common/css/futura-medium-webfont.eot');
    src: url('/common/css/futura-medium-webfont.eot?') format('embedded-opentype'), url('../font/futura-medium-webfont.woff2') format('woff2'), url('../font/futura-medium-webfont.woff') format('woff'), url('../font/futura-medium-webfont.ttf') format('truetype'), url('/common/css/futura-medium-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}




.gray {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

.footer_f {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}




body {
    font-size: 16px;
    color: #333;
    min-width: 1280px;
    line-height: 1.5;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

.block {
    width: 1230px;
    margin: auto;
}

.pic img {
    width: 100%;
    height: auto;
}

.ico img {
    width: 100%;
    height: 100%;
}

.p {
    line-height: 1.5;
}

.text {
    line-height: 1.7;
}

.menu {
    display: none;
}

.nav_main_m {
    display: none;
}

.prev {
    cursor: pointer;
}

.next {
    cursor: pointer;
}

.loadmore {
    display: none;
}

.title {
    text-align: center;
}

.title h1 {
    font-size: 34px;
}

.title h2 {
    font-size: 30px;
    margin-top: 15px;
    text-transform: uppercase;
    font-family: en;
}

.title .p {
    margin-top: 22px;
}

.btn1 {
    background: url(../image/btn1.png) center center no-repeat;
    width: 47px;
    height: 47px;
    display: inline-block;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.btn1:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}

.btn2 {
    background: url(../image/btn7.png) right center no-repeat;
    height: 39px;
    line-height: 39px;
    padding: 0 22px;
    font-family: en;
    display: inline-block;
    border-left: 1px solid #b7b7b7;
    text-transform: uppercase;
    font-size: 14px;
}

.btn2_l {
    background: url(../image/btn7_l.png) left center no-repeat;
    height: 39px;
    line-height: 39px;
    padding: 0 22px;
    font-family: en;
    display: inline-block;
    border-right: 1px solid #b7b7b7;
    text-transform: uppercase;
    font-size: 14px;
}

.btn3 {
    background: url(../image/btn3_r.png) right center no-repeat;
    height: 29px;
    line-height: 29px;
    padding: 0 22px;
    font-family: en;
    display: inline-block;
    border-left: 1px solid #fff;
    text-transform: uppercase;
    font-size: 14px;
}

.btn3_l {
    background: url(../image/btn3_l.png) left center no-repeat;
    height: 29px;
    line-height: 29px;
    padding: 0 22px;
    font-family: en;
    display: inline-block;
    border-right: 1px solid #fff;
    text-transform: uppercase;
    font-size: 14px;
}

.btn4 {
    background: url(../image/btn5_r.png) right center no-repeat;
    height: 29px;
    line-height: 29px;
    padding: 0 22px;
    font-family: en;
    display: inline-block;
    border-left: 1px solid #b7b7b7;
    text-transform: uppercase;
    font-size: 14px;
}

.btn4_l {
    background: url(../image/btn5_l.png) left center no-repeat;
    height: 29px;
    line-height: 29px;
    padding: 0 22px;
    font-family: en;
    display: inline-block;
    border-right: 1px solid #b7b7b7;
    text-transform: uppercase;
    font-size: 14px;
}

.tabs1 a {
    float: left;
    background: url(../image/btn4_r.png) right top no-repeat;
    height: 39px;
    line-height: 39px;
    width: 299px;
    margin-left: 10px;
    margin-bottom: 10px;
    border-left: 1px solid #b4b4b4;
    text-align: center;
}

.tabs1 a.f {
    margin-left: 0;
}

.tabs1 a.now {
    background-position: right bottom;
    color: #fff;
}

.tabs2 {
    margin-top: 30px;
    text-align: center;
}

.tabs2 a {
    font-size: 18px;
    padding: 0 30px;
    border-bottom: 1px solid #ddd;
    display: inline-block;
    height: 30px;
    line-height: 1;
}

.tabs2 a.now {
    border-bottom: 2px solid #337ddd;
    color: #337ddd;
}

.header {
    background: #fff;
    height: 110px;
    z-index: 3;
    border-bottom: 1px solid #ddd;
}

.header .block {
    position: relative;
    height: 100%;
}

.header.dark {
    background: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    border-bottom: none;
}

.header.dark .nav_main .item>a {
    color: #fff;
}

.header.dark .search:before {
    content: "";
    position: absolute;
    right: 11px;
    bottom: 100%;
    border-bottom: 5px solid #ddd;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}

.header.dark .search:after {
    display: none;
}

.header .logo {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.header .logo a {
    display: block;
    height: 100%;
}

.header .logo a:after {
    content: "";
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

.header .logo img {
    max-height: 60%;
    max-width: 314px;
}

.header .nav_main {
    position: absolute;
    left: 340px;
    height: 100%;
    z-index: 3;
}

.header .nav_main .item {
    float: left;
    height: 100%;
    position: relative;
}

.header .nav_main .item a:hover {
    color: #0155ab;
}

.header .nav_main .item>a {
    height: 100%;
    display: block;
    padding: 0 10px;
    font-size: 18px;
    line-height: 110px;
}

.header .nav_main .now {
    color: #0155ab !important;
}

.header .nav_main .item .child {
    position: absolute;
    left: 50%;
    top: 100%;
    width: 160px;
    margin-left: -90px;
    background: #fff;
    text-align: center;
    padding: 14px 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: none;
}

.header .nav_main .item .child:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 100%;
    border-bottom: 6px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    margin-left: -8px;
}

.header .nav_main .item:hover .child {
    display: block;
}

.header .nav_main .item .child a {
    display: block;
    padding: 7px 0;
    font-size: 16px;
}

.header .tools {
    position: absolute;
    right: 0;
    top: 40px;
}

.header .tools .item {
    width: 35px;
    height: 35px;
    float: left;
    position: relative;
    cursor: pointer;
    z-index: 3;
}

.header .tools .d1 {
    background: url(../image/icon1b_1.png) center center no-repeat;
}

.header .tools .d2 {
    background: url(../image/icon1b_2.png) center center no-repeat;
}

.header .tools .d3 {
    background: url(../image/icon1b_3.png) center center no-repeat;
}

.header .tools .d4 {
    background: url(../image/icon1b_4.png) center center no-repeat;
}

.header.dark .tools .d1 {
    background: url(../image/icon1a_1.png) center center no-repeat;
}

.header.dark .tools .d2 {
    background: url(../image/icon1a_2.png) center center no-repeat;
}

.header.dark .tools .d3 {
    background: url(../image/icon1a_3.png) center center no-repeat;
}

.header.dark .tools .d4 {
    background: url(../image/icon1a_4.png) center center no-repeat;
}

.header .search {
    position: absolute;
    right: 0;
    top: 100%;
    background: #fff;
    border-radius: 3px;
    height: 30px;
    width: 180px;
    margin-top: 10px;
    display: none;
    border: 1px solid #ddd;
}

.header .search.s {
    display: block;
}

.header .search:before {
    content: "";
    position: absolute;
    right: 11px;
    bottom: 100%;
    border-bottom: 5px solid #ddd;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}

.header .search:after {
    content: "";
    position: absolute;
    right: 12px;
    bottom: 100%;
    border-bottom: 4px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.header .search .kw {
    float: left;
    width: 135px;
    height: 20px;
    line-height: 20px;
    margin: 5px 0;
    padding-left: 10px;
}

.header .search .ok {
    float: left;
    width: 35px;
    height: 30px;
    background: url(../image/icon1b_4.png) center center no-repeat;
    cursor: pointer;
}

.footer {
    background: #232323;
    color: #fff;
}

.footer .part1 {
    padding: 70px 0;
}

.footer .nav_foot {
    float: left;
}

.footer .nav_foot .item {
    float: left;
    padding-right: 30px;
    font-size: 12px;
    min-width: 70px;
}

.footer .nav_foot .item h3 {
    font-size: 14px;
}

.footer .nav_foot .item ul {
    margin-top: 18px;
}

.footer .nav_foot .item li {
    margin: 7px 0;
    color: #cccccc;
}

.footer .part1 .r {
    width: 260px;
    float: right;
    font-size: 12px;
}

.footer .address {
    line-height: 2;
}

.footer .address th {
    width: 72px;
    vertical-align: top;
    font-weight: normal;
}

.footer .address th i {
    display: inline-block;
    margin-right: 15px;
    width: 19px;
    height: 19px;
    vertical-align: middle;
}

.footer .address .ico1 {
    background: url(../image/icon2_1.png) center center no-repeat;
}

.footer .address .ico2 {
    background: url(../image/icon2_2.png) center center no-repeat;
}

.footer .address .ico3 {
    background: url(../image/icon2_3.png) center center no-repeat;
}

.footer .address .ico4 {
    background: url(../image/icon2_4.png) center center no-repeat;
}

.footer .friend {
    margin-top: 30px;
}

.footer .part2 {
    height: 55px;
    line-height: 55px;
    font-size: 12px;
    border-top: 1px solid #444;
}

.footer .copy {
    float: left;
    margin-right: 35px;
}

.footer .support {
    float: left;
}

.footer .gotop {
    float: right;
    background: url(../image/gotop.png) center center no-repeat;
    width: 30px;
    height: 30px;
    margin-top: 12px;
}

.footer .select ul {
    background: #232323;
}

.select {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    border: 1px solid #444;
    border-radius: 5px;
    width: 100%;
    color: #fff;
    position: relative;
    text-align: left;
    cursor: pointer;
}

.select:before {
    content: "";
    background: url(../image/arrow2.png) center center no-repeat;
    width: 21px;
    height: 12px;
    right: 10px;
    top: 50%;
    margin-top: -6px;
    position: absolute;
}

.select span {
    display: block;
    margin: 0 40px 0 20px;
}

.select ul {
    position: absolute;
    left: -1px;
    right: -1px;
    top: 100%;
    display: none;
    border: 1px solid #444;
    border-radius: 5px;
    padding: 5px 0;
    height: 114px;
    overflow: auto;
}

.select li {
    line-height: 1.5;
    padding: 5px 20px;
}

.select li:hover {
    background: #444;
}

.select li a {
    display: block;
    height: 100%;
}

.select .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #888;
}

.select .mCSB_scrollTools .mCSB_draggerRail {
    background: #444;
}

.shadow {
    background: url(../image/black40.png);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: none;
}

.job_layer {
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 955px;
    margin-left: -483px;
    z-index: 3;
    display: none;
}

.job_layer .close {
    background: url(../image/close1.png) center center no-repeat;
    position: absolute;
    right: 30px;
    top: 30px;
    width: 40px;
    height: 40px;
}

.job_layer .inner {
    padding: 60px 55px;
}

.job_layer .inner .content {
    height: 500px;
    overflow: auto;
    padding-right: 15px;
}

.job_layer h2 {
    font-size: 24px;
}

.job_layer table {
    width: 100%;
    margin-top: 20px;
}

.job_layer table th {
    font-weight: normal;
    text-align: right;
}

.job_layer table td {
    padding: 4px 0;
}

.job_layer .text {
    margin-top: 30px;
    line-height: 1.5;
}

.job_layer .text h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.job_layer .b {
    margin-top: 35px;
}

.job_layer .b .l {
    float: left;
}

.job_layer .b .l a {
    color: #2db7da;
}

.job_layer .b .r {
    float: right;
}

.banner {
    position: relative;
}

.banner .frame {
    height: 800px;
    position: relative;
    overflow: hidden;
}

.banner .child {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transition: all 2s ease-out 0s;
    -webkit-transition: all 2s ease-out 0s;
}

.banner .text {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1000px;
    margin-left: -500px;
    text-align: center;
    color: #fff;
    opacity: 0;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transition: all 1.5s ease-out 0.5s;
    -webkit-transition: all 1.5s ease-out 0.5s;
}

.banner .text h1 {
    font-size: 48px;
}

.banner .text h2 {
    font-size: 82px;
    font-family: en;
    margin-top: 20px;
    text-transform: uppercase;
}

.banner .text .p {
    margin-top: 10px;
}

.banner .b {
    background: url(../image/png1.png) left top no-repeat;
    height: 184px;
    left: 50%;
    top: 100%;
    position: absolute;
    right: 0;
    margin-left: -80px;
    margin-top: -65px;
}

@-webkit-keyframes bb {
    0% {
        left: 100%;
        height: 67px;
    }
    50% {
        left: 50%;
        height: 67px;
    }
    60% {
        left: 50%;
        height: 67px;
    }
    100% {
        left: 50%;
        height: 184px;
    }
}

@keyframes bb {
    0% {
        left: 100%;
        height: 67px;
    }
    50% {
        left: 50%;
        height: 67px;
    }
    60% {
        left: 50%;
        height: 67px;
    }
    100% {
        left: 50%;
        height: 184px;
    }
}

.banner.show .b {
    animation: bb 1.3s ease-out 0s 1 both;
    -webkit-animation: bb 1.3s ease-out 0s 1 both;
}

.banner.show .child {
    transform: none;
    -webkit-transform: none;
    opacity: 1;
}

.banner.show .text {
    transform: none;
    -webkit-transform: none;
    opacity: 1;
}

.banner1 {
    position: relative;
}

.banner1 .frame {
    height: 488px;
    position: relative;
    overflow: hidden;
}

.banner1 .child {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner1 .text {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1200px;
    margin-left: -600px;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
}

.banner1 .text h1 {
    font-size: 44px;
}

.banner1 .text h2 {
    font-size: 44px;
    font-family: en;
    margin-top: 20px;
    text-transform: uppercase;
}

.banner1 .text .p {
    margin-top: 25px;
}

.home1 {
    padding: 185px 0 0;
    position: relative;
    overflow: hidden;
}

.home1 .line1 {
    background: url(../image/png2.png) left top no-repeat;
    width: 298px;
    height: 568px;
    position: absolute;
    right: 50%;
    top: 135px;
    margin-right: 660px;
    height: 0;
    transition: all 1.5s ease-out 0s;
    -webkit-transition: all 1.5s ease-out 0s;
}

.home1 .content {
    margin-top: 50px;
    background: url(../image/bg1.jpg) center center no-repeat;
    height: 730px;
    position: relative;
}

.home1 .content .mask {
    background: url(../image/bg5.png) center center no-repeat;
    height: 730px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.home1 .content .block {
    position: relative;
    height: 100%;
}

.home1 .content .list {
    float: left;
    position: relative;
}

.home1 .content .list .item {
    position: absolute;
    text-align: center;
    width: 130px;
    color: #fff;
    font-size: 20px;
    opacity: 0;
    cursor: pointer;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
}

.home1 .content .list .item span {
    font-size: 60px;
    font-family: Impact;
    display: block;
    line-height: 1;
}

.home1 .content .list .item a {
    display: none;
}

.home1 .content .list .d1 {
    left: 180px;
    top: 50px;
}

.home1 .content .list .d2 {
    left: 180px;
    top: 222px;
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
}

.home1 .content .list .d3 {
    left: 0;
    top: 325px;
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
}

.home1 .content .list .d4 {
    left: 180px;
    top: 432px;
    transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
}

.home1 .content .list .d5 {
    left: 183px;
    top: 579px;
    transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
}

.home1 .content .list .d6 {
    left: 0px;
    top: 610px;
    transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
}

.home1 .content .list .d7 {
    left: 361px;
    top: 610px;
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
}

.home1 .content .text {
    width: 690px;
    float: right;
    padding: 225px 0 0 0;
    color: #fff;
}

.home1 .content .text h3 {
    font-size: 30px;
    opacity: 0;
    transform: translateX(100px);
    -webkit-transform: translateX(100px);
    transition: all 1s ease-out 0.1s;
    -webkit-transition: all 1s ease-out 0.1s;
}

.home1 .content .text .labels {
    margin-top: 35px;
    font-size: 0;
    opacity: 0;
    transform: translateX(100px);
    -webkit-transform: translateX(100px);
    transition: all 1s ease-out 0.2s;
    -webkit-transition: all 1s ease-out 0.2s;
}

.home1 .content .text .labels a {
    background: url(../image/btn2_r.png) right center no-repeat;
    height: 39px;
    line-height: 38px;
    display: inline-block;
    width: 205px;
    padding-left: 10px;
    border-left: 1px solid #fff;
    margin: 0 10px 10px 0;
    font-size: 16px;
}

.home1 .content .text .p {
    margin-top: 10px;
    opacity: 0;
    transform: translateX(100px);
    -webkit-transform: translateX(100px);
    transition: all 1s ease-out 0.3s;
    -webkit-transition: all 1s ease-out 0.3s;
}

.home1 .content .text .btn1 {
    margin-top: 25px;
    opacity: 0;
    transition: all 1s ease-out 0.5s;
    -webkit-transition: all 1s ease-out 0.5s;
}

.home1.show .line1 {
    height: 568px;
}

.home1.show .content .text * {
    transform: none;
    -webkit-transform: none;
    opacity: 1;
}

.home1.show .list .item {
    transform: none;
    -webkit-transform: none;
    opacity: 1;
}

.home2 {
    position: relative;
    padding-top: 175px;
}

.home2 .block {
    position: relative;
    height: 795px;
    
}

.home2 .line1 {
    background: url(../image/png6.png) center top no-repeat;
    width: 13px;
    height: 135px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -6px;
    height: 0;
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
}

.home2 .line2 {
    background: url(../image/png4_4.png) center top no-repeat;
    width: 7px;
    height: 594px;
    position: absolute;
    left: 32px;
    bottom: 0;
    height: 0;
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
}

.home2 .title {
    position: relative;
    z-index: 1;
}

.home2 .content {
    margin-top: 30px; position: relative;
}

.home2 .list {
    float: left;
    padding-left: 75px;
    opacity: 0;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.home2 .list .item {
    margin-bottom: 35px;
}

.home2 .list .item strong {
    font-size: 56px;
    font-family: en;
    display: block;
    line-height: 1;
    white-space: nowrap;
}

.home2 .list .item div {
    display: inline;
}

.home2 .map {
    background: url(../image/png4_3-1.png) center center no-repeat;
    width: 994px;
    height: 684px;
    position: absolute; top: -85px; right: -166px;
    
    
    
    opacity: 0;
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
}

.home2 .map .p1 {
    background: url(../image/png4_2.png) center center no-repeat;
    position: absolute;
    width: 455px;
    height: 558px;
    right: 228px;
    top: 95px;
    opacity: 0;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transition: all 0.5s ease-out 0.6s;
    -webkit-transition: all 0.5s ease-out 0.6s;
}

.home2 .map .p2 {
    background: url(../image/png4_1.png) center center no-repeat;
    position: absolute;
    width: 634px;
    height: 614px;
    right: 240px;
    top: 31px;
    opacity: 0;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transition: all 0.5s ease-out 0.6s;
    -webkit-transition: all 0.5s ease-out 0.6s;
}

.home2.show .line1 {
    height: 135px;
}

.home2.show .line2 {
    height: 594px;
}

.home2.show * {
    transform: none !important;
    -webkit-transform: none !important;
    opacity: 1 !important;
}

.home3 {
    position: relative;
    height: 720px;
}

.home3 .title {
    text-align: left;
}

.home3 .left {
    background: url(../image/png5.png) right center no-repeat;
    height: 720px;
    width: 50%;
    position: relative;
    float: left;
}

.home3 .left .title {
    text-align: right;
}

.home3 .left .inner {
    position: absolute;
    right: 140px;
    top: 205px;
    text-align: right;
    color: #fff;
    width: 425px;
    opacity: 0;
    transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
}

.home3 .right {
    position: relative;
    width: 50%;
    height: 720px;
    width: 50%;
    float: right;
    padding-top: 70px;
    box-sizing: border-box;
}

.home3 .right .bg {
    overflow: hidden;
    height: 100%;
}

.home3 .right .bg img {
    width: auto;
    height: 100%;
}

.home3 .right .inner {
    position: absolute;
    top: 205px;
    color: #fff;
    margin-left: 140px;
    width: 425px;
    opacity: 0;
    transform: translateX(100px);
    -webkit-transform: translateX(100px);
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
}

.home3 .btn3_l {
    margin-top: 20px;
}

.home3 .btn3 {
    margin-top: 20px;
}

.home3 .text {
    margin-top: 40px;
}

.home3 .text h3 {
    font-size: 26px;
}

.home3 .text h4 {
    font-size: 20px;
    margin-top: 5px;
}

.home3 .text .p {
    margin-top: 15px;
}

.home3 .date {
    font-size: 18px;
    font-family: en;
}

.home3 .date strong {
    font-size: 90px;
    line-height: 1;
    margin-right: 25px;
}

.home3 .btn1 {
    margin-top: 30px;
}

.home3.show * {
    transform: none !important;
    -webkit-transform: none !important;
    opacity: 1 !important;
}

.p_s1 {
    padding: 75px 0;
    position: relative;
}

.p_s1 .list1 {
    padding: 0 34px;
}

.p_s1 .list1 .tr:after {
    content: "";
    clear: both;
    display: block;
}

.p_s1 .list1 .tr.act {
    padding-bottom: 268px;
}

.p_s1 .list1 .item {
    float: left;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    width: 386px;
    height: 216px;
    text-align: center;
}

.p_s1 .list1 .item:first-child {
    border-left: none;
}

.p_s1 .list1 .item .ico {
    width: 54px;
    height: 47px;
    margin: 64px auto 0;
    overflow: hidden;
}

.p_s1 .list1 .item .ico img {
    width: 100%;
    height: auto;
    max-height: none;
}

.p_s1 .list1 .item h3 {
    margin-top: 20px;
    font-size: 18px;
}

.p_s1 .list1 .item.act {
    background: #0155ab;
    border-color: #0155ab;
    color: #fff;
}

.p_s1 .list1 .item.act .ico img {
    margin-top: -47px;
}

.p_s1 .list2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 268px;
    background: #0155ab;
    color: #d7dee8;
    display: none;
}

.p_s1 .list2 .item {
    position: relative;
}

.p_s1 .list2 .item .ico {
    width: 186px;
    height: 164px;
    position: absolute;
    left: 134px;
    top: 50px;
    overflow: hidden;
}

.p_s1 .list2 .item .ico img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    max-height: none;
    opacity: 0.15;
    filter: alpha(opacity='15');
}

.p_s1 .list2 .tit {
    float: left;
    width: 386px;
    font-size: 0;
    text-align: center;
    height: 268px;
    position: relative;
    margin-left: 34px;
}

.p_s1 .list2 .tit:after {
    content: "";
    vertical-align: middle;
    height: 100%;
    display: inline-block;
}

.p_s1 .list2 .tit h3 {
    font-size: 18px;
}

.p_s1 .list2 .tit .p {
    font-size: 14px;
    margin-top: 15px;
    padding: 0 10%;
}

.p_s1 .list2 .tit .more {
    font-size: 14px;
    margin-top: 15px;
    display: inline-block;
}

.p_s1 .list2 .tit .inr {
    display: inline-block;
    vertical-align: middle;
}

.p_s1 .list2 .list {
    float: right;
    width: 785px;
    padding: 35px 0 0;
}

.p_s1 .list2 .list .item {
    float: left;
}

.p_s1 .list2 .list .item a {
    display: block;
    padding: 18px 0;
    padding-right: 80px;
    height: 62px;
    width: 180px;
}

.p_s1 .list2 .list .item:hover {
    color: #fff;
}

.p_s1 .list2 .list .item h4 {
    font-size: 16px;
}

.p_s1 .list2 .list .item .p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.3;
    opacity: 0.7;
    filter: alpha(opacity='70');
}

.p_s1 .list2 .list .item:hover .p {
    opacity: 1;
    filter: alpha(opacity='100');
}

.case1 {
    padding: 60px 0 0;
}

.case1 .content {
    margin-top: 90px;
    position: relative;
}

.case1 .content .text {
    position: absolute;
    left: 0;
    top: 0;
    background: url(../image/bg6.png) left top no-repeat;
    width: 500px;
    height: 500px;
}

.case1 .content .text .inner {
    padding: 170px 0 0 45px;
    color: #fff;
    width: 340px;
}

.case1 .content .text h3 {
    font-size: 30px;
}

.case1 .content .text .p {
    margin-top: 25px;
}

.case2 {
    padding: 150px 0 0;
    position: relative;
}

.case2 .line {
    background: url(../image/png6.png) center bottom no-repeat;
    height: 95px;
    width: 13px;
    margin-left: -6px;
    position: absolute;
    left: 50%;
    top: 0;
}

.case2 .content {
    margin-top: 35px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.case2 .pic {
    text-align: center;
    padding: 40px;
}

.case2 .pic img {
    width: auto;
    max-width: 100%;
}

.solution .case3 {
    padding-bottom: 60px;
}

.case3 {
    padding: 150px 0 95px;
    position: relative;
}

.case3 .line {
    background: url(../image/png6.png) center bottom no-repeat;
    height: 95px;
    width: 13px;
    margin-left: -6px;
    position: absolute;
    left: 50%;
    top: 0;
}

.case3 .focus {
    margin-top: 40px;
    position: relative;
}

.case3 .focus .prev {
    background: url(../image/arrow3a.png) center center no-repeat;
    width: 25px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 65px;
}

.case3 .focus .next {
    background: url(../image/arrow3b.png) center center no-repeat;
    width: 25px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 65px;
}

.case3 .focus .frame {
    overflow: hidden;
    text-align: center;
    width: 1160px;
    margin: auto;
}

.case3 .focus .child {
    float: left;
    width: 290px;
}

.case3 .focus .child:hover {
    color: #bf0512;
}

.case3 .focus .child .ico {
    position: relative;
    width: 170px;
    height: 170px;
    text-align: center;
    margin: auto;
}

.case3 .focus .child .ico:before {
    content: "";
    background: url(../image/bg1.png) center top no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease-out 0s;
    -webkit-transition: transform 0.5s ease-out 0s;
}

.case3 .focus .child:hover .ico:before {
    background-position: center bottom;
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
}

.case3 .focus .child .ico:after {
    content: "";
    vertical-align: middle;
    display: inline-block;
    height: 100%;
}

.case3 .focus .child .ico span {
    background-position: center top;
    background-repeat: no-repeat;
    width: 82px;
    height: 82px;
    display: inline-block;
    vertical-align: middle;
}

.case3 .focus .child:hover .ico span {
    background-position: center bottom;
}

.case3 .focus .child h3 {
    margin-top: 20px;
    font-size: 20px;
}

.case3 .focus .child h4 {
    margin-top: 12px;
    font-size: 18px;
    font-family: en;
    text-transform: uppercase;
}

.bottom1 {
    padding: 95px 0;
    background: #f2eded;
}

.bottom1 .left {
    width: 595px;
    float: left;
}

.bottom1 .right {
    width: 595px;
    float: right;
}

.bottom1 .tit {
    height: 29px;
    line-height: 29px;
}

.bottom1 .tit h3 {
    font-size: 24px;
    float: left;
}

.bottom1 .tit .more {
    float: right;
}

.bottom1 .list {
    margin-top: 25px;
}

.bottom1 .item {
    float: left;
    width: 290px;
    margin-left: 15px;
}

.bottom1 .item:first-child {
    margin-left: 0;
}

.bottom1 .item .pic {
    height: 163px;
    overflow: hidden;
}

.bottom1 .item h3 {
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
}

.about1 {
    padding: 140px 0 95px;
    position: relative;
}

.about1 .line {
    background: url(../image/png6.png) center bottom no-repeat;
    height: 95px;
    width: 13px;
    margin-left: -6px;
    position: absolute;
    left: 50%;
    top: 0;
}

.about1 .list {
    margin-top: 40px;
    text-align: center;
    font-size: 0;
}

.about1 .list .item {
    width: 246px;
    display: inline-block;
}

.about1 .list .item:hover {
    color: #bf0512;
}

.about1 .list .item .ico {
    position: relative;
    width: 170px;
    height: 170px;
    text-align: center;
    margin: auto;
}

.about1 .list .item .ico:before {
    content: "";
    background: url(../image/bg1.png) center top no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease-out 0s;
    -webkit-transition: transform 0.5s ease-out 0s;
}

.about1 .list .item:hover .ico:before {
    background-position: center bottom;
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
}

.about1 .list .item .ico:after {
    content: "";
    vertical-align: middle;
    display: inline-block;
    height: 100%;
}

.about1 .list .item .ico span {
    background-position: center top;
    background-repeat: no-repeat;
    width: 88px;
    height: 76px;
    display: inline-block;
    vertical-align: middle;
}

.about1 .list .item:hover .ico span {
    background-position: center bottom;
}

.about1 .list .item h3 {
    margin-top: 20px;
    font-size: 20px;
    text-align: center;
    line-height: 1.3;
}

.about2 {
    background: #f2eded;
    padding: 140px 0 80px;
    position: relative;
}

.about2 .line {
    background: url(../image/png6.png) center bottom no-repeat;
    height: 95px;
    width: 13px;
    margin-left: -6px;
    position: absolute;
    left: 50%;
    top: 0;
}

.about2 .focus {
    margin-top: 35px;
}

.about2 .frame {
    overflow: hidden;
}

.about2 .child {
    float: left;
}

.about2 .item {
    float: left;
    overflow: hidden;
    width: 396px;
    height: 288px;
    margin-left: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.about2 .item.f {
    margin-left: 0;
}

.about2 .nav {
    margin-top: 10px;
    text-align: center;
    line-height: 0;
}

.about2 .nav i {
    background: #337ddd;
    border-radius: 4px;
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 0 3px;
    cursor: pointer;
}

.about2 .nav i.now {
    width: 40px;
}

.about3 {
    padding: 140px 0 90px;
    position: relative;
}

.about3 .line {
    background: url(../image/png6.png) center bottom no-repeat;
    height: 95px;
    width: 13px;
    margin-left: -6px;
    position: absolute;
    left: 50%;
    top: 0;
}

.about3 .content {
    margin-top: 50px;
    padding: 0 42px;
}

.about3 .content .d {
    height: 409px;
}

.about3 .content .d .pic {
    width: 661px;
    height: 100%;
    overflow: hidden;
    float: left;
}

.about3 .content .d .text {
    float: right;
    background: url(../image/png7.png) center center no-repeat;
    width: 485px;
    height: 100%;
    color: #fff;
}

.about3 .content .d .text .inner {
    padding: 130px 65px 0;
}

.about3 .content .d .text h3 {
    font-size: 24px;
    margin-bottom: 25px;
}

.about3 .content .d .text .p {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 24px;
}

.about3 .content .d .text .p div {
    display: inline;
}

.about3 .content .d .text strong {
    font-size: 24px;
    font-family: Arial;
    display: inline-block;
    vertical-align: middle;
}

.news {
    padding: 95px 0;
}

.news .list {
    margin-top: 40px;
}

.news .item {
    position: relative;
    border-bottom: 1px solid #aaa;
    padding: 30px 0;
    height: 169px;
}

.news .item:first-child {
    border-top: 1px solid #aaa;
}

.news .item .date {
    position: absolute;
    left: 0;
    top: 30px;
    font-size: 18px;
    font-family: en;
}

.news .item .date strong {
    font-size: 72px;
    margin-right: 20px;
    vertical-align: top;
    float: left;
    line-height: 86px;
}

.news .item .pic {
    float: left;
    margin-left: 210px;
    width: 300px;
    height: 100%;
    overflow: hidden;
}

.news .item .text {
    float: left;
    margin-left: 30px;
    width: 685px;
}

.news .item .text h3 {
    font-size: 20px;
    padding-top: 5px;
}

.news .item .text .p {
    margin-top: 10px;
    height: 48px;
    overflow: hidden;
}

.news .item .more {
    background: url(../image/btn6.png) center top no-repeat;
    display: inline-block;
    width: 47px;
    height: 47px;
    margin-top: 25px;
}

.news .item .more:hover {
    background-position: center bottom;
}

.news .pages {
    margin-top: 40px;
}

.pages {
    text-align: center;
    font-size: 0;
}

.pages a {
    display: inline-block;
    font-size: 14px;
    border: 1px solid #eee;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #474747;
    vertical-align: middle;
    border-left: 0;
}

.pages span {
    display: inline-block;
    font-size: 14px;
    width: 37px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    color: #474747;
    vertical-align: middle;
    border-left: 0;
}

.pages a:first-child {
    border-left: 1px solid #eee;
}

.pages a.prev:hover {
    color: #bf0512;
}

.pages a.next:hover {
    color: #bf0512;
}

.pages a.now {
    border-bottom: 3px solid #bf0512;
    height: 33px;
}

.join1 {
    height: 640px;
}

.join1 .inner {
    height: 100%;
    position: relative;
}

.join1 .bl {
    background: url(../image/png8.png) center right no-repeat;
    width: 50%;
    height: 640px;
    position: absolute;
    left: 0;
    top: 0;
}

.join1 .br {
    background-position: center top;
    background-repeat: no-repeat;
    width: 50%;
    height: 570px;
    position: absolute;
    left: 50%;
    top: 0;
}

.join1 .block {
    position: relative;
}

.join1 .left {
    padding-top: 130px;
    float: left;
    color: #fff;
}

.join1 .left .title {
    text-align: left;
    width: 480px;
}

.join1 .list {
    margin-top: 60px;
}

.join1 .item {
    float: left;
    margin-right: 55px;
    text-align: center;
}

.join1 .item .ico {
    width: 70px;
    height: 77px;
    margin: auto;
}

.join1 .item h3 {
    margin-top: 15px;
    font-size: 20px;
}

.join1 .item h4 {
    margin-top: 10px;
    font-family: en;
    text-transform: uppercase;
}

.join1 .b {
    background: url(../image/png9.png) left top no-repeat;
    height: 184px;
    left: 50%;
    top: 100%;
    position: absolute;
    right: 0;
    margin-left: -5px;
    margin-top: -50px;
}

.join2 {
    padding: 180px 0 110px;
    position: relative;
}

.join2 .pic {
    width: 50%;
    position: absolute;
    left: 0;
    top: 300px;
    height: 555px;
    text-align: right;
}

.join2 .pic img {
    height: 100%;
    width: auto;
}

.join2 .block {
    position: relative;
}

.join2 .text {
    margin-top: 135px;
    width: 845px;
    background: #fff;
    margin-left: 385px;
    min-height: 462px;
}

.join2 .text .inner {
    padding: 70px 0 0 60px;
}

.join2 .text h3 {
    font-size: 30px;
}

.join2 .text .d {
    margin-top: 26px;
}

.join2 .text .d h4 {
    font-size: 20px;
}

.join2 .text .d .p {
    margin-top: 10px;
}

.join2 .text .btn2 {
    margin-top: 40px;
    width: 184px;
    padding: 0;
    text-align: center;
    font-size: 16px;
    font-family: 微软雅黑;
}

.join2 .table {
    margin-top: 65px;
}

.join2 .table table {
    width: 100%;
}

.join2 td {
    text-align: center;
    height: 60px;
    border-bottom: 1px solid #eee;
}

.join2 td:first-child {
    text-align: left;
    padding-left: 40px;
}

.join2 thead td {
    background: #f2eded;
    font-size: 18px;
    border-bottom: none;
}

.join2 td a:hover {
    color: #bf0512;
}

.join2 .pages {
    margin-top: 40px;
}

.network1 {
    background: url(../image/bg2.png) center 40px no-repeat;
    padding: 100px 0 60px;
}

.network1 .map {
    margin: auto;
    position: relative;
}

.network1 .map .text {
    position: absolute;
    background: url(../image/bg3.png) center center no-repeat;
    width: 458px;
    height: 208px;
    margin-left: -229px;
    margin-top: 10px;
    display: none;
}

.network1 .map .text .inner {
    padding: 50px 40px 0;
}

.network1 .map .text h3 {
    font-size: 20px;
    margin-bottom: 17px;
}

.network1 .map .text .p {
    margin-bottom: 15px;
}

.network1 .list_m {
    display: none;
}

.network2 {
    background: #f2eded;
    padding: 140px 0 120px;
    position: relative;
}

.network2 .line {
    background: url(../image/png6.png) center bottom no-repeat;
    height: 95px;
    width: 13px;
    margin-left: -6px;
    position: absolute;
    left: 50%;
    top: 0;
}

.network2 .line1 {
    position: absolute;
    right: 50%;
    top: 0;
    margin-right: 517px;
    height: 245px;
    border-left: 1px solid #bbb;
}

.network2 .line2 {
    position: absolute;
    left: 50%;
    margin-left: 517px;
    bottom: 0;
    height: 122px;
    border-left: 1px solid #bbb;
}

.network2 .focus {
    margin-top: 25px;
}

.network2 .frame {
    float: left;
    overflow: hidden;
    width: 1023px;
}

.network2 .child {
    background: url(../image/png10.png) center center no-repeat;
    width: 195px;
    height: 226px;
    margin-right: 12px;
    float: left;
    font-size: 0;
    text-align: center;
}

.network2 .child.odd {
    background: url(../image/png11.png) center center no-repeat;
}

.network2 .child:after {
    content: "";
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

.network2 .child img {
    max-width: 80%;
    max-height: 80%;
}

.network2 .nav {
    background: url(../image/png12.png) center center no-repeat;
    width: 195px;
    height: 226px;
    float: left;
    margin-left: 12px;
    position: relative;
}

.network2 .nav .prev {
    background: url(../image/arrow4a.png) center top no-repeat;
    width: 40px;
    height: 60px;
    position: absolute;
    top: 50px;
    left: 40px;
}

.network2 .nav .prev:hover {
    background-position: center bottom;
}

.network2 .nav .next {
    background: url(../image/arrow4b.png) center top no-repeat;
    width: 40px;
    height: 60px;
    position: absolute;
    bottom: 50px;
    right: 40px;
}

.network2 .nav .next:hover {
    background-position: center bottom;
}

.data_center1 {
    padding: 145px 0 0;
    position: relative;
}

.data_center1 .line {
    background: url(../image/png6.png) center bottom no-repeat;
    height: 95px;
    width: 13px;
    margin-left: -6px;
    position: absolute;
    left: 50%;
    top: 0;
}

.data_center1 .list {
    margin-top: 35px;
}

.data_center1 .item {
    height: 446px;
}

.data_center1 .item .pic {
    float: left;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.data_center1 .item .text {
    float: right;
    width: 50%;
}

.data_center1 .item.odd .pic {
    float: right;
}

.data_center1 .item.odd .text .inner {
    padding: 55px 50px 0 0;
}

.data_center1 .item .text .inner {
    padding: 55px 0 0 50px;
}

.data_center1 .item .text h3 {
    font-size: 24px;
}

.data_center1 .item .text .p {
    margin-top: 20px;
}

.data_center1 .item .text .tabs2 {
    text-align: left;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.data_center1 .item .text .tabs2:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -7px;
    width: 12px;
    height: 12px;
    border: 1px solid #ccc;
    border-radius: 100%;
    background: #fff;
}

.data_center1 .item .text .tabs2 a {
    padding: 0 15px;
    min-width: 100px;
    text-align: center;
    margin-bottom: -2px;
}

.data_center1 .item .text ul {
    margin-top: 20px;
}

.data_center1 .item .text li {
    background: url(../image/dot1.png) left center no-repeat;
    padding-left: 20px;
    margin-bottom: 8px;
}

.data_center2 {
    padding: 140px 0 90px;
    position: relative;
}

.data_center2 .line {
    background: url(../image/png6.png) center bottom no-repeat;
    height: 95px;
    width: 13px;
    margin-left: -6px;
    position: absolute;
    left: 50%;
    top: 0;
}

.data_center2 .frame {
    margin-top: 40px;
    overflow: hidden;
}

.data_center2 .child {
    float: left;
    width: 396px;
    margin-right: 20px;
    text-align: center;
}

.data_center2 .child .pic {
    height: 288px;
    overflow: hidden;
}

.data_center2 .child h3 {
    margin-top: 20px;
    font-size: 20px;
}

.data_center2 .nav {
    margin-top: 40px;
    text-align: center;
    line-height: 0;
}

.data_center2 .nav i {
    background: #337ddd;
    border-radius: 4px;
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 0 3px;
    cursor: pointer;
}

.data_center2 .nav i.now {
    width: 40px;
}

.article {
    padding: 90px 0;
}

.article h1 {
    font-size: 30px;
    text-align: center;
    line-height: 1.3;
}

.article .info {
    margin-top: 15px;
    font-size: 18px;
    text-align: center;
}

.article .content {
    margin-top: 25px;
    padding-bottom: 50px;
}

.article .content p {
    margin: 12px 0;
}

.article .content strong {
    font-weight: bold;
}

.article .content em {
    font-style: italic;
}

.article .links {
    padding-top: 20px;
    height: 47px;
    line-height: 47px;
    border-top: 1px solid #bbb;
}

.article .links .prev {
    float: left;
    background: url(../image/arrow5a.png) left center no-repeat;
    padding-left: 55px;
    font-size: 20px;
}

.article .links .next {
    float: right;
    background: url(../image/arrow5b.png) right center no-repeat;
    padding-right: 55px;
    font-size: 20px;
}

.solution {
    padding: 60px 0 0;
    background: url(../image/bg4.png) left 560px repeat-x;
}

.solution .part1 {
    margin-top: 90px;
    position: relative;
    padding-top: 115px;
}

.solution .part1 .line {
    left: 50%;
    top: 215px;
    margin-left: -40px;
    width: 165px;
    border-top: 1px solid #bbb;
    position: absolute;
}

.solution .part1 .pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
}

.solution .part1 .content {
    float: right;
    width: 655px;
    border: 1px solid #bbb;
}

.solution .part1 .content .inner {
    padding: 40px 95px 55px;
}

.solution .part1 .content h1 {
    font-size: 34px;
}

.solution .part1 .content h2 {
    font-size: 24px;
    margin-top: 50px;
}

.solution .part1 .content .text {
    margin-top: 80px;
    line-height: 1.5;
}

.solution .part1 .content .text .p {
    margin-bottom: 12px;
}

.solution .part2 {
    padding: 120px 0 0;
}

.solution .part2 .list {
    margin-top: 35px;
}

.solution .part2 .item {
    float: left;
    width: 595px;
    margin-bottom: 35px;
}

.solution .part2 .item.odd {
    float: right;
}

.solution .part2 .item .pic {
    height: 325px;
    overflow: hidden;
}

.solution .part2 .item .text {
    margin-left: 45px;
    margin-top: -80px;
    background: #fff;
    padding: 40px 0 0 40px;
    position: relative;
}

.solution .part2 .item .text h3 {
    font-size: 24px;
}

.solution .part2 .item .text .p {
    margin-top: 15px;
    height: 120px;
    overflow: hidden;
}

.solution .part3 {
    padding: 115px 0 100px;
}

.solution .part3 .focus {
    margin-top: 40px;
    position: relative;
}

.solution .part3 .focus .prev {
    background: url(../image/arrow3a.png) center center no-repeat;
    width: 25px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 65px;
}

.solution .part3 .focus .next {
    background: url(../image/arrow3b.png) center center no-repeat;
    width: 25px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 65px;
}

.solution .part3 .focus .frame {
    overflow: hidden;
    text-align: center;
    width: 1160px;
    margin: auto;
}

.solution .part3 .focus .child {
    float: left;
    width: 290px;
}

.solution .part3 .focus .child:hover {
    color: #bf0512;
}

.solution .part3 .focus .child .ico {
    position: relative;
    width: 170px;
    height: 170px;
    text-align: center;
    margin: auto;
}

.solution .part3 .focus .child .ico:before {
    content: "";
    background: url(../image/bg1.png) center top no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease-out 0s;
    -webkit-transition: transform 0.5s ease-out 0s;
}

.solution .part3 .focus .child:hover .ico:before {
    background-position: center bottom;
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
}

.solution .part3 .focus .child .ico:after {
    content: "";
    vertical-align: middle;
    display: inline-block;
    height: 100%;
}

.solution .part3 .focus .child .ico span {
    background-position: center top;
    background-repeat: no-repeat;
    width: 82px;
    height: 82px;
    display: inline-block;
    vertical-align: middle;
}

.solution .part3 .focus .child:hover .ico span {
    background-position: center bottom;
}

.solution .part3 .focus .child h3 {
    margin-top: 20px;
    font-size: 20px;
}

.solution .part3 .focus .child h4 {
    margin-top: 12px;
    font-size: 18px;
    font-family: en;
    text-transform: uppercase;
}

.data_center_business {
    padding: 75px 0 0;
}

.data_center_business .tit h3 {
    font-size: 24px;
    float: left;
}

.data_center_business .tit .btn4_l {
    height: 29px;
    line-height: 29px;
    float: right;
}

.data_center_business .tabs1 {
    margin-top: 25px;
}

.data_center_business .content {
    overflow: hidden;
}

.data_center_business .d {
    padding: 100px 0;
}

.data_center_business .d1 {
    padding: 0;
    padding-top: 95px;
}

.data_center_business .d2 {
    padding-bottom: 0;
}

.data_center_business .d4 {
    background: #f2eded;
}

.data_center_business .text {
    width: 1160px;
    margin: auto;
    text-align: center;
}

.data_center_business .text h3 {
    font-size: 34px;
}

.data_center_business .text .p {
    margin-top: 20px;
}

.data_center_business .pic {
    margin-top: 30px;
    text-align: center;
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.data_center_business .pic img {
    width: auto;
    max-width: 1920px;
    display: block;
    margin: 30px auto 0;
}

.data_center_business .pic img:first-child {
    margin-top: 0;
}

.search_result {
    padding: 80px 0;
}

.search_result .title1 .p {
    font-size: 16px;
    margin-top: 15px;
}

.search_result .list {
    margin-top: 30px;
    min-height: 130px;
}

.search_result strong {
    color: #0983c6;
}

.search_result .item {
    padding: 40px 10px;
    border-bottom: 1px solid #ddd;
}

.search_result .item h3 {
    font-size: 18px;
}

.search_result .item .p {
    margin-top: 10px;
    line-height: 1.6;
}

.search_result .pages {
    margin-top: 30px;
}




.data_center_business .tit .btn_home {
    width: 83px;
    text-align: center;
    margin-right: 20px;
}

.data_center_business .tabs1 {
    margin-top: 25px;
}