﻿@charset "utf-8";
@import url(dll.css);
@import url(module.css);
@import url(global.css);
@import url(/onlinecss/onlineeditor.css);
@import url(ddsmoothmenu.css);
@import url(animate.css);
@import url(banner.css);

/* 首页部分开始 */
strong{
	font-weight: bold !important;
}
.mfbox {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}
.gsjj {
    text-indent: 2em;
    font-size: 14px;
    padding: 40px;
    line-height: 30px;
}


.actGotop {
    display: block !important;
}


body.sed .n_n_list li {
    width: 100%;
    border: none;
    height: auto;
}
.vision_mission strong {
    font-weight: 700;
    color: #cc1212;
}

.honor_list #com_thenm_list>ul.honor1 li {
    width: 24.2%;
    height: auto;
}

.honor_list #com_thenm_list>ul.honor1 li .pic {
    height: 382px;
}

.honor_list #com_thenm_list>ul.honor1 li .pic img {
    height: 100%;
}

.honor_list #com_thenm_list>ul.honor1 li:nth-child(3n) {
    margin-right: 0;
}

body.sed .n_n_list li a {
    width: 70%;
    float: left;
    height: 50px;
    line-height: 50px;
    text-indent: 10px;
}

body.sed .n_n_list li span {
    padding: 0px;
    float: right;
    text-align: right;
    height: 50px;
    line-height: 50px;
}

body.sed ul.n_n_list table {
    display: none;
}

.footer .subscribe img:hover {
    transform: scale(1.3);
}

.top {
    height: 41px;
    border-bottom: 1px solid #eeeeee;
    -moz-box-shadow: 0px 2px 8px #fcfcfc;
    -webkit-box-shadow: 0px 2px 8px #fcfcfc;
    box-shadow: 0px 2px 8px #fcfcfc;
    background-color: #6ea0d5;
}

.search {
    float: right;
    width: 200px;
    height: 25px;
    margin-top: 8px;
    border: 1px solid #d2d2d2;
}

.search input {
    float: left;
    height: 23px;
    font-size: 12px;
    border: 0;
    padding: 0;
    margin: 0;
    line-height: 23px;
}

.search input.s_int {
    width: 175px;
    color: #b2b2b2;
    padding: 0 5px;
}

.search input.s_btn {
    width: 23px;
    background: url(../Images/search_btn.jpg) no-repeat center center;
}

.welcome {
    float: left;
    line-height: 40px;
    color: #fff;
}

.hotline {
    float: left;
    line-height: 40px;
    font-size: 12px;
    color: #fff;
    margin-left: 30px;
}

.lan {
    float: left;
    ;
    line-height: 40px;
    font-size: 12px;
    color: #FFF;
    margin-left: 30px;
}

.lan li {
    float: left;
    padding: 0px 2px;
}

.lan a {
    color: #fff;
}

.lan a:hover {
    color: #fc2952;
    text-decoration: none;
}


.land {
    line-height: 40px;
    display: block;
    width: 140px;
    float: left;
    font-size: 14px;
    color: #fefefe;
    position: relative;
    margin-left: 20px;
}

.land select {
    width: 95px;
    -webkit-appearance: none;
    display: inline-block;
    background: url(/templates/Images/select_bg.png)no-repeat center;
}

.land button {
    border: none;
    margin-top: 5px;
    float: left;
    width: 76px;
    background: #fff;
    height: 29px;
    color: #fc2952;
    background: url(../Images/button_border.png) no-repeat 100%;
}

.land button:hover {
    color: red;
}

.land .hide_land {
    display: none;
    width: 80px;
    height: 64px;
    position: absolute;
    left: 0;
    top: 29px;
    z-index: 999999;
    background-color: #fff;
}

.mileposts .btn {}

.land .first {
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-top: 0px;
    background: none;
    color: rgba(0, 0, 0, 0.5);
}

.land:hover .hide_land {
    display: block;
}

.en .top {
	height: auto;
}
.en .top .mfbox {
	display: flex;
}
.en .welcome,
.en .hotline,
.en .land,
.en .lan {
	line-height: 30px;
	margin-left: 20px;
}
.en .lan {
	flex-shrink: 0;
    width: 50px;
}
.en .land {
	width: auto;
	flex-shrink: 0;
}

div#com_othermenu a:last-child {
    display: none;
}

.fcontact_l img {
    margin-right: 10px;
}

.header {
    width: 100%;
    height: 103px;
}

.header.add {
    background: #fff;
    width: 100%;
    z-index: 9999;
    position: fixed;
    top: 0;
    box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
}

.top.add {
    display: none;
}

.logo {
    float: left;
    overflow: hidden;
    margin-top: 10px;
}

.ddsmoothmenu a {
    display: block;
    position: relative;
}

.ddsmoothmenu li>a {
    font-weight: bold;
}

.ddsmoothmenu a::after {
    content: ' ';
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;
    display: block;
    width: 55px;
    height: 1px;
    transform: translate(-50%);
}

.ddsmoothmenu a:hover::after {
    height: 2px;
    animation: ad_width .5s linear forwards;
    background: #e62129;
}

@keyframes ad_width {
    from {
        width: 0
    }
    to {
        width: 55px
    }
}

@keyframes smallad_width {
    from {
        width: 0
    }
    to {
        width: 19px
    }
}

.ddsmoothmenu .navactive::after {
    height: 2px;
    background: #e62129;
}

.i_nav {
    float: right;
    margin-right: -15px;
    margin-top: 31px;
    margin-right: 76px;
}


/*.i_nav li{float:left; display:inline-block; text-align:center;}
.i_nav li>a{display:block; height:40px; color:#000; padding:0 0 0 50px; line-height:40px; font-size:18px;}
.i_nav li>a:hover{ color:#18479d;}
.i_nav li>a.on{ color:#18479d;}
.i_nav li>a.index{width:40px; background:url(../Images/icon01.png) no-repeat center center;}*/

.i_banner_box {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.arrowsWrapper {
    display: none;
}


/*.i_banner{width:100%; height:470px; margin:0 auto; overflow:hidden;}
.i_banner li{width:100%; height:470px;}
.i_banner li a{ display:block; width:100%; height:470px;}
.i_banner_p{position:absolute; width:100%; left:0; bottom:10px; text-align:center;}
.i_banner_p a{display:inline-block; margin:0 6px; width:12px; height:12px; text-align:center; overflow:hidden; background:#000; border-radius:100%;}
.i_banner_p a:hover{ background:#18479d;}
.i_banner_p a.on{ background:#18479d;}*/

.i_container {
    padding-top: 100px;
}

#com_indexistop_products {
    width: 100%;
    margin-bottom: 33px;
}

.i_pro_l {
    position: relative;
    background-color: #e6e6e6;
    padding: 52px 0 65px 0;
}

.i_pro_ll {
    width: 1200px;
    overflow: hidden;
}

.i_pro_ll ul {
    width: 20000px;
    overflow: hidden;
}

.i_pro_ll li {
    display: inline-block;
    width: 280px;
    margin-right: 26px;
}

.i_pro_ll li i {
    display: block;
    width: 280px;
    height: 284px;
    overflow: hidden;
}

.i_pro_ll li span {
    display: block;
    width: 280px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
}

.i_pro_ll li a:hover i img {
    z-index: -1;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.i_case {
    margin-top: 10px;
    width: 100%;
    padding: 50px 0;
    background: #f5f5f5;
}

.i_case_l {
    margin: 20px auto 0;
    width: 1200px;
}

.i_case_ll {
    float: left;
    width: 790px;
    overflow: hidden;
}

.i_case_ll ul {
    width: 800px;
    overflow: hidden;
}

.i_case_ll li {
    float: left;
    display: inline-block;
    width: 390px;
    height: 250px;
    margin-right: 10px;
    overflow: hidden;
}

.i_case_lr {
    float: right;
    width: 385px;
    overflow: hidden;
}

.i_case a:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}

.ad01 {
    margin-top: 20px;
    width: 790px;
    overflow: hidden;
}

.i_data {
    width: 100%;
    padding: 50px 0;
}

.txt01 {
    width: 100%;
    padding: 16px 0;
    line-height: 25px;
    text-align: center;
}

.i_data_l {
    margin: 50px auto 0;
    width: 1200px;
}

.i_data_l li {
    display: inline-block;
    float: left;
    width: 200px;
    margin: 0 20px;
    text-align: center;
}

.i_data_l li strong {
    display: block;
    font-size: 36px;
    line-height: 38px;
}

.i_data_l li span {
    display: block;
    font-size: 14px;
    line-height: 36px;
}

.i_about {
    width: 1200px;
    height: 400px;
    margin: 50px auto 0;
    padding-top: 115px;
    background: url(../Images/bg01.jpg) no-repeat center top;
}

.i_about span {
    display: block;
    width: 700px;
    height: 170px;
    margin: 0 auto 0;
    padding: 20px;
    background: rgba(0, 74, 151, 0.8);
}

.i_about span h4 {
    display: block;
    font-size: 22px;
    color: #FFF;
    text-align: center;
    line-height: 32px;
    padding-bottom: 5px;
    font-weight: bold;
    -webkit-text-stroke: 1px #04258f;
}

.i_about span ins {
    display: block;
    font-size: 16px;
    color: #FFF;
    line-height: 30px;
    text-align: left;
    text-decoration: none;
}

.i_news {
    width: 1200px;
    margin: 50px auto 0;
}

.i_news ul {
    width: 1230px;
    overflow: hidden;
}

.i_news li {
    float: left;
    display: inline-blocl;
    margin-right: 30px;
    width: 380px;
    background: #f7f7f7;
}

.i_news li i {
    display: block;
    width: 380px;
    height: 220px;
    overflow: hidden;
}

.i_news li a:hover i img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}

.i_news li h4 {
    display: block;
    padding: 10px 20px 0;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
}

.i_news li span {
    display: block;
    padding: 0 20px;
    height: 50px;
    line-height: 25px;
    color: #4c4c4c;
    overflow: hidden;
}

.i_news li dl {
    border-top: 1px solid #dcdcdc;
    width: 340px;
    margin: 5px auto 0;
    color: #4c4c4c;
    line-height: 45px;
}

.i_news li dl dt {
    float: left;
}

.i_news li dl dd {
    float: right;
}

.i_custom {
    width: 100%;
    margin-top: 40px;
    padding: 30px 0;
    background: #f5f5f5;
}

.i_custom_l {
    float: left;
    width: 1006px;
    overflow: hidden;
}

.i_custom_l ul {
    width: 20000px;
    overflow: hidden;
}

.i_custom_l li {
    float: left;
    display: inline-block;
    margin: 0 10px;
    width: 147px;
    height: 41px;
    overflow: hidden;
}

.footer {
    background-color: #66686b;
    padding-top: 49px;
    padding-bottom: 34px;
}

.footer .footer_content {
    padding: 0 141px 0 189px;
    overflow: hidden; margin: 0 auto;
    max-width: 1920px;
}

.footer .footer_content .foot_nav {
    float: left;
    width: 787px;
}

.footer .footer_content .foot_nav ul {
    display: flex;
    justify-content: space-between;
}

.footer .footer_content .foot_nav ul li {
    max-width: 151px;
}

.footer .footer_content .foot_nav ul li a {
    display: block;
    font-size: 12px;
    line-height: 26px;
    color: #ADACAD;
}

.footer .footer_content .foot_nav ul li h3 {
    font-size: 16px;
    line-height: 26px;
    color: #D6D7D8;
    margin-bottom: 4px;
    position: relative;
}

.footer .footer_content .foot_nav ul li h3::after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    left: 20px;
    top: 16px;
    background: url(/templates/Images/yuandian.png) center center;
    background-size: 100%;
}

.footer .subscribe {
    width: 140px;
    float: left;
    margin-left: 100px;
}

.footer .subscribe h3 {
    font-size: 17px;
    color: #fff;
    font-weight: bold;
}

.footer .subscribe img {
    box-shadow: 10px 10px 5px #565656;
    width: 139px;
    height: 139px;
}

.footer .subscribe p {
    font-size: 14px;
    color: #fff;
    margin: 12px 0 6px;
    text-align: center;
}

.footer .mfbox {
    overflow: hidden;
    padding-top: 60px;
}

.footer .contact {
    width: 420px;
    float: left;
    margin-left: 34px;
}

.footer .contact h3 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.footer .contact p {
    font-size: 14px;
    color: #fff;
    line-height: 29px;
}

.footer .contact a {
    font-size: 14px;
    color: #fff;
    line-height: 36px;
}

.footer .contact a:hover {
    color: #e62129;
}

.footer .contact p:hover {
    color: #e62129;
}

.footer .contact p:nth-child(2) {
    margin-top: 26px;
}

.flogo {
    float: left;
    width: 370px;
}

.fbox {
    float: left;
    width: 830px;
}

.footer_nav {
    width: 840px;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #313131;
    line-height: 40px;
}

.footer_nav span {
    padding: 0 20px;
}

.footer_nav a {
    color: #000;
}

.footer_nav a:hover {
    color: #2d63c4;
}

.fcontact {
    width: 840px;
    margin-top: 20px;
    color: #000;
}

.fcontact span {
    float: left;
    display: inline-block;
    margin-right: 15px;
    color: #000;
    line-height: 30px;
}

.fcontact span img {
    vertical-align: middle;
}

