/*标签样式初始化*/

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: #0C55A4;
    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: 27px;
}

.top100 {
    padding-top: 100px;
}


/*英文样式*/

.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: #0C55A4;
}

.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: #0C55A4;
}


/*栏目*/

.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: #0C55A4;
    -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: #0C55A4;
    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: #0C55A4 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: #0C55A4;
}

.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: #0C55A4;
}

.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: #0C55A4;
    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 #0C55A4;
}

.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: #0C55A4 !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: #0C55A4;
    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: #0C55A4;
    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 #0C55A4;
    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: #0C55A4;
    border: none;
    position: relative;
}

.adv_top .on:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-left: 17px solid #0C55A4;
    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: #0C55A4;
}

.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: 170px;
    float: left;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    border: 1px #eee solid;
    background: #fff;
}

.solution_top li.on,
.solution_more:hover {
    background: #0C55A4;
}

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

.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: 51px 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: #0C55A4;
}

.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: #F80505;
}


/*工程案例*/

.case_bg {
    height: 647px;
    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: #0C55A4;
}

.case_top .on:after {
    content: "";
    display: block;
    padding: 10px;
    border: #0C55A4 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: 291px;
    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: #0C55A4;
    background-position: 378px -75px;
    color: #fff;
}

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


/*关于埃美柯*/

.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;
    background-size: cover;
}

.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)#0C55A4 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: #0C55A4;
    -webkit-box-shadow: 1px 1px 20px #0C55A4;
    box-shadow: 1px 1px 20px #0C55A4;
    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: #0C55A4;
    -webkit-box-shadow: 1px 1px 20px #0C55A4;
    box-shadow: 1px 1px 20px #0C55A4;
    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: #0C55A4;
    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: #0C55A4;
    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: #0C55A4;
}

.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: #0C55A4 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: #0C55A4;
}

.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: #0C55A4;
    width: 100px
}

.news_l_cont_i:hover strong,
.news_r2_cont_i:hover strong {
    color: #0C55A4;
}

.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: #0C55A4;
    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: #0C55A4;
}

.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: #0C55A4;
}


/*友情链接*/

.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: #0C55A4 !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: #0C55A4 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: #0C55A4;
    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: #0C55A4;
    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: #0C55A4;
    border-color: #0C55A4;
    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;
    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;
    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;
}

.y-kefu-box01 .back-top:hover i {
    background-position: -30px -98px;
}

.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: #0C55A4;
    border-color: #0C55A4;
}

.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: 260px;
    text-align: left;
    top: 0;
}

.y-kefu-box01 .mobile-infos>div {
    padding: 20px 0 20px 45px;
    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: #0C55A4;
    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: #0C55A4;
    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: #0C55A4;
    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);
} */

