@charset "UTF-8";
* {
    outline: none;
    box-sizing: border-box;
}

html,
body,
ul,
li,
ol,
th,
td,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
textarea,
button,
select,
fieldset,
legend,
img {
    margin: 0;
    padding: 0;
    border: none;
}

body {
    font-family: "Microsoft YaHei", "Arial Narrow";
    color: #333;
    font-size: 14px;
    background-color: #fff;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none !important;
}

p {
    word-wrap: break-word
}

ol,
ul,
li {
    list-style: none;
}

tr,
td {
    border-spacing: inherit;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input {
    background-color: initial;
}

textarea {
    resize: none;
    background-color: initial;
    overflow: hidden;
}

input,
img {
    border: 0;
    vertical-align: middle
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.dn {
    display: none;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.wrap {
    width: 98%;
    max-width: 1200px;
    margin: 0 auto;
}

@media (max-width:768px) {
    .wrap {
        width: 90%;
    }
}


#top-k {
    /* height: 113px; */
}

header {
    /* background: url(../images/index001.png) no-repeat 100% #fff; */
    /* background-position: top; */
    /* position: fixed; */
    top: 0;
    z-index: 999;
    width: 100%;
}

.h-top {
    float: left;
    margin-left: 53%;
    color: #FFF;
    padding: 5px 0;
    overflow: hidden;
}

.h-mid {
    padding-bottom: 12px;
}

.logo {
    float: left;
    margin-top: 0px;
    width: 186px;
    /* height: 40px; */
}

.logo img {
    width: 100%;
}

nav {
    float: right;
    text-align: center;
    font-size: 0px;
}

nav li {
    display: inline-block;
    font-size: 16px;
    position: relative;
}

nav li::after {
    content: "";
    height: 100%;
    border-right: 1px dotted #a7a7a7;
}

nav li:last-child::after {
    content: "";
    border-right: 0;
}

nav li a {
    display: inline-block;
    padding: 30px 23px 20px;
}

nav li:last-child a {
    padding-right: 0;
}

nav li a:hover {
    color: #027ca7;
}

.nav-btn,
.nav-btn-1 {
    width: 35px;
    height: 35px;
    display: none;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.nav-btn {
    background-image: url(../images/nav-btn.png);
}

.nav-btn-1 {
    background-image: url(../images/nav-btn-1.png);
}

@media only screen and (max-width: 1020px) {
    nav li a {
        padding: 30px 20px 20px;
    }
}

@media only screen and (max-width: 980px) {
    nav li a {
        padding: 30px 14px 20px;
    }
}

@media only screen and (max-width: 860px) {
    nav li a {
        padding: 30px 8px 20px;
    }
}

@media only screen and (max-width: 800px) {
    nav li a {
        padding: 30px 6px 20px;
    }
}

@media only screen and (max-width: 768px) {
    nav {
        width: 100%;
        display: none;
        overflow: auto;
        height: 300px;
    }
    nav li {
        width: 100%;
        border-bottom: 1px solid #dedede;
    }
    nav li::after {
        border-right: 0;
    }
    nav li a {
        padding: 10px 0;
        width: 100%;
    }
    .nav-btn {
        display: block;
    }
    header {
        background: #fff;
    }
    .h-top {
        float: none;
        width: 90%;
        margin: 0 auto;
        text-align: right;
        color: #666;
    }
    .logo img {
        width: 70px;
    }
    .h-mid {
        padding-bottom: 10px;
    }
    #top-k {
        height: 81px;
    }
}

@media (max-width:560px) {}

@media (max-width:480px) {
    .h-top {
        display: none;
    }
    .h-mid {
        padding-top: 20px;
    }
    #top-k {
        height: 71px;
    }
}

@media (min-width:769px) {
    .nav-btn {
        display: none !important;
    }
    .nav-btn-1 {
        display: none !important;
    }
    nav {
        display: block !important;
    }
}


/*****************************banner*******************************/

.swiper-slide img {
    /* width: 100%;
    max-width: 100%; */
    transition: all 1s;
}

.banner {
    position: relative;
}

.banner img {
    width: 100%;
}

.banner-min {
    display: none !important;
}

.banner .slick-slider {
    margin-bottom: 0px;
    touch-action: inherit;
}

.banner .prev-next {
    z-index: 100;
    background: url(../images/arrows.png) no-repeat;
    height: 100px;
    width: 50px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -50px;
}

.banner .prev {
    left: 50px;
    background-position: 0 0;
}

.banner .next {
    right: 50px;
    background-position: -80px 0;
}

.banner .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #027ca7;
    opacity: .8;
}

.banner .swiper-pagination-bullet-active {
    width: 60px;
    border-radius: 15px;
    opacity: 1;
}

@media (max-width:768px) {
    .banner-max {
        display: none !important;
    }
    .banner-min {
        display: block !important;
    }
    .banner .prev-next {
        background-size: 300%;
        height: 60px;
        width: 30px;
        margin-top: -30px;
    }
    .banner .prev {
        left: 20px;
        background-position: left;
    }
    .banner .next {
        right: 20px;
        background-position: right;
    }
    .banner .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
    .banner .swiper-pagination-bullet-active {
        width: 30px;
        border-radius: 10px;
    }
}

@media (min-width:769px) {
    .banner .prev:hover {
        background-position: 0 -240px;
    }
    .banner .next:hover {
        background-position: -80px -240px;
    }
}



.title-1 {
    font-size: 30px;
    margin: 3.6% 0 3.3%;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .title-1 {
        font-size: 26px;
    }
}

@media (max-width:560px) {
    .title-1 {
        font-size: 22px;
    }
}


.wrapper {
    width: 1200px;
    margin: 0 auto;
}

.product {
    position: relative;
    padding-top: 0px;
    padding-bottom: 60px;
    background: url(../images/probg.jpg) center top no-repeat;
    overflow: hidden;
}

.product .leftCon {
    float: left;
    width: 290px;
}

.product .leftCon .hd {
    position: relative;
    z-index: 333;
    /* margin-top: 0; */
    padding: 0 44px;
    height: 152px;
    overflow: hidden;
    background: #027ca7;
}

.product .leftCon .hd h3 {
    margin-top: 46px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
}

.product .leftCon .hd h3 a {
    color: #fff;
}