.copyright {
    padding: 20px 0;
    line-height: 20px;
    background-color: #000000;
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.copyright a {
    color: #FFF;
}

.jsq {
    padding-bottom: 20px;
    line-height: 20px;
    background: #2d63c4;
    font-size: 14px;
    text-align: center;
}

.ddsmoothmenu ul li:first-child a:hover::after {
    animation: smallad_width .5s linear forwards;
}


/* 首页部分结束 */


/* 内页部分开始 */

.p_banner_box {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center;
}


/*.p_banner{width:100%; height:300px; margin:0 auto; overflow:hidden;}
.p_banner li{width:100%; height:300px;}
.p_banner li a{ display:block; width:100%; height:300px;}
.p_banner_p{position:absolute; width:100%; left:0; bottom:10px; text-align:center;}
.p_banner_p a{display:inline-block; margin:0 6px; width:12px; height:12px; text-align:center; overflow:hidden; background:#000; border-radius:100%;}
.p_banner_p a:hover{ background:#18479d;}
.p_banner_p a.on{ background:#18479d;}*/

.p_container {
    width: 100%;
    padding: 40px 0 30px;
}

.pbox {
    height: 47px;
    border-bottom: 1px solid #ccc;
}

.sidebar {
    float: right;
    height: 47px;
    margin-top: -1px;
    text-align: center;
}


/*.sidebar li{display:inline-block; height:47px; margin:0 5px;}
.sidebar li a{ display:block; height:47px; padding:0 5px; line-height:36px; color:#666666; font-size:14px;}
.sidebar li a:hover{ color:#2d63c4; border-bottom:2px solid #2d63c4;}
.sidebar li a.on{ color:#666666; border-bottom:2px solid #2d63c4;}*/

.p_content {
    padding: 60px 0;
    width: 1200px;
    margin: 0 auto;
}

.p_about {
    position: relative;
}

body.menu_41 .p_about {
    background: #f8f8f8;
}

.p_about1 dl {
    margin: 20px 0;
    background: #f8f8f8;
    height: 327px;
}

.p_about1 dl dt {
    float: left;
    width: 602px;
}

.p_about1 dl dd {
    float: left;
    width: 596px;
    padding: 50px 30px 0 50px;
}

.p_about1 dl dd span {
    display: block;
    line-height: 28px;
    margin-top: 10px;
}

.branches_content {
    width: 1235px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.branches_content .map {
    float: left;
}

.branches_content .card {
    position: absolute;
    right: 23px;
    bottom: 23px;
}


/* 内页部分结束 */

.large_box {
    margin-bottom: 10px;
    /*width:1903px;height:470px;*/
    width: 100%;
    height: auto;
    overflow: hidden;
}

.large_box img {
    display: block;
}

.small_box {
    width: 1903px;
    height: 46px;
    overflow: hidden;
}

.small_list {
    position: absolute;
    float: left;
    width: 360px;
    height: 46px;
    overflow: hidden;
    right: 166px;
    top: 420px;
}

.small_list ul {
    height: 46px;
    overflow: hidden;
}

.small_list ul li {
    position: relative;
    float: left;
    margin-right: 10px;
    width: 82px;
}

.small_list ul li img {
    display: block;
}

.small_list ul li .bun_bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 82px;
    height: 46px;
    background: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

.small_list ul li.on .bun_bg {
    display: block;
    border: 1px solid red;
}

.btn {
    display: block;
    width: 20px;
    height: 46px;
    background-color: #777;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.btn:hover {
    background-color: #e7000e;
}

.left_btn {
    float: left;
    margin-right: 10px;
    background-image: url(../images/left_btn.png);
    display: none;
}

.right_btn {
    float: right;
    background-image: url(../images/right_btn.png);
    display: none;
}

.i_nav ul li ul {
    display: none !important;
}

.p_p_list2 .p_p_list ul li {
    position: relative;
}

.p_p_list2 .p_p_list ul li span {
    position: absolute;
    bottom: 0px;
    background: #17539c;
    opacity: 0.5;
    color: #FFF;
}

.list_l {
    width: 600px;
    float: left;
}

.list_r {
    width: 500px;
    float: right;
}

.list_l li h4 a {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.list_l li {
    margin-bottom: 36px;
    border-bottom: 1px dashed #ccc;
    height: 146px;
}

.list_l li span {
    line-height: 25px;
}

span.time1 {
    margin-top: 10px;
    display: block;
    color: #c9c9c9;
    line-height: 0px;
}

.hho {
    margin-bottom: 50px;
    height: auto;
    display: block;
    margin-top: 10px;
}

.list_r li a h4 {
    background: #2d63c4;
    width: 500px;
    margin: 0 auto;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #fff;
}

.list_r li img {
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 500px;
    height: 326px;
}


/*留言版块样式*/

.gbook_indexpost {
    width: 1200px;
    position: relative;
    height: 420px;
    border: 1px solid #ccc;
}

dl.i_n02 {
    position: absolute;
    left: 90px;
    top: 26px;
}

dl.i_n03 {
    position: absolute;
    left: 90px;
    top: 102px;
}

dl.i_n04 {
    position: absolute;
    left: 90px;
    top: 182px;
}

dl.i_n06 {
    position: absolute;
    right: 46px;
    top: 26px;
}

dl.i_n07 {
    position: absolute;
    right: 46px;
    top: 102px
}

dl.i_n08 {
    position: absolute;
    right: 226px;
    top: 182px;
}

.gbook_formbtn {
    position: absolute;
    right: 123px;
    top: 256px;
}

.gbookbiaoti {
    width: 1202px;
    margin-left: -1px;
    height: 40px;
    border: 1px solid #ccc;
    background: #055bac;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

dl.i_n02 span.fe {
    background: url(/upload/products/2017102411535113.png)no-repeat;
    display: block;
    width: 32px;
    height: 42px;
    /* margin-left: -69px; */
    /* margin-top: 1px; */
    position: absolute;
    left: -42px;
    top: 6px;
    color: #FFF;
}

dl.i_n03 span.fe {
    background: url(/upload/products/2017102413594422.png)no-repeat;
    display: block;
    width: 42px;
    height: 42px;
    /* margin-left: -69px; */
    /* margin-top: 1px; */
    position: absolute;
    left: -46px;
    top: 6px;
    color: #FFF;
}

dl.i_n04 span.fe {
    background: url(/upload/products/2017102414032030.png)no-repeat;
    display: block;
    width: 42px;
    height: 42px;
    /* margin-left: -69px; */
    /* margin-top: 1px; */
    position: absolute;
    left: -46px;
    top: 6px;
    color: #FFF;
}

dl.i_n06 span.fe {
    background: url(/upload/products/2017102414110612.png)no-repeat;
    display: block;
    width: 42px;
    height: 42px;
    /* margin-left: -69px; */
    /* margin-top: 1px; */
    position: absolute;
    left: -46px;
    top: 6px;
    color: #FFF;
}

dl.i_n07 span.fe {
    background: url(/upload/products/2017102414152992.png)no-repeat;
    display: block;
    width: 42px;
    height: 42px;
    /* margin-left: -69px; */
    /* margin-top: 1px; */
    position: absolute;
    left: -46px;
    top: 6px;
    color: #FFF;
}

dl.i_n08 span.fe {
    background: url(/upload/products/2017102414285584.png)no-repeat;
    display: block;
    width: 42px;
    height: 42px;
    position: absolute;
    left: -46px;
    top: 6px;
    color: #FFF;
}

.gbook_indexpost dd {
    font-size: 16px;
}

span.wenzi {
    overflow: hidden;
    height: 76px;
    display: block;
}

.n_n_list {
    margin-top: 20px;
}

a.on {
    color: #ff0000 !important;
    border-bottom: 2px solid #ff0000;
}

div#com_pmodule_gbook_list {
    display: none;
}

body.gbook .navPage.pagebar {
    display: none;
}

body.menu_49 .remark1 {
    border: 1px solid #ccc;
}

body.menu_48 .remark1 {
    border: 0px solid #ccc;
}

body.gbook .footer {
    margin-top: -112px;
}


/*zhaopin*/

.p_content .job_title {
    color: #005dac;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 40px;
    margin-top: 50px;
}

.p_content .job_block {
    width: 20px;
    height: 20px;
    background-color: #005dac;
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
}

.p_content #com_thenm_list table {
    width: 100%;
    text-align: center;
}

.p_content #com_thenm_list table tr.head td {
    color: #fff;
    background: #005dac;
}

.p_content #com_thenm_list table td {
    width: 20%;
    border: 1px solid #ccc;
    height: 60px;
}

.p_content #com_thenm_list table td {
    background: #fff;
}

.p_content table td img {
    margin: 0 0 3px 10px;
}

.p_content table td.detail {
    text-align: left;
    padding: 20px 0 20px 40px;
    text-align: left;
}

.p_content table td.hide {
    display: none;
}

.p_content table td.detail span {
    display: block;
    width: 100%;
    text-align: left;
    margin-top: 15px;
}

.p_content table td.detail .btn {
    margin-top: 20px;
    width: 125px;
    background: #0775D2;
    color: #fff;
    height: 42px;
    line-height: 42px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    display: block;
    border-radius: 17px;
    ;
}

.p_content table td.chakan {
    cursor: pointer;
}

.p_content table td.detail .btn:hover {
    background: #2B96F1;
}

.message {
    width: 120px;
    height: 40px;
    background: #eeeeee;
    position: fixed;
    right: 35px;
    top: 47%;
    color: #055bac;
    line-height: 40px;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    z-index: 100;
}

.message img {
    margin-left: 13px;
    margin-right: 7px;
    vertical-align: middle;
}

.message:hover {
    background: #ccc;
}

.blue {
    margin-top: 30px;
}

.blue .blue_ {
    margin-top: 15px;
}

.blue strong {
    font-size: 17px;
    line-height: 20px;
}

.blue .blue_ img {
    vertical-align: top;
    margin-right: 10px;
}

.blue strong:nth-child(3) {
    margin-left: 40px;
}

#jobs_view {
    background: #fff none repeat scroll 0 0;
    position: fixed;
    top: 58px;
    z-index: 100000;
    left: 50%;
    margin-left: -600px;
}

.jobs_title div {
    background: #f00 none repeat scroll 0 0;
    display: inline-block;
    float: right;
    width: 33px;
}

.jobs_title {
    background: #024a8e none repeat scroll 0 0;
    color: #fff;
    text-align: center;
}

#jobs_view .msg_iframe {
    height: 500px;
}

.resume_box {
    padding: 20px;
}

.socllbutton a {
    cursor: pointer;
    float: left;
    height: 33px;
    margin: 0 6px;
    width: 33px;
}

div#jobs_view #jobs_view .msg_iframe {
    width: 1200px;
}

.msg_iframe {
    width: 1200px;
    border-width: 1px !important;
    border-color: #6d6d6d !important;
}

body.menu_50 .sidebar_l ul li:last-child {}

body.menu_45.sidebar_l ul li:last-child {}

body.menu_46 .sidebar_l ul li:last-child {}

body.menu_51 .sidebar_l ul li:last-child {
    display: none;
}

body.jobs .sidebar_l ul li:last-child {}

body.jobs .navPage.pagebar {
    display: none;
}

.map1 {
    overflow: hidden;
    width: 100%;
    padding: 20px 0;
}

.remark1 .map1 .l {
    float: right;
    width: 65%;
    margin-right: 20px;
}

.remark1 .txt {
    background-color: #fff;
    width: 100%;
    height: 305px;
    padding: 15px 0 0 80px;
}

.remark1 .map1 .r {
    float: left;
    margin-top: 0;
    margin-right: 0;
    width: 32%;
}

.qualifications .swiper-button-prev,
.environment_list .swiper-button-prev {
    background: url(../Images/prev.png) no-repeat center center;
}

.qualifications .swiper-button-prev::after,
.qualifications .swiper-button-next::after,
.environment_list .swiper-button-prev::after,
.environment_list .swiper-button-next::after {
    display: none;
}

.qualifications .swiper-button-prev:focus,
.qualifications .swiper-button-next:focus,
.environment_list .swiper-button-prev:focus,
.environment_list .swiper-button-next:focus {
    display: none;
}

.qualifications .swiper-button-next,
.environment_list .swiper-button-next {
    background: url(../Images/next.png) no-repeat center center;
}


/* leftsead */

.side {
    width: 70px;
    position: fixed;
    top: 300px;
    right: 82px;
    opacity: 0.6;
    z-index: 1;
}

.side li {
    width: 100%;
    height: 70px;
    background: #eee;
    position: relative;
    margin-top: 2px;
}

.side li img {
    width: 70px;
    height: 70px;
    opacity: 10;
}

.side2 {
    opacity: 1;
}

.side2 li:hover {}

.side2 li {
    width: 70px;
    opacity: 1;
    filter: alpha(0);
    position: relative;
    left: 0;
    line-height: 70px;
    font-size: 1.4rem;
    color: #fff;
    cursor: pointer;
    margin-top: 2px;
    border-radius: 5px;
}

.side2 li {
    float: left;
    height: 70px;
    position: relative;
    line-height: 70px;
    background: transparent;
}

.side2 li .hide {
    width: 123px;
    height: 191px;
    position: absolute;
    left: -136px;
    top: -17px;
    display: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s, ;
}

.side2 li:hover .hide {
    display: block;
}

.side2 li .hide img {
    width: 123px;
    height: 191px;
}

.side2 li .hide::before {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #CCCCCC;
    position: absolute;
    top: 45px;
    left: 125px;
}

.case .sidebar {
    display: none;
}


/* body.menu_50 div#smoothmenu2 ul li:last-child{display:none;}
body.menu_45 div#smoothmenu2 ul li:last-child{display:none;}
body.menu_46 div#smoothmenu2 ul li:last-child{display:none;}
body.menu_75 div#smoothmenu2 ul li:last-child{display:none;}
body.menu_72 div#smoothmenu2 ul li:last-child{display:none;}
body.menu_73 div#smoothmenu2 ul li:last-child{display:none;}
body.menu_76 div#smoothmenu2 ul li:last-child{display:none;} */

.remark1 .map1 .r strong {
    width: 100%;
    text-align: center;
    display: block;
}

#com_indexistop_introduction .introduction .counter li:hover .nmber span {
    color: #0078ff;
}

#com_indexistop_introduction .introduction .counter li:hover .title p {
    color: #0078ff;
}

.p_about1 dl dd h4 {
    margin-bottom: 10px;
}

.business_list {
    overflow: hidden;
    margin: 0 auto;
    width: 1420px;
}

.business_list li {
    width: calc(100% / 5 - 10px);
    height: 350px;
    border: solid 1px rgba(160, 160, 160, 0.25);
    float: left;
    position: relative;
    padding: 0 15px;
    margin: 0 5px;
    padding-top: 60px;
    position: relative;
    background: #fff;
}
.en .business_list li {
	padding-top: 30px;
}
.business_list li:last-child {
    margin-right: 0px;
}

.business_list li h3 {
    font-size: 20px;
    color: #4d4d4d;
    text-align: left;
    font-weight: bold;
    margin-left: 10px;
}
.en .business_list li h3 {
	font-size: 16px;
}
.business_list li p {
    margin-top: 32px;
    font-size: 14px;
    color: #999;
    padding-bottom: 23px;
    border-bottom: 2px solid #dcdcdc;
}

.business_list li .more {
    width: 170px;
    height: 48px;
    background-color: #bd2a27;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    line-height: 48px;
    color: #fff;
    font-size: 14px;
}

.business_list li.li1 p {
    border-bottom: none;
}


/* .business_list li.li1 .div_bg{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
} */

.business_list li:nth-child(2) {
    background-image: url(/templates/Images/business1.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.business_list li:nth-child(3) {
    background-image: url(/templates/Images/business2.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.business_list li:nth-child(4) {
    background-image: url(/templates/Images/business3.jpg);
    background-repeat: no-repeat;
    background-position: center;
}
.business_list li:nth-child(5) {
    background-image: url(/templates/Images/business3.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.business_list li.li1 h3 {
    color: #fff;
}

.business_list li.li1 p {
    color: #fff;
}

.business_list li h3 {
    text-align: center;
    padding-top: 80px;
}

.business_list li:first-child h3 {
    text-align: left;
    padding-top: 0px;
}

.business_list li p {
    margin-top: 260px;
}

.business_list li:first-child p {
    margin-top: 32px;
}
.en .business_list li:first-child p {
	margin-top: 15px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 8;
    text-overflow: -o-ellipsis-lastline;
    -webkit-box-orient: vertical;
}
.business_list li:hover h3 {
    text-align: left;
    padding-top: 0px;
    -webkit-transition-property: padding-top;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
}

.business_list li:hover p {
    margin-top: 32px;
    -webkit-transition-property: margin-top;
    -webkit-transition-duration: 0.5s;
}

#com_indexistop_rualifications .i_pro_l .i_pro_ll li .pic {
    width: 268px;
    height: 179px;
}

#com_indexistop_rualifications .i_pro_l .i_pro_ll li .pic i {
    width: 268px;
    height: 179px;
}

#com_indexistop_rualifications .i_pro_l .i_pro_ll li .pic i img {
    width: 268px;
    height: 179px;
}

#com_indexistop_case_study .i_pro_l .i_pro_ll li .pic {
    width: 280px;
    height: 198px;
}

#com_indexistop_case_study .i_pro_l .i_pro_ll li .pic i {
    width: 280px;
    height: 198px;
}

#com_indexistop_case_study .i_pro_l .i_pro_ll li .pic i img {
    width: 280px;
    height: 198px;
}

#com_indexistop_rualifications {
    background-color: #f5f5f5;
    padding-top: 60px;
    padding-bottom: 40px;
}

#com_indexistop_rualifications .i_pro_l .i_pro_ll li {
    height: 240px;
}

#com_indexistop_rualifications .i_pro_l .i_pro_ll li h3 {
    line-height: 30px;
}

#com_indexistop_rualifications .i_pro_l .i_pro_ll li p {
    line-height: 30px;
}

.business_list li:hover span {
    opacity: 0;
}

.business_list li:hover p {
    opacity: 1;
}

.business_list li:hover .div_bg h3 {
    font-size: 24px;
    color: #ffffff;
    text-align: left;
    margin-top: 30px;
}

.business_list li:hover .div_bg div p {
    font-size: 14px;
    color: #ffffff;
    margin-top: 20px;
}

#com_indexistop_achievement {
    background-color: #f5f5f5;
    padding: 60px 0;
}

#com_indexistop_achievement #Agentslist1 li h3 {
    font-size: 16px;
    color: #333333;
    text-align: center;
}

#com_indexistop_achievement #Agentslist1 li p {
    font-size: 14px;
    color: #646464;
    text-align: center;
    margin-top: 10px;
}

.title01 {
    position: relative;
    padding-bottom: 67px;
}

.title01::after {
    content: '';
    display: block;
    position: absolute;
    top: 93px;
    left: calc(50% - 73.5px);
    width: 147px;
    height: 1px;
    background: #6ea0d5;
}

.results_content {
    overflow: hidden;
}

.results {
    padding-bottom: 161px;
    position: relative;
}

.results_list .swiper-slide {
    width: 293px;
}

.results_list .swiper-slide:hover img {
    transform: scale(1.2);
}

.results_list {
    margin-left: -14px;
}

.results_list .swiper-slide .pic {
    width: 300px;
    height: 360px;
    overflow: hidden;
}

.results_list .swiper-slide .pic img {
    width: 100%;
    height: 100%;
}

.results_list .swiper-slide h3 {
    width: 100%;
    height: 59px;
    text-align: center;
    line-height: 59px;
    background-color: #6ea0d5;
    color: #000000;
    font-size: 23px;
}

@keyframes h3_width {
    from {
        width: 0
    }
    to {
        width: 83px
    }
}

#com_indexistop_introduction .title01 {
    margin-bottom: 52px;
}

#com_indexistop_introduction .about_content {
    background-color: #e6e6e6;
    padding: 49px 0 85px 0;
    position: relative;
}

#com_indexistop_introduction .about_infos {
    width: 1392px;
    margin: 0 auto;
}

#com_indexistop_introduction .about_infos h3,
#com_indexistop_introduction .about_infos p {
    font-size: 20px;
    line-height: 42px;
    color: #000000;
}

#com_indexistop_introduction .about_infos p {
    text-indent: 50px;
}

#com_indexistop_introduction .about_infos .more {
    width: 170px;
    height: 48px;
    background-color: #bd2a27;
    display: block;
    position: absolute;
    right: 260px;
    bottom: 0;
    text-align: center;
    line-height: 48px;
    color: #fff;
    font-size: 14px;
}

#com_indexistop_introduction .about_img {
    padding: 38px 0 37px 0;
}

#com_indexistop_introduction .about_img_content {
    width: 1392px;
    margin: 0 auto;
}

#com_indexistop_introduction .about_img_content ul {
    overflow: hidden;
}

#com_indexistop_introduction .about_img_content li {
    width: 210px;
    height: 211px;
    float: left;
    margin-right: 84px;
    background-position: center center;
    background-size: 100%;
    padding-left: 35px;
    padding-top: 40px;
    background-repeat: no-repeat;
    position: relative;
}

