﻿html,
body {
    color: #666;
    background-color: #fff;
    font-size: 14px;
}

.w1200 {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.w1300 {
    width: 1300px;
    margin: 0 auto;
    position: relative;
}

a {
    color: #666;
    transition: color 0.3s ease 0s;
}

a:hover {
    color: #015198;
}

ul:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: ".";
}


/*.header-wrap { position: fixed; top: 0; width: 100%; opacity: 1; filter: alpha(opacity=0); -webkit-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; background: #fff; box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2); z-index: 100; }

    .header-wrap .top-link { line-height: 40px; height: 40px; width: 880px; position: absolute; right: 0; top: 0; background-color: #015198; z-index: 3; }

        .header-wrap .top-link .search-sub { width: 382px; padding-top: 19px; height: 63px; background-color: #fff; position: absolute; right: 0; top: 30px; display: none; z-index: 13; }

        .header-wrap .top-link .top-tel {font-size:16px;color:#fff;font-weight:bold; }

        .header-wrap .top-link .search-box { margin-left: 40px;margin-top:6px;margin-right:10px; }

            .header-wrap .top-link .search-box .tex { border: 1px solid #bebebe; font-size: 14px; height: 14px; line-height: 14px; padding: 6px 4px 6px; width: 194px; }

            .header-wrap .top-link .search-box .sub-btn { border: none; width: 86px; height: 28px; background-color: #015198; color: #fff; font-size: 14px; line-height: 28px; text-align: center; }

        .header-wrap .top-link .mobile-sub { width: 150px; height: 150px; position: absolute; right: 168px; top: 30px; display: none; z-index: 10; }

.search-bg-alert { position: fixed; left: 0; top: 0; width: 100%; background: #000; opacity: 0.5; filter: alpha(opacity=50); z-index: 12; height: 100%; display: none; }

.header-wrap .link { margin-right: 50px; font-size: 14px; font-weight: bold; }

    .header-wrap .link a { color: #fff; display: inline-block; float: left; }

    .header-wrap .link .line { display: inline-block; float: left; width: 1px; height: 12px; background-color: #fff; margin: 10px 18px 0; }

.header-wrap .logo { display: inline-block; margin-top: 5px; margin-left: 50px; width: 354px; }

.header-wrap .nav { line-height: 42px; margin-top: 50px; position: relative; z-index: 2; }

    .header-wrap .nav li { font-size: 16px; padding-right: 10px; padding-left: 30px; padding-bottom: 20px; position: relative; float: left; }

    .header-wrap .nav a.tit { color: #000; padding-right: 24px; background: url(../images/ico_04.png) no-repeat right center; display: inline-block; }

    .header-wrap .nav li:first-child a.tit { background: none; padding: 0; }

    .header-wrap .nav li:hover a.tit,.header-wrap .nav li.cur a.tit  { color: #015198;font-weight: bold; }

    .header-wrap .nav .sub-box { position: absolute; left: 0px; top: 100%; width: 170px; font-size: 16px; line-height: 30px; display: none;  background-color: #f3f9f5; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; overflow: hidden; }

        .header-wrap .nav .sub-box p { width: 150px; line-height: 42px; margin: 0 auto; padding: 0 10px; transition: background 0.3s ease 0s; }

            .header-wrap .nav .sub-box p:hover { background-color: #015198; }

                .header-wrap .nav .sub-box p:hover a { color: #fff; border-bottom: 1px solid #015198; }

            .header-wrap .nav .sub-box p:last-child a { border-bottom: none; }

        .header-wrap .nav .sub-box a { display: inline-block; color: #333; padding-left: 20px; width: 130px; border-bottom: 1px solid #d4d4d4; }

            .header-wrap .nav .sub-box a:hover { color: #015198; }*/

.head {
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.box {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

h1 {
    float: left;
    line-height: 80px;
}

h1 img {
    transition: all 0.5s ease 0s;
}

.head .top-link {
    line-height: 30px;
    height: 30px;
    width: 849px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}

.head .link {
    margin-right: 50px;
    font-size: 14px;
    font-weight: bold;
}

.head .link a {
    color: #fff;
    display: inline-block;
    float: left;
}

.head .link .line {
    display: inline-block;
    float: left;
    width: 1px;
    height: 12px;
    background-color: #fff;
    margin: 10px 18px 0;
}

.head_inner {
    height: 80px;
    transition: all 1s ease 0s;
}

.head_inner h1 a {
    color: #015198;
}

.nav_ul {
    float: right;
    line-height: 80px;
}

.nav_ul li {
    padding: 0 15px;
    float: left;
}

.nav_ul li a {
    font-size: 19px;
    display: block;
    color: #333;
    transition: all 0.5s ease 0s;
    font-weight: 600;
}

.search {
    float: right;
    width: 18px;
    line-height: 80px;
    margin-left: 30px;
    position: relative;
}

.lan {
    float: right;
    /* line-height: 80px; */
}

.lan a {
    color: #015198;
}


/*.index_body .lan a { color: #fff; }*/

#search-form {
    -moz-transition: max-height, 0.5s;
    -o-transition: max-height, 0.5s;
    -webkit-transition: max-height, 0.5s;
    transition: max-height, 0.5s;
    position: absolute;
    top: 80px;
    right: 0;
    width: 320px;
    max-height: 0;
    overflow: hidden;
    background-color: #e1e4e7;
}

.fixed #search-form {
    top: 60px;
}