.product .leftCon .hd p {
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.product-menu {
    border: #dedede solid 1px;
    border-top: none;
    background: #fff;
}

.product-menu dt {
    /* padding-left: 2px; */
    height: 58px;
    line-height: 58px;
    font-size: 18px;
    /*font-weight: bold;*/
    border-top: #f1f1f1 solid 1px;
    border-bottom: #f1f1f1 solid 1px;
}

.product-menu dt a {
    display: block;
    padding-left: 34px;
    color: #1c1c1c;
}

.product-menu dt.dt01 a {
    background: url(../images/pro_menu_dt01.png) no-repeat 0 center;
}

.product-menu dt.dt02 a {
    background: url(../images/pro_menu_dt02.png) no-repeat 0 center;
}

.product-menu dt.dt01 a:hover {
    color: #027ca7;
    background-image: url(../images/pro_menu_dt01_cur.png)
}

.product-menu dt.dt02 a:hover {
    color: #027ca7;
    background-image: url(../images/pro_menu_dt02_cur.png)
}

.product-menu dd {
    position: relative;
    z-index: 3333;
    padding:8px 0 7px 11px;
    overflow: hidden;
}

.product-menu dd a {
    display: block;
    padding-left: 26px;
    height: 35px;
    line-height: 35px;
    font-size: 17px;
    color: #1c1c1c;
    background: url(../images/pro_menu_dd.png) no-repeat 0 center;
}

.product-menu dd a:hover {
    color: #027ca7;
    font-weight: 500;
    background-image: url(../images/pro_menu_dd_cur.png);
}

.product .rightCon {
    float: right;
    width: 898px;
}

.product-menu dd {
    border: #ddd solid 1px;
    border-top: none;
}

.product-menu {
    padding: 9px;
    background: #fff;
    overflow-y: scroll;
    height: 418px;
}

.product-hot {
    position: relative;
    height: 290px;
    background: #fff;
}

.product-hot .tag {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 117px;
    height: 117px;
    background: url(../images/hot.png) no-repeat;
}

.product-hot .pic {
    float: left;
    width: 290px;
    height: 290px;
    overflow: hidden;
    border-right: #ddd dashed 1px;
}

.product-hot .pic img {
    display: block;
    width: 290px;
    height: 290px;
    transition: all 1s;
}

.product-hot .pic a:hover img {
    transform: scale(1.1);
}

.product-hot .text {
    float: left;
    padding-left: 35px;
    width: 520px;
}

.product-hot h3 {
    margin-top: 25px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    font-weight: normal;
    overflow: hidden;
}

.product-hot h3 a {
    color: #333;
}

.product-hot h3 a:hover {
    color: #027ca7;
}

.product-hot .summary {
    margin-top: 8px;
    height: 48px;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
}

.product-hot .purpose {
    margin-top: 15px;
}

.product-hot .purpose span {
    display: block;
    height: 28px;
    line-height: 28px;
    font-size: 18px;
    color: #666;
}

.product-hot .purpose ul {
    margin-top: 8px;
    width: 500px;
    overflow: hidden;
}

.product-hot .purpose li {
    float: left;
    width: 50%;
    font-size: 14px;
    color: #666;
}

.product-hot .purpose li:before {
    display: inline-block;
    content: "";
    position: relative;
    top: -2px;
    margin-right: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #e31f18;
}

.product-hot .btnBox {
    margin-top: 16px;
    overflow: hidden;
}

.product-hot .btnBox a {
    display: block;
    float: left;
    width: 166px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #fff;
}

.product-hot .btnBox a.btn01 {
    background: #e31f18;
}

.product-hot .btnBox a.btn02 {
    background: #027ca7;
}

.product-hot .btnBox a:hover {
    box-shadow: 0 0 10px #333 inset;
}

.product-list {
    width: 912px;
    overflow: hidden;
    height: 580px;
    overflow-y: scroll;
}

.product-list .item {
    position: relative;
    z-index: 3333;
    float: left;
    margin-top: 14px;
    margin-right: 14px;
    width: 288px;
    overflow: hidden;
    background: #fff;
}
.product-list .item:nth-child(3n){
    margin-right: 0;
}
.product-list .item .pic {
    /*height: 290px;*/
    overflow: hidden;
    border-bottom: #ddd dashed 1px;
}

.product-list .item .pic img {
    display: block;
    /* width: 100%; */
    /* height: 100%; */
    transition: all 1s;
}

.product-list .item .text {
    padding: 25px 20px;
    text-align: center;
    overflow: hidden;
}

.product-list .item .text h3 {
    height: 28px;
    line-height: 28px;
    font-weight: normal;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-list .item .text h3 a {
    color: #333
}

.product-list .item .text p {
    height: 50px;
    line-height: 25px;
    font-size: 14px;
    color: #999;
    overflow: hidden;
}

.product-list .item:hover .pic img {
    transform: scale(1.1);
}

.product-list .item:hover h3 a {
    color: #027ca7;
}

.pro-ad {
    position: absolute;
    z-index: 333;
    left: 50%;
    bottom: -94px;
    margin-left: -960px;
    width: 1920px;
    height: 300px;
}

.pro-ad img {
    display: block;
    margin-left: 120px;
}

.gysy {
    height: 455px;
    background: url(../images/index-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    color: #fff;
}

.gysy .content {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    padding: 0 12px;
}

.gysy .content .title-1 {
    color: #027ca7;
    padding-top: 30px;
}

.gysy .content p {
    font-size: 18px;
    text-align: justify;
    text-indent: 2em;
    line-height: 35px;
}

.gysy .content .move {
    font-size: 22px;
    padding: 3px 37px;
    border: 2px solid #027ca7;
    border-radius: 20px;
    display: inline-block;
    margin: 60px 0 30px 0;
}

@media only screen and (max-width: 1200px) {
    .gysy .content {
        width: 100%;
        box-sizing: border-box;
    }
    .gysy .content p {
        font-size: 16px;
    }
    .gysy {
        height: 400px;
    }
}

@media only screen and (max-width: 980px) {
    .gysy {
        background-attachment: scroll;
    }
    .gysy .content .move {
        margin: 30px 0 30px 0;
    }
    .gysy .content .move {
        font-size: 18px;
    }
}

@media only screen and (max-width: 768px) {
    .gysy .content p {
        font-size: 14px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 380px) {
    .gysy {
        height: 450px;
    }
}



.xwzx .content li {
    float: left;
    margin-right: 5%;
    width: 47.5%;
}

.xwzx .content li:nth-child(2n) {
    margin-right: 0;
}

.xwzx .content .time {
    color: #fff;
    background: #027ca7;
    float: left;
    margin: 0 20px 25px 0;
    padding: 8px 11px;
    text-align: center;
}

.xwzx .content .time p:first-child {
    font-size: 32px;
}

.xwzx .content .txt {
    color: #666;
}

.xwzx .content .txt p:first-child {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xwzx .content .txt p:last-child {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 40px;
}

@media only screen and (max-width: 768px) {
    .xwzx .content li {
        margin-right: 0;
        width: 100%;
    }
}

@media only screen and (min-width: 769px) {
    .xwzx .content li:hover .txt {
        color: #027ca7;
    }
}


.jieshao {
    text-align: center;
}

.jieshao li {
    transition: all 0.5s;
    display: inline-table;
    margin: 45px;
    width: 165px;
    height: 165px;
    border-radius: 50%;
    border: 1px solid #c1bfbd;
}

.jieshao li div {
    display: table-cell;
    vertical-align: middle;
}

.jieshao li div p:nth-child(2) {
    color: #999;
    padding: 3px;
}

.jieshao li div p:nth-child(3) {
    color: #027ca7;
}

@media only screen and (min-width: 769px) {
    .jieshao li:hover {
        transform: rotateZ(360deg);
    }
}



footer {
    background: url(../images/footer-bg.jpg) no-repeat center;
    background-size: 100% 100%;
}

footer .lianxi {
    padding-top: 20px;
}

footer .lianxi .fl {
    width: 60%;
    margin-top: 22px;
}

footer .lianxi .fl div {
    float: left;
    margin-left: 14%;
}

footer .lianxi .fl div p {
    font-size: 16px;
    font-weight: bold;
    line-height: 35px;
}

footer .lianxi .fl div ul {
    overflow: auto;
    height: 100px;
    width: 140%;
}

footer .lianxi .fl div li {
    color: #666;
    line-height: 24px;
}

footer .lianxi .fl div li:hover {
    color: #027ca7;
}

footer .lianxi .fr {
    width: 40%;
    text-align: center;
}

footer .lianxi .fr .content {
    width: 250px;
    margin: 0 auto;
}

footer .lianxi .fr1 {
    color: #999;
    text-align: left;
    background: url(../images/footer-1.png) no-repeat left center;
    padding-left: 55px;
    margin-left: 10px;
}

footer .lianxi .fr1 div:last-child {
    font-size: 20px;
    color: #027ca7;
    font-weight: bold;
}

footer .lianxi .fr2 {
    margin: 12px auto 0;
}

footer .lianxi .fr2 a {
    margin: 1px;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #d0d0d0;
}

footer .lianxi .fr2 a span {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

footer .lianxi .fr2::before {
    content: '';
    width: 55px;
    height: 1px;
    background: #d2d2d2;
    margin-top: 18px;
    display: inline-block;
    float: right;
}

footer .lianxi .fr2::after {
    content: '';
    width: 55px;
    height: 1px;
    background: #d2d2d2;
    margin-top: 18px;
    display: inline-block;
    float: left;
}

footer .lianxi .fr3 div {
    color: #999;
    display: inline-block;
    font-size: 15px;
    margin: 8px;
}

footer .banquan {
    padding: 16px 0;
    color: #999;
    text-align: center;
}

footer .banquan div {
    width: 34%;
    height: 1px;
    background: #dcdcdc;
    transform: translateY(10px);
}

@media only screen and (max-width: 1200px) {
    footer .lianxi .fl div {
        margin-left: 13%;
    }
    footer .banquan div {
        width: 30%;
    }
}

@media only screen and (max-width: 980px) {
    footer .lianxi .fl div {
        margin-left: 9%;
    }
    footer .banquan div {
        width: 23%;
    }
}

@media only screen and (max-width: 768px) {
    footer .lianxi .fl {
        display: none;
    }
    footer .lianxi .fr {
        width: 100%;
    }
    footer .banquan div {
        display: none;
    }
    footer .banquan {
        padding: 0 0 16px;
    }
    header .a {
        display: none
    }
}

.mm_os {
    display: block
}

@media only screen and (max-width: 480px) {
    .mm_os {
        display: none
    }
}

.yqlj a {
    margin-left: 10px
}

.kd {
    width: 92%;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.in-pro {
    padding: 70px 0;
    width: 100%;
    background: url(../images/probg.jpg) center top no-repeat;
    overflow: hidden;
}

.protit {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.protit span {
    font-size: 2.5rem;
    color: #666;
    line-height: 1em;
}

.protit h3 {
    font-size: 2rem;
    color: #027ca7;
    line-height: 1.7;
    font-weight: bold;
}

.protit p {
    font-size: 14px;
}

.prosort {
    background: url(../images/pbgtt.jpg) center no-repeat;
    text-align: center;
    /* margin-top: 32px; */
}

.prosort li {
    display: inline-block;
    margin: 0 6px;
}

.prosort li a {
    z-index: 2;
    display: block;
    border: 1px solid #dddddd;
    padding: 12px 32px;
    font-size: 1.125rem;
    border-radius: 10px;
    background: #fff;
    color: #454545;
    position: relative;
    overflow: hidden;
    transition: all 0.7s;
}

.prosort li a span {
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #027ca7;
    transform: scale(0, 1);
    transition: all 0.7s
}

.prosort li a:hover span {
    transform: scale(1);
}

.prosort li a:hover {
    color: #fff;
}

.inproli {
    width: 100%;
    margin-top: 32px;
}

.inproli dl {
    display: block;
    float: left;
    width: 32.3%;
    margin-right: 1.55%;
    margin-bottom: 20px;
    position: relative;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.inproli dl a {
    display: block;
}

.inproli dl:nth-child(3n) {
    margin-right: 0;
}

.inproli dl dt {
    width: 100%;
    overflow: hidden;
    height: 395px;
}

.inproli dl dt img {
    width: 100%;
    transition: all 0.7s;
    transform: scale(1)
}

.inproli dl:hover dt img {
    transform: scale(1.05)
}

.inproli dl dd {
    position: absolute;
    bottom: 0;
    width: 80%;
    left: 0%;
    background: rgb(255, 129, 17) url(../images/ja.png) 95% center no-repeat;
    box-sizing: border-box;
    padding: 18px 16px;
    width: 100%;
}

.inproli dl dd p {
    color: #fff;
}

.pmore {
    text-align: center;
    margin-top: 20px;
}

.pmore a {
    display: inline-block;
    border: 1px solid #454545;
    padding: 12px 24px;
    border-radius: 5px;
    font-size: 1.125rem;
}

@media screen and (max-width:768px) {
    .in-pro {
        background-size: cover;
    }
    .prosort li {
        margin: 0 20px 24px;
    }
    .inproli dl {
        width: 49%;
        margin: 0 0.5% 20px !important
    }
    .inproli dl dd {
        width: 100%;
    }
}

.clear {
    zoom: 1;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.in-lx {
    background: url(../images/xlx.jpg) center top no-repeat;
    width: 100%;
    overflow: hidden;
    min-height: 204px;
    position: relative;
}

.xlx2 {
    background: url(../images/xlx2.png) center no-repeat;
    min-height: 190px;
    margin-top: 16px;
    position: absolute;
    top: 16px;
    width: 100%;
}

.lxtit {
    padding-top: 56px;
}

.lxtit h2 {
    font-size: 1.75rem;
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1)
}

.lxtit h2 b {
    font-size: 2.125rem;
    color: #ffc000;
}

.lxtit p {
    font-size: 1.125rem;
    color: #f0f0f0;
    margin-top: 12px;
}

.lxtel {
    width: 32%;
    text-align: center;
    padding-top: 50px;
}

.lxtel p {
    font-size: 1.125rem;
    color: #fff;
    font-weight: lighter;
}

.lxtel span {
    font-family: 'DIN';
    font-size: 1.875rem;
    color: #fff;
    display: block;
    margin-bottom: 12px;
}

@media screen and (max-width:768px) {
    .in-lx {
        background: url(../images/xlx.jpg) center top no-repeat;
        background-size: cover;
        height: 396px;
    }
    .xlx2 {
        background: url(../images/xlx2.png) right center no-repeat;
        margin-top: 190px;
        top: 0
    }
    .lxtit {
        padding-top: 32px;
    }
    .lxtel {
        width: 60%;
        text-align: center;
        padding-top: 50px;
    }
    .lxtel img {
        display: none;
    }
}


.index_aboutus {
    background: url(../images/bg_aboutus.jpg);
    padding: 70px 0;
}
.index_aboutus .protit{
    padding: 0;
    text-align: left;
}
.index_aboutus_text p{
    margin: 0;
}
.index_aboutusimg img {
    
width: 100%;
    
}

.index_aboutusimg {
    width: 50%;
    float: left;
}

.index_ov {
    overflow: hidden
}

.index_aboutus_text {
    width: 47%;
}

.honor {
    margin-top: 50px;
}

.honor .swiper-container {
    padding-bottom: 34px;
}

.honor .swiper-pagination-bullet-active {
    background-color: #c62626;
}

.index_aboutus_text a {
    text-align: center;
    display: inline-block;
    float: right;
    line-height: 2.8;
    background-color: #027ca7;
    width: 104px;
    color: #fff;
    border-radius: 4px;
    transition: all 1s;
}

.index_aboutus_text a:hover {
    background: #a5090d;
}

.index_aboutus_text h1 {
    line-height: 1.9;
    font-size: 29px;
    font-weight: 800;
    margin-top: 12px;
}

.index_aboutus_text p {
    line-height: 1.8;
    font-size: 18px;
    margin-top: 20px;
    text-indent: 2rem;
}



.content {
    width: 1200px;
    margin: 0 auto;
}

.g_ys {
    /*height: 1219px;*/
    /*background: url(../images/ysbg.jpg) no-repeat;*/
    padding-top: 53px;
    overflow: hidden;
}

.g_ys h2 {
    height: 133px;
    text-align: center;
    font-size: 40px;
    color: #333333;
    font-weight: normal;
}

.g_ys h2 a {
    color: #333333;
}

.g_ys h2 em {
    display: block;
    font-size: 18px;
    width: 346px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #333333;
    border-radius: 20px;
    margin: 10px auto 0;
}

.g_ys .m_ys1 {
    height: 373px;
}

.g_ys dt {
    float: left;
    margin-left: -360px;
    width: 960px;
    position: relative;
}

.g_ys dt b {
    position: absolute;
    right: 0;
    top: 0;
}

.g_ys dt b a {
    display: block;
    width: 150px;
    height: 75px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 75px;
    /* padding-top: 20px; */
    background: #027ca7;
}

.g_ys dd {
    float: left;
    width: 600px;
    position: relative;
}

.g_ys dd i {
    position: absolute;
    right: 0;
    /* top: 27px; */
}

.g_ys dd h3 {
    position: relative;
    height: 100px;
    margin-left: 90px;
    /*background: url(../images/ysline.jpg) no-repeat 0 120px;*/
    font-size: 24px;
    color: #333333;
    font-weight: normal;
}

.g_ys dd h3 b {
    display: block;
    font-size: 34px;
    color: #027ca7;
    padding-top: 18px;
    padding-bottom: 18px;
}

.g_ys dd h3:before {
    content: "";
    position: absolute;
    width: 63px;
    height: 1px;
    background: #004098;
    left: 0;
    top: 0;
}

.g_ys dd p {
    font-size: 16px;
    line-height: 26px;
    margin-left: 90px;
    width: 488px;
}

.g_ys .yss {
    position: absolute;
    left: 0;
    top: 230px;
    overflow: hidden;
}

.g_ys .yss img {
    transition: all 0.3s linear 0s;
}

.g_ys .yss:hover img {
    transform: scale(1.1);
}

.g_ys .m_ys2,
.g_ys .m_ys4 {
    height: 372px;
}

.g_ys .m_ys2 dt,
.g_ys .m_ys4 dt {
    float: right;
    margin-right: -360px;
    width: 960px;
    position: relative;
}

.g_ys .m_ys2 dt b,
.g_ys .m_ys4 dt b {
    position: absolute;
    left: 0;
    top: 0;
}

.g_ys .m_ys2 dt b a,
.g_ys .m_ys4 dt b a {
    display: block;
    width: 150px;
    height: 75px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 75px;
    /* padding-top: 75px; */
    background: #027ca7;
}

.g_ys .m_ys2 dd,
.g_ys .m_ys4 dd {
    float: left;
    width: 600px;
    position: relative;
}

.g_ys .m_ys2 dd i,
.g_ys .m_ys4 dd i {
    position: absolute;
    left: 422px;
    top: 217px;
}

.g_ys .m_ys2 dd h3,
.g_ys .m_ys4 dd h3 {
    margin-top: 218px;
    position: relative;
    height: 67px;
    margin-left: 0;
    /*background: url(../images/ysline.jpg) no-repeat 0 120px;*/
    font-size: 24px;
    color: #333333;
    font-weight: normal;
}

.g_ys .m_ys4 dd h3 {
    /*background: url(../images/ysline.jpg) no-repeat 0 120px;*/
}

.g_ys .m_ys2 dd h3 b,
.g_ys .m_ys4 dd h3 b {
    display: block;
    font-size: 34px;
    color: #027ca7;
    padding-top: 18px;
}

.g_ys .m_ys2 dd h3:before,
.g_ys .m_ys4 dd h3:before {
    content: "";
    position: absolute;
    width: 63px;
    height: 1px;
    background: #004098;
    left: 0;
    top: 0;
}

.g_ys .m_ys2 dd p,
.g_ys .m_ys4 dd p {
    font-size: 16px;
    line-height: 26px;
    margin-left: 0;
    width: 398px;
}

.g_ys .m_ys2 .yss,
.g_ys .m_ys4 .yss {
    position: absolute;
    left: 0;
    top: 0;
}

.g_ys .m_ys3 {
    height: 373px;
}



.news {
    padding-top: 40px;
}

.news-box {
    margin-top: 60px;
    overflow: hidden;
}

.news-left {
    width: 47%;
    float: left;
    margin-left: 1%;
}

.news-left ul {
    width: 100%;
    display: block;
}

.news-left ul li {
    margin-bottom: 42px;
}

.news-left ul li a {
    width: 39%;
    display: block;
    float: left;
    margin-right: 4%;
    overflow: hidden;
}

.news-left ul li a img {
    width: 100%;
    display: block;
    transition: all 1s ease-out;
}

.news-left ul li:hover a img {
    transform: scale(1.1);
}

.news-left ul li h3 {
    float: left;
    width: 55%;
    line-height: 30px;
    text-align: left;
}

.news-left ul li h3 a {
    font-size: 16px;
    color: #333;
    display: block;
    width: 100%;
}

.news-left ul li span {
    display: block;
    font-size: 13px;
    color: #999;
    text-align: left;
}

.news-left ul li p {
    float: left;
    width: 57%;
    margin-top: 13px;
}

.news-left ul li p a {
    display: block;
    font-size: 16px;
    color: #666;
    line-height: 28px;
    width: 100%;
    text-align: left;
}

.news-left ul li a:hover {
    color: #027ca7;
}

.news-left ul li a.a01 {
    display: block;
    width: 59px;
    height: 21px;
    float: left;
    background: url(../images/youjt.png) no-repeat center;
    margin-top: 28px;
}

.news-left ul li:hover a.a01 {
    margin-left: 5px;
}

.news-right {
    width: 45%;
    float: right;
}

.news-right ul {
    width: 100%;
}

.news-right ul li {
    margin-bottom: 30px;
}

.news-right ul li a:hover {
    color: #ff6600;
}

.news-right ul li span {
    display: block;
    width: 122px;
    height: 75px;
    border: 1px solid #e2e1e1;
    text-align: center;
    padding-top: 10px;
    float: left;
    margin-right: 20px;
}

.news-right ul li span i {
    font-size: 35px;
    color: #666;
    font-style: normal;
}

.news-right ul li span>p {
    font-size: 14px;
    color: #666;
}

.news-right ul li h3 {
    width: 370px;
    overflow: hidden;
    text-align: left;
}

.news-right ul li h3 a {
    font-size: 16px;
    color: #333;
    line-height: 29px;
}

.news-right ul li>p {
    width: 73%;
    overflow: hidden;
    margin-top: 5px;
    height: 50px;
    text-align: left;
}

.news-right ul li>p a {
    font-size: 16px;
    color: #666;
    line-height: 25px;
}

.news-right ul li:hover span {
    background: #000;
}

.news-right ul li:hover span i {
    color: #fff;
}

.news-right ul li:hover span p {
    color: #fff;
}


/*news*/
.news {
	padding: 50px 0;
	overflow: hidden;
	background-size: 100% 100%;
	height: 760px;
}

.news-tab {
	position: relative;
}

.news-tab .tab-menu {
	margin-bottom: 40px;
	text-align: center;
	overflow: hidden;
}

.news-tab .tab-menu li {
	display: inline-block;
	margin: 0 4px;
	width: 160px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border: #ddd solid 1px;
}

.news-tab .tab-menu li.cur {
	background: #07698b;
	border-color: #07698b;
}

.news-tab .tab-menu li a {
	display: block;
	font-size: 16px;
	color: #07698b;
}

.news-tab .tab-menu li.cur a {
	color: #fff;
}

.news-hot {
	float: left;
	margin-top: 8px;
	width: 575px;
	background: #fff;
	overflow: hidden;
}

.news-hot .pic {
	width: 575px;
	height: 233px;
	overflow: hidden;
}

.news-hot .pic img {
	display: block;
	width: 575px;
	height: 233px;
	object-fit: cover;
}

.news-hot .text {
	padding: 30px;
	height: 198px;
	overflow: hidden;
}

.news-hot .text h3 {
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	font-weight: normal;
	overflow: hidden;
}

.news-hot .text h3 a {
	color: #07698b;
}

.news-hot .text em {
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	font-family: Arial;
	color: #999;
}

.news-hot .text p {
	margin-top: 6px;
	margin-bottom: 20px;
	height: 100px;
	line-height: 25px;
	font-size: 14px;
	color: #666;
	overflow: hidden;
}

.news-hot .text .read {
	font-family: Arial;
	font-size: 14px;
	color: #666;
}

.news-hot:hover h3 a,
.news-hot:hover .read {
	color: #07698b;
}

.news-list {
	float: right;
	width: 698px;
	overflow: hidden;
}

.news-list .item {
	padding: 8px 10px;
	height: 110px;
	transition: all 1s;
}

.news-list .item:hover {
	box-shadow: 0 0 10px #ddd inset;
	background: #fff;
	border-radius: 5px;
}

.news-list .item:hover h3 a {
	color: #07698b;
}

.news-list .date {
	float: left;
	width: 108px;
	height: 108px;
	border: #ddd solid 1px;
	text-align: center;
	font-family: Arial;
	color: #666;
}

.news-list .date span {
	display: block;
	height: 62px;
	line-height: 62px;
	font-size: 36px;
	border-bottom: #ddd solid 1px;
}

.news-list .date em {
	display: block;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
}

.news-list .text {
	float: right;
	width: 540px;
	height: 110px;
}

.news-list .text h3 {
	margin-top: 10px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	font-weight: normal;
	color: #07698b;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-list .text h3 a {
	color: #07698b;
}

.news-list .text p {
	height: 50px;
	line-height: 25px;
	font-size: 16px;
	color: #666;
}

.new_list li {
	float: left;
	background: #f4f4f4;
	margin-right: 20px;
	padding: 40px 40px;
	width: 374px!important;
}

.new_list li i {
	display: block;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #000;
	margin: 16px 0 26px;
	font-family: Arial;
}

.new_list li em {
	font-size: 24px;
	vertical-align: top;
	margin-right: 8px;
}

.new_list li h4 {
	font-size: 17px;
	color: #0d0700;
	line-height: 1.5;
	margin: 0px 0 17px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.new_list li h4 a {
	color: #0d0700;
}

.new_list li p {
	font-size: 14px;
	color: #000;
	line-height: 24px;
	opacity: 0.8;
	padding-bottom: 35px;
	border-bottom: 1px solid #dbdbdb;
}

.new_list li .xq {
	display: none;
	font-size: 14px;
	color: #000;
	opacity: 0.8;
	line-height: 24px;
	margin-top: 24px;
}

.new_list li:hover h4 a,
.new_list li .xq:hover {
	color: #07698b;
	font-weight: bold;
	transition: 0.3s
}

.new_list li:hover p {
	border-color: #07698b;
}

.new_list .new_listimgbox {
	/*width: 300px;*/
	margin: 0 auto;
}

/*news*/

#foot {
    height: 410px;
    background: #181818;
    width: 100%;
    margin-top: 40px;
}

.foot_main {
    width: 1200px;
    margin: 0 auto;
    position: relative
}

.foot_main_l {
    width: 370px;
    height: 491px;
    background-color: #2f2f2f;
    position: absolute;
    top: -80px;
    padding: 21px;
    float: left;
}

.foot_head {}

.foot_head dl {
    padding-bottom: 25px;
    border-bottom: 1px solid #4e4e4e
}

.foot_head dt {
    float: left;
    width: 108px
}

.foot_head dd {
    float: left;
    width: 162px;
    margin-left: 15px;
    font-size: 14px;
    color: #fff;
    line-height: 21px;
}

.foot_main_l input,
textarea {
    padding: 8px 15px;
    width: 300px;
    border: none;
    margin-top: 10px;
    outline: none;
    /* background:rgba(143,143,143,0.5); */
    color: #c9c9c9;
}

.foot_main_l .sub input {
    width: 330px;
    height: 31px;
    line-height: 17px;
    background-color: #07698b;
    display: block;
    color: #fff;
    text-align: center;
    float: right;
    margin: 12px 0;
    font-size: 16px
}

.foot_main_l .sub a:hover {
    opacity: 0.8
}

.foot_main_l td {
    position: relative
}

.foot_main_l td img {
    position: absolute;
    right: 11px;
    top: 18px
}

.foot_main_r {
    width: 803px;
    float: right;
    margin-top: 90px;
}

.foot_main_r ul:first-child{
    border-left: none;
}

.foot_main_r ul {
    width: 100px;
    border-left: 1px solid #4c4c4c;
    text-align: center;
    margin-left: 0px;
    float: left;
}

.foot_main_r ul h2 a {
    font-weight: normal;
    font-size: 14px;
    color: #c9c9c9;
    display: block;
    padding-bottom: 10px
}

.foot_main_r ul li {}

.foot_main_r ul li a {
    color: #7f7f7f;
    line-height: 30px
}

.foot_main_r ul li a:hover,
.foot_main_r ul h2 a:hover {
    color: #027ca7;
}

.foot_main_r .foot_text {
    color: #8a8a8a;
    line-height: 24px;
    margin: 40px 0 0 40px
}



nav li .dropdown-menu {
    display: none;
}

nav li .dropdown-menu {
    position: absolute;
    width: 108px;
    top: 100%;
    /* background: #ffffff; */
    z-index: 999;
}

nav li .dropdown-menu dd {
    /* padding: 8px 6px; */
    margin: 1px 0;
    background: #fff;
}

nav li .dropdown-menu dd a {
    padding: 8px 0px;
}

nav li .dropdown-menu dd:hover {}


.client-2 {
    position: fixed;
    right: 0px;
    top: 50%;
    z-index: 9999;
}

.client-2 ul {
    width: 117px;
}

.client-2 li a {
    text-decoration: none;
}

.client-2 li {
    background: #027ca7;
    margin-bottom: 3px;
}

.client-2 li i {
    background: url(../images/fx.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
}

.client-2 li p {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.client-2 .my-kefu-qq i {
    background-position: 4px 0;
}

.client-2 .my-kefu-tel i {
    background-position: 0 -25px;
}

.client-2 .my-kefu-liuyan i {
    background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
    background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
    background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
    display: none;
}

.client-2 .my-kefu-ftop i {
    width: 33px;
    height: 35px;
    background-position: -27px -51px;
}

.client-2 .my-kefu-left {
    float: left;
    width: 77px;
    position: relative;
    background: #027ca7;
    padding-top: 10px;
}

.client-2 .my-kefu-tel-right {
    font-size: 20px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding-left: 15px;
    margin-top: 16px;
    border-left: 1px solid #fff;
}

.client-2 .my-kefu-right {
    width: 20px;
}

.client-2 .my-kefu-tel-main {
    color: #fff;
    width: 247px;
}

.client-2 .my-kefu-main {
    width: 97px;
    position: relative;
}

.client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: -159px;
    top: -24px;
    display: none;
    z-index: 333;
}

.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.clearfloat {
    zoom: 1
}


.index-news .content {
    width: 1200px;
    margin: 0 auto;
    height: 450px;
    /* margin-top: 160px; */
}

.index-news ul {
    width: 380px;
    float: left;
    margin-right: 30px;
}

.index-news ul.qs {
    margin-right: 0;
}

.index-news .content h1 {
    height: 45px;
    background-color: #e5e3e3;
    border-left: 4px solid #07698b;
    padding-left: 10px;
    font: bold 18px/45px "";
    color: #07698b;
}

.index-news .content h1 span {
    font: normal 14px/45px ;
    color: #000;
}

.index-news .content h1 a {
    position: relative;
    left: 242px;
    font: normal 14px/45px "";
    color: #000;
}

.index-news .content h1 a:hover {
    color: #07698b;
}

.index-news .content img {
    display: block;
    margin-top: 25px;
    margin-bottom: 25px;
}

.index-news .content li {
    line-height: 30px;
    border-bottom: 1px dashed #d6d6d6;
    width: 380px;
}

.index-news .content li a {
    padding-left: 20px;
    background: url(../images/news_arr_03.jpg) left center no-repeat;
    font-size: 15px;
    color: #4f4f4f;
}

.index-news .content li a:hover {
    color: #07698b
}

.index-news ul ul.in-this {
    width: 380px;
    overflow: hidden;
}

.index-news ul ul.in-this li {
    margin: 15px 0;
}

.index-news ul ul.in-this li a {
    background: url(../images/wen_03.jpg) left 5px no-repeat;
    padding-left: 25px;
    font-size: 15px;
    display: block;
    color: #000;
}

.index-news ul ul.in-this li p {
    background: url(../images/da_03.jpg) left 10px no-repeat;
    padding-left: 25px;
    line-height: 18px;
    padding-bottom: 15px;
    padding-top: 5px;
    font-size: 13px;
    color: #4f4f4f;
}

.new_r dl {
    height: 120px;
    overflow: hidden;
}

.new_r dt {
    height: 54px;
    padding: 0 0 0 30px;
    background: url(../images/faq_w.gif) no-repeat 0 18px;
    font-size: 16px;
    line-height: 54px;
}

.new_r dt a {
    display: block;
    color: #2e241e;
}

.new_r dt a:hover {
    color: #027ca7;
    font-weight: bold;
}

.new_r dd {
    height: 34px;
    padding: 0 0 0 30px;
    background: url(../images/faq_d.gif) no-repeat 0 3px;
}


/* */

.case_jingdianbg {
    background: #f9f9f9cc;
    padding-bottom: 30px;
}

.wit {
    width: 1200px;
    /* height: 460px; */
    margin: 0 auto;
    padding: 20px 0 0;
    overflow: hidden;
    /*background: url(../images/wit_sd2.gif) 475px 90px no-repeat;*/
}

.wit .cor_t1 h3 {
    background: url(../images/wit_tp.gif) left 6px no-repeat;
}

.wit_ct {
    clear: both;
}

.wit_ct dl {
    padding: 20px 0 0;
    width: 48%;
    overflow: hidden;
    height: 236px;
    float: left;
    margin: 0 1%;
    box-shadow: 1px -5px 14px #f7f7f7;
}

.wit_ct dl:hover {
    box-shadow: 3px 3px 3px #efefef;
}

.wit_ct .up {
    background: url(../images/pro_line.gif) left bottom repeat-x;
}

.wit_ct dt {
    overflow: hidden;
    float: left;
    height: 217px;
    padding: 0 0 7px;
    background: url(../images/wit_sd.gif) center bottom no-repeat;
    overflow: hidden;
}

.wit_ct dt img {
    /*width: 310px;*/
    height: 220px;
    overflow: hidden;
    padding: 3px;
    border: 1px #e2e2e2 solid;
    background: #fff;
    transition: all 1s;
}

.wit_ct dt:hover img {
    transform: scale(1.1);
}

.wit_ct dd {
    float: right;
    width: 250px;
    overflow: hidden;
    padding: 0 10px;
    box-sizing: border-box;
}

.wit_ct dd h4 {
    padding: 2px 0 9px;
    font-size: 16px;
    margin-top: 28px;
}

.wit_ct dd a {
    color: #333;
    font-size: 18px;
}

.wit_ct dd a:hover {
    color: #333;
}

.wit_ct dd h5 {
    font-size: 12px;
}

.wit_ct dd p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    padding: 4px 0 0;
    text-align: justify;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-bottom: 40px;
    overflow: hidden;
}

.wit_ct span a {
    color: #f5710b;
    font-size: 16px;
}

.wit_ct span a:hover {
    color: #f5710b;
}

.wit_ct .side {
    display: inline;
    margin: 0 55px 0 0;
}


/*  */

.width1200 {
    width: 1200px;
    margin: 0 auto;
}

.y-wrapper {
    overflow: hidden;
}

.width320 {
    width: 270px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.left-side-box .sidebar {
    width: 100%;
    /* border: #dedede solid 1px; */
}

.left-side-box .sidebar .top {
    width: 100%;
    height: 70px;
    background: url(../images/prolistclassify_icon01.png) no-repeat 267px center #027ca7;
}

.left-side-box .sidebar h3 {
    padding: 20px 0 0 26px;
    font-size: 24px;
    font-weight: normal;
}

.left-side-box .sidebar h3 a {
    display: block;
    color: #fff;
    text-decoration: none;
}

.left-side-box .sidebar h3 em {
    font-weight: bold;
    color: #fff;
    font-style: inherit;
}

.left-side-box .sidebar h3 span {
    font-size: 16px;
    color: #fff;
    font-family: arial;
    margin-left: 6px;
    position: relative;
    top: 2px;
}

.left-side-box .sidebar .box1 {
    padding: 26px;
    background: #fff;
}

.left-side-box .sidebar .box1 dl {
    margin-top: 20px;
}

.left-side-box .sidebar .box1 dl:first-child {
    margin-top: 0;
}

.left-side-box .sidebar .box1 dt {
    height: 56px;
    text-indent: 26px;
    font-size: 18px;
    background-color: #eaeaea;
    line-height: 56px;
}

.left-side-box .sidebar .box1 dt a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.left-side-box .sidebar .box1 dt i,
.left-side-box .sidebar .box1 dd i,
.about-menu-sidebar .box1 dd i {
    display: block;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border: solid 1px #ddd;
    position: absolute;
    right: 10%;
    top: 15px;
    z-index: 9;
    border-radius: 50%;
}


/*
  .left-side-box .sidebar .box1 dt i:before,
  .left-side-box .sidebar .box1 dd i:before,
  .about-menu-sidebar .box1 dd i:before
   { content: ''; display: block; width: 7px; height: 12px; background: url(../images/prolistclassify_icon04.png) no-repeat; position: relative; left: 8px; top: 5px; }
  */

.left-side-box .sidebar .box1 dt i:before,
.left-side-box .sidebar .box1 dt i:after,
.left-side-box .sidebar .box1 dd i:before,
.left-side-box .sidebar .box1 dd i:after,
.about-menu-sidebar .box1 dd i:before,
.about-menu-sidebar .box1 dd i:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 5;

    border-top: 7px transparent dashed;
    border-right: 7px transparent dashed;
    border-bottom: 7px transparent dashed;
    border-left: 7px #ccc solid;
    overflow: hidden;
}

.left-side-box .sidebar .box1 dt i:after,
.left-side-box .sidebar .box1 dd i:after,
.about-menu-sidebar .box1 dd i:after {
    right: 3px;
    border-left-color: #fff;
}

.left-side-box .sidebar .box1 dt a:hover i:before,
.left-side-box .sidebar .box1 dt a.cur i:before,
.left-side-box .sidebar .box1 dd a:hover i:before,
.left-side-box .sidebar .box1 dd a.cur i:before,
.about-menu-sidebar .box1 dd a:hover i:before,
.about-menu-sidebar .box1 dd a.cur i:before {
    border-left-color: #fff;
}

.left-side-box .sidebar .box1 dt a:hover i:after,
.left-side-box .sidebar .box1 dt a.cur i:after,
.left-side-box .sidebar .box1 dd a:hover i:after,
.left-side-box .sidebar .box1 dd a.cur i:after,
.about-menu-sidebar .box1 dd a:hover i:after,
.about-menu-sidebar .box1 dd a.cur i:after {
    border-left-color: #027ca7;
}

.left-side-box .sidebar .box1 dt a:hover,
.left-side-box .sidebar .box1 dt a.cur,
.left-side-box .sidebar .box1 dd a:hover,
.left-side-box .sidebar .box1 dd a.cur,
.about-menu-sidebar .box1 dd a:hover,
.about-menu-sidebar .box1 dd a.cur {
    color: #027ca7;
    font-weight: bold;
}

.left-side-box .sidebar .box1 dt a:hover i,
.left-side-box .sidebar .box1 dt a.cur i,
.left-side-box .sidebar .box1 dd a:hover i,
.left-side-box .sidebar .box1 dd a.cur i,
.about-menu-sidebar .box1 dd a:hover i,
.about-menu-sidebar .box1 dd a.cur i {
    background-color: #027ca7;
    border-color: #027ca7;
}

.left-side-box .sidebar .box1 dd a {
    display: block;
    font-size: 14px;
    color: #666666;
    height: 50px;
    line-height: 50px;
    text-indent: 25px;
    text-decoration: none;
    border-left: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    position: relative;
}

.left-side-box .sidebar .box1 dd a:first-child {
    border-top: none;
}

.left-side-box .sidebar .box2 {
    margin-top: 20px;
    background: #fff;
    margin-bottom: 20px;
    border: #dedede solid 1px;
}

.left-side-box .sidebar .box2 .phone {
    padding-left: 86px;
    padding-top: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
    position: relative;
}

.left-side-box .sidebar .box2 .phone>i {
    display: block;
    width: 44px;
    height: 44px;
    background-color: #027ca7;
    border-radius: 50%;
    position: absolute;
    left: 32px;
    top: 25px;
    z-index: 9;
}

.left-side-box .sidebar .box2 .phone>i:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/prolistclassify_phone.png) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    border-radius: 50%;
}

.left-side-box .sidebar .box2 .phone span {
    display: block;
    font-size: 14px;
    color: #333333;
}

.left-side-box .sidebar .box2 .phone p {
    font-size: 24px;
    color: #027ca7;
    font-family: arial;
}

.left-side-box .sidebar .intro {
    padding: 28px 28px 24px;
}

.left-side-box .sidebar .intro p {
    font-size: 14px;
    color: #333333;
    margin-bottom: 8px;
    line-height: 20px;
}

.left-side-box .sidebar .intro p em {
    font-size: 14px;
    color: #333;
    font-family: arial;
}

.width870 {
    width: 910px;
    margin: 0 auto;
    border: #dedede solid 1px;
}

.proListClassify .section {
    width: 100%;
    overflow: hidden;
}

.proListClassify .section .con ul {
    width: 100%;
}

.proListClassify .section .con li {
    width: 31.33%;
    height: auto;
    margin-left: 13px;
    float: left;
    margin-bottom: 2%;
}

.proListClassify .section .con li .Pic {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.proListClassify .section .con li .Pic img {
    display: block;
    /*width: 100%;*/
    height: auto;
    max-height: 500px;
    transition: all 1s;
}

.proListClassify .section .con li .Pic img:hover {
    transform: scale(1.1);
}

.proListClassify .section .con li .intro {
    padding: 4px 20px;
    height: 100px;
    background: #fff;
    position: relative;
}

.proListClassify .section .con li .intro h3 {
    font-size: 20px;
    color: #333333;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 600;
    text-align: center;
}

.proListClassify .section .con li .intro h3 a {
    color: #333333;
    text-decoration: none;
}

.proListClassify .section .con li .intro p {
    line-height: 22px;
    color: #666666;
    font-size: 13px;
    margin-top: 14px;
    height: 44px;
    overflow: hidden;
}

.proListClassify .section .con li .intro .btn {
    overflow: hidden;
    width: 100%;
    height: 42px;
    /*background: url(../images/prolistclassifybg01.png) no-repeat center;*/
    border: solid 1px #d8d8d8;
    border-radius: 4px;
    margin: 20px auto 0;
}

.proListClassify .section .con li .intro .btn a {
    display: block;
    width: 50%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    float: left;
    font-size: 14px;
    color: #777777;
    text-decoration: none;
}

.proListClassify .section .con li .intro .btn a i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/prolistclassify_icon04.png) no-repeat center;
    margin-left: 10px;
    position: relative;
    top: 2px;
}

.proListClassify .section .con li .intro .btn a i:before,
.proListClassify .section .con li .intro .btn a i:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;

    border-top: 8px transparent dashed;
    border-right: 8px transparent dashed;
    border-bottom: 8px transparent dashed;
    border-left: 8px #ccc solid;
    overflow: hidden;
}

.proListClassify .section .con li .intro .btn a i:after {
    right: 3px;
    border-left-color: #fff;
}

.proListClassify .section .con li .intro .btn a:hover i:before {
    border-left-color: #fff;
}

.proListClassify .section .con li .intro .btn a:hover i:after {
    border-left-color: #027ca7;
}

.proListClassify .section .con li .intro .btn a.more {
    border-right: 1px solid #eaeaea;
    box-sizing: border-box;
}

.proListClassify .section .con li .intro .btn a:hover {
    color: #fff;
}

.proListClassify .section .con li:hover h3 a {
    color: #027ca7;
}

.proListClassify .section .con li .intro .btn a.more:hover {
    background-color: #027ca7;
    /* border-top-left-radius: 4px; */
    /* border-bottom-left-radius: 30px; */
}

.proListClassify .section .con li .intro .btn a.zx:hover {
    background-color: #027ca7;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.proListClassify-show03 .section .con li {
    width: 32%;
    margin-left: 1.3333%;
}

.proListClassify-show03 .section .con li .intro .btn {
    width: 214px;
    height: 36px;
    background-size: 100% 100%;
}

.proListClassify-show03 .section .con li .intro .btn a {
    width: 106px;
    height: 36px;
    line-height: 36px;
}

em {
    font-style: normal;
}

.product-menu dt a {
    display: block;
    padding: 0 0 0 40px;
    color: #1c1c1c;
    font-size: 16px;
    background: url(../images/pro_menu_dt01.png) no-repeat 10px center;
}

.product-menu dt a.cur,
.product-menu dt a:hover {
    color: #027ca7;
    font-weight: bold;
    background-image: url(../images/pro_menu_dt01_cur.png);
}



.top-wrap {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    overflow: hidden;
    background: #f1f1f1;
}

.header {
    overflow: hidden;
    background: #fff;
    padding: 20px 0;
}

.header .logo {
    float: left;
    width: 246px;
}

.header .logo a {
    display: block
}

.logo img {
    width: 100%;
}

.zi1 {
    float: left;
    margin: 8px 0 0 36px;
    font: 24px "Microsoft YaHei";
    color: #231815;
    font-weight: bold;
    text-align: left;
    border-left: 1px dotted #c9c9c9;
    padding-left: 30px;
    line-height: 1.8;
    padding-bottom: 10px;
}

.zi1 p {
    font-size: 17px;
    font-weight: 500;
    color: #110f0e;
    letter-spacing: 3px;
    line-height: 1.2;
}

.toptel {
    margin-top: 50px;
    font: 14px "Microsoft YaHei";
    color: #242424;
    float: right;
}

.toptel span {
    font: 20px "Microsoft YaHei";
    color: #e60012;
    font-weight: bold;
}

.header .slogan {
    float: left;
}

.header .tel {
    float: right;
    margin-right: 41px;
}

.header .tel img {
    display: inline-block;
    vertical-align: inherit;
    margin-right: 12px;
    width: 53px;
}

.header .tel span {
    /* display:block; */
    line-height: 28px;
    font-size: 18px;
    color: #585858;
    /* background:url(../images/tel.png) no-repeat 0 center; */
}

.header .tel p {
    color: #027ca7;
    font-weight: 700;
    display: inline-block;
    font-size: 29px;
}

.nav {
    width: 100%;
    height: 56px;
    line-height: 56px;
    background: #027ca7;
}

.nav-list li {
    position: relative;
    float: left;
    font-size: 16px;
    background: url(../images/xlin.jpg) right center no-repeat;
}

.nav-list li>a {
    display: block;
    padding: 0 40px;
    color: #fff;
}

.nav-list li>a:hover,
.nav-list li.cur>a,
.nav-list li.first>a:hover {
    background: #07698b;
    color: #ffffff;
}

.nav-list li.first>a {
    background: #3e4d8e;
}

.nav-list li .dropDown {
    display: none;
    position: absolute;
    z-index: 9999;
    left: 0;
    top: 100%;
    width: 100%;
    background: #027ca7;
}

.nav-list li .dropDown dd {
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
}

.nav-list li .dropDown a {
    display: block;
    color: #fff;
}

.nav-list li .dropDown a:hover {
    background: #ec7306;
}


.caseyingyong {
    background: #f5f5f5;
    padding-bottom: 1px;
}

.caseyingyong .swiper-button-prev,
.caseyingyong .swiper-button-next {
    top: 45%;
    width: 38px;
}

.caseyingyong .swiper-button-prev {
    background-image: url(../images/hz_lico.png);
    background-size: 100%;
}

.caseyingyong .swiper-button-next {
    background-image: url(../images/hz_rico.png);
    background-size: 100%;
}

.caseyingyong .swiper-wrapper {
    padding-bottom: 40px
}

.caseyingyong li {
    border: 1px solid #eaeaea;
    border-radius: 4px;
    background: #fff;
        box-sizing: border-box;
}

.caseyingyong li:hover {
    cursor: pointer;
    box-shadow: 3px 3px 3px #efefef;
}

#casmoref {
    text-align: center;
    margin-top: 30px;
}

#casmoref a {
    text-align: center;
    display: inline-block;
    line-height: 2.8;
    background-color: #027ca7;
    width: 104px;
    color: #fff;
    border-radius: 4px;
    transition: all 1s;
}

#casmoref a:hover {
    background-color: #d06303;
}

.caseyingyong li .cimg {}

.caseyingyong li .cimg {
    height: 292px;
    text-align: center;
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
}

.caseyingyong li .cimg img {}

.caseyingyong li:hover img {
    transform: scale(1.1);
}

.caseyingyong li .ctxt {}

.caseyingyong li .ctxt i {
    /*     text-align:center;
    display:block;
    font-style:normal;
    margin:10px 0;
    width: 80%;
    margin: auto;
    margin-bottom: 10px;
    background: #ccc;
    line-height: 2.5; */
}

.caseyingyong .swiper-pagination-bullet-active {
    background: #027ca7
}

.caseyingyong li .ctxt p {
    line-height: 2.8;
    text-align: center;
    font-size: 16px;
}


.exp{
}
.exp li.tc{
    padding-top: 56px;
    box-sizing: border-box;
    background: #027ca7;
}
.exp li{
    width: 392px;
    position: relative;
    margin-right: 1%;
    vertical-align: top;
    /*height: 202px;*/
    margin-top: 1%;
    float: left;
}
.exp li h5{
    color:#fff;
    font-size:18px;
    vertical-align: middle;
    line-height: 40px;
    height: 40px;
    font-weight: 400;
    text-align: center;
}
.exp li h5 span{
    color:#fff;
    font-size:36px;
    visibility: visible;
    line-height: 40px;
    height: 40px;
}
.exp li:nth-child(3n){
    margin-right: 0;
}
.exp li .ov_img{
    /*height: 200px;*/
    overflow: hidden;
}
.exp li .ov_img img{
    width: 100%;
}
.exp li h6{
    text-align: center;
    background: url(../images/casebg.png);
    color: #fff;
    line-height: 44px;
    position: absolute;
    width: 100%;
    bottom: 0;
    font-size: 16px;
}
.Delivery img{
     transition: all 1s;
}
.Delivery h6{
    line-height: 30px;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .6) 0, rgba(255, 255, 255, 0) 100%);
    color: #fff;
}
.Delivery .diyi{
    width: 596px;
    box-sizing: border-box;
    position: relative;
    margin-right: 8px;
    float: left;
    height: 340px;
    margin-bottom: 4px;
    overflow: hidden;
}
.diyi:hover img{
  transform:scale(1.1);
}
.Delivery .dier{
}