#com_indexistop_introduction .about_img_content .animated.base_wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    clip: rect(0px, 210px, 211px, 105px);
    -webkit-animation-iteration-count: 1;
    /* Only run once */
    -webkit-animation-fill-mode: forwards;
    /* Hold the last keyframe */
    -webkit-animation-timing-function: linear;
    /* Linear animation */
    -webkit-animation-duration: 0.01s;
    /* Complete keyframes asap */
    -webkit-animation-delay: 3s;
    /* Wait half of the animation */
    -webkit-animation-name: close-wrapper;
    /* Keyframes name */
}

#com_indexistop_introduction .about_img_content .animated.base_wrapper:before {
    width: 190px;
    height: 190px;
    border: 1px solid #bd2a27;
    border-radius: 50%;
    display: block;
    content: '';
    position: absolute;
    clip: rect(0px, 95px, 193px, 0px);
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
    -webkit-animation-duration: 6s;
    -webkit-animation-name: left-spin;
}

#com_indexistop_introduction .about_img_content .animated.base_wrapper:after {
    width: 190px;
    height: 190px;
    display: block;
    content: '';
    border: 1px solid #bd2a27;
    border-radius: 100%;
    position: absolute;
    clip: rect(0px, 97px, 193px, 0px);
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
    -webkit-animation-duration: 6s;
    -webkit-animation-name: right-spin;
}

@-webkit-keyframes right-spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    99% {
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(180deg);
    }
}


/* Rotate the left side of the progress bar from 0 to 360 degrees */

@-webkit-keyframes left-spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    99% {
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}


/* Set the wrapper clip to auto, effectively removing the clip */

@-webkit-keyframes close-wrapper {
    to {
        clip: rect(auto, auto, auto, auto);
    }
}

#com_indexistop_introduction .about_img_content .animated.base_wrapper2 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    clip: rect(0px, 210px, 211px, 105px);
    -webkit-animation-iteration-count: 1;
    /* Only run once */
    -webkit-animation-fill-mode: forwards;
    /* Hold the last keyframe */
    -webkit-animation-timing-function: linear;
    /* Linear animation */
    -webkit-animation-duration: 0.01s;
    /* Complete keyframes asap */
    -webkit-animation-delay: 3s;
    /* Wait half of the animation */
    -webkit-animation-name: close-wrapper2;
    /* Keyframes name */
}

#com_indexistop_introduction .about_img_content .animated.base_wrapper2:before {
    width: 190px;
    height: 190px;
    border: 1px solid #bd2a27;
    border-radius: 50%;
    display: block;
    content: '';
    position: absolute;
    clip: rect(0px, 95px, 193px, 0px);
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
    -webkit-animation-duration: 6s;
    -webkit-animation-name: left-spin2;
}

#com_indexistop_introduction .about_img_content .animated.base_wrapper2:after {
    width: 190px;
    height: 190px;
    display: block;
    content: '';
    border: 1px solid #bd2a27;
    border-radius: 100%;
    position: absolute;
    clip: rect(0px, 97px, 193px, 0px);
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
    -webkit-animation-duration: 6s;
    -webkit-animation-name: right-spin2;
}

@-webkit-keyframes right-spin2 {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    99% {
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(180deg);
        opacity: 0;
    }
}


/* Rotate the left side of the progress bar from 0 to 360 degrees */

@-webkit-keyframes left-spin2 {
    0% {
        -webkit-transform: rotate(0deg);
    }
    99% {
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(360deg);
        opacity: 0;
    }
}


/* Set the wrapper clip to auto, effectively removing the clip */

@-webkit-keyframes close-wrapper2 {
    to {
        clip: rect(auto, auto, auto, auto);
    }
}

#com_indexistop_introduction .about_img_content li:last-child {
    margin-right: 0;
}

#com_indexistop_introduction .about_img_content li h3 {
    font-size: 55px;
    color: #bd2a27;
}

.en #com_indexistop_introduction .about_img_content li h3 {
    font-size: 40px;
}
.en #com_indexistop_introduction .about_img_content li span {
	font-size: 14px;
}
.en #com_indexistop_introduction .about_img_content li em {
	font-size: 12px;
}
.branches_content .card img:hover {
    transform: scale(1.1);
}

#com_indexistop_introduction .about_img_content li span {
    font-size: 15px;
    color: #bd2a27;
    display: block;
}

#com_indexistop_introduction .about_img_content li em {
    font-size: 16px;
    color: #bd2a27;
    display: block;
}

#com_indexistop_introduction .about_img_content img {
    width: 100%;
}

#com_indexistop_introduction .about_bigimg {
    padding-top: 49px;
}

#com_indexistop_introduction .about_bigimg .about_bigimg_content {
    width: 1392px;
    margin: 0 auto;
}

#com_indexistop_introduction .about_bigimg .about_bigimg_content img {
    width: 100%;
}

.i_news_videos {
    padding-top: 86px;
    padding-bottom: 101px;
}

.i_news_videos_content {
    width: 1415px;
    margin: 0 auto;
}

.i_news_videos_content .index_videos {
    margin-top: 134px;
    width: 818px;
    height: 483px;
    box-shadow: 0 0 10px #000;
    float: left;
    padding: 52px 37px 53px 40px;
    overflow: hidden;
    position: relative;
}

.i_news_videos_content .index_videos .swiper-slide {
    width: 719px;
    height: 378px;
    flex-wrap: wrap;
    margin-right: 50px;
}

.i_news_videos_content .index_videos .swiper-slide .video {
    width: 719px;
    height: 378px;
}

.i_news_videos_content .index_videos .swiper-slide .video video {
    width: 719px;
    height: 378px;
}

.i_news_videos_content .swiper-button-next5 {
    position: absolute;
    width: 21px;
    height: 37px;
    top: calc(50% - 18.5px);
    right: 15px;
    background: url(../Images/next.png) no-repeat center center;
}

.i_news_videos_content .swiper-button-next5:focus,
.i_news_videos_content .swiper-button-prev5:focus {
    display: none;
}

.i_news_videos_content .swiper-button-prev5 {
    position: absolute;
    width: 21px;
    height: 37px;
    top: calc(50% - 18.5px);
    left: 15px;
    background: url(../Images/prev.png) no-repeat center center;
}

.i_news_videos_content .i_news_list {
    width: 552px;
    height: 610px;
    float: left;
    margin-left: 42px;
}

.i_news_videos_content .i_news_list .toptitle h3 {
    font-size: 30px;
    line-height: 36px;
    color: #000000;
}

.i_news_videos_content .i_news_list .toptitle span {
    font-size: 14px;
    color: #000000;
    line-height: 36px;
    margin-bottom: 20px;
    display: block;
}

.i_news_videos_content .i_news_list li {
    height: 172px;
    width: 100%;
    padding: 60px 22px 22px 10px;
    background-color: #e6e6e6;
    overflow: hidden;
    border-bottom: solid 1px #ffffff;
}

.i_news_videos_content .i_news_list li .time {
    width: 113px;
    height: 72px;
    background-color: #bd2a27;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    line-height: 72px;
    float: left;
}

.i_news_videos_content .i_news_list li .infos {
    width: 383px;
    float: left;
    margin-left: 24px;
    margin-top: -25px;
}

.i_news_videos_content .i_news_list li .infos h3,
.i_news_videos_content .i_news_list li .infos_title {
    font-size: 16px;
    line-height: 36px;
    color: #000;
}

.i_news_videos_content .i_news_list li .infos .infos_title *,
.i_news_videos_content .i_news_list li .infos .infos_title {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.i_news_videos_content .i_news_list li .infos h3 {
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
    text-overflow: ellipsis;
}

.i_news_videos_content .i_news_list ul {
    background-color: #e6e6e6;
    position: relative;
    height: 100%;
}

.i_news_videos_content .i_news_list li.on {
    background-color: #b3b1b1;
}

.i_news_videos_content .i_news_list ul .more {
    width: 170px;
    height: 48px;
    background-color: #bd2a27;
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0;
    text-align: center;
    line-height: 48px;
    color: #fff;
    font-size: 14px;
}

.qualifications {
    padding-top: 66px;
    padding-bottom: 78px;
}

.qualifications_content {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.qualifications_content .swiper-container {
    width: 1415px;
    margin: 0 auto;
    overflow: initial;
}

.qualifications_content .swiper-container::before {
    content: '';
    display: block;
    width: calc(50vw - 624px);
    height: 100%;
    background-color: #fff;
    z-index: 9;
    position: absolute;
    left: calc(600px - (50vw - 8.5px));
    top: 0;
}

.qualifications_content .swiper-container::after {
    content: '';
    display: block;
    width: calc(50vw - 600px);
    height: 100%;
    background-color: #fff;
    z-index: 9;
    position: absolute;
    right: calc(600px - (50vw - 8.5px));
    top: 0;
}

.qualifications_content .swiper-slide {
    height: 330px;
}

.qualifications_content .swiper-slide .pic {
    width: 100%;
    height: 100%;
    border: solid 1px #000000;
}

.qualifications_content .swiper-wrapper {
    width: 1415px !important;
    margin: 0 auto;
}

.qualifications_content .swiper-slide .pic img {
    width: 427px;
    height: 290px;
}

.job_qrcode .hide_pic {
    display: none;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 70px;
    top: 0;
}

.job_qrcode .hide_pic img {
    margin: 0;
    width: 100%;
}

.job_qrcode .icon:hover .hide_pic {
    display: block;
}

.side2 li .qrcode {
    width: 150px;
    height: 150px;
    position: absolute;
    left: -150px;
    top: -5px;
    display: none;
}

@keyframes side2 {
    from {
        left: 0
    }
    to {
        left: -250px
    }
}

.honor_list #com_thenm_list>ul {
    overflow: hidden;
}

.honor_list #com_thenm_list>ul li {
    margin-right: 15px;
    width: 286px;
    height: 202px;
    padding: 10px;
    float: left;
    margin-bottom: 38px;
}

.honor_list #com_thenm_list>ul li:nth-child(4n) {
    margin-right: 0px;
}

#com_indexistop_introduction .introduction_list li .title h3 a:hover {
    color: #005dac;
}

#com_indexistop_introduction .introduction_list li .infos p:hover {
    color: #005dac;
}

#com_indexistop_introduction .introduction_list li .time .more:hover {
    color: #005dac;
}

#com_indexistop_introduction .introduction_list li .title h3 a:hover {
    color: #005dac;
}

#com_indexistop_case_study .i_pro_l .i_pro_ll li {
    position: relative;
    height: 248px;
}

#com_indexistop_case_study .i_pro_l .i_pro_ll li .pic a {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

#com_indexistop_case_study .i_pro_l .i_pro_ll li .pic a h3 {
    height: 49px;
    line-height: 49px;
    display: inline-block;
    width: 100%;
    color: #000;
    overflow: hidden;
    font-size: 14px;
    text-align: center;
}

#com_indexistop_case_study .i_pro_l .i_pro_ll li:hover .pic a h3 {
    background: rgba(24, 132, 254, 0.8);
    color: #fff;
}

#com_indexistop_case_study .i_pro_l .i_pro_ll li:hover .pic a {
    display: block;
}

.p_content_dll .toptitle {
    padding-bottom: 50px;
}

.p_content .toptitle h3 {
    font-size: 34px;
    color: #000000;
    font-weight: bold;
    text-align: center;
}

.p_p_list ul li .pic {
    width: 285px;
    height: 284px;
    overflow: hidden;
}

.p_p_list ul li:hover .pic img {
    transform: scale(1.1);
}

.p_p_list ul li .pic img {
    width: 285px;
    height: 284px;
}

.p_p_list ul li .title {
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.design_title {
    overflow: hidden;
    position: relative;
    margin-top: 48px;
    margin-bottom: 150px;
}

.design_title .title {
    width: 100%;
    float: left;
    height: 441px;
    background: rgba(255, 255, 255, 0.7);
    padding: 82px 30px;
    font-size: 18px;
    line-height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.design_title .title .white_bg {
    background: rgba(255, 255, 255, 0.5);
    padding: 30px 15px;
    color: #000;
    overflow: hidden;
}

.design_title .pic {
    width: 100%;
    float: left;
    height: 441px;
}

.design_title .pic img {
    width: 100%;
    height: 441px;
}

.design_title .title .contact {
    width: 39%;
    float: left;
}

.design_title .title .contact h3 {
    font-size: 38px;
    line-height: 47px;
    letter-spacing: 10px;
    color: #111111;
    width: 195px;
    height: 97px;
}

.design_title .title .contact p {
    font-size: 13px;
    line-height: 36px;
    letter-spacing: 1px;
    color: #111111;
}

.design_title .title .pro_gbook iframe {
    height: 100%;
}

.design_title .title .pro_gbook {
    width: 60%;
    float: left;
    height: 205px;
    opacity: 0.7;
}

.design_title .title2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    padding: 80px 30px;
}

.design_title .title2 p {
    padding: 60px 50px;
    background: rgba(255, 255, 255, 0.5);
    font-size: 22px;
    line-height: 36px;
    color: #111111;
}

.design_title .title .pro_gbook p {
    font-size: 17px;
    color: #111111;
}

.p_content .toptitle p {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    color: #000000;
    margin-top: 30px;
}

.product_content .toptitle {
    position: relative;
    margin-bottom: 71px;
}

.product_content .toptitle::after {
    content: '';
    display: block;
    position: absolute;
    width: 153px;
    height: 1px;
    left: calc(50% - 76.5px);
    bottom: -22px;
    background-color: #1985ff;
}

.zhenghe {
    font-size: 20px;
    line-height: 36px;
    color: #000000;
    padding: 0 111px 0 101px;
    margin-bottom: 42px;
}

.remark1 {
    overflow: hidden;
}

.remark1 .mapic {
    float: left;
    width: 650px;
    height: 730px;
    margin-top: 80px;
    position: relative;
}

.remark1 .mapic .headquarters .yy {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #7D7D7D;
    box-sizing: border-box;
    position: absolute;
    right: 160px;
    bottom: 282px;
}

.remark1 .mapic .headquarters .yy .yyy {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #7D7D7D;
    display: block;
    position: absolute;
    left: 2px;
    top: 2px;
}

.remark1 .mapic .headquarters .yy .line {
    height: 1px;
    width: 116px;
    position: absolute;
    background: #5787F8;
    right: -121px;
    bottom: 6px;
    display: none;
}

.remark1 .mapic .headquarters .yy .title {
    width: 221px;
    height: 72px;
    color: #cd0000;
    font-size: 16px;
    position: absolute;
    right: -354px;
    bottom: -30px;
    display: none;
}

.remark1 .mapic .headquarters .y2 {
    right: 201px;
    bottom: 257px;
}

.remark1 .mapic .headquarters .y3 {
    right: 240px;
    bottom: 253px;
}

.remark1 .mapic .headquarters .y4 {
    right: 220px;
    bottom: 248px;
}

.remark1 .mapic .headquarters .y5 {
    right: 194px;
    bottom: 242px;
}

.remark1 .mapic .headquarters .y6 {
    right: 153px;
    bottom: 264px;
}

.remark1 .mapic .headquarters .y7 {
    right: 115px;
    bottom: 344px;
}

.remark1 .mapic .headquarters .y8 {
    right: 139px;
    bottom: 408px;
}

.remark1 .mapic .headquarters .y9 {
    right: 171px;
    bottom: 430px;
}

.remark1 .mapic .headquarters .y10 {
    right: 157px;
    bottom: 458px;
}

.remark1 .mapic .headquarters .y11 {
    right: 191px;
    bottom: 485px;
}

.remark1 .mapic .headquarters .y12 {
    right: 113px;
    bottom: 535px;
}

.remark1 .mapic .headquarters .y13 {
    right: 255px;
    bottom: 405px;
}

.remark1 .mapic .headquarters .y14 {
    right: 262px;
    bottom: 335px;
}

.remark1 .mapic .headquarters .y15 {
    right: 305px;
    bottom: 385px;
}

.remark1 .mapic .headquarters .y16 {
    right: 352px;
    bottom: 451px;
}

.remark1 .mapic .headquarters .y17 {
    right: 482px;
    bottom: 511px;
}

.remark1 .mapic .headquarters .yy:hover .line {
    display: block;
}

.remark1 .mapic .headquarters .yy:hover .title {
    display: block;
}

.remark1 .mapic .headquarters .yy:hover {
    border: 1px solid #5787F8 !important;
}

.remark1 .mapic .headquarters .yy:hover .yyy {
    background: #5787F8 !important;
}

.remark1 .mapic img {
    width: 100%;
    height: 540px;
}

.remark1 .qrcode {
    float: left;
    width: 27%;
    height: 463px;
    margin-top: 80px;
    margin-left: 200px;
    position: relative;
}

.remark1 .qrcode .hide_shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.remark1 .qrcode .hide_shadow img {
    width: 150px;
    height: 150px;
    display: block;
    margin: 0 auto;
    margin-top: 150px;
}

.remark1 .qrcode:hover .hide_shadow {
    display: block;
}

.remark1 .qrcode img {
    width: 100%;
    height: 463px;
}

.about_list {
    overflow: hidden;
    padding-top: 50px;
}

.about_list li {
    width: 23.7%;
    float: left;
    margin-left: 20px;
    margin-bottom: 40px;
}

.about_list li:first-child {
    margin-left: 0px;
}

.about_list li:nth-child(5) {
    margin-left: 0px;
}

.about_list li .pic {
    width: 100%;
}

.about_list li .title {
    font-size: 14px;
    color: #000000;
    text-align: center;
}

.mileposts_content {
    background: url(/templates/Images/mileposts_bg.jpg) bottom left no-repeat;
}

.mileposts_content>ul {
    position: relative;
    padding-top: 60px;
}

.mileposts_content>ul::before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #2589ff;
    position: absolute;
    left: calc(50% - 0.5px);
    top: 0;
}

