.no_padding {
    padding: 0;
}

.headerTop {
    background: #2e859c;
    overflow: hidden;
}

.headerTop .text p {
    line-height: 40px;
    color: #ffffff;
}

.headerTop .info {
    padding-left: 25px;
    background: url("../images/headerTel.png") no-repeat left center;
}

.headerTop .info p {
    line-height: 40px;
    color: #ffffff;
}

.headerTop .info a {
    line-height: 40px;
    margin-right: 25px;
    color: #ffffff;
}

.headerTop .info a:hover {
    text-decoration: underline;
}

.header {
    position: relative;
    z-index: 999;
}

/*header left*/
.headerLeft {
    /*width: 185px;*/
    float: left;
}

.headerLeft .logo_box {
    text-align: center;
    font-size: 0;
    line-height: 0;
}

/*header right*/
.nav_list {
    font-size: 0;
    line-height: 0;
    position: relative;
}

.nav_list > li {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    zoom: 1;
    text-align: center;
}

.nav_list > li > a {
    display: block;
    padding: 0 25px;
}

.nav_list > li > a > span {
    display: inline-block;
    /*padding: 32px 0;*/
    line-height: 1;
    font-size: 16px;
    color: #333333;
    transition: all .5s;
}

.nav_list > li > a > i {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 80px;
    background: url("../images/dropdown_menu.png") no-repeat center;
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -ms-transition: all linear .3s;
}

.nav_list > li.active > a > span, .nav_list > li.on > a > span {
    color: #2e859c;
}

.nav_list > li:hover i {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.nav_normal > li {
    position: relative;
}

.nav_normal > li .dropdown_menu {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 10px 0;
    min-width: 225px;
    display: none;
    z-index: 1;
    background: #252525;
}

.nav_normal .dropdown_menu li {
    width: 100%;
}

.nav_normal .dropdown_menu li a {
    display: block;
    width: 100%;
    height: 35px;
    text-align: left;
    padding-left: 25px;
    line-height: 38px;
    font-size: 14px;
    color: #fff;
}

.nav_normal .dropdown_menu li:hover > a {
    background: #e38a16;
}

.m_header {
    display: none;
}

.footer_box {
    overflow: hidden;
    background: #333331;
}

.footer_box .footer_email {
    padding: 20px 0;
}

.footer_box .footer_email h2 {
    font-size: 36px;
    color: #ffffff;
    margin-bottom: 50px;
}

.footer_box .footer_email .info_box {
    display: inline-table;
}

.footer_box .footer_email .info_box .info {
    position: relative;
    float: left;
    width: 350px;
    height: 50px;
    padding-right: 15px;
}

.footer_box .footer_email .info_box .typeText {
    position: relative;
}

.footer_box .footer_email .info_box .label_control {
    position: absolute;
    left: 10px;
    top: 0;
    font-size: 17px;
    color: #999999;
    line-height: 50px;
}

.footer_box .footer_email .info_box .tips {
    color: #ffffff;
    margin-top: 5px;
    display: inline-block;
}

.footer_box .footer_email .info_box input[type="text"] {
    width: 100%;
    height: 50px;
    border: 0;
    padding: 0 10px;
    font-size: 17px;
    color: #999999;
    background: #ffffff;
}

.footer_box .footer_email .info_box .imgVerifyCode {
    width: 280px;
    padding-right: 0;
}

.footer_box .footer_email .info_box .typeSubmit {
    width: 30px;
    height: 50px;
    transition: all .3s;
}

.footer_box .footer_email .info_box .typeSubmit input[type="submit"] {
    width: 70px;
    height: 50px;
    font-size: 0;
    border: 0;
    background: #2e859c url("../images/footer_emailBtn.png") no-repeat center;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    cursor: pointer;
}

.footer_box .footer_email .info_box .typeSubmit:hover input[type="submit"] {
    background-color: #E97800;
    transition: all .3s;
}

.footer_box .fast_navigation {
    overflow: hidden;
}

.footer_box .item {
    width: 25%;
    float: left;
    padding-left: 60px;
}

.footer_box .item:nth-of-type(1) {
    padding-left: 0;
    width: 35%;
}

.footer_box .item:nth-of-type(2) {
    width: 20%;
}

.footer_box .item:nth-of-type(3) {
    padding-left: 95px;
    width: 28%;
}

.footer_box .item:nth-of-type(4) {
    width: 16%;
    padding-left: 10px;
}

.footer_box .item:nth-of-type(2) {
    padding-left: 95px;
}

.footer_box .fast_navigation h2 {
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer_box .fast_navigation ul {
    overflow: hidden;
    margin-bottom: 40px;
}

.footer_box .fast_navigation li {
    margin-top: 15px;
}

.footer_box .fast_navigation li, .footer_box .fast_navigation li a, .footer_box .fast_navigation li span {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.4;
    font-weight: 300;
}

.footer_box .fast_navigation li.address {
    display: flex;
}

.footer_box .fast_navigation li.address span:nth-of-type(2) {
    flex: 1;
}

.footer_box .fast_navigation li a:hover {
    text-decoration: underline;
}

.footer_box .fast_navigation li.ewm .imgBox {
    width: 50%;
    float: left;
    padding-right: 5px;
}

.footer_box .fast_navigation li.ewm .imgBox:nth-of-type(2) {
    padding-right: 0;
    padding-left: 5px;
}

.footer_box .fast_navigation li.ewm img {
    margin-top: 30px;
}

.footer_box .fast_navigation li.ewm span {
    display: block;
}

.footer_box .fast_navigation li.ewm a {
    white-space: nowrap;
}

.footer_box .fast_navigation .footer_shape {
    margin-top: 20px;
    overflow: hidden;
}

.footer_box .fast_navigation .footer_shape a {
    display: inline-block;
    margin-right: 7px;
}

.footer_box .footer_copyright {
    margin-top: 20px;
    padding: 35px 0;
    text-align: center;
    background: #292928;
}

.footer_box .footer_copyright p, .footer_box .footer_copyright p a {
    color: #ffffff;
    font-size: 14px;
}

.footer_box .footer_copyright p a {
    display: inline-block;
    margin-right: 20px;
}

.footer_box .footer_copyright a:hover {
    text-decoration: underline;
}

.index_box1 .slick_first {
    background: #f0f2f4;
    position: relative;
}

.index_box1 .slick-prev, .index_box1 .slick-next {
    width: 21px;
    height: 42px;
    margin-top: -21px;
    background-image: url("../images/buttonstyle.png");
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0);
}

.index_box1 .slick-prev {
    background-position: left center;
    left: 100px;
}

.index_box1 .slick-next {
    background-position: right center;
    right: 100px;
}

.index_box1 .img {
    line-height: 0;
    text-align: center;
}

.index_box1 .leftCon {
    width: 33.33333%;
    padding-top: 33.33333%;
    position: relative;
    float: left;
    background: url("../images/ind_img1.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    transition: all .3s;
}

.index_box1 .leftCon .text_box {
    position: absolute;
    top: 50%;
    left: 55px;
    right: 55px;
    text-align: center;
}

.index_box1 .leftCon .text_box h2 {
    font-size: 34px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 35px;
}

.index_box1 .leftCon .text_box .item_box {
    overflow: hidden;
}

.index_box1 .leftCon .text_box .item_box .item {
    width: 50%;
    float: left;
    margin-top: 30px;
}

.index_box1 .leftCon .text_box .item_box .item span i, .index_box1 .leftCon .text_box .item_box .item span {
    font-size: 34px;
    color: #ffffff;
    line-height: 1;
}

.index_box1 .leftCon .text_box .item_box .item p {
    font-size: 24px;
    color: #ffffff;
    font-weight: 300;
}

.index_box1 .rightCon {
    width: 66.66667%;
    float: left;
    line-height: 0;
}

.index_box2 .item {
    position: relative;
    width: 33.33333%;
    padding-top: 33.33333%;
    float: left;
    background: #ffffff;
    transition: all .3s;
}

.index_box2 .item:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, 0.58);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    transition: all .3s;
}

.index_box2 .item:nth-of-type(2n):before {
    display: none;
}

.index_box2 .item .img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 0;
    text-align: center;
    overflow: hidden;
}

.index_box2 .item .img img {
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.index_box2 .item .text {
    position: absolute;
    top: 50%;
    left: 110px;
    right: 110px;
    text-align: center;
    z-index: 3;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    transition: all .3s;
}

.index_box2 .item:nth-of-type(2n) .text {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: all .3s;
}

.index_box2 .item .text h2 {
    font-size: 24px;
    color: #333333;
    margin-bottom: 40px;
    transition: all .3s;
}

.index_box2 .item .text p {
    font-size: 15px;
    color: #666666;
    font-weight: 300;
    transition: all .3s;
}

.index_box2 .item:hover {
    background: #2e859c;
    transition: all .3s;
}

.index_box2 .item:hover .text h2, .index_box2 .item:hover .text p {
    color: #ffffff;
    transition: all .3s;
}

.index_box2 .item:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: all .3s;
}

.index_box2 .item:hover .text {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: all .3s;
}

.index_box2 .item:hover .img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transition: all .3s;
}

.index_box3 {
    overflow: hidden;
    background: #2e859c;
}

.index_box3 .leftCon {
    width: 66.66667%;
    float: left;
    line-height: 0;
}

.index_box3 .rightCon {
    width: 33.33333%;
    padding-top: 33.2333%;
    float: left;
    position: relative;
}

.index_box3 .rightCon .text_box {
    position: absolute;
    top: 50%;
    left: 100px;
    right: 100px;
}

.index_box3 .rightCon .text_box h2 {
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 20px;
}

.index_box3 .rightCon .item_box, .index_box3 .rightCon .item {
    overflow: hidden;
}

.index_box3 .rightCon .item {
    margin-top: 35px;
}

.index_box3 .rightCon .item .img {
    width: 94px;
    float: left;
    line-height: 0;
}

.index_box3 .rightCon .item .text {
    margin-left: 94px;
}

.index_box3 .rightCon .item .text p {
    font-size: 15px;
    color: #ffffff;
    font-weight: 300;
}