.Delivery .dier ul{
    
    
}
.Delivery .dier ul li{
}
.Delivery .dier ul li .ov_img{
    height: auto;
    overflow: hidden;
    height: 154px;
}
.Delivery img{
    display: block;
    width: 100%;
}
.Delivery .dier{
    width: 596px;
    float: left;
    height: 340px;
    overflow: hidden;
    margin-bottom: 4px;
}

.Delivery .dier ul{
}
.Delivery .dier ul li:nth-child(2n){
    margin-right:0
}
.Delivery .dier ul li{
    box-sizing: border-box;
    height: 170px;
    position: relative;
    width: 295px;
    margin-right: 6px;
    float: left;
    margin-bottom: 4px;
}
.Delivery .dier ul li:hover img{
      transform:scale(1.1);
}
.Delivery .dier ul li .ov_img{
    overflow: hidden;
    height: 170px;
}
.Delivery .dier ul li:hover img {
     transform:scale(1.1);
}
.Delivery img{
    display: block;
    width: 100%;
}











.Delivery .disan ul{
    
    
}
.Delivery .disan ul li{
    width: 49%;
    display: inline-block;
    box-sizing: border-box;
    height: 154px;
    position: relative;
    margin-top: 2px;
}
.Delivery .disan ul li .ov_img{
    height: auto;
    overflow: hidden;
    height: 154px;
}
.Delivery img{
    display: block;
    width: 100%;
}
.Delivery .disan{
}