.mileposts_content>ul li {
    position: relative;
}

.mileposts_content>ul li::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: url(../Images/circular_small.png) no-repeat 100% center;
    position: absolute;
    left: -15px;
    top: 7px;
}

.mileposts .p_content {
    padding-bottom: 0;
}

.mileposts .p_container {
    padding-bottom: 0;
}

.mileposts_content>ul li.title::before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background: url(../Images/circular_big.png) no-repeat 100% center;
    position: absolute;
    left: 128px;
    top: 0px;
}

.mileposts_content>ul li {
    font-size: 20px;
    color: #373d41;
    margin-top: 40px;
}

.mileposts_content>ul>li.title {
    font-size: 30px;
    color: #373d41;
    margin-top: 0px;
    padding-right: 160px;
    line-height: 30px;
    display: inline-block;
}

.mileposts_content>ul li.title .more {
    background: url(../Images/mileposts_more.jpg)no-repeat 100%;
    width: 36px;
    height: 33px;
    display: inline-block;
    margin-right: 15px;
    float: left;
}

.mileposts_content>ul .mileposts_list {
    width: 46%;
    margin-left: 20px;
}

.mileposts_content>ul .mileposts_list li {
    padding-left: 0;
    text-align: left;
}

.mileposts_content>ul:nth-child(2n)>li.title {
    padding-left: 160px;
    padding-right: 0;
}

.mileposts_content>ul:nth-child(2n)>li.title .more {
    float: right;
    margin-left: 15px;
    margin-right: 0;
}

.mileposts_content>ul:nth-child(2n) .mileposts_list {
    margin-left: 53%;
}

.mileposts_content>ul:first-child {
    padding-top: 0;
}

.mileposts_content {
    text-align: center;
    padding-bottom: 96px;
}

.mileposts .p_about {
    padding-top: 0;
}

.language {
    text-align: center;
    padding-top: 80px;
}

.language>h3 {
    font-size: 36px;
    color: #cd0000;
    font-weight: bold;
    margin-bottom: 30px;
}

.language>p {
    font-size: 16px;
    color: #000000;
    margin-bottom: 60px;
}

.language .red {
    color: #cd0000;
    font-size: 18px;
    font-weight: bold;
}

.language .kong {
    margin-bottom: 40px;
}

.structure_small {
    padding-top: 80px;
}

.structure_small {
    padding: 0 102px 0 137px;
}

.structure_small img {
    width: 100%;
}

.cooperative_small {
    width: 1783px;
    margin: 0 auto;
}

.cooperative_small img {
    width: 100%;
}

.n_n_list li i img {
    width: 380px;
    height: 220px;
}

.slogan {
    font-size: 14px;
    line-height: 36px;
    color: #545454;
}

.responsibility_pic {
    margin-top: 58px;
}

.responsibility_qrcode {
    margin-top: 58px;
}

.responsibility_slogan {
    font-size: 16px;
    color: #000000;
    margin-top: 40px;
}

.responsibility_qrcode img {
    display: block;
    margin: 0 auto;
}

.i_pro_ll li h3 {
    text-align: center;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.i_pro_ll li p {
    text-align: center;
}

.o_knowledge_list {
    overflow: hidden;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 48px;
    display: none;
}

.knowledge .p_content {
    padding-bottom: 187px;
}

.o_knowledge_list span {
    cursor: pointer;
    width: 194px;
    height: 50px;
    background-color: #fff;
    display: inline-block;
    color: #000;
    text-align: center;
    line-height: 50px;
    margin-left: 10px;
    border: solid 1px #dadada;
    font-weight: bold;
}

.o_knowledge_list span.on {
    background-color: #066df9;
    color: #fff;
}

.o_knowledge_list span:first-child {
    margin-left: 0px;
}

.o_know_list .o_prod_box li {
    width: 100%;
    padding: 46px 35px;
    border: solid 1px #c5c5c5;
    overflow: hidden;
    margin-bottom: 20px;
}

.o_know_list .o_prod_box li .toptitle {
    float: left;
}

.o_know_list .o_prod_box li .toptitle h4 {
    font-size: 16px;
    color: #000000;
    line-height: 48px;
}

.o_know_list .o_prod_box li .icon {
    background: url(../Images/icon1.png) no-repeat 100%;
    width: 47px;
    height: 48px;
    float: right;
    display: block;
}

.contact_information {
    width: 432px;
    height: 241px;
    margin: 0 auto;
    text-align: center;
    line-height: 36px;
    margin-top: 40px;
}

.headquarters_title {
    width: 450px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 108px;
}

.headquarters_title p {
    font-size: 16px;
    line-height: 36px;
    color: #000;
    margin-bottom: 20px;
}

.headquarters_title a {
    font-size: 16px;
    line-height: 36px;
    color: #000;
    margin-bottom: 20px;
    display: block;
}

.headquarters_title a:hover {
    color: #e62129;
}

.headquarters_list {
    overflow: hidden;
}

.headquarters_list li {
    width: 220px;
    height: 319px;
    border: solid 1px #d3d3d3;
    float: left;
    position: relative;
    overflow: hidden;
}

.headquarters_list li .picture {
    margin-top: 100px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: all .7s ease-out;
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}

.headquarters_list li .picture img {
    margin: 0 auto;
    width: 80px;
    height: 61px;
    transition: all 0.36s ease;
    display: block;
}

.headquarters_list li .item_wrapper {
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: all .7s ease-out;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    opacity: 0;
    text-align: center;
    float: left;
}

.headquarters_list li .item_wrapper::before {
    content: '';
    width: calc(100% - 22px);
    height: calc(100% - 22px);
    border: 1px solid rgba(255, 235, 159, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    margin: 10px;
    opacity: 0;
    transform: scale(1.08);
    transition: all 0.36s ease;
    z-index: 2;
}

.headquarters_list li .item_wrapper img {
    margin-top: 50px;
}

.headquarters_list li:hover .picture {
    transform: rotateY(-180deg);
}

.headquarters_list li:hover .item_wrapper {
    transform: rotateY(0deg);
    opacity: 1;
}

.headquarters_list li:first-child .picture img {
    width: 80px;
    height: 61px;
}

.headquarters_list li:nth-child(3) .picture img {
    width: 84px;
    height: 66px;
}

.headquarters_list li:nth-child(4) .picture img {
    width: 89px;
    height: 58px;
}

.headquarters_list li:nth-child(5) .picture img {
    width: 49px;
    height: 43px;
}

.headquarters_list li h5 {
    font-size: 16px;
    color: #000000;
    text-align: center;
    margin-top: 58px;
}

.headquarters_list li:hover h5 {
    color: #ff0000;
}

.headquarters_list li:nth-child(3) h5 {
    margin-top: 53px;
}

.headquarters_list li:nth-child(5) h5 {
    margin-top: 71px;
}

.headquarters_list li {
    margin-left: 25px;
}

.headquarters_list li:first-child {
    margin-left: 0px;
}

.headquarters_list ul {
    overflow: hidden;
}

.headquarters_more {
    width: 269px;
    height: 50px;
    border: solid 1px #d3d3d3;
    display: block;
    overflow: hidden;
    line-height: 50px;
    font-size: 16px;
    color: #000000;
    margin: 0 auto;
    margin-top: 42px;
    position: relative;
    padding-left: 75px;
    margin-bottom: 58px;
}

.headquarters_more img {
    width: 50px;
    display: inline-block;
    position: absolute;
    right: 70px;
    top: 25px;
}

.headquarters_more:hover {
    color: #ff0000;
}

.remark1>.map {
    margin-top: 100px;
}

.job_concept {
    overflow: hidden;
}

.job_concept .pic {
    width: 538px;
    height: 573px;
    float: left;
}

.job_concept .title {
    margin-left: 40px;
    margin-top: 60px;
    float: left;
}

.job_concept .title p {
    font-size: 16px;
    color: #000000;
}

.team_pic {
    overflow: hidden;
    margin-top: 50px;
}

.team_pic img {
    width: 300px;
    height: 340px;
    display: block;
    float: left;
    margin-left: 18px;
    margin-bottom: 20px;
}

.team_pic img.big {
    width: 562px;
    height: 340px;
}

.team_pic img.square {
    width: 388px;
    height: 260px;
}

.team_pic img:first-child {
    margin-left: 0;
}

.team_pic img:nth-child(4) {
    margin-left: 0;
}

.interview_title {
    width: 911px;
    margin: 0 auto;
}

.interview_title h3 {
    font-size: 20px;
    line-height: 36px;
    color: #000000;
    text-align: center;
    margin-bottom: 46px;
}

.interview_title .red {
    color: #d10000;
    text-align: center;
    font-size: 16px;
    margin-bottom: 45px;
}

.interview_title img {
    width: 234px;
    height: 238px;
    display: block;
    margin: 0 auto;
}


/* .ddsmoothmenu ul li .nava::before {
    content: '';
    width: 31px;
    height: 25px;
    display: block;
    float: left;
    margin-top: 7px;
} */


/* .ddsmoothmenu ul li .navactive::before {
    content: '';
    width: 31px;
    height: 25px;
    display: block;
    float: left;
    margin-top: 7px;
}

.ddsmoothmenu ul li:nth-child(2) .nava::before{
    background: url(../Images/zhi.png) no-repeat 100%;
}

.ddsmoothmenu ul li:nth-child(3) .nava::before{
    background: url(../Images/lan.png) no-repeat 100%;
    width: 27px;
    height: 33px;
    margin-top: 0;
}

.ddsmoothmenu ul li:nth-child(4) .nava::before{
    background: url(../Images/xun.png) no-repeat 100%;
    width: 28px;
    height: 34px;
    margin-top: 0;
}

.ddsmoothmenu ul li:nth-child(5) .nava::before{
    background: url(../Images/du.png) no-repeat 100%;
    width: 29px;
    height: 29px;
    margin-top: 3px;
}

.ddsmoothmenu ul li:nth-child(6) .nava::before{
    background: url(../Images/dan.png) no-repeat 100%;
    width: 30px;
	height: 27px;
}

.ddsmoothmenu ul li:nth-child(7) .nava::before{
    background: url(../Images/zhao.png) no-repeat 100%;
    width: 29px;
	height: 29px;
}

.ddsmoothmenu ul li:nth-child(8) .nava::before{
    background: url(../Images/dian.png) no-repeat 100%;
    width: 27px;
	height: 29px;
}

.ddsmoothmenu ul li:nth-child(2) .navactive::before{
    background: url(../Images/zhi.png) no-repeat 100%;
}

.ddsmoothmenu ul li:nth-child(3) .navactive::before{
    background: url(../Images/lan.png) no-repeat 100%;
    width: 27px;
    height: 33px;
    margin-top: 0;
}

.ddsmoothmenu ul li:nth-child(4) .navactive::before{
    background: url(../Images/xun.png) no-repeat 100%;
    width: 28px;
    height: 34px;
    margin-top: 0;
}

.ddsmoothmenu ul li:nth-child(5) .navactive::before{
    background: url(../Images/du.png) no-repeat 100%;
    width: 29px;
    height: 29px;
    margin-top: 3px;
}

.ddsmoothmenu ul li:nth-child(6) .navactive::before{
    background: url(../Images/dan.png) no-repeat 100%;
    width: 30px;
	height: 27px;
}

.ddsmoothmenu ul li:nth-child(7) .navactive::before{
    background: url(../Images/zhao.png) no-repeat 100%;
    width: 29px;
	height: 29px;
}

.ddsmoothmenu ul li:nth-child(8) .navactive::before{
    background: url(../Images/dian.png) no-repeat 100%;
    width: 27px;
	height: 29px;
} */

#com_indexistop_introduction .introduction_list li .img img {
    width: 100%;
    height: 290px;
}

#com_indexistop_introduction .introduction_list li .img img:hover {
    transform: scale(1.1);
}

.company66 {
    width: 1206px;
    margin: 0 auto;
    font-size: 16px;
    color: #000000;
    margin-top: 20px;
    line-height: 42px;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 92px;
}

.mascot_pic {
    width: 429px;
    float: right;
}

.mascot_pic .pic {
    width: 172px;
    height: 266px;
    margin-top: 20px;
    margin: 0 auto;
}
.en .mascot_pic .pic {
    width: 200px;
}
.mascot_pic .pic img {
    width: 172px;
    height: 240px;
}

.mascot_pic .pic h5 {
    font-size: 16px;
    color: #000000;
}

.mascot_pic .title {
    width: 429px;
    height: 155px;
    background-color: #e9f3ff;
    border: solid 1px #2689fe;
    padding: 25px 25px 29px 30px;
    margin-top: 23px;
}

.mascot_pic .title::before {
    content: '';
    display: block;
    width: 17px;
    height: 26px;
    position: absolute;
    left: -18px;
    top: 13px;
    background: url(../Images/sanjiao.jpg) no-repeat 100%;
}

.vision_mission {
    background-color: #e6e6e6;
    padding: 58px 0 65px 0;
}

.vision_mission .toptitle {
    margin-top: 60px;
}

.mascot {
    padding-top: 59px;
}

.vision_mission .vision_mission_list {
    overflow: hidden;
    width: 1206px;
    margin: 0 auto;
}

.vision_mission .vision_mission_list ul {
    width: 704px;
    float: left;
}

.vision_mission .vision_mission_list li {
    width: 100%;
    margin-top: 50px;
}

.vision_mission .vision_mission_list li:first-child {
    margin-top: 0;
}

.vision_mission .vision_mission_list li h3 {
    padding-left: 15px;
    border-left: 6px solid #2489ff;
    line-height: 30px;
    font-size: 18px;
}

.vision_mission .vision_mission_list li p {
    font-size: 14px;
    padding-left: 15px;
    color: #000000;
    margin-top: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.side2 li.actGotop {
    width: 70px;
    height: 70px;
}

.side2 li.actGotop:hover {
    animation: none;
}

.mascot_video {
    width: 1269px;
    margin: 0 auto;
    padding: 54px 0 106px 0;
}

.mascot_video_list {
    overflow: hidden;
    position: relative;
}

.mascot_video .toptitle {
    padding-left: 30px;
}

.mascot_video .toptitle h3 {
    padding-left: 15px;
    border-left: 6px solid #2489ff;
    margin-bottom: 25px;
}

.mascot_video .swiper-slide {
    width: 382px;
    margin-right: 30px;
    background-color: #f7f7f7;
    display: block;
}

.index_videos {
    position: relative;
}

.index_videos .videos_list {
    width: 1209px !important;
    margin: 0 auto;
}

.i_news_videos_content .index_videos .videos_list {
    width: 718px !important;
}

.mascot_video_list .i_pro_ll {
    width: 1142px !important;
    margin: 0 auto;
}

.mascot_video .swiper-slide .video {
    width: 366px;
    height: 289px;
    margin-top: -10px;
}

.mascot_video .swiper-slide .video video {
    width: 366px;
    height: 289px;
}

.mascot_video .swiper-button-next6 {
    right: 7px;
    top: calc(50% - 18.5px);
}

.mascot_video .swiper-button-prev6 {
    left: 7px;
    top: calc(50% - 18.5px);
}

.mascot_video .swiper-slide h3 {
    margin: 0 19px;
    margin-top: 25px;
    border-top: 1px solid #ccc;
    text-align: center;
    font-size: 14px;
    color: #000;
    line-height: 40px;
}

.mascot_video .swiper-slide .title {
    width: 90%;
    margin: 0 auto;
    padding: 15px 0;
    margin-top: 25px;
    border-top: 1px solid #ccc;
    text-align: center;
}

.cooperative_list .p_p_list li {
    width: 220px;
    height: 179px;
    margin-right: 85px;
    margin-bottom: 50px;
}

.cooperative_list .p_p_list li .pic {
    width: 220px;
    height: 179px;
}

.cooperative_list .p_p_list li .pic img {
    width: 220px;
    height: 179px;
}

.case_list .p_p_list ul li .pic {
    height: 230px;
}

.case_list .p_p_list ul li .pic img {
    height: 230px;
}

.product_content .p_p_list ul li .pic {
    overflow: hidden;
    width: 100%;
    height: 230px;
}

.product_content .p_p_list ul li {
    height: 274.28px;
}

.product_content .p_p_list ul li .pic img {
    width: 100%;
    height: 100%;
}

.product_content .p_p_list ul li:nth-child(3n) {
    margin-right: 0;
}

.product_content .p_p_list ul li:hover .pic img {
    transform: scale(1);
}

.p_p_list ul li:hover .title {
    color: #ff0000;
}

.interview_title img:hover,
.responsibility_qrcode img:hover {
    transform: scale(1.3);
}

.list_l li {
    position: relative;
}

.list_l li .more {
    width: 83px;
    height: 30px;
    background-color: #fff;
    position: absolute;
    right: 0;
    bottom: 5px;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    color: #000000;
    opacity: 0.75;
}

.list_l li:hover .more {
    width: 83px;
    height: 30px;
    background-color: #1e3dfa;
    color: #ffffff;
    opacity: 0.75;
}

#com_nmdlls_news {
    overflow: hidden;
}

