/*标签样式初始化*/

div,
ul,
li,
span,
p,
img,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border: 0px;
}


/*公共样式部分*/

body {
    color: #666;
    margin: 0 auto;
    background-color: #fff;
    font-family: "Microsoft YaHei";
    overflow-x: hidden;
}

#copy {
    display: none;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #2C508A;
    text-decoration: none;
    border-bottom-style:
}

.page {
    margin: 0 auto;
    width: 1400px;
    height: 100%;
}

.bg {
    width: 100%;
    min-width: 1400px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


/*左右浮动清除*/

.clear,
.cl {
    clear: both;
    height: 0px;
    overflow: hidden;
}


/*间隙*/

.top10 {
    padding-top: 10px;
}

.top20 {
    padding-top: 20px;
}

.top30 {
    padding-top: 30px;
}

.top40 {
    padding-top: 40px;
}

.top50 {
    padding-top: 50px;
}

.top60 {
    padding-top: 60px;
}

.top70 {
    padding-top: 70px;
}

.top80 {
    padding-top: 22px;
}

.top90 {
    padding-top: 90px;
}

.top100 {
    padding-top: 100px;
}

.ym {
    padding-top: 30px;
    padding-bottom: 10px;
    overflow: hidden;
    display: table;
    margin: auto;
}

.ym a {
    float: left;
    border: solid 1px #e3e3e3;
    padding: 5px 10px 5px 10px;
    color: #545454;
    margin-right: 5px;
    margin-bottom: 5px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.ym a:hover {
    background: #5c5c5c;
    color: #FFF;
    border: solid 1px #5c5c5c;
}

a.page-num-current {
    background: #2C508A;
    color: #FFF;
    border: solid 1px #2C508A;
}

.ym span {
    display: block;
    float: left;
    margin-top: 14px;
    margin-right: 5px;
}


/*英文样式*/

.font_en {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

@-webkit-keyframes test {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, 5px);
        transform: translate(0, 5px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes mymove {
    0% {
        top: 0px;
    }
    50% {
        top: 30px;
    }
    100% {
        top: 0px;
    }
}

@-webkit-keyframes mymove
/* Safari and Chrome */

{
    0% {
        top: 0px;
    }
    50% {
        top: 30px;
    }
    100% {
        top: 0px;
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes warn {
    0% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0.0;
    }
    25% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0.1;
    }
    50% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        opacity: 0.3;
    }
    75% {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}

@keyframes warn {
    0% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0.0;
    }
    25% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0.1;
    }
    50% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        opacity: 0.3;
    }
    75% {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}

@-webkit-keyframes warn1 {
    0% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0.0;
    }
    25% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0.1;
    }
    50% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0.3;
    }
    75% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        opacity: 0.0;
    }
}

@keyframes warn1 {
    0% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0.0;
    }
    25% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0.1;
    }
    50% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0.3;
    }
    75% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        opacity: 0.0;
    }
}

@-webkit-keyframes "warn" {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        opacity: 0.0;
    }
    25% {
        transform: scale(0);
        -webkit-transform: scale(0);
        opacity: 0.1;
    }
    50% {
        transform: scale(0.1);
        -webkit-transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}


/*公共标题样式*/

.t {
    text-align: center;
}

.t span {
    color: #2C508A;
}

.t b {
    font-size: 40px;
    color: #222;
    display: block;
    line-height: 70px;
}

.t p {
    font-size: 16px;
    color: #333;
}


/*抬头*/

.top_bg {
    height: 44px;
    line-height: 44px;
    border-bottom: #eee 1px solid;
}

.top {
    position: relative;
}

.top_tel {
    padding-right: 160px;
    color: #999;
}

.top_tel span {
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
}

.cn {
    height: 44px;
    padding: 0 20px;
    overflow: hidden;
    transition: all 0.5s;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0;
    display: block;
    z-index: 99999;
}

.cn:hover {
    height: 88px;
    background: #eee;
}

.cn a {
    display: block;
    font-size: 14px;
    color: #666;
    height: 44px;
}

.cn a:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    margin: 10px 10px 0 0;
    float: left;
    border-radius: 100%;
}

.cn a:nth-child(1)::before {
    background: url(../images/20200615100604_542540292.jpg)no-repeat left center;
}

.cn a:nth-child(1):after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #aaa;
    margin: -26px 0 0 90px;
}

.cn a:nth-child(2)::before {
    background: url(../images/20200615101545_1388777508.jpg)no-repeat left center;
    font-family: Arial, Helvetica, sans-serif;
}

.cn a:hover span {
    color: #2C508A;
}


/*栏目*/

.head_bg {
    position: relative;
}

.head_fl a,
.head_fl b {
    float: left;
}

.head_fl img {
    margin: 26px 30px 0 0;
}

.head_fl b {
    margin-top: 48px;
    font-size: 22px;
    color: #222;
}

.head_fl p {
    line-height: 30px;
    font-size: 14px;
    color: #888;
    font-weight: initial;
}

.nav {
    width: auto;
}

.nav>ul>li {
    float: left;
    display: block;
    padding: 0 1.6vw;
    height: 120px;
}

.nav ul .navcurrent:after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: #2C508A;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    z-index: 2222;
    margin: 0 auto;
}

.nav>ul>li>a {
    display: block;
    color: #333;
    font-size: 16px;
    text-align: center;
    position: relative;
    z-index: 3333;
    line-height: 116px;
}

.nav ul li>a:after {
    content: '';
    display: block;
    width: 0vw;
    height: 4px;
    background: #2C508A;
    transition: 0.3s all ease-in-out;
    z-index: 2222;
    margin: 0 auto;
}

.nav ul li:hover>a:after {
    width: 100%;
}

.nav ul li.navcurrent:after,
.nav ul li:hover:after {
    width: 100%;
}

.NavCeshi>li.navcurrent>a,
.NavCeshi>li:hover>a {
    margin: 0 auto;
    color: #222;
}


/*导航下拉*/

.nav ul li>ul {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: absolute;
    border-top: #2C508A 3px solid;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0px, 10px, 0px);
    -moz-transform: translate3d(0px, 10px, 0px);
    -webkit-transform: translate3d(0px, 10px, 0px);
    z-index: 9999;
    left: 50%;
    top: 120px;
    text-align: center;
}

.nav ul li>ul a {
    padding: 0 50px;
    height: 30px;
    line-height: 30px;
    display: block;
    color: #fff;
    font-size: 18px;
    -webkit-transition: none ease-out .3s;
    transition: none ease-out .3s;
    -webkit-transition-property: color, background, text-indent, opacity;
    transition-property: color, background, text-indent, opacity;
}