.Delivery .disan ul{
    
    
}
.Delivery .disan li{
    width: 294px;
    box-sizing: border-box;
    height: 170px;
    position: relative;
    margin-top: 2px;
    overflow: hidden;
    float: left;
    margin-right: 8px;
}
.Delivery .disan li:hover img{
      transform:scale(1.1);
}
.Delivery .disan li:nth-child(4){
     margin-right: 0;
}
.Delivery .disan ul li .ov_img{
    height: auto;
    overflow: hidden;
    height: 154px;
}
.Delivery img{
    display: block;
    width: 100%;
    vertical-align: top;
}


.hezuo{
    
overflow: hidden;
    
width: 100%;
    
text-align: left;
}
.hezuo .im:nth-child(4n){

}
.hezuo .im{
    
width: 19.5%;
    
padding: 10px;
    
border: 1px solid #ccc;
    
margin-top: 4px;
    
display: inline-block;
    
vertical-align: top;
    
box-sizing: border-box;
}
.hezuo .ov_img img{
    width:100%;
    display:block;
}

.out-foot {
	background: #0f6c90ed;
	padding-top: 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #015776;
	display: block;
}

.foot {
	width: 1200px;
	margin: 0 auto;
	/* display: inline-block; */
}

.foot a {
	color: #ffffff;
}