#search-form.open {
    max-height: 60px;
}

#search-form fieldset {
    position: relative;
    padding: 0;
    border: none;
}

#search-form input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 50px;
    font-family: 'å¾®è½¯é›…é»‘';
}

#search-form input[type="text"] {
    width: 100%;
    padding: 0 5px 0 22px;
    background: transparent;
    border: none;
    outline: none;
}

#search-form input[type="submit"] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    margin: 0;
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #015198;
    background: #c6cacd;
    border: none;
    cursor: pointer;
    outline: none;
}

@keyframes fadedown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.nav_ul li a:hover {
    font-weight: bold;
    color: #015198;
    transition: all 0.5s ease 0s;
}

.fixed .head_inner {
    height: 60px;
    transition: all 1s ease 0s;
}

.fixed h1 {
    line-height: 60px;
}

.fixed h1 img {
    height: 36px;
    width: auto;
    transition: all 1s ease 0s;
}

.fixed .nav_ul {
    line-height: 60px;
}

.fixed .search {
    line-height: 60px;
}

.fixed .lan {
    line-height: 60px;
}

.fixed .lan a {
    color: #015198;
}

.index_body .head {
    background: none;
}

.index_body .nav_ul li a {
    color: #fff;
}

.nav_box {
    -webkit-animation: fadeInUp 0.5s linear 0s both;
    -moz-animation: fadeInUp 0.5s linear 0s both;
    animation: fadeInUp 0.5s ease 0s both;
    width: 100%;
    top: 80px;
    left: 0;
    display: none;
    padding: 20px 0;
    background: url(../images/navbj.png) left top;
    position: absolute;
}

.nav_dl dt {
    float: left;
    background: url(../images/navline.jpg) left top no-repeat;
    height: 140px;
    width: 228px;
    padding-left: 28px;
    box-sizing: border-box;
}

.nav_dl dt .nav_h3 {
    height: 32px;
    line-height: 32px;
    font-size: 22px;
    padding-top: 42px;
    color: #015198;
}

.nav_dl dt .nav_i {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-family: 'Arial';
    color: #c7c7c7;
    text-transform: uppercase;
}

.nav_dl dd {
    float: left;
    width: 972px;
    padding-top: 48px;
}

.nav_dl dd a {
    display: block;
    margin-left: 43px;
    width: auto;
    min-width: 200px;
    box-sizing: border-box;
    padding: 0 10px 0 0;
    height: 42px;
    line-height: 42px;
    text-indent: 5px;
    float: left;
    margin-bottom: 20px;
    overflow: hidden;
    background: url(../images/navli.png) right center no-repeat;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    font-size: 14px;
    color: #666666 !important;
}

.nav_ul li:hover .nav_box {
    display: block;
}

.nav_ul li .nav_box a:hover {
    font-weight: normal;
    color: #015198 !important;
}

.fixed .head_inner {
    height: 60px;
    transition: all 1s ease 0s;
}

.fixed h1 {
    line-height: 60px;
}

.fixed h1 img {
    height: 36px;
    width: auto;
    transition: all 1s ease 0s;
}

.fixed .nav_ul {
    line-height: 60px;
}

.fixed .search {
    line-height: 60px;
}

.fixed .lan {
    line-height: 60px;
}

.fixed .lan a {
    color: #015198;
}

.index_body .head {
    background: none;
}

.index_body .nav_ul li a {
    color: #fff;
}

.nav_box {
    -webkit-animation: fadeInUp 0.5s linear 0s both;
    -moz-animation: fadeInUp 0.5s linear 0s both;
    animation: fadeInUp 0.5s ease 0s both;
    width: 100%;
    top: 80px;
    left: 0;
    display: none;
    padding: 20px 0;
    background: url(../images/navbj.png) left top;
    position: absolute;
}

.nav_dl dt {
    float: left;
    background: url(../images/navline.jpg) left top no-repeat;
    height: 140px;
    width: 228px;
    padding-left: 28px;
    box-sizing: border-box;
}

.nav_dl dt .nav_h3 {
    height: 32px;
    line-height: 32px;
    font-size: 22px;
    padding-top: 42px;
    color: #015198;
}

.nav_dl dt .nav_i {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-family: 'Arial';
    color: #c7c7c7;
    text-transform: uppercase;
}

.nav_dl dd {
    float: left;
    width: 972px;
    padding-top: 48px;
}