.nav ul li .nav22 a {
    display: inline-grid;
    height: 60px;
    line-height: 60px;
}

.nav .nav2 dl a:first-child {
    font-size: 18px;
    font-weight: bold;
    height: 54px;
    line-height: 54px;
}

.nav ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.nav .nav2 {
    width: 100%;
    left: 0px;
    background: #2C508A;
}

.nav .nav222 {
    padding-bottom: 30px;
}

.nav .nav2 dl {
    float: left;
}

.nav3 {
    width: 1140px;
    margin: auto;
}


/*幻灯片*/

.focus {
    width: 100%;
    min-width: 1400px;
    height: 650px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.focus ul {
    height: 100%;
    position: absolute;
    overflow: hidden;
}

.focus ul li {
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: #000;
}

.focus ul li div {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.focus .btnBg {
    position: absolute;
    width: 100%;
    height: 20px;
    left: 0;
    bottom: 0;
    background: #000;
    display: none;
}

.focus .btn {
    position: absolute;
    width: 952px;
    height: 23px;
    margin-left: -480px;
    left: 50%;
    bottom: 30px;
    text-align: center;
}

.focus .btn span {
    font-size: 0;
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 14px;
    height: 14px;
    text-align: center;
    _font-size: 0;
    margin-left: 16px;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
}

.focus .btn span.on {
    background: #2C508A;
}

.focus .preNext {
    width: 45px;
    height: 100px;
    position: absolute;
    top: 300px;
    background: url(../images/20200424165937_600995389.png) no-repeat 0 0;
    cursor: pointer;
}

.focus .pre {
    left: -50px;
}

.focus .next {
    right: -50px;
    background-position: right top;
}

.focus:hover .pre {
    left: 80px;
}

.focus:hover .next {
    right: 80px;
}


/*搜索*/

.search_nbg {
    height: 90px;
    margin: 0 auto;
    position: absolute;
    top: 347px;
    border-bottom: 1px #eee solid;
}

.search_bg {
    height: 90px;
    margin: 0 auto;
    border-bottom: 1px #eee solid;
}

#search {
    color: #999;
    width: 1400px;
    line-height: 90px;
    margin: 0 auto;
}

.search_01 i {
    display: block;
    float: left;
    padding-top: 22px;
    margin-right: 14px;
}

.search_01 {
    float: left;
    width: 850px;
    padding-left: 2px;
}

.search_02 {
    height: 48px;
    width: 290px;
    overflow: hidden;
    margin-top: 21px;
    float: right;
}

.search_02 form {
    padding-left: 0;
}

.search-i {
    width: 52px;
    overflow: hidden;
    height: 48px;
}

.search-bg {
    float: left;
    width: 226px;
    height: 46px;
    overflow: hidden;
    padding-left: 10px;
    background: #fff;
    border: 1px #eee solid;
}


/*产品*/

.prod_t b {
    background: url(../images/20200615164149_621197181.png)no-repeat top center;
}

.prod_fl {
    width: 321px;
    background: #f5f5f5;
}

.prod_fl_t {
    height: 127px;
    text-align: center;
    color: #fff;
    background: url(../images/20200615164823_722654525.png)no-repeat center;
}

.prod_fl_t b {
    display: block;
    font-size: 42px;
    padding-top: 22px;
    opacity: 0.2;
}

.prod_fl_t p {
    font-size: 28px;
    font-weight: bold;
    margin-top: -25px;
    background: url(../images/20200615165848_175675908.png)no-repeat 35px center;
}

.prod_fl_z {
    padding: 25px;
    background: url(../images/20200618090013_1580553494.png)no-repeat bottom center;
    padding-bottom: 0px;
}

.prod_fl_z>table>tbody>tr>td>a {
    display: block;
    width: 229px;
    height: 43px;
    line-height: 43px;
    font-size: 16px;
    border: #ccc 1px solid;
    padding-left: 20px;
    position: relative;
}

.prod_fl_z>table>tbody>tr:hover>td>a {
    background: #2C508A;
    color: #fff !important;
}

.prod_fl_z>table>tbody>tr>td>a:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666;
    position: absolute;
    top: 20px;
    right: 22px;
    z-index: 9;
}

.prod_fl_z>table>tbody>tr:hover>td>a:before {
    border-top: 6px solid #2C508A;
}

.prod_fl_z>table>tbody>tr>td>a:after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: #ccc;
    border-radius: 50%;
    position: absolute;
    top: 11px;
    right: 17px;
}

.prod_fl_z>table>tbody>tr:hover>td>a:after {
    background: #fff;
}

.prod_fl_z>table>tbody>tr>td>table {
    display: block;
    margin: 20px 0 33px 0;
}

.prod_fl_z>table>tbody>tr>td>table>tbody>tr {
    display: block;
    float: left;
    width: 125px;
}

.prod_fl_z>table>tbody>tr>td>table>tbody>tr>td>a {
    display: block;
    width: 151px;
    line-height: 40px;
    font-size: 15px;
    padding-left: 25px;
    background: url(../images/20200618145215_644877614.png)no-repeat 5px -50px;
}

.prod_fl_z>table>tbody>tr>td>table>tbody>tr:hover>td>a {
    color: #2C508A !important;
    background-position: 5px 17px;
}

.prod_fr {
    width: 1066px;
}

.prod_fr .divproduct_new_div_item {
    width: 471px;
    height: 198px;
    margin: 0 20px 20px 0;
    padding: 25px;
    border: #eee 1px solid;
    float: left;
    transition: all linear .3s;
}

.prod_fr .divproduct_new_div_item:hover {
    background: #eee;
}

.prod_fr .divproduct_new_div_item:nth-child(2n) {
    margin-right: 0px;
}

.prod_fr .divproduct_new_div_item_content {
    float: right;
    width: 240px;
}

.prod_fr .divproduct_new_div_item_a {
    display: block;
    font-size: 16px;
    color: #333;
    margin: 10px 0;
    position: relative;
}

.prod_fr .divproduct_new_div_item_a::after {
    content: "了解详细";
    display: block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #999;
    color: #fff;
    border-radius: 7px 0 7px 0;
    position: absolute;
    top: 140px;
    transition: all linear .3s;
}

.prod_fr .divproduct_new_div_item:hover .divproduct_new_div_item_a::after {
    background: #2C508A;
    width: 120px;
}

.prod_fr .divproduct_new_div_item_body {
    line-height: 24px;
    font-size: 14px;
    color: #888;
}

.prod_fr .product_div_item_pic a {
    display: block;
}

.prod_fr .product_div_item_pic img {
    width: 198px;
    height: 198px;
    border: #eee 1px solid;
    transition: all linear .3s;
}