.jftk {
    background: url(../images/jftk.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

.tit01 {
    height: 90px;
    position: relative;
    margin: 35px 0;
}

.tit01:after {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    width: 90px;
    height: 90px;
    background: #014689;
    border-radius: 50%;
}

.tit01 h3 {
    position: relative;
    z-index: 1;
    font-size: 32px;
    color: #014689;
    line-height: 60px;
    padding-top: 30px;
    float: left;
}

.tit01 h3 span {
    color: #ffffff;
}

.tit01 a {
    float: right;
    width: 100px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #ffffff;
    background: #014689;
    border-radius: 3px;
    margin-top: 43px;
}

.tit01 a:hover {
    background: #0C55A4;
}

.jflist {
    overflow: hidden;
    padding-top: 12px;
}

.jflist li {
    float: left;
    width: 22%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    margin-bottom: 3%;
    background: #ededed;
    background-size: 100% auto;
    -moz-box-shadow: 1px 1px 3px #666666;
    -webkit-box-shadow: 1px 1px 3px #666666;
    box-shadow: 1px 1px 3px #666666;
}

.jflist li a {
    display: block;
    /* border-bottom: 30px solid #b3b3b3; */
}

.jflist li .img {
    overflow: hidden;
    position: relative;
    height:237px;
}

.jflist li .img img {
    display: block;
    width: 100%;
}

.jflist li .img .icobj {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 100%;
    left: 0;
    color: #ffffff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.jflist li .img .icobj i {
    width: 80px;
    height: 80px;
    border: 1px solid #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    border-radius: 50%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.jflist li .img .icobj i {
    background: url(../images/xqico.png) no-repeat center center;
    background-size: 100%;
}

.jflist li .img .icobj2 i {
    background: url(../images/xqico2.png) no-repeat center center;
    background-size: 100%;
}

.jflist li:hover .img .icobj {
    top: 0;
}

.jflist li .img .icobj i:hover {
    background-color: #0166ce;
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.jflist li .txt {
    padding: 12px 0 20px 0;
    position: relative;
    height: 142px;
}

.jflist li .txt .column {
    position: absolute;
    right: 0;
    top: -23px;
    width: 120px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    color: #ffffff;
    font-size: 24px;
    background-color: rgba(1, 70, 137, 0.8);
}

.jflist li .txt h3 {
    color: #333333;
    font-size: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    line-height: 52px;
    position: relative;
}

.jflist li .txt h3:after {
    content: "";
    width: 70%;
    height: 1px;
    background: #014689;
    display: block;
    margin: 0 auto;
}

.jflist li .txt .can {
    color: #666666;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    margin-top: 10px;
}

.jflist li .txt .can span {
    margin: 0 12px;
}

.jflist li .txt .can span.canh {
    color: #b81c22;
}

.jflist li .txt p {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 8px 0 14px;
}

.jflist li .txt i {
    display: block;
    margin: 15px 0 0 0;
    height: 22px;
    background: url(../images/jfico01.png) no-repeat center center;
    background-size: auto 100%;
}

.jflist li:hover a {
    border-color: #014689;
}

.jflist li:hover .txt {
    background: #0C55A4;
}

.jflist li:hover .txt .can {
    color: #ffffff;
}

.jflist li:hover .txt .can span.canh {
    color: #ffffff;
}

.jflist li:hover .txt h3 {
    color: #ffffff;
}

.jflist li:hover .txt h3:after {
    background: #ffffff;
    width: 20%;
}

.jflist li:hover .txt p {
    color: #ffffff;
}

.jflist li:hover .txt i {
    background-image: url(../images/jfico02.png);
}

.q29 {
    text-align: center;
    overflow: hidden;
    height: 103px;
    padding-top: 36px;
}

.q29 span {
    padding: 3px 25px 3px 25px;
    background-color: #0C55A4;
    font-size: 18px;
    color: #FFFFFF;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 20px;
    cursor: pointer;
}

.q29 em {
    padding: 3px 25px 3px 25px;
    font-size: 18px;
    color: #333;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 20px;
    cursor: pointer;
    -moz-transition: all 0.3s ease;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-style: normal;
    border: 1px solid #666666;
}

.q29 em:hover {
    background-color: #0C55A4;
    color: #FFFFFF;
}

.linkUsCon1 {
    width: 100%;
    padding-bottom: 68px;
}

.linkUsCon1 .mainCon {
    width: 100%;
    padding-top: 58px;
    position: relative;
}

.linkUsCon1 .mainCon h2 {
    font-size: 32px;
    color: #0C55A4;
    font-weight: normal;
}

.linkUsCon1 .mainCon .linkUsCon1-address {
    margin-top: 26px;
}

.linkUsCon1 .mainCon .linkUsCon1-address p {
    font-size: 14px;
    color: #333333;
    margin-bottom: 7px;
}

.linkUsCon1 .mainCon .linkUsCon1-phone {
    margin-top: 24px;
}

.linkUsCon1 .mainCon .linkUsCon1-phone .dl {
    float: left;
    width: 242px;
    margin-right: 80px;
}

.linkUsCon1 .mainCon .linkUsCon1-phone .dt {
    float: left;
    width: 29px;
    height: 34px;
    margin-top: 4px;
}

.linkUsCon1 .mainCon .linkUsCon1-phone .dt img {
    display: block;
    width: 29px;
    height: 34px;
}

.linkUsCon1 .mainCon .linkUsCon1-phone .dd {
    width: 199px;
    float: right;
}

.linkUsCon1 .mainCon .linkUsCon1-phone .dd p {
    font-size: 14px;
    color: #0C55A4;
}

.linkUsCon1 .mainCon .linkUsCon1-phone .dd .span {
    display: block;
    font-weight: bold;
    color: #0C55A4;
    font-size: 24px;
}

.linkUsCon1 .mainCon .linkUsCon1-phone .dd em {
    display: block;
    font-size: 11px;
    color: #cccccc;
}

.linkUsCon1 .mainCon .i {
    display: block;
    width: 100%;
    height: 1px;
    background: #ededed;
    position: absolute;
    top: 207px;
    left: 0;
}

.linkUsCon1 .mainCon .linkUsCon1-ma {
    width: 380px;
    position: absolute;
    right: 0;
    top: 64px;
}

.linkUsCon1 .mainCon .linkUsCon1-ma .box {
    width: 178px;
    padding-top: 24px;
    border: 1px solid #ebebeb;
    border-radius: 6px;
    float: left;
    text-align: center;
    height: 175px;
    margin-left: 20px;
    background: #fff;
}

.linkUsCon1 .mainCon .linkUsCon1-ma .box:first-child {
    margin-left: 0;
}

.linkUsCon1 .mainCon .linkUsCon1-ma .box img {
    display: block;
    width: 119px;
    height: 118px;
    margin: 0 auto;
}

.linkUsCon1 .mainCon .linkUsCon1-ma .box p {
    margin-top: 4px;
    font-size: 14px;
    color: #999999;
}

.mod1499 .news_bg {
    width: 100%;
}

.mod1499 .news_box {
    margin: 0px auto;
    padding-bottom: 80px;
}

.mod1499 .news_btl {
    width: 350px;
    float: left;
    font-weight: 400;
    font-size: 42px;
}

.mod1499 .news_btl span {
    font-size: 24px;
    display: block;
    color: #999;
    font-weight: 100;
}

.mod1499 .nb_tab {
    font-size: 0;
    text-align: center;
    margin: 0 auto;
}

.mod1499 .nb_tab a {
    width: 171px;
    height: 45px;
    background: #f5f5f5;
    display: inline-block;
    vertical-align: top;
    color: #333;
    border-radius: 30px;
}

.mod1499 .nb_tab a+a {
    margin-left: 50px;
}

.mod1499 .nb_tab a.on {
    color: #fff;
    background: #0C55A4;
    background-size: 400% 370%;
}

.mod1499 .nb_tab a i,
.mod1499 .nb_tab a b {
    display: inline-block;
    vertical-align: top;
    line-height: 42px;
}

.mod1499 .nb_tab a b {
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 1px;
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

.mod1499 .nb_con {
    margin-top: 40px;
}

.mod1499 .nbcl_le {
    width: 48%;
    display: flex;
    justify-content: space-between;
}

.mod1499 .nbcl_le .news_div_item {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}

.mod1499 .nbcl_le .news_div_item_pic img {
    width: 100%;
    display: block;
}

.mod1499 .news_div_item_title a {
    font-size: 18px;
    font-size: 18px;
    color: black;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.mod1499 .nbcl_le .news_div_item_content {
    margin-top: 30px;
}

.mod1499 .nbcl_le .news_div_item_body {
    margin-top: 20px;
    line-height: 24px;
    color: #68686a;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.mod1499 .nbcl_le .news_div_item_date,
.mod1499 .new_more {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    margin-top: 25px;
}

.mod1499 .nbcl_le .news_div_item_date>div {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    color: #68686a;
}

.mod1499 .new_more {
    width: 24px;
    height: 24px;
    border-radius: 24px;
    border: 1px solid #9a9899;
    background: url(../images/hh.png) no-repeat right center;
    float: right;
    margin-top: 17px;
}

.mod1499 .nbcr_ri {
    width: 100%;
}

.mod1499 .nbcr_ri .news_div_item {
    font-size: 0;
    border: 1px solid #f1f1f1;
    position: relative;
    transition: 300ms;
    display: flex;
    padding: 32px 0;
    width: 50%;
    float: left;
    height:145px;
}

.mod1499 .nbcr_ri .news_div_item:hover {
    box-shadow: 0 0 21px #d2d2d2;
    z-index: 1;
    transition: 300ms;
}

.mod1499 .nbcr_ri .news_div_item_date,
.mod1499 .nbcr_ri .news_div_item_content {
    display: inline-block;
    vertical-align: top;
}

.mod1499 .nbcr_ri .news_div_item_date {
    width: 16%;
    text-align: center;
    font-size: 0;
}

.mod1499 .nbcr_ri .news_div_item_content {
    width: 80%;
    padding-left: 3%;
    border-left: 1px solid #f3f3f3;
    font-weight: 100;
}

.mod1499 .nbcr_ri .news_div_item_date>div {
    font-family: Arial;
}

.mod1499 .nbcr_ri .news_div_item_year,
.mod1499 .nbcr_ri .news_div_item_month {
    display: inline-block;
    vertical-align: top;
    color: #565656;
    font-size: 14px;
}

.mod1499 .nbcr_ri .news_div_item_day {
    font-size: 47px;
    font-weight: bold;
    line-height: 55px;
}

.mod1499 .nbcr_ri .news_div_item_body {
    margin-top: 10px;
    line-height: 20px;
    color: #68686a;
    padding-right: 20px;
    font-size: 14px;
}

.mod1499 .nbcr_ri {
    width: 100%;
}

.mod1499 .nbcl_le {
    width: 48%;
    display: flex;
    justify-content: space-between;
}

.footer {
    width: 100%;
    background: url(../images/ft_back.jpg) center top no-repeat;
    height: 360px;
    position: relative;
    padding-top: 75px;
    border-top: solid 3px #1a5dac;
    box-sizing: content-box;
    overflow: hidden;
    cursor: default !important;
}

.footer .center {
    width: 1400px;
    height: 278px;
    margin: 0 auto;
    border-bottom: solid 1px #3e4955;
    overflow: hidden;
    position: relative;
}

.footer .center .left {
    width: 518px;
    height: 278px;
    float: left;
    overflow: hidden;
    margin-right: 81px;
}

.footer .center .left li {
    float: left;
    width: 143px;
    height: 278px;
    margin-right: 45px;
    box-sizing: content-box;
}


}
.footer .center .left li:nth-of-type(3) {
    width: 131px;
}
.footer .center .left li:last-child {
    width: 131px;
    margin-right: 0;
}
.footer .center .left li p {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 30px;
    color: #fff;
}
.footer .center .left li a {
    display: block;
    font-size: 14px;
    line-height: 15px;
    color: #a8a8a8;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.footer .center .left li a:hover {
    color: #1a5dac;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.footer .center .mid {
    width: 325px;
    height: 215px;
    float: left;
    overflow: hidden;
}
.footer .center .mid h4 {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 30px;
    color: #fff;
}
.footer .center .mid p {
    line-height: 15px;
    font-size: 14px;
    margin-bottom: 15px;
    color: #a8a8a8;
}
.footer .center .right {
    width: 325px;
    height: 215px;
    float: right;
    overflow: hidden;
}
.footer .center .right p {
    float: left;
    width: 60px;
    text-align: right;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    margin-top: 10px;
}
.footer .center .right img {
    display: block;
    float: right;
    width: 129px;
    height: 129px;
    vertical-align: top;
}
.footer .center .form {
    width: 240px;
    height: 35px;
    position: absolute;
    right: 0;
    bottom: 60px;
}
.footer .center .form .yqlj {
    width: 160px;
    height: 35px;
    float: left;
    border: none;
    padding-left: 20px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/sjx.png) 155px center no-repeat #fff;
    font-size: 14px;
    color: #919191;
    box-sizing: content-box;
}
.footer .center .form .yqlj option {
    font-size: 14px;
    color: #919191;
}
.footer .center .form .ck {
    width: 60px;
    height: 35px;
    background: #1a5dac;
    float: right;
    border: none;
    color: #fff;
    font-size: 14px;
}
.footer .copy {
    width: 1200px;
    margin: 3px auto 0 auto;
    height: 25px;
    line-height: 25px;
    justify-content: space-between;
    font-size: 14px;
}
.footer .copy p {
    display: inline-block;
    color: #a7a7a7;
}
.footer .copy p a {
    color: #a7a7a7;
}
.footer .copy p a:hover {
    color: #1a5dac;
}
.footer .copy p img {
    vertical-align: middle;
    margin-right: 10px;
}
.cbgg-01 {
    background: #1a5dac;
    text-align: center;
    color: #fff;
    margin-bottom: 33px;
}
.cbgg-01-img img {
    width: 100%;
    display: block;
}
.cbgg-01 p {
    padding-top: 15px;
}
.cbgg-01 p img {
    vertical-align: middle;
    margin-right: 5px;
}
.cbgg-01 span {
    display: block;
    font-size: 28px;
    font-weight: bold;
    font-family: Arial;
    padding-bottom: 20px;
    padding-top: 10px;
}
.tyy:hover .rts {
    display: block;
}
@media only screen and (max-width: 1450px) {
    .footer .center {
        width: 1238px;
    }
}
@media (min-width: 1200px) {
    .col-lg-2-0 {
        width: 20%;
        float: left;
    }
}
.proList {
    padding-top: .4rem;
    margin-bottom: .4rem;
    position: relative;
    z-index: 0;
}
.proListL {
    margin-left: .121rem;
    position: relative;
    overflow: hidden;
}
.proListL .row {
    margin-right: -15px;
    margin-left: -15px;
}
.pro_centern3 .pro_centern1Title a,
.pro_centern2 .pro_centern1Title a,
.pro_centern1 .pro_centern1Title a {
    border-bottom: 1px solid rgba(26, 93, 172, .4);
}
.pro_centern3Box2 .pro_centern3Box2List .pro_centern3Box2ListBox ul li .pro_centern3Box2ListBoxLi .pro_centern3Box2ListMore:hover {
    background: black url(/templates/pc_wjdh/img/pro_centern3Box2ListMore2.png) no-repeat center;
}
.p1ckxq {
    background: 26, 93, 172 url(/templates/pc_wjdh/img/pro_centern1BoxTextBox1More.png) no-repeat 80% center !important;
}
.gallery-thumbs .swiper-slide-thumb-active .wjdhBorder,
.pro_centern3Box2ListMore:hover,
.xgnrbd ul li:hover .wjdhBg1,
.border_color,
.preview ul li .active-nav,
.pro_list ul li:hover .descdd,
.driving-way .map-tab .trip-mode a.active i,
.honorBox ul li:hover .honorMore1::after,
.honorBox ul li:hover .honorMore1::before,
.ShowProductImgBoxCenterRMore:hover,
.HotproductShow,
.HotproductShow1,
.showProductTitleMore:hover,
.proListR ul li .proListCenterBpx:hover,
.wjdhColor2 a:hover,
.pro_centern2 .pro_centern1Title a,
.JourCenterR ul li span i,
.JourCenterR ul li span i::before,
.JourCenterR ul li::after {
    border-color: black !important;
}
.gallery-thumbs .swiper-slide-thumb-active .wjdhBorderB {
    border-bottom: 1px solid rgba(26, 93, 172, .4);
}
.pro_centern1Box3 .pro_centern1Box3R h4 i img,
.pro_centern4Box1MainRBox i img,
.pro_centern1Box4Center .pro_centern1Box4CenterLc .hd ul li.on i {
    border-left: 360px solid transparent;
    -webkit-filter: drop-shadow(-360px 0 0px black) !important;
    filter: drop-shadow(-360px 0 0px black) !important;
}
.caseREimg img {
    border-left: 360px solid transparent;
    -webkit-filter: drop-shadow(-360px 0 0px black) !important;
    filter: drop-shadow(-360px 0 0px black) !important;
}
.pro_centern1Box4CenterRMore:hover {
    background: black url(/templates/pc_wjdh/img/pro_centern1Box4CenterRMore1.png) no-repeat 80% center !important
}
.pro_centern1Box2 .pro_centern1Box2Box .pro_centern1Box2List:hover .pro_centern1Box2right .pro_centern1Box2More {
    background: black url(/templates/pc_wjdh/img/pro_centern1Box2More1.png) no-repeat 80% center;
    border: 1px solid black;
}
.pro_centern1Box5 .pro_centern1Box5Box .pro_centern1Box5BoxLi ul li:hover .pro_centern1Box5BoxLiMore {
    background: black url(/templates/pc_wjdh/img/pro_centern1Box5BoxLiMore1.png) no-repeat center 50px
}
.pro_centern3Box1BoxMainR:hover.pro_centern3Box1BoxMainL:hover {
    background: black url(/templates/pc_wjdh/img/pro_centern3Box1BoxMainL1.png) no-repeat center !important
}
.pro_centern3Box1BoxMainR:hover.pro_centern3Box1BoxMainR:hover {
    background: black url(/templates/pc_wjdh/img/pro_centern3Box1BoxMainR1.png) no-repeat center !important
}
.pro_centern2 .pro_centern3Box1Main .pro_centern3Box1MainBox .pro_centern3Box1MainBoxLi .pro_centern3Box1MainBoxMore:hover {
    background: black url(/templates/pc_wjdh/img/pro_centern1BoxTextBox1More.png) no-repeat 72% center
}
.pro_centern3Box1BoxMainL:hover {
    background: #59d8fb url(/templates/pc_wjdh/img/pro_centern3Box1BoxMainL1.png) no-repeat center !important
}
.pro_centern3Box2ListMore:hover {
    background: #59d8fb url(/templates/pc_wjdh/img/pro_centern3Box2ListMore2.png) no-repeat center !important
}
.pro_centern2 .pro_centern3Box1Main .pro_centern3Box1MainBox .pro_centern3Box1MainBoxLi:hover i::before {
    border-top: 1px solidblack;
    border-bottom: 1px solidblack
}
.pro_centern2 .pro_centern3Box1Main .pro_centern3Box1MainBox .pro_centern3Box1MainBoxLi i::after {
    border-left: 1px solidblack;
    border-right: 1px solidblack
}
.pro_centern2 .pro_centern5Box1Main .pro_centern5Box1MainBox .pro_centern5Box1MainBoxLi .pro_centern5Box1MainBoxList:hover .pro_centern5Box1MainBoxListB {
    background: rgba(26, 93, 172, .4);
}
.pro_centern1Box4CenterLBth i:hover {
    background: black url(/templates/pc_wjdh/img/pro_centern1Box4CenterLBth.png) no-repeat center;
}
.pro_centern1Box4CenterRBth i:hover {
    background: black url(/templates/pc_wjdh/img/pro_centern1Box4CenterRBth.png) no-repeat center;
}
.productCenterShow .ShowProductTitle {
    background: black url(/templates/pc_wjdh/img/ShowProductTitle.png) no-repeat top;
}
.pro_centern1 .pro_centern1Box .gallery-top .pro_centern1BoxText .pro_centern1BoxTextBox1 .pro_centern1BoxTextBoxShare a.pro_centern1BoxTextBox1More:hover {
    background: #59d8fb url(/templates/pc_wjdh/img/pro_centern1BoxTextBox1More.png) no-repeat 80% center;
}
.productCenterShow .ShowProductTitle {
    background: #0C55A4 url(../images/ShowProductTitle.png) no-repeat top;
    padding: 0 20px;
    border-radius: 10px 10px 0 0;
    height: 64px;
}
.productCenterShow .ShowProductTitleYY {
    display: block;
    width: 100%;
    box-shadow: 0 0 4px rgba(0, 0, 0, .5);
    height: 1px;
}
.productCenterShow .ShowProductTitle h4 {
    font-size: 22px;
    padding-top: 20px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    /* padding: 0.24rem 0.22rem 0; */
}
.productCenterShow .ShowProductTitle p {
    font-size: 0.16rem;
    color: #fff;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 1.7;
}
.productCenterShow .ShowProductTitle p::after,
.productCenterShow .ShowProductTitle p::before {
    content: "-";
    padding: 0 5px;
}
.productCenterShow .ShowProductTitle img {
    display: block;
    margin: 0 auto;
    padding-bottom: 0.1rem;
}
.ShowProductCenter {
    background-color: #f9f9f9;
    margin-top: 10px;
}
.ShowProductCenter ul li h6 {
    background-color: #333;
    padding: 10px 15px;
    overflow: hidden;
    border-radius: 6px 6px 0 0;
}
.ShowProductCenter ul li h6 a {
    color: #fff;
    font-size: 0.16rem;
    font-weight: bold;
    line-height: 0.21rem;
    display: block;
    width: 90%;
    float: left;
}
.ShowProductCenter ul li h6 i {
    width: 0.21rem;
    margin-right: 10px;
}
.ShowProductCenter ul li h6 i img {
    width: 0.21rem;
    vertical-align: bottom;
}
.ShowProductCenter ul li h6 b {
    width: 10%;
    background: url(../images/ShowProductPevr.png) no-repeat center right;
    height: 0.21rem;
    display: block;
    float: left;
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s;
}
.ShowProductCenter ul li h6 b.on {
    background: url(../images/ShowProductPevr.png) no-repeat center center;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.ShowProductCenter ul li ol {
    padding: 0.1rem 0.1rem 0.1rem;
    overflow: hidden;
}
.ShowProductCenter ul li {
    margin-bottom: 0.1rem;
}
.ShowProductCenter ul li ol li {
    padding: 4px 10px;
    margin: 10px 0;
    position: relative;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .14);
    border-radius: 4px;
}
.ShowProductCenter ul li ol li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    z-index: 2;
    background: url(../images/ShowProductOl.png) no-repeat 6px center;
    padding-left: 30px;
    -webkit-transition: .5s;
    transition: .5s;
    font-size:15px;
    color: #626161;
}
.ShowProductCenter ul li ol li i {
    width: 0%;
    height: 100%;
    background: #0C55A4;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: .5s;
    transition: .5s;
}
.ShowProductCenter ul li ol li:hover a {
    color: #fff;
    background: url(../images/ShowProductOl1.png) no-repeat 6px center;
}
.ShowProductCenter ul li ol li:hover i {
    width: 100%;
}
.cbgg-01 {
    background: #0C55A4;
    text-align: center;
    color: #fff;
    margin-bottom: 33px;
}
.cbgg-01-img img {
    width: 100%;
    display: block;
}
.cbgg-01 p {
    padding-top: 15px;
}
.cbgg-01 p img {
    vertical-align: middle;
    margin-right: 5px;
}
.cbgg-01 span {
    display: block;
    font-size: 28px;
    font-weight: bold;
    font-family: Arial;
    padding-bottom: 20px;
    padding-top: 10px;
}
.productRtopl {
    padding: 0;
}
.productRtopr {
    padding: 0;
    border: 1px solid #ededed;
    border-left: 0;
    padding: 0 3% .1rem;
    height: 417px;
}
.proListR {
    float: right;
}
.proListRtop {
    padding: .1rem 0;
    background: #f4f4f4;
}
.proListRtop i {
    padding-left: .2rem;
    font-size: .16rem;
}
.proListRtop i img {
    display: inline-block;
    margin-right: .1rem;
}
.proListRsort {
    padding: .15rem;
    background: #fff;
    box-shadow: -6px 8px 15px rgba(0, 0, 0, 0.02);
    border: 1px solid #f2f2f2;
    border-top: 0;
}
.productsLir {
    padding: 0;
}
.proListRsort a {
    display: inline-block;
    margin-right: 20px;
    font-size: .14rem;
    line-height: .3rem;
    color: #666;
}
.proList_sort ul li:hover .proHot_txt {
    color: #333;
}
.proListRsort a::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #333;
    border-radius: 50%;
    margin: 3px .07rem;
}
.proListCenter li {
    margin-top: .2rem;
    padding: 0 10px;
}
.proListCenter i a {
    position: relative;
    padding: 31%;
    overflow: hidden;
    object-fit: cover;
    display: block;
}
.row1 {
    margin-left: -10px;
    margin-right: -10px;
}
.proListCenter i a::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    position: absolute;
    top: 5%;
    right: 5%;
    bottom: 5%;
    left: 5%;
    content: '';
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    z-index: 2;
    background: url(../images/See.png) no-repeat center;
}
.proListCenter i a::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    position: absolute;
    top: 5%;
    right: 5%;
    bottom: 5%;
    left: 5%;
    content: '';
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    z-index: 2;
}
.productsBorer:hover i a::before,
.productsBorer:hover i a::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.pagination span.current {
    display: block;
    background: #333;
    color: #fff;
}
.productsBorer i {
    position: relative;
    padding: 0%;
    overflow: hidden;
    object-fit: cover;
    display: block;
    -webkit-transition: .5s;
    transition: .5s;
    width: 96%;
    margin: 2%
}
.productsBorer i::after {
    content: "";
    width: 0%;
    height: 0%;
    background: rgba(0, 0, 0, .1);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: .03rem
}
.proText {
    width: 96%;
    margin: 0 2%;
}
.productsBorer:hover i::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.productss ul li {
    margin-bottom: .3rem;
}
.productsMore {
    display: block;
    margin-bottom: .4rem;
}
@media (min-width: 1200px) {
    .col-lg-8-0 {
        width: 78%;
        float: left;
    }
}
.view .swiper-container {
    width: 100%;
}
.pc-slide .swiper-wrapper {
    padding-bottom: .1rem;
}
.productTopImg {
    padding: 0rem;
}
.productTopImg img {
    /* position: absolute; */
    
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /* max-width: 96%;
    max-height: 96%; */
    
    margin: auto;
    width: 100%;
}
.preview {
    width: 100%;
    margin-top: 10px;
    position: relative;
}
.productRtopr {
    padding: 0;
    border: 1px solid #ededed;
    /* border-left: 0; */
    
    padding: 0 3% .1rem;
    height: 417px;
}
.col-lg-4 {
    float: left;
}
.productscd {
    /* border-bottom: 1px solid #ededed; */
}
.productsTopvd {
    height: 1.4rem;
    overflow: hidden;
    margin-top: 0.1rem;
    margin-bottom: 0.2rem;
}
.productRtopr h4 {
    color: #333;
    font-weight: bold;
    line-height: 1.3;
    margin: 0.08rem auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.productRtopr p {
    margin-top: 20px;
}
.investment_f {
    width: 100%;
    margin: 20px auto
}
.investment_f .investment_title {
    height: 44px;
    width: 100%;
    overflow: hidden
}
.investment_title div {
    width: 131px;
    height: 44px;
    background: url(../images/invest_detail_22.png);
    float: left;
    margin-right: 6px;
    display: inline;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 46px;
    color: #555;
    cursor: pointer;
    margin-left: 1px;
}
.investment_title a,
.investment_title a:link,
.investment_title a:visited,
.investment_title a:hover {
    color: #555;
    width: 131px;
    height: 44px;
    display: inline-block
}
.investment_title div.on a,
.investment_title div.on a:link,
.investment_title div.on a:visited,
.investment_title div.on a:hover {
    color: black
}
.investment_title div.on {
    background: url(../images/invest_detail_18.png);
    color: black
}
.investment_con {
    clear: both;
    background: #fff;
    border: 1px solid #EDEDED;
    padding: 20px;
}
.investment_con_list {
    display: none;
}
.col-lg-6 {
    width: 50%;
}
.promessageBox input {
    border: 1px solid #dededd;
    padding: 0.07rem .1rem;
    display: block;
    width: 100%;
    padding-left: .14rem;
    text-indent: .14em;
    color: #666;
    background: #999;
    border-radius: 5px;
    font-size: .15rem;
    text-indent: 1.5em;
}
::-webkit-input-placeholder {
    color: #999;
    font-size: .16rem;
}
::-moz-placeholder {
    color: #999;
    font-size: .16rem;
}
:-ms-input-placeholder {
    color: #999;
    font-size: .16rem;
}
.contactBox input::placeholder {
    color: #999;
}
.promessageBox input::placeholder {
    color: #999;
}
.promessageBox input.pro-name {
    background: url(../images/name.png) no-repeat .1rem center;
}
.promessageBox input.pro-tel {
    background: url(../images/tel.png) no-repeat .1rem center;
}
.promessageBox input.pro-email {
    background: url(../images/yanzheng.png) no-repeat .1rem center;
}
.pro-textarea {
    width: 100%;
    border: 1px solid #dededd;
    text-indent: 1.44em;
    padding: .8% 1.4%;
    line-height: 1.5;
    min-height: 131px;
    color: #666;
    margin-top: 20px;
    background: url(../images/textarea.png) no-repeat .1rem .1rem;
    padding-left: .14rem;
    border-radius: 5px;
    font-size: .16rem;
}
.promessageBox input.a-bth {
    display: block;
    margin-top: .2rem;
    outline: none;
    border: 0;
    -webkit-transition: .5s;
    transition: .5s;
    color: #fff;
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    letter-spacing: 4px;
}
.promessageBox input.a-bth::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}
.a-bth:hover {
    background: #333;
    color: #fff;
}
.proMessage h4 {
    text-align: center;
    margin-top: .3rem;
    font-size: 24px;
}
.proMessage p {
    font-size: 14px;
    text-align: center;
    color: #666;
    margin-bottom: .2rem;
    font-family: arial;
}
.layout {
    width: 100%;
    background: url(../images/layoutBg01.jpg) no-repeat center;
    height: 825px;
    padding-top: 99px;
    margin-top: -114px;
}
.layout .top {
    width: 1200px;
    margin: 0 auto;
    height: 68px;
}
.layout .top dl {
    float: left;
    width: 600px;
}
.layout .top dt h3 {
    font-size: 28px;
    color: #333333;
    font-weight: normal;
}
.layout .top dt h3 a {
    color: #333333;
    text-decoration: none;
}
.layout .top dt p {
    margin-top: 12px;
    color: #666666;
    font-size: 16px;
}
.layout .top ul {
    float: right;
}
.layout .top li {
    float: left;
    width: 186px;
    border-right: 1px solid #e9e9e9;
    height: 69px;
    text-align: center;
}
.layout .top li:first-child {
    border-left: 1px solid #e9e9e9;
}
.layout .top li span {
    display: block;
    font-size: 32px;
    font-weight: bold;
}
.layout .top li p {
    font-size: 14px;
    color: #333333;
    margin-top: 12px;
}
.layout .top li.li1 span {
    color: #005bac
}
.layout .top li.li2 span {
    color: #abce03;
}
.layout .top li.li3 span {
    color: #fea700;
}
.layout .menu {
    width: 1200px;
    margin: 66px auto 0;
    height: 121px;
}
.layout .menu li {
    float: left;
    width: 300px;
    height: 121px;
    text-align: center;
}
.layout .menu li p {
    font-size: 28px;
    color: #333333;
}
.layout .menu li span {
    display: block;
    font-size: 16px;
    color: #666666;
    margin-top: 6px;
}
.layout .menu li a {
    display: block;
    padding-top: 30px;
    text-decoration: none;
    height: 91px;
}
.layout .menu li.cur {
    background: url(../images/layout_xian.png) repeat-x;
}
.layout .menu li.cur p,
.layout .menu li.cur span {
    color: #fff;
}
.layout .layout-con {
    width: 1200px;
    margin: 40px auto 0;
    height: 489px;
    padding: 0 20px;
    overflow: hidden;
    position: relative;
}
.layout .layout-con .layout-bigpic {
    width: 1200px;
    display: block;
    height: 496px;
}
.layout .layout-con .layout-bigpic img {
    display: block;
    width: 1200px;
    height: 496px;
    border-radius: 6px 0 6px 0;
}
.layout .layout-con .conBox {
    width: 1200px;
    position: relative;
    height: 489px;
}
.layout .layout-con .box {
    width: 583px;
    height: 496px;
    background: url(../images/layoutBg02.png);
    padding: 50px 50px 0;
    position: absolute;
    left: 0;
    top: 0;
}
.layout .layout-con h3 {
    width: 256px;
    height: 50px;
    line-height: 50px;
    background: #F80505;
    border-radius: 6px 0 6px 0;
    text-indent: 20px;
    position: relative;
    left: -70px;
    font-size: 24px;
    color: #fff;
    font-weight: normal;
}
.layout .layout-con h3 img {
    position: relative;
    top: 2px;
    margin-right: 22px;
}
.layout .layout-con .box span {
    display: block;
    margin-top: 28px;
    font-size: 16px;
    color: #fff;
}
.layout .layout-con .box p {
    font-size: 14px;
    color: #fff;
    margin-top: 22px;
    line-height: 22px;
}
.layout .layout-con em.layout-smallTitle {
    font-size: 12px;
    color: #fff;
    bottom: 42px;
    right: 28px;
    position: absolute;
    display: block;
}
.layout .layout-con .layout-lunb {
    position: absolute;
    bottom: -26px;
    left: 50px;
    width: 491px;
    height: 110px;
}
.layout .layout-con .layout-lunb .layoutBtn {
    display: block;
    width: 27px;
    height: 27px;
    overflow: hidden;
    position: absolute;
    top: 42px;
    cursor: pointer;
    z-index: 999;
    overflow: hidden;
}
.layout .layout-con .layout-lunb .layoutBtn img {
    display: block;
    width: 27px;
    height: 56px;
    position: relative;
}
.layout .layout-con .layout-lunb .layoutBtn.prev {
    left: -12px;
}
.layout .layout-con .layout-lunb .layoutBtn.next {
    right: -12px;
}
.layout .layout-con .layout-lunb .layoutBtn:hover img {
    top: -29px;
}
.layout .layout-con .layout-lunb .layout-lunb-list {
    width: 491px;
    overflow: hidden;
    height: 110px;
    position: relative;
}
.layout .layout-con .layout-lunb ul {
    position: absolute;
    left: 0;
    top: 0;
    width: 101%;
}
.layout .layout-con .layout-lunb li {
    float: left;
    width: 163px;
    height: 110px;
    border-right: 1px solid #e5e5e5;
}
.layout .layout-con .layout-lunb li img {
    display: block;
    width: 163px;
    height: 110px;
}
.ym {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 10px;
    overflow: hidden;
    width: 40%;
    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: #4F85FE;
    color: #FFF;
    border: solid 1px #4F85FE;
}
.ym span {
    display: block;
    float: left;
    margin-top: 14px;
    margin-right: 5px;
}
.nyxqnews_leftcont p span{
    text-wrap:unset !important;
}

@media screen and (max-width:1650px) {
    .jflist li .img{
        height: 223px;
    }
}
@media screen and (max-width: 1600px)
{
    .jflist li .img {
        height: 216px;
    }
}
@media screen and (max-width: 1530px){
    .jflist li .img {
        height: 208px;
    }
}
@media screen and (max-width: 1450px){
    .jflist li .img {
        height: 191px;
    }
}
@media screen and (max-width: 1350px){
    .jflist li .img {
        height: 176px;
    }
}