.foot a:hover {
	color: #ffffff;
	text-decoration: none;
}

.footerer .fla {
	width: 32%;
	display: inline-block;
}

.footerer .flb {
	width: 48%;
	display: inline-block;
	border-right: 1px solid #ffffff52;
	border-left: 1px solid #ffffff52;
	padding: 0 5%;
}

.footerer .flc {
	display: inline-block;
	width: 20%;
}
.footerer .flc .f_n_cc{
    margin-top:37px;
}
.footerer .flc .f_n_cc img{
    height: 150px;
    display: block;
    margin: auto;
}
.f_tit {}

.f_n_t {
	font-size: 20px;
	color: #ffffff;
	/*background: url(../images/f_tit_line.png) no-repeat bottom left;*/
	padding-bottom: 15px;
	margin-top: 18px;
	line-height: 25px;
	border-bottom: 1px solid #fff;
    width: 120px;
}

.f_n_c {
	font-size: 16px;
	/*margin-top: 25px;*/
	color: #ffffff;
	line-height: 40px;
}

.f_n_c a {
	color: #ffffff;
	width: 50%;
	display: block;
	float: left;
	line-height:1.8;
}

.f_n_c ul li {
	width: 120px;
	float: left;
	margin-bottom: 20px;
}

.f_n_c ul li:hover a {
	color: #ff6600;
}