.divproduct_new_div_item:hover .product_div_item_pic img {
    border-radius: 100%;
}


/*产品特点*/

.prod_adva_bg {
    height: 916px;
    background: url(../images/20200622204648_1550200217.jpg)no-repeat center;
}

.prod_t b {
    background: url(../images/20200615171040_1764378831.png)no-repeat top center;
}

.prod_adva_t li {
    float: left;
    width: 137px;
    height: 137px;
    line-height: 45px;
    font-size: 18px;
    color: #333;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}

.prod_adva_t li:nth-child(1),
.prod_adva_t li:nth-child(5) {
    margin-top: 230px;
}

.prod_adva_t li:nth-child(2),
.prod_adva_t li:nth-child(4) {
    margin-top: 110px;
}

.prod_adva_t li:nth-child(3) {
    margin: 50px 115px 0 115px;
}

.prod_adva_t li:nth-child(1) {
    margin-left: 145px;
}

.prod_adva_t li:nth-child(2),
.prod_adva_t li:nth-child(5) {
    margin-left: 95px;
}

.prod_adva_t .on {
    background: #2C508A;
    color: #fff;
}

.prod_adva_t li:before {
    height: 40px;
    margin-top: 35px;
    content: "";
    display: block;
}

.prod_adva_t li:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #2C508A;
    margin: 15px 0 0 56px;
    opacity: 0;
}

.prod_adva_t li:nth-child(1):after {
    margin: -60px 0 0 126px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}

.prod_adva_t li:nth-child(2):after {
    margin: -2px 0 0 100px;
    transform: rotate(-42deg);
    -webkit-transform: rotate(-42deg);
    -moz-transform: rotate(-42deg);
}

.prod_adva_t li:nth-child(4):after {
    margin: 5px 0 0 18px;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
}

.prod_adva_t li:nth-child(5):after {
    margin: -60px 0 0 -20px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}

.prod_adva_t li:nth-child(1):before {
    background: url(../images/20200616134254_1423303374.png)no-repeat center bottom;
}

.prod_adva_t li:nth-child(2):before {
    background: url(../images/20200616134254_1409885810.png)no-repeat center bottom;
}

.prod_adva_t li:nth-child(3):before {
    background: url(../images/20200615213959_1472278484.png)no-repeat center bottom;
}

.prod_adva_t li:nth-child(4):before {
    background: url(../images/20200616134254_779508456.png)no-repeat center bottom;
}

.prod_adva_t li:nth-child(5):before {
    background: url(../images/20200616134255_1645528080.png)no-repeat center bottom;
}

.prod_adva_t .on:before {
    background-position: center 6px !important;
}

.prod_adva_t .on:after {
    opacity: 1;
}

.prod_adva_b {
    float: left;
    width: 100%;
    height: 60px;
    text-align: center;
}

.prod_adva_b dl {
    width: 100%;
    float: left;
    line-height: 30px;
    margin: -115px auto 0;
    font-size: 16px;
    color: #666;
}


/*品牌优势*/

.adv_bg {
    background: url(../images/20200622204729_581975925.jpg)no-repeat center;
    height: 1048px;
    overflow: hidden;
}

.adv_t b {
    color: #fff;
    background: url(../images/20200615221606_1582771474.png)no-repeat top center;
}

.adv_t p {
    color: #fff;
}

.adv {
    margin-top: 165px;
}

.adv_top ul {
    padding: 45px;
}

.adv_top li {
    width: 108px;
    height: 109px;
    text-align: center;
    border: #eee 1px solid;
    border-top: none;
    cursor: pointer;
}

.adv_top li:first-child {
    border-top: #eee 1px solid;
}

.adv_top li t {
    display: block;
    padding-top: 20px;
    font-size: 18px;
    color: #999;
}

.adv_top li p {
    line-height: 34px;
    font-size: 18px;
    color: #222;
    font-weight: bold;
}

.adv_top li span {
    font-size: 18px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.adv_top .on {
    width: 110px;
    height: 110px;
    background: #2C508A;
    border: none;
    position: relative;
}

.adv_top .on:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-left: 17px solid #2C508A;
    border-bottom: 17px solid transparent;
    position: absolute;
    top: 38px;
    left: 107px;
}

.adv_top .on t {
    color: #fff;
    opacity: 0.4;
}

.adv_top .on p {
    color: #fff;
}

.adv_top .on span {
    color: #fff;
    opacity: 0.6;
}

.adv_b .adv_b_fl {
    width: 440px;
}

.adv_b .adv_title {
    margin-top: 60px;
}

.adv_b .adv_title b {
    font-size: 24px;
    color: #222;
}

.adv_b .adv_title p {
    font-size: 12px;
    color: #999;
    line-height: 30px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 24px;
}

.adv_b .adv_text {
    padding-top: 6px;
}

.adv_b .adv_text p {
    font-size: 15px;
    color: #666;
    line-height: 24px;
    margin-top: 25px;
    padding-left: 20px;
    position: relative;
}

.adv_b .adv_text p:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: #ccc 1px solid;
    border-radius: 10px;
    position: absolute;
    top: 5px;
    left: 0px;
}

.adv_b .adv_text a {
    display: block;
    margin-top: 40px;
    width: 175px;
    height: 50px;
    line-height: 50px;
    background: #333;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 10px 0 10px 0;
    transition: all 0.3s ease-in-out;
}

.adv_b .adv_text a:hover {
    width: 275px;
    background: #2C508A;
}

.adv_b dl {
    position: relative;
}

.adv_b_fr {
    position: absolute;
    right: -240px;
    width: 940px;
    overflow: hidden;
}


/*解决方案*/

.solution_bg {
    height: 764px;
    background: url(../images/20200620092702_385182198.jpg)no-repeat bottom center;
}

.solution_t b {
    background: url(../images/20200616154118_1814095801.png)no-repeat top center;
}

.solution_top {
    width: 600px;
    height: 540px;
    padding: 28px;
    box-sizing: border-box;
    background: #eee;
    float: left;
}

.solution_top li,
.solution_more {
    display: block;
    width: 50%;
    height: 122px;
    float: left;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    border: 1px #eee solid;
    background: #fff;
}

.solution_top li.on,
.solution_more:hover {
    background: #2C508A;
}

.solution_top li p,
.solution_more p {
    font-size: 18px;
    color: #222;
    line-height: 36px;
    padding-top: 30px;
}

.solution_top li.on p,
.solution_top li.on span,
.solution_more:hover p,
.solution_more:hover span {
    color: #fff;
}

.solution_top li span,
.solution_more span {
    font-size: 15px;
    color: #999;
}