.nav_dl dd a {
    display: block;
    margin-left: 43px;
    width: auto;
    min-width: 200px;
    box-sizing: border-box;
    padding: 0 10px 0 0;
    height: 42px;
    line-height: 42px;
    text-indent: 5px;
    float: left;
    margin-bottom: 20px;
    overflow: hidden;
    background: url(../images/navli.png) right center no-repeat;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    font-size: 14px;
    color: #666666 !important;
}

.nav_ul li:hover .nav_box {
    display: block;
}

.nav_ul li .nav_box a:hover {
    font-weight: normal;
    color: #015198 !important;
}

.fixed .nav_box {
    top: 60px;
}

.flex-control-nav {
    display: none;
}

.flex-direction-nav {
    display: block;
}

.flex-prev {
    display: block;
    background: url(../images/banner_left.png) center center no-repeat;
    font-size: 0;
    width: 58px;
    height: 58px;
    position: absolute;
    left: 60px;
    top: 50%;
    margin-top: -29px;
    z-index: 99;
}

.flex-next {
    display: block;
    background: url(../images/banner_right.png) center center no-repeat;
    font-size: 0;
    width: 58px;
    height: 58px;
    position: absolute;
    right: 60px;
    top: 50%;
    margin-top: -29px;
    z-index: 999;
}

.flexslider {
    position: relative;
    width: 100%;
    height: 600px;
    margin: 0 auto;
    overflow: hidden;
}

.slides {}

.slides li .banner_img {
    width: 1920px;
    height: 600px;
}

.slides li {
    position: relative;
}

.slides li img {
    transition: 8s ease 0s;
}