.f_n_c .ewm {
	background: url(../images/erweima.png) no-repeat top left;
	width: 132px;
	height: 132px;
	padding: 17px;
	margin-left: 10px;
}

.f_n_c .ewm:first-child {
	margin-left: 0px;
}

.copyright {
	text-align: center;
	line-height: 30px;
	width: 100%;
	margin: 0 auto;
	background: #014a64;
	padding: 4px 0;
	display: inline-block;
}

.f_copy {
	width: 1200px;
	margin: 0 auto;
	color: #ffffff;
	font-size: 14px;
}

.f_copy a {
	color: #ffffff;
	font-size: 14px;
}

.footenav {

/*border-bottom: 1px solid #ffffff52;*/

padding: 25px 0;

text-align: center;
}

.footenav .footernavspan {width: 9%;color: #fff;font-size: 16px;display: inline-block;text-align: center;padding: 8px 0px;border-right: 1px solid #fff;/* background: #565656; *//* box-shadow: 1px 1px #e3e3e3; */}

.footenav .footernavspan:last-child {
	border-right: none;
}

.foot p {
	color: #fff;
	line-height: 2;
	font-size: 16px;
}
.foot .f_n_c img {
	filter: url(#changelogo);width:80%;padding-top: 15px;
}
.foot .flb i.fa{
    margin-right: 3px;
}

.m5{  margin-bottom:40px;}
.m71{ overflow:hidden; margin-bottom:30px;}
.m71 dl{ }
.m71 dt{ width:40%; float:left; margin-right:4%;}
.m71 dd{ float:left; width:56%;}
.m71 dd h3{ font-size:17px;white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;}
.m7time{ color:#666666;}
.m71 dd p{ font-size:14px; line-height:24px;}
.m71 .m7gd{ width:80px; height:20px; line-height:20px; border:1px #323136 solid; border-radius:20px; text-align:center; font-size:12px; margin-top:20px;}
.m71 dl:hover .m7gd{ border:1px #222 solid; background-color:#222; color:#fff;}
.m7nw { overflow:hidden;}
.m7nw li{  border-bottom:1px #ccc dashed
; background:url(../images/m7ico.png) no-repeat left center; text-indent:20px; line-height:40px;height:40px; overflow:hidden;}
.m7nw li span{ float:right; color:#666666;}
.m7nw li:hover{ background:url(../images/m7ico1.png) no-repeat left center;}
.m7nw li a{ display:block;}
.new2{ width:570px; float:left; display:inline; }
.new3{ width:570px; float:left; margin-left:60px; display:inline; }
.sytit{background:url(../images/ml1.jpg) repeat-x center bottom; height:45px; margin-bottom:1em; }
.sytit h3{ font-size:20px; font-weight:bold;background:url(../images/ml.jpg) no-repeat left center; float:left; text-indent:15px;}
.sytit span{float:right; width:60px; background-color:#222; height:20px; border-radius:20px; text-align:center; line-height:20px; margin-top:5px; font-size:12px; text-indent:0; }
.sytit span a{ color:#ffffff;}

.new .n1{ margin-bottom:10px;}
.new li{ border-bottom:1px #b2b2b2 solid; margin-bottom:5px; height:70px; overflow:hidden;}
.new li span{ float:right; font-weight:normal; color:#666666;}
.new li a{ color:#333333; font-weight:bold; display:block;overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.new li p{ color:#666666; height:40px; line-height:40px; overflow:hidden;}
.new li:hover a{ color:#222;}


#index-body h2 {
  font-size: 30px;
  color: #1086c8;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  font-family: "Poppins-Bold";
}
#index-body h2 em {
  color: black;
}
#index-body h2:after {
  content: '';
  width: 261px;
  height: 20px;
  background: url("../images/icon-h2.png") no-repeat center center;
  display: block;
  margin: 0 auto;
}
#index-body .init-1 {
  background: #1086c8 url("../images/init-1-bg.png") no-repeat center bottom;
  position: relative;
  padding: 20px 0 150px;
}
#index-body .init-1:after {
  content: '';
  width: 100%;
  height: 100%;
  background: url("../images/init-1-bg.png") no-repeat center bottom;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
#index-body .init-1 h2 {
  color: white;
}
#index-body .init-1 p.t {
  font-family: "POPPINS-REGULAR";
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  max-width: 900px;
  margin: 30px auto 50px;
  text-align: center;
}
#index-body .init-1 .box {
  display: inline-block;
  width: 100%;
  z-index: 2;
  position: relative;
}
#index-body .init-1 .box ul {
  margin: 0 -15px;
}
#index-body .init-1 .box ul li {
  width: 25%;
  float: left;
  padding: 0 15px;
  perspective: 800px;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -ms-perspective: 800px;
  -o-perspective: 800px;
  transform-style: preserve-3d;
}
#index-body .init-1 .box ul li .box2 {
  text-align: center;
  height: 250px;
  background: white;
  border-radius: 10px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  transform-style: preserve-3d;
}
#index-body .init-1 .box ul li .box2 .box3 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 4;
}
#index-body .init-1 .box ul li .box2 .box3 i {
  height: 58px;
  display: inline-block;
  width: 100%;
}
#index-body .init-1 .box ul li .box2 .box3 i img {
  max-height: 100%;
}
#index-body .init-1 .box ul li .box2 .box3 h3 {
  font-size: 20px;
  color: black;
  font-family: "POPPINS-REGULAR";
  margin-top: 50px;
}
#index-body .init-1 .box ul li .box2 p {
  position: absolute;
  -webkit-transform: rotateY(180deg) translateY(-50%);
  -moz-transform: rotateY(180deg) translateY(-50%);
  -ms-transform: rotateY(180deg) translateY(-50%);
  -o-transform: rotateY(180deg) translateY(-50%);
  transform: rotateY(180deg) translateY(-50%);
  left: 0;
  top: 50%;
  width: 100%;
  padding: 0 25px;
  color: white;
  font-size: 15px;
  font-family: "POPPINS-LIGHT";
  background: black;
}
#index-body .init-1 .box ul li .box2 p:after {
  content: '';
  width: 100%;
  height: 250px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background: black;
  z-index: -1;
  border-radius: 10px;
}
#index-body .init-1 .box ul li:hover .box2 {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#index-body .init-2 {
  padding: 80px 0 100px;
}
#index-body .init-2 .init-2-top ul {
  padding: 30px 0 60px;
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
}
#index-body .init-2 .init-2-top ul li {
  display: inline-block;
  font-size: 16px;
  color: #a4a4a4;
  text-transform: uppercase;
  font-family: "Arial Narrow";
  margin: 0 5px;
  position: relative;
}
#index-body .init-2 .init-2-top ul li:hover,
#index-body .init-2 .init-2-top ul li.active {
  color: #1086c8;
}
#index-body .init-2 .init-2-top ul li:after {
  content: '/';
  display: inline-block;
  position: absolute;
  top: 0;
  right: -8px;
}
#index-body .init-2 .init-2-top ul li:last-child:after {
  display: none;
}
#index-body .init-2 .init-2-bottom {
  display: inline-block;
  width: 100%;
}
#index-body .init-2 .init-2-bottom ul {
  margin: -10px;
}
#index-body .init-2 .init-2-bottom ul li {
  width: 50%;
  float: left;
  padding: 10px;
}
#index-body .init-2 .init-2-bottom ul li a.img-box {
  display: block;
  -webkit-box-shadow: 0 2px 8px #666;
  -moz-box-shadow: 0 2px 8px #666;
  box-shadow: 0 2px 8px 1px #b8b8b8;
}
#index-body .init-2 .init-2-bottom ul li a.img-box h3 {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 15px;
  font-size: 30px;
  color: white;
  font-family: "POPPINS-REGULAR";
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#index-body .init-2 .init-2-bottom ul li a.img-box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(16, 134, 200, 0.8);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .init-2-bottom ul li a.img-box:hover h3 {
  opacity: 1;
  top: 50%;
}
#index-body .init-2 .init-2-bottom ul li a.img-box:hover:after {
  opacity: 1;
}
#index-body .init-3 .box {
  margin-top: 50px;
  padding-top: 20px;
  background: url("../images/init-3-bg.jpg") center center fixed;
  margin-bottom: 180px;
}
#index-body .init-3 .box .content {
  background: white;
  padding: 45px;
  -webkit-transform: translateY(180px);
  -moz-transform: translateY(180px);
  -ms-transform: translateY(180px);
  -o-transform: translateY(180px);
  transform: translateY(180px);
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
#index-body .init-3 .box .content .left {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}
#index-body .init-3 .box .content .right {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-left: -5px;
  padding-left: 60px;
}
#index-body .init-3 .box .content .right h3 {
  font-size: 24px;
  color: black;
  font-family: "Poppins-Bold";
  text-transform: uppercase;
}
#index-body .init-3 .box .content .right p {
  font-size: 16px;
  color: black;
  font-family: "POPPINS-REGULAR";
  margin: 60px 0 50px;
}
#index-body .init-3 .box .content .right a.more {
  display: inline-block;
  line-height: 50px;
  height: 50px;
  background: #1086c8;
  padding: 0 70px;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "POPPINS-REGULAR";
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .box .content .right a.more:hover {
  background: black;
}
#index-body .init-4 {
  padding: 100px 0;
  display: inline-block;
  width: 100%;
}
#index-body .init-4 div.left {
  width: 50%;
  float: left;
  padding-right: 40px;
}
#index-body .init-4 div.left h2 {
  font-size: 36px;
  text-align: left;
}
#index-body .init-4 div.left h2:after {
  display: none;
}
#index-body .init-4 div.left .box {
  padding: 50px 60px;
  -webkit-box-shadow: 0 2px 5px #999;
  -moz-box-shadow: 0 2px 5px #999;
  box-shadow: 0 2px 5px #999;
}
#index-body .init-4 div.left .form {
  margin-top: 20px;
}
#index-body .init-4 div.left .form ul li {
  display: block;
}
#index-body .init-4 div.left .form ul li input,
#index-body .init-4 div.left .form ul li textarea {
  width: 100%;
  border: 1px solid #ccc;
  line-height: 80px;
  height: 80px;
  padding: 0 35px;
  background: white;
  font-size: 24px;
  color: black;
  font-family: "POPPINS-LIGHT";
  border-radius: 10px;
  margin-bottom: 30px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-4 div.left .form ul li input:focus,