.solution_top li:before,
.solution_more:before {
    content: "";
    display: block;
    float: left;
    width: 60px;
    height: 60px;
    margin: 30px 20px 0 30px;
    border: 1px #eee solid;
    border-radius: 100%;
    background: url(../images/20200620103845_461587038.png)no-repeat center;
    transition: all 0.3s ease-in-out;
}

.solution_top li:nth-child(1):before {
    background-position: 0px -60px;
}

.solution_top li:nth-child(2):before {
    background-position: -60px -60px;
}

.solution_top li:nth-child(3):before {
    background-position: -120px -60px;
}

.solution_top li:nth-child(4):before {
    background-position: -180px -60px;
}

.solution_top li:nth-child(5):before {
    background-position: -240px -60px;
}

.solution_top li:nth-child(6):before {
    background-position: -300px -60px;
}

.solution_top li:nth-child(7):before {
    background-position: -360px -60px;
}

.solution_more:before {
    background-position: -420px -60px;
}

.solution_top li:nth-child(1).on:before {
    background-position: 0px 0px;
}

.solution_top li:nth-child(2).on:before {
    background-position: -60px 0px;
}

.solution_top li:nth-child(3).on:before {
    background-position: -120px 0px;
}

.solution_top li:nth-child(4).on:before {
    background-position: -180px 0px;
}

.solution_top li:nth-child(5).on:before {
    background-position: -240px 0px;
}

.solution_top li:nth-child(6).on:before {
    background-position: -300px 0px;
}

.solution_top li:nth-child(7).on:before {
    background-position: -360px 0px;
}

.solution_more:hover::before {
    background-position: -420px 0px;
}

.solution_top li.on:before,
.solution_more:hover::before {
    background-color: #fff;
}

.solution_b {
    width: 800px;
    float: right;
}

.solution_b dl {
    height: 540px;
    position: relative;
}

.solution_b dl:nth-child(1) {
    background: url(../images/20200620105154_1916461456.jpg)no-repeat center;
}

.solution_b dl:nth-child(2) {
    background: url(../images/20200620105118_1128845331.jpg)no-repeat center;
}

.solution_b dl:nth-child(3) {
    background: url(../images/20200620105845_45375477.jpg)no-repeat center;
}

.solution_b dl:nth-child(4) {
    background: url(../images/20200620110058_1566040323.jpg)no-repeat center;
}

.solution_b dl:nth-child(5) {
    background: url(../images/20200620110235_188444381.jpg)no-repeat center;
}

.solution_b dl:nth-child(6) {
    background: url(../images/20200620115005_64915731.jpg)no-repeat center;
}

.solution_b dl:nth-child(7) {
    background: url(../images/20200620114419_251582990.jpg)no-repeat center;
}

.solution_b dl:nth-child(2) .divdgweb_new_div .divdgweb_new_div_item:nth-child(1),
.solution_b dl:nth-child(3) .divdgweb_new_div .divdgweb_new_div_item:nth-child(-n+2),
.solution_b dl:nth-child(4) .divdgweb_new_div .divdgweb_new_div_item:nth-child(-n+3),
.solution_b dl:nth-child(5) .divdgweb_new_div .divdgweb_new_div_item:nth-child(-n+4),
.solution_b dl:nth-child(6) .divdgweb_new_div .divdgweb_new_div_item:nth-child(-n+5),
.solution_b dl:nth-child(7) .divdgweb_new_div .divdgweb_new_div_item:nth-child(-n+6) {
    display: none;
}

.solution_b .divdgweb_new_div_item {
    width: 637px;
    height: 222px;
    padding: 28px 30px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    position: absolute;
    bottom: 50px;
    left: 80px;
}

.solution_b .divdgweb_new_div_item_content {
    float: right;
    width: 340px;
    position: relative;
}

.solution_b .divdgweb_new_div_item_a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 46px;
    height: 175px;
    width: 100%;
    position: absolute;
}

.solution_b .divdgweb_new_div_item_body {
    font-size: 15px;
    color: #333;
    line-height: 24px;
    padding-top: 50px;
}

.solution_b .divdgweb_new_div_item_body:after {
    content: "了解详细";
    display: block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #999;
    color: #fff;
    border-radius: 8px 0 8px 0;
    margin-top: 15px;
    transition: all linear .3s;
}

.solution_b .divdgweb_new_div_item:hover .divdgweb_new_div_item_body:after {
    width: 120px;
    background: #2C508A;
}

.solution_b .news_div_item_image {
    width: 215px;
    height: 175px;
    border: 2px #aaa solid;
}

.solution_b .news_div_item_pic a {
    display: block;
}


/*广告条*/

.banner_bg {
    background: url(../images/20200620103053_1707391153.jpg)no-repeat center;
    height: 300px;
}

.banner {
    width: 1340px;
    padding: 76px 0 0 60px;
}

.banner {
    color: #fff;
}

.banner b {
    font-size: 32px;
}

.banner a {
    width: 170px;
    height: 68px;
    line-height: 68px;
    margin-top: 32px;
    padding-left: 44px;
    font-size: 18px;
    color: #fff;
    display: block;
    background: url(../images/20200616175756_1143777905.jpg)no-repeat center;
}

.banner a:after {
    content: "";
    display: block;
    height: 22px;
    margin-top: -45px;
    background: url(../images/20200616210030_950561698.png)no-repeat 125px center;
}

.banner p {
    margin: 25px 0 0 20px;
    line-height: 40px;
    font-size: 18px;
}

.banner span {
    display: block;
    font-size: 38px;
    font-weight: bold;
    color: white;
}


/*工程案例*/

.case_bg {
    height: 769px;
    background: url(../images/20200616210619_1886987636.jpg)no-repeat center;
}

.case_t b {
    background: url(../images/20200616214857_1252126673.png)no-repeat top center;
}

.case {
    position: relative;
}

.case_bj {
    background: url(../images/20200617113630_1740612954.png)no-repeat;
}

.case_fl,
.case_fr {
    position: absolute;
    top: 470px;
    width: 15px;
    height: 28px;
    z-index: 9;
}

.case_fl {
    left: 530px;
}

.case_fr {
    right: 530px;
    background-position: right center;
    cursor: pointer;
}

.case_top {
    width: 108px;
    margin: 0 auto;
}

.case_top li {
    float: left;
    display: block;
    width: 8px;
    height: 8px;
    background: #666;
    margin: 130px 0 0 25px;
    border-radius: 50%;
    cursor: pointer;
}

.case_top li:first-child {
    margin-left: 0px;
}

.case_top .on {
    background: #2C508A;
}

.case_top .on:after {
    content: "";
    display: block;
    padding: 10px;
    border: #2C508A 1px solid;
    border-radius: 50%;
    margin: -7px 0 0 -7px;
}