.slides {
    width: 1920px;
    height: 600px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

.slides li.flex-active-slide img {
    transition: 8s ease 0s;
    transform: scale(1.0, 1.0);
}

.d-tit {
    text-align: center;
    margin-bottom: 50px;
}

.d-tit h3 {
    font-size: 26px;
    font-weight: 700;
    color: #555;
    padding: 10px 0px;
    line-height: 30px;
}


/*.d-tit h3 span { color: #015198; }*/

.d-tit em {
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    color: #595959;
    font-style: normal;
}

.tit-box h4 {
    font-size: 24px;
    line-height: 30px;
    color: #555;
    margin-right: 10px;
    display: inline-block;
}

.tit-box .intr {
    font-size: 14px;
    color: #bbb;
    line-height: 26px;
    display: inline-block;
}

.tit-box .line {
    display: block;
    width: 10px;
    height: 2px;
    background-color: #015198;
    margin-top: 6px;
    line-height: 2px;
}

.tit-box .more {
    display: inline-block;
    line-height: 32px;
    margin-top: 16px;
    padding-left: 25px;
    background: url(../images/ico_09.png) no-repeat left center;
    font-size: 12px;
}

.defaultimg {
    height: 300px;
    background: #fff;
    background-position: center;
    background-repeat: no-repeat;
}

.iban-wrap {
    height: 300px;
    margin-top: 80px;
}

.iban {
    height: 300px;
    background: url(../images/loadings.gif) no-repeat center;
}

.iban .imglist li.active {
    animation: bannerIn 15s forwards;
}

.i-zero-wrap {
    background: #fff;
}

.i-zero-wrap .w1200 {}

.counter_list {
    padding-top: 50px;
    padding-bottom: 50px;
}

.counter_list li {
    width: 25%;
    float: left;
    text-align: center;
    position: relative;
}

.counter_list li:not(:last-child):after {
    content: '';
    position: absolute;
    width: 1px;
    height: 45px;
    background-color: rgba(170, 170, 170, .2);
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.counter_list li p {
    text-align: left;
    margin-left: 90px;
}

.counter_list li p.number .counterDX {
    font-size: 50px;
    font-family: helveticaneuethn, Arial;
    text-align: center;
    margin-top: 15px;
    line-height: 52px;
    vertical-align: top;
    color: #3c3c3c;
}

.counter_list li p.number .unit {
    position: relative;
    top: 1px;
    left: 3px;
    font-size: 14px;
    vertical-align: top;
    color: #999;
}

.counter_list li .title {
    color: #999;
    font-size: 13px;
    line-height: 30px;
}

.i-img-wrap {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.i-img-wrap .container_content {
    max-width: 1200px;
    margin: 0 auto
}

.i-img-wrap .owl-carousel .owl-stage-outer {
    overflow: initial;
}

.i-img-wrap .owl-carousel .owl-stage-outer:after {
    position: absolute;
    top: 0;
    right: 100%;
    width: 100%;
    height: 100%;
    content: "";
    background: #fff;
}

.i-img-wrap .item_block {
    transition: all .36s ease;
    height: auto;
    float: left;
    margin-right: 0px;
    margin-bottom: 0px;
    position: relative;
    box-shadow: 0 0 0 rgba(0, 0, 0, .15);
    overflow: hidden;
}

.i-img-wrap .item_block img {
    transition: all .36s ease;
}

.i-img-wrap .content_list .item_block:hover .item_box .item_img img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

.i-img-wrap .owl-theme .owl-dots_wrapper {
    position: absolute;
    top: 0;
    right: -90px;
    width: 80px;
    height: 110px;
}

.i-img-wrap .owl-theme .owl-dots .owl-dot {
    position: absolute;
    top: 14%;
    left: 0;
    opacity: 0
}

.i-img-wrap .owl-theme .owl-dots .owl-dot.active {
    opacity: 1
}

.i-img-wrap .owl-theme .owl-dots .owl-dotsNum {
    position: absolute;
    top: 0;
    opacity: 1
}

.i-img-wrap .owl-theme .owl-dots .owl-dot span {
    font-size: 44px;
    margin: 5px;
    border: 1px solid rgba(255, 255, 255, 0);
    background: rgba(255, 255, 255, 0);
    transition: all .2s ease-in;
    width: auto;
    height: auto;
    transform: rotate(90deg);
}

.owl-dots .owl-dot span {
    width: auto;
    height: auto;
    transform: rotate(90deg);
}

.i-img-wrap .owl-theme .owl-dots .owl-dot.active span {
    border: 1px solid rgba(255, 255, 255, 0);
    background: rgba(255, 255, 255, 0);
}

.i-img-wrap .owl-theme .owl-dots .owl-dot.active span {
    color: #fff
}

.i-img-wrap .owl-theme .owl-dotsNum {
    font-size: 24px;
    position: absolute;
    top: 80%;
    width: auto;
    height: auto;
    transform: rotate(90deg);
    opacity: 1;
    color: #fff
}

.i-img-wrap .owl-theme .owl-dotsNum::after {
    position: relative;
    bottom: 36px;
    left: -10px;
    display: block;
    width: 1px;
    height: 22px;
    content: "";
    transform: rotate(20deg);
    background-color: #fff
}

.i-img-wrap .owl-theme .owl-nav {
    height: 0;
    top: 50%;
    -webkit-transform: translateY(calc(-50%));
    -ms-transform: translateY(calc(-50%));
    transform: translateY(calc(-50%));
    position: absolute;
    width: 100%;
    margin: 0;
}

.i-img-wrap .content_list .owl-nav .owl-prev {
    position: absolute;
    left: 0 !important;
    transition: all .36s ease;
    opacity: 0;
    width: 50px;
    height: 50px;
    z-index: 3;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
}

.i-img-wrap .content_list:hover .owl-nav .owl-prev {
    background: rgba(0, 0, 0, .2) url(../images/proprev.png) no-repeat center;
    left: -60px;
    opacity: 1
}

i-img-wrap .content_list .owl-nav .owl-prev:hover {
    background: #015198 url(../images/proprev.png) no-repeat center;
}

.i-img-wrap .content_list .owl-nav .owl-next {
    position: absolute;
    right: 0 !important;
    transition: all .36s ease;
    opacity: 0;
    width: 50px;
    height: 50px;
    z-index: 3;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
}

.i-img-wrap .content_list:hover .owl-nav .owl-next {
    background: rgba(0, 0, 0, .2) url(../images/pronext.png) no-repeat center;
    right: -60px;
    opacity: 1
}

.i-img-wrap .content_list .owl-nav .owl-next:hover {
    background: #015198 url(../images/pronext.png) no-repeat center;
}

.fr-list {
    display: flex;
}

.fr-list a {
    margin: 0 15px;
}

.i-fir-wrap {
    padding-top: 60px;
    padding-bottom: 50px;
    background: #fff;
    overflow: hidden;
}

.i-category {
    text-align: center;
    margin-top: 20px;
}

.i-category a {
    display: inline-block;
    margin-right: 3px;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    padding: 0 20px;
}

.i-category a.active,
.i-category a:hover {
    color: #fff;
    background: #015198;
}

.product_ct {
    position: relative;
}

.product_ct .pprev {
    position: absolute;
    top: 50%;
    margin-top: -37px;
    left: -100px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    z-index: 3;
    background: #D6D6D6 url(../images/proprev.png) no-repeat center;
}

.product_ct .pnext {
    position: absolute;
    top: 50%;
    margin-top: -37px;
    right: -100px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    z-index: 3;
    background: #D6D6D6 url(../images/pronext.png) no-repeat center;
}

.product_ct .pprev:hover,
.product_ct .pnext:hover {
    background-color: #015198;
}

.up-graybox {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.4s ease 0s;
}

.up-graybox .bgbox {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.up-graybox .stit {
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    color: #fff;
}

.up-graybox .line {
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: #f2f2f2;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    transition: all 0.6s ease 0s;
}

.up-graybox .linet {
    top: 0;
}

.up-graybox .lineb {
    bottom: 0;
}

.up-graybox .out-ico {
    display: none;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 20px;
    top: 20px;
}

.up-graybox:hover .line {
    width: 6px;
    margin-left: -3px;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

img.up-pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.product_ct ul {
    width: 1232px;
}

.product_ct li {
    width: 276px;
    transition: box-shadow 0.3s ease 0s;
    margin-right: 32px;
    float: left;
    margin-bottom: 32px;
}

.product_ct .img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid #f2f2f2;
}

.product_ct .img img.up-pic {
    transform: translateZ(0px);
    transition: transform 0.3s ease 0s;
}

.product_ct .up-graybox {
    z-index: 3;
}

.product_ct .img:hover img.up-pic {
    transform: scale(1.05, 1.05);
    transition: transform 0.6s ease 0s;
}

.product_ct .img:hover .up-graybox {
    opacity: 1;
    filter: alpha(opacity=1);
}

.product_ct .cont-wrap {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #f2f2f2;
    /* margin-top: -1px; */
    /* height: 32px; */
    background: #015198;
    text-align: center;
}

.product_ct li:hover .cont-wrap {
    background: #D90000;
}

.product_ct .tit {
    /* line-height: 32px; */
    font-size: 14px;
}

.product_ct .tit a {
    display: block;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.product_ct li:hover .tit a {
    color: #fff;
}

.product_ct .intr {
    display: block;
    line-height: 26px;
    font-size: 12px;
    height: 52px;
    overflow: hidden;
}

.product_ct li:hover .intr {
    color: #fff;
}

.p_more {
    width: 185px;
    height: 35px;
    display: block;
    margin: 30px auto;
    background: url(../images/more.jpg) no-repeat;
    -webkit-transition: all 0.5s ease-in-out 0s;
}

.p_more:hover {
    background: url(../images/more_hover.jpg) no-repeat;
}

.more {
    display: inline-block;
    width: 24px;
    height: 8px;
    background: url(../images/ico_08.png) no-repeat right center;
}

.more:hover {
    background: url(../images/ico_08_h.png) no-repeat right center;
}

.i-sec-wrap {
    background: #f6f6f6 url(../images/new_bg.jpg) no-repeat center;
    overflow: hidden;
    padding-top: 80px;
}

.i-news {}

.left-wrap {
    width: 482px;
}

.left-wrap .img {
    width: 482px;
    height: 240px;
    display: block;
    transition: transform 0.3s ease 0s;
    overflow: hidden;
}

.left-wrap .img:hover img {
    transform: scale(1.05, 1.05);
    transition: transform 0.6s ease 0s;
}

.left-wrap .cont {
    padding: 28px;
    background: #015198;
    color: #fff;
}

.left-wrap .cont .date {
    width: 60px;
    text-align: center;
}

.left-wrap .cont .date b {
    font-size: 30px;
    display: block;
    line-height: 45px;
}

.left-wrap .cont .tit-box {
    width: 342px;
}

.left-wrap .cont .tit-box p {
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-bottom: 14px;
    border-bottom: 1px solid #7daad3;
    font-size: 16px;
}

.left-wrap .cont .tit-box .word {
    margin-top: 10px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}

.left-wrap .cont .tit-box a,
.left-wrap .cont .tit-box a:hover {
    color: #fff;
}

.right-list {
    width: 628px;
}

.right-list dl {
    margin-top: 18px;
}

.right-list dd {
    width: 60px;
    text-align: center;
}

.right-list dd b {
    font-size: 30px;
    display: block;
    line-height: 45px;
}

.right-list dt {
    width: 500px;
}

.right-list dt p {
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-bottom: 14px;
    border-bottom: 1px solid #dadada;
    font-size: 16px;
}

.right-list dt p a {
    color: #015198;
}

.right-list dt .word {
    margin-top: 10px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}

.main-list {
    margin-top: 52px;
}

.main-list li {
    line-height: 55px;
    border-bottom: 1px solid #dadada;
}

.main-list li a {
    float: left;
    width: 540px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.main-list li span {
    float: right;
}

.i-sec-wrap .nmore {
    width: 160px;
    height: 33px;
    line-height: 33px;
    background: #015198;
    margin: 30px auto;
    display: block;
    text-align: center;
    color: #fff;
}

.i-sec-wrap .nmore:hover {
    background: #494949;
}

.i-thi-wrap {
    background: url(../images/aboutbg.jpg) no-repeat bottom;
    /* height: 707px; */
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 100px;
}

.i-thi-wrap .about-tit h3 {
    font-size: 24px;
    line-height: 30px;
    color: #555;
    margin-bottom: 20px;
    text-align: center;
}

.i-thi-wrap .about-tit .desc {
    font-size: 14px;
    color: #bbb;
    line-height: 26px;
    margin-bottom: 20px;
    text-align: center;
}

.i-thi-wrap a.more {
    width: 180px;
    line-height: 48px;
    display: block;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 30px;
    background-position: 120px center;
    height: 48px;
    padding-right: 24px;
}

.i-thi-wrap a.more:hover {
    background-color: #015198;
    color: #fff;
}

.i-thi-wrap .quicklink {
    padding-top: 50px;
}

.i-thi-wrap .quicklink .tab-title {
    width: 478px;
    box-shadow: 0 12px 30px rgba(80, 80, 80, .1);
    border: 1px solid rgba(170, 170, 170, .2);
    border-bottom: 0px;
}

.i-thi-wrap .quicklink .tab-title ul li {
    overflow: hidden;
}

.i-thi-wrap .quicklink .tab-title ul li a {
    width: 100%;
    transition: all .6s ease 0s;
    height: 56px;
    padding: 48px 148px 48px 30px;
    font-size: 18px;
    line-height: 30px;
    display: block;
    position: relative;
}

.i-thi-wrap .quicklink .tab-title ul li a:hover {
    background-color: #f2f2f2;
    color: #015198;
}

.i-thi-wrap .quicklink .tab-title ul li.active a,
.i-thi-wrap .quicklink .tab-title ul li.active a:hover {
    background: #015198;
    color: #fff;
}

.i-thi-wrap .quicklink .tab-title ul li a:before {
    content: "";
    display: block;
    margin: 0 auto;
    font-size: 58px;
    color: rgba(212, 212, 212, .41);
    position: absolute;
    top: 28%;
    right: 10px;
    opacity: 1;
    transition: all .6s ease 0s;
    line-height: 70px;
}

.i-thi-wrap .quicklink .tab-title ul li.active a:before,
.i-thi-wrap .quicklink .tab-title ul li a:hover:before {
    opacity: 0;
    font-size: 5px;
}

.i-thi-wrap .quicklink .tab-title ul li a:after {
    content: "";
    display: block;
    font-size: 128px;
    color: rgba(212, 212, 212, .41);
    position: absolute;
    top: 38%;
    right: 10px;
    opacity: 0;
    text-align: right;
    transition: all .6s ease 0s;
    line-height: 190px;
}

.i-thi-wrap .quicklink .tab-title ul li.active a:after,
.i-thi-wrap .quicklink .tab-title ul li a:hover:after {
    opacity: 1;
    font-size: 158px;
}

.i-thi-wrap .quicklink .tab-title ul li a.tab01:before {
    content: "01";
}

.i-thi-wrap .quicklink .tab-title ul li a.tab02:before {
    content: "02";
}

.i-thi-wrap .quicklink .tab-title ul li a.tab03:before {
    content: "03";
}

.i-thi-wrap .quicklink .tab-title ul li a.tab01:after {
    content: "01";
}

.i-thi-wrap .quicklink .tab-title ul li a.tab02:after {
    content: "02";
}

.i-thi-wrap .quicklink .tab-title ul li a.tab03:after {
    content: "03";
}

.i-thi-wrap .quicklink .tab-title ul li::after {
    display: block;
    width: 88%;
    height: 1px;
    margin: 0 auto;
    content: "";
    background-color: #f1f1f1;
}

.i-thi-wrap .quicklink .tab-content {
    width: 618px;
    margin: 0 auto;
    overflow: hidden;
}

.i-thi-wrap .quicklink .tab-content .content_list {
    width: 206px;
    margin: 44px auto 5px;
    height: 100%;
}

.i-thi-wrap .quicklink .tab-content .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.i-thi-wrap .quicklink .tab-content .item_block {
    float: none;
    width: 100%;
    transition: all .6s ease 0s;
}

.i-thi-wrap .quicklink .tab-content .content_list .item_img {
    position: relative;
    overflow: hidden;
}

.i-thi-wrap .quicklink .tab-content .content_list .item_block img {
    -webkit-transform: scale(.4);
    -ms-transform: scale(.4);
    transform: scale(.4);
    transition: .36s;
    width: 100%;
    display: inline;
    border-radius: 100%;
}

.i-thi-wrap .quicklink .tab-content .content_list .owl-item:not(.active) .item_block img {
    border: 8px solid #fff;
    box-shadow: 4px 10px 30px rgba(0, 0, 0, .27);
}

.i-thi-wrap .quicklink .tab-content .content_list .owl-item.active .item_block img {
    box-sizing: border-box;
    border: 3px solid #015198;
    border-radius: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.i-thi-wrap .quicklink .tab-content .content_list .owl-item .item_block img::after {
    position: relative;
    top: -105px;
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto;
    content: "";
    color: transparent;
    border-width: 10px;
    border-style: solid;
    border-color: #015198;
}

.i-thi-wrap .quicklink .tab-content .tab-content-desc {
    background: #fff;
    width: 100%;
    height: 150px;
    overflow: hidden;
    padding: 15px 30px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 12px 50px rgba(0, 0, 0, .09);
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
}


/*.i-thi-wrap .quicklink .tab-content .owl-theme .owl-controls {position:absolute;bottom:-240px;left:50%;margin-left:-39px; }*/

.i-fou-wrap {
    overflow: hidden;
}

.link_tit {
    text-align: center;
}

.link_tit h3 {
    font-size: 26px;
    height: 40px;
    line-height: 40px;
}

.link_i {
    display: block;
    width: 54px;
    height: 2px;
    background: #015198;
    margin: 16px auto 0;
}

.link_div {
    margin: 44px 0 80px 0;
    height: 82px;
    position: relative;
}

.link_scroll {
    width: 1148px;
    height: 82px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -574px;
}

.link_ul {
    width: 10000px;
}

.link_ul li {
    transition: all 0.5s ease 0s;
    float: left;
    width: 218px;
    height: 80px;
    overflow: hidden;
    border: 1px solid #dedede;
    margin-right: 12px;
}

.link_left {
    display: block;
    background: url(../images/link_left.png) right center no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    left: -40px;
    top: 27px;
}

.link_right {
    display: block;
    background: url(../images/link_right.png) right center no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    right: -40px;
    top: 27px;
}

.link_ul li img {
    width: 218px;
    height: 80px;
    overflow: hidden;
    transition: all 1s ease 0s;
}

.link_ul li:hover img {
    transition: all 1s ease 0s;
    transform: scale(1.2, 1.2);
}

.link_ul li:hover {
    border: 1px solid #015198;
    transition: all 0.5s ease 0s;
}

.footer-wrap {
    background-color: #404040;
    padding-top: 35px;
}

.footer-wrap .top-wrap {
    padding-bottom: 20px;
}

.footer-wrap .top-wrap .footl {
    width: 801px;
}

.footer-wrap .top-wrap .footl ul {
    margin-top: 25px;
    /* margin-left: -100px; */
    /* height: 60px; */
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.footer-wrap .top-wrap .footl ul li {
    /* padding-left: 100px; */
    width: 50%;
    float: left;
    /* line-height: 30px; */
    color: #d2d2d2;
    float: none;
}

.footer-wrap .top-wrap .footl .foot_con:after {
    height: 60px;
    width: 1px;
    background: #666;
    content: "";
    display: block;
    left: 380px;
    top: 0px;
    position: absolute;
    display: none;
}

.footer-wrap .top-wrap .nav {
    line-height: 40px;
}

.footer-wrap .top-wrap .nav a {
    display: inline-block;
    font-size: 14px;
    float: left;
    color: #fff;
}

.footer-wrap .top-wrap .nav a:hover {}

.footer-wrap .top-wrap .nav .line {
    display: inline-block;
    float: left;
    width: 1px;
    height: 10px;
    background-color: #fff;
    opacity: 0.4;
    filter: alpha(opacity=40);
    margin: 16px 30px 14px;
}

.footer-wrap .top-wrap .call {
    line-height: 40px;
    margin-top: 2px;
    display: inline-block;
    color: #fff;
    text-align: center;
}

.footer-wrap .top-wrap .call span {
    display: block;
    width: 100px;
    margin-left: 20px;
    float: left;
    line-height: 35px;
}

.footer-wrap .top-wrap .call span img {
    width: 100%;
}

.footer-wrap .bot-wrap {
    line-height: 50px;
    font-size: 12px;
    border-top: 1px solid #646464;
}

.footer-wrap .bot-wrap p {
    color: #b1b1b1;
    text-transform: uppercase;
}

.footer-wrap .bot-wrap p.fr img {
    height: 42px;
}

.footer-wrap .bot-wrap a {
    color: #b1b1b1;
    transition: all 0.3s ease 0s;
}

.footer-wrap .bot-wrap a:hover {
    color: #fff;
}

.footer-wrap .bot-wrap .site-img {
    display: inline-block;
    margin-right: 8px;
}

.weblinks {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    line-height: 40px;
}

.weblinks dt {
    display: block;
    float: left;
    width: 100px;
}

.weblinks dt strong {
    color: #464646;
}

.weblinks dt strong img {
    margin-top: -3px;
    margin-right: 5px;
    height: 18px;
}

.weblinks dd {
    display: block;
    float: left;
    width: 1100px;
}

.weblinks span {
    padding-right: 10px;
    padding-left: 10px;
}

.weblinks a {
    text-decoration: none;
}

.weblinks a:hover {
    color: #00579e;
    text-decoration: none;
}

.fttop {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background: url(../images/foot_bg.jpg) no-repeat center;
}

.botlink {
    width: 660px;
}

.botlink dl {
    width: 220px;
}

.botlink dl dt {
    color: #fff;
    font-size: 22px;
    margin-bottom: 20px;
}

.botlink dl dd {
    line-height: 32px;
}

.botlink dl dd a {
    color: #e5e5e5;
    font-size: 14px;
}

.botlink dl dd a:hover {
    color: #fff;
    transition: all 0.5s;
}

.focus {
    width: 165px;
}

.focus h2 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 20px;
}

.share {
    padding-bottom: 20px;
    border-bottom: 1px #3c3c42 solid;
}

.share .bdsharebuttonbox a {
    display: inline-block;
    *zoom: 1;
    width: 40px;
    height: 40px;
    padding: 0;
    margin-right: 20px;
}

.share .bdsharebuttonbox a.bds_weixin {
    background: url(../images/wx.png) center no-repeat;
    background-size: cover;
}

.share .bdsharebuttonbox a.bds_tsina {
    background: url(../images/xl.png) center no-repeat;
    background-size: cover;
}

.wcode img {
    width: 130px;
}

.footlogo {
    width: 300px;
}

.footlogo img {
    position: absolute;
    top: 60px;
    right: 90px;
}

.hotline {
    padding-top: 24px;
    display: none;
}

.hotline p {
    font-size: 16px;
    color: #adadaf;
    line-height: 24px;
}

.hotline p.telnum {
    color: #fff;
    font-size: 24px;
    padding-top: 14px;
}

.ftbot {
    background-color: #000000;
    border-top: 2px solid #015198;
}

.ftbot .w1200 {
    padding: 16px 0;
}

.ftbot p {
    font-size: 14px;
    color: #bfbfbf;
}

.ftbot p a {
    color: #bfbfbf;
}

.ftbot p a:hover {
    color: #fff;
    transition: all 0.5s;
}

.copyright {
    margin-left: 35px;
}

.copyright a {
    padding: 0 5px;
}

.ftlink {
    margin-right: 6px;
}

.ftlink a {
    padding: 0 20px;
    background: url(../images/ftlinkline.jpg) no-repeat right center;
    background-size: 1px 10px;
}

.ftlink a:last-child {
    background: none;
}

.head_inner h1 {
    max-width: 300px;
}

.head_inner h1 img {
    width: 100%;
    height: auto;
}


/*.contact-wrap { background-color: #f6f6f6; padding-top: 50px; padding-bottom: 50px; }

    .contact-wrap h4 { font-size: 18px; line-height: 30px; font-weight: bold; font-family: "Base-font"; padding-bottom: 13px; border-bottom: 1px solid #e3e3e3; color: #333; }

    .contact-wrap .address { margin-right: 90px; width: 600px; }

        .contact-wrap .address img { width: 150px; margin-top: 30px; }

        .contact-wrap .address .cont { padding-top: 25px; width: 400px; }

            .contact-wrap .address .cont .stt { font-weight: bold; }

            .contact-wrap .address .cont p { line-height: 24px; font-size: 14px; color: #666; }

    .contact-wrap .weixin { margin-right: 90px; width: 210px; }

        .contact-wrap .weixin .wx-img { padding-top: 26px; }

    .contact-wrap .mobile { width: 210px; }

        .contact-wrap .mobile .wx-img { padding-top: 26px; }



.footer-wrap { background-color: #222; padding-top: 20px; padding-bottom: 20px; }



    .footer-wrap .top-wrap { padding-bottom: 15px; border-bottom: 1px solid #393939; }

        .footer-wrap .top-wrap .nav { line-height: 40px; }

            .footer-wrap .top-wrap .nav a { display: inline-block; font-size: 14px; float: left; color: #fff; opacity: 0.4; filter: alpha(opacity=40); transition: opacity 0.3s ease 0s; }

                .footer-wrap .top-wrap .nav a:hover { opacity: 1; filter: alpha(opacity=100); }

            .footer-wrap .top-wrap .nav .line { display: inline-block; float: left; width: 1px; height: 10px; background-color: #fff; opacity: 0.4; filter: alpha(opacity=40); margin: 16px 20px 14px; }

        .footer-wrap .top-wrap .call { line-height: 40px; margin-top: 2px; display: inline-block; color: #fff; opacity: 0.4; filter: alpha(opacity=40); }

    .footer-wrap .bot-wrap { line-height: 42px; padding-top: 10px; font-size: 12px; }

        .footer-wrap .bot-wrap p { color: #7a7a7a; text-transform: uppercase; }

            .footer-wrap .bot-wrap p.fr img { height: 42px; }

        .footer-wrap .bot-wrap a { color: #7a7a7a; transition: all 0.3s ease 0s; }

            .footer-wrap .bot-wrap a:hover { color: #fff; }

        .footer-wrap .bot-wrap .site-img { display: inline-block; margin-right: 8px; }*/

.yb_conct {
    position: fixed;
    z-index: 9999999;
    top: 200px;
    right: -127px;
    cursor: pointer;
    transition: all .3s ease;
}

.yb_bar ul li {
    width: 180px;
    height: 53px;
    font: 16px/53px 'Microsoft YaHei';
    color: #fff;
    text-indent: 54px;
    margin-bottom: 3px;
    border-radius: 3px;
    transition: all .5s ease;
    overflow: hidden;
}

.yb_bar .yb_top {
    background: #015198 url(../images/rightbar.png) no-repeat 0 0;
}

.yb_bar .yb_phone {
    background: #015198 url(../images/rightbar.png) no-repeat 0 -57px;
}

.yb_bar .yb_QQ {
    text-indent: 0;
    background: #015198 url(../images/rightbar.png) no-repeat 0 -113px;
}

.yb_bar .yb_ercode {
    background: #015198 url(../images/rightbar.png) no-repeat 0 -169px;
}

.hd_qr {
    padding: 0 29px 25px 29px;
}

.yb_QQ a {
    display: block;
    text-indent: 54px;
    width: 100%;
    height: 100%;
    color: #fff;
}