.case_list_ll ul {
    overflow: hidden;
}

.case_list_ll li {
    width: calc(100% / 4 - 10px);
    margin: 0 5px;
    height: 400px;
    padding: 59px 0 0 0;
    float: left;
    position: relative;
}

.case_list_ll li:first-child {
    background: url(/templates/Images/case1.jpg) center;
}

.case_list_ll li:nth-child(2) {
    background: url(/templates/Images/case3.jpg) center;
    margin: 0 5px;
}

.case_list_ll li:nth-child(3) {
    background: url(/templates/Images/case2.jpg) center;
}
.case_list_ll li:nth-child(4) {
    background: url(/templates/Images/case4.jpg) center;
}

.case_list_ll li h3 {
    font-size: 28px;
    color: #ffffff;
    text-align: center;
}
.en .case_list_ll li h3 {
	font-size: 20px;
}
.case_list_ll li .infos {
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    margin: 45px 37px 0 33px;
}
.en .case_list_ll li .infos {
	font-size: 12px;
}
.case_list_ll li .div_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(/templates/Images/div_bg.png);
    background-size: 100%;
    opacity: 0;
    z-index: 8;
}

.case_list_ll li:hover .div_bg {
    opacity: 1;
}

.case_list_ll li .title {
    position: relative;
    z-index: 99;
}

#leftsead {
    z-index: 9999999;
    position: relative;
}

.p_about .rol01,
.p_about .ror01 {
    top: 130px;
}

.i_pro_ll li .title {
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    color: #000000;
}

.i_pro_ll li .pic {
    width: 286px;
    height: 284px;
}

.i_pro_ll li .pic img {
    width: 286px;
    height: 284px;
}

#Agentslist4 {
    width: 1205px !important;
}

.news_map {
    width: 430px;
    height: 340px;
    float: left;
}

.news_gbook {
    width: 55%;
    float: left;
    margin-left: 100px;
}

.p_content p.toptitle {
    font-size: 17px;
    color: #111111;
    float: left;
    margin: 10px 0 10px 105px;
}

.service_pic {
    margin-top: 50px;
}

.environment .p_content {
    padding-top: 0;
    width: 100%;
    overflow: hidden;
}

.environment .p_about {
    width: 1200px;
    margin: 0 auto;
}

.environment_list .swiper-containers .swiper-wrapper .swiper-slide .pic {
    position: relative;
}

.environment_list .swiper-containers .swiper-wrapper .swiper-slide .pic img {
    height: 548px;
}

.environment_list .swiper-containers .swiper-wrapper .swiper-slide .pic .title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 55px;
    background-color: rgba(255, 255, 255, 0.2);
    line-height: 55px;
}

.environment_list .swiper-containers .swiper-wrapper .swiper-slide .pic .title p {
    color: #fff;
    font-size: 28px;
}

html,
body {
    position: relative;
    height: 100%;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-containers {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 5;
}

.swiper-containers::before {
    content: '';
    display: block;
    width: calc(50vw - 600px);
    height: 100%;
    background-color: #fff;
    z-index: 9;
    position: absolute;
    left: calc(600px - (50vw - 8.5px));
    top: 0;
}

.swiper-containers::after {
    content: '';
    display: block;
    width: calc(50vw - 624px);
    height: 100%;
    background-color: #fff;
    z-index: 9;
    position: absolute;
    right: calc(600px - (50vw - 8.5px));
    top: 0;
}

.environment .swiper-slide-next+div+div {
    transform: scale(1.1) !important;
    z-index: 2;
}

.environment_list .swiper-button-prev {
    left: -35px;
}

.environment_list .swiper-button-next {
    right: -50px;
}

.environment_list .swiper-containers .swiper-slide {
    transform: scale(1);
    height: 548px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(1);
}

.qualifications_content .swiper-slide-prev,
.swiper-slide-duplicate-prev {
    transform: scale(1.1);
}

.mascot_video_list .swiper-slide-duplicate-prev {
    transform: scale(1);
}

.qualifications_content .swiper-slide-prev:hover,
.swiper-slide-duplicate-prev:hover {
    transform: scale(1.1);
}

.qualifications_content .swiper-button-prev {
    left: 195px !important;
}

.qualifications_content .swiper-button-next {
    right: 220px;
}

.swiper-slide:hover img {
    transform: scale(1);
    transition: all 0.5s;
}

.environment_list {
    position: relative;
    margin-top: 47px;
    margin-bottom: 41px;
}

.environment_list .rol01 {
    right: -40px;
}

.environment_list .ror01 {
    left: -40px;
}

.environment_list .rol01,
.environment_list .ror01 {
    top: calc(50% - 18.5px);
}

.environment_list .i_pro_ll li {
    width: 300px;
    height: 548px;
    margin-right: 0;
}

.environment_list .i_pro_ll li .pic {
    width: 100%;
    height: 100%;
    position: relative;
}

.environment_list .i_pro_ll li .pic img {
    width: 100%;
    height: 100%;
}

.environment_list .i_pro_ll li .title {
    width: 100%;
    height: 55px;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 0;
    bottom: 0;
}

.environment_list .i_pro_ll li:hover {
    transform: scale(1.2);
}

.environment_list .i_pro_ll li .title p {
    text-align: center;
    font-size: 28px;
    line-height: 55px;
    color: #000000;
}

#com_indexistop_introduction .introduction_list li .img {
    width: 100%;
    height: 290px;
    overflow: hidden;
}

.job_concept {
    padding-top: 30px;
}

.job_concept .job_infos {
    width: 90%;
}

.job_concept .job_infos p {
    font-size: 20px;
    color: #010101;
    line-height: 36px;
}

.job_concept .job_img {
    margin-top: 35px;
    width: 100%;
    height: 512px;
}

.job_concept .job_img {
    width: 100%;
}

.welfare {
    padding-top: 35px;
    overflow: hidden;
}

.welfare .welfare_img {
    width: 569px;
    height: 522px;
    float: left;
}

.welfare .welfare_infos {
    width: 459px;
    float: right;
    margin-top: 80px;
}

.jobs .p_about {
    margin-top: 23px;
}

.welfare .welfare_infos h3 {
    color: #0628f9;
    font-size: 22px;
    line-height: 36px;
}

.welfare .welfare_infos p {
    font-size: 22px;
    color: #000000;
    line-height: 36px;
}
.en .welfare .welfare_infos p {
	font-size: 18px;
    line-height: 30px;
}

/* .welfare .welfare_infos p {
    color: #000000;
    font-size: 18px;
    line-height: 36px;
} */

.job_qrcode {
    line-height: 45px;
}

.job_qrcode p {
    display: inline-block;
}

.job_qrcode .shou {
    width: 25px;
    height: 18px;
    background: url(../Images/shou.png) no-repeat 100%;
    display: inline-block;
    margin-top: 14px;
    position: relative;
}

.job_qrcode .icon {
    width: 55px;
    height: 45px;
    background: url(../Images/weixin2.png) no-repeat 100%;
    display: inline-block;
    margin-left: 14px;
    position: absolute;
    left: 30px;
    top: -17px;
}

@media screen and (max-width: 1920px) {
    .footer {
        background-position: 0px 4px;
    }
}


/*响应式网站制作开始*/

.i_banner_box123 img {
    max-width: 100%;
}

.i_banner_box123 {}

@media screen and (max-width: 1500px) {
    /*当屏幕尺寸小于1400px时，应用下面的CSS样式*/
    .small_list {
        top: 305px;
    }
    .i_banner_box {
        height: 366px;
    }
    .fullSlide .bd li {
        background-size: 100% !important;
        height: 213px;
    }
    .fullSlide .bd ul {
        height: 213px;
    }
    .fullSlide .bd {
        height: 213px;
    }
    .fullSlide {
        height: 213px;
    }
    .p_banner_box {
        height: 213px;
    }
    .fullSlide .bd li a {
        height: 213px;
    }
    .results_list .swiper-slide .pic {
        width: 216px;
        height: 264px;
    }
    .qualifications_content .swiper-container {
        width: 90%;
    }
    .qualifications_content .swiper-container::before {
        width: calc(50vw - 633px);
    }
    .qualifications_content .swiper-container::after {
        width: calc(50vw - 612px);
    }
    .qualifications_content .swiper-button-prev {
        left: 15px !important;
    }
    .qualifications_content .swiper-button-next {
        right: 40px;
    }
    .cooperative_small {
        width: 100%;
    }
    .footer .footer_content .foot_nav {
        width: 566px;
    }
    .footer .contact {
        width: 290px;
    }
    .footer .footer_content .foot_nav ul li a {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .footer .subscribe {
        margin-left: 0;
        padding-top: 7px;
    }
    .footer .footer_content .foot_nav ul li {
        width: 80px;
    }
    .footer .contact {
        float: right;
    }
    .footer .contact {
        margin-left: 10px;
    }
}


/*当屏幕尺寸小于1400px时，结束应用下面的CSS样式*
@media screen and (max-width: 1400px) { /*当屏幕尺寸小于1400px时，应用下面的CSS样式*/

@media screen and (max-width: 1400px) {
    .small_list {
        top: 446px;
    }
    .fullSlide .bd li {
        background-size: 100% !important;
        height: 213px;
    }
    .fullSlide .bd ul {
        height: 213px;
    }
    .fullSlide .bd {
        height: 213px;
    }
    .fullSlide {
        height: 213px;
    }
    .p_banner_box {
        height: 333px;
    }
    .p_banner_box .p_banner .slides_container .pimg_banner img {
        height: auto;
    }
    .fullSlide .bd li a {
        height: 213px;
    }
}


/*当屏幕尺寸小于1400px时，结束应用下面的CSS样式*/

@media screen and (max-width: 1366px) {
    /*当屏幕尺寸小于1366px时，应用下面的CSS样式*/
    .small_list {
        top: 305px;
    }
    .i_banner_box {
        height: 360px;
    }
    .fullSlide .bd li {
        background-size: 100% !important;
        height: 213px !important;
    }
    .fullSlide .bd ul {
        height: 213px!important;
    }
    .fullSlide .bd {
        height: 213px !important;
    }
    .fullSlide {
        height: 213px !important;
    }
    .p_banner_box {
        height: 213px !important;
    }
    .fullSlide .bd li a {
        height: 213px !important;
    }
    .business_list {
        width: 1300px;
    }
    
    .results_content {
        width: 100%;
    }
    #com_indexistop_introduction .about_infos,
    #com_indexistop_introduction .about_img_content,
    #com_indexistop_introduction .about_bigimg .about_bigimg_content,
    .i_news_videos_content {
        width: 1300px;
    }
    .i_news_videos_content .index_videos {
        width: 700px;
    }
    .i_news_videos_content .index_videos .videos_list {
        width: 617px !important;
    }
    .i_news_videos_content .index_videos li {
        width: 617px;
    }
    .i_news_videos_content .index_videos li video {
        width: 100%;
    }
    #com_indexistop_introduction .about_img_content li {
        width: 190px;
    }
    .qualifications_content .swiper-wrapper {
        width: 1200px !important;
    }
    .qualifications_content .swiper-container {
        width: 1200px !important;
    }
    .qualifications_content .swiper-container::before {
        width: calc(50vw - 270px);
        left: calc(245px - (51vw - 8.5px));
    }
    .qualifications_content .swiper-container::after {
        width: calc(50vw - 270px);
        right: calc(245px - (49vw - 8.5px));
    }
    .results_content .swiper-container2 {
        width: 98%;
        margin: 0 auto;
        overflow: hidden;
    }
    .results_list .swiper-slide .pic {
        width: auto;
        height: auto;
    }
    #com_indexistop_introduction .about_img_content .animated.base_wrapper:before {
        width: 180px;
        height: 180px;
    }
    #com_indexistop_introduction .about_img_content .animated.base_wrapper:after {
        width: 180px;
        height: 180px;
    }
    #com_indexistop_introduction .about_img_content li h3 {
        font-size: 40px;
    }
    #com_indexistop_introduction .about_img_content li span {
        font-size: 14px;
    }
    #com_indexistop_introduction .about_img_content li em {
        font-size: 15px;
    }
    .i_news_videos_content .index_videos .swiper-slide .video {
        width: 620px;
    }
    .i_news_videos_content .index_videos .swiper-slide .video video {
        width: 600px;
    }
    .qualifications_content .swiper-button-prev {
        left: 26px !important;
    }
    .qualifications_content .swiper-button-next {
        right: 50px;
    }
    .cooperative_small {
        width: 100%;
    }
    .environment_list .swiper-containers::before {
        width: calc(50vw - 595px);
        left: calc(600px - (51vw - 8.5px));
    }
    .environment_list .swiper-containers::after {
        width: calc(50vw - 610px);
        right: calc(600px - (51vw - 8.5px));
    }
}


/*当屏幕尺寸小于1366px时，结束应用下面的CSS样式*/

@media screen and (max-width: 1366px) {
    .i_banner_box {
        height: auto;
    }
    .small_list {
        top: 282px;
    }
    .results_list .swiper-slide .pic {
        width: 100%;
        height: 249px;
    }
   
    #com_indexistop_introduction .about_infos {
        width: 100%;
    }
    .i_news_videos_content {
        width: 100%;
    }
    .i_news_videos_content .index_videos {
        width: 740px;
    }
    .i_news_videos_content .index_videos .swiper-slide {
        width: 100%;
    }
    .i_news_videos_content .index_videos .swiper-slide .video,
    .i_news_videos_content .index_videos .swiper-slide .video video {
        width: 100%;
    }
    .i_news_videos_content .index_videos .videos_list {
        width: 689px !important;
    }
    .swiper-containers::before {
        width: calc(50vw - 590px);
        height: 110%;
        left: calc(600px - (51vw - 8.5px));
        top: -5px;
    }
    .swiper-containers::after {
        width: calc(50vw - 610px);
        height: 110%;
        right: calc(600px - (51vw - 8.5px));
        top: -10px;
    }
    .design_title {
        margin-bottom: 50px;
    }
    .results_list {
        margin-left: 0;
    }
}

@media screen and (max-width: 1360px) {
    .i_news_videos_content .index_videos {
        width: 700px;
    }
    .i_news_videos_content .index_videos .videos_list {
        width: 611px !important;
    }
    .footer .contact {
        width: 260px;
    }
    .footer .footer_content .foot_nav ul li {
        width: 60px;
    }
    .footer .footer_content .foot_nav {
        width: 500px;
    }
    .footer .subscribe {
        margin-left: 30px;
    }
    .fullSlide .bd li {
        background-size: 100% !important;
        height: 200px !important;
    }
    .fullSlide .bd ul {
        height: 200px !important;
    }
    .fullSlide .bd {
        height: 200px !important;
    }
    .fullSlide {
        height: 200px !important;
    }
    .p_banner_box {
        height: auto !important;
    }
    .fullSlide .bd li a {
        height: 200px !important
    }
}

@media screen and (max-width: 1355px) {
    .footer .contact {
        width: 285px;
    }
}

@media screen and (max-width: 1320px) {
    .footer .contact {
        width: 270px;
    }
}

@media screen and (max-width: 1290px) {
    .footer .footer_content .foot_nav {
        width: 465px;
    }
}