#index-body .init-4 div.left .form ul li textarea:focus {
  border-color: #1086c8;
  background: rgba(16, 134, 200, 0.09);
}
#index-body .init-4 div.left .form ul li textarea {
  height: 120px;
  line-height: 40px;
  padding: 35px;
  resize: vertical;
}
#index-body .init-4 div.left .form ul li input[type="submit"] {
  border-radius: 0;
  background: #1086c8;
  color: white;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  font-family: "POPPINS-REGULAR";
}
#index-body .init-4 div.left .form ul li input[type="submit"]:hover {
  background: black;
}
#index-body .init-4 div.right {
  width: 50%;
  float: right;
  padding-left: 40px;
}
#index-body .init-4 div.right .box {
  padding: 5px 50px;
  background: #fafafa;
}
#index-body .init-4 div.right .box ul li {
  padding: 20px 0;
  border-bottom: 2px solid #dfdede;
}
#index-body .init-4 div.right .box ul li:last-child {
  border-bottom: none;
}
#index-body .init-4 div.right .box ul li .left {
  width: 32%;
  display: inline-block;
  vertical-align: middle;
  float: none;
  padding-right: 0;
}
#index-body .init-4 div.right .box ul li .right {
  width: 68%;
  display: inline-block;
  vertical-align: middle;
  padding-left: 25px;
  margin-left: -5px;
  font-family: "Arial Narrow";
  color: black;
  float: none;
}
#index-body .init-4 div.right .box ul li .right h3 {
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 15px;
}
#index-body .init-4 div.right .box ul li .right h3:hover {
  color: #1086c8;
}
#index-body .init-4 div.right .box ul li .right p {
  display: inline-block;
  font-size: 14px;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #6da234;
}
#index-body .init-4 div.right .box ul li .right time {
  display: inline-block;
  font-size: 14px;
}