.case_b .divdgweb_new_div_item {
    float: left;
    width: 450px;
    margin-right: 25px;
    position: relative;
}

.case_b .divdgweb_new_div_item:nth-child(3n) {
    margin-right: 0px;
}


/* .case_b dl:nth-child(2) .divdgweb_new_div .divdgweb_new_div_item:nth-child(-n+3),
.case_b dl:nth-child(3) .divdgweb_new_div .divdgweb_new_div_item:nth-child(-n+6), */


/* .case_b dl:nth-child(4) .divdgweb_new_div .divdgweb_new_div_item:nth-child(-n+9){display: none;} */

.case_b .divdgweb_new_div_item_content {
    width: 101%;
    position: absolute;
    top: 350px;
    left: 0px;
}

.case_b .divdgweb_new_div_item_a {
    display: block;
    height: 75px;
    line-height: 75px;
    padding-left: 25px;
    font-size: 16px;
    color: #333;
    background-color: #fff;
    background-image: url(../images/20200619105557_2133442996.png);
    background-repeat: no-repeat;
    background-position: 378px 0;
    transition: all 0.3s ease-in-out;
}

.case_b .divdgweb_new_div_item:hover .divdgweb_new_div_item_a {
    background-color: #2C508A;
    background-position: 378px -75px;
    color: #fff;
}

.case_b .news_div_item_image {
    width: 450px;
    height: 350px;
}


/*关于埃美柯*/

.com_t b {
    background: url(../images/20200616214950_976716484.png)no-repeat top center;
}

.com {
    height: 516px;
}


/*.com_fl{width:858px;height:667px;background: url(../images/20200616215258_237010247.png)no-repeat left center;}*/

.com_fl {
    width: 858px;
    height: 484px;
    background: url(../images/20200616215258_237010247.png)no-repeat left center;
}

.about_m {
    width: 100%;
    height: 500px;
    position: relative;
}