@media screen and (max-width: 1024px) {
    /*当屏幕尺寸小于1024px时，应用下面的CSS样式*/
    .cooperative_list .p_p_list li {
        margin-right: 80px;
    }
    .welfare .welfare_img {
        width: 525px;
    }
    .results_list .swiper-slide .pic {
        width: 144px;
        height: 176px;
    }
    .footer .footer_content {
        padding: 0 50px 0 50px;
    }
    .results_list .swiper-slide h3 {
        font-size: 18px;
    }
    .p_banner_box .p_banner .slides_container .pimg_banner img {
        height: auto;
    }
    .ddsmoothmenu>ul>li:first-child>a {
        margin: 0;
    }
    #com_indexistop_introduction .introduction_list li .img video {
        width: 270px;
        height: 221px;
        margin: 0 auto;
        display: block;
    }
    #com_indexistop_introduction .introduction_list li .img img {
        width: 284px;
        height: 221px;
    }
    .welcome {
        display: none;
    }
    #com_indexistop_introduction .introduction_list li {
        width: 31.1%;
    }
    .i_nav {
        margin-left: 100px;
    }
    .nava {
        margin: 0px 0 0 20px;
    }
    .land {
        margin-left: 85px;
    }
    .mascot_pic .title {
        width: 490px;
    }
    .selected,
    .navactive {
        margin: 0px 0 0 20px;
    }
    .i_pro_ll li {
        width: 300px;
    }
    .mascot_video li .video {
        width: 100%;
    }
    .mascot_video li .video video {
        width: 100%;
    }
    .mascot_video_list .i_pro_ll {
        width: 95% !important;
    }
    .small_list {
        top: 220px;
        right: 0px;
    }
    .i_pro {
        padding-top: 50px;
    }
    .i_banner_box {
        height: auto;
    }
    .mfbox {
        width: 96%;
        min-width: auto;
    }
    .i_nav {
        margin-right: 15px;
    }
    .i_container {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 10px;
        width: 100%;
    }
    .i_pro_l {
        width: 100%;
    }
    .i_pro_ll {
        width: 90% !important;
        margin: 0 auto;
    }
    .rol01 {
        right: 0px;
    }
    .ror01 {
        left: 0px;
    }
    .i_case_l {
        width: 100%;
    }
    /*.i_case_ll {float: none;margin: 0 auto;width: 100%;}
.i_case_ll li{width: 49%;margin-right: 6px;}
.i_case_ll ul{width: 100%;}
.i_case_ll li a img{width:100%;}*/
    .ad01 {
        width: 100%;
    }
    .ad01 a img {
        width: 100%;
    }
    /*.i_case_lr {float: none;margin-top: 20px;width: 100%;}
.i_case_lr a img{width:100%;}*/
    .i_about {
        width: 100%;
    }
    .i_news {
        width: 100%;
    }
    .i_news ul {
        width: 100%;
    }
    .i_news li {
        width: 33%;
        margin-right: 3px;
    }
    .i_news li i {
        width: 100%;
    }
    .i_news li dl {
        width: 100%;
    }
    .i_news li a i img {
        width: 100%;
        height: 100%;
    }
    .i_custom_l {
        width: 80% !important
    }
    .i_custom_l li {
        margin: 0 6px;
    }
    .i_custom {
        padding: 30px 0 40px;
    }
    .flogo {
        width: 16%;
    }
    .fbox {
        width: 80%;
    }
    .footer_nav {
        width: 100%;
    }
    .fcontact {
        width: 100%;
    }
    .i_data_l {
        width: 100%;
    }
    .i_data_l li {
        width: 20%;
        margin: 0 0px;
    }
    .fullSlide .bd li {
        height: 160px !important;
    }
    .fullSlide .bd ul {
        height: 160px !important;
    }
    .fullSlide .bd {
        height: 160px!important;
    }
    .fullSlide {
        height: 160px !important;
    }
    .p_banner_box {
        height: 160px !important;
    }
    .fullSlide .bd li a {
        height: 160px !important;
    }
    .p_container {
        width: 100%;
        padding: 0 10px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    .p_content {
        width: 100%;
    }
    .p_p_list {
        width: 100%;
    }
    .p_p_list ul {
        width: 100%;
    }
    .p_p_list ul li {
        margin-right: 19px;
        margin-left: 30px;
    }
    .list_l {
        width: 482px;
    }
    .n_n_list {
        width: 100%;
    }
    .n_n_list ul {
        width: 100%;
    }
    .n_n_list li {
        margin-left: 20px;
        margin-right: 20px;
        width: 290px;
    }
    .n_n_list li i {
        width: 100%;
    }
    .n_n_list li dl {
        width: 100%;
    }
    .gbookbiaoti {
        width: 100%;
    }
    .headquarters_list li {
        width: 18%;
    }
    .msg_iframe {
        width: 100%;
        height: 600px;
    }
    .gbook_indexpost1 dl:nth-last-child(6) {
        height: 136px;
    }
    .gbook_indexpost1 dl:nth-last-child(7) {
        margin-top: 42px;
    }
    .gbook_indexpost {
        width: 100%;
    }
    .gbook_indexpost dt input {
        width: 360px !important;
    }
    #gbverifycode {
        width: 100px !important;
    }
    dl.i_n08 {
        right: 156px;
    }
    .gbook_formbtn {
        right: 56px;
    }
    .remark1 .map1 .r {
        width: 50%;
        margin-left: 24%;
    }
    .i_case_ll {
        width: 606px;
    }
    .i_case_ll ul {
        width: 606px;
    }
    .i_case_ll li {
        width: 300px;
        height: 212px;
        margin-right: 0px;
    }
    .i_case_lr img {
        width: 100%;
        height: 310px;
    }
    .remark1 .map1 .l {
        float: none;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    #com_thenm_banner img {
        width: 100% !important;
        height: auto !important;
    }
    .sortnavul li a {
        line-height: 47px;
    }
    .title03 h3 {
        line-height: 40px;
    }
    .title03 h3::after {
        bottom: -8px;
    }
    .remark1 .qrcode {
        margin-left: 20px;
    }
    .small_box .small_list ul li img {
        height: 46px !important;
    }
    #Agentslist4 {
        width: 939px !important;
    }
    .news_gbook {
        margin-left: 20px;
    }
    .p_content p.toptitle {
        margin: 10px 0 10px 30px;
    }
    .p_content .map iframe {
        width: 100% !important;
    }
    .headquarters_list li {
        margin-bottom: 20px;
    }
    .team_pic img {
        width: 20%;
        height: 290px;
    }
    .team_pic img.big {
        height: 290px;
    }
    .team_pic img.square {
        width: 310px;
    }
    .business_list {
        width: 90%;
    }
    .business_list li {
        height: 280px;
        padding: 0 15px;
    }
    .business_list li p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        padding-bottom: 0;
        border-bottom: none;
    }
    .business_list li h3 {
        padding-top: 120px;
    }
    .business_list li .more {
        width: 110px;
    }
    .business_list li:first-child h3 {
        padding-top: 30px;
    }
    .results {
        padding-bottom: 100px;
    }
    .swiper-button-next2 {
        bottom: 48px;
    }
    .swiper-button-prev2 {
        bottom: 48px;
    }
    #com_indexistop_introduction .title01 {
        margin-bottom: 0;
    }
    #com_indexistop_introduction .about_infos,
    #com_indexistop_introduction .about_img_content,
    #com_indexistop_introduction .about_bigimg .about_bigimg_content,
    .i_news_videos_content {
        width: 100%;
    }
    #com_indexistop_introduction .about_infos h3,
    #com_indexistop_introduction .about_infos {
        font-size: 16px;
    }
    #com_indexistop_introduction .about_infos .more {
        right: 60px;
        width: 110px;
        height: 40px;
        line-height: 40px;
    }
    #com_indexistop_introduction .about_img_content li {
        width: 18%;
        margin-right: 20px;
        padding-left: 30px;
    }
    .i_news_videos_content .index_videos {
        margin-top: 90px;
    }
    .i_news_videos {
        padding-top: 0;
    }
    .i_news_videos_content .index_videos .videos_list {
        width: 426px !important;
    }
    .i_news_videos_content .index_videos .swiper-slide {
        width: 100%;
    }
    .i_news_videos_content .index_videos .swiper-slide .video {
        width: 100%;
    }
    .i_news_videos_content .index_videos .swiper-slide .video video {
        width: 100%;
    }
    .i_news_videos_content .index_videos {
        width: 50%;
    }
    .i_news_videos_content .i_news_list {
        width: 45%;
    }
    .i_news_videos_content .swiper-button-next5 {
        right: 10px;
    }
    .i_news_videos_content .i_news_list li {
        padding: 60px 22px 22px 10px;
    }
    .i_news_videos_content .i_news_list li .time {
        width: 90px;
        height: 50px;
        line-height: 50px;
    }
    .i_news_videos_content .i_news_list li .infos {
        width: 290px;
    }
    .qualifications_content .swiper-container {
        width: 90% !important;
    }
    .qualifications_content .swiper-slide {
        height: 200px;
    }
    .qualifications_content .swiper-slide .pic img {
        height: 200px;
    }
    .qualifications_content .swiper-button-prev {
        left: 6px !important;
    }
    .qualifications_content .swiper-button-next {
        right: 20px;
    }
    .qualifications_content {
        overflow: initial;
    }
    .qualifications_content .swiper-container::before {
        height: 110%;
        top: -10px;
        width: calc(50vw - 454px);
        left: calc(600px - (67vw - 8.5px));
    }
    .qualifications_content .swiper-container::after {
        height: 114%;
        top: -12px;
        width: calc(50vw - 432px);
        right: calc(600px - (68vw - 8.5px));
    }
    .qualifications {
        overflow: hidden;
    }
    .swiper-containers::before {
        width: calc(50vw - 413px);
        left: calc(600px - (69.1vw - 8.5px));
    }
    .swiper-containers::after {
        width: calc(50vw - 430px);
        right: calc(600px - (68.5vw - 8.5px));
    }
    .environment_list .swiper-button-prev {
        left: 13px;
    }
    .environment_list .swiper-button-next {
        right: 5px;
    }
    .case_list_ll li {
        width: 312px;
        height: 450px;
    }
    .p_p_list ul li {
        width: 28.3333%;
        height: 270px;
    }
    .company66 {
        width: 90%;
    }
    .vision_mission .vision_mission_list {
        width: 90%;
    }
    .vision_mission .vision_mission_list ul {
        width: 50%;
    }
    .mascot_pic .title {
        width: 100%;
    }
    .mascot_pic {
        width: 50%;
    }
    .mascot_video {
        width: 100%;
    }
    .swiper-container6 {
        width: 90% !important;
    }
    .mascot_video .swiper-slide .video,
    .mascot_video .swiper-slide .video video {
        width: 100%;
    }
    .mascot_video .swiper-button-next6 {
        right: 20px;
    }
    .mascot_video .swiper-button-prev6 {
        left: 15px;
    }
    .branches_content {
        width: 100%;
    }
    .branches_content .map {
        width: 70%;
    }
    .honor_list #com_thenm_list>ul li {
        margin-right: 0px;
        width: 25%;
    }
    .environment .p_about {
        width: 100%;
    }
    .swiper-containers {
        width: 90%;
        margin: 0 auto;
    }
}


/*当屏幕尺寸小于1024px时，结束应用下面的CSS样式*/

@media screen and (max-width: 1010px) {
    .i_case_lr {
        width: 375px;
    }
    .business_list li {
        width: 31.5%;
    }
    .i_pro_ll {
        width: 81% !important;
    }
    .ror01 {
        left: 50px;
    }
    .rol01 {
        right: 50px;
    }
    .i_pro_ll li {
        width: 250px;
    }
    .i_pro_ll li .pic {
        width: 100%;
        height: 230px;
    }
    .i_pro_ll li i {
        width: 100%;
        height: 230px;
    }
    .i_pro_ll li .pic img {
        width: 100%;
        height: 230px;
    }
    #com_indexistop_introduction .introduction_list li {
        width: 31%;
    }
    .mascot_pic .title {
        width: 480px;
    }
    .mascot_video li .video video {
        height: 185px;
    }
    .mascot_video li .video {
        height: 186px;
    }
    .mascot_video li {
        height: 280px;
    }
    .mascot_video_list .i_pro_ll {
        width: 83% !important;
    }
    .mascot_video .rol01 {
        right: 38px;
    }
    .mascot_video .ror01 {
        left: 38px;
    }
    .cooperative_list .p_p_list li {
        width: 270px;
        margin-right: 20px;
    }
    .p_p_list ul li {
        width: 280px;
    }
    .n_n_list li,
    .n_n_list li i,
    .n_n_list li i img {
        width: 350px;
    }
    .news_gbook {
        width: 54%;
    }
    .team_pic img.big {
        width: 550px;
    }
    .remark1>.map>iframe {
        width: 100% !important;
    }
}

@media screen and (max-width: 1000px) {
    .welfare .welfare_img {
        width: 515px;
    }
    .mascot_pic .title {
        width: 470px;
    }
    .small_list {
        top: 212px;
    }
    .i_case_ll li {
        margin-right: 0px;
    }
    .i_case_lr {
        width: 363px;
    }
    .fullSlide .bd li {
        height: 156px !important;
    }
    .fullSlide .bd ul {
        height: 156px !important;
    }
    .fullSlide .bd {
        height: 156px !important;
    }
    .fullSlide {
        height: 156px !important;
    }
    .p_banner_box {
        height: 156px !important;
    }
    .fullSlide .bd li a {
        height: 156px !important;
    }
    .p_p_list ul li {
        margin-right: 17px;
        margin-left: 23px;
    }
    .p_about1 dl dt {
        width: 419px;
    }
    .p_about1 dl dd {
        width: 556px;
    }
    .list_l {
        width: 469px;
    }
    .n_n_list li {
        margin-left: 49px;
    }
    .remark1 .map1 .r {
        width: 50%;
        margin-left: 23%;
    }
    .honor_list .p_p_list li {
        width: 200px;
    }
    .gbook_tblist_5 tr {
        width: 245px;
    }
}