.index_box4 {
    padding: 80px 0;
    text-align: center;
    background: url("../images/ind_img9.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.index_box4 h2 span {
    font-size: 45px;
    color: #333333;
    font-weight: bold;
    display: inline-block;
    padding: 0 20px;
}

.index_box4 p {
    font-size: 20px;
    color: #333333;
    font-weight: 300;
    margin-top: 10px;
}

.index_box4 a {
    display: inline-block;
    margin-top: 50px;
    font-size: 20px;
    color: #333333;
    padding-left: 25px;
    background: url("../images/ind_ico5.png") no-repeat left center;
}

.index_box4 a:hover {
    text-decoration: underline;
}

.service_banner {
    line-height: 0;
    text-align: center;
}

.service_box1 {
    padding: 110px 0 90px;
    text-align: center;
    background: url("../images/service_bj1.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.service_box1 h2 {
    color: #ffffff;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 80px;
}

.service_box1 .item_box {
    overflow: hidden;
}

.service_box1 .item {
    width: 16.66666%;
    float: left;
    padding: 0 7px;
}

.service_box1 .item .img {
    line-height: 0;
    padding-bottom: 27px;
    background: url("../images/service_bj4.png") no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
    transition: all .3s;
}

.service_box1 .item:hover .img {
    background: url("../images/service_bj5.png") no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
    transition: all .3s;
}

.service_box1 .item .img img {
    width: 100%;
}

.service_box1 .item .text {
    margin-top: 20px;
    padding: 0 20px;
}

.service_box1 .item .text p {
    font-size: 17px;
    color: #ffffff;
    font-weight: 300;
}

.service_box2 {
    padding: 75px 0 100px;
}

.service_box2 h2 {
    font-size: 36px;
    color: #333333;
    font-weight: 700;
    text-align: center;
    margin-bottom: 75px;
}

.service_box2 .item_box {
    height: 485px;
    position: relative;
}

.service_box2 .item_box .item {
    position: absolute;
    width: 371px;
    height: 321px;
    top: 0;
    bottom: auto;
    text-align: center;
    background: url("../images/service_bj6.png") no-repeat center center;
}

.service_box2 .item_box .item:nth-of-type(2n) {
    top: auto;
    bottom: 0;
}

.service_box2 .item_box .item1 {
    left: 0;
}

.service_box2 .item_box .item2 {
    left: 308px;
}

.service_box2 .item_box .item3 {
    left: 614px;
}

.service_box2 .item_box .item4 {
    left: 920px;
}

.service_box2 .item_box .item5 {
    left: 1226px;
}

.service_box2 .item_box .item .img {
    line-height: 0;
    margin-top: 75px;
}

.service_box2 .item_box .item .text {
    padding: 15px 90px 0;
}

.service_box2 .item_box .item .text p {
    font-size: 17px;
    color: #ffffff;
    font-weight: 300;
}

.service_box3 {
    padding: 80px 0 120px;
    background: url("../images/service_bj2.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.service_box3 h2 {
    text-align: center;
    font-size: 36px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 55px;
}

.service_box3 .item_box {
    position: relative;
    height: 295px;
    background: url("../images/service_bj8.png") no-repeat top center;
}

.service_box3 .item_box .item {
    position: absolute;
    text-align: center;
    width: 190px;
}

.service_box3 .item_box .item p {
    font-size: 17px;
    color: #ffffff;
    font-weight: 300;
}

.service_box3 .item_box .item1 {
    top: 145px;
    left: 75px;
}

.service_box3 .item_box .item2 {
    top: 275px;
    left: 355px;
}

.service_box3 .item_box .item3 {
    top: 155px;
    left: 610px;
}

.service_box3 .item_box .item4 {
    top: 255px;
    left: 845px;
}

.service_box3 .item_box .item5 {
    top: 90px;
    left: 1100px;
}

.service_box3 .item_box .item6 {
    top: 250px;
    left: 1395px;
}

.service_box4 {
    padding: 95px 0 130px;
    background: url("../images/service_bj3.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.service_box4 h2 {
    text-align: center;
    font-size: 36px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 60px;
}

.service_box4 .item_box1 {
    overflow: hidden;
}

.service_box4 .item_box1 .item {
    width: 16.875%;
    height: 108px;
    float: left;
    position: relative;
    border: 3px solid #2e859c;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.service_box4 .item_box1 .item .text p {
    font-size: 17px;
    color: #333333;
    font-weight: 300;
}

.service_box4 .item_box1 .item .text {
    position: absolute;
    top: 50%;
    left: 45px;
    right: 45px;
}

.service_box4 .item_box1 .img {
    width: 3.90625%;
    float: left;
    padding: 40px 0 0;
    text-align: center;
    line-height: 0;
    margin-top: 3px;
}

.service_box4 .item_img {
    line-height: 0;
    padding: 25px 0;
    text-align: right;
    padding-right: 120px;
}

.service_box4 .item_box2 {
    overflow: hidden;
}

.service_box4 .item_box2 .item {
    width: 16.875%;
    height: 108px;
    float: right;
    border: 3px solid #2e859c;
    text-align: center;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.service_box4 .item_box2 .item .text p {
    font-size: 17px;
    color: #333333;
    font-weight: 300;
}

.service_box4 .item_box2 .item .text {
    position: absolute;
    top: 50%;
    left: 45px;
    right: 45px;
}

.service_box4 .item_box2 .img {
    width: 3.90625%;
    float: right;
    padding: 40px 0 0;
    text-align: center;
    line-height: 0;
    margin-top: 3px;
}

.about_banner {
    line-height: 0;
    text-align: center;
}

.about_box1 {
    padding: 10px 0 70px;
}

.about_box1 h1 {
    font-size: 32px;
    color: #2e859c;
    font-weight: bold;
}

.about_box1 .text {
    margin-top: 50px;
}

.about_box1 .text p {
    font-size: 17px;
    color: #444444;
    font-weight: 300;
    line-height: 2;
}

.about_box2 .item_box {
    padding: 0 130px;
    background: url("../images/about_line2.png") repeat-y top center;
}

.about_box2 .item {
    overflow: hidden;
    margin-top: 35px;
}

.about_box2 .item:nth-of-type(1) {
    margin-top: 0;
}

.about_box2 .item .text {
    width: 732px;
    float: right;
}

.about_box2 .item:nth-of-type(2n) .text {
    float: left;
    text-align: right;
}

.about_box2 .item .text span {
    display: inline-block;
    text-align: center;
    width: 124px;
    height: 124px;
    float: left;
    font-size: 17px;
    color: #444444;
    font-weight: 300;
    padding-top: 50px;
    background: #ffffff;
    border: 2px solid #2e859c;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.about_box2 .item .text .t {
    margin-left: 124px;
    padding-left: 55px;
    background: #ffffff;
    margin-top: 52px;
    position: relative;
}

.about_box2 .item .text .t:before {
    position: absolute;
    content: '';
    width: 52px;
    height: 1px;
    left: 0;
    top: 12px;
    background: url("../images/about_line1.png");
}

.about_box2 .item .text .t p {
    font-size: 17px;
    color: #444444;
    font-weight: 300;
}

.about_box2 .item:nth-of-type(2n) .text span {
    float: right;
}

.about_box2 .item:nth-of-type(2n) .text .t {
    margin-left: 0;
    margin-right: 124px;
    padding-left: 0;
    padding-right: 55px;
}

.about_box2 .item:nth-of-type(2n) .text .t:before {
    right: 0;
    left: auto;
}

.about_box3 {
    margin-top: 95px;
}

.about_box3 .text p {
    font-size: 17px;
    color: #444444;
    font-weight: 300;
    line-height: 2;
}

.about_box3 .item_box {
    overflow: hidden;
    padding: 75px 0 50px;
}

.about_box3 .item {
    width: 25%;
    float: left;
    padding: 0 20px;
    text-align: center;
}

.about_box3 .item span {
    display: block;
    font-size: 56px;
    color: #2e859c;
    line-height: 1;
}

.about_box3 .item p {
    font-size: 40px;
    color: #2e859c;
    font-weight: 300;
}

.aboutAuthentication {
    margin-bottom: 90px;
}

.aboutAuthentication h2 {
    text-align: center;
    font-size: 32px;
    color: #333333;
    font-weight: bold;
    padding-bottom: 30px;
}

.aboutAuthentication .authenticationImg {
    padding: 0 30px;
}

.aboutAuthentication .authenticationImg .slick_first {
    margin: 0 10px;
}

.aboutAuthentication .authenticationImg .slick-prev, .aboutAuthentication .authenticationImg .slick-next {
    width: 21px;
    height: 40px;
    background: url("../images/buttonstyle.png") no-repeat;
}

.aboutAuthentication .authenticationImg .slick-prev {
    left: 0;
    background-position: left center;
}

.aboutAuthentication .authenticationImg .slick-next {
    right: 0;
    background-position: right center;
}

.about_box4 {
    margin-bottom: 125px;
}

.about_box4 .con_box {
    overflow: hidden;
    background: #f5f5f5;
}

.about_box4 .img_box {
    width: 50%;
    float: left;
    line-height: 0;
}

.about_box4 .img_box img {
    width: 100%;
}

.about_box4 .text_box {
    width: 50%;
    float: left;
}

.about_box4 .text_box .text {
    padding: 110px 80px 0;
}

.about_box4 .text_box .text h2 {
    font-size: 32px;
    color: #333333;
    font-weight: bold;
    padding-bottom: 30px;
}

.about_box4 .text_box .text .t {
    margin-top: 30px;
}

.about_box4 .text_box .text .t p {
    font-size: 17px;
    color: #444444;
    font-weight: 300;
}

.viewpoint_box1 {
    background: #2e859c;
}

.viewpoint_box1 h1 {
    font-size: 28px;
    color: #ffffff;
    font-weight: bold;
    padding: 35px 0;
}

.viewpoint_box2 {
    padding-bottom: 100px;
}

.viewpoint_box2 .item {
    overflow: hidden;
    margin-top: 60px;
    background: #f5f5f5;
}

.viewpoint_box2 .item h2 {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    padding-bottom: 5px;
}

.viewpoint_box2 .item .img {
    width: 380px;
    float: left;
    line-height: 0;
}

.viewpoint_box2 .item .text_box {
    margin-left: 400px;
    padding: 20px 20px 20px 0;
}

.viewpoint_box2 .item .t {
    margin-top: 15px;
}

.viewpoint_box2 .item .t span {
    color: #333333;
    line-height: 1;
    padding-bottom: 5px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 700;
}

.viewpoint_box2 .item .t p {
    font-size: 16px;
    color: #666666;
    font-weight: 300;
}

.websiteCustom_banner {
    position: relative;
}

.websiteCustom_banner .img {
    padding-top: 600px;
    background-repeat: no-repeat;
    background-position: center center;
}

.websiteCustom_banner .text {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 10;
}

.websiteCustom_banner .text h1 {
    font-size: 46px;
    color: #ffffff;
    font-weight: bold;
}

.websiteCustom_box1 {
    padding: 100px 0;
    background: url("../images/websiteCustom_bj.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.websiteCustom_box1 .text {
    padding: 0 105px;
    text-align: center;
}

.websiteCustom_box1 .text h2 {
    font-size: 34px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 40px;
}

.websiteCustom_box1 .text p {
    font-size: 17px;
    color: #444444;
    font-weight: 300;
}

.websiteCustom_box2 {
    padding: 140px 0;
    background: #2e859c;
    overflow: hidden;
}

.websiteCustom_box2 .text_box {
    width: 50%;
    float: left;
}

.websiteCustom_box2 .text_box h2 {
    font-size: 28px;
    color: #ffffff;
    font-weight: bold;
    padding-bottom: 50px;
}

.websiteCustom_box2 .text_box .t {
    margin-top: 40px;
}

.websiteCustom_box2 .text_box .t h3 {
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
    padding-bottom: 10px;
}

.websiteCustom_box2 .text_box .t p {
    font-size: 17px;
    color: #ffffff;
    font-weight: 300;
}

.websiteCustom_box2 .img_box {
    width: 50%;
    float: left;
    line-height: 0;
    text-align: right;
}

.websiteCustom_box3 .text_box {
    text-align: center;
    padding: 120px 100px 0;
    margin-bottom: 45px;
}

.websiteCustom_box3 .text_box h2 {
    font-size: 28px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 35px;
}

.websiteCustom_box3 .text_box p {
    font-size: 17px;
    color: #444444;
    font-weight: 300;
    line-height: 1.4;
}

.websiteCustom_box3 .item_box {
    overflow: hidden;
    text-align: center;
    margin-bottom: 100px;
}

.websiteCustom_box3 .item_box .item {
    width: 33.33%;
    float: left;
}

.websiteCustom_box3 .item_box .item .img {
    line-height: 0;
    margin-bottom: 30px;
}

.websiteCustom_box3 .item_box .item p {
    font-size: 17px;
    color: #666666;
    font-weight: 300;
}

.websiteCustom_box4 h2 {
    text-align: center;
    font-size: 28px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 55px;
}

.websiteCustom_box4 .con_box {
    background: #f7f7f7;
    overflow: hidden;
}

.websiteCustom_box4 .img_box {
    width: 50%;
    float: left;
    line-height: 0;
}

.websiteCustom_box4 .text_box {
    width: 50%;
    float: left;
}

.websiteCustom_box4 .item_box {
    width: 600px;
    float: left;
    padding-top: 80px;
    padding-right: 20px;
    padding-left: 105px;
    padding-bottom: 60px;
}

.websiteCustom_box4 .item {
    overflow: hidden;
    margin-top: 30px;
}

.websiteCustom_box4 .item:nth-of-type(1) {
    margin-top: 0;
}

.websiteCustom_box4 .item .img {
    line-height: 0;
    padding-left: 10px;
    width: 90px;
    float: left;
}

.websiteCustom_box4 .item .text {
    margin-left: 90px;
    padding-top: 6px;
}

.websiteCustom_box4 .item .text p {
    font-size: 17px;
    color: #333333;
    font-weight: 300;
}

.websiteOperate_banner {
    position: relative;
}

.websiteOperate_banner .img {
    padding-top: 600px;
    background-repeat: no-repeat;
    background-position: center center;
}

.websiteOperate_banner .text {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 10;
}

.websiteOperate_banner .text h1 {
    font-size: 46px;
    color: #ffffff;
    font-weight: bold;
}

.websiteOperate_box1 {
    overflow: hidden;
}

.websiteOperate_box1 .leftCon, .websiteOperate_box1 .rightCon {
    width: 50%;
    float: right;
}

.websiteOperate_box1 .leftCon .text {
    width: 500px;
    float: right;
    min-height: 800px;
    padding-right: 95px;
    padding-top: 200px;
    text-align: right;
    background: #2e859c;
}

.websiteOperate_box1 .leftCon .text h2 span {
    display: block;
    font-size: 32px;
    padding-bottom: 8px;
}

.websiteOperate_box1 .leftCon .text h2 {
    font-size: 32px;
    color: #ffffff;
    font-weight: bold;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
}

.websiteOperate_box1 .leftCon .text h2:before {
    position: absolute;
    content: '';
    width: 100px;
    height: 2px;
    bottom: 0;
    right: 0;
    background: #ffffff;
}

.websiteOperate_box1 .leftCon .text p {
    width: 260px;
    float: right;
    font-size: 17px;
    color: #ffffff;
    line-height: 1.4;
    opacity: .54;
    text-transform: uppercase;
}

.websiteOperate_box1 .rightCon {
    padding-right: 30px;
    padding-top: 80px;
}

.websiteOperate_box1 .rightCon .text {
    margin-top: 50px;
}

.websiteOperate_box1 .rightCon .text h3 {
    color: #333333;
    font-weight: bold;
    font-size: 24px;
    padding-bottom: 35px;
}

.websiteOperate_box1 .rightCon .text p {
    font-size: 17px;
    color: #444444;
    font-weight: 300;
    line-height: 1.4;
}

.websiteOperate_box2 {
    padding: 135px 0 220px;
    background: url("../images/websiteOperate_bj1.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.websiteOperate_box2 h2 {
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 120px;
}

.websiteOperate_box2 .item_box {
    overflow: hidden;
    position: relative;
}

.websiteOperate_box2 .item {
    width: 20%;
    text-align: center;
    float: left;
    padding: 0 10px;
}

.websiteOperate_box2 .item .con_box {
    width: 260px;
    height: 260px;
    position: relative;
    border: 3px solid #2e859c;
    margin: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.websiteOperate_box2 .item .con_box:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #2e859c;
    z-index: 5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    transition: all .3s;
}

.websiteOperate_box2 .item .con_box:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: all .3s;
}

.websiteOperate_box2 .item .con_box .show .img {
    line-height: 0;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 10px;
}

.websiteOperate_box2 .item .con_box .show p {
    font-size: 24px;
    color: #ffffff;
    font-weight: 300;
}

.websiteOperate_box2 .item .con_box .hide {
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 10;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    transition: all .3s;
}

.websiteOperate_box2 .item .con_box .hide p {
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
}

.websiteOperate_box2 .item .con_box:hover .hide {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: all .3s;
}

.websiteOperate_box2 .item_box .ico {
    position: absolute;
    top: 0;
    bottom: auto;
}

.websiteOperate_box2 .item_box .ico2, .websiteOperate_box2 .item_box .ico4 {
    top: auto;
    bottom: 0;
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.websiteOperate_box2 .item_box .ico1 {
    left: 258px;
}

.websiteOperate_box2 .item_box .ico2 {
    left: 580px;
}

.websiteOperate_box2 .item_box .ico3 {
    left: 900px;
}

.websiteOperate_box2 .item_box .ico4 {
    left: 1220px;
}

.websiteOperate_box3 {
    overflow: hidden;
    padding: 70px 0 30px;
    background: url("../images/websiteOperate_bj2.png") repeat-y center center;
}

.websiteOperate_box3 .img_box, .websiteOperate_box3 .text_box {
    width: 50%;
    float: left;
}

.websiteOperate_box3 .img_box .img {
    line-height: 0;
    text-align: center;
}

.websiteOperate_box3 .text_box .text {
    padding-top: 170px;
    padding-left: 110px;
    padding-right: 50px;
}

.websiteOperate_box3 .text_box .text h2 {
    margin-bottom: 30px;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}

.websiteOperate_box3 .text_box .text p {
    font-size: 17px;
    color: #444444;
    font-weight: 300;
}

.websiteOperate_box4 {
    overflow: hidden;
    padding: 70px 0;
    background: url("../images/websiteOperate_bj3.png") repeat-y center center;
}

.websiteOperate_box4 .img_box, .websiteOperate_box4 .text_box {
    width: 50%;
    float: right;
}

.websiteOperate_box4 .img_box .img {
    line-height: 0;
    text-align: center;
}

.websiteOperate_box4 .text_box .text {
    padding-top: 130px;
    padding-left: 60px;
    padding-right: 80px;
}

.websiteOperate_box4 .text_box .text h2 {
    margin-bottom: 30px;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}

.websiteOperate_box4 .text_box .text p {
    font-size: 17px;
    color: #444444;
    font-weight: 300;
}

.partner_banner {
    position: relative;
}

.partner_banner .img {
    padding-top: 600px;
    background-repeat: no-repeat;
    background-position: center center;
}

.partner_banner .text {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 10;
}

.partner_banner .text h1 {
    font-size: 46px;
    color: #000000;
    font-weight: bold;
}

.partner_box1 {
    padding: 105px 0 110px;
}

.partner_box1 .text {
    text-align: center;
}

.partner_box1 .text h2 {
    font-size: 34px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 55px;
}

.partner_box1 .text p {
    font-size: 17px;
    color: #333333;
    font-weight: 300;
    line-height: 1.4;
}

.partner_box1 .item_box {
    overflow: hidden;
    margin-top: 60px;
}

.partner_box1 .item_box .item {
    text-align: center;
    width: 33.33%;
    float: left;
    padding: 0 10px;
}

.partner_box1 .item_box .item .img {
    line-height: 0;
    margin-bottom: 40px;
}

.partner_box1 .item_box .item h3 {
    font-size: 24px;
    color: #333333;
    padding-bottom: 10px;
}

.partner_box1 .item_box .item p {
    font-size: 17px;
    color: #444444;
    font-weight: 300;
}

.partner_box2 {
    background: #333331;
    padding: 90px 0;
}

.partner_box2 h2 {
    font-size: 28px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.partner_box2 .item_box {
    overflow: hidden;
}

.partner_box2 .item {
    width: 50%;
    float: left;
    margin-top: 40px;
}

.partner_box2 .item p {
    width: 390px;
    margin: auto;
    padding-left: 35px;
    font-size: 17px;
    color: #ffffff;
    font-weight: 300;
    background: url("../images/partner_ico1.png") no-repeat left 5px;
}

.partner_box3 {
    padding: 95px 0 90px;
}

.partner_box3 h2 {
    font-size: 28px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 80px;
    text-align: center;
}

.partner_box3 .item_box {
    overflow: hidden;
}

.partner_box3 .item {
    width: 33.33%;
    height: 475px;
    float: left;
    padding-top: 130px;
    padding-left: 100px;
    padding-right: 100px;
    text-align: center;
    background: #ffa32c;
}

.partner_box3 .item:nth-of-type(2) {
    background: #2e859c url("../images/partner_ico2.png") no-repeat top center;
}

.partner_box3 .item .img {
    line-height: 0;
    margin-bottom: 20px;
}

.partner_box3 .item .text h3 {
    font-size: 28px;
    color: #ffffff;
    margin-bottom: 35px;
}

.partner_box3 .item .text p {
    font-size: 17px;
    color: #ffffff;
    font-weight: 300;
}

.partner_box4 {
    padding: 200px 0;
    text-align: center;
    background: url("../images/partner_bj.jpg") no-repeat center center;
}

.partner_box4 .text h2 {
    font-size: 50px;
    color: #333333;
    font-weight: 300;
    margin-bottom: 55px;
}

.partner_box4 .text p {
    font-size: 20px;
    color: #333333;
    font-weight: 300;
}

.partner_box4 .text p a {
    font-size: 20px;
    color: #333333;
    font-weight: 300;
    padding-bottom: 5px;
    border-bottom: 1px solid #333333;
}

.partner_box4 .text p a:hover {
    color: #2e859c;
    border-bottom-color: #2e859c;
}

.solution_box1 {
    background: #2e859c;
}

.solution_box1 h1 {
    font-size: 28px;
    color: #ffffff;
    font-weight: bold;
    padding: 35px 0;
}

.solution_box2 {
    padding: 90px 0 50px;
}

.solution_box2 .text {
    width: 1200px;
}

.solution_box2 .text h2 {
    font-size: 36px;
    color: #333333;
    margin-bottom: 15px;
}

.solution_box2 .text p {
    font-size: 20px;
    color: #444444;
    font-weight: 300;
}

.solution_box3 {
    margin-bottom: 70px;
}

.solution_box3 .item_box {
    overflow: hidden;
}

.solution_box3 .item {
    overflow: hidden;
    margin-bottom: 30px;
    width: 50%;
    float: left;
    padding-right: 15px;
}

.solution_box3 .item:nth-of-type(2n) {
    padding-left: 15px;
    padding-right: 0;
}

.solution_box3 .item .con_box {
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.solution_box3 .item .img {
    line-height: 0;
    text-align: center;
}

.solution_box3 .item .img img {
    width: 100%;
}

.solution_box3 .item .text {
    height: 240px;
    background: #fafafa;
    padding: 45px 35px 10px;
}

.solution_box3 .item .text h2 {
    font-size: 24px;
    color: #333333;
    margin-bottom: 15px;
}

.solution_box3 .item .text p {
    font-size: 17px;
    color: #666666;
    font-weight: 300;
}

.precisionMarketing_banner {
    position: relative;
}

.precisionMarketing_banner .img {
    padding-top: 600px;
    background-repeat: no-repeat;
    background-position: center center;
}

.precisionMarketing_banner .text {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 10;
}

.precisionMarketing_banner .text h1 {
    font-size: 46px;
    color: #ffffff;
    font-weight: bold;
}

.precisionMarketing_box1 {
    padding: 90px 0 70px;
    background: url("../images/precisionMarketing_bj1.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.precisionMarketing_box1 h2 {
    text-align: center;
    font-size: 28px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 70px;
}

.precisionMarketing_box1 .item_box {
    overflow: hidden;
}

.precisionMarketing_box1 .item {
    width: 25%;
    float: left;
    padding: 0 30px;
    text-align: center;
}

.precisionMarketing_box1 .item .img {
    line-height: 0;
    margin-bottom: 25px;
}

.precisionMarketing_box1 .item .text h3 {
    font-size: 20px;
    color: #444444;
    margin-bottom: 30px;
}

.precisionMarketing_box1 .item .text p {
    font-size: 17px;
    color: #666666;
    font-weight: 300;
    text-align: left;
}

.precisionMarketing_box2 {
    padding: 125px 0 105px;
    background: url("../images/precisionMarketing_bj2.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.precisionMarketing_box2 .text_box {
    text-align: center;
}

.precisionMarketing_box2 .text_box h2 {
    font-size: 50px;
    color: #ffffff;
    font-weight: bold;
    padding-bottom: 30px;
    margin-bottom: 20px;
    position: relative;
}

.precisionMarketing_box2 .text_box h2:before {
    position: absolute;
    content: '';
    width: 110px;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #2e859c;
}

.precisionMarketing_box2 .text_box .text {
    overflow: hidden;
}

.precisionMarketing_box2 .text_box .text h3 {
    margin-top: 40px;
    font-size: 24px;
    color: #2e859c;
    margin-bottom: 20px;
}

.precisionMarketing_box2 .text_box .text p {
    font-size: 17px;
    color: #ffffff;
    font-weight: 300;
}

.precisionMarketing_box3 .leftCon {
    width: 40%;
    min-height: 670px;
    float: right;
    margin-right: -200px;
    background: #2e859c;
    padding-top: 170px;
    padding-right: 65px;
    text-align: right;
}

.precisionMarketing_box3 .leftCon h2 span {
    display: block;
    font-size: 32px;
    color: #ffffff;
    padding-bottom: 5px;
}

.precisionMarketing_box3 .leftCon h2 {
    font-size: 32px;
    color: #ffffff;
    font-weight: bold;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
}

.precisionMarketing_box3 .leftCon h2:before {
    position: absolute;
    content: '';
    width: 100px;
    height: 2px;
    bottom: 0;
    right: 0;
    background: #ffffff;
}

.precisionMarketing_box3 .leftCon p {
    width: 210px;
    float: right;
    color: #ffffff;
    opacity: .56;
    line-height: 1.4;
    text-transform: uppercase;
}

.precisionMarketing_box3 .rightCon {
    width: 60%;
    float: left;
    padding-top: 90px;
}

.precisionMarketing_box3 .rightCon .text {
    padding-top: 50px;
}

.precisionMarketing_box3 .rightCon .text h3 {
    font-size: 24px;
    color: #333333;
    margin-bottom: 20px;
}

.precisionMarketing_box3 .rightCon .text p {
    font-size: 17px;
    color: #444444;
    font-weight: 300;
}

.precisionMarketingCase_box1 {
    background: #2e859c;
}

.precisionMarketingCase_box1 h1 {
    font-size: 28px;
    color: #ffffff;
    font-weight: bold;
    padding: 35px 0;
}

.precisionMarketingCase_box2 {
    padding: 70px 0;
    border-top: 1px solid #dddddd;
}

.precisionMarketingCase_box2 .container_1200 {
    padding: 0 50px;
}

.precisionMarketingCase_box2 .text h2 {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 25px;
}

.precisionMarketingCase_box2 .text p {
    font-size: 17px;
    color: #444444;
    font-weight: 300;
}

.precisionMarketingCase_box2 .img_box {
    margin-top: 25px;
}

.precisionMarketingCase_box2 .img_box span {
    display: inline-block;
    color: #2e859c;
    font-weight: 300;
    font-size: 17px;
    margin-bottom: 35px;
}

.precisionMarketingCase_box2 .img_box .img {
    line-height: 0;
    text-align: center;
}

.precisionMarketingCase_box2 .img_box .img img {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
}

.case_box1 {
    background: #2e859c;
}

.case_box1 h1 {
    font-size: 28px;
    color: #ffffff;
    font-weight: bold;
    padding: 35px 0;
}

.case_box2 {
    padding: 90px 0;
}

.case_box2 .item_box {
    overflow: hidden;
}

.case_box2 .item {
    width: 31.875%;
    margin-bottom: 60px;
    float: left;
    margin-left: 2.1875%;
    position: relative;
    border: 1px solid #e4e4e4
}

.case_box2 .item:nth-of-type(3n+1) {
    margin-left: 0;
}

.case_box2 .item .img {
    line-height: 0;
}

.case_box2 .item .text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    transition: all .3s;
}

.case_box2 .item .text h2 {
    margin-top: 30%;
    font-size: 24px;
    color: #2e859c;
    margin-bottom: 30px;
}

.case_box2 .item .text a {
    display: inline-block;
    width: 165px;
    height: 50px;
    line-height: 46px;
    font-size: 20px;
    color: #2e859c;
    border: 2px solid #2e859c;
}

.case_box2 .item .text a:hover {
    background: #2e859c;
    color: #ffffff;
}

.case_box2 .item:hover .text {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: all .3s;
}

.case_detailBox1 .img {
    line-height: 0;
    text-align: center;
    padding: 80px 0;
}

.case_detailBox2 {
    margin-bottom: 70px;
}

.case_detailBox2 .leftCon {
    width: 460px;
    float: left;
}

.case_detailBox2 .rightCon {
    margin-left: 460px;
}

.case_detailBox2 .leftCon p, .case_detailBox2 .rightCon p, .case_detailBox2 .leftCon p a {
    font-size: 17px;
    color: #333333;
    font-weight: 300;
    line-height: 1.8;
}

.case_detailBox2 .leftCon p a:hover {
    color: #2e859c;
    text-decoration: underline;
}

.case_detailBox3 {
    overflow: hidden;
}

.case_detailBox3 ul {
    overflow: hidden;
}

.case_detailBox3 li {
    width: 49.0625%;
    float: left;
    margin-left: 1.875%;
    text-align: center;
    padding: 0 10px;
    margin-bottom: 48px;
    line-height: 0;
    background: #eeeeee;
}

.case_detailBox3 li:nth-of-type(2n+1) {
    margin-left: 0;
}

.returnHistory {
    display: inline-block;
    margin-bottom: 75px;
    color: #444444;
    font-size: 17px;
}

.returnHistory:hover {
    color: #2e859c;
    text-decoration: underline;
}

.contact_banner {
    line-height: 0;
    text-align: center;
}

.contact_box1 {
    padding: 85px 0 80px;
}

.contact_box1 .text p {
    font-size: 28px;
    color: #333333;
}

.contact_box1 .baiduMap {
    position: relative;
    height: 470px;
}

.contact_box1 #map {
    position: absolute;
    top: -50px;
    left: -135px;
    width: 800px;
    height: 520px;
}

.contact_box1 .text h2 {
    font-size: 28px;
    color: #333333;
    padding-bottom: 18px;
    margin-bottom: 15px;
    border-bottom: 1px solid #2e859c;
}

.contact_box1 .item {
    overflow: hidden;
    margin-top: 35px;
    padding-left: 60px;
    background-repeat: no-repeat;
    background-position: left top;
}

.contact_box1 .item.contact_address {
    background-image: url("../images/contact_address.png");
}

.contact_box1 .item.contact_tel {
    background-image: url("../images/contact_tel.png");
}

.contact_box1 .item.contact_email {
    background-image: url("../images/contact_email.png");
}

.contact_box1 .item h3 {
    color: #444444;
    font-size: 20px;
    line-height: 33px;
    margin-bottom: 5px;
}

.contact_box1 .item p, .contact_box1 .item a {
    font-size: 17px;
    color: #444444;
    font-weight: 300;
    line-height: 1.8;
}

.contact_box1 .item a:hover {
    color: #2e859c;
    text-decoration: underline;
}

.contact_box2 {
    margin-bottom: 40px;
}

.contact_box2 .col_box {
    margin-bottom: 20px;
}

.contact_box2 .text {
    background: #f5f5f5;
    padding: 25px 30px 20px;
}

.contact_box2 .text h2 {
    color: #333333;
    font-size: 28px;
    margin-bottom: 15px;
}

.contact_box2 .text p {
    font-size: 20px;
    color: #444444;
    font-weight: 300;
}

.contact_box2 .item_box {
    overflow: hidden;
    border: 2px solid #f5f5f5;
    padding: 30px 25px;
}

.contact_box2 .item_box .item {
    float: left;
    margin-left: 30px;
    font-size: 17px;
    color: #666666;
    font-weight: 300;
}

.contact_box2 .item_box .item:nth-of-type(1) {
    margin-left: 0;
}

.contact_box2 .item_box .item a {
    font-size: 17px;
    color: #666666;
    font-weight: 300;
}

.contact_box2 .item_box .item a:hover {
    color: #2e859c;
    text-decoration: underline;
}

.contact_box3 {
    margin-bottom: 100px;
}

.contact_box3 h2 {
    font-size: 28px;
    color: #333333;
    padding-bottom: 20px;
    margin-bottom: 40px;
    position: relative;
}

.contact_box3 h2:before {
    position: absolute;
    content: '';
    width: 560px;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #2e859c;
}

.contact_box3 .info {
    margin-top: 20px;
}

.contact_box3 .info span {
    font-size: 17px;
    color: #38393e;
    font-weight: 300;
    display: block;
    margin-bottom: 5px;
}

.contact_box3 .info input[type="text"] {
    width: 100%;
    height: 44px;
    border: 1px solid #e8e8e8;
    background: none;
    font-size: 17px;
    color: #38393e;
    font-weight: 300;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 0 10px;
}

.contact_box3 .info textarea {
    width: 100%;
    height: 130px;;
    border: 1px solid #e8e8e8;
    background: none;
    font-size: 17px;
    color: #38393e;
    font-weight: 300;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 10px;
    resize: none;
}

.contact_box3 .info .controls {
    position: relative;
}

.contact_box3 .info.imgVerifyCode input[type="text"] {
    width: 280px;
}

.contact_box3 .info.imgVerifyCode .Verify_img {
    position: absolute;
    top: 0;
    left: 290px;
    height: 44px;
    cursor: pointer;
}

.contact_box3 .info .tips {
    display: block;
    color: #ff0000;
}

.contact_box3 .info input[type="submit"] {
    width: 148px;
    height: 48px;
    background: #2e859c;
    color: #ffffff;
    font-size: 17px;
    font-weight: 300;
    line-height: 48px;
    margin-top: 10px;
    border: 0;
    cursor: pointer;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    transition: all .3s;
}

.contact_box3 .info input[type="submit"]:hover {
    background: #2e859c;
    transition: all .3s;
}

.contact_box4 #baiduMapPanel {
    width: 100%;
    height: 480px;
}

@media (max-width: 2000px) {
    .BMapLabel {
        border: 1px solid #dddddd !important;
        left: 6px !important;
        top: -16px !important;
        box-sizing: border-box;
        transform: translate(-50%, -100%);
        background-color: white;
        border-radius: 8px;
        padding: 12px !important;
        box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.3);
    }

    .BMapLabel:before {
        content: "";
        position: absolute;
        top: 40px;
        left: 86px;
        transform: translate(-50%, 0);
        width: 0;
        height: 0;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-top: 11px solid white;
    }

    .BMapLabel:after {
        content: '';
        position: absolute;
        width: 20px;
        height: 25px;
        top: 56px;
        left: 77px;
        background: url("../images/reset/us_cursor.gif") no-repeat -46px -21px !important;
        overflow: hidden;
    }
}

.operateCase_box1 {
    background: #2e859c;
}

.operateCase_box1 h1 {
    font-size: 28px;
    color: #ffffff;
    font-weight: bold;
    padding: 35px 0;
}

.operateCase_box2 {
    padding: 70px 0 40px;
    border-top: 1px solid #dddddd;
}

.operateCase_box2 .container_1200 {
    padding: 0 50px;
}

.operateCase_box2 .text h2 {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 25px;
}

.operateCase_box2 .text p {
    font-size: 17px;
    color: #444444;
    font-weight: 300;
}

.operateCase_box2 .img_box {
    margin-top: 25px;
}

.operateCase_box2 .img_box span {
    display: inline-block;
    color: #2e859c;
    font-weight: 300;
    font-size: 17px;
    margin-bottom: 35px;
}

.operateCase_box2 .img_box .img {
    line-height: 0;
    text-align: center;
    margin-bottom: 40px;
}

.operateCase_box2 .img_box .img img {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
}

.team_box1 {
    background: #2e859c;
}

.team_box1 h1 {
    font-size: 28px;
    color: #ffffff;
    font-weight: bold;
    padding: 35px 0;
}

.team_box2 .item_box {
    overflow: hidden;
    margin-top: 85px;
}

.team_box2 .item {
    width: 50%;
    float: left;
    margin-bottom: 60px;
}

.team_box2 .item .con_box {
    padding-right: 70px;
}

.team_box2 .item:nth-of-type(2n) .con_box {
    padding-right: 0;
    padding-left: 70px;
}

.team_box2 .item .img {
    float: left;
    width: 210px;
    height: 210px;
    line-height: 0;
    text-align: center;
    border: 6px solid #2e859c;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.team_box2 .item .text {
    margin-left: 210px;
    padding-left: 40px;
}

.team_box2 .item:nth-of-type(1) .text, .team_box2 .item:nth-of-type(2) .text {
    min-height: 255px;
}

.team_box2 .item .text h2 {
    color: #333333;
    font-size: 28px;
    padding-top: 20px;
    padding-bottom: 15px;
}

.team_box2 .item .text span {
    display: block;
    padding-bottom: 10px;
}

.team_box2 .item .text span, .team_box2 .item .text span a {
    color: #2e859c;
    font-size: 17px;
    font-weight: 300;
}

.team_box2 .item .text p {
    font-size: 17px;
    color: #444444;
    font-weight: 300;
}

.team_box3 h2 {
    position: relative;
    font-size: 28px;
    color: #333333;
    padding-bottom: 20px;
    margin-bottom: 60px;
}

.team_box3 h2:before {
    position: absolute;
    content: '';
    width: 560px;
    height: 0;
    background: #2e859c;
    bottom: 0;
    left: 0;
}

.team_box3 .item_box {
    overflow: hidden;
    margin-bottom: 100px;
}

.team_box3 .item {
    width: 31.375%;
    float: left;
    margin-left: 2.9375%;
    line-height: 0;
    margin-bottom: 45px;
    overflow: hidden;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.team_box3 .item:nth-of-type(3n+1) {
    margin-left: 0;
}

.culture_banner {
    line-height: 0;
    text-align: center;
}

.culture_box1 .item_box {
    overflow: hidden;
    padding: 100px 0;
}

.culture_box1 .item {
    width: 25%;
    padding: 0 20px;
    text-align: center;
    float: left;
}

.culture_box1 .item .img {
    line-height: 0;
    margin-bottom: 25px;
}

.culture_box1 .item .text {
    position: relative;
    padding-bottom: 25px;
}

.culture_box1 .item .text:before {
    position: absolute;
    content: '';
    width: 56px;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2e859c;
    margin: auto;
}

.culture_box1 .item h2 {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 15px;
}

.culture_box1 .item p {
    font-size: 17px;
    color: #444444;
    font-weight: 300;
}

.culture_box2 {
    padding: 95px 0 80px;
    background: url("../images/culture_bj.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.culture_box2 h2 {
    text-align: center;
    font-size: 32px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 35px;
}

.culture_box2 .item {
    margin-top: 25px;
    overflow: hidden;
}

.culture_box2 .item .text {
    width: 645px;
    float: left;
    text-align: right;
    position: relative;
    padding-right: 150px;
    padding-left: 20px;
}

.culture_box2 .item .text:before {
    position: absolute;
    content: '';
    width: 53px;
    height: 2px;
    top: 45px;
    right: 92px;
    border-bottom: 2px dashed #e38a16;
}

.culture_box2 .item:nth-of-type(2n) .text:before {
    right: auto;
    left: 92px;
}

.culture_box2 .item:nth-of-type(2n) .text {
    float: right;
    text-align: left;
    padding-right: 20px;
    padding-left: 150px;
}

.culture_box2 .item .img {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 0;
    border: 2px dashed #e38a16;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.culture_box2 .item:nth-of-type(2n) .img {
    right: auto;
    left: 0;
}

.culture_box2 .item h3 {
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 34px;
}

.culture_box2 .item p {
    font-size: 17px;
    color: #ffffff;
    font-weight: 300;
}

.culture_box3 {
    padding: 100px 0;
    text-align: center;
}

.culture_box3 .text {
    margin-bottom: 40px;
}

.culture_box3 .text h2 {
    color: #333333;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
}

.culture_box3 .text p {
    font-size: 24px;
    color: #444444;
}

.culture_box3 .item_box {
    overflow: hidden;
}

.culture_box3 .item {
    width: 33.33%;
    float: left;
    padding: 90px 20px;
    background: #ffa32c;
}

.culture_box3 .item:nth-of-type(2n) {
    background: #2e859c;
}

.culture_box3 .item h3 {
    display: inline-block;
    font-size: 32px;
    color: #ffffff;
    padding-left: 110px;
    text-align: left;
    padding-top: 5px;
    background-repeat: no-repeat;
    background-position: left top;
}

.culture_box3 .item h3 span {
    display: block;
    font-size: 17px;
    font-weight: 300;
    margin-top: 15px;
    padding-bottom: 12px;
}

.culture_box3 .item .t1 {
    background-image: url("../images/culture_ico8.png");
}

.culture_box3 .item .t2 {
    background-image: url("../images/culture_ico9.png");
}

.culture_box3 .item .t3 {
    background-image: url("../images/culture_ico10.png");
}

.receiptInformation_banner {
    line-height: 0;
    text-align: center;
}

.receiptInformation_box .item_box {
    overflow: hidden;
    margin: 120px 0 90px;
}

.receiptInformation_box .item {
    width: 50%;
    float: left;
    padding-left: 80px;
    padding-right: 28px;
    margin-bottom: 56px;
}

.receiptInformation_box .item:nth-of-type(2n) {
    padding-left: 28px;
    padding-right: 80px;
}

.receiptInformation_box .item .con_box {
    min-height: 455px;
    padding: 70px;
    background: #f7f7f7;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.receiptInformation_box .item .img {
    line-height: 0;
    margin-bottom: 85px;
}

.receiptInformation_box .item .text h2 {
    font-size: 38px;
    color: #333333;
    margin-bottom: 45px;
}

.receiptInformation_box .item .text p {
    font-size: 24px;
    color: #333333;
    font-weight: 300;
    line-height: 1.4;
}

.receiptInformation_box .item .text span {
    font-size: 24px;
    color: #2e859c;
    font-weight: 300;
    line-height: 1.4;
}

.receiptInformation_box .item.onlinePayment .imgBox {
    text-align: center;
    overflow: hidden;
}

.receiptInformation_box .item.onlinePayment .imgBox .img {
    width: 50%;
    float: left;
    text-align: center;
    line-height: 0;
    padding: 0 10px;
    margin-bottom: 0;
}

.receiptInformation_box .item.onlinePayment .imgBox .img img {
    border: 3px solid #ffffff;
}

.receiptInformation_box .item.onlinePayment .imgBox .img span {
    display: block;
    font-size: 14px;
    color: #333333;
    line-height: 1.2;
    margin-top: 10px;
}

.receiptInformation_box .item.onlinePayment .text {
    padding-top: 25px;
    text-align: center;
}

.receiptInformation_box .item.onlinePayment .text p {
    font-size: 24px;
    color: #333333;
    font-weight: 300;
    line-height: 1.4;
}

.brand_banner {
    position: relative;
}

.brand_banner .img {
    padding-top: 600px;
    background-repeat: no-repeat;
    background-position: center center;
}

.brand_banner .text {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 10;
}

.brand_banner .text h1 {
    font-size: 46px;
    color: #1a1a1a;
    font-weight: bold;
}

.brand_box1 {
    padding: 130px 0;
    text-align: center;
}

.brand_box1 h2 {
    margin-bottom: 45px;
    font-size: 28px;
    color: #333333;
    font-weight: bold;
}

.brand_box1 p {
    font-size: 17px;
    color: #333333;
    font-weight: 300;
    margin-bottom: 15px;
    text-align: left;
}

.brand_box2 {
    padding: 80px 0 60px;
    background: url("../images/brand_bj.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.brand_box2 h2 {
    font-size: 34px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 60px;
    text-align: center;
}

.brand_box2 .item {
    overflow: hidden;
}

.brand_box2 .item .text {
    width: 640px;
    min-height: 80px;
    float: left;
    position: relative;
    padding-right: 100px;
    padding-bottom: 30px;
    text-align: right;
    background: url("../images/brand_bj3.png") no-repeat top right;
}

.brand_box2 .item:nth-of-type(2n) .text {
    float: right;
    padding-right: 0;
    padding-left: 100px;
    text-align: left;
    background: url("../images/brand_bj3.png") no-repeat top left;
}

.brand_box2 .item:nth-of-type(4) .text {
    background: url("../images/brand_bj4.png") no-repeat top left;
}

.brand_box2 .item .img {
    position: absolute;
    line-height: 0;
    right: 0;
    top: 0;
}

.brand_box2 .item:nth-of-type(2n) .img {
    right: auto;
    left: 0;
}

.brand_box2 .item .text span {
    padding-top: 15px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 15px;
}

.brand_box2 .item .text p {
    font-size: 17px;
    color: #ffffff;
    font-weight: 300;
}

.brand_box3 {
    padding: 140px 0;
    text-align: center;
    background: url("../images/brand_bj2.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.brand_box3 h2 {
    color: #333333;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 65px;
}

.brand_box3 .item_box {
    overflow: hidden;
}

.brand_box3 .item {
    width: 25%;
    float: left;
    padding: 0 50px;
}

.brand_box3 .item .img {
    line-height: 0;
    margin-bottom: 25px;
}

.brand_box3 .item h3 {
    font-size: 20px;
    color: #333333;
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative;
}

.brand_box3 .item h3:before {
    position: absolute;
    content: '';
    width: 60px;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #2e859c;
}

.brand_box3 .item p {
    font-size: 17px;
    color: #444444;
    font-weight: 300;
    line-height: 1.4;
}

.brand_box4 {
    padding: 70px 0 80px;
}

.brand_box4 h2 {
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 35px;
    color: #333333;
}

.brand_box4 table td {
    height: 260px;
    font-size: 20px;
    color: #444444;
    font-weight: 300;
    padding: 0 80px;
    text-align: center;
    border: 1px solid #2e859c;
    background: #ffffff;
    transition: all .3s;
}

.brand_box4 table td:hover {
    color: #ffffff;
    background: #2e859c;
    transition: all .3s;
}

.advantage_banner {
    line-height: 0;
    text-align: center;
}

.advantage_box1 {
    padding: 90px 0;
    text-align: center;
}

.advantage_box1 h2 {
    font-size: 28px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 30px;
}

.advantage_box1 .item_box {
    overflow: hidden;
}

.advantage_box1 .item {
    width: 33.33%;
    position: relative;
    min-height: 600px;
    padding: 0 40px;
    float: left;
}

.advantage_box1 .item .con_box {
    position: absolute;
    bottom: 36px;
    top: 36px;
    left: 40px;
    right: 40px;
    margin: 20px 0;
    padding: 60px 40px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03);
    transition: all .3s;
}

.advantage_box1 .item:hover .con_box {
    top: 0;
    bottom: 0;
    transition: all .3s;
}

.advantage_box1 .item .text {
    min-height: 205px;
    overflow: hidden;
}

.advantage_box1 .item .text h3 {
    font-size: 28px;
    color: #333333;
    margin-bottom: 70px;
}

.advantage_box1 .item .text p {
    font-size: 17px;
    color: #333333;
    font-weight: 300;
}

.advantage_box1 .item .img {
    line-height: 0;
    margin-top: 30px;
}

.advantage_box2 {
    overflow: hidden;
    background: #313131;
}

.advantage_box2 .leftCon {
    width: 480px;
    min-height: 750px;
    float: right;
    padding-top: 135px;
    padding-right: 95px;
    text-align: right;
    background: #2e859c;
}

.advantage_box2 .leftCon h2 {
    font-size: 32px;
    color: #ffffff;
    font-weight: bold;
    padding-bottom: 40px;
    margin-bottom: 25px;
    position: relative;
}

.advantage_box2 .leftCon h2:before {
    position: absolute;
    content: '';
    width: 100px;
    height: 2px;
    bottom: 0;
    right: 0;
    background: #ffffff;
}

.advantage_box2 .leftCon p {
    font-size: 17px;
    color: #ffffff;
    padding-left: 30px;
    font-weight: 300;
    opacity: .54;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.advantage_box2 .rightCon {
    margin-right: 480px;
    padding-right: 175px;
    padding-top: 120px;
}

.advantage_box2 .rightCon .item {
    padding-left: 95px;
    min-height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 25px;
}

.advantage_box2 .rightCon .item1 {
    background-image: url("../images/advantage_ico1.png");
}

.advantage_box2 .rightCon .item2 {
    background-image: url("../images/advantage_ico2.png");
}

.advantage_box2 .rightCon .item3 {
    background-image: url("../images/advantage_ico3.png");
}

.advantage_box2 .rightCon .item4 {
    background-image: url("../images/advantage_ico4.png");
}

.advantage_box2 .rightCon .item h3 {
    font-size: 22px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
}

.advantage_box2 .rightCon .item p {
    font-size: 17px;
    color: #ffffff;
    font-weight: 300;
    margin-top: 15px;
}

.advantage_box3 .container_1600 {
    padding: 0 140px;
}

.advantage_box3 .item {
    overflow: hidden;
    padding: 125px 0;
}

.advantage_box3 .item:nth-of-type(2n) {
    background: #2e859c;
}

.advantage_box3 .item .img_box, .advantage_box3 .item .text_box {
    float: right;
}

.advantage_box3 .item:nth-of-type(2n) .img_box, .advantage_box3 .item:nth-of-type(2n) .text_box {
    float: left;
}

.advantage_box3 .item .img_box {
    line-height: 0;
    width: 40.66666%;
}

.advantage_box3 .item .text_box {
    width: 59.33334%;
    padding: 0 95px;
}

.advantage_box3 .item .text_box h2 {
    font-size: 28px;
    color: #333333;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 30px;
}

.advantage_box3 .item .text_box p {
    font-size: 17px;
    color: #444444;
    font-weight: 300;
    line-height: 1.4;
}

.advantage_box3 .item:nth-of-type(2n) .text_box h2, .advantage_box3 .item:nth-of-type(2n) .text_box p {
    color: #ffffff;
}

.advantage_box3 .item .text_box .t {
    font-size: 17px;
    color: #444444;
    font-weight: 300;
    padding-left: 20px;
    margin-top: 20px;
    position: relative;
}

.advantage_box3 .item .text_box .t:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #2e859c;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 0;
    top: 8px;
}

.join_banner {
    position: relative;
}

.join_banner .img {
    padding-top: 600px;
    background-repeat: no-repeat;
    background-position: center center;
}

.join_banner .text {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 10;
}

.join_banner .text h1 {
    font-size: 46px;
    color: #ffffff;
    font-weight: bold;
}

.join_box1 {
    text-align: center;
    padding: 70px 0 75px;
}

.join_box1 h2 {
    font-size: 24px;
    color: #333333;
    margin-bottom: 45px;
}

.join_box1 .item {
    display: inline-block;
    font-size: 20px;
    color: #2e859c;
    width: 180px;
    height: 58px;
    line-height: 56px;
    border: 1px solid #2e859c;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    cursor: pointer;
    margin: 0 20px;
    transition: all .3s;
}

.join_box1 .item.on, .join_box1 .item:hover {
    background: #2e859c;
    color: #ffffff;
    transition: all .3s;
}

.join_box2 .item_box {
    height: 0;
    overflow: hidden;
}

.join_box2 .item_box.on {
    height: auto;
}

.join_box2 .item_box .item {
    background: #f8f8f8;
    overflow: hidden;
    margin-bottom: 85px;
}

.join_box2 .item_box .item .leftCon {
    width: 50%;
    float: left;
    padding: 50px 160px 50px 50px;
}

.join_box2 .item_box .item .leftCon h2 {
    font-size: 24px;
    color: #2e859c;
    margin-bottom: 30px;
}

.join_box2 .item_box .item .leftCon p {
    font-size: 17px;
    color: #444444;
    font-weight: 300;
}

.join_box2 .item_box .item .leftCon a {
    width: 120px;
    height: 40px;
    display: inline-block;
    background: #2e859c;
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    line-height: 40px;
    margin-top: 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.join_box2 .item_box .item .leftCon a:hover {
    background: #2e859c;
}

.join_box2 .item_box .item .rightCon {
    width: 50%;
    float: left;
    position: relative;
}

.join_box2 .item_box .item .rightCon .img {
    padding-top: 70%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.join_box2 .item_box .item .rightCon .text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    overflow: hidden;
}

.join_box2 .item_box .item .rightCon .text .con_box {
    background: rgba(255, 255, 255, .9);
    padding: 40px 100px 40px 25px;
}

.join_box2 .item_box .item .rightCon .text p {
    font-size: 17px;
    color: #444444;
    font-weight: 300;
}

.join_box2 .item_box .item:nth-of-type(2n) .leftCon, .join_box2 .item_box .item:nth-of-type(2n) .rightCon {
    float: right;
}

.join_box2 .item_box .item:nth-of-type(2n) .leftCon {
    padding-left: 110px;
    padding-right: 80px;
}

.join_box2 .item_box .item:nth-of-type(2n) .rightCon .text .con_box {
    padding-left: 220px;
    padding-right: 55px;
}

/*email*/
.join_form {
    position: fixed;
    background: #ffffff;
    width: 600px;
    height: 532px;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -266px;
    padding: 30px;
    z-index: 100000;
    display: none;
}

.join_form .close_joinForm {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    font-size: 26px;
    display: block;
    cursor: pointer;
    background: #6f6f6f;
    color: #ffffff;
}

.join_form form h2 {
    font-size: 16px;
    margin-top: 20px;
}

.join_form form p {
    font-size: 30px;
    color: #000000;
}

.join_form .info {
    width: 100%;
    margin-top: 20px;
    position: relative;
}

.join_form .info span {
    font-size: 16px;
    color: #a5a5a5;
    line-height: 40px;
}

.join_form .label_control {
    position: absolute;
    left: 10px;
    font-size: 16px;
    color: #a5a5a5;
    line-height: 40px;
}

.join_form .tips {
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 40px;
    font-size: 14px;
    color: #ff0000;
}

.join_form input[type="text"] {
    width: 100%;
    height: 40px;
    font-size: 16px;
    color: #a5a5a5;
    text-indent: 10px;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    border: 1px solid #dddddd;
}

.join_form input[type="file"] {
    width: 100%;
    height: 40px;
    font-size: 16px;
    color: #a5a5a5;
    padding-top: 5px;
    padding-left: 10px;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    border: 1px solid #dddddd;
}

.join_form input[type="submit"] {
    width: 155px;
    height: 40px;
    background: #2e859c;
    color: #ffffff;
    border: 0;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    transition: all .3s;
}

.join_form input[type="submit"]:hover {
    background: #2e859c;
    transition: all .3s;
}

.joinForm_bj {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 99999;
    display: none;
}

.weChat_imgBox {
    width: 240px;
    height: 330px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -140px;
    margin-left: -165px;
    z-index: 100000;
    background: #ffffff;
    display: none;
}

.weChat_imgBox .close {
    text-align: right;
    position: relative;
    z-index: 10;
    font-size: 30px;
    cursor: pointer;
}

.weChat_imgBox .close:hover {
    color: #2e859c;
}

.weChat_imgBox .img {
    margin-top: -15px;
}

.weChat_imgBox .text {
    text-align: center;
}

.weChat_imgBj {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 99999;
    display: none;
}

.filingCourseBox1 {
    background: #2e859c;
}

.filingCourseBox1 h1 {
    font-size: 28px;
    color: #ffffff;
    font-weight: bold;
    padding: 35px 0;
}

.filingCourseBox2 {
    background: #f0f0f0;
    padding-top: 60px;
}

.filingCourseBox2 .title {
    text-align: center;
}

.filingCourseBox2 .title h2 {
    font-weight: 500;
    font-size: 24px;
    color: #373d41;
    padding-bottom: 3px;
}

.filingCourseBox2 .title p {
    color: #9b9ea0;
    font-weight: 300;
}

.filingCourseBox2 .itemBox {
    padding-top: 107px;
    padding-bottom: 39px;
    padding-left: 10px;
    overflow: hidden;
}

.filingCourseBox2 .itemBox .item {
    width: 50%;
    position: relative;
    clear: both;
    margin-top: -75px;
}

.filingCourseBox2 .itemBox .item:before {
    position: absolute;
    content: '';
    top: 11px;
    right: -29px;
    width: 59px;
    height: 67%;
    background-image: url("../images/filingCourseBj.png");
    background-repeat: repeat-y;
    background-position: center 0;
    background-size: 10px auto;
}

.filingCourseBox2 .itemBox .item:last-child:before {
    background: none;
}

.filingCourseBox2 .itemBox .item:nth-of-type(2n):before {
    left: -30px;
}

.filingCourseBox2 .itemBox .item:after {
    position: absolute;
    content: '';
    top: 10px;
    right: -12px;
    display: block;
    width: 25px;
    height: 25px;
    background: url("../images/filingCourseYuan.png") 50% no-repeat #f3f3f3;
    background-size: 23px 23px;
    border-radius: 100%;
    overflow: hidden;
    transition: all .3s;
    z-index: 2;
}

.filingCourseBox2 .itemBox .item:hover:after {
    width: 25px;
    height: 25px;
    background-size: 100% 100%;
    transition: all .3s;
}

.filingCourseBox2 .itemBox .item:nth-of-type(2n):after {
    left: -13px;
}

.filingCourseBox2 .itemBox .item:nth-of-type(odd) {
    margin-right: 1px;
    float: left;
}

.filingCourseBox2 .itemBox .item:nth-of-type(2n) {
    margin-left: 1px;
    float: right;
}

.filingCourseBox2 .itemBox .item .conBox {
    height: 158px;
    transition: all .3s;
    padding: 15px 11px 15px 26%;
    margin-bottom: 26px;
    background-size: 115px 100px;
    border: 1px solid hsla(210, 3%, 85%, .7);
    border-radius: 2px;
    position: relative;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: left 15px center;
}

.filingCourseBox2 .itemBox .item:hover .conBox {
    border: 1px solid rgba(233, 138, 16, .7);
    box-shadow: 0 0 15px rgba(233, 138, 16, .3);
}

.filingCourseBox2 .itemBox .item .conBox:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 16px;
    background: url("../images/filingCoursearrow.png") 50% no-repeat;
    background-size: 100% 100%;
    transition: all .3s;
    z-index: 4;
}

.filingCourseBox2 .itemBox .item:hover .conBox:before {
    background-image: url("../images/filingCoursearrow2.png");
}

.filingCourseBox2 .itemBox .item:nth-of-type(odd) .conBox:before {
    top: 15px;
    right: -10px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.filingCourseBox2 .itemBox .item:nth-of-type(2n) .conBox:before {
    width: 11px;
    left: -11px;
    transform: rotate(0);
    -webkit-transform: rotate(0);
}

.filingCourseBox2 .itemBox .item:nth-of-type(odd) .conBox {
    margin-right: 30px;
}

.filingCourseBox2 .itemBox .item:nth-of-type(2n) .conBox {
    margin-left: 30px;
}

.filingCourseBox2 .itemBox .item .text h3 a {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #373d41;
    margin-bottom: 7px;
}

.filingCourseBox2 .itemBox .item .text h3 a:hover {
    color: #2e859c;
}

.filingCourseBox2 .itemBox .item .text p {
    max-height: 38px;
    line-height: 18px;
    font-size: 12px;
    color: #9b9ead;
    overflow: hidden;
    font-weight: 300;
}

.filingCourseBox2 .itemBox .item .text .aBox {
    margin-top: 15px;
}

.filingCourseBox2 .itemBox .item .text .aBox a {
    display: inline-block;
    float: left;
    padding-left: 8px;
    position: relative;
    width: 33.3%;
    height: 22px;
    font-size: 14px;
    color: #373d41;
    padding-right: 5px;
    overflow: hidden;
    white-space: nowrap;
    line-height: 22px;
    text-overflow: ellipsis;
}

.filingCourseBox2 .itemBox .item .text .aBox a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 9px;
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background: #373d41;
    transition: all .3s;
}

.filingCourseBox2 .itemBox .item .text .aBox a:hover {
    color: #2e859c;
}

.filingCourseBox2 .itemBox .item .text .aBox a:hover:before {
    background: #2e859c;
}

.filingCourseBox3 {
    padding: 60px 0;
}

.filingCourseBox3 .title {
    text-align: center;
}

.filingCourseBox3 .title h2 {
    font-weight: 500;
    font-size: 24px;
    color: #373d41;
    padding-bottom: 3px;
}

.filingCourseBox3 .title p {
    color: #9b9ea0;
    font-weight: 300;
}

.filingCourseBox3 .itemBox {
    margin-top: 35px;
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px;
}

.filingCourseBox3 .itemBox .item {
    width: 33.33%;
    float: left;
    padding: 0 10px;
}

.filingCourseBox3 .itemBox .item .textBox {
    overflow: hidden;
    background: hsla(0, 0%, 96%, .7);
}

.filingCourseBox3 .itemBox .item .text {
    width: 96px;
    height: 96px;
    float: left;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.filingCourseBox3 .itemBox .item .text h3 {
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    margin-top: 61px;
}

.filingCourseBox3 .itemBox .item .aBox {
    overflow: hidden;
    padding: 18px 10px 0;
}

.filingCourseBox3 .itemBox .item .aBox a {
    width: 50%;
    float: left;
    padding: 0 10px;
    line-height: 30px;
    color: #373d41;
    font-size: 14px;
    font-weight: 300;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.filingCourseBox3 .itemBox .item .aBox a:hover {
    color: #2e859c;
}

.mailBanner {
    overflow: hidden;
    position: relative;
    z-index: 9;
    background: #222222;
}

.mailBanner .text {
    width: 40%;
    float: left;
    padding-top: 12%;
}

.mailBanner .text h2 {
    line-height: 50px;
    font-size: 40px;
    color: #fff;
    overflow: hidden;
}

.mailBanner .text p {
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    overflow: hidden;
    font-weight: 300;
}

.mailBanner .img {
    width: 60%;
    float: left;
    line-height: 0;
    text-align: center;
}

.mailBox1 {
    padding-bottom: 50px;
    margin-top: 30px;
    position: relative;
    z-index: 10;
}

.mailBox1 .title {
    overflow: hidden;
    background: linear-gradient(-118deg, #ffcc66 1%, #2e859c 93%);
    padding: 0 26px;
}

.mailBox1 .title h2 {
    line-height: 72px;
    overflow: hidden;
    font-size: 24px;
    color: #ffffff;
    padding-left: 45px;
    border-bottom: 1px dashed hsla(0, 0%, 100%, .25);
    background: url("../images/mailIco.png") no-repeat left center;
    -webkit-background-size: 30px 36px;
    background-size: 30px 36px;
}

.mailBox1 .title p {
    line-height: 46px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 300;
}

.mailBox1 .itemBox .item {
    width: 33.33%;
    float: left;
    padding: 0 20px 35px;
    text-align: center;
    border-left: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.mailBox1 .itemBox .item:hover {
    position: relative;
    z-index: 2;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
    transition: all .3s;
}

.mailBox1 .itemBox .item:last-child {
    border-right: 1px solid #dddddd;
}

.mailBox1 .itemBox .item .textTop {
    padding-bottom: 15px;
    border-bottom: 1px dashed #bcc1c4;
}

.mailBox1 .itemBox .item .textTop h3 {
    padding-top: 15px;
    height: 45px;
    line-height: 30px;
    font-size: 22px;
    color: #373d41;
}

.mailBox1 .itemBox .item .textTop p {
    line-height: 20px;
    font-size: 14px;
    color: #777f84;
    font-weight: 300;
}

.mailBox1 .itemBox .item .textContent {
    height: 132px;
    margin: 12px 0;
}

.mailBox1 .itemBox .item .textContent p span, .mailBox1 .itemBox .item .textContent p {
    line-height: 33px;
    font-size: 18px;
    color: #373d41;
    font-weight: 300;
}

.mailBox1 .itemBox .item .textContent p span {
    color: #2e859c;
}

.mailBox1 .itemBox .item .textInfo {
    overflow: hidden;
    padding: 12px 24px 15px;
    border-top: 1px dashed #bcc1c4;
    border-bottom: 1px dashed #bcc1c4;
}

.mailBox1 .itemBox .item .textInfo .t {
    width: 50%;
    float: left;
    text-align: left;
    padding-left: 12px;
    position: relative;
}

.mailBox1 .itemBox .item .textInfo .t:before {
    position: absolute;
    content: '鈭�';
    left: 0;
    font-weight: 700;
    font-family: "寰蒋闆呴粦 Light", sans-serif;
}

.mailBox1 .itemBox .item .textInfo .t p {
    font-size: 14px;
    color: #777f84;
    font-weight: 300;
}

.mailBox1 .itemBox .item .textInfo .t p span {
    font-weight: 700;
    font-size: 14px;
    color: #777f84;
}

.mailBox1 .itemBox .item .textInfo .t p span.num {
    color: #373d41;
}

.mailBox1 .itemBox .item .textBot {
    padding: 20px 0 0;
}

.mailBox1 .itemBox .item .textBot p {
    font-size: 18px;
    line-height: 25px;
    color: #2e859c;
}

.mailBox1 .itemBox .item .textBot p span {
    display: inline-block;
    padding-left: 20px;
    position: relative;
    font-size: 36px;
    line-height: 50px;
    color: #2e859c;
}

.mailBox1 .itemBox .item .textBot p span:before {
    position: absolute;
    content: '锟�';
    left: 0;
    top: 10px;
    color: #2e859c;
    font-size: 20px;
    line-height: 1;
}

.mailBox1 .itemBox .item .textBot a {
    display: inline-block;
    width: 128px;
    height: 36px;
    overflow: hidden;
    margin-top: 10px;
    line-height: 36px;
    background: #2e859c;
    text-align: center;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    text-decoration: none;
}

.mailBox1 .itemBox .item .textBot a:hover {
    background: #ffcc66;
}

.mailBox2 {
    border-bottom: 1px solid #d7d8d9;
    background: #fafafa;
}

.mailBox2.active {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    z-index: 50;
}

.mailBox2 .btnCon {
    padding-right: 120px;
    position: relative;
}

.mailBox2 .btnCon .btn {
    text-align: center;
}

.mailBox2 .btnCon .btn a {
    display: inline-block;
    text-decoration: none;
    height: 50px;
    line-height: 50px;
    margin: 0 40px;
    font-size: 14px;
    color: #373d41;
    border-bottom: 3px solid #fafafa;
}

.mailBox2 .btnCon .btn a.on {
    color: #2e859c;
    border-bottom: 3px solid #2e859c;
}

.mailBox2 .btnCon .rightA {
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    height: 50px;
}

.mailBox2 .btnCon .rightA a {
    display: block;
    line-height: 50px;
    width: 100%;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    background: #2e859c;
}

.mailBox2 .btnCon .rightA a:hover {
    background: #ffcc66;
}

.mailBox3, .mailBox4, .mailBox5 {
    background: #fafafa;
    padding-bottom: 60px;
}

#Anchor1, #Anchor2, #Anchor3 {
    height: 100px;
    width: 100%;
    background: #fafafa;
}

.mailBox3 .title, .mailBox4 .title, .mailBox5 .title {
    margin: 50px 0 60px;
    text-align: center;
}

.mailBox3 .title h2, .mailBox4 .title h2, .mailBox5 .title h2 {
    font-size: 23px;
    color: #4d5154;
    margin-bottom: 10px;
}

.mailBox3 .title h2 p, .mailBox4 .title h2 p, .mailBox5 .title h2 p {
    color: #777f84;
    font-size: 16px;
    font-weight: 300;
}

.mailBox3 .itemBox .item {
    width: 33.33%;
    height: 250px;
    float: left;
    text-align: center;
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
}

.mailBox3 .itemBox .item:hover {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(186, 204, 207, .7);
}

.mailBox3 .itemBox .item:nth-of-type(1), .mailBox3 .itemBox .item:nth-of-type(2), .mailBox3 .itemBox .item:nth-of-type(3) {
    border-top: 0;
}

.mailBox3 .itemBox .item:nth-of-type(3n+1) {
    border-left: 0;
}

.mailBox3 .itemBox .item .img {
    line-height: 0;
    margin: 68px auto 0;
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
}

.mailBox3 .itemBox .item:hover .img {
    margin-top: 40px;
}

.mailBox3 .itemBox .item .img img {
    width: 60px;
}

.mailBox3 .itemBox .item h3 {
    font-size: 22px;
    color: #373d41;
    margin-top: 24px;
}

.mailBox3 .itemBox .item .text {
    max-width: 270px;
    margin: 25px auto 0;
    height: 36px;
    overflow: hidden;
    opacity: 0;
    text-align: center;
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
}

.mailBox3 .itemBox .item:hover .text {
    opacity: 1;
    margin-top: 20px;
}

.mailBox3 .itemBox .item .text p {
    font-size: 14px;
    color: #777f84;
    line-height: 20px;
    font-weight: 300;
}

.mailBox4 .itemBox {
    overflow: hidden;
}

.mailBox4 .itemBox .item {
    width: 33.3%;
    float: left;
    height: 260px;
    background-color: #ffffff;
    padding-top: 33px;
    box-sizing: border-box;
    text-align: center;
}

.mailBox4 .itemBox .item .img {
    line-height: 0;
}

.mailBox4 .itemBox .item .img img {
    width: 80px;
}

.mailBox4 .itemBox .item .text {
    padding: 0 15px;
}

.mailBox4 .itemBox .item .text h3 {
    font-size: 19px;
    color: #373d41;
    margin-top: 27px;
    margin-bottom: 10px;
}

.mailBox4 .itemBox .item .text p {
    font-size: 14px;
    color: #777f84;
    line-height: 25px;
    font-weight: 300;
}

.mailBox4 .textBox {
    overflow: hidden;
}

.mailBox4 .textBox .text {
    width: 33.3%;
    float: left;
    padding-top: 45px;
    padding-right: 40px;
    height: 124px;
    overflow: hidden;
}

.mailBox4 .textBox .text h3 {
    padding-left: 15px;
    line-height: 20px;
    font-size: 19px;
    color: #373d41;
    border-left: 4px solid #2e859c;
}

.mailBox4 .textBox .text .t {
    padding-left: 15px;
    margin-top: 10px;
}

.mailBox4 .textBox .text .t p {
    font-size: 14px;
    color: #777f84;
    line-height: 25px;
    font-weight: 300;
}

.mailBox5 .itemBox {
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px;
}

.mailBox5 .itemBox .item {
    width: 50%;
    float: left;
    padding: 0 10px;
}

.mailBox5 .itemBox .item .conBox {
    background: #ffffff;
    border: 1px solid #e0e0e0;
}

.mailBox5 .itemBox .item .imgBox {
    padding: 10px 0 25px;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
}

.mailBox5 .itemBox .item .imgBox:before {
    content: "";
    height: 20px;
    width: 20px;
    border: 1px solid #e0e0e0;
    border-top: 0;
    border-right: 0;
    position: absolute;
    bottom: -11px;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
    background-color: #fff;
}

.mailBox5 .itemBox .item .img {
    line-height: 0;
    text-align: center;
}

.mailBox5 .itemBox .item .img img {
    width: 450px;
}

.mailBox5 .itemBox .item .imgBox h3 {
    text-align: center;
    font-size: 23px;
    color: #373d41;
    margin-top: 4px;
}

.mailBox5 .itemBox .item .textBox {
    padding: 0 10px 30px;
}

.mailBox5 .itemBox .item .textBox .text {
    padding-top: 38px;
    overflow: hidden;
}

.mailBox5 .itemBox .item .textBox .text h3 {
    padding: 0 10px;
    font-size: 19px;
    color: #373d41;
    margin-bottom: 20px;
    font-weight: 300;
}

.mailBox5 .itemBox .item .textBox .text .tBox {
    width: 50%;
    padding: 0 10px;
    float: left;
}

.mailBox5 .itemBox .item .textBox .text .tBox .t {
    background-color: #f9f9f9;
    height: 135px;
    padding: 27px 16px 12px 30px;
    box-sizing: border-box;
}

.mailBox5 .itemBox .item .textBox .text .tBox .t p {
    font-size: 15px;
    line-height: 26px;
    color: #9b9ea0;
    font-weight: 300;
}

.mailBox5 .itemBox .item .textBox .text .tBox:nth-of-type(2n) .t p {
    color: #373d41;
}

.news_content_text ul {
    margin-left: 10px;
}

.Fast_contact {
    height: 265px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -132.5px;
    z-index: 97
}

.Fast_contact ul li.onlineservice_li {
    width: 48px;
    height: 48px;
    position: relative;
    text-align: center;
    margin-bottom: 5px;
    background-color: #2e859c;
    border-radius: 10%;
}

.Fast_contact ul > li.onlineservice_li > a {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-top: 10px;
    vertical-align: middle;
    font-size: 0;
}

.Fast_contact ul > li:hover .onlineservice_tips {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}

.onlineService_qq {
    background-image: url("../images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.Fast_contact ul > li.onlineservice_li > a.onlineService_tel {
    width: 30px;
    height: 30px;
    background-image: url("../images/fastPhone.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.onlineService_whatsApp {
    background-image: url("../images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 -139px;
}

.onlineService_email {
    background-image: url("../images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 -111px;
}

.onlineService_skype {
    background-image: url("../images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 -28px;
}

.onlineService_wechat {
    background-image: url("../images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 -203px;
}

.for_wechat span {
    display: block;
    text-align: center;
}

.onlineservice_tips {
    padding: 5px 8px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: absolute;
    right: 58px;
    top: 6px;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transition: all .4s;
    transition: all .4s;
}

.onlineservice_tips li {
    width: auto;
    height: auto;
    white-space: nowrap;
    margin-bottom: 10px;
}
.onlineservice_tips li:last-child{
    margin-bottom: 0;
}

.onlineservice_tips li a {
    display: block;
    min-height: 22px;
    text-align: center;
    line-height: 22px;
    color: #737578;
    font-size: 15px;
}

.onlineservice_tips li span{
    color: #545454;
}
.onlineservice_tips li a.for_wechat {
    height: auto;
}

.onlineservice_tips li a.for_wechat img {
    max-width: 110px;
}

.onlineservice_tips li a:hover {
    text-decoration: underline;
}

.onlineservice_tips:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #ccc;
    border-color: transparent #ccc #ccc transparent;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: -6px;
    top: 10px;
    background-color: #fff;
}

.customize_box1 {
    position: relative;
    height: 400px;
    background: url("../images/932_banner.jpg") no-repeat center;
    text-align: center;
    padding-top: 90px;
}

.customize_box1 p:nth-of-type(1) {
    font-size: 30px;
    color: #fff;
    line-height: 2em;
}

.customize_box1 p:nth-of-type(1) span {
    font-size: 30px;
    color: #2e859c;
}

.customize_box1 h1 {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    line-height: 1.4em;
}

.customize_box1 p:nth-of-type(2) {
    font-size: 26px;
    color: #fff;
    line-height: 2.4em;
}

.customize_box2 {
    position: relative;
    padding-top: 90px;
    padding-bottom: 70px;
    background: url("../images/948_bg.png") repeat center;
}

.customize_box2 .fixed {
    position: absolute;
    left: 0;
    top: 43px;
    width: 100%;
}

.customize_box2 h3 {
    color: #333333;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 5px;
}

.customize_box2 h4 {
    font-size: 26px;
    color: #333333;
    font-weight: 300;
    line-height: 1.2em;
    margin-bottom: 10px;
}

.customize_box2 p {
    font-size: 17px;
    color: #444444;
    font-weight: 300;
    line-height: 1.4em;
}

.customize_box2 .items {
    display: flex;
    flex-wrap: wrap;
    width: 845px;
    margin-top: 25px;
}

.customize_box2 .items .item {
    width: 235px;
    margin-right: 30px;
    font-size: 17px;
    color: #444444;
    font-weight: bold;
    margin-bottom: 10px;
}

.customize_box2 .items .item span {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    width: 18px;
    line-height: 18px;
    border-radius: 50%;
    background: #2e859c;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
}

.customize_box3 {
    padding: 40px;
}

.customize_box3 h3 {
    font-weight: bold;
    line-height: 1.2em;
    text-align: center;
}

.customize_box3 .items {
    display: flex;
    margin-top: 60px;
    justify-content: space-between;
}

.customize_box3 .items .item {
    width: 24%;
    padding-top: 65px;
    height: 323px;
    background: #2e859c;
    text-align: center;
    border-radius: 10px;
}

.customize_box3 .items .item .img {
    line-height: 0;
    margin-bottom: 8px;
}

.customize_box3 .items .item p:nth-of-type(1) {
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 15px;
}

.customize_box3 .items .item p:nth-of-type(2) {
    font-size: 13px;
    color: #fff;
    font-weight: 300;
    line-height: 18px;
    padding: 0 15px;
}

.customize_box4 .tip {
    height: 260px;
    padding-top: 48px;
    background: url("../images/1016_bg.jpg") no-repeat center;
    text-align: center;
}

.customize_box4 .tip .info1 {
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    line-height: 1.1em;
    margin-bottom: 15px;
}

.customize_box4 .tip .info2 {
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    line-height: 1.4em;
    max-width: 920px;
    margin: auto;
}

.customize_box4 h3 {
    font-weight: bold;
    line-height: 1.2em;
    color: #333;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}

.customize_box4 .img {
    line-height: 0;
}

.customize_box4 .items {
    display: flex;
    flex-wrap: wrap;
    padding-top: 15px;
    justify-content: space-between;
}

.customize_box4 .items .item {
    width: 23%;
    text-align: center;
    margin-bottom: 50px;
}

.customize_box4 .items .item p {
    font-size: 16px;
    color: #333;
    margin-top: 10px;
}

.customize_box5 {
    padding-bottom: 40px;
}

.customize_box5 .tip {
    height: 98px;
    display: flex;
    align-items: center;
    background: url("../images/1057_bg.jpg") no-repeat center;
}

.customize_box5 .tip span {
    font-size: 30px;
    color: #fff;
    margin-left: 60px;
}

.customize_box5 .tip a.more {
    display: block;
    font-size: 18px;
    color: #fff;
    width: 170px;
    line-height: 46px;
    text-align: center;
    background: #2e859c;
    border: 1px solid #2e859c;
}

.customize_box5 h3 {
    font-weight: bold;
    text-align: center;
    color: #333;
    text-align: center;
    margin-top: 42px;
    margin-bottom: 5px;
}

.customize_box5 p {
    font-size: 28px;
    color: #333;
    text-align: center;
}

.customize_box5 .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 20px;
}

.customize_box5 .items .item {
    position: relative;
    width: 23.5%;
    margin-bottom: 30px;
}

.customize_box5 .items .item .img {
    line-height: 0;
}

.customize_box5 .items .item .info {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    align-self: center;
    text-align: center;
    position: absolute;
    flex-wrap: wrap;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    transform: scale(0);
    transition: all .3s;
}

.customize_box5 .items .item:hover .info {
    transform: scale(1);
}

.customize_box5 .items .item .info p {
    width: 100%;
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
}

.customize_box5 .items .item .info a.learn {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    width: 100px;
    line-height: 32px;
    border: 1px solid #fff;
}

.customize_box5 .items .item .info a.learn:hover {
    border: 1px solid #2e859c;
    background: #2e859c;
}

.customize_box5 a.iwant {
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 47px;
    width: 270px;
    background: #2e859c;
    margin: auto;
    border: 1px solid #2e859c;
}

.customize_box6 {
    padding-top: 45px;
    padding-bottom: 85px;
    background: #eaeaea;
}

.customize_box6 h3 {
    font-weight: bold;
    text-align: center;
    color: #333;
    text-align: center;
    margin-bottom: 60px;
}

.customize_box6 .img {
    line-height: 0;
    text-align: center;
}

.customize_box7 {
    display: flex;
    align-items: center;
    height: 200px;
    background: #2e859c;
}

.customize_box7 h3 {
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    line-height: 1.4em;
}

.customize_box7 p {
    font-size: 18px;
    color: #fff;
    line-height: 1.4em;
}

.customize_box7 a.more {
    display: inline-block;
    font-size: 17px;
    color: #2e859c;
    width: 290px;
    line-height: 58px;
    text-align: center;
    border: 1px solid #fff;
    background: #fff;
    margin-top: 35px;
}

.customize_box7 a.more:hover {
    background: #2e859c;
    color: #fff;
}

.customize_box7 .right {
    text-align: right;
}

.website_content1 {
    display: flex;
    align-items: center;
    align-self: center;
    align-content: center;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
    background: url("../images/1329_banner.jpg") no-repeat center;
    height: 400px;
    overflow: hidden;
}

.website_content1 h2 {
    font-size: 26px;
    color: #fff;
    line-height: 2em;
    width: 100%;
}

.website_content1 h1 {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    line-height: 1.2em;
    width: 100%;
}

.website_content1 span {
    display: inline-block;
    font-size: 27px;
    color: #fff;
    padding: 0 50px;
    line-height: 46px;
    background: #2e859c;
    border-radius: 30px;
    margin-top: 10px;
}

.website_content2 {
    padding-top: 45px;
}

.website_content2 h3 {
    margin-bottom: 50px;
}

.website_content2 .info .line:nth-of-type(1), .website_content2 .info .line:nth-of-type(2) {
    margin-bottom: 45px;
}

.website_content2 .line p:nth-of-type(1) {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 12px;
}

.website_content2 .line p:nth-of-type(2) {
    font-size: 16px;
    font-weight: 300;
    color: #444444;
    line-height: 1.4em;
}

.website_content2 .right {
    padding-left: 15px;
}

.website_content2 .bot {
    padding-top: 25px;
    padding-right: 25px;
}

.website_content2 .bot .line p:nth-of-type(2) {
    font-size: 17px;
}

.website_content2 .tip {
    position: relative;
    background: #2e859c;
    text-align: right;
    padding-top: 90px;
    padding-bottom: 160px;
}

.website_content2 .tip:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    width: 200px;
    height: 100%;
    background: #2e859c;
}

.website_content2 .tip h3 {
    display: inline-block;
    color: #fff;
    text-align: right;
    max-width: 285px;
}

.website_content2 .tip h3 span {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    display: block;
}

.website_content2 .tip p {
    font-size: 17px;
    font-weight: 300;
    color: #fff;
    line-height: 1.4em;
    text-transform: uppercase;
    text-align: right;
    max-width: 230px;
    display: inline-block;
}

.website_content2 .container_1600 {
    overflow: hidden;
}

.website_content2 .col_lg_8, .website_content2 .col_lg_16 {
    float: right;
}

.website_content3 {
    padding: 45px 0;
    background: url("../images/1439_bg.jpg") no-repeat center;
}

.website_content3 h3 {
    color: #fff;
    text-align: center;
    margin-bottom: 85px;
}

.website_content3 .items {
    display: flex;
    justify-content: space-between;
}

.website_content3 .item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    align-self: center;
    width: 195px;
    height: 195px;
    border: 4px solid #2e859c;
    border-radius: 50%;
}

.website_content3 .item .img {
    width: 100%;
    text-align: center;
}

.website_content3 .item p {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    margin-top: 5px;
}

.website_content3 .item:nth-child(odd):after {
    content: '';
    position: absolute;
    left: 89%;
    top: 0;
    width: 100px;
    height: 35px;
    background: url("../images/1434_icon2.png") no-repeat center;
    background-size: cover;
}

.website_content3 .item:nth-child(even):after {
    content: '';
    position: absolute;
    left: 89%;
    bottom: 0;
    width: 100px;
    height: 35px;
    background: url("../images/1432_icon1.png") no-repeat center;
    background-size: cover;
}

.website_content3 .item:nth-last-of-type(1):after {
    display: none;
}

.website_content4 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.website_content4 h3 {
    margin-bottom: 35px;
    text-align: center;
}

.website_content4 .items {
    display: flex;
    justify-content: space-between;
}

.website_content4 .items .item {
    width: 22%;
}

.website_content4 .items .item .tit {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 75px;
    background: #2e859c;
    border-radius: 10px;
    margin-bottom: 30px;
}

.website_content4 .items .item p {
    font-size: 16px;
    color: #2a2a2a;
    line-height: 1.4em;
    font-weight: 300;
    padding: 0 15px;
}

.website_content5 {
    padding-bottom: 45px;
    padding-top: 50px;
    background: #fbfbfb;
}

.website_content5 h3 {
    text-align: center;
}

.website_content5 p {
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}

.website_content5 h4 {
    font-size: 24px;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 20px;
}

.website_content5 .items {
    display: flex;
    background: linear-gradient(to right, #fcdcb0, #2e859c);
}

.website_content5 .items .item {
    position: relative;
    width: 16.66%;
    line-height: 58px;
    font-size: 18px;
    text-align: center;
}

.website_content5 .items .item:after {
    content: '';
    position: absolute;
    right: 0;
    top: 5px;
    width: 48px;
    height: 48px;
    border: 3px solid transparent;
    border-top-color: #fff;
    border-right-color: #fff;
    transform: rotate(45deg);
}

.website_content5 .items .item:nth-last-of-type(1):after {
    display: none;
}

.website_content5 .items_img {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.website_content5 .items_img .img {
    line-height: 0;
    width: 48%;
    margin-bottom: 25px;
    text-align: center;
}

.website_content5 .img {
    text-align: center;
}

.website_content5 .info {
    margin-top: 30px;
}

.website_content6 {
    padding-top: 40px;
    padding-bottom: 30px;
}

.website_content6 h3 {
    text-align: center;
}

.website_content6 p {
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}

.website_content6 .items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 45px;
}

.website_content6 .items .item {
    display: flex;
    align-self: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    width: 23%;
    height: 117px;
    padding: 0 20px;
    background: #eeeeee;
    text-align: center;

    margin-bottom: 36px;
}

.website_content6 .items .item p {
    display: none;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}

.website_content6 .items .item .tip {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
}

.website_content6 .items .item i {
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #000;
}

.website_content6 .items .item i:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -1px;
    margin-top: -6px;
    width: 2px;
    height: 12px;
    background: #000;
}

.website_content6 .items .item i:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -6px;
    margin-top: -1px;
    width: 12px;
    height: 2px;
    background: #000;
}

.website_content6 .items .item:hover {
    background: #2e859c;
}

.website_content6 .items .item:hover .tip, .website_content6 .items .item:hover i {
    display: none;
}

.website_content6 .items .item:hover p {
    display: block;
}

.website_content7 {
    padding-top: 45px;
    background: #fbfbfb;
}

.website_content7 h3 {
    text-align: center;
}

.website_content7 p {
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}

.website_content7 .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.website_content7 .items .item {
    width: 32%;
    text-align: center;
    margin-bottom: 40px;
}

.website_content7 .items .item p:nth-of-type(1) {
    font-size: 20px;
    font-weight: 400;
}

.website_content7 .items .item p:nth-of-type(2) {
    font-weight: 300;
    margin-top: 10px;
}

.website_content7 .row {
    margin-top: 40px;
}

.website_content8 {
    padding-bottom: 45px;
}

.website_content8 .content {
    background: #2e859c;
    margin-bottom: 60px;
}

.website_content8 .tip {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 200px;
}

.website_content8 .tip .info {
    font-size: 28px;
    color: #fff;
    line-height: 1.6em;
    max-width: 555px;
}

.website_content8 .tip a.more {
    display: block;
    width: 290px;
    font-size: 17px;
    color: #2e859c;
    line-height: 57px;
    text-align: center;
    background: #fff;
    border: 1px solid #fff;
}

.website_content8 .tip a.more:hover {
    color: #fff;
    background: #2e859c;
}

.website_content8 h3 {
    text-align: center;
}

.website_content8 p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4em;
    text-align: center;
}

.website_content8 .line {
    margin-top: 35px;
}

.website_content8 .line p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 12px;
    text-align: left;
}

.website_content8 .line .items {
    display: flex;
    justify-content: space-between;
}

.website_content8 .line .items .item {
    position: relative;
    width: 48.5%;
    text-align: center;
}

.website_content8 .line .items .item:nth-of-type(1):after {
    content: '';
    position: absolute;
    left: 101.5%;
    top: 41%;
    width: 21px;
    height: 15px;
    background: url("../images/1626_icon.png") no-repeat center;
}

.website_content8 .line .items .item p {
    margin-top: 10px;
    font-weight: 400;
    text-align: center;
}

.website_content8 .line .items .item .img {
    box-shadow: 0px 0px 9px 0px rgba(20, 20, 47, .2);
}

.website_content8 a.learn {
    display: block;
    font-size: 16px;
    color: #fff;
    width: 265px;
    line-height: 46px;
    text-align: center;
    background: #2e859c;
    border: 1px solid #2e859c;
    margin: auto;
    margin-top: 50px;
}

.website_content8 a.learn:hover {
    background: #fff;
    color: #2e859c;
}

.website_content9 {
    background: #f6f6f6;
    padding-top: 50px;
    padding-bottom: 20px;
}

.website_content9 .right {
    padding-left: 60px;
    padding-top: 20px;
}

.website_content9 h3 {
    font-size: 28px;
    color: #333;
    line-height: 1.4em;
    margin-bottom: 30px;
}

.website_content9 .items {
    display: flex;
    flex-wrap: wrap;
}

.website_content9 .items .item {
    width: 45%;
    font-size: 18px;
    font-weight: 300;
    color: #444;
    line-height: 2.6em;
}

.website_content9 .items .item img {
    vertical-align: middle;
    margin-right: 12px;
}

.website_content10 {
    padding-top: 88px;
    padding-bottom: 64px;
    background: url("../images/1651_img.jpg") no-repeat center;
    background-size: cover;
}

.website_content10 h3 {
    font-size: 28px;
    color: #fff;
    text-align: center;
    margin-bottom: 34px;
}

.website_content10 .input {
    position: relative;
    margin-bottom: 20px;
}

.website_content10 form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.website_content10 .input.w33 {
    width: 32%;
}

.website_content10 .input.w100 {
    width: 100%;
}

.website_content10 .input.w70 {
    width: 68%;
}

.website_content10 .input.w30 {
    width: 30%;
}

.website_content10 .input input[type=text], .website_content10 .input textarea {
    width: 100%;
    height: 52px;
    color: #626262;
    font-size: 14px;
    text-indent: 12px;
    border: 0;
    background: rgba(255, 255, 255, .8);
}

.website_content10 .input textarea {
    height: 88px;
    padding-top: 10px;
    resize: none;
}

.website_content10 .form {
    padding: 0 23px;
}

.website_content10 .input .Varify_img {
    position: absolute;
    right: 1px;
    top: 1px;
    height: 50px;
    cursor: pointer;
}

.website_content10 .input .sub {
    width: 100%;
    height: 52px;
    border: 1px solid #2e859c;
    background: #2e859c;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all .3s;
}

.website_content10 .input .sub:hover {
    background: #fff;
    color: #2e859c;
}

.website_content10 .input .tips {
    display: block;
    text-align: right;
    color: red;
}

.customize_box5 .tip a.more:hover, .customize_box5 a.iwant:hover {
    background: #fff;
    color: #2e859c;
}

.google_box1 .img {
    line-height: 0;
    text-align: center;
}

.google_box1 {
    position: relative;
}

.google_box1 .content {
    position: absolute;
    display: flex;
    align-items: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.google_box1 .text1 {
    font-size: 28px;
    color: #fff;
}

.google_box1 .text2 {
    font-size: 18px;
    color: #ffffff;
}

.google_box1 h1 {
    font-size: 38px;
    color: #fff;
    font-weight: bold;
    margin: 15px 0;
}

.google_box1 h1 span {
    font-size: 38px;
    color: #fff;
    font-weight: bold;
    margin-left: 20px;
}

@media (min-width: 1620px) {
    .google_box1 .container_1600 {
        padding-left: 80px;
    }
}

.google_box2 {
    padding-top: 50px;
    padding-bottom: 70px;
}

.google_box2 h3 {
    font-size: 48px;
    color: #212121;
    text-align: center;
    margin-bottom: 10px;
}

.google_box2 p {
    color: #444444;
    font-size: 20px;
    text-align: center;
}

.google_box2 .items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
}

.google_box2 .items .item {
    width: 23%;
    padding: 25px 3px;
    box-shadow: 1.5px 2.598px 18px 0px rgba(0, 0, 0, .1);
    transition: all .3s;
}

.google_box2 .items .item:hover {
    transform: translateY(-10px);
    box-shadow: 1.5px 2.598px 18px 0px rgba(0, 0, 0, .3);
}

.google_box2 .items .item .info {
    padding: 0 20px;
    background: #fff;
}

.google_box2 .items .item .icon {
    text-align: center;
    line-height: 0;
    margin-bottom: 15px;
}

.google_box2 .items .item .text1 {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 28px;
}

.google_box2 .items .item .text2 {
    font-size: 14px;
    color: #444444;
    font-weight: 300;
    line-height: 1.6;
}

.google_box3 {
    padding-top: 48px;
    padding-bottom: 30px;
    background: #2e859c;
    text-align: center;
}

.google_box3 .text1 {
    font-size: 26px;
    color: #fff;
}

.google_box3 .text2 {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    margin: 12px 0;
}

.google_box3 .text3 {
    display: inline-block;
    font-size: 22px;
    color: #2e859c;
    font-weight: bold;
    padding: 10px 30px;
    background: #fff;
    border-radius: 6px;
    cursor: pointer;
}

.google_box4 {
    padding-top: 70px;
    padding-bottom: 35px;
    background: url(../images/1336_bg.png) repeat;
}

.google_box4 .text1 {
    font-size: 24px;
    color: #111111;
    margin-bottom: 14px;
}

.google_box4 .text2 {
    font-size: 15px;
    color: #4a4a4a;
    line-height: 300;
    line-height: 1.6;
    min-height: 60px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.google_box4 .row .col_lg_12:nth-of-type(1) {
    padding-right: 25px;
}

.google_box4 .row .col_lg_12:nth-of-type(2) {
    padding-left: 25px;
}

.google_box4 h3, .google_box5 h3 {
    position: relative;
    font-size: 48px;
    color: #060606;
    text-align: center;
    margin-bottom: 45px;
    padding-bottom: 20px;
}

.google_box4 h3::after, .google_box5 h3::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 110px;
    height: 2px;
    background: #2e859c;
    margin-left: -55px;
}

.google_box5 {
    padding-top: 80px;
    padding-bottom: 70px;
}

.google_box5 .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.google_box5 .items .item {
    width: 30%;
    padding: 40px 10px 40px 32px;
    border: 1px solid #ccc;
    border-left: 6px solid #2e859c;
    transition: all .3s;
}

.google_box5 .items .item:hover {
    transform: translateY(-10px);
}

.google_box5 .items .item .text1 {
    font-size: 24px;
    color: #000000;
    margin-bottom: 16px;
}

.google_box5 .items .item .text2 {
    font-size: 14px;
    color: #444444;
    font-weight: 300;
    line-height: 1.6;
}

.google_box6 {
    padding: 65px 0;
    background: url(../images/1400_bg.png) no-repeat center;
    background-size: cover;
    text-align: center;
}

.google_box6 h3 {
    font-size: 48px;
    color: #000000;
    margin-bottom: 15px;
}

.google_box6 p {
    font-size: 24px;
    color: #575757;
}

.google_box6 .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 25px;
}

.google_box6 .items .item {
    width: 23%;
    padding: 0 15px;
}

.google_box6 .items .item .icon {
    display: inline-block;
    line-height: 0;
    border: 2px solid #2e859c;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 26px;
    transition: all 1.8s;
}

.google_box6 .items .item:nth-of-type(2):hover .icon, .google_box6 .items .item:nth-of-type(3):hover .icon {
    transform: rotate(720deg);
}

.google_box6 .items .item:nth-of-type(1):hover .icon, .google_box6 .items .item:nth-of-type(4):hover .icon {
    transform: rotateY(720deg);
}

.google_box6 .items .item .text1 {
    font-size: 20px;
    color: #444444;
    margin-bottom: 25px;
}

.google_box6 .items .item .text2 {
    font-size: 17px;
    color: #666666;
    line-height: 1.5;
    font-weight: 300;
}

.google_box7 {
    padding: 70px 0;
}

.google_box7 .items {
    display: flex;
    flex-wrap: wrap;
}

.google_box7 .items .item {
    display: flex;
    align-items: center;
    width: 47%;
    padding: 8px;
    border: 1px solid #2e859c;
    margin-bottom: 25px;
}

.google_box7 .items .item:nth-of-type(2n+2) {
    margin-left: 15px;
}

.google_box7 .items .icon {
    line-height: 0;
}

.google_box7 .items .item .text1 {
    font-size: 16px;
    color: #000000;
    font-weight: 300;
}

.google_box7 .items .item .text2 {
    font-size: 14px;
    color: #333333;
    font-weight: 300;
}

.google_box7 h3 {
    font-size: 48px;
    text-align: center;
    color: #000000;
    line-height: 1.5;
    margin-bottom: 50px;
}

.google_box7 .img {
    text-align: center;
}

.google_box8 {
    padding-top: 60px;
    padding-bottom: 35px;
    background: #f8f8f8;
}

.google_box8 h3 {
    font-size: 48px;
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
}

.google_box8 p {
    font-size: 20px;
    color: #575757;
    text-align: center;
}

.google_box8 .img {
    margin-top: 50px;
}

.website_content8.google {
    padding-top: 65px;
    padding-bottom: 0;
}

.website_content8.google .content {
    margin-bottom: 0;
    margin-top: 45px;
}

.website_content8.google h3 {
    font-size: 48px;
    color: #000000;
    font-weight: 400;
}

.website_content8.google .tip .info {
    font-size: 40px;
    max-width: 700px;
}

.website_content8.google .tip a.more {
    font-size: 24px;
    font-weight: bold;
}
.content_add .case_box1 h1 {
    font-size: 48px;
    color: #333333;
    font-weight: 400;
    text-align: center;
    padding: 35px 0;
}

.content_add.case_box2 .item:nth-of-type(4n+1) {
    margin-left: 0;
}

.content_add .case_box1 {
    background: #ffffff;
}

.content_add .case_box2 {
    padding: 36px 0 80px;
}

.content_add .case_box2 .item {
    width: 21.875%;
    margin-bottom: 20px;
    float: left;
    margin-left: 2.1875%;
    position: relative;
    border: 1px solid #e4e4e4;
}

.case_box2 .title {
    text-align: center;
}

.case_box2 .title a {
    border-bottom:2px solid #000;
    padding-bottom: 5px;
    font-size: 48px;
    color: #222121;
    transition: all 0.5s;
}

.case_box2 .title a:hover {
    color: #2e859c;
}

.case_box2 .title h3 {
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 34px;
    color: #686464;
}

.customize_box2 h3, .customize_box3 h3, .customize_box4 h3, .customize_box5 h3, .customize_box6 h3 {
    font-size: 42px;
}

.website_content2 h3, .website_content3 h3, .website_content4 h3, .website_content5 h3, .website_content6 h3, .website_content7 h3, .website_content8 h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4em;
}

.tab_link {
    display: flex;
    background: #fff;
    padding: 8px 20px;
    justify-content: space-between;
    border-bottom: 1px solid #f1eded;
}

.tab_link .item a {
    color: #000;
}

/* 20200213 */
.newsBox {
    background: #eeeeee;
    overflow: hidden;
    padding: 50px 0;
}

.newsBox .container_1600 {
    overflow: hidden;
}

.newsBox .textBox {
    width: 50%;
    float: left;
}

.newsBox .textBox .text {
    width: 600px;
    float: right;
    padding: 30px 60px 30px 30px;
    background: #f57132;
}

.newsBox .textBox .text h2 {
    font-size: 24px;
    color: #ffffff;
}

.newsBox .textBox .text span.time {
    color: #ffffff;
    display: inline-block;
    margin: 20px 0;
}

.newsBox .textBox .text p {
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    line-height: 1.5;
}

.newsBox .textBox .text a {
    display: inline-block;
    margin-top: 30px;
    width: 110px;
    height: 36px;
    background: #ffffff;
    line-height: 36px;
    text-align: center;
    color: #000000;
}

.newsBox .textBox .text a:hover {
    background-color: #000000;
    color: #ffffff;
}

.newsBox .img {
    width: 50%;
    float: left;
    line-height: 0;
    text-align: center;
}

.news_box .online {
    margin: 30px 0 40px;
    padding: 35px 10px 15px;
    text-align: center;
    background: url("/public/static/images/home/zh-cn/onlineBj.jpg") no-repeat center;
    background-size: cover;
}

.news_box .submenu_wrap .online h2 {
    padding-left: 0;
    background: none;
    font-size: 38px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin-bottom: 5px;
}

.news_box .submenu_wrap .online p {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
}

.news_box .submenu_wrap .online a {
    margin-top: 25px;
    display: inline-block;
    width: 136px;
    height: 30px;
    line-height: 30px;
    color: #000000;
    border-radius: 5px;
    background: #ffffff;
}

.news_box .submenu_wrap .online a:hover {
    background: #000;
    color: #ffffff;
}

.onlineBox {
    background: url("/public/static/images/home/zh-cn/onlineBoxBj.jpg") no-repeat center;
    background-size: cover;
    padding-bottom: 70px;
}

.onlineBox .textBox {
    padding: 55px 0 45px;
}

.onlineBox .textBox h2 span {
    font-size: 80px;
    color: #2e859c;
    font-weight: bold;
}

.onlineBox .textBox h2 {
    font-size: 55px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 30px;
}

.onlineBox .textBox h2 em {
    font-size: 55px;
    color: #2e859c;
    font-weight: bold;
}

.onlineBox .textBox p {
    font-size: 20px;
    color: #333333;
}

.onlineBox .textBox p span {
    font-size: 30px;
    color: #ffffff;
    display: inline-block;
    background: #ffb659;
    border: 2px solid #f69a24;
    padding: 2px 10px;
    margin: 0 20px;
    line-height: 1;
    font-weight: bold;
}

.onlineBox .conBox {
    background: #ffffff url("/public/static/images/home/zh-cn/onlineFormBj.jpg") no-repeat right bottom;
    overflow: hidden;
}

.onlineBox .conBox .form {
    width: 62%;
    float: left;
    padding-top: 40px;
}

.onlineBox .conBox .form .info {
    width: 50%;
    float: left;
    padding: 0 20px;
    margin-bottom: 25px;
}

.onlineBox .conBox .form .info:last-child {
    width: 100%;
    text-align: center;
    margin-bottom: 45px;
}

.onlineBox .conBox .form .info span {
    font-size: 16px;
    color: #141414;
    width: 90px;
    text-align: right;
    float: left;
    line-height: 34px;
}

.onlineBox .conBox .form .info .controls {
    margin-left: 90px;
    position: relative;
}

.onlineBox .conBox .form .info .controls input, .onlineBox .conBox .form .info .controls select {
    width: 100%;
    height: 34px;
    border: 1px solid #bfbfbf;
    padding: 0 10px;
}

.onlineBox .conBox .form .info .controls .tips {
    position: absolute;
    right: 0;
    top: 36px;
    font-size: 13px;
    color: #ff0000;
}

.onlineBox .conBox .form .info input[type="submit"] {
    width: 200px;
    height: 55px;
    border: 0;
    background: #2e859c;
    border-radius: 5px;
    display: inline-block;
    margin-top: 30px;
    cursor: pointer;
    font-size: 16px;
    color: #0b0b0b;
    transition: all .3s;
}

.onlineBox .conBox .form .info input[type="submit"]:hover {
    color: #ffffff;
    transition: all .3s;
}

.onlineBox .conBox .text {
    width: 38%;
    float: left;
    padding-top: 85px;
    padding-left: 50px;
}

.onlineBox .conBox .text p {
    font-size: 20px;
    color: #333333;
}

.onlineBox .conBox .text span {
    display: inline-block;
    font-size: 26px;
    color: #333333;
    font-weight: bold;
    margin: 10px 0;
}

.onlineBox .conBox .text h3 {
    font-size: 60px;
    color: #2e859c;
    font-weight: bold;
    margin-left: -35px;
}

.supportBanner {
    overflow: hidden;
    padding-top: 45px;
    background: url("/public/static/images/home/zh-cn/technicalBannreBj.jpg") no-repeat center center;
    background-size: cover;
}

.supportBanner .text {
    width: 50%;
    float: left;
    padding-top: 90px;
    padding-left: 90px;
}

.supportBanner .text h2 {
    font-size: 46px;
    color: #ffffff;
    line-height: 1.2;
    padding-bottom: 45px;
}

.supportBanner .text p {
    font-size: 20px;
    color: #ffffff;
}

.supportBanner .img {
    width: 50%;
    float: left;
    line-height: 0;
    text-align: center;
}

.supportBox1 .title h2 {
    text-align: center;
    padding: 100px 0 45px;
    font-size: 46px;
    color: #333333;
}

.supportBox1 .itemBox {
    overflow: hidden;
    padding-bottom: 65px;
}

.supportBox1 .itemBox .item {
    width: 33.33%;
    float: left;
    text-align: center;
    padding: 0 20px;
}

.supportBox1 .itemBox .item .img {
    line-height: 0;
    padding-bottom: 30px;
}

.supportBox1 .itemBox .item .text h3 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    padding-bottom: 20px;
}

.supportBox1 .itemBox .item .text p {
    font-size: 16px;
    color: #333333;
}

.supportBox2 {
    padding-top: 80px;
    overflow: hidden;
    background: url("/public/static/images/home/zh-cn/technicalBj1.jpg") no-repeat top center;
}

.supportBox2 .title h2 {
    text-align: center;
    padding-bottom: 15px;
    font-size: 46px;
    color: #333333;
}

.supportBox2 .title p {
    font-size: 20px;
    color: #333333;
    text-align: center;
}

.supportBox2 .itemBox {
    padding: 75px 0;
    overflow: hidden;
}

.supportBox2 .itemBox .item {
    width: 25%;
    float: left;
    padding: 0 10px;
    text-align: center;
}

.supportBox2 .itemBox .img {
    line-height: 0;
    padding-bottom: 10px;
}

.supportBox2 .itemBox .text h3 {
    font-size: 18px;
    color: #131313;
    padding-bottom: 20px;
}

.supportBox2 .itemBox .text p {
    font-size: 13px;
    color: #1f1f1f;
}

.supportBox2 .listBox {
    overflow: hidden;
}

.supportBox2 .listBox .list {
    overflow: hidden;
    position: relative;
    margin-bottom: 70px;
    padding: 10px;
}

.supportBox2 .listBox .list .img {
    position: absolute;
    top: 80px;
    right: 0;
    line-height: 0;
}

.supportBox2 .listBox .list:nth-of-type(2n) .img {
    right: auto;
    left: 0;
}

.supportBox2 .listBox .list .text {
    width: 760px;
    min-height: 500px;
    padding: 80px 230px 50px 90px;
    box-shadow: 0 0 10px 0 rgba(1, 1, 1, 0.3);
    background: #ffffff url("/public/static/images/home/zh-cn/technicalBj2.png") no-repeat left center;
}

.supportBox2 .listBox .list:nth-of-type(2n) .text {
    float: right;
    padding: 80px 90px 50px 230px;
    background: #ffffff url("/public/static/images/home/zh-cn/technicalBj3.png") no-repeat right center;
}

.supportBox2 .listBox .list .text h3 {
    font-size: 32px;
    color: #333333;
    padding-bottom: 45px;
}

.supportBox2 .listBox .list .text p {
    font-size: 14px;
    color: #333333;
    padding-bottom: 15px;
}

/* 20200213 *//*20200225*/
.wosBanner {
    position: relative;
}

.wosBanner .img {
    padding-top: 495px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wosBanner .textBox {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}

.wosBanner .textBox .text {
    padding-left: 95px;
}

.wosBanner .textBox .text h1 {
    font-size: 48px;
    color: #151515;
    padding-bottom: 15px;
}

.wosBanner .textBox .text p {
    font-size: 24px;
    color: #151515;
    font-weight: 300;
}

.wosBox1 .conBox {
    overflow: hidden;
    padding-top: 85px;
    position: relative;
    z-index: 2;
}

.wosBox1 .conBox .img {
    width: 50%;
    float: left;
    padding-right: 60px;
    line-height: 0;
}

.wosBox1 .conBox .img img {
    width: 100%;
}

.wosBox1 .conBox .text {
    width: 50%;
    float: left;
    padding-top: 70px;
}

.wosBox1 .conBox .text h2 {
    font-size: 46px;
    color: #333333;
    line-height: 1.2;
}

.wosBox1 .conBox .text p {
    padding-top: 45px;
    font-size: 16px;
    color: #333333;
    font-weight: 300;
    line-height: 1.8;
}

.wosBox2 {
    margin-top: -95px;
    padding-top: 205px;
    background: url("/public/static/images/home/zh-cn/wosBj1.jpg") no-repeat top center;
}

.wosBox2 .title {
    text-align: center;
    padding-bottom: 45px;
}

.wosBox2 .title h2 {
    font-size: 46px;
    color: #333333;
    padding-bottom: 15px;
}

.wosBox2 .title p {
    font-size: 16px;
    color: #333333;
    font-weight: 300;
}

.wosBox2 .itemBox {
    margin-left: -10px;
    margin-right: -10px;
}

.wosBox2 .item {
    width: 33.33%;
    float: left;
    padding: 10px;
}

.wosBox2 .item .conBox {
    text-align: center;
    padding: 35px 60px;
    min-height: 400px;
    background: #ffffff;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.wosBox2 .item .text {
    height: 70px;
    overflow: hidden;
}

.wosBox2 .item .text h3 {
    font-size: 20px;
    color: #333333;
    padding-top: 25px;
    padding-bottom: 5px;
}

.wosBox2 .item .text p {
    font-size: 14px;
    color: #8a8a8a;
}

.wosBox2 .item .t {
    height: 190px;
    margin-top: 20px;
    padding-bottom: 20px;
}

.wosBox2 .item .t p {
    font-size: 16px;
    color: #333333;
    font-weight: 300;
    line-height: 1.6;
}

.wosBox2 .item a {
    width: 140px;
    height: 34px;
    line-height: 34px;
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
    background: #2e859c;
}

.wosBox2 .item a:hover {
    background: #333331;
}

.wosBox3 .title {
    padding: 125px 0 75px;
    text-align: center;
}

.wosBox3 .title h2 {
    font-size: 46px;
    color: #333333;
    line-height: 1.2;
}

.wosBox3 .itemBox {
    display: flex;
    justify-content: space-between;
    padding-bottom: 70px;
}

.wosBox3 .item {
    width: 31%;
    min-height: 230px;
    padding: 50px 20px 0 35px;
    border: 1px solid #eeeeee;
    border-left: 6px solid #2e859c;
}

.wosBox3 .item h3 {
    font-size: 24px;
    color: #000000;
    padding-bottom: 25px;
}

.wosBox3 .item p {
    font-size: 14px;
    color: #444444;
    line-height: 1.6;
    font-weight: 300;
}

.wosBox4 {
    background: #f9f9f9;
}

.wosBox4 .title {
    text-align: center;
    padding: 85px 0 50px;
}

.wosBox4 .title h2 {
    font-size: 46px;
    color: #333333;
    padding-bottom: 15px;
}

.wosBox4 .title p {
    font-size: 16px;
    color: #333333;
    font-weight: 300;
}

.wosBox4 .conBox {
    position: relative;
}

.wosBox4 .conBox .img {
    line-height: 0;
    padding: 100px 0;
    background: url("/public/static/images/home/zh-cn/wos.png") no-repeat 75px center;
}

.wosBox4 .conBox .item {
    position: absolute;
}

.wosBox4 .conBox .item:before {
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    left: 0;
    background: #2e859c;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.wosBox4 .conBox .item p {
    font-size: 16px;
    color: #333333;
    font-weight: 300;
    line-height: 1.6;
}

.wosBox4 .conBox .item1 {
    width: 620px;
    top: 6px;
    right: 50px;
    padding-left: 65px;
}

.wosBox4 .conBox .item1:before {
    bottom: 15px;
}

.wosBox4 .conBox .item2 {
    width: 445px;
    top: 165px;
    right: 102px;
    padding-left: 40px;
}

.wosBox4 .conBox .item2:before {
    top: 20px;
}

.wosBox4 .conBox .item3 {
    width: 445px;
    top: 355px;
    right: 85px;
    padding-left: 40px;
}

.wosBox4 .conBox .item3:before {
    top: 20px;
}

.wosBox4 .conBox .item4 {
    width: 590px;
    top: 535px;
    right: 35px;
    padding-left: 75px;
}

.wosBox4 .conBox .item4:before {
    top: 0;
}

.wosBox5 {
    background: #f9f9f9;
}

.wosBox5 .title {
    padding: 115px 0 50px;
    text-align: center;
}

.wosBox5 .title h2 {
    font-size: 46px;
    color: #333333;
    padding-bottom: 10px;
}

.wosBox5 .title p {
    color: #333333;
    font-size: 16px;
    font-weight: 300;
}

.wosBox5 .itemBox {
    display: flex;
    padding-bottom: 95px;
    justify-content: space-between;
}

.wosBox5 .item {
    text-align: center;
}

.wosBox5 .item .img {
    position: relative;
    line-height: 0;
    padding-bottom: 40px;
}

.wosBox5 .item .img:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 22px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #2e859c;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wosBox5 .item:nth-of-type(2n) .img:before {
    background: #dcdcdc;
}

.wosBox5 .item .text {
    padding-top: 15px;
}

.wosBox5 .item .text h3 {
    font-size: 20px;
    color: #333333;
    padding-bottom: 10px;
}

.wosBox5 .item .text p {
    font-size: 16px;
    color: #333333;
    font-weight: 300;
}

.wosBox6 {
    padding: 45px 0;
    background: url("/public/static/images/home/zh-cn/wosBj2.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wosBox6 .text {
    float: left;
}

.wosBox6 .text h2 {
    font-size: 40px;
    color: #000000;
    padding-bottom: 20px;
}

.wosBox6 .text p {
    font-size: 32px;
    color: #2e859c;
    font-weight: 700;
}

.wosBox6 .a {
    float: right;
    margin-top: 30px;
}

.wosBox6 .a a {
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
    width: 245px;
    height: 55px;
    background: #2e859c;
    line-height: 55px;
    text-align: center;
}

.wosBox6 .a a:hover {
    background: #333331;
}

.wosBox7 .title {
    text-align: center;
    padding-top: 70px;
    padding-bottom: 20px;
}

.wosBox7 .title h2 {
    font-size: 46px;
    color: #000000;
    padding-bottom: 10px;
}

.wosBox7 .title p {
    font-size: 16px;
    color: #333333;
    font-weight: 300;
}

.wosBox7 .itemBox {
    overflow: hidden;
    margin-bottom: 30px;
}

.wosBox7 .item {
    width: 20%;
    float: left;
    line-height: 0;
    margin-bottom: 20px;
    text-align: center;
}

.wosBox8 {
    padding-top: 80px;
    padding-bottom: 25px;
    background: #f9f9f9;
}

.wosBox8 .conBox {
    overflow: hidden;
}

.wosBox8 .img {
    width: 50%;
    float: left;
    line-height: 0;
}

.wosBox8 .text {
    width: 50%;
    float: left;
    padding-left: 75px;
    padding-top: 40px;
}

.wosBox8 .text h2 {
    font-size: 28px;
    color: #333333;
    padding-bottom: 30px;
}

.wosBox8 .text ul li {
    width: 50%;
    float: left;
    margin-bottom: 10px;
    padding-left: 40px;
    background: url("/public/static/images/home/zh-cn/wosIco.png") no-repeat left center;
}

.wosBox8 .text ul li p {
    font-size: 18px;
    color: #333333;
    font-weight: 300;
}

.wosBox9 {
    padding: 80px 0 60px;
    background: url("/public/static/images/home/zh-cn/wosBj3.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wosBox9 .title h2 {
    text-align: center;
    font-size: 28px;
    color: #ffffff;
    padding-bottom: 45px;
}

.wosBox9 .wosForm {
    width: 800px;
    margin: auto;
    overflow: hidden;
}

.wosBox9 .wosForm .info {
    width: 33.33%;
    float: left;
    position: relative;
    padding: 0 10px;
    margin-bottom: 20px;
}

.wosBox9 .wosForm .info.message {
    width: 100%;
    line-height: 0;
}

.wosBox9 .wosForm .info.imgVerifyCode {
    width: 66.66%;
}

.wosBox9 .wosForm .info .label_control {
    position: absolute;
    left: 20px;
    top: 0;
    line-height: 52px;
    color: #626262;
}

.wosBox9 .wosForm .info .tips {
    position: absolute;
    bottom: -15px;
    left: 10px;
    font-size: 13px;
    color: #ff0000;
    line-height: 1;
}

.wosBox9 .wosForm .info .Verify_img {
    position: absolute;
    right: 12px;
    top: 2px;
    height: 48px;
}

.wosBox9 .wosForm .info input[type="text"], .wosBox9 .wosForm .info textarea {
    width: 100%;
    height: 52px;
    border: 0;
    padding: 0 10px;
    background: #d5d5d5;
    color: #626262;
}

.wosBox9 .wosForm .info textarea {
    height: 90px;
    padding: 10px;
    resize: none;
}

.wosBox9 .wosForm .info input[type="submit"] {
    width: 100%;
    height: 52px;
    border: 0;
    background: #2e859c;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    color: #ffffff;
    transition: all .3s;
}

.wosBox9 .wosForm .info input[type="submit"]:hover {
    background: #333331;
    transition: all .3s;
}

/*20200225*/
.index_content1 {
    padding-top: 70px;
    padding-bottom: 115px;
}

.index_content1 h2 {
    font-size: 46px;
    color: #333333;
    text-align: center;
    margin-bottom: 35px;
}

.index_content1 .items {
    display: flex;
    background: #f8f8f8;
    padding: 10px 0;
}

.index_content1 .items .item {
    width: 25%;
    padding: 55px 20px;
    border-right: 1px solid #ccc;
}

.index_content1 .items .item:nth-last-of-type(1) {
    border-right: 0;
}

.index_content1 .items .item .text1 {
    font-size: 24px;
    color: #1b1b1b;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin-bottom: 10px;
}

.index_content1 .items .item .text2 {
    font-size: 16px;
    color: #535353;
    font-weight: 300;
    text-align: center;
    line-height: 1.3;
}

.index_content2 {
    padding-top: 88px;
    padding-bottom: 80px;
    background: #f8f8f8;
}

.index_content2 .content {
    display: flex;
}

.index_content2 .content .info {
    width: 530px;
    padding-left: 40px;
}

.index_content2 .content .info p {
    line-height: 2;
}

.index_content2 .content .img {
    flex: 1;
}

.index_content3 {
    padding-top: 80px;
    padding-bottom: 30px;
}

.index_content3 .content {
    display: flex;
    justify-content: space-between;
}

.index_content3 .content .info {
    width: 445px;
    order: 1;
    padding-top: 20px;
    padding-left: 40px;
}

.index_content3 .content .info p {
    line-height: 1.6;
}

.index_content3 .content .img {
    order: 2;
}

.index_content4 {
    padding-top: 130px;
    padding-bottom: 100px;
    background: #f8f8f8;
}

.index_content4 .content {
    display: flex;
}

.index_content4 .content .info {
    width: 600px;
    padding-left: 60px;
    padding-right: 50px;
}

.index_content4 .content .info p {
    line-height: 1.6;
}

.index_content5 {
    padding-top: 60px;
    padding-bottom: 30px;
}

.index_content5 .content {
    display: flex;
    justify-content: space-between;
}

.index_content5 .content .info {
    order: 1;
    width: 520px;
    padding-left: 40px;
    padding-top: 50px;
}

.index_content5 .content .img {
    order: 2;
}

.index_content2 .content .info h3, .index_content3 .content .info h3, .index_content4 .content .info h3, .index_content5 .content .info h3 {
    font-size: 46px;
    color: #333333;
    line-height: 1.2;
    margin-bottom: 10px;
}

.index_content2 .content .info h4, .index_content3 .content .info h4, .index_content4 .content .info h4, .index_content5 .content .info h4 {
    font-size: 24px;
    color: #000000;
    margin-bottom: 35px;
    line-height: 1.4;
}

.index_content2 .content .info p, .index_content3 .content .info p, .index_content4 .content .info p, .index_content5 .content .info p {
    font-size: 18px;
    color: #000000;
    font-weight: 300;
}

.index_content2 .content .info a.more, .index_content3 .content .info a.more, .index_content4 .content .info a.more, .index_content5 .content .info a.more, .index_content7 a.more {
    display: block;
    width: 140px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    background: #2e859c;
    border: 1px solid #2e859c;
    margin-top: 50px;
}

.index_content2 .content .info a.more:hover, .index_content3 .content .info a.more:hover, .index_content4 .content .info a.more:hover, .index_content5 .content .info a.more:hover, .index_content7 a.more:hover {
    background: #fff;
    color: #2e859c;
}

.index_content6 {
    padding-top: 70px;
    padding-bottom: 75px;
    background: #2a2a2a;
}

.index_content6 .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.index_content6 .content .info {
    width: 740px;
}

.index_content6 .content .info h3 {
    font-size: 45px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 22px;
}

.index_content6 .content .info p {
    font-size: 20px;
    color: #fff;
    line-height: 1.8;
    font-weight: 300;
}

.index_content6 .content a.more {
    display: block;
    width: 290px;
    line-height: 56px;
    text-align: center;
    background: #fff;
    font-size: 24px;
    color: #1d1d1d;
    font-weight: bold;
}

.index_content7 {
    padding-top: 110px;
    padding-bottom: 100px;
    background: url(/public/static/images/home/zh-cn/1625_img5.jpg) no-repeat center;
    background-size: cover;
}

.index_content7 h3 {
    font-size: 46px;
    color: #ffffff;
    margin-bottom: 10px;
    text-align: center;
}

.index_content7 p {
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 1.4;
}

.index_content7 a.more {
    margin: auto;
    margin-top: 25px;
}

.index_content8 {
    padding: 70px 0;
}

.index_content8 .tab_items {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}

.index_content8 .tab_items .item {
    transition: all .3s;
    margin-right: 25px;
    cursor: pointer;
}

.index_content8 .tab_items .item a {
    display: block;
    font-size: 16px;
    color: #868686;
    font-weight: 300;
    line-height: 34px;
    padding: 0 25px;
}

.index_content8 .tab_items .item:hover a, .index_content8 .tab_items .item.on a {
    background: #1b1b1b;
    color: #fff;
}

.index_content8 h3 {
    font-size: 46px;
    color: #333333;
    text-align: center;
    margin-bottom: 28px;
}

.index_content8 .tab_infos .item {
    display: none;
    flex-wrap: wrap;
}

.index_content8 .tab_infos .item.on {
    display: flex;
}

.index_content8 .tab_infos .item .list {
    display: flex;
    width: 30%;
    margin-right: 5%;
    margin-bottom: 40px;
}

.index_content8 .tab_infos .item .list:nth-of-type(3n+3) {
    margin-right: 0;
}

.index_content8 .tab_infos .item .list .time {
    width: 65px;
}

.index_content8 .tab_infos .item .list .time p:nth-of-type(1) {
    font-size: 24px;
    color: #323232;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 8px;
    text-align: right;
}

.index_content8 .tab_infos .item .list .time p:nth-of-type(2) {
    font-size: 13px;
    color: #858585;
    text-align: right;
    font-weight: 300;
}

.index_content8 .tab_infos .item .list .text {
    padding-left: 20px;
    width: 290px;
}

.index_content8 .tab_infos .item .list .text h4 {
    font-size: 18px;
    color: #000000;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 1.4;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.index_content8 .tab_infos .item .list .text p {
    font-size: 14px;
    color: #717171;
    font-weight: 300;
    line-height: 1.7;
    ext-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 46px;
}

.index_box1 .img img {
    margin: auto;
}

.index_content1, .index_content2, .index_content3, .index_content4, .index_content5, .index_content6 {
    overflow: hidden;
}

#cnzz_stat_icon_1274034350 {
    display: none;
}

.links {
    overflow: hidden;
}

.links ul li {
    float: left;
    margin-right: 15px;
    list-style-type: none;
}

.links ul li:nth-of-type(1) {
    margin-right: 0;
}

.links ul li p, .links ul li a {
    color: #999999;
}

.links ul li a:hover {
    color: #ffffff;
}

@media (max-width: 1620px) {
    .about_box2 .item .text {
        width: 630px;
    }

    .about_box3 .item span {
        font-size: 50px;
    }

    .about_box3 .item p {
        font-size: 30px;
    }

    .about_box4 .text_box .text {
        padding-top: 60px;
    }

    .team_box2 .item:nth-of-type(1) .text, .team_box2 .item:nth-of-type(2) .text {
        min-height: 285px;
    }

    .case_box2 .item .text h2 {
        margin-top: 24%;
    }

    .case_box2 .item .text a {
        width: 140px;
        height: 42px;
        line-height: 38px;
        font-size: 16px;
    }

    .receiptInformation_box .item .text h2 {
        font-size: 32px;
        margin-bottom: 25px;
    }

    .receiptInformation_box .item .text p, .receiptInformation_box .item .text span {
        font-size: 20px;
    }

    .receiptInformation_box .item .con_box {
        padding: 50px;
        min-height: 340px;
    }

    .receiptInformation_box .item.onlinePayment .img {
        margin-top: 0;
    }

    .receiptInformation_box .item.onlinePayment .imgBox .img img {
        height: 155px;
    }

    .receiptInformation_box .item.onlinePayment .text p {
        font-size: 20px;
    }

    .service_box1 .item .img {
        padding-bottom: 22px;
    }

    .service_box2 .item_box {
        height: 420px;
    }

    .service_box2 .item_box .item {
        width: 23.1875%;
        height: 280px;
        -webkit-background-size: cover;
        background-size: cover;
    }

    .service_box2 .item_box .item .img {
        margin-top: 55px;
    }

    .service_box2 .item_box .item2 {
        left: 19%;
    }

    .service_box2 .item_box .item3 {
        left: 50%;
        margin-left: -11.59375%;
    }

    .service_box2 .item_box .item4 {
        left: 57.5%;
    }

    .service_box2 .item_box .item5 {
        left: auto;
        right: 0;
    }

    .service_box3 .item_box {
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
    }

    .service_box3 .item_box .item1 {
        top: 127px;
        left: 62px;
    }

    .service_box3 .item_box .item2 {
        top: 235px;
        left: 305px;
    }

    .service_box3 .item_box .item3 {
        top: 135px;
        left: 525px;
    }

    .service_box3 .item_box .item4 {
        top: 215px;
        left: 748px;
    }

    .service_box3 .item_box .item5 {
        top: 80px;
        left: 960px;
    }

    .service_box3 .item_box .item6 {
        top: 205px;
        left: 1215px;
    }

    .service_box4 .item_box1 .item .text, .service_box4 .item_box2 .item .text {
        left: 20px;
        right: 20px;
    }

    .precisionMarketing_box3 .leftCon {
        width: 365px;
        margin-right: 0;
    }

    .websiteCustom_box2 .text_box h2 {
        padding-bottom: 20px;
    }

    .websiteCustom_box2 .text_box .t {
        margin-top: 25px;
    }

    .websiteCustom_box4 .item_box {
        padding-left: 60px;
        padding-top: 60px;
        padding-bottom: 0;
    }

    .websiteCustom_box4 .item {
        margin-top: 20px;
    }

    .websiteOperate_box2 .item_box .ico1 {
        left: 220px;
    }

    .websiteOperate_box2 .item_box .ico2 {
        left: 500px;
    }

    .websiteOperate_box2 .item_box .ico3 {
        left: 780px;
    }

    .websiteOperate_box2 .item_box .ico4 {
        left: 1060px;
    }

    .index_box1 .leftCon .text_box h2 {
        font-size: 30px;
    }

    .index_box1 .leftCon .text_box .item_box .item span i, .index_box1 .leftCon .text_box .item_box .item span {
        font-size: 30px;
    }

    .index_box1 .leftCon .text_box .item_box .item p {
        font-size: 20px;
    }

    .index_box3 .rightCon .text_box {
        left: 20px;
        right: 20px;
    }

    .index_box3 .rightCon .item {
        margin-top: 25px;
    }

    .index_box4 h2 span {
        font-size: 40px;
    }

    .supportBanner .text {
        padding-left: 0;
        padding-right: 30px;
    }

    .wosBanner .textBox .text {
        padding-left: 0;
    }
}

@media (max-width: 1450px) {
    .nav_list > li > a {
        padding: 0 20px;
    }

    .culture_box3 .item h3 {
        padding-left: 90px;
    }

    .advantage_box1 .item {
        padding: 0 20px;
    }

    .advantage_box1 .item .con_box {
        left: 20px;
        right: 20px;
    }

    .advantage_box2 .leftCon {
        width: 365px;
    }

    .advantage_box2 .rightCon {
        margin-right: 365px;
    }

    .advantage_box2 .rightCon .item {
        margin-bottom: 20px;
    }

    .advantage_box3 .item .text_box {
        padding-left: 0;
        padding-right: 40px;
    }

    .advantage_box3 .item .text_box h2 {
        margin-top: 0;
    }

    .advantage_box3 .item:nth-of-type(2n) .text_box {
        padding-left: 40px;
        padding-right: 0;
    }

    .advantage_box3 .item .text_box .t {
        margin-top: 10px;
    }

    .about_box2 .item_box {
        padding: 0 30px;
    }

    .about_box4 .text_box .text {
        padding: 40px 40px 0;
    }

    .about_box4 .text_box .text h2 {
        padding-bottom: 10px;
    }

    .about_box4 .text_box .text .t {
        margin-top: 10px;
    }

    .partner_banner .img, .join_banner .img, .precisionMarketing_banner .img, .brand_banner .img, .websiteCustom_banner .img, .websiteOperate_banner .img {
        padding-top: 395px;
    }

    .team_box2 .item:nth-of-type(1) .text, .team_box2 .item:nth-of-type(2) .text {
        min-height: 260px;
    }

    .team_box2 .item .con_box {
        padding-right: 20px;
    }

    .team_box2 .item:nth-of-type(2n) .con_box {
        padding-left: 20px;
    }

    .team_box2 .item .text {
        padding-left: 30px;
    }

    .team_box2 .item .text h2 {
        font-size: 24px;
    }

    .team_box2 .item .text p {
        font-size: 15px;
    }

    .team_box3 h2 {
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .join_box2 .item_box .item .leftCon, .join_box2 .item_box .item:nth-of-type(2n) .leftCon {
        padding: 40px;
    }

    .join_box2 .item_box .item .leftCon p, .join_box2 .item_box .item .rightCon .text p {
        font-size: 14px;
    }

    .join_box2 .item_box .item .leftCon h2 {
        margin-bottom: 20px;
    }

    .join_box2 .item_box .item .leftCon a {
        margin-top: 30px;
    }

    .receiptInformation_box .item, .receiptInformation_box .item:nth-of-type(2n) {
        padding: 0 20px;
        margin-bottom: 40px;
    }

    .receiptInformation_box .item .text h2 {
        font-size: 28px;
    }

    .receiptInformation_box .item.onlinePayment .text p, .receiptInformation_box .item .text p, .receiptInformation_box .item .text span {
        font-size: 18px;
    }

    .service_box1 .item .img {
        padding-bottom: 19px;
    }

    .service_box2 .item_box {
        height: 365px;
    }

    .service_box2 .item_box .item {
        height: 242px;
    }

    .service_box2 .item_box .item .img img {
        height: 80px;
    }

    .service_box2 .item_box .item .text {
        padding: 15px 65px 0;
    }

    .service_box3 .item_box .item1 {
        top: 110px;
        left: 45px;
    }

    .service_box3 .item_box .item2 {
        top: 200px;
        left: 250px;
    }

    .service_box3 .item_box .item3 {
        top: 115px;
        left: 443px;
    }

    .service_box3 .item_box .item4 {
        top: 180px;
        left: 625px;
    }

    .service_box3 .item_box .item5 {
        top: 60px;
        left: 815px;
    }

    .service_box3 .item_box .item6 {
        top: 175px;
        left: 1020px;
    }

    .service_box4 .item_img {
        padding-right: 85px;
    }

    .websiteCustom_box1 .text {
        padding: 0;
    }

    .websiteCustom_box1 .text p {
        line-height: 1.6;
    }

    .websiteCustom_box4 .item_box {
        padding-top: 35px;
    }

    .websiteOperate_box1 .leftCon .text {
        width: 365px;
        padding-right: 65px;
    }

    .websiteOperate_box2 .item .con_box {
        width: 100%;
        height: 220px;
    }

    .websiteOperate_box2 .item .con_box .show .img img {
        height: 60px;
    }

    .websiteOperate_box2 .item_box {
        padding: 15px 0;
    }

    .websiteOperate_box2 .item_box .ico1 {
        left: 180px;
    }

    .websiteOperate_box2 .item_box .ico2 {
        left: 419px;
    }

    .websiteOperate_box2 .item_box .ico3 {
        left: 660px;
    }

    .websiteOperate_box2 .item_box .ico4 {
        left: 900px;
    }

    .websiteOperate_box3 .text_box .text, .websiteOperate_box4 .text_box .text {
        padding-top: 70px;
    }

    .index_box1 .leftCon .text_box h2 {
        margin-bottom: 15px;
    }

    .index_box3 .rightCon .item .img {
        width: 60px;
    }

    .index_box3 .rightCon .item .text {
        margin-left: 60px;
    }

    .index_box3 .rightCon .text_box h2 {
        margin-bottom: 0;
    }

    .index_box3 .rightCon .item .text p {
        font-size: 14px;
    }

    .website_content2 .tip {
        padding-right: 20px;
    }

    .google_box1 h1, .google_box1 h1 span {
        font-size: 30px;
    }

    .newsBox .img {
        padding-left: 15px;
    }

    .supportBanner .text {
        padding-top: 60px;
    }

    .supportBanner .text p {
        font-size: 18px;
    }
}

@media (max-width: 1220px) {
    .nav_list > li > a {
        padding: 0 10px;
    }

    .culture_box2 .item .text {
        width: 730px;
    }

    .culture_box3 .item {
        padding: 50px 0;
    }

    .culture_box3 .item h3 {
        padding-top: 110px;
        padding-left: 0;
        text-align: center;
        background-position: top center;
    }

    .advantage_box1 .item_box {
        padding-bottom: 20px;
    }

    .advantage_box1 .item {
        width: 100%;
        min-height: auto;
    }

    .advantage_box1 .item .con_box {
        position: inherit;
        left: auto;
        right: auto;
        padding: 40px;
    }

    .advantage_box1 .item .text {
        height: auto;
    }

    .advantage_box1 .item .text h3 {
        margin-bottom: 20px;
    }

    .advantage_box2 .leftCon {
        padding-top: 95px;
    }

    .advantage_box2 .rightCon {
        padding-top: 80px;
        padding-right: 55px;
    }

    .advantage_box3 .container_1600 {
        padding: 0;
    }

    .advantage_box3 .item {
        padding: 50px 0;
    }

    .advantage_box3 .item .img_box, .advantage_box3 .item .text_box {
        width: 100%;
        float: left;
    }

    .advantage_box3 .item .text_box {
        padding-top: 30px;
        padding-right: 0;
    }

    .advantage_box3 .item:nth-of-type(2n) .text_box {
        padding-left: 0;
    }

    .about_box1 {
        padding: 50px 0;
    }

    .about_box1 .text {
        margin-top: 20px;
    }

    .about_box2 .item_box {
        padding: 0;
        background-position: 62px top;
    }

    .about_box2 .item .text {
        width: 100%;
    }

    .about_box2 .item:nth-of-type(2n) .text .t {
        margin-left: 124px;
        padding-left: 55px;
        padding-right: 0;
        margin-right: 0;
        text-align: left;
    }

    .about_box2 .item:nth-of-type(2n) .text span {
        float: left;
    }

    .about_box2 .item:nth-of-type(2n) .text .t:before {
        right: auto;
        left: 0;
    }

    .about_box3 .item span {
        font-size: 36px;
    }

    .about_box3 .item p {
        font-size: 22px;
    }

    .aboutAuthentication h2, .about_box4 .text_box .text h2 {
        font-size: 28px;
    }

    .about_box4 .text_box .text .t p {
        font-size: 15px;
    }

    .partner_box1 {
        padding: 50px 0;
    }

    .partner_box1 .text h2 {
        margin-bottom: 30px;
    }

    .partner_box1 .item_box .item .img {
        margin-bottom: 20px;
    }

    .partner_box1 .item_box .item .img img {
        height: 80px;
    }

    .partner_box3 .item {
        height: 395px;
        padding-top: 90px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .partner_box3 .item .img img {
        height: 60px;
    }

    .partner_box3 .item .text h3 {
        font-size: 24px;
    }

    .partner_box4 .text h2 {
        font-size: 40px;
    }

    .team_box2 .item {
        width: 100%;
    }

    .team_box2 .item:nth-of-type(1) .text, .team_box2 .item:nth-of-type(2) .text {
        min-height: auto;
    }

    .team_box2 .item .con_box {
        padding-right: 0;
    }

    .team_box2 .item:nth-of-type(2n) .con_box {
        padding-left: 0;
    }

    .team_box2 .item .img {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }

    .team_box2 .item .text h2 {
        padding-top: 10px;
    }

    .team_box3 .item {
        margin-bottom: 2.9375%;
    }

    .case_box2 .item .text h2 {
        margin-bottom: 20px;
    }

    .case_detailBox2 .leftCon {
        width: 100%;
    }

    .case_detailBox2 .rightCon {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-top: 10px;
    }

    .case_detailBox2 .leftCon p, .case_detailBox2 .rightCon p, .case_detailBox2 .leftCon p a {
        line-height: 1.6;
    }

    .join_box2 .item_box .item .leftCon, .join_box2 .item_box .item .rightCon {
        width: 100%;
        float: left;
    }

    .join_box2 .item_box .item .rightCon .img {
        padding: 40px 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .join_box2 .item_box .item .rightCon .text {
        position: inherit;
        margin: 40px 0 !important;
    }

    .join_box2 .item_box .item .rightCon .text .con_box, .join_box2 .item_box .item:nth-of-type(2n) .rightCon .text .con_box {
        padding: 40px;
    }

    .receiptInformation_box .item, .receiptInformation_box .item:nth-of-type(2n) {
        width: 100%;
        padding: 0;
    }

    .receiptInformation_box .item .con_box {
        width: 520px;
        min-height: 300px;
        margin: auto;
    }

    .receiptInformation_box .item .img {
        margin-bottom: 55px;
    }

    .service_box1 .item {
        width: 33.333333%;
        margin-bottom: 40px;
    }

    .service_box1 .item .img {
        background: none;
        padding-bottom: 0;
    }

    .service_box1 .item .img img {
        width: 100px;
        border: 3px solid #2e859c;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

    .service_box1 .item .text {
        min-height: 52px;
    }

    .service_box2 {
        padding: 70px 0 40px;
    }

    .service_box2 h2 {
        margin-bottom: 40px;
    }

    .service_box2 .item_box {
        height: auto;
        overflow: hidden;
    }

    .service_box2 .item_box .item {
        position: inherit;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        width: 48%;
        float: left;
        height: auto;
        padding: 20px;
        margin: 0 1% 30px;
        background: #2e859c;
    }

    .service_box2 .item_box .item:nth-of-type(5) {
        width: 98%;
    }

    .service_box2 .item_box .item .con_box {
        border: 2px solid #ffffff;
        padding: 20px 0;
        overflow: hidden;
    }

    .service_box2 .item_box .item .img {
        margin-top: 0;
        width: 115px;
        float: left;
    }

    .service_box2 .item_box .item .text {
        margin-left: 115px;
        text-align: left;
        padding: 27px 0 0;
    }

    .service_box3 .item_box {
        background: none;
        height: auto;
        overflow: hidden;
    }

    .service_box3 .item_box .item {
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        bottom: auto;
        text-align: left;
        width: 33.33%;
        float: left;
        padding-left: 20px;
        margin-bottom: 10px;
        padding-right: 10px;
    }

    .service_box3 .item_box .item:before {
        position: absolute;
        content: '';
        width: 10px;
        height: 10px;
        background: #2e859c;
        left: 0;
        top: 8px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

    .service_box4 .item_box1 .item .text p, .service_box4 .item_box2 .item .text p {
        font-size: 15px;
    }

    .service_box4 .item_img {
        padding-right: 70px;
    }

    .precisionMarketing_box1 h2 {
        margin-bottom: 40px;
    }

    .precisionMarketing_box1 .item {
        padding: 0 15px;
    }

    .precisionMarketing_box1 .item .text h3 {
        font-size: 18px;
    }

    .precisionMarketing_box1 .item .text p {
        font-size: 15px;
    }

    .precisionMarketing_box2 .text_box h2 {
        font-size: 44px;
    }

    .precisionMarketing_box2 .text_box .text h3 {
        font-size: 22px;
    }

    .precisionMarketingCase_box2 .container_1200 {
        padding: 0;
    }

    .brand_box1 {
        padding: 60px 0;
    }

    .brand_box2 .item .text {
        width: 535px;
    }

    .brand_box3 .item {
        padding: 0 10px;
    }

    .brand_box4 table td {
        height: 210px;
        padding: 0 25px;
    }

    .websiteCustom_box2 {
        padding: 80px 0;
    }

    .websiteCustom_box2 .text_box {
        width: 100%;
        text-align: center;
    }

    .websiteCustom_box2 .img_box {
        width: 100%;
        text-align: center;
        margin-top: 50px;
    }

    .websiteCustom_box4 .item .img {
        width: 60px;
    }

    .websiteCustom_box4 .item .img img {
        height: 30px;
    }

    .websiteCustom_box4 .item .text {
        margin-left: 60px;
        padding-top: 0;
    }

    .websiteOperate_box1 .leftCon {
        width: 365px;
        float: right;
    }

    .websiteOperate_box1 .rightCon {
        margin-right: 365px;
        float: none;
        width: auto;
    }

    .websiteOperate_box2 {
        padding: 135px 0;
    }

    .websiteOperate_box2 .item .con_box {
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }

    .websiteOperate_box2 .item .con_box .show p {
        font-size: 20px;
    }

    .websiteOperate_box2 h2 {
        margin-bottom: 50px;
    }

    .websiteOperate_box2 .item_box .ico {
        display: none;
    }

    .websiteOperate_box3 .text_box .text, .websiteOperate_box4 .text_box .text {
        padding: 70px 50px 0;
    }

    .contact_box1 .col_lg_12 {
        width: 100%;
    }

    .contact_box1 .baiduMap {
        height: auto;
    }

    .contact_box1 #map {
        position: inherit;
        width: 100%;
        height: 700px;
        top: auto;
        left: auto;
        margin-top: -50px;
    }

    .solution_box2 .text {
        width: 100%;
    }

    .solution_box2 .text h2 {
        font-size: 30px;
    }

    .solution_box2 .text p {
        font-size: 17px;
    }

    .solution_box3 .item {
        padding-right: 10px;
    }

    .solution_box3 .item:nth-of-type(2n) {
        padding-left: 10px;
    }

    .solution_box3 .item .text {
        padding: 30px 25px 15px;
    }

    .operateCase_box2 .container_1200 {
        padding: 0;
    }

    .index_box1 .leftCon {
        width: 100%;
        padding: 40px 0;
    }

    .index_box1 .leftCon .text_box {
        position: inherit;
        left: 0;
        right: 0;
        margin-top: 0 !important;
    }

    .index_box1 .leftCon .text_box .item_box .item {
        width: 25%;
    }

    .index_box1 .rightCon {
        width: 100%;
    }

    .index_box2 .item .text {
        left: 50px;
        right: 50px;
    }

    .index_box3 .leftCon {
        width: 100%;
    }

    .index_box3 .rightCon {
        width: 100%;
        padding: 0;
    }

    .index_box3 .rightCon .text_box {
        position: inherit;
        margin-top: 0 !important;
        left: auto;
        right: auto;
        padding: 40px;
    }

    .index_box3 .rightCon .text_box h2 {
        text-align: center;
        margin-bottom: 20px;
    }

    .index_box3 .rightCon .item {
        width: 50%;
        float: left;
        padding: 0 20px;
    }

    .index_box3 .rightCon .item .text {
        height: 65px;
    }

    .index_box4 h2 span {
        font-size: 32px;
    }

    .index_box4 p {
        font-size: 18px;
    }

    .footer_box .fast_navigation li.ewm span, .footer_box .fast_navigation li.ewm a {
        font-size: 14px;
    }

    .customize_box1 h1, .customize_box4 .tip .info1 {
        font-size: 50px;
    }

    .website_content3 .item {
        width: 160px;
        height: 160px;
    }

    .website_content3 .item:nth-child(odd):after, .website_content3 .item:nth-child(even):after {
        width: 80px;
        height: 26px;
    }

    .website_content5 .items .item {
        font-size: 16px;
    }

    .website_content5 .items {
        flex-wrap: wrap;
        background: none;
        justify-content: center;
    }

    .website_content5 .items .item {
        width: 23%;
        overflow: hidden;
        line-height: 1.5em;
        padding: 5px 0;
        background: #2e859c;
        color: #fff;
        margin: 0 1%;
        margin-bottom: 10px;
    }

    .website_content5 .items .item:after {
        right: 12px;
        display: none;
    }

    .website_content6 .items .item {
        width: 24%;
        padding: 0 10px;
    }

    .google_box1 h1, .google_box1 h1 span {
        font-size: 20px;
    }

    .google_box1 .text1 {
        font-size: 18px;
    }

    .google_box1 .text2 {
        font-size: 14px;
    }

    .newsBox .textBox .text {
        width: 100%;
        padding: 30px;
    }

    .onlineBox .textBox h2 span {
        font-size: 60px;
    }

    .onlineBox .textBox h2, .onlineBox .textBox h2 em {
        font-size: 42px;
    }

    .onlineBox .textBox p {
        font-size: 18px;
    }

    .onlineBox .textBox p span {
        margin: 0 10px;
        font-size: 24px;
    }

    .onlineBox .conBox .text {
        padding-top: 60px;
        padding-left: 15px;
    }

    .onlineBox .conBox .text p {
        font-size: 18px;
    }

    .onlineBox .conBox .text h3 {
        font-size: 48px;
        margin-left: -30px;
    }

    .supportBanner .text h2 {
        font-size: 36px;
        padding-bottom: 25px;
    }

    .supportBox2 .listBox .list .text {
        padding-right: 420px;
    }

    .supportBox2 .listBox .list:nth-of-type(2n) .text {
        padding-left: 420px;
    }

    .supportBox1 .title h2, .supportBox2 .title h2 {
        font-size: 36px;
    }

    .wosBanner .textBox .text h1 {
        font-size: 40px;
    }

    .wosBanner .textBox .text p {
        font-size: 20px;
    }

    .wosBox1 .conBox .text {
        padding-top: 50px;
    }

    .wosBox1 .conBox .text h2, .wosBox2 .title h2, .wosBox3 .title h2, .wosBox4 .title h2, .wosBox5 .title h2, .wosBox7 .title h2 {
        font-size: 38px;
    }

    .wosBox1 .conBox .text p {
        padding-top: 20px;
    }

    .wosBox2 .item .conBox {
        padding: 35px 15px;
    }

    .wosBox3 .item {
        padding-top: 40px;
    }

    .wosBox3 .item h3 {
        padding-bottom: 15px;
    }

    .wosBox4 .conBox .img {
        text-align: center;
        background-position: center center;
    }

    .wosBox4 .conBox .item {
        position: inherit;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        width: 100%;
        margin-bottom: 15px;
        padding-left: 25px !important;
    }

    .wosBox4 .conBox .item:before {
        top: 3px !important;
    }

    .wosBox5 .item {
        padding: 0 10px;
        width: 16.66666%;
    }

    .wosBox6 .text h2 {
        font-size: 34px;
    }

    .wosBox6 .text p {
        font-size: 28px;
    }

    .wosBox6 .a {
        margin-top: 20px;
    }

    .wosBox6 .a a {
        font-size: 20px;
    }

    .wosBox8 .text {
        padding-left: 0;
    }

    .index_content8 .tab_infos .item .list .text {
        width: 220px;
    }
}

@media (max-width: 992px) {

    .case_box2 .title h3 {
        font-size: 26px;
    }
    .case_box2 .title a {
        font-size: 28px;
    }
    .content_add .case_box2 .item {
        width: 50%;
        margin-left: 0;
        padding: 0 10px;
        margin-bottom: 20px;
    }

    body {
        padding-top: 97px;
    }

    /*绉诲姩绔殣钘忔ā鍧�*/
    .headerTop, .header {
        display: none;
    }

    /*绉诲姩绔ご閮�*/
    .m_header {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #ffffff;
        border-bottom: 1px solid #f0f0f0;
        z-index: 99999;
    }

    .m_header {
        height: 60px;
    }

    .SignIn {
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -20px;
        display: inline-block;
        height: 40px;
        text-align: center;
        line-height: 40px;
        padding: 0 20px;
        color: #333333;
    }

    .logo_box {
        width: 100%;
        text-align: left;
        height: 60px;
        padding-left: 80px;
        line-height: 0;
        font-size: 0;
        zoom: 1;
    }

    .logo_box img {
        height: 100%;
    }

    /*绉诲姩绔彍鍗曟寜閽�*/
    .nav_toggle {
        color: #fff;
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
        transform-origin: 50% 50%;
        position: absolute;
        top: 50%;
        left: 10px;
        margin-top: -13px;
        z-index: 999;
    }

    .nav_toggle {
        cursor: pointer;
        padding: 10px 40px 16px 0;
    }

    .nav_toggle span, .nav_toggle span:before, .nav_toggle span:after {
        cursor: pointer;
        height: 3px;
        width: 40px;
        background: #333333;
        position: absolute;
        display: block;
        content: '';
    }

    .nav_toggle span:before {
        top: -10px;
    }

    .nav_toggle span:after {
        bottom: -10px;
    }

    .nav_toggle span, .nav_toggle span:before, .nav_toggle span:after {
        transition: all 500ms ease-in-out;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
    }

    .nav_toggle.active span {
        background-color: transparent;
    }

    .nav_toggle.active span:before, .nav_toggle.active span:after {
        top: 0;
    }

    .nav_toggle.active span:before {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }

    .nav_toggle.active span:after {
        transform: translateY(-10px) rotate(-45deg);
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        top: 10px;
    }

    /*绉诲姩绔鑸�*/
    .m_header .m_nav {
        display: none;
        position: fixed;
        top: 60px;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #ffffff;
        z-index: 2;
        overflow: auto;
        border-top: 1px solid #f0f0f0;
        margin-top: -1px;
    }

    .m_header .m_nav_list a {
        display: block;
        width: 100%;
        padding: 0 15px;
        line-height: 35px;
        text-align: left;
        font-size: 14px;
        color: #000000;
    }

    .m_header .m_nav_list > li {
        position: relative;
        border-bottom: 1px solid #f0f0f0;
        transition: transform .5s ease;
        transform: matrix(1, -1, 0, 1, 200, 100);
    }

    .m_header .m_nav_list > li > i {
        position: absolute;
        width: 50px;
        height: 36px;
        background: #000;
        top: 0;
        right: 10px;
        z-index: 90;
        background: url("../images/reset/li_click.png") no-repeat 30px 6px;
        transition: all .3s;
    }

    .m_header .m_nav_list > li > i.on {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg);
        transition: all .3s;
    }

    .m_header .m_nav_list > li > a {
        opacity: 0;
    }

    .m_header .m_nav_list .dropdown .dropdown_menu {
        height: 0;
        overflow: hidden;
    }

    .m_header .m_nav_list .dropdown .dropdown_menu.on {
        height: auto;
    }

    .m_header .m_nav_list .dropdown_menu > li {
        border-top: 1px solid #f0f0f0;
        background: #f5f5f5;
    }

    .footer_box .item {
        padding-right: 0;
        padding-left: 20px;
        display: none;
    }

    .footer_box .item:nth-of-type(1) {
        width: 100%;
        padding-left: 0;
        display: block;
    }

    .footer_box .fast_navigation li.ewm .imgBox {
        text-align: center;
    }

    .footer_box .footer_email h2 {
        font-size: 32px;
    }

    .footer_box .fast_navigation h2 {
        font-size: 18px;
    }

    .footer_box .fast_navigation li, .footer_box .fast_navigation li a {
        font-size: 14px;
    }

    .culture_box1 .item p, .culture_box2 .item p, .culture_box3 .item h3 span, .advantage_box1 .item .text p, .advantage_box2 .leftCon p, .advantage_box2 .rightCon .item p, .advantage_box3 .item .text_box p, .advantage_box3 .item .text_box .t, .about_box1 .text p, .about_box2 .item .text span, .about_box2 .item .text .t p, .about_box3 .text p, .partner_box1 .text p, .partner_box1 .item_box .item p, .partner_box2 .item p, .partner_box3 .item .text p, .partner_box4 .text p, .partner_box4 .text p a, .team_box2 .item .text span, .team_box2 .item .text span a, .case_detailBox2 .leftCon p, .case_detailBox2 .rightCon p, .case_detailBox2 .leftCon p a, .service_box1 .item .text p, .service_box2 .item_box .item .text p, .precisionMarketing_box2 .text_box .text p, .precisionMarketing_box3 .rightCon .text p, .precisionMarketingCase_box2 .text p, .precisionMarketingCase_box2 .img_box span, .brand_box1 p, .brand_box2 .item .text p, .brand_box3 .item p, .brand_box4 table td, .websiteCustom_box1 .text p, .websiteCustom_box2 .text_box .t p, .websiteCustom_box3 .text_box p, .websiteCustom_box3 .item_box .item p, .websiteOperate_box1 .rightCon .text p, .websiteOperate_box2 .item .con_box .show p, .websiteOperate_box3 .text_box .text p, .websiteOperate_box4 .text_box .text p, .contact_box1 .item p, .contact_box1 .item a, .contact_box2 .item_box .item, .contact_box3 .info span, .viewpoint_box2 .item .t p, .solution_box2 .text p, .solution_box3 .item .text p, .operateCase_box2 .text p, .operateCase_box2 .img_box span {
        font-size: 14px;
        line-height: 1.6;
    }

    .culture_box3 .text p, .advantage_box2 .rightCon .item h3, .precisionMarketing_box3 .rightCon .text h3, .websiteCustom_box2 .text_box .t h3, .websiteOperate_box1 .rightCon .text h3, .websiteOperate_box3 .text_box .text h2, .websiteOperate_box4 .text_box .text h2, .solution_box3 .item .text h2 {
        font-size: 20px;
    }

    .culture_box3 .item h3, .advantage_box1 .item .text h3, .advantage_box3 .item .text_box h2, .about_box1 h1, .aboutAuthentication h2, .about_box4 .text_box .text h2, .service_box1 h2, .service_box2 h2, .brand_box1 h2, .brand_box2 h2, .brand_box3 h2, .brand_box4 h2, .websiteCustom_box3 .text_box h2, .websiteOperate_box2 h2, .solution_box2 .text h2 {
        font-size: 26px;
    }

    .advantage_box2 .leftCon {
        width: 100%;
        float: left;
        min-height: auto;
        text-align: left;
        background: none;
        padding-top: 60px;
        padding-bottom: 50px;
        padding-right: 0;
    }

    .advantage_box2 .leftCon h2 {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .advantage_box2 .leftCon h2:before {
        left: 0;
        right: auto;
    }

    .advantage_box2 .rightCon {
        width: 100%;
        float: left;
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 40px;
    }

    .advantage_box2 .leftCon h2 {
        font-size: 28px;
    }

    .advantage_box3 .item {
        padding-left: 10px;
        padding-right: 10px;
    }

    .about_box3 {
        margin-top: 50px;
    }

    .about_box3 .item_box {
        padding: 50px 0;
    }

    .about_box4 .img_box, .about_box4 .text_box {
        width: 100%;
    }

    .about_box4 .text_box .text {
        padding: 40px;
    }

    .about_box3 .item p {
        font-size: 18px;
    }

    .partner_banner .img, .join_banner .img, .precisionMarketing_banner .img, .brand_banner .img, .websiteCustom_banner .img, .websiteOperate_banner .img {
        padding-top: 305px;
    }

    .partner_banner .text h1, .join_banner .text h1, .precisionMarketing_banner .text h1, .brand_banner .text h1, .websiteCustom_banner .text h1, .websiteOperate_banner .text h1 {
        font-size: 36px;
    }

    .partner_box1 .text p {
        line-height: 1.6;
    }

    .partner_box1 .item_box .item h3 {
        font-size: 22px;
    }

    .partner_box2 {
        padding: 50px 0;
    }

    .partner_box2 h2 {
        text-align: left;
    }

    .partner_box2 .item {
        width: 100%;
        margin-top: 15px;
    }

    .partner_box2 .item p {
        width: auto;
    }

    .partner_box3 {
        padding: 50px 0;
    }

    .partner_box3 h2 {
        margin-bottom: 40px;
    }

    .partner_box3 .item {
        width: 100%;
        height: auto;
        padding: 40px;
    }

    .partner_box3 .item .text h3 {
        margin-bottom: 10px;
    }

    .partner_box3 .item:nth-of-type(2) {
        background: #2e859c;
    }

    .partner_box4 {
        padding: 120px 0;
    }

    .partner_box4 .text h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .case_box2 {
        padding: 50px 0;
    }

    .case_box2 .item {
        width: 50%;
        margin-left: 0;
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .case_detailBox1 .img {
        padding: 50px 0;
    }

    .case_detailBox2 {
        margin-bottom: 50px;
    }

    .case_detailBox3 {
        margin-bottom: 20px;
    }

    .service_box1 {
        padding: 60px 0 40px;
    }

    .service_box1 h2 {
        margin-bottom: 40px;
    }

    .service_box2 .item_box .item .img {
        width: 95px;
    }

    .service_box2 .item_box .item .img img {
        height: 65px;
    }

    .service_box2 .item_box .item .text {
        margin-left: 95px;
        padding-top: 20px;
    }

    .service_box3 .item_box .item {
        width: 50%;
    }

    .service_box4 {
        padding: 60px 0 40px;
    }

    .service_box4 h2 {
        margin-bottom: 30px;
    }

    .service_box4 .item_box1 .item, .service_box4 .item_box1 .img, .service_box4 .item_box2 .item, .service_box4 .item_box2 .img {
        width: 620px;
        margin: 20px auto;
        float: none;
    }

    .service_box4 .item_box1 .img, .service_box4 .item_box2 .img {
        padding: 0;
    }

    .service_box4 .item_box1 .img img, .service_box4 .item_box2 .img img {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .service_box4 .item_box2 .img img {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .service_box4 .item_img {
        padding: 0;
        text-align: center;
    }

    .precisionMarketing_box1 {
        padding-bottom: 40px;
    }

    .precisionMarketing_box1 .item {
        width: 50%;
    }

    .precisionMarketing_box1 .item .text {
        height: 140px;
        margin-bottom: 20px;
    }

    .precisionMarketing_box1 .item .text h3 {
        margin-bottom: 15px;
    }

    .precisionMarketing_box2 .text_box h2 {
        font-size: 40px;
    }

    .precisionMarketing_box3 .leftCon {
        width: 100%;
        min-height: auto;
        padding-top: 60px;
        padding-right: 0;
        background: none;
    }

    .precisionMarketing_box3 .leftCon h2 {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .precisionMarketing_box3 .leftCon h2 span, .precisionMarketing_box3 .leftCon h2, .precisionMarketing_box3 .leftCon p {
        color: #333333;
        text-align: left;
        width: 100%;
    }

    .precisionMarketing_box3 .leftCon h2:before {
        background: #333333;
        right: auto;
        left: 0;
    }

    .precisionMarketing_box3 .rightCon {
        padding-top: 0;
        width: 100%;
        margin-bottom: 50px;
    }

    .precisionMarketing_box3 .rightCon .text {
        padding-top: 35px;
    }

    .brand_box2 {
        padding: 60px 0 40px;
    }

    .brand_box2 h2 {
        margin-bottom: 30px;
    }

    .brand_box2 .item .text {
        width: 100%;
        padding-right: 0;
        padding-left: 100px;
        background-position: left top;
        text-align: left;
    }

    .brand_box2 .item .img {
        right: auto;
        left: 0;
        top: 0;
    }

    .brand_box3 {
        padding: 80px 0 30px;
    }

    .brand_box3 .item {
        width: 50%;
    }

    .brand_box3 h2 {
        margin-bottom: 40px;
    }

    .brand_box3 .item .img {
        margin-bottom: 10px;
    }

    .brand_box3 .item .text {
        height: 130px;
        margin-bottom: 20px;
    }

    .brand_box3 .item h3 {
        margin-bottom: 20px;
        white-space: nowrap;
    }

    .brand_box4 table td {
        height: 160px;
    }

    .websiteCustom_box1 {
        padding: 40px 0;
    }

    .websiteCustom_box1 .text h2 {
        font-size: 28px;
        line-height: 1.4em;
    }

    .websiteCustom_box3 .text_box {
        padding: 80px 0 0;
    }

    .websiteCustom_box3 .item_box .item .img img {
        height: 100px;
    }

    .websiteCustom_box4 h2 {
        margin-bottom: 30px;
    }

    .websiteCustom_box4 .text_box {
        width: 100%;
    }

    .websiteCustom_box4 .item_box {
        width: 100%;
        padding: 40px;
    }

    .websiteCustom_box4 .item .img {
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }

    .websiteCustom_box4 .item .img img {
        height: auto;
    }

    .websiteCustom_box4 .item .text {
        width: 100%;
        float: left;
        text-align: center;
        margin-left: 0;
    }

    .websiteCustom_box4 .img_box {
        width: 100%;
    }

    .websiteOperate_box1 .leftCon {
        width: 100%;
    }

    .websiteOperate_box1 .leftCon .text {
        width: 100%;
        float: left;
        text-align: left;
        padding: 50px 0 0;
        min-height: auto;
        background: none;
    }

    .websiteOperate_box1 .leftCon .text h2 {
        color: #333333;
        padding-bottom: 20px;
        margin-bottom: 20px;
        font-size: 28px;
    }

    .websiteOperate_box1 .leftCon .text h2 span {
        font-size: 28px;
    }

    .websiteOperate_box1 .leftCon .text h2:before {
        background: #333333;
        left: 0;
        right: auto;
    }

    .websiteOperate_box1 .leftCon .text p {
        width: 100%;
        float: left;
        color: #333333;
    }

    .websiteOperate_box1 .rightCon {
        width: 100%;
        float: left;
        padding: 0 0 50px 0;
        margin: 0;
    }

    .websiteOperate_box1 .rightCon .text {
        margin-top: 30px;
    }

    .websiteOperate_box1 .rightCon .text h3 {
        padding-bottom: 15px;
    }

    .websiteOperate_box2 {
        padding: 80px 0;
    }

    .websiteOperate_box2 h2 {
        margin-bottom: 30px;
    }

    .websiteOperate_box3 {
        background: none;
    }

    .websiteOperate_box4 {
        background: #f9f9f9;
    }

    .websiteOperate_box3 .img_box, .websiteOperate_box3 .text_box, .websiteOperate_box4 .img_box, .websiteOperate_box4 .text_box {
        width: 100%;
        float: left;
    }

    .websiteOperate_box3 .text_box .text, .websiteOperate_box4 .text_box .text {
        padding-top: 30px;
        padding-left: 0;
        padding-right: 0;
    }

    .contact_box2 .col_lg_12 {
        width: 100%;
    }

    .contact_box1 #map {
        height: 600px;
    }

    .contact_box1 .item h3 {
        font-size: 18px
    }

    .contact_box2 .text h2 {
        font-size: 22px;
    }

    .contact_box2 .text p {
        font-size: 18px;
    }

    .solution_box3 .item, .solution_box3 .item:nth-of-type(2n) {
        width: 100%;
        padding: 0;
    }

    .solution_box3 .item .text {
        height: auto;
        padding: 30px 25px;
    }

    .index_box2 .item .text {
        left: 20px;
        right: 20px;
    }

    .index_box2 .item .text h2 {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .index_box2 .item .text p {
        font-size: 14px;
    }

    .index_box3 .rightCon .item {
        padding: 0 10px;
    }

    .join_box1 .item {
        width: 150px;
        height: 48px;
        line-height: 48px;
        margin: 0 10px;
    }

    .mailBox1 {
        margin-top: 0;
    }

    .mailBox1 .itemBox .item {
        width: 100%;
    }

    .mailBox2.active {
        top: 60px;
    }

    .mailBox5 .itemBox .item {
        width: 100%;
    }

    .filingCourseBox2 .itemBox .item {
        width: 80%;
        float: none !important;
        margin: 0 auto !important;
    }

    .filingCourseBox2 .itemBox .item .conBox {
        margin: 0 !important;
    }

    .filingCourseBox2 .itemBox .item:before, .filingCourseBox2 .itemBox .item .conBox:before {
        display: none;
    }

    .filingCourseBox2 .itemBox .item:after {
        display: block;
        position: static;
        height: 36px;
        margin: 10px auto;
        background: url("../images/filingCourseBj.png") repeat-y center;
    }

    .filingCourseBox2 .itemBox .item:nth-last-child(1):after {
        display: none;
    }

    .filingCourseBox3 .itemBox .item {
        width: 100%;
        margin-bottom: 20px;
    }

    .precisionMarketing_box1 .item {
        padding: 0;
    }

    .customize_box1 {
        background: url("../images/854_mimg.png") no-repeat center;
        background-size: contain;
        padding-top: 30%;
        height: auto;
        overflow: hidden;
        clear: both;
    }

    .customize_box1 h1 {
        display: none;
    }

    .customize_box1 p:nth-of-type(1), .customize_box1 p:nth-of-type(1) span {
        display: none;
    }

    .customize_box1 p:nth-of-type(2) {
        display: none;
    }

    .customize_box2 .items {
        width: 100%;
    }

    .customize_box2 .fixed {
        position: static;
        margin-top: 30px;
    }

    .customize_box3 .items {
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .customize_box3 .items .item {
        width: 100%;
        padding-top: 30px;
        height: 230px;
        margin-bottom: 20px;
    }

    .customize_box2, .customize_box3, .customize_box6 {
        padding: 20px 0;
    }

    .customize_box4 .tip .info1 {
        font-size: 35px;
    }


    .customize_box4 .tip .info2 {
        font-size: 18px;
    }

    .customize_box4 .tip {
        height: auto;
        padding-top: 35px;
        padding-bottom: 25px;
    }

    .customize_box4 h3 {
        margin: 20px 0;
    }

    .customize_box4 .items .item {
        width: 49%;
        margin-bottom: 20px;
    }

    .customize_box5 .tip span {
        margin-left: 0;
        font-size: 24px;
    }

    .customize_box5 .tip {
        display: block;
        height: auto;
        padding: 30px 0;
    }

    .customize_box5 .tip a.more {
        width: 100%;
        line-height: 32px;
    }

    .customize_box5 h3 {
        margin-top: 22px;
    }

    .customize_box5 p {
        font-size: 18px;
    }

    .customize_box5 .items .item {
        width: 49%;
        margin-bottom: 10px;
    }

    .customize_box5 .items .item img {
        width: 100%;
    }

    .customize_box5 {
        padding-bottom: 25px;
    }

    .customize_box6 h3 {
        margin-bottom: 20px;
    }

    .customize_box7 .right {
        text-align: left;
    }

    .customize_box7 a.more {
        font-size: 17px;
        width: 188px;
        line-height: 40px;
        margin-top: 10px;
    }

    .customize_box7 h3 {
        font-size: 30px;
    }

    .customize_box7 p {
        font-size: 14px;
    }

    .customize_box7, .website_content9 {
        height: auto;
        padding: 20px 0;
    }

    .website_content9 .right {
        padding-left: 0;
    }

    .website_content1 {
        display: block;
        height: auto;
        padding-top: 26%;
        background: url("../images/1045_mimg.jpg") no-repeat center;
        background-size: contain;
    }

    .website_content2 .right {
        padding-left: 0;
    }

    .website_content1 h1, .website_content1 h2, .website_content1 span {
        display: none;
    }

    .website_content2 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .website_content2 h3, .website_content2 .info .line:nth-of-type(1), .website_content2 .info .line:nth-of-type(2) {
        margin-bottom: 20px;
    }

    .website_content2 .tip {
        padding-left: 20px;
        padding-right: 0;
        text-align: left;
        padding-top: 20px;
        padding-bottom: 30px;
        margin-top: 20px;
    }

    .website_content2 .tip h3 {
        text-align: left;
    }

    .website_content2 .tip p {
        text-align: left;
    }

    .website_content2 .tip:after {
        display: none;
    }

    .website_content2 .container_1600 .container .col_lg_8 {
        padding: 0;
    }

    .website_content3 .items {
        flex-wrap: wrap;
    }

    .website_content3 .items .item:after {
        display: none;
    }

    .website_content3 .item .img {
        width: 50%;
        line-height: 0;
    }

    .website_content3 .items .item {
        width: 100px;
        height: 100px;
    }

    .website_content3 .item p {
        margin-top: 0;
        width: 100%;
        font-size: 12px;
        text-align: center;
    }

    .website_content4 {
        padding: 20px 0;
    }

    .website_content4 h3 {
        margin-bottom: 25px;
    }

    .website_content4 .items {
        flex-wrap: wrap;
    }

    .website_content4 .items .item {
        width: 49%;
        margin-bottom: 20px;
    }

    .website_content4 .items .item .tit {
        font-size: 22px;
        line-height: 45px;
        margin-bottom: 15px;
    }

    .website_content5 h4 {
        margin-top: 0;
    }

    .website_content5 .items_img .img {
        width: 49%;
        text-align: center;
    }

    .website_content5 h4 {
        display: none;
        margin-top: 0;
    }

    .website_content5 .info h4 {
        display: block;
    }

    .website_content5 .items {
        margin-top: 20px;
    }

    .website_content5, .website_content6, .website_content7 {
        padding: 20px 0;
    }

    .website_content6 .items .item {
        width: 49%;
        margin-bottom: 15px;
    }

    .website_content6 .items .item p, .website_content7 p {
        font-size: 12px;
    }

    .website_content7 .items .item p:nth-of-type(1) {
        font-size: 16px;
    }

    .website_content8 .tip {
        flex-wrap: wrap;
    }

    .website_content8 .tip .info {
        width: 100%;
        font-size: 22px;
    }

    .website_content8 .tip {
        height: auto;
        padding: 20px 0;
    }

    .website_content8 .tip a.more {
        width: 200px;
        font-size: 14px;
        line-height: 35px;
        margin-top: 15px;
    }

    .website_content8 {
        padding-bottom: 20px;
    }

    .website_content8 .content {
        margin-bottom: 20px;
    }

    .website_content8 .line .items .item {
        width: 100%;
        margin-bottom: 10px;
    }

    .website_content8 .line .items .item:after {
        display: none;
    }

    .website_content8 .line .items {
        flex-wrap: wrap;
    }

    .website_content8 .line {
        margin-top: 15px;
    }

    .website_content8 a.learn {
        margin-top: 0;
    }

    .google_box1 .text2, .google_box1 h1 {
        width: 400px;
    }

    .google_box2 {
        padding: 30px 0
    }

    .google_box2 p, .google_box6 p, .google_box6 .items .item .text2, .google_box8 p {
        font-size: 16px;
    }

    .google_box2 .items {
        margin-top: 30px;
    }

    .google_box3 {
        padding-top: 30px;
    }

    .google_box3 .text2 {
        font-size: 22px;
    }

    .google_box3 .text1 {
        font-size: 18px;
    }

    .google_box3 .text3 {
        font-size: 16px;
    }

    .google_box4 {
        padding: 30px 0
    }

    .google_box4 .row .col_lg_12:nth-of-type(1), .google_box4 .row .col_lg_12:nth-of-type(2) {
        padding: 0 10px;
    }

    .google_box4 h3, .google_box5 h3 {
        margin-bottom: 25px;
    }

    .google_box4 .text1 {
        font-size: 20px;
    }

    .google_box5 {
        padding: 30px 0;
        padding-bottom: 10px;
    }

    .google_box5 .items .item {
        width: 100%;
        padding: 20px 10px 20px 22px;
        margin-bottom: 20px;
    }

    .google_box6 {
        padding: 30px 0;
    }

    .google_box6 .items .item {
        width: 49%;
        margin-bottom: 20px;
        padding: 0 5px;
    }

    .google_box6 .items .item .icon {
        margin-bottom: 10px;
    }

    .google_box7, .google_box8 {
        padding: 30px 0;
    }

    .google_box8 .img {
        margin-top: 30px;
    }

    .website_content8.google {
        padding-top: 30px;
    }

    .news_box .recommend {
        display: none;
    }

    .onlineBox .textBox h2 span {
        font-size: 48px;
    }

    .onlineBox .textBox h2, .onlineBox .textBox h2 em {
        font-size: 36px;
    }

    .onlineBox .conBox .form {
        width: 100%;
    }

    .onlineBox .conBox .text {
        display: none;
    }

    .supportBanner {
        padding-top: 10px;
    }

    .supportBanner .text {
        width: 100%;
        padding: 30px 0;
    }

    .supportBanner .text h2 {
        padding-bottom: 10px;
    }

    .supportBanner .img {
        width: 100%;
    }

    .supportBanner .img img {
        width: 540px;
    }

    .supportBox1 .itemBox .item {
        padding: 0 10px;
    }

    .supportBox2 .listBox .list .text {
        width: 100%;
        padding: 50px !important;
        min-height: 0;
    }

    .supportBox2 .listBox .list .img {
        position: initial;
        width: 100%;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
    }

    .supportBox2 .listBox .list .img img {
        width: 100%;
    }

    .supportBanner .text h2, .supportBox1 .title h2, .supportBox2 .title h2 {
        font-size: 30px;
    }

    .wosBanner .img {
        padding-top: 380px;
    }

    .wosBanner .textBox .text h1 {
        font-size: 34px;
    }

    .wosBanner .textBox .text p {
        font-size: 16px;
    }

    .wosBox1 .conBox .text h2, .wosBox2 .title h2, .wosBox3 .title h2, .wosBox4 .title h2, .wosBox5 .title h2, .wosBox7 .title h2 {
        font-size: 26px;
    }

    .wosBox1 .conBox .text p, .wosBox2 .item .t p, .wosBox4 .conBox .item p, .wosBox5 .item .text p, .wosBox8 .text ul li p {
        font-size: 14px;
    }

    .wosBox1 .conBox {
        padding-top: 50px;
    }

    .wosBox1 .conBox .text {
        padding-top: 0;
    }

    .wosBox2 {
        padding-top: 145px;
    }

    .wosBox2 .title {
        padding-bottom: 25px;
    }

    .wosBox3 .title {
        padding: 50px 0 30px;
    }

    .wosBox3 .itemBox {
        padding-bottom: 50px;
    }

    .wosBox3 .item {
        padding: 20px 20px 0;
    }

    .wosBox4 .title {
        padding: 50px 0 30px;
    }

    .wosBox4 .conBox .img {
        background: none;
        padding: 0;
        margin-bottom: 15px;
    }

    .wosBox4 .conBox .img img {
        width: 420px;
    }

    .wosBox5 .title {
        padding: 50px 0 30px;
    }

    .wosBox5 .itemBox {
        display: block;
        overflow: hidden;
        padding-bottom: 50px;
    }

    .wosBox5 .item {
        width: 50%;
        float: left;
        margin-bottom: 15px;
    }

    .wosBox5 .item .img {
        width: 100px;
        float: left;
        padding-bottom: 0;
    }

    .wosBox5 .item .img:before {
        display: none;
    }

    .wosBox5 .item .text {
        margin-left: 100px;
        padding-left: 20px;
        padding-top: 28px;
        text-align: left;
    }

    .wosBox6 .text {
        width: 100%;
    }

    .wosBox6 .text h2 {
        padding-bottom: 10px;
        font-size: 28px;
    }

    .wosBox6 .text p {
        font-size: 20px;
    }

    .wosBox6 .a {
        float: left;
    }

    .wosBox6 .a a {
        width: 210px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

    .wosBox7 .title {
        padding-top: 50px;
    }

    .wosBox8 {
        padding-top: 50px;
    }

    .wosBox8 .img {
        padding-right: 20px;
    }

    .wosBox9 .title h2 {
        font-size: 20px;
    }

    .wosBox9 .wosForm {
        width: 100%;
    }

    .wosBox9 .wosForm .info input[type="text"], .wosBox9 .wosForm .info input[type="submit"] {
        height: 40px;
    }

    .wosBox9 .wosForm .info .Verify_img {
        height: 36px;
    }

    .wosBox9 .wosForm .info .label_control {
        line-height: 40px;
    }

    .index_content1, .index_content2, .index_content3, .index_content4, .index_content5, .index_content6, .index_content7, .index_content8 {
        padding: 30px 0;
    }

    .index_content1 h2, .index_content2 .content .info h3, .index_content3 .content .info h3, .index_content4 .content .info h3, .index_content5 .content .info h3, .index_content6 h3, .index_content7 h3, .index_content8 h3, .index_content6 .content .info h3 {
        font-size: 32px;
    }

    .index_content2 .content, .index_content3 .content, .index_content4 .content, .index_content5 .content {
        flex-wrap: wrap;
    }

    .index_content2 .content .img, .index_content3 .content .img, .index_content4 .content .img, .index_content5 .content .img {
        flex: inherit;
        order: inherit;
        width: 100%;
    }

    .index_content2 .content .info, .index_content3 .content .info, .index_content4 .content .info, .index_content5 .content .info {
        flex: inherit;
        order: inherit;
        width: 100%;
        padding-top: 20px;
        padding-left: 0;
        padding-right: 0;
    }

    .index_content2 .content .info a.more, .index_content3 .content .info a.more, .index_content4 .content .info a.more, .index_content5 .content .info a.more, .index_content7 a.more {
        margin-top: 20px;
    }

    .index_content2 .content .info h4, .index_content3 .content .info h4, .index_content4 .content .info h4, .index_content5 .content .info h4 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .index_content2 .content .info p, .index_content3 .content .info p, .index_content4 .content .info p, .index_content5 .content .info p, .index_content6 .content .info p {
        font-size: 15px;
    }

    .index_content7 p {
        font-size: 16px;
    }

    .index_content6 .content {
        flex-wrap: wrap;
    }

    .index_content6 .content .info {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    .index_content6 .content a.more {
        width: 100%;
    }

    .index_content8 .tab_items {
        display: none;
    }

    .index_content8 .tab_infos .item {
        display: none !important;
        flex-wrap: wrap;
    }

    .index_content8 .tab_infos .item:nth-of-type(1) {
        display: flex !important;
    }

    .index_content8 .tab_infos .item .list {
        width: 49%;
        margin-right: 0 !important;
        margin-bottom: 20px;
    }

    .index_content6 .content a.more {
        font-size: 18px;
        line-height: 42px;
    }

    .index_box1 .slick-next {
        right: 10px;
    }

    .index_box1 .slick-prev {
        left: 10px;
    }

    .index_content8 .tab_infos .item .list .text {
        width: 245px;
    }
}

@media (max-width: 767px) {
    .index_content1 h2, .index_content2 .content .info h3, .index_content3 .content .info h3, .index_content4 .content .info h3, .index_content5 .content .info h3, .index_content6 h3, .index_content7 h3, .index_content8 h3, .index_content6 .content .info h3 {
        font-size: 22px;
    }

    .index_content1 .items {
        flex-wrap: wrap;
    }

    .index_content1 .items .item {
        width: 50%;
        border: 1px solid transparent !important;
        padding: 20px 10px;
    }

    .index_content1 .items .item:nth-of-type(1) {
        border-right: 1px solid #ccc !important;
        border-bottom: 1px solid #ccc !important;
    }

    .index_content1 .items .item:nth-of-type(2) {
        border-bottom: 1px solid #ccc !important;
    }

    .index_content1 .items .item:nth-of-type(3) {
        border-right: 1px solid #ccc !important;
    }

    .index_content1 .items .item .text1 {
        font-size: 20px;
    }

    .index_content1 .items .item .text2 {
        font-size: 14px;
    }

    .culture_box1 .item_box {
        padding: 50px 0 0;
    }

    .culture_box1 .item {
        width: 50%;
        margin-bottom: 50px;
    }

    .culture_box1 .item p {
        height: 45px;
    }

    .culture_box2 .item .text {
        width: 100%;
        text-align: left;
        padding-right: 0;
        padding-left: 150px;
    }

    .culture_box2 .item .text:before {
        right: auto;
        left: 92px;
    }

    .culture_box2 .item .img {
        right: auto;
        left: 0;
    }

    .culture_box2 .item:nth-of-type(2n) .text {
        float: left;
        padding-right: 0;
    }

    .culture_box3 .item {
        width: 100%;
        padding: 20px 0;
    }

    .culture_box3 .item h3 {
        font-size: 22px;
        padding-top: 60px;
        -webkit-background-size: 45px 45px;
        background-size: 45px 45px;
    }

    .case_detailBox3 li {
        width: 100%;
        margin-left: 0;
        padding: 10px;
    }

    .join_box1 {
        padding: 60px 0 50px;
    }

    .join_box1 .item {
        width: 100px;
        height: auto;
        margin: 0 10px;
        padding: 10px 15px;
        line-height: 1;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

    .join_box2 .item_box .item {
        margin-bottom: 60px;
    }

    .service_box1 .item {
        width: 50%;
    }

    .service_box2 .item_box .item, .service_box2 .item_box .item:nth-of-type(5) {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .precisionMarketing_box2 .text_box h2 {
        font-size: 36px;
    }

    .precisionMarketingCase_box2 .container_1200 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .websiteOperate_box2 .item {
        width: 33.33%;
        margin-bottom: 20px;
    }

    .contact_box1 #map {
        height: 500px;
    }

    .operateCase_box2 .container_1200 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .index_box3 .rightCon .item {
        width: 100%;
    }

    .index_box3 .rightCon .item .text {
        height: auto;;
    }

    .brand_box4 table {
        border: 0;
        width: 100%;
        min-width: auto;
    }

    .brand_box4 table td {
        width: 100%;
        height: auto;
        padding: 30px 10px;
        margin-bottom: 10px;
        display: block;
    }

    .footer_box .footer_email h2 {
        text-align: center;
    }

    .footer_box .footer_email .info_box {
        width: 350px;
        margin: auto;
        display: block;
    }

    .footer_box .footer_email .info_box .info {
        padding-right: 0;
        height: auto;
        width: 100% !important;
    }

    .footer_box .footer_email .info_box .typeSubmit input[type="submit"] {
        width: 100%;
        font-size: 18px;
        color: #ffffff;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-position: 60% center;
    }

    .mailBanner .text h2 {
        font-size: 20px;
        line-height: 35px;
    }

    .mailBanner .text p {
        font-size: 12px;
        line-height: 16px;
    }

    .mailBanner .text {
        padding-top: 10%;
    }

    .mailBox2 .btnCon .btn a {
        margin: 0 20px;
    }

    .mailBox3 .itemBox .item {
        width: 50%;
    }

    .mailBox3, .mailBox4, .mailBox5 {
        padding-bottom: 0;
    }

    #Anchor1, #Anchor2, #Anchor3 {
        height: 20px;
    }

    .Fast_contact {
        height: auto;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        margin-top: 0;
        z-index: 999;
    }

    .Fast_contact ul li.onlineservice_li {
        width: 50%;
        float: left;
        margin-bottom: 0;
        border-left: 1px solid #ffffff;
    }

    .Fast_contact ul li.onlineservice_li:nth-of-type(1) {
        border-left: 0;
    }

    .onlineservice_tips {
        top: inherit;
        bottom: 120%;
        right: 30px;
    }

    .onlineservice_tips li a.for_wechat img {
        width: 130px;
    }

    .onlineservice_tips:after {
        border-color: transparent transparent #ccc #ccc;
        right: 70%;
        bottom: -5px;
        top: inherit;
    }

    .mailBox3 .itemBox .item {
        border: 0 !important;
    }

    .mailBox3 .itemBox .item:nth-child(odd) {
        border-right: 1px solid #e0e0e0 !important;
    }

    .mailBox3 .itemBox .item {
        border-bottom: 1px solid #e0e0e0 !important;
    }

    .mailBox3 .itemBox .item:nth-child(9) {
        border-bottom: 0 !important;
    }

    .mailBox4 .textBox .text {
        width: 50%;
    }

    .mailBox5 .itemBox .item .textBox .text .tBox {
        width: 100%;
        margin-bottom: 10px;
    }

    .footer_box {
        padding-bottom: 30px;
    }

    .filingCourseBox2 .itemBox .item {
        width: 100%;
    }

    .filingCourseBox2 .itemBox {
        padding-top: 40px;
    }

    .filingCourseBox2 .itemBox .item .text .aBox {
        overflow: hidden;
    }

    .filingCourseBox2 .itemBox .item .conBox {
        background-position: 10px 10px;
        height: auto;
        padding: 150px 10px 10px;
    }

    .mailBox4 .textBox .text {
        padding-right: 45px;
    }

    .advantage_box1 .item .con_box {
        padding: 40px 20px;
    }

    .contact_box1 .item {
        margin-top: 40px;
        padding-top: 40px;
        padding-left: 0px;
    }

    .customize_box4 .tip .info1 {
        font-size: 20px;
    }

    .customize_box4 .tip .info2 {
        font-size: 14px;
    }

    .website_content9 h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .website_content10 h3 {
        font-size: 18px;
    }

    .website_content10 {
        padding: 30px 0;
    }

    .website_content10 .input {
        width: 100% !important;
    }

    .website_content10 .form {
        padding: 0 10px;
    }

    .website_content2 h3, .website_content3 h3, .website_content4 h3, .website_content5 h3, .website_content6 h3, .website_content7 h3, .website_content8 h3 {
        font-size: 22px;
    }

    .website_content2 .line p:nth-of-type(1) {
        font-size: 18px;
    }

    .website_content2 .line p:nth-of-type(2), .website_content2 .bot .line p:nth-of-type(2) {
        font-size: 14px;
    }

    .website_content2 .bot .line {
        margin: 0 -10px;
    }

    .website_content2 .bot {
        padding-right: 0;
    }

    .website_content3 {
        padding: 30px 0;
    }

    .website_content3 h3 {
        margin-bottom: 25px;
    }

    .website_content4 .items .item {
        width: 100%;
    }

    .website_content8 .tip .info {
        font-size: 16px;
    }

    .google_box1 .text2, .google_box1 .text1 {
        display: none;
    }

    .google_box1 h1, .google_box1 h1 span {
        font-size: 16px;
    }

    .google_box1 h1 span {
        margin-left: 0;
        display: block;
        margin-top: 10px;
    }

    .google_box2 h3, .google_box4 h3, .google_box5 h3, .google_box6 h3, .google_box7 h3, .google_box8 h3, .website_content8.google h3, .website_content8.google .tip .info {
        font-size: 22px;
    }

    .google_box2 .items .item {
        width: 49%;
        margin-bottom: 20px;
    }

    .google_box7 .items .item {
        width: 100%;
        margin-left: 0 !important;
    }

    .google_box7 h3 {
        margin-bottom: 30px;
    }

    .newsBox .textBox {
        display: none;
    }

    .newsBox .img {
        width: 100%;
        padding-left: 0;
    }

    .supportBox1 .itemBox .item {
        width: 100%;
    }

    .supportBox1 .itemBox .item .img {
        width: 115px;
        float: left;
    }

    .supportBox1 .itemBox .item .text {
        margin-left: 115px;
        text-align: left;
        padding-left: 10px;
    }

    .supportBox1 .itemBox .item .text h3 {
        padding: 10px 0;
    }

    .supportBox2 .itemBox {
        padding: 50px 0;
    }

    .supportBox2 .itemBox .item {
        width: 50%;
        margin-bottom: 20px;
    }

    .wosBanner .textBox .text h1 {
        font-size: 30px;
    }

    .wosBox2 {
        margin-top: 50px;
        padding-top: 50px;
    }

    .wosBox2 .item {
        width: 50%;
    }

    .wosBox3 .itemBox {
        display: block;
        overflow: hidden;
    }

    .wosBox3 .item {
        width: 100%;
        min-height: 0;
        padding: 20px;
        margin-bottom: 15px;
    }

    .wosBox5 .item .text h3 {
        font-size: 18px;
    }

    .wosBox8 .img {
        display: none;
    }

    .wosBox8 .text {
        width: 100%;
        padding-top: 0;
    }

    .index_content8 .tab_infos .item .list {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 20px;
        flex-wrap: wrap;
    }
    .index_content8 .tab_infos .item .list .time{
        width: 100%;
    }
    .index_content8 .tab_infos .item .list .time p{
        text-align: left !important;
        display: inline-block;
        margin-right: 5px;
    }
    .index_content8 .tab_infos .item .list .text{
        width: 100%;
        padding-left: 0;
    }
}

@media (max-width: 640px) {

    .content_add .case_box2 .item {
        width: 100%;
        padding: 0;
    }

    .footer_box .item {
        width: 100%;
        display: none;
    }

    .footer_box .item:nth-of-type(1) {
        display: block;
    }

    .footer_box .fast_navigation li.ewm {
        text-align: center;
    }

    .footer_box .footer_copyright p span {
        display: block;
    }

    .about_box3 .item {
        padding: 0 10px;
        width: 50%;
        margin-bottom: 30px;
    }

    .partner_banner .img, .join_banner .img, .precisionMarketing_banner .img, .brand_banner .img, .websiteCustom_banner .img, .websiteOperate_banner .img {
        padding-top: 220px;
    }

    .partner_banner .text h1, .join_banner .text h1, .precisionMarketing_banner .text h1, .brand_banner .text h1, .websiteCustom_banner .text h1, .websiteOperate_banner .text h1 {
        font-size: 30px;
    }

    .partner_box1 .text h2, .partner_box2 h2, .partner_box3 h2 {
        font-size: 26px;
    }

    .partner_box1 .item_box .item .img img {
        height: 60px;
    }

    .partner_box1 .item_box .item h3 {
        font-size: 18px;
    }

    .partner_box4 .text h2 {
        font-size: 28px;
    }

    .team_box2 .item .text {
        padding-left: 20px;
    }

    .join_form, .ejectEmail_form {
        width: 80%;
        height: 412px;
        left: 10%;
        top: 80px;
        margin: 0;
        padding: 20px;
    }

    .ejectEmail_form {
        height: 475px;
    }

    .join_form form p, .ejectEmail_form form p {
        font-size: 24px;
    }

    .join_form .info, .ejectEmail_form .info {
        margin-top: 15px;
    }

    .join_form .info span {
        line-height: 1;
    }

    .receiptInformation_box .item_box {
        margin: 60px 0 50px;
    }

    .receiptInformation_box .item .con_box {
        min-height: auto;
        overflow: hidden;
    }

    .receiptInformation_box .item .img {
        margin-bottom: 30px;
    }

    .receiptInformation_box .item.onlinePayment .text p, .receiptInformation_box .item .text p, .receiptInformation_box .item .text span {
        font-size: 15px;
    }

    .receiptInformation_box .item .text h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .receiptInformation_box .item.onlinePayment .img {
        width: 100%;
        text-align: center;
        border: 0;
    }

    .receiptInformation_box .item.onlinePayment .img img {
        border: 6px solid #ffffff;
    }

    .receiptInformation_box .item.onlinePayment .text {
        width: 100%;
        float: left;
        margin-left: 0;
        text-align: center;
        padding-top: 10px;
    }

    .receiptInformation_box .item.onlinePayment .text p {
        font-size: 20px;
    }

    .service_box3 .item_box .item {
        width: 100%;
    }

    .service_box4 .item_box1 .item, .service_box4 .item_box1 .img, .service_box4 .item_box2 .item, .service_box4 .item_box2 .img {
        width: 100%;
    }

    .precisionMarketing_box2 .text_box h2 {
        font-size: 32px;
    }

    .precisionMarketing_box2 .text_box .text h3 {
        font-size: 20px;
    }

    .precisionMarketing_box3 .leftCon h2, .precisionMarketing_box3 .leftCon h2 span {
        font-size: 28px;
    }

    .websiteCustom_box3 .item_box {
        margin-bottom: 35px;
    }

    .websiteCustom_box3 .item_box .item {
        width: 100%;
        margin-bottom: 40px;
    }

    .websiteCustom_box3 .item_box .item .img {
        margin-bottom: 10px;
    }

    .contact_box3 h2:before {
        width: 320px;
    }

    .contact_box1 #map {
        height: 400px;
    }

    .index_box2 {
        margin-bottom: 50px;
        overflow: hidden;
    }

    .index_box2 .item {
        width: 100%;
        padding-top: 100%;
    }

    .index_box2 .item:nth-of-type(2n) {
        padding-top: 50%;
    }

    .index_box1 .leftCon .text_box h2 {
        font-size: 22px;
    }

    .index_box1 .leftCon .text_box .item_box .item {
        width: 50%;
    }

    .index_box1 .leftCon .text_box .item_box .item span i, .index_box1 .leftCon .text_box .item_box .item span {
        font-size: 20px;
    }

    .index_box1 .leftCon .text_box .item_box .item p {
        font-size: 15px;
    }

    .index_box4 {
        padding: 80px 0;
    }

    .index_box4 h2 span {
        font-size: 22px;
    }

    .index_box4 p {
        font-size: 14px;
    }

    .index_box4 a {
        margin-top: 35px;
    }

    .viewpoint_box2 .item .img {
        width: 100%;
    }

    .viewpoint_box2 .item .img img {
        width: 100%;
    }

    .viewpoint_box2 .item .text_box {
        width: 100%;
        margin-left: 0;
        float: left;
        padding: 20px;
    }

    .mailBox4 .itemBox .item {
        width: 100%;
    }

    .website_content9 .items .item {
        width: 49%;
        font-size: 14px;
        line-height: 1.6em;
    }

    .website_content9 .items .item img {
        width: 16px;
        margin-right: 5px;
    }

    .website_content3 .items .item {
        margin: 0 5%;
    }

    .website_content3 .items {
        justify-content: center;
    }

    .website_content5 .items .item {
        font-size: 14px;
    }

    .onlineBox .textBox h2 span {
        font-size: 36px;
    }

    .onlineBox .textBox h2, .onlineBox .textBox h2 em {
        font-size: 30px;
    }

    .onlineBox .conBox .form .info {
        width: 100%;
    }

    .supportBanner .img img {
        width: 320px;
    }

    .index_content8 .tab_infos .item .list .text h4,
    .index_content8 .tab_infos .item .list .time p:nth-of-type(1){
        font-size: 16px;
    }
}

@media (max-width: 540px) {
    .case_box2 .item {
        width: 100%;
        padding: 0;
    }

    .case_box2 .item img {
        width: 100%;
    }

    .receiptInformation_box .item .con_box {
        width: 100%;
        min-height: auto;
    }

    .precisionMarketing_box1 .item {
        width: 100%;
    }

    .precisionMarketing_box1 .item .text {
        height: auto;
    }

    .brand_box3 .item {
        width: 100%;
    }

    .brand_box3 .item .text {
        height: auto;
        margin-bottom: 50px;
    }

    .websiteOperate_box2 .item {
        width: 100%;
    }

    .partner_banner .text h1, .join_banner .text h1, .precisionMarketing_banner .text h1, .brand_banner .text h1, .websiteCustom_banner .text h1, .websiteOperate_banner .text h1 {
        font-size: 22px;
    }

    .precisionMarketing_box2 .text_box h2, .footer_box .footer_email h2, .precisionMarketing_box1 h2 {
        font-size: 22px;
    }

    .precisionMarketing_box2 .text_box .text h3 {
        font-size: 18px;
    }

    .customize_box4 .tip .info2 {
        font-size: 12px;
    }

    .customize_box4 .tip .info1 {
        font-size: 18px;
    }

    .customize_box5 .tip span {
        font-size: 16px;
    }

    .customize_box5 .tip a.more {
        font-size: 14px;
        line-height: 24px;
    }

    .website_content5 .items .item {
        width: 46%;
    }

    .website_content5 h4 {
        font-size: 20px;
        margin-top: 0px;
    }

    .news_box .news_img {
        height: auto;
        width: 190px;
    }

    .news_box .news_text {
        margin-left: 190px;
    }

    .news_box .news_text h3 {
        margin-top: 0;
    }

    .news_box .news_text p {
        margin-bottom: 0;
    }

    .news_box .news_text span {
        display: none;
    }

    .supportBox2 .itemBox .item {
        width: 100%;
        float: left;
    }

    .supportBox2 .itemBox .img {
        width: 60px;
        float: left;
    }

    .supportBox2 .itemBox .text {
        margin-left: 60px;
        padding-left: 10px;
        text-align: left;
    }

    .supportBox2 .itemBox .text h3 {
        padding: 10px 0;
    }

    .wosBox1 .conBox .text h2, .wosBox2 .title h2, .wosBox3 .title h2, .wosBox4 .title h2, .wosBox5 .title h2, .wosBox7 .title h2 {
        font-size: 22px;
    }

    .wosBox1 .conBox .img {
        width: 100%;
        padding-right: 0;
    }

    .wosBox1 .conBox .text {
        width: 100%;
        padding-top: 30px;
    }

    .wosBox2 .item {
        width: 100%;
    }

    .wosBox2 .item .conBox, .wosBox2 .item .t, .wosBox2 .item .text {
        height: auto;
        min-height: 0;
    }

    .wosBox2 .item .text h3 {
        padding-top: 0;
    }

    .wosBox3 .item h3 {
        font-size: 20px;
    }

    .wosBox4 .conBox .img img {
        width: 370px;
    }

    .wosBox5 .item {
        width: 100%;
    }

    .wosBox8 .text ul li {
        padding-left: 26px;
    }
}

@media (max-width: 480px) {
    .footer_box .footer_email h2 {
        font-size: 22px;
        margin-bottom: 25px;
    }

    .footer_box .footer_email .info_box {
        width: 100%;
    }

    .culture_box1 .item {
        width: 100%;
    }

    .culture_box1 .item p {
        height: auto;
    }

    .culture_box1 .item .img img {
        height: 50px;
    }

    .culture_box2 {
        padding: 60px 0;
    }

    .culture_box2 .item {
        margin-top: 40px;
    }

    .culture_box2 .item .img {
        position: inherit;
        width: 94px;
        margin: auto;
    }

    .culture_box2 .item .text, .culture_box2 .item:nth-of-type(2n) .text {
        padding-left: 0;
        text-align: center;
    }

    .culture_box2 .item .text:before {
        display: none;
    }

    .culture_box2 .item h3 {
        margin-top: 15px;
    }

    .culture_box3 .text p {
        font-size: 16px;
    }

    .advantage_box2 .rightCon .item {
        padding-left: 0;
        padding-top: 50px;
        background-position: top left;
        -webkit-background-size: 40px 40px;
        background-size: 40px 40px;
    }

    .about_box2 .item_box {
        background: none;
    }

    .about_box2 .item {
        margin-top: 20px;
    }

    .about_box2 .item .text {
        float: left;
    }

    .about_box2 .item .text span {
        width: 125px;
        height: auto;
        display: block;
        position: inherit;
        padding: 5px 15px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

    .about_box2 .item .text .t, .about_box2 .item:nth-of-type(2n) .text .t {
        margin-left: 0;
        padding-left: 0;
        overflow: hidden;
        width: 100%;
        float: left;
        margin-top: 10px;
    }

    .about_box2 .item .text .t:before {
        display: none;
    }

    .about_box3 .item span {
        font-size: 20px;
    }

    .about_box3 .item p {
        font-size: 15px;
    }

    .about_box4 .text_box .text {
        padding: 40px 20px;
    }

    .partner_box1 .item_box {
        margin-top: 0;
    }

    .partner_box1 .item_box .item {
        width: 100%;
        margin-top: 40px;
    }

    .team_box2 .item {
        margin-bottom: 30px;
    }

    .team_box2 .item .img {
        width: 200px;
        height: 200px;
        border-width: 4px;
    }

    .team_box2 .item .text {
        width: 100%;
        margin-left: 0;
        float: left;
        margin-top: 10px;
        padding-left: 0;
    }

    .team_box2 .item .text h2 {
        font-size: 20px;
        padding-bottom: 12px;
    }

    .team_box2 .item .text span {
        padding-bottom: 0;
    }

    .team_box3 .item_box {
        margin-bottom: 50px;
    }

    .team_box3 .item {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 10px;
        margin-left: 0;
    }

    .team_box3 .item:nth-of-type(3n+1) {
        margin-left: 0;
    }

    .join_box1 .item {
        width: 45%;
        font-size: 14px;
        margin: 0 3px 10px;
    }

    .join_box2 .item_box .item .rightCon .text .con_box, .join_box2 .item_box .item:nth-of-type(2n) .rightCon .text .con_box, .join_box2 .item_box .item .leftCon, .join_box2 .item_box .item:nth-of-type(2n) .leftCon {
        padding: 40px 20px;
    }

    .receiptInformation_box .item .con_box {
        padding: 50px 20px;
    }

    .receiptInformation_box .item.onlinePayment .img img {
        width: 150px;
    }

    .receiptInformation_box .item.onlinePayment .text p {
        font-size: 15px;
    }

    .service_box1 .item {
        width: 100%;
    }

    .service_box1 .item .text {
        min-height: auto;
    }

    .brand_box2 .item .img {
        position: inherit;
        text-align: center;
    }

    .brand_box2 .item .img img {
        border: 2px solid #2e859c;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

    .brand_box2 .item .text, .brand_box2 .item:nth-of-type(2n) .text {
        padding-left: 0;
        background: none;
        text-align: center;
    }

    .contact_box2 .item_box .item {
        width: 100%;
        margin-left: 0;
    }

    .contact_box3 .info.imgVerifyCode input[type="text"] {
        width: 150px;
    }

    .contact_box3 .info.imgVerifyCode .Verify_img {
        left: 160px;
    }

    .mailBox2 .btnCon {
        padding-right: 0;
    }

    .mailBox2 .btnCon .rightA {
        display: none;
    }

    .mailBox2 .btnCon .btn a {
        margin: 0 10px;
    }

    .mailBox3 .title, .mailBox4 .title, .mailBox5 .title {
        margin-bottom: 0;
    }

    .mailBox4 .itemBox .item {
        height: auto;
    }

    .mailBox3 .title h2, .mailBox4 .title h2, .mailBox5 .title h2 {
        font-size: 20px;
    }

    .mailBox3 .title p, .mailBox4 .title p, .mailBox5 .title p {
        font-size: 12px;
    }

    .mailBox3 .itemBox .item .text {
        height: auto;
    }

    .mailBox4 .textBox .text {
        width: 100%;
    }

    .mailBox3 .itemBox .item {
        width: 100%;
    }

    .mailBox3 .itemBox .item .text {
        opacity: 1;
    }

    .mailBox3 .itemBox .item .img {
        margin-top: 40px;
    }

    .mailBox3 .itemBox .item .text {
        margin-top: 20px;
    }

    .website_content6 .items .item {
        width: 100%;
        height: 80px;
    }

    .receiptInformation_box .item.onlinePayment .imgBox .img {
        padding: 0 5px;
    }

    .receiptInformation_box .item .img img {
        height: 50px;
    }

    .receiptInformation_box .item.onlinePayment .imgBox .img img {
        height: auto;
    }

    .news_box .news_img {
        height: auto;
        width: 150px;
    }

    .news_box .news_text {
        margin-left: 150px;
        width: auto;
        float: none;
    }

    .website_content2 .tip h3 span {
        font-size: 22px;
    }

    .website_content2 .tip {
        padding-bottom: 10px;
    }
}

@media (max-width: 450px) {
    .website_content3 .items .item {
        margin: 0 0.5%;
    }
}

@media (max-width: 380px) {
    .websiteCustom_box1 .text h2 {
        font-size: 22px;
    }

    .website_content9 .items .item {
        font-size: 12px;
    }

    .wosBox4 .conBox .img img {
        width: 100%;
    }

    .wosBox8 .text ul li {
        width: 100%;
    }
}


#newBridge .icon-left-center{
    top: 40% !important;
}


.headerBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*header left*/
.headerLeft {
    /*width: 185px;*/
    display: flex;
    align-items: center;
    height: 100%;
}

.headerLeft .logo_box {
    text-align: center;
    font-size: 0;
    line-height: 0;
}

.headerLeft span {
    margin-top: 8px;
    margin-left: 12px;
    font-size: 14px;
    font-weight: normal;
}

.nav_list > li > a > span {
    display: inline-block;
    /*padding: 32px 0;*/
    line-height: 96px;
    font-size: 18px;
    color: #333333;
    transition: all .5s;
}

.nav_list > li > a > i {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 96px;
    background: url("../images/reset/dropdown_menu.png") no-repeat center;
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -ms-transition: all linear .3s;
}

/*.header.indexHeader.is_stuck .nav_list > li:after,*/
.header .nav_list > li:after {
    content: '';
    width: 0%;
    height: 5px;
    border-radius: 3px;
    background: #ffb143;
    position: absolute;
    bottom: 0;
    transition: all 0.5s;
    left: 50%;
    transform: translateX(-50%);
}

.header .nav_list > li {
    position: relative;
}

/*.header.indexHeader.is_stuck .nav_list > li.active:after,*/
/*.header.indexHeader.is_stuck .nav_list > li.on:after,*/
.header .nav_list > li.active:after,
.header .nav_list > li.on:after {
    width: 100%;
}

.header.indexHeader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: transparent;
    transition: all .3s;
}

.indexBanner .banner {
    position: relative;
}

.indexBanner .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.indexBanner .content .text {
    width: 50%;
}

.indexBanner .content h2 {
    font-size: 48px;
    font-weight: 800;
    color: #FFB143;
    line-height: 72px;
}

.indexBanner .content h3 {
    font-size: 48px;
    font-weight: 800;
    color: #ffffff;
    line-height: 72px;
}

.indexBanner .content h4 {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 40px;
    line-height: 30px;
}

.indexBanner .content .container_1400 .imgContent {
    height: 413px;
    width: 631px;
    border: 10px solid rgba(255, 255, 255, 0.6);
    overflow: hidden;
    border-radius: 8px;
}

.indexBanner .content .container_1400 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.indexBanner .content .container_1400 .imgContent img {
    -webkit-animation-name: websiteFullScroll;
    animation-name: websiteFullScroll;
    -webkit-animation-timing-function: cubic-bezier(.455, .03, .515, .955);
    animation-timing-function: cubic-bezier(.455, .03, .515, .955);
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}


.header.indexHeader .headerLeft span,
.header.indexHeader .nav_list > li > a > span {
    color: #ffffff;
}

.header.indexHeader.is_stuck .headerLeft span,
.header.indexHeader.is_stuck .nav_list > li > a > span {
    color: #000000;
}

.header.indexHeader.is_stuck {
    background: #ffffff;
}

.index1 .data {
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
}

.index1 .data .text {
    display: flex;
    justify-content: space-between;
}

.index1 .data .item {
    text-align: center;
}

.index1 .data .item h2 {
    font-size: 48px;
    font-weight: 500;
    color: #d88107;
    margin-bottom: 28px;
}

.index1 .data .item h2 span {
    font-size: 48px;
    font-weight: 500;
    color: #d88107;
    margin-bottom: 22px;
}

.index1 .data .item span {
    font-size: 18px;
    font-weight: 700;
    color: #0B0B0B;
}

.index2 .title h1 {
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    color: #FFFFFF;
}

.index2 .title {
    background: #D77E00;
    padding: 23px 0;
}

.index2 .content {
    padding: 34px 0 74px;
}

.index2 .content > p {
    font-size: 20px;
    font-weight: 400;
    color: #3C3C3C;
    text-align: center;
    line-height: 36px;
}

.index2 .context {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.index2 .context .conLeft {
    display: flex;
    justify-content: center;
    width: 65%;
    overflow: hidden;
}

.index2 .context .conLeft .item {
    width: 23%;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.index2 .context .conLeft .item.on {
    width: 31%;
}

.index2 .context .conLeft .item .img {
    position: relative;
}

.index2 .context .conRight {
    width: 35%;
}

.index2 .context .conRight .item {
    display: none;
}

.index2 .context .conRight .item.on {
    display: block;
}

.index2 .context .conLeft .item .img:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    left: 0;
}

.index2 .context .conLeft .item:nth-child(1) .img {
    background: url("../images/index2img1.png") no-repeat center;
    height: 642px;
}

.index2 .context .conLeft .item:nth-child(2) .img {
    background: url("../images/index2img2.png") no-repeat center;
    height: 642px;
}

.index2 .context .conLeft .item:nth-child(3) .img {
    background: url("../images/index2img3.png") no-repeat center;
    height: 642px;
}

.index2 .context .conLeft .item:nth-child(4) .img {
    background: url("../images/index2img4.png") no-repeat center;
    height: 642px;
}

.index2 .context .conLeft .item .text {
    position: absolute;
    right: 0;
    top: 0;
    padding: 18px 8px 30px;
    background: #FFFFFF;
    box-shadow: 0px 3px 7px 0px rgba(33, 24, 21, 0.35);
    transition: all 0.5s;
}

.index2 .context .conLeft .item .text p {
    word-wrap: break-word;
    font-size: 20px;
    width: 20px;
    font-weight: 400;
    color: #000000;
    line-height: 30px;
    transition: all 0.5s;
}

.index2 .context .conLeft .item.on .text {
    background: #d77e00;
}

.index2 .context .conLeft .item.on .text p {
    color: #ffffff;
}

.index2 .context .conRight .item h3 {
    font-size: 30px;
    font-weight: 500;
    color: #3C3C3C;
    line-height: 30px;
    text-align: center;
}

.index2 .context .conRight .item ul li,
.index2 .context .conRight .item p {
    font-size: 18px;
    font-weight: 400;
    color: #3C3C3C;
    line-height: 30px;
    text-align: center;
}

.index2 .context .conRight .item p {
    margin: 5px 0 50px;
}

.index2 .context .conRight .item a {
    width: 167px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 75px auto 0;
    border: 2px solid #D77E00;
    border-radius: 22px;
    font-size: 16px;
    font-weight: 400;
    color: #D77E00;
    line-height: 30px;
    transition: all 0.5s;
}

.index2 .context .conRight .item a:hover {
    background: #D77E00;
    color: #ffffff;
}


.index3 {
    padding-top: 70px;
    background: #F6F6F6;
}

.index3 .title h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    color: #333333;
    line-height: 36px;
}

.index3 .title span {
    font-size: 42px;
    font-weight: 500;
    color: #D77E00;
    line-height: 36px;
}

.index3 .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 68px;
}

.index3 .content .item {
    width: 20%;
}

.index3 .content .item .img {
    text-align: center;
    min-height: 102px;
}

.index3 .content .item .text h3 {
    font-size: 22px;
    font-weight: 500;
    color: #333333;
    line-height: 36px;
    text-align: center;
    margin-top: 18px;
}

.index3 .content .item .text p {
    font-size: 18px;
    font-weight: 400;
    color: #6A6A6A;
    line-height: 36px;
    text-align: center;
}

.index3 .content .item .text span {
    width: 35px;
    height: 3px;
    background: #6A6A6A;
    border-radius: 2px;
    display: block;
    margin: 20px auto 38px;
}

.index3 .context {
    background: url("../images/index3img5.png") no-repeat center;
    height: 639px;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 78px;
}

.index3 .context .img {
    text-align: center;
}

.index3 .context p {
    font-size: 30px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    margin: 54px 0 100px;
    text-align: center;
}

.index3 .context a {
    width: 256px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FF9F16;
    border-radius: 22px;
    margin: auto;
    font-size: 20px;
    font-weight: 400;
    transition: all 0.5s;
    color: #FFFFFF;
}

.index3 .context a:hover {
    opacity: 0.8;
}

.index4 {
    margin-top: 52px;
}

.index4 .content {
    margin-top: 25px;
    display: grid;
    grid-template-columns: repeat(3, 32%);
    justify-content: space-between;
    grid-row-gap: 40px;
}

.index4 .title h2 {
    font-size: 48px;
    font-weight: 700;
    color: #100F0F;
    line-height: 48px;
}

.index4 .title {
    padding-bottom: 18px;
    text-align: center;
    border-bottom: 4px solid #D77E00;
}

.index4 .content .item {
    padding: 20px;
    background: #f5f5f5;
}

.index4 .content .item a > .img {
    /*padding: 20px;*/
    background: #f5f5f5;
    position: relative;
}

.index4 .content .item a > .img:after {
    content: url("../images/index4img10.png");
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    transform: scale(0);
    transition: all 0.5s;
}

.index4 .content .item:hover a > .img:after {
    transform: scale(1);
}

.index4 .content .item .text {
    padding: 27px 0 7px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index4 .content .item .text p {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 24px;
}

.index4 .content .item .text .lan span {
    font-size: 16px;
    font-weight: 400;
    color: #E79829;
    line-height: 24px;
    margin-left: 8px;
}

.index4 .content .item .text .lan {
    display: flex;
}

.index4 a.more {
    width: 167px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #D77E00;
    border-radius: 22px;
    font-size: 16px;
    font-weight: 400;
    color: #D77E00;
    margin: 37px auto 48px;
    transition: all 0.5s;
}

.index4 a.more:hover {
    background: #D77E00;
    color: #ffffff;
}

.index5 .title h2 {
    font-size: 42px;
    font-weight: 500;
    color: #333333;
    line-height: 36px;
    padding-left: 98px;
    padding-top: 47px;
    background: url("../images/index5img2.png") no-repeat left bottom;
}

.index5 .text {
    margin-top: 30px;
}

.index5 .text .item {
    display: flex;
    align-items: center;
}

.index5 .text .item .data {
    padding: 25px 25px 25px 0;

}

.index5 .text .item .data p {
    width: 32px;
    height: 32px;
    background: #DA8712;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index5 .text .item .buZh {
    display: flex;
    align-items: center;
    position: relative;
}

.index5 .text .item .buZh p {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    line-height: 24px;
    text-align: center;
}

.index5 .text .item .buZh .context {
    padding: 19px 0 19px 18px;
    border-bottom: 3px solid #ECECEC;
    border-left: 3px solid #ECECEC;
}

.index5 .text .item .buZh p:nth-child(1) {
    font-size: 20px;
    font-weight: 500;
    color: #DA8712;
    line-height: 24px;
}

.index5 .text .item .buZh i {
    font-size: 20px;
    font-weight: 500;
    color: #DA8712;
    line-height: 24px;
    display: inline-block;
    margin: 0 24px 0 35px;
}

.index5 .text .item .buZh h3 {
    font-size: 18px;
    font-weight: 400;
    color: #ACACAC;
    line-height: 24px;
}

.index5 .text .item .buZh h3 span {
    font-size: 18px;
    font-weight: 400;
    color: #DA8712;
    line-height: 24px;
}

.index5 .text .item:nth-last-child(1) .buZh:after {
    position: absolute;
    content: '';
    width: 3px;
    height: 30px;
    background: #ECECEC;
    left: 0;
    bottom: -30px;
}

.index5 .content {
    display: flex;
    justify-content: space-between;
}

.index5 .content .conLeft {
    width: 65%;
}

.index5 .content .conRight {
    width: 21%;
    position: relative;
    /*margin: 0 78px;*/
    overflow: hidden;
    margin-right: 78px;
}

.index5 .content .conRight .imgKuang {
    text-align: center;
}

.index5 .content .conRight .index5Slick {
    position: absolute;
    border-radius: 50px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    /*padding-top: 40px;*/
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.index5 .content .conRight .index5Slick .item {
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: center;

}

.index5 .content .conRight .index5Slick .slick-dots {
    display: flex !important;
    flex-direction: column;
    width: 20px;
    height: 100%;
    bottom: -30px;
    right: -30px;
}

.index6 {
    margin-top: 80px;
    overflow: hidden;
    background: url("../images/index6img3.png") no-repeat center;
    /*height: 766px;*/
    background-size: cover;
}

.index6 .ind_tit h2 em {
    display: block;
    font-size: 30px;
    margin-top: 104px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 42px;
    text-align: center;
}

.index6 .earth_move {
    height: 30vw;
    position: relative;
}

.index6 .earth_move .bg1 {
    max-width: 100%;
    animation: rota 40s linear infinite;
    z-index: 1;
}

.index6 .earth_move .bg2 {
    max-width: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    animation: rota2 60s linear infinite;
}

.index8 {
    background: url("../images/index8back.png") no-repeat center;
    height: 611px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.index8:after {
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
}

.index8 .conBox {
    width: 100%;
    display: flex;
    padding: 0 60px 0 100px;
    justify-content: space-between;
}

.index8 .conBox .conLeft {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 10;
}

.index8 .conBox .conLeft h2 {
    font-size: 42px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 48px;
}

.index8 .conBox .conLeft p {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    margin: 10px 0 36px;
}

.index8 .conBox .conRight {
    width: 35%;
}

.index8 .info {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.index8 .info span {
    font-size: 18px;
    /*font-family: Source Han Sans CN;*/
    font-weight: 400;
    color: #FFFFFF;
}

.index8 .info input[type="text"] {
    width: 100%;
    height: 44px;
    border: 1px solid #e8e8e8;
    background: rgba(255, 255, 255, 0.7);
    font-size: 17px;
    color: #38393e;
    font-weight: 300;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 0 10px;

}

.index8 .info textarea {
    width: 100%;
    height: 80px;;
    border: 1px solid #e8e8e8;
    background: rgba(255, 255, 255, 0.7);
    font-size: 17px;
    color: #38393e;
    font-weight: 300;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 10px;
    resize: none;
}

.index8 .info .controls {
    position: relative;
    width: 70%;
}

.index8 .info.imgVerifyCode input[type="text"] {
    width: 280px;
}

.index8 .info.imgVerifyCode .Verify_img {
    position: absolute;
    top: 0;
    left: 290px;
    height: 44px;
    cursor: pointer;
}

.index8 .info .tips {
    display: block;
    color: #ff0000;
}

.index8 .info input[type="submit"] {
    width: 167px;
    height: 44px;
    background: #FF9F16;
    border-radius: 22px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 300;
    line-height: 44px;
    margin-top: 10px;
    border: 0;
    cursor: pointer;
    transition: all .3s;
    margin-left: 130px;
}

.index8 .info input[type="submit"]:hover {
    background: #2e859c;
    transition: all .3s;
}

.index7 {
    padding: 52px 0 67px;
}

.index7 .title h2 {
    font-size: 42px;
    font-weight: bold;
    color: #100F0F;
    text-align: center;
    line-height: 48px;
}

.index7 .target {
    margin-top: 20px;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    justify-content: center;
    position: relative;
}

.index7 .target:after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #2e859c;
}

.index7 .target .item {
    padding: 16px 35px;
    margin: 0 20px;
    border-radius: 10px 10px 0px 0px;
}

.index7 .target .item.on {
    padding: 16px 35px;
    margin: 0 20px;
    background-color: #d77e00;
}

.index7 .target .item.on p {
    color: #FFFFFF;
}

.index7 .target .item p {
    font-size: 20px;
    /*font-family: Source Han Sans CN;*/
    font-weight: 500;
    color: #100F0F;
}

.index7 .content {
    margin-top: 40px;
}

.index7 .content .item {
    display: none;
}

.index7 .content .item.on {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index7 .content .item .img,
.index7 .content .item .text {
    width: 48%;
}

.index7 .content .item .textItem {
    display: flex;
    padding-bottom: 20px;

    position: relative;
}

.index7 .content .item .textItem:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 20px;

    width: 0;
    height: 2px;
    background: #d77e00;
    z-index: 10;
    transition: all 0.5s;
}

.index7 .content .item .textItem:hover:before {
    width: 50%;
}

.index7 .content .item .textItem:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    height: 2px;
    background: #E4E4E4;
}

.index7 .content .item .textItem .date p {
    font-size: 14px;
    font-weight: 400;
    color: #100F0F;
    line-height: 18px;
}

.index7 .content .item .textItem .date span {
    width: 15px;
    height: 1px;
    background: #535353;
    display: block;
    margin: 10px 0;
}

.index7 .content .item .textItem .date i {
    font-size: 10px;
    /*font-family: Source Han Sans CN;*/
    font-weight: 400;
    color: #100F0F;
    line-height: 18px;
}

.index7 .content .item .textItem .context h3 {
    line-height: 1 !important;
    font-size: 20px;
    /*font-family: Source Han Sans CN;*/
    font-weight: 500;
    color: #100F0F;
    line-height: 30px;
}

.index7 .content .item .textItem .context {
    margin-left: 28px;
}

.index7 .content .item .textItem .context p {
    font-size: 14px;
    /*font-family: Source Han Sans CN;*/
    font-weight: 500;
    color: #5D5D5D;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 30px;
    /*padding-bottom: 20px;*/
}

/*.index7 .content .item .textItem:nth-last-child(1) {*/
/*    padding-bottom: 0px;*/
/*}*/

.index7 .conBox>a {
    width: 167px;
    height: 44px;
    border: 2px solid #D77E00;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin: 30px auto 0;
    /*font-family: Source Han Sans CN;*/
    font-weight: 400;
    transition: all 0.5s;
    color: #D77E00;
}

.index7 .conBox>a:hover {
    background: #d77e00;
    color: #FFFFFF;
}

.index2 .context .conLeft .item.on .img:after{
    background: rgba(255, 255, 255, 0);
}

@media (max-width: 1640px){
    .index7 .content .item .textItem .context h3{
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .index7 .content .item .textItem .context p{
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .index8 .conBox {
        width: 100%;
        display: flex;
        padding: 0px;
        justify-content: space-between;
    }
}
@media (max-width: 1450px){
    .index5 .content {
        align-items: center;
    }
}
@media (max-width: 1220px){
    .indexBanner .content .container_1400 .imgContent {
        height: 285px;
        width: 581px;
    }
    .index2 .context {
        flex-wrap: wrap;
    }

    .index2 .context .conRight ,
    .index2 .context .conLeft {
        width: 100%;
    }

    .index2 .context .conRight {
        margin-top: 40px;
    }

    .index2 .context .conRight .item p {
        margin: 5px 0 33px;
    }

    .indexBanner .content h2,
    .indexBanner .content h3{
        font-size: 30px;
        line-height: 38px;
    }

    .index5 .content {
        align-items: center;
        flex-direction: column;
    }
    .index5 .content .conLeft {
        width: 100%;
    }

    .index5 .content .conRight {
        width: 30%;
        margin-right: 0px;
        margin-top: 30px;
    }
}

@media (max-width: 992px){
    .indexBanner .content .container_1400 .imgContent {
        display: none;
    }

    .indexBanner .content .container_1400 {
        display: flex;
        justify-content: flex-start;
    }


    .indexBanner .content .text {
        width: 88%;
    }

    .index3 .content{
        flex-wrap: wrap;
    }

    .index3 .content .item{
        width: 50%;
        margin-bottom: 20px;
    }

    .index4 .content {
        margin-top: 25px;
        display: grid;
        grid-template-columns: repeat(2, 49%);
        justify-content: space-between;
        grid-row-gap: 40px;
    }

    .index5 .text .item .buZh i{
        display: none;
    }

    .index5 .text .item .buZh h3{
        margin-left: 18px;
    }
    .index8:after {
        display: none;
    }

    .index8 .conBox {
        flex-wrap: wrap;
    }

    .index8 .conBox .conLeft,
    .index8 .conBox .conRight{
        width: 100%;
    }

    .index8 {
        height: auto;
        background-size: cover;
        padding: 26px 0;
    }

    .index8 .info input[type="submit"]{
        margin: auto;
    }


    .index8 .info .controls {
        position: relative;
        width: 100%;
    }

    .index5 .text .item .data{
        display: none;
    }

    .index5 .text .item .buZh .context {
        border: none;
    }

    .index5 .text .item .buZh{
        flex-direction: column;
        align-items: flex-start;
    }

    .index5 .text .item:nth-last-child(1) .buZh:after{
        display: none;
    }

    .index5 .content .conRight {
        width: 40%;
        margin-right: 0px;
        margin-top: 30px;
    }

    .index7 .content .item.on {
        flex-direction: column;
    }
    .index7 .content .item .img, .index7 .content .item .text {
        width: 100%;
    }

    .index7 .target .item {
        padding: 16px 10px;
        margin: 0 12px;
        border-radius: 10px 10px 0px 0px;
    }
}

@media (max-width: 640px){
    .indexBanner .content h4 {
        font-size: 16px;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-top: 8px;
    }
    .indexBanner .slick-dots li {
        width: 50px;
        height: 5px;
        background: rgba(255, 255, 255, 0.3);
        border-radius: 3px;
    }

    .indexBanner .content .text {
        width: 100%;
    }

    .index1 .data {
        flex-wrap: wrap;
    }

    .index1 .data .item {
        width: 50%;
        margin: 15px 0;
    }
    .index1 .data .item h2 span,
    .index1 .data .item h2 {
        font-size: 30px;
        margin-bottom: 6px;
    }

    .index1 .data {
        padding: 21px 0;
    }
    .index5 .title h2,
    .index7 .title h2,
    .index8 .conBox .conLeft h2,
    .index3 .title h2,
    .index2 .title h1{
        font-size: 28px;
    }

    .index2 .context .conRight .item a {
        margin: 28px auto 0;
    }
    .index3,
    .index2 .content {
        padding: 34px 0;
    }

    .index3 .content {
        margin-top: 40px;
    }

    .index6 .ind_tit h2 em {
        display: block;
        font-size: 24px;
        margin-top: 40px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 36px;
        text-align: center;
    }

    .index8 .info {
        flex-wrap: wrap;
    }

    .index7 .target:after{
        display: none;
    }

    .index7 .target {
        margin-top: 20px;
        display: grid;
        grid-template-columns: repeat(2,50%);
        justify-content: center;
        position: relative;
    }
    .index7 .target .item p {
        text-align: center;
    }
}
@media (max-width: 540px){
    .index3 .content .item {
        width: 100%;
        margin-bottom: 20px;
    }

    .index5 .content .conRight {
        width: 62%;
        margin-right: 0px;
        margin-top: 30px;
    }
}

@media (max-width: 480px){
    .indexBanner .content h4 {
        display: none;
    }
    .indexBanner .content h2, .indexBanner .content h3 {
        font-size: 24px;
    }

    .index4 .content {
        margin-top: 25px;
        display: grid;
        grid-template-columns: 100%;
        justify-content: space-between;
        grid-row-gap: 40px;
    }


    .index5 .content .conRight {
        width: 72%;
        margin-right: 0px;
        margin-top: 30px;
    }
    .index7 .target {
        margin-top: 20px;
        display: grid;
        grid-template-columns: 100%;
        justify-content: center;
        position: relative;
    }
}

@keyframes rota {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rota2 {
    0% {
        transform: rotate(0);
    }
    50% {
        transform: rotate(-180deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}


@keyframes websiteFullScroll {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    5% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    25% {
        -webkit-transform: translate3d(0, -28.5%, 0);
        transform: translate3d(0, -28.5%, 0);
    }
    40% {
        -webkit-transform: translate3d(0, -28.5%, 0);
        transform: translate3d(0, -28.5%, 0);
    }
    60% {
        -webkit-transform: translate3d(0, -79.5%, 0);
        transform: translate3d(0, -79.5%, 0);
    }
    70% {
        -webkit-transform: translate3d(0, -79.5%, 0);
        transform: translate3d(0, -79.5%, 0);
    }
    80% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}