.dot {
    position: absolute;
    bottom: 186px;
    left: 386px;
    z-index: 2;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: url(../images/20200617202857_1327914177.png)#2C508A no-repeat center;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

.pulse {
    position: absolute;
    bottom: 165px;
    left: 366px;
    z-index: 1;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #2C508A;
    -webkit-box-shadow: 1px 1px 20px #2C508A;
    box-shadow: 1px 1px 20px #2C508A;
    opacity: 0.4;
    -webkit-animation: warn 2.2s ease-out;
    animation: warn 2.2s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.pulse1 {
    position: absolute;
    bottom: 133px;
    left: 332px;
    z-index: 1;
    width: 185px;
    height: 185px;
    border-radius: 50%;
    background: #2C508A;
    -webkit-box-shadow: 1px 1px 20px #2C508A;
    box-shadow: 1px 1px 20px #2C508A;
    opacity: 0.8;
    -webkit-animation: warn1 2s ease-out;
    animation: warn1 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.com_fl>a {
    height: 164px;
    display: block;
    background: #000;
    opacity: 0.9;
    padding: 40px 50px;
    font-size: 16px;
    color: #ccc;
    line-height: 30px;
}


/*.com_fr{position: relative;width: 498px;height:666px;border: #eee 1px solid;}*/

.com_fr {
    position: relative;
    width: 498px;
    height: 485px;
    border: #eee 1px solid;
}

.com_fr span {
    display: block;
    height: 63px;
    line-height: 63px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    background: url(../images/20200617111725_1975668904.png)no-repeat top center;
}

.com_fr_b_bj {
    background: url(../images/20200617112718_2136839877.png)no-repeat;
}

.com_fr_b_fl,
.com_fr_b_fr {
    position: absolute;
    top: 606px;
    width: 30px;
    height: 30px;
    z-index: 99;
    cursor: pointer;
}

.com_fr_b_fl {
    left: 60px;
}

.com_fr_b_fr {
    right: 60px;
    background-position: right center;
}

.com_fr_b {
    margin-top: 30px;
}

.com_fr_b table div>a {
    display: block;
    font-size: 16px;
    color: #666;
    margin-top: 26px;
}


/* .com_fr_b dl:nth-child(2) tbody tr:nth-child(-n+1),
.com_fr_b dl:nth-child(3) tbody tr:nth-child(-n+2),
.com_fr_b dl:nth-child(4) tbody tr:nth-child(-n+3)
{display: none;} */

.video_btn {
    cursor: pointer;
}

#open_window {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9;
}

.video_m {
    background: #eee;
    width: 1000px;
    height: 600px;
    z-index: 1;
    margin: 7% auto;
    overflow: auto;
}

.xx {
    font-size: 22px;
    color: #000;
    cursor: pointer;
    position: absolute;
    top: 5.3em;
    right: 15.1em;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    background: #fff;
    z-index: 10;
}


/*服务*/

.custom_bg {
    height: 820px;
    background: url(../images/20200616221938_137203771.jpg)no-repeat center bottom;
}

.custom_t b {
    background: url(../images/20200616222154_1249739167.png)no-repeat top center;
}

.custom li {
    width: 443px;
    height: 516px;
    margin-right: 35px;
    float: left;
    background: #fff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.custom li:last-child {
    margin-right: 0px;
}

.custom .custom_li_content {
    padding: 40px 40px 0 40px;
    transition: ease-out .3s;
}

.custom li:hover .custom_li_content {
    padding: 6px 40px 0 40px;
    transition: all linear .3s;
}

.custom .custom_li_content:after {
    content: "";
    background: #2C508A;
    width: 443px;
    height: 230px;
    position: absolute;
    left: 0;
    bottom: -100px;
    opacity: 0;
    transition: ease-out .3s;
}

.custom li:hover .custom_li_content:after {
    bottom: 0;
    opacity: 1;
}

.custom .custom_li_content b {
    font-size: 24px;
    color: #2C508A;
    display: block;
    height: 32px;
    position: relative;
    z-index: 2;
    transition: ease-out .3s;
}

.custom li:hover .custom_li_content b {
    height: 72px;
}

.custom .custom_li_content b:after {
    content: "";
    display: block;
    background: #fff;
    width: 1px;
    height: 0;
    margin-top: 16px;
    transition: all linear .3s;
    position: relative;
    z-index: 2;
    opacity: .5;
}

.custom li:hover .custom_li_content b:after {
    height: 24px;
}

.custom .custom_li_content span {
    color: #333;
    font-weight: lighter;
}

.custom .custom_li_content p {
    font-size: 15px;
    color: #666;
    line-height: 24px;
    margin-top: 20px;
    position: relative;
    z-index: 2;
    transition: all linear .3s;
}

.custom li:hover .custom_li_content p {
    opacity: .8;
    margin-top: 14px;
}

.custom .custom_li_content t {
    font-size: 18px;
    font-weight: bold;
    color: #2C508A;
}

.custom li:hover .custom_li_content t {
    color: #ff0;
}

.custom li:hover .custom_li_content b,
.custom li:hover .custom_li_content span,
.custom li:hover .custom_li_content p {
    color: #fff;
}


/*新闻*/

.news {
    padding: 80px 0px 80px 0px;
}

.news>.page>.fl {
    width: 480px;
    height: 580px;
    background: #f5f5f5;
    position: relative;
}

.news>.page>.fr {
    width: 890px;
    height: 580px;
}

.news>.page>.fl .news_tit {
    background: url(../images/20200618115211_1195646766.png) repeat center;
    width: 480px;
    height: 178px;
    padding: 30px 35px;
}

.news_tit a {
    font-size: 28px;
    color: #fff;
    display: block;
    line-height: 30px;
    position: relative;
}

.news_tit a .en {
    font-size: 14px;
    font-family: arial, microsoft yahei;
    display: block;
    line-height: 25px;
    font-weight: 100;
    text-transform: capitalize;
}

.news_tit a i {
    position: absolute;
    width: 25px;
    height: 25px;
    background: #2C508A url(../images/20200618115211_1697996462.png) no-repeat center;
    right: 0;
    top: 13px
}

.news_l_cont {
    width: 410px;
    position: absolute;
    left: 35px;
    top: 110px;
}

.news_l_cont_in {
    width: 100%;
}

.news_l_cont_i {
    display: block;
    width: 100%;
}

.news_l_cont_i img {
    width: 100%;
    height: 280px;
    display: block;
}

.news_l_cont_i strong,
.news_r2_cont_i strong {
    font-size: 18px;
    font-weight: normal;
    color: #343434;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    display: block;
    line-height: 50px;
    padding: 10px 0 0;
    text-overflow: ellipsis;
}

.news_l_cont_i p,
.news_r2_cont_i p {
    font-size: 14px;
    font-weight: 100;
    color: #999;
    line-height: 28px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news_l_cont_tit {
    position: absolute;
    width: 96%;
    top: 240px;
    text-align: right;
    left: 0;
}

.news_l_cont_tit li {
    width: 10px;
    height: 10px;
    background: #ccc;
    display: inline-block;
    border-radius: 50px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    margin-right: 3px;
    cursor: pointer
}

.news_l_cont_tit li.cur {
    width: 30px;
    background: #2C508A;
}

.news_l_cont_i i {
    font-size: 14px;
    font-family: arial;
    line-height: 30px;
    position: relative;
    text-align: right;
    color: #999;
    display: block;
    width: 100%;
    height: 30px;
    font-style: normal;
    margin-top: 20px;
}

.news_l_cont_i i:after,
.news_r2_cont_i i:after {
    content: '';
    width: 65px;
    height: 1px;
    top: 14px;
    background: #ccc;
    display: block;
    position: absolute;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.news_l_cont_i *,
.news_r2_cont_i * {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease
}

.news_l_cont_i:hover i:after,
.news_r2_cont_i:hover i:after {
    background: #2C508A;
    width: 100px
}

.news_l_cont_i:hover strong,
.news_r2_cont_i:hover strong {
    color: #2C508A;
}

.news_r2_cont_i {
    width: 380px;
    float: left;
    margin-right: 50px
}

.news_r2_cont_i i {
    font-size: 14px;
    font-family: arial;
    line-height: 30px;
    position: relative;
    text-align: right;
    color: #999;
    display: block;
    width: 90%;
    height: 30px;
    font-style: normal;
    margin-top: 25px;
}

.news_l_cont_i i em,
.news_r2_cont_i i em {
    font-size: inherit;
    font-style: normal;
    font-family: inherit;
    float: right;
}

.news_row2 {
    padding: 30px 35px;
    width: 820px;
    height: 245px;
    background: #f5f5f5;
    position: relative;
}

.news_row2 .news_tit a,
.news_row3 .news_tit a {
    color: #343434
}

.news_row2 .news_tit a .color,
.news_row3 .news_tit a .color {
    color: #2C508A;
    font-size: inherit;
    font-weight: bold;
}

.news_row2 .news_tit a .en,
.news_row3 .news_tit a .en {
    color: #999
}

.news_row3 {
    padding: 30px 35px;
    width: 820px;
    height: 315px;
    background: #f5f5f5 url(../images/20200618115211_273728067.jpg) no-repeat 0 center;
    margin-top: 20px;
    position: relative;
}

.news_row3 .fl {
    width: 380px;
}

.news_row3 .fr {
    width: 420px
}

.news_r2_cont {
    overflow: hidden;
}

.news_r2_cont_tit {
    position: absolute;
    width: 96%;
    top: 50px;
    text-align: right;
    left: 0;
}

.news_r2_cont_tit li {
    width: 10px;
    height: 10px;
    background: #dedede;
    display: inline-block;
    border-radius: 50px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    margin-right: 3px;
    cursor: pointer
}

.news_r2_cont_tit li.cur {
    width: 30px;
    background: #2C508A;
}

.news_r3_cont {
    position: relative;
}

.news_r3_cont_i p {
    background: url(../images/20200618115211_145399865.png) no-repeat left center;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    padding-left: 40px;
    line-height: 38px;
}

.news_r3_cont_i span.small {
    background: url(../images/20200618115211_863900633.png) no-repeat left center;
    font-size: 14px;
    color: #999;
    padding-left: 40px;
    display: block;
    line-height: 32px;
    font-weight: 100;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_r3_cont_i {
    display: block;
    padding: 15px 0 0px;
}

.news_r3_cont_tit {
    position: absolute;
    width: 100%;
    top: -35px;
    text-align: right;
    left: 0;
}

.news_r3_cont_tit li {
    width: 10px;
    height: 10px;
    background: #dedede;
    display: inline-block;
    border-radius: 50px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    margin-right: 3px;
    cursor: pointer
}

.news_r3_cont_tit li.cur {
    width: 30px;
    background: #2C508A;
}


/*友情链接*/

.link_bg {
    height: 90px;
    line-height: 90px;
    border-top: 1px #eee solid;
    color: #999;
}

.link p {
    font-size: 18px;
    color: #222;
    padding-left: 50px;
    background: url(../images/20200618115211_182277126.png)no-repeat center left;
}

.linkTagcs li a {
    font-size: 15px;
    padding-left: 10px;
}

.linkTagcs li {
    margin-left: 0px !important;
    float: left !important;
    margin-top: 0px !important;
    text-aglin: left;
}

.linkTagcs li a:hover {
    color: #2C508A !important;
}


/*版权*/

.copy_bg {
    background: #222;
    height: 380px;
}

.copy_tel {
    font-size: 16px;
    font-weight: 100;
    color: #fff;
    line-height: 40px;
    text-align: right;
    padding: 60px 0 24px;
    position: relative
}

.copy_tel p {
    font-family: arial;
    font-size: 30px;
    color: #fff;
    line-height: 42px;
    text-align: right;
}

.copy_p2 a {
    display: block;
    float: right;
    width: 42px;
    height: 42px;
    background-color: #444;
    margin-left: 16px;
    border-radius: 100%;
    position: relative;
}

.copy_p2 a:nth-child(1) {
    background-image: url(../images/20200618115211_1409390806.png);
}

.copy_p2 a:nth-child(2) {
    background-image: url(../images/20200618115212_785794689.png);
}

.copy_p2 a:nth-child(3) {
    background-image: url(../images/20200618115212_1134689396.png);
}

.copy_p2 a p {
    position: absolute;
    overflow: hidden;
    width: 110px;
    height: 0px;
    z-index: 2;
    top: 50px;
    left: -34px;
}

.copy_p2 a p img {
    width: 100%;
}

.copy_p2 a:hover {
    background-color: #fff;
}

.copy_p2 a:hover p {
    height: 110px;
}

.friendlink {
    width: 215px;
    line-height: 50px;
    height: 50px;
    float: right;
    margin-top: 30px;
    position: relative;
    background: #2C508A url(../images/20200618115212_1527056486.png) no-repeat 177px 15px;
    cursor: pointer;
}

.friendlink .fri_L {
    width: 160px;
    height: 50px;
    float: left;
    color: #ccc;
    font-size: 14px;
    line-height: 47px;
    padding-left: 50px;
    background: #1e1e1e url(../images/20200618115212_218657328.png) no-repeat 15px center;
    font-weight: 100;
    border: 1px solid #444;
    border-right: 0 none;
    box-sizing: border-box;
}

.friendlink .fri_R {
    height: 50px;
    display: block;
    width: 160px;
    line-height: 50px;
    position: absolute;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 0.3s all ease;
}

.friendlink .linkTagcs {
    width: 161px;
    max-height: 50px;
    overflow: hidden;
    transition: 0.3s all ease-in-out;
    position: absolute;
    bottom: 0px;
    z-index: 3;
    background: #fff;
}

.friendlink:hover .linkTagcs {
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
}

.friendlink .fri_R .linkTagcs li {
    float: none;
    line-height: 50px;
    text-align: left;
    text-indent: 10px;
    position: relative;
    width: 130px !important;
}

.friendlink .fri_R .linkTagcs li a {
    display: block;
    color: #666;
    font-size: 14px;
    font-weight: 100;
}

.friendlink:hover .fri_R {
    opacity: 1;
    filter: alpha(opacity=100);
}

.copy_row1 {
    width: 100%;
}

.copy_row1 ul {
    float: left;
    padding: 50px 95px 0px 0;
    position: relative;
}

.copy_row1 ul li {
    line-height: 34px;
    font-size: 14px;
    color: #999;
}

.copy_row1 ul li a {
    color: #999;
    display: block;
    line-height: 34px;
    font-size: 14px;
}

.copy_row1 ul strong a {
    color: #ddd;
    font-weight: normal;
    display: block;
    font-size: 17px;
    line-height: 60px
}

.copy_row1 ul strong {
    display: block;
    padding-bottom: 10px;
}

.copy_row1 ul li a:hover {
    color: #eee;
    text-decoration: underline;
}

.copy_row1 ul:hover:after {
    background-color: #fff;
}

.copy_row1 ul:hover:before {
    background-color: #fff;
}

.copy_row1 ul:hover strong a {
    color: #fff
}

.copy_row2 {
    line-height: 60px;
    height: 60px;
    position: relative;
    width: 100%;
    font-size: 13px;
    color: #999;
    font-weight: 100;
}

.copy_row2 a {
    color: #999;
    display: inline-block;
    font-weight: 100;
}

.copy_row2 a:hover {
    color: #fff;
    text-decoration: underline;
}

.copy_row2:after {
    content: '';
    display: block;
    width: 1170px;
    height: 1px;
    background: #343434;
    position: absolute;
    top: 0px;
    right: 0;
}

.footer_bg {
    background: #222;
    height: 80px;
    line-height: 80px;
    border-top: 1px #383838 solid;
    font-size: 14px;
    color: #999;
}

.footer_bg a {
    font-size: 14px;
    color: #999;
}

.footer_bg a:hover {
    color: #fff;
}

.about_prod table tr td:hover a {
    background: #2C508A;
    color: #fff;
    transition: 0.5s all ease-in-out;
    left: 100%;
}


/* 在线客服*/

.y-kefu-box {
    position: fixed;
    right: 0;
    top: 20%;
    z-index: 9999;
    font-size: 13px;
}

.y-kefu-box img {
    display: block;
    width: 100%;
    height: auto;
}

.y-kefu-box01 .icon {
    display: block;
    background: url(../images/20200622195928_1137240611.png) no-repeat;
    margin: 0 auto 6px;
}

.y-kefu-box01 {
    width: 54px;
    color: #666;
    text-align: center;
}

.y-kefu-box01 .kf-close-btn {
    width: 27px;
    height: 27px;
    background-position: -5px -115px;
    position: relative;
    cursor: pointer;
}

.y-kefu-box01 .kf-close-btn:before {
    content: '';
    display: block;
    width: 1px;
    height: 12px;
    background-color: #2C508A;
    position: absolute;
    bottom: -12px;
    left: 13px;
    z-index: 1;
}

.y-kefu-box01 .show-status>a,
.y-kefu-box01 .show-status>div {
    display: block;
    width: 52px;
    padding: 8px 0 12px;
    background-color: #fff;
    border-left: solid 1px #efefef;
    border-top: solid 1px #efefef;
    border-right: solid 1px #efefef;
    position: relative;
}

.y-kefu-box01 .show-status {
    position: relative;
}

.y-kefu-box01 .show-status .kf-zixun {
    background-color: #2C508A;
    border-color: #2C508A;
    color: #fff;
    margin: 10px 0 7px;
}

.y-kefu-box01 .kf-zixun {
    border-radius: 2px;
}

.y-kefu-box01 .kf-zixun i {
    width: 21px;
    height: 22px;
    background-position: -5px -5px;
}

.y-kefu-box01 .kf-mobile {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.y-kefu-box01 .kf-mobile>i {
    width: 18px;
    font-size:20px;
    height: 18px;
    background-position: -5px -32px;
}

.y-kefu-box01 .kf-mobile:hover>i {
    background-position: -30px -32px;
}

.y-kefu-box01 .kf-weChat>i {
    width: 22px;
    height: 19px;
    font-size:20px;
    background-position: -5px -55px;
}

.y-kefu-box01 .kf-weChat:hover>i {
    background-position: -30px -55px;
}

.line-b {
    border-bottom: solid 1px #efefef;
}

.y-kefu-box01 .kf-email {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.y-kefu-box01 .kf-email>i {
    width: 18px;
    height: 14px;
    background-position: -5px -80px;
}

.y-kefu-box01 .kf-email:hover>i {
    background-position: -30px -80px;
}

.y-kefu-box01 .back-top i {
    width: 13px;
    height: 11px;
    background-position: -5px -98px;
    font-size:20px;
}

.y-kefu-box01 .back-top:hover i {
    background-position: -30px -98px;
}
.y-kefu-box01 .hver:hover .icon{
    color:white;
}
.y-kefu-box01 .kf-email,
.y-kefu-box01 .back-top {
    border-bottom: solid 1px #efefef;
}

.y-kefu-box01 .back-top {
    margin-top: 20px;
    border-radius: 2px;
    left: 55px;
}

.y-kefu-box01 .hver:hover {
    background-color: #2C508A;
    border-color: #2C508A;
}

.y-kefu-box01 .hver:hover>p {
    color: #fff;
}

.y-kefu-box01 .kf-zixun1 {
    border-radius: 2px;
    border-bottom: 1px #efefef solid;
}

.y-kefu-box01 .kf-zixun1 i {
    width: 21px;
    height: 22px;
    background-position: -5px -180px;
}

.y-kefu-box01 .kf-zixun1:hover>i {
    background-position: -30px -180px;
}

.y-kefu-box01 .mobile-infos,
.y-kefu-box01 .y-ewm-box,
.y-kefu-box01 .y-email-infos {
    background-color: #fff;
    border: solid 1px #efefef;
    position: absolute;
    right: 90px;
    z-index: 2;
    border-radius: 2px;
    display: none;
}

.y-kefu-box01 .mobile-infos {
    width: 222px;
    text-align: left;
    top: 0;
}

.y-kefu-box01 .mobile-infos>div {
    padding: 20px 0 20px 20px;
    position: relative;
}

.y-kefu-box01 .mobile-infos>div i {
    width: 15px;
    height: 15px;
    background-position: -52px -32px;
    position: absolute;
    top: 22px;
    left: 20px;
    z-index: 2;
}

.y-kefu-box01 .mobile-infos .online1 {
    border-bottom: solid 1px #efefef;
}

.y-kefu-box01 .mobile-infos span {
    color: #b9b9b9;
}

.y-kefu-box01 .mobile-infos p {
    color: #2C508A;
    font-size: 18px;
}

y-kefu-box .right {
    width: 12px;
    height: 12px;
    position: absolute;
    right: -12px;
    top: 24px;
}

y-kefu-box .right-arrow1,
y-kefu-box .right-arrow2 {
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-top: 6px transparent dashed;
    border-right: 6px transparent dashed;
    border-bottom: 6px transparent dashed;
    border-left: 6px white solid;
    overflow: hidden;
}

y-kefu-box .right-arrow1 {
    left: 1px;
    border-left: 6px #efefef solid;
}

y-kefu-box .right-arrow2 {
    border-left: 6px white solid;
}


/*二维码*/

.y-kefu-box01 .y-ewm-box {
    width: 151px;
    height: 178px;
    top: -60px;
}

.y-kefu-box01 .y-ewm-box>div {
    width: 151px;
    height: 178px;
}

.y-kefu-box01 .y-ewm-box img {
    width: 115px;
    height: 114px;
    margin: 20px auto 10px;
}

.y-kefu-box01 .y-ewm-box .y-ewm-img1 {
    width: 150px;
    border-right: solid 1px #efefef;
}

.y-kefu-box01 .y-ewm-box .right {
    top: 84px;
}


/*email*/

.y-kefu-box01 .y-email-infos {
    padding: 28px 20px 28px 45px;
    color: #b9b9b9;
    text-align: left;
    bottom: 0;
    width: 170px;
}

.y-kefu-box01 .y-email-infos p {
    color: #2C508A;
    font-size: 16px;
}

.y-kefu-box01 .y-email-infos>i {
    width: 18px;
    height: 13px;
    background-position: -52px -80px;
    position: absolute;
    left: 15px;
    top: 30px;
}

.y-kefu-box01 .y-email-infos .right {
    top: 55px;
}

.y-kefu-box01 .hide-status {
    width: 54px;
    height: 65px;
    background-color: #2C508A;
    position: absolute;
    top: 37px;
    left: 55px;
    z-index: 9;
}

.y-kefu-box01 .hide-status .kf-zixun {
    padding: 10px 0 7px;
    color: #fff;
    cursor: pointer;
}

.partner {
    width: 100%;
    padding-bottom: 30px;
}

.partner .mainCon {
    width: 100%;
    margin: 18px auto 0;
    position: relative;
}

.partner .mainCon .btn {
    display: block;
    width: 72px;
    height: 59px;
    overflow: hidden;
    position: absolute;
    top: 77px;
    cursor: pointer;
    z-index: 99;
}

.partner .mainCon .prev {
    left: -72px;
}

.partner .mainCon .next {
    right: -72px;
}

.partner .mainCon .btn img {
    display: block;
    width: 51px;
    height: 102px;
    position: relative;
}

.partner .mainCon .btn:hover img {
    top: -56px;
}

.partner .mainCon .box {
    width: 100%;
    overflow: hidden;
    height: 267px;
    position: relative;
}

.partner .mainCon .box ul {
    position: absolute;
    left: 0;
    top: 0;
    width: 102%;
}

.partner .mainCon li {
    float: left;
    width: 270px;
    margin-right: 13px;
}

.partner .mainCon li span {
    display: block;
    width: 270px;
    height: 222px;
    border: 1px solid #f1f1f1;
}

.partner .mainCon li img {
    display: block;
    width: 270px;
    height: 222px;
}

.partner .mainCon li a {
    text-decoration: none;
    display: block;
}

.partner .mainCon li em {
    font-size: 14px;
    color: #333333;
    display: block;
    text-align: center;
    margin-top: 8px;
    font-style: normal
}


/* .partner .mainCon li img:hover {
	-webkit-transform: scale(1.12, 1.12);
	transform: scale(1.12, 1.12);
	-moz-transform: scale(1.12, 1.12);
} */