@media screen and (max-width: 768px) {
    /*当屏幕尺寸小于768px时，应用下面的CSS样式*/
    .small_list {
        top: 152px;
        right: -116px;
    }
    .ddsmoothmenu ul li:first-child a {
        height: 42px;
        color: #000;
        width: 100%;
    }
    .cooperative_list .p_p_list li,
    .cooperative_list .p_p_list li .pic,
    .cooperative_list .p_p_list li .pic img {
        width: 170px;
    }
    .ddsmoothmenu ul li:first-child a::before {
        display: none;
    }
    .i_banner_box {
        height: auto;
    }
    .welcome {
        display: none;
    }
    .lan {
        margin-left: 10px;
    }
    .hotline {
        width: 40%;
    }
    .footer .contact {
        width: 300px;
    }
    .header .mfbox button {
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 0;
        font-size: 18px;
    }
    .header {
        height: 75px;
    }
    #index .title01 span {
        line-height: 20px;
    }
    .title01::after {
        top: 67px;
    }
    .header .mfbox button:before {
        font-size: 18px;
    }
    .interview_title {
        width: 100%;
    }
    .i_pro_ll {
        width: 80% !important;
    }
    .iconfont.icon-next-copy {
        font-size: 30px !important;
    }
    .mfbox {
        width: 96%;
    }
    .i_nav {
        display: none
    }
    .navbar-toggle {
        display: block;
        margin-right: 10px;
        margin-top: 5px;
        line-height: 60px;
        position: relative;
    }
    .navbar-toggle {
        display: block;
    }
    .i_nav {
        width: 100%;
        height: auto;
        right: 0;
        z-index: 9999;
        margin: 0px;
        position: absolute;
        top: 115px;
    }
    li.i_n01 a {
        height: 42px;
        background: none;
    }
    .ddsmoothmenu ul {
        width: 100%;
    }
    .ddsmoothmenu ul li {
        width: 100%;
        height: auto;
        border-bottom: 1px #f6f6f6 solid;
        background: #fff;
    }
    .nava:hover,
    .navactive:hover {
        background: #fff;
    }
    .ddsmoothmenu ul li a {
        color: #000;
    }
    .ddsmoothmenu ul li a:hover {
        color: #055bac;
    }
    .ddsmoothmenu ul li a.navactive {
        width: 100%;
        background: #055bac;
        color: #fff;
    }
    .nava {
        width: 100%;
        height: 40px;
        line-height: 40px;
        border: none;
    }
    .navactive,
    .navactive:hover {
        width: 100%;
        line-height: 40px;
        height: 40px;
        background: #055bac;
        padding: 0px;
    }
    .navactive,
    .navactive:hover,
    .nava,
    .nava:hover {
        width: 100%;
        font-size: 13px;
        padding: 0px;
        line-height: 40px;
    }
    .ddsmoothmenu ul li a {
        width: 100%;
    }
    .i_nav ul li ul {
        position: relative;
        width: 100% !important;
    }
    .i_nav ul li ul li {
        width: 100%;
        border: 0;
    }
    .i_nav ul li ul li a {
        width: 100%;
    }
    .remark img {
        max-width: 100%;
    }
    .i_case_ll li {
        margin-right: 7px;
    }
    .i_news li {
        margin-right: 2px;
    }
    .fullSlide .bd li {
        height: 121px !important;
    }
    .fullSlide .bd ul {
        height: 121px !important;
    }
    .fullSlide .bd {
        height: 121px !important;
    }
    .fullSlide {
        height: 121px !important;
    }
    .p_banner_box {
        height: 121px !important;
    }
    .fullSlide .bd li a {
        height: 121px !important;
    }
    .p_p_list ul li {
        margin-right: 36px;
        margin-left: 46px;
    }
    .list_l {
        width: 100%;
        height: 346px;
    }
    .hho {
        height: auto;
    }
    .list_r {
        margin: 0 auto;
        width: 100%;
    }
    .list_r li img {
        width: 100%;
        height: auto;
    }
    .list_r li a h4 {
        width: 100%;
    }
    .n_n_list {
        width: 100%;
    }
    .n_n_list li {
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
    }
    .n_n_list li i {
        width: 100%;
        height: auto;
    }
    .n_n_list ul li a i img {
        width: 100%;
        height: auto;
    }
    .n_n_list li dl {
        width: 100%;
    }
    .gbook_indexpost dt input {
        width: 270px !important;
    }
    dl.i_n08 {
        right: 66px;
    }
    .gbook_formbtn {
        right: 17px;
    }
    .gbook_formbtn input {
        width: 100px;
        padding: 0 20px;
    }
    .gbook_indexpost dl {
        left: 90px;
        right: 0px;
    }
    dl.i_n06 {
        top: 420px;
    }
    dl.i_n07 {
        top: 500px;
    }
    dl.i_n08 {
        top: 580px;
    }
    .gbook_formbtn {
        top: 660px;
        right: 72px;
    }
    .gbook_indexpost {
        height: 760px;
    }
    .remark1 .map1 .l {}
    #leftsead {
        display: none;
    }
    .i_case_ll {
        float: none;
        margin: 0 auto;
        width: 100%;
    }
    .i_case_ll li {
        width: 49%;
        margin-right: 6px;
    }
    .i_case_ll ul {
        width: 100%;
    }
    .i_case_ll li a img {
        width: 100%;
    }
    .i_case_lr {
        float: none;
        margin-top: 20px;
        width: 100%;
    }
    .i_case_lr a img {
        width: 100%;
    }
    .i_case_lr img {
        height: auto;
    }
    .remark1 .map1 .r {
        width: 70%;
        margin-left: 15%;
    }
    .hotline p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .i_pro_ll li {
        width: 280px;
    }
    .i_pro_ll {
        width: 79% !important;
    }
    .welfare .welfare_img {
        width: 355px;
    }
    .welfare .welfare_infos {
        width: 350px;
        margin-top: 25px;
    }
    #com_indexistop_introduction .introduction_list li {
        width: 30%;
    }
    #com_indexistop_introduction .introduction_list li .img video {
        width: 205px;
        height: 160px;
    }
    #com_indexistop_introduction .introduction_list li .img img {
        width: 100%;
        height: 160px;
    }
    #com_indexistop_case_study .i_pro_l .i_pro_ll li {
        width: 265px;
    }
    .footer .subscribe {
        margin-bottom: 80px;
    }
    .nava {
        margin: 0;
    }
    .sortnavul li {
        margin: 0;
        width: 66px;
        float: left;
    }
    .sortnavul li a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .selected,
    .navactive {
        margin: 0;
    }
    .ddsmoothmenu .navactive::after {
        display: none;
    }
    .mascot_pic .title {
        padding: 20px;
        width: 300px;
    }
    .mascot_video_list .i_pro_ll {
        width: 80% !important;
    }
    .remark1 .mapic {
        width: 60%;
        height: 370px;
    }
    .remark1 .mapic img {
        height: 370px;
    }
    .remark1 .qrcode {
        width: 37%;
        height: 400px;
    }
    .remark1 .qrcode img {
        height: 400px;
    }
    .honor_list .p_p_list li:nth-child(5) {
        margin-left: 50px;
    }
    .honor_list .p_p_list li:nth-child(4) {
        margin-left: 0px;
    }
    .environment_list .swiper-container22 .swiper-wrapper .swiper-slide .pic img {
        height: 390px;
    }
    .case_list_ll li .rect-134 {
        padding-bottom: 192%;
    }
    .p_content .toptitle p {
        width: 80%;
    }
    .news_map {
        width: 100%;
    }
    .news_gbook {
        width: 100%;
    }
    .team_pic img {
        height: 234px;
    }
    .team_pic img.big {
        width: 400px;
        height: 232px;
    }
    .team_pic img.square {
        width: 230px;
        height: 230px;
    }
    .business_list li .div_bg {
        width: 100%;
    }
    .case_list_ll li .rect-134 .infor {
        padding: 20px 11% 20px;
    }
    .p_about {
        padding-top: 0px;
    }
    .p_content_dll .toptitle {
        padding-bottom: 30px;
    }
    #com_indexistop_introduction .introduction .hide_more {
        display: block;
    }
    #com_indexistop_introduction .introduction .hide_more a {
        width: 84px;
        height: 31px;
        display: block;
        line-height: 31px;
        color: #000;
        margin: 0 auto;
        border: 1px solid #ccc;
        margin-top: 20px;
    }
    #com_indexistop_introduction .introduction .hide_more a:hover {
        background: #fc2952;
        border: 1px solid #fc2952;
        color: #fff;
    }
    #com_indexistop_introduction .introduction>p {
        height: 120px;
        overflow: hidden;
        width: 80%;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }
    .business_list li {
        width: 47%;
        margin-bottom: 20px;
        overflow: hidden;
    }
    .business_list li:nth-child(2n) {
        margin-right: 0;
    }
    .results_list .swiper-slide .pic {
        width: 101px;
        height: 123px;
    }
    .about_img {
        display: none;
    }
    .i_news_videos_content .index_videos {
        width: 96%;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .i_news_videos_content .index_videos .videos_list {
        width: 100% !important;
    }
    .i_news_videos_content .i_news_list {
        width: 90%;
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
    }
    .i_news_videos_content .i_news_list .toptitle {
        text-align: center;
    }
    .i_news_videos_content .i_news_list li .infos {
        width: 80%;
    }
    .qualifications_content .swiper-container::before {
        width: calc(50vw - 324px);
        left: calc(600px - (90vw - 8.5px));
    }
    .qualifications_content .swiper-container::after {
        width: calc(50vw - 322px);
        right: calc(600px - (89vw - 8.5px));
    }
    .qualifications_content .swiper-button-prev {
        left: -4px !important;
    }
    .qualifications_content .swiper-button-next {
        right: 7px;
    }
    .header.add .i_nav {
        top: 76px;
    }
    .mascot_video .swiper-slide h3 {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .mascot_video .swiper-button-next6 {
        right: 10px;
    }
    .mascot_video .swiper-button-prev6 {
        left: 9px;
    }
    .environment_list .swiper-containers::before {
        width: calc(50vw - 315px);
        left: calc(600px - (88.3vw - 8.5px));
    }
    .environment_list .swiper-containers::after {
        width: calc(50vw - 300px);
        right: calc(600px - (91.4vw - 8.5px));
    }
    .case_list_ll li {
        width: calc(100% / 2 - 10px);
        height: 280px;
    }
    .case_list_ll li:nth-child(2){
        margin: 0 5px 10px;
    }
    .case_list_ll li h3 {
        font-size: 20px;
    }
    .case_list_ll li .infos {
        font-size: 14px;
        margin: 18px 16px 0 16px;
    }
    .land {
        margin-left: 10px;
    }
    .p_p_list ul li {
        width: 30.3333%;
        margin-right: 10px;
        margin-left: 10px;
    }
    .headquarters_list li {
        margin-left: 15px;
    }
}


/*当屏幕尺寸小于768px时，结束应用下面的CSS样式*/

@media screen and (max-width: 736px) {
    /*当屏幕尺寸小于736px时，应用下面的CSS样式*/
}


/*当屏幕尺寸小于736px时，结束应用下面的CSS样式*/

@media screen and (max-width: 667px) {
    /*当屏幕尺寸小于667px时，应用下面的CSS样式*/
    .small_list {
        top: 117px;
        right: -152px;
    }
    .i_banner_box {
        height: 169px;
    }
    .i_pro_ll {
        width: 46% !important;
    }
    .i_case_ll li {
        margin-right: 6px;
    }
    .i_about span {
        width: 100%;
    }
    .i_custom_l {
        width: 52%;
    }
    .design_title .title {
        height: 500px;
        padding: 20px 30px;
    }
    .design_title .title .white_bg {
        padding-bottom: 65px;
    }
    .design_title .title .contact {
        margin-top: 65px;
    }
    .design_title .title .pro_gbook {
        height: 400px;
    }
    .design_title .pic,
    .design_title .pic img {
        height: 500px;
    }
    .welfare .welfare_img {
        width: 50%;
    }
    .welfare .welfare_infos {
        width: 50%;
        margin-top: 0;
    }
    .design_title .title .contact p br {
        display: none;
    }
    .fullSlide .bd li {
        height: 100px !important;
    }
    .fullSlide .bd ul {
        height: 100px !important;
    }
    .fullSlide .bd {
        height: 100px !important;
    }
    .fullSlide {
        height: 100px !important;
    }
    .p_banner_box {
        height: 100px !important;
    }
    .fullSlide .bd li a {
        height: 100px !important;
    }
    .p_about1 dl dt {
        width: 100%;
    }
    .p_p_list ul li {
        margin-right: 10px;
        margin-left: 10px;
    }
    .footer_nav span {
        padding: 0 12px;
    }
    .pbox {
        height: 62px;
    }
    .business_list li span {
        margin-top: 50px;
    }
    .business_list li h3 {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding: 10px;
    }
    .business_list li span {
        margin-top: 50px;
    }
    #com_indexistop_introduction .introduction>p {
        width: 80%;
    }
    #com_indexistop_introduction .introduction_list li .img video {
        width: 175px;
        height: 140px;
    }
    #com_indexistop_introduction .introduction_list li .title h3 a {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
    }
    #com_indexistop_introduction .introduction_list li .img img {
        height: 140px;
    }
    #com_indexistop_introduction .introduction_list li .time .day {
        width: 50%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    #com_indexistop_introduction .introduction_list li .time .more {
        width: 50%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    #com_indexistop_introduction .introduction_list li:nth-child(2) {
        margin: 0 20px;
    }
    #com_indexistop_case_study .i_pro_l .i_pro_ll li {
        width: 290px;
    }
    .footer .subscribe {
        margin-left: 20px;
    }
    .footer .contact {
        width: 350px;
    }
    .copyright {
        font-size: 12px;
    }
    .mascot_pic {
        width: 90%;
    }
    .mascot_video li {
        width: 260px;
        height: 280px;
    }
    .mascot_video_list .i_pro_ll {
        width: 86% !important;
    }
    .mascot_video .ror01 {
        left: 13px;
    }
    .mascot_video .rol01 {
        right: 13px;
    }
    .remark1 .qrcode {
        width: 34%;
        height: 340px;
    }
    .remark1 .qrcode img {
        height: 340px;
    }
    .honor_list .p_p_list li {
        width: 175px;
        height: 290px;
    }
    .title03 h3 {
        width: 80px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .design_title .title2 p {
        font-size: 18px;
    }
    .design_title .title .contact h3 {
        font-size: 30px;
    }
    .design_title .title .contact p em {
        font-size: 12px;
        line-height: 36px;
        letter-spacing: 1px;
        color: #111111;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 194px;
        display: block;
    }
    .news_gbook {
        margin-left: 0px;
    }
    .job_concept .pic {
        width: 50%;
        height: 344px;
    }
    .team_pic img {
        width: 30%;
    }
    .headquarters_list li {
        width: 200px;
        margin-left: 20px;
    }
}


/*当屏幕尺寸小于667px时，结束应用下面的CSS样式*/

@media screen and (max-width: 568px) {
    /*当屏幕尺寸小于568px时，应用下面的CSS样式*/
}


/*当屏幕尺寸小于568px时，结束应用下面的CSS样式*/

@media screen and (max-width: 480px) {
    /*当屏幕尺寸小于480px时，应用下面的CSS样式*/
    #com_logo img {
        max-width: 150px;
        margin-left: 10px;
    }
    .small_list {
        top: 76px;
        right: -156px;
    }
    .i_banner_box {
        height: auto;
    }
    #com_thenm_banner img {
        height: auto !important;
    }
    .i_pro {
        padding-top: 0;
    }
    .footer {
        display: none;
    }
    .honor_list #com_thenm_list>ul.honor1 li {
        width: 50%;
    }
    .small_list ul li img {
        width: 42px;
        height: 24px;
    }
    .small_list ul li {
        width: 42px;
    }
    .small_list ul li.on .bun_bg {
        width: 42px !important;
        height: 24px !important;
    }
    .small_list {
        top: 96px;
        right: -231px;
    }
    .i_pro_ll {
        width: 62% !important;
    }
    .i_case_ll li {
        margin-right: 3px;
        height: auto;
    }
    .ad01 {
        margin-top: 10px;
    }
    .i_case_lr {
        margin-top: 10px;
    }
    .i_case {
        padding: 20px 0;
    }
    .i_data {
        padding: 20px 0;
    }
    .business_list li p {
        display: none !important;
    }
    .business_list li:first-child p {
        display: -webkit-box !important;
    }
    .business_list li:hover p {
        display: -webkit-box !important;
    }
    .i_data_l {
        margin: 20px auto 0;
    }
    .i_about span {
        width: 100%;
    }
    .i_news li {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .i_custom_l li {
        margin: 0 15px;
    }
    .flogo {
        display: none;
    }
    .fbox {
        width: 100%;
    }
    .footer_nav span {
        padding: 0 10px;
    }
    .fcontact_l {
        text-align: center;
        float: none !important;
    }
    .fcontact_r {
        text-align: center;
    }
    .i_about {}
    .footer .footer_content .foot_nav {
        width: 420px;
        overflow-x: auto;
        display: none;
    }
    .footer .footer_content .foot_nav ul {
        overflow: auto;
        width: 1200px;
    }
    .footer .footer_content {
        padding: 0;
        width: 90%;
        margin: 0 auto;
    }
    .footer .subscribe {
        margin: 0 auto;
        float: none;
    }
    .footer .contact {
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
    #com_indexistop_products {
        padding-top: 20px;
    }
    .title01 {
        padding-bottom: 20px;
    }
    .title01 h3 {
        margin-bottom: 10px;
    }
    .navbar-toggle .fullSlide .bd li {
        height: 76px !important;
    }
    .fullSlide .bd ul {
        height: 76px !important;
    }
    .fullSlide .bd {
        height: 76px!important;
    }
    .fullSlide {
        height: 76px !important;
    }
    .p_banner_box {
        height: auto !important;
    }
    .fullSlide .bd li a {
        height: 76px !important;
    }
    .pbox {
        height: auto;
        overflow: hidden;
        border-bottom: none;
        margin-top: 30px;
    }
    .sortnavul li {
        margin: 0px;
    }
    .p_p_list ul li {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
    }
    .p_p_list li i {
        margin: 0 auto;
    }
    .p_p_list li span {
        margin: 0 auto;
    }
    .p_p_list2 .p_p_list ul li span {
        left: 19%;
    }
    .p_about1 dl dt {
        width: 100%;
    }
    .p_about1 dl dd {
        width: 100%;
    }
    .footer {
        margin-top: 0px;
    }
    .remark1 .map1 .l {
        width: 100%;
        text-align: center;
    }
    .remark1 .map1 .r {
        width: 100%;
        margin-left: -4%;
    }
    .remark1 .mapic {
        width: 100%;
    }
    .search {
        display: none;
    }
    .n_n_list li dl {
        width: 96%;
    }
    .i_news li dl {
        width: 92%;
    }
    .business_list li span {
        margin-top: 30px;
    }
    .business_list li h3 {
        font-size: 16px;
    }
    .business_list li .div_bg {
        height: 174px;
    }
    #com_indexistop_introduction .introduction .counter li .nmber span {
        font-size: 25px;
    }
    #com_indexistop_introduction .introduction .counter li .title p {
        font-size: 12px;
    }
    #com_indexistop_introduction .introduction_list li {
        width: 100%;
        margin-bottom: 20px;
    }
    #com_indexistop_introduction .introduction_list li .img video {
        width: 100%;
        height: 260px;
    }
    #com_indexistop_introduction .introduction_list li:nth-child(2) {
        margin: 0;
        margin-bottom: 20px;
    }
    #com_indexistop_introduction .introduction_list li .img img {
        height: 260px;
    }
    .footer .subscribe {
        width: 130px;
    }
    .title03 {
        width: 100%;
    }
    .title03 h3 {
        margin: 0 auto;
    }
    .title03 h3::after {
        left: calc(50% - 44px);
        bottom: 0px;
    }
    .sidebar {
        height: auto;
        margin-top: 20px;
        width: 100%;
    }
    .sortnavul li {
        width: 25%;
        float: left;
        border: 1px solid #ccc;
    }
    .company66 {
        width: 90%;
    }
    .mascot_pic .pic {
        width: 130px;
        height: 205px;
    }
    .mascot_pic .pic img {
        height: 180px;
    }
    .mascot_pic .pic h5 {
        font-size: 14px;
    }
    .mascot_pic .title {
        width: 100%;
        padding: 10px;
    }
    .mascot_video li {
        width: 390px;
    }
    .footer .contact p {
        margin-top: 10px;
    }
    .remark1 .qrcode {
        width: 90%;
        height: 410px;
        margin-top: 30px;
    }
    .remark1 .qrcode img {
        height: 410px;
    }
    .language>h3 {
        font-size: 23px;
    }
    .cooperative_list .p_p_list li {
        width: 44%;
        margin-left: 5px;
    }
    .cooperative_list .p_p_list li:first-child {
        margin-left: 0;
    }
    .cooperative_list .p_p_list li .pic {
        width: 100%;
        height: 179px;
    }
    .cooperative_list .p_p_list li .pic img {
        width: 100%;
    }
    .honor_list .p_p_list li {
        width: 200px;
        margin-left: 0;
    }
    .honor_list .p_p_list li:nth-child(2n) {
        margin-left: 50px;
    }
    .honor_list .p_p_list li:nth-child(5) {
        margin-left: 0;
    }
    .environment_list .swiper-container .swiper-wrapper .swiper-slide .pic img {
        height: 280px;
    }
    .case_list_ll li .rect-134 {
        padding-bottom: 140%;
    }
    .case_list_ll li .rect-134 .infor .list {
        display: none;
    }
    .design_title .title2 {
        padding: 150px 20px;
    }
    .design_title .title2 p {
        padding: 10px 10px;
    }
    #Agentslist4 {
        width: 85% !important;
    }
    #Agentslist4 li {
        width: 400px;
    }
    .rol01 {
        right: 4px;
    }
    .ror01 {
        left: 4px;
    }
    .design_title .title .contact {
        display: none;
    }
    .design_title .title .pro_gbook {
        width: 100%;
    }
    .product_content .p_p_list ul li .pic {
        width: 100%;
        height: 300px;
    }
    .product_content .p_p_list ul li .pic img {
        width: 100%;
        height: 300px;
    }
    .design_title .title .pro_gbook {
        height: 370px;
    }
    .design_title .title .pro_gbook p {
        text-align: center;
    }
    .design_title .pic {
        height: 594px;
    }
    .design_title .pic img {
        height: 594px;
    }
    .headquarters_list li {
        margin-left: 20px;
        width: 220px;
    }
    .headquarters_list li:nth-child(2n) {
        margin-left: 20px;
    }
    .headquarters_list li:nth-child(5) {
        margin-left: 20px;
    }
    .o_knowledge_list span {
        width: 135px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .o_know_list .o_prod_box li .toptitle {
        width: 80%;
    }
    .o_know_list .o_prod_box li .toptitle h4 {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .welfare .welfare_img {
        width: 100%;
    }
    .welfare .welfare_infos {
        width: 100%;
    }
    .business_list li {
        width: 290px;
        height: 280px;
    }
    .business_list li:nth-child(2n) {
        margin-right: 30px;
    }
    .business_list li:nth-child(4) {
        margin-right: 0px;
    }
    .business_list li p {
        -webkit-line-clamp: 4;
    }
    .business_list li .more {
        width: 70px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
    .results_list .swiper-slide h3 {
        font-size: 12px;
        height: 30px;
        line-height: 30px;
    }
    .i_pro_l {
        padding: 20px 0 10px 0;
        width: 82%;
        margin: 0 auto;
    }
    .business_list {
        overflow: auto;
    }
    .business_list ul {
        width: 1260px;
        overflow: auto;
    }
    #com_indexistop_introduction .about_infos p {
        height: 260px;
        overflow: hidden;
    }
    #com_indexistop_introduction .about_content {
        padding: 20px 0 40px 0;
    }
    #com_indexistop_introduction .about_infos .more {
        position: relative;
        margin: 0 auto;
        right: 0;
        bottom: 0;
    }
    #com_indexistop_introduction .about_bigimg {
        padding-top: 10px;
    }
    .i_news_videos_content .index_videos {
        margin-top: 20px;
    }
    .i_news_videos_content .index_videos {
        height: 350px;
        padding: 20px 40px;
    }
    .i_news_videos_content .index_videos .swiper-slide {
        height: 310px;
    }
    .i_news_videos_content .index_videos .swiper-slide .video {
        height: 266px;
    }
    .i_news_videos_content .index_videos .swiper-slide .video video {
        height: 100%;
    }
    .business_list li .div_bg {
        height: 110px;
    }
    .i_news_videos_content .index_videos .swiper-slide h3 {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .business_list li:hover .div_bg {
        height: 40px;
    }
    #com_indexistop_introduction .about_infos {
        padding: 0 20px;
    }
    #com_indexistop_introduction .about_infos p {
        text-indent: 0;
    }
    .results_content {
        width: 100%;
    }
    .results_content .swiper-container2 {
        width: 960px;
    }
    .results_list .swiper-slide .pic {
        width: auto;
        height: auto;
    }
    .i_news_videos_content .i_news_list li .infos {
        width: 65%
    }
    .qualifications_content .swiper-container {
        width: 960px !important;
        margin-left: 70px;
    }
    .qualifications_content .swiper-container::before {
        width: calc(50vw - 164px);
        left: calc(600px - (147vw - 8.5px));
    }
    .qualifications_content .swiper-container::after {
        width: calc(50vw - 162px);
        right: calc(600px - (10vw - 8.5px));
    }
    .vision_mission .vision_mission_list ul {
        width: 100%;
    }
    .mascot_pic {
        width: 100%;
    }
    .mascot_video_list {
        width: 100%;
    }
    .swiper-container6 {
        width: 1200px !important;
        margin-left: 48px;
    }
    .branches_content .map {
        width: 100%;
    }
    .branches_content .card {
        position: relative;
        left: 130px;
        right: 0;
        bottom: 0;
    }
    .structure_small {
        padding: 0;
    }
    .honor_list #com_thenm_list>ul li {
        width: 50%;
    }
    .environment_list {
        width: 100%;
    }
    .swiper-containers {
        width: 960px;
    }
    .case_list_ll li {
        width: 85%;
        background-size: 100% !important;
        margin: 0 auto !important;
        float: none;
        margin-bottom: 30px !important;
    }
    .case_list_ll li .title {
        width: 72%;
        margin: 0 auto;
    }
    .zhenghe {
        padding: 0;
    }
    .product_content .p_p_list ul li {
        height: 350px;
    }
    .job_concept .job_infos {
        margin: 0 auto;
    }
    .job_concept .job_img {
        height: 290px;
    }
    .i_news_videos {
        padding-bottom: 0;
    }
    .headquarters_list ul {
        width: 1200px;
    }
    .headquarters_list {
        width: 100%;
        overflow: auto;
    }
}