.row-a3 {
    /*margin-top: 80px;*/
    /*background: url("../images/row-a3-bg.jpg") center top no-repeat;*/
    padding-bottom: 50px;
}
.row-a3 .wp {
    position: relative;
    width: 100%;
    min-height: 500px;
}
.row-a3 .g-tit {
    padding: 50px 0 56px;
    color: #ffffff;
}
.row-a3 .g-tit em,
.row-a3 .g-tit p {
    color: rgb(242, 242, 242);
}
.row-a3 .ul-txt {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.row-a3 .ul-txt li {
    width: 259px;
    float: left;
    text-align: center;
    position: relative;
    margin-right: 54px;
}
.row-a3 .ul-txt li:nth-child(4n){
    margin-right: 0;
}
.row-a3 .ul-txt li .ys{
    transition: 0.3s;
    image-rendering: -moz-crisp-edges; /* Firefox */     
    image-rendering: -o-crisp-edges; /* Opera */      
    image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */ 
    image-rendering: crisp-edges; 
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
    
}
.row-a3 .ul-txt li:hover .ys{
    /*opacity: 0;*/
    box-shadow: 0 0 10px 1px #c2c2c2;
    transition: 0.3s;
    transform: scale(1.01);
    image-rendering: -o-crisp-edges; /* Opera */      
    image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */ 
    image-rendering: crisp-edges; 
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
.row-a3 .ul-txt li:hover .ys1{
    opacity: 1;
    display: none;
}
.row-a3 .ul-txt li span {
    width: 101px;
    height: 101px;
    display: inline-block;
    position: relative;
    float: none;
    font-size: 0;
}

.row-a3 .ul-txt li span::after {
    width: 40px;
    height: 2px;
    background: #027ca7;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    bottom: -25px;
}
.row-a3 .ul-txt li .txt {
    width: 100%;
    color: #ffffff;
    margin-top: 38px;
    overflow: hidden;
}
.row-a3 .ul-txt li .txt p {
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.row-a3 .ul-txt li .txt em {
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.row-a3 .ul-txt .ys1{
    position: absolute;
    opacity: 0;
    top: 0px;
    left: 0px;
    width: 259px;
    height: 327px;
}

.productban{
    overflow: hidden;
}
.productban span {
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 2;
}
.p14-info-3 {
	border: 1px solid #dedede;
	padding: 8px 20px;
	margin-top: 15px;
}

.p14-info-3-tit {
	height: 55px;
	font-size: 24px;
	font-weight: normal;
	line-height: 55px;
	color: #4b4a4a;
}

.p14-info-3-list li h4 {
	height: 46px;
	font-size: 14px;
	font-weight: normal;
	line-height: 46px;
	color: #4b4a4a;
	border-top: 1px dashed #dbdbdb;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.p14-info-3-list .productban li {
	width: 320px;
	margin-right: 20px;
	display: inline-block;
}
.p14-info-3-list li h4 a {
	color: #4b4a4a;
}

.p14-info-3-list li h4 span {
	float: right;
}