/*当屏幕尺寸小于480px时，结束应用下面的CSS样式*/

@media screen and (max-width: 414px) {
    /*当屏幕尺寸小于414px时，应用下面的CSS样式*/
    .hotline {
        display: none;
    }
    .headquarters_title {
        width: 100%;
    }
    .small_list {
        top: 80px;
    }
    .i_pro_ll {
        width: 76% !important;
        margin-left: 60px;
    }
    .i_case_ll li {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .ad01 {
        margin-top: 0px;
    }
    .i_data_l li {
        width: 50%;
    }
    .i_about span h4 {
        line-height: 0px;
    }
    .i_custom_l li {
        margin: 0 6px;
    }
    .footer_nav {
        font-size: 15px;
    }
    .fullSlide .bd li {
        height: 66px !important;
    }
    .fullSlide .bd ul {
        height: 66px !important;
    }
    .fullSlide .bd {
        height: 66px!important;
    }
    .fullSlide {
        height: 66px !important;
    }
    .fullSlide .bd li a {
        height: 66px !important;
    }
    .sortnavul li a {
        padding: 0 3px;
    }
    .p_p_list2 .p_p_list ul li span {
        left: 14%;
    }
    .gbook_formbtn {
        width: 360px;
        right: -6px;
    }
    .title03 h3 {
        display: none;
    }
    .n_n_list li dl {
        width: 89%;
    }
    .i_news li dl {
        width: 89%;
    }
    .remark1 .map1 .r {
        width: 100%;
        margin-left: -10%;
    }
    .i_news_videos_content .i_news_list li:nth-child(3) {
        display: none;
    }
    .i_news_videos_content .i_news_list {
        height: auto;
    }
    .i_news_videos_content .i_news_list ul .more {
        position: relative;
        margin: 0 auto;
    }
    .qualifications_content .swiper-container::before {
        left: calc(600px - (162vw - 8.5px));
    }
    .qualifications_content .swiper-container::after {
        right: calc(600px - (4vw - 8.5px));
    }
    .qualifications_content .swiper-container {
        margin-left: 40px;
    }
    .mascot_pic .pic {
        height: 205px;
        width: 30%;
    }
    .mascot_pic .pic img {
        height: 140px;
        width: 100%;
    }
    .swiper-container6 {
        width: 1050px !important;
        margin-left: 40px;
    }
    .branches_content .card {
        left: 90px;
    }
    .mileposts_content>ul .mileposts_list {
        width: 45%;
    }
    .swiper-containers {
        width: 800px;
    }
    .mileposts_content>ul li {
        font-size: 14px;
    }
    .environment_list .swiper-containers .swiper-wrapper .swiper-slide .pic img {
        height: 300px;
    }
    .environment_list .swiper-containers .swiper-slide {
        height: 300px;
    }
    .mascot_video li {
        width: 336px;
    }
    .footer .subscribe h3 {
        font-size: 15px;
    }
    .footer .contact h3 {
        font-size: 15px;
        text-align: center;
    }
    .cooperative_list .p_p_list li {
        width: 44%;
        margin-right: 15px;
    }
    .honor_list .p_p_list li {
        width: 165px;
    }
    .honor_list .p_p_list li .pic {
        width: 165px;
    }
    .honor_list .p_p_list li .pic img {
        width: 165px;
    }
    .design_title .title2 {
        padding: 130px 20px;
    }
    .gbook_tblist_5 tr {
        width: 170px;
    }
    .o_knowledge_list span {
        width: 110px;
    }
    .headquarters_list li {
        width: 185px;
    }
    .design_title .title {
        height: 594px;
    }
    .results_content .swiper-container2 {
        width: 800px;
        margin-left: 18px;
    }
    .structure_small {
        margin-bottom: 40px;
    }
    .i_news_videos_content .i_news_list li .time {
        width: 80px;
    }
    .headquarters_list ul {
        width: 1024px;
    }
}


/*当屏幕尺寸小于414px时，结束应用下面的CSS样式*/

@media screen and (max-width: 400px) {
    /*当屏幕尺寸小于375px时，应用下面的CSS样式*/
    .search {
        display: none;
    }
    .qualifications_content .swiper-container {
        margin-left: 40px;
    }
    .qualifications_content .swiper-container::before {
        display: none;
    }
    .honor_list #com_thenm_list>ul.honor1 li {
        width: 100%;
    }
    .honor_list #com_thenm_list>ul.honor1 li .pic {
        width: 100%;
        height: 445px;
    }
    .honor_list #com_thenm_list>ul.honor1 li .pic img {
        width: 100%;
    }
    .title01::after {
        top: 120px;
    }
    .swiper-container6 {
        width: 960px !important;
        margin-left: 35px;
    }
    .branches_content .card {
        left: 60px;
    }
    .swiper-containers {
        width: 720px;
    }
    .i_pro_l {
        width: 95%;
    }
    .business_list li {
        width: 300px;
    }
    .business_list ul {
        width: 1300px;
    }
    .results_content .swiper-container2 {
        width: 1050px;
        margin-left: 10px;
    }
    .i_news_videos_content .index_videos {
        height: 320px;
    }
    .headquarters_list ul {
        width: 920px;
    }
    .i_news_videos_content .index_videos .swiper-slide {
        height: 280px;
    }
    .i_news_videos_content .index_videos .swiper-slide .video {
        height: 192px;
    }
    .i_news_videos_content .index_videos .swiper-slide .video video {
        height: 192px;
    }
    .i_news_videos_content .i_news_list li {
        padding-top: 20px;
        height: auto;
    }
    .i_news_videos_content .i_news_list li .time {
        width: 100%;
    }
    .i_news_videos_content .i_news_list li .infos {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
    }
    .i_news_videos_content .i_news_list {
        height: auto;
    }
    .i_news_videos_content .i_news_list ul .more {
        position: relative;
        margin: 0 auto;
    }
    .qualifications_content .swiper-container {
        margin-left: 28px;
    }
    .qualifications_content .swiper-container::after {
        right: calc(600px - (4vw - 8.5px));
    }
    .p_content {
        padding-top: 60px;
    }
    .small_list {
        top: 70px;
    }
    .i_pro_ll {
        margin-left: 42px;
    }
    .i_custom_l {
        width: 76%;
    }
    .i_custom_l li {
        margin: 0 8px;
        width: 123px;
        height: 34px;
    }
    .title02 {
        font-size: 20px;
    }
    .footer_nav span {
        padding: 0 5px;
    }
    .fullSlide .bd li {
        height: 60px !important;
    }
    .fullSlide .bd ul {
        height: 60px !important;
    }
    .fullSlide .bd {
        height: 60px!important;
    }
    .fullSlide {
        height: 60px !important;
    }
    .fullSlide .bd li a {
        height: 60px !important;
    }
    .sortnavul li {
        height: 30px;
    }
    .pbox {
        height: 86px;
    }
    .p_p_list2 .p_p_list ul li span {
        left: 10%;
    }
    .gbook_indexpost dl {
        left: 60px;
    }
    .remark1 .txt {
        padding: 43px 0 0 0px;
    }
    .remark1 .map1 .r {
        width: 100%;
        margin-left: 0;
    }
    .footer .subscribe {
        width: 100px;
    }
    .footer .subscribe h3 {
        font-size: 12px;
    }
    .footer .subscribe p {
        font-size: 12px;
    }
    .footer .subscribe img {
        width: 100px;
        height: 100px;
    }
    .lan {
        margin-left: 10px;
    }
    .sortnavul li a {
        line-height: 30px;
        height: 30px;
    }
    .p_content .toptitle h3 {
        font-size: 25px;
    }
    .pbox {
        margin-top: 0px;
    }
    .honor_list .p_p_list li .pic img {
        width: 150px;
    }
    .honor_list .p_p_list li .pic {
        width: 150px;
    }
    .honor_list .p_p_list li {
        width: 150px;
    }
    .mileposts>ul li {
        font-size: 16px;
    }
    .environment_list .swiper-container .swiper-wrapper .swiper-slide .pic img {
        height: 210px;
    }
    .environment_list .swiper-container .swiper-wrapper .swiper-slide .pic .title p {
        font-size: 18px;
    }
    .case_list_ll li .rect-134 .infor .con {
        margin-top: 10px;
        margin-bottom: 0;
    }
    .p_content {
        padding-top: 0;
    }
    .team_pic img.square {
        width: 164px;
        height: 174px;
        margin-left: 10px;
    }
    .o_knowledge_list span {
        width: 105px;
    }
    .team_pic img {
        height: 350px;
        width: 100%;
        margin-left: 0px;
    }
    .team_pic img.big {
        margin-left: 0px;
    }
    .contact_information {
        width: 100%;
    }
    .headquarters_list li {
        width: 165px;
    }
    .i_news_videos_content .i_news_list li:nth-child(3) {
        display: none;
    }
}


/*当屏幕尺寸小于375px时，结束应用下面的CSS样式*/

@media screen and (max-width: 320px) {
    /*当屏幕尺寸小于320px时，应用下面的CSS样式*/
    .i_banner_box {
        height: 85px;
    }
    .results_content .swiper-container2 {
        width: 1920px;
    }
    .qualifications_content .swiper-container {
        width: 800px !important;
    }
    .qualifications_content .swiper-button-next,
    .qualifications_content .swiper-button-prev {
        display: none;
    }
    .swiper-container6 {
        margin-left: 8px;
    }
    .mascot_video .swiper-button-next6,
    .mascot_video .swiper-button-prev6 {
        display: none;
    }
    .small_list {
        right: -252px;
        top: 56px;
    }
    .i_pro_ll {
        width: 82%;
        margin-left: 26px;
    }
    .i_pro_ll li {
        width: 248px;
    }
    .i_pro_ll li i {
        width: 248px;
        height: 200px;
    }
    .i_custom_l {
        width: 72%;
    }
    .i_custom_l li {
        margin: 0 6px;
    }
    .footer_nav {
        font-size: 12px;
    }
    .fullSlide .bd li {
        height: 50px !important;
    }
    .fullSlide .bd ul {
        height: 50px !important;
    }
    .fullSlide .bd {
        height: 50px!important;
    }
    .fullSlide {
        height: 50px !important;
    }
    .fullSlide .bd li a {
        height: 50px !important;
    }
    .p_p_list2 .p_p_list ul li span {
        left: 3%;
    }
    .gbook_indexpost dt input {
        width: 200px !important;
    }
    .gbook_formbtn {
        right: 42px;
        width: 80%;
    }
    .gbook_indexpost {
        height: 823px;
    }
    .branches_content {
        margin-bottom: 20px;
    }
    .honor_list #com_thenm_list>ul.honor1 li,
    .honor_list #com_thenm_list>ul li {
        width: 100%;
    }
    .swiper-containers {
        width: 1200px;
    }
    .hotline {
        display: none;
    }
    .knowledge .p_content {
        padding-bottom: 20px;
    }
    #com_indexistop_introduction .introduction .counter li {
        width: 33%;
    }
    #com_indexistop_introduction .introduction .counter li:nth-child(4) {
        margin-left: 55px;
    }
    #com_indexistop_introduction .introduction_list li .img {
        height: 200px;
    }
    #com_indexistop_introduction .introduction_list li:first-child .img {
        width: 270px;
        height: 260px;
    }
    #com_indexistop_introduction .introduction_list li .img img {
        height: 200px;
    }
    #com_indexistop_case_study {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .i_pro_l {
        margin: 10px auto 0;
    }
    #com_indexistop_introduction {
        padding-top: 30px;
        margin-bottom: 30px;
    }
    .mascot_pic .title {
        margin-top: 40px;
    }
    .mascot_pic .title p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
    }
    .remark1 .mapic img {
        height: 300px;
    }
    .cooperative_list .p_p_list li {
        width: 43%;
    }
    .honor_list .p_p_list li {
        width: 125px;
    }
    .honor_list .p_p_list li .pic {
        width: 125px;
    }
    .honor_list .p_p_list li .pic img {
        width: 125px;
    }
    .honor_list .p_p_list li .title {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .case_list_ll li .rect-134 {
        padding-bottom: 180%;
    }
    .design_title .title2 {
        padding-top: 60px;
    }
    .p_content .toptitle p {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    #Agentslist4 li {
        width: 250px;
    }
    .o_knowledge_list span {
        width: 89px;
    }
    .o_know_list .o_prod_box li {
        padding: 25px 20px;
    }
    .headquarters_list li .picture {
        margin-top: 40px;
    }
    .headquarters_list li {
        width: 140px;
        height: 250px;
    }
    .headquarters_list li h5 {
        margin-top: 25px;
    }
    .business_list li {
        width: 268px;
    }
    .business_list ul {
        width: 1170px;
    }
}


/*当屏幕尺寸小于320px时，结束应用下面的CSS样式*/