﻿
body, h1, h2, h3, h4, h5, p, a, img, ul, li, dl, dt, dd, input, textarea {
    margin: 0;
    padding: 0;
    color: #4e4e4e;
    list-style: none;
    border: none;
    font-weight: normal;
    font-size: 12px;
    font-family: microsoft yahei;
    text-decoration: none;
}

body {
    overflow-x: hidden;
}

#head {
    background: url(../images/bg_head.png) repeat-x 0 0;
}

.head, .con1 {
    width: 1002px;
    margin: 0 auto;
    height: auto;
}

.topbar, .topbarl, .topbarr {
    height: 28px;
    line-height: 28px;
    color: #fff;
}

.topbarr a {
    color: #fff;
    margin: 0 6px;
}

.topbarl {
    float: left;
    text-indent: 18px;
}

.topbarr {
    float: right;
    padding-right: 14px;
}

.top {
    height: 146px;
}

.logo {
    float: left;
    padding: 40px 0 0 4px;
    width: 530px;
}

.logo a {
    display: block;
    text-indent: -9999em;
    height: 70px;
    margin-top: 14px;
    background-size: 95%;
    background-repeat: no-repeat;
    background-image: url(../../newImage/title.png);
}

.logo .en {
    background-image: url(../../newImage/logo2.png);
    width: 660px;
}

#headNew {
    background: url(../images/bg_head.png) repeat-x 0 0;
}

.headNew {
    /*width: 1002px;*/
    height: 80px;
    max-width: 1920px;
    margin: 0 auto;
    /*height: auto;*/
    padding: 0 3.5%;
}

.topNew {
    /*height: 146px;*/
    height: 80px;
    display: flex;
    align-items: center;
}

.logoNew {
    float: left;
    /*padding: 40px 0 0 4px;*/
    width: 180px;
}

.logoNew .en {
    background-image: url(../../newImage/title.png);
    /*width: 660px;*/
}

.logoNew a {
    display: block;
    text-indent: -9999em;
    /*height: 70px;*/
    height: 50px;
    /*margin-top: 10px;*/
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-image: url(../../newImage/title.png);
}

.menuNew {
    flex: 1;
}

.menuNew, .menuNew ul, .menuNew ul li, .menuNew ul li a {
    display: block;
    /*height: 57px;*/
    /*line-height: 57px;*/
    height: 80px;
    line-height: 80px;
    /*font-size: 16px;*/
    font-size: 17px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuNew ul li {
    float: left;
    position: relative;
    /*background: url(../images/bg_li.png) no-repeat right 0;*/
    padding: 0 1px 0 0;
}

.menuNew ul li a {
    /*width: 110px;*/
    text-align: center;
    transition: all ease-in-out .2s;
    color: rgb(65, 80, 88);
    width: auto;
    padding: 0 10px;
    line-height: 34px;
}

.menuNew ul li a span {
    font-size: 17px;
    height: 34px;
    /*border-bottom: 2px solid #fff;*/
    transition: all 0.3s 0s;
}

.menuNew ul li a::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    width: 0%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 20px;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    -moz-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
    height: 2px;
    background-color: rgb(244, 70, 70);
}

.menuNew ul li a:hover span, .menuNew ul li a.hover span {
    /*border-bottom: 2px solid red;*/
}

.menuNew ul li a:hover::before, .menuNew ul li a.hover::before {
    width: 80%;
}

.menuNew ul li dl {
    position: absolute;
    display: none;
    width: 142px;
    top: 55px;
    z-index: 99;
    background: url(../images/bg_dl.png) repeat 0 0;
}

.menuNew ul li:hover dl {
    display: block;
}

.menuNew ul li dl dd {
}

.menuNew ul li dl dd a {
}

.menuNew ul li.li6 a {
    background: url(../images/new.gif) no-repeat right 5px;
}

.menuNew ul li.li3 a:hover {
    /*background: url(../images/new.gif) no-repeat right 5px #015ba4;*/
}

.toprNew {
    float: right;
    overflow: hidden;
    /*width: 285px;*/

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.scNew {
    height: auto;
    overflow: hidden;
}

.scrNew {
    float: right;
    height: 34px;
    line-height: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sclNew {
    float: right;
    padding: 8px 0 0 0;
}

.scrNew span {
    margin: 0 4px;
    font-size: 14px;
}

.sclNew a {
    margin: 0 4px;
}

.scrNew a {
    margin: 0 4px;
    font-size: 14px;
}

.scrNew a:nth-child(5) {
    padding-left: 6px;
}

.scrNew .selected {
    color: #e4393c;
}

.dhNew {
    clear: both;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
    padding: 19px 20px 20px 40px;
    background-image: url(../images/bg_dh.png);
    background-size: 9%;
    background-position: 0px center;
    background-repeat: no-repeat;
    float: right;
    display: -webkit-box;
}

.dhNew h2 {
    color: #585858;
    font-size: 21px;
}

.dhNew h3 {
    color: #e4393c;
    font-size: 21px;
}

.topr {
    float: right;
    overflow: hidden;
    /*width: 285px;*/
}

.sc {
    height: auto;
    overflow: hidden;
    padding-right: 20px;
}

.scr {
    float: right;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
}

.scl {
    float: right;
    padding: 8px 0 0 0;
}

.scl a {
    margin: 0 4px;
    font-size: 14px;
}

.scr a {
    margin: 0 4px;
    font-size: 14px;
}

.scr .selected {
    color: #e4393c;
}

.dh {
    clear: both;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
    padding: 19px 20px 20px 40px;
    background-image: url(../images/bg_dh.png);
    background-size: 9%;
    background-position: 0px center;
    background-repeat: no-repeat;
    float: right;
    display: -webkit-box;
}

.dh h2 {
    color: #585858;
    font-size: 21px;
}

.dh h3 {
    color: #e4393c;
    font-size: 21px;
}

.search {
    width: 240px;
    margin-top: 60px;
    height: 36px;
    background: url(../images/bg_ss.png) no-repeat 0 0;
}

.search input {
    display: block;
    padding: 0;
    float: left;
    border: none;
    background: none;
    height: 36px;
    line-height: 36px;
}

.search input.search-txt {
    width: 168px;
    padding: 0 8px;
}

.search input.search-btn {
    cursor: pointer;
    width: 56px;
    text-align: center;
    text-indent: -9999em;
}

.menu, .menu ul, .menu ul li, .menu ul li a {
    display: block;
    height: 57px;
    line-height: 57px;
    font-size: 16px;
    color: #fff;
}

.menu ul li {
    float: left;
    position: relative;
    background: url(../images/bg_li.png) no-repeat right 0;
    padding: 0 1px 0 0;
}

.menu ul li a {
    width: 110px;
    text-align: center;
    transition: all ease-in-out .2s;
}

.menu ul li a:hover, .menu ul li a.hover {
    background: #015ba4;
}

.menu ul li dl {
    position: absolute;
    display: none;
    width: 142px;
    top: 55px;
    z-index: 99;
    background: url(../images/bg_dl.png) repeat 0 0;
}

.menu ul li:hover dl {
    display: block;
}

.menu ul li dl dd {
}

.menu ul li dl dd a {
}

.menu ul li.li6 a {
    /*background: url(../images/new.gif) no-repeat right 5px;*/
}

.menu ul li.li3 a:hover {
    /*background: url(../images/new.gif) no-repeat right 5px #015ba4;*/
}

.pageWrapper {
    /*padding-top: 80px;*/
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    /*overflow: hidden;*/
}

.banner {
    /*原-固定大小*/
    /*height: 511px;*/
    /*width: 1440px;*/
    /*margin: 2px auto 0;*/
    height: auto;
    width: 100%;
}

.focus {
    /*原-固定大小*/
    /*width: 1440px;*/
    /*height: 511px;*/
    width: 100%;
    height: auto;
    position: relative;
}

.focus img {
    width: 100%;
    height: 100%;
}

.f970x280 {
    /*原-固定大小*/
    /*width: 1440px;*/
    width: 100%;
    height: 511px;
    overflow: hidden;
    position: relative;
}

.f970x280 img {
    /*width: 1440px;*/
    width: 100%;
    height: 511px;
}

.rslides {
    width: 100%;
    position: relative;
    list-style: none;
    padding: 0;
    /*新*/
    height: auto;
}

.rslides_nav {
    height: 50px;
    display: none;
    width: 24px;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 40%;
    left: 4px;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    background: url(../images/prev.png) no-repeat 0 0px;
    margin-top: 0px
}

.rslides_nav:active {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.rslides_nav.next {
    left: auto;
    background: url(../images/next.png) no-repeat 0 0;
    right: 4px;
}

.rslides_tabs {
    margin: 0px 0;
    clear: both;
    text-align: center;
    position: absolute;
    /*原*/
    /*top: 480px;*/
    /*left: 640px;*/
    /*width: 190px;*/
    width: inherit;
    bottom: 3em;
    display: flex;
    justify-content: center;
}

.rslides_tabs li {
    /*display: inline;*/
    float: none;
    _float: left;
    *float: left;
    margin-right: 10px;
}

/*.rslides_tabs a {*/
/*    text-indent: -9999px;*/
/*    overflow: hidden;*/
/*    background: url(../images/c2.png) no-repeat 0 0;*/
/*    display: inline-block;*/
/*    _display: block;*/
/*    *display: block;*/
/*    width: 23px;*/
/*    height: 23px;*/
/*    border-radius: 50%;*/
/*}*/

/*.rslides_tabs .rslides_here a {*/
/*    background: url(../images/c1.png) no-repeat 0 0;*/
/*}*/

.rslides_tabs a {
    position: relative;
    width: 100px;
    border-radius: 0;
    margin: 0 7px;
    height: 3px;
    background: rgba(230, 230, 230, 0.7);
    border: 0;
    display: flex;
}

.rslides_tabs a::before {
    content: '';
    /* height: 100%; */
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
}

.rslides_tabs .rslides_here a::before {
    transition: width 3s;
    width: 100%;
    background-color: #fff;
    height: 100%;
}

/*******************floor1********************/
.floor1 {
    height: 396px;
    overflow: hidden;
    width: 1002px;
    margin: 60px auto 0;
}

.f1l {
    float: left;
    padding: 65px 0 0 48px;
    width: 418px;
}

.f1l .f1t {
}

.f1l .f1t h2 {
    color: #2e2e2e;
    font-size: 16px;
}

.f1l .f1t h2 span {
    font-size: 28px;
}

.f1l .f1t h3 {
    font-size: 14px;
    color: #2e2e2e;
    text-transform: uppercase;
}

.f1l p {
    line-height: 1.8em;
    margin-top: 12px;
    height: 142px;
    overflow: hidden;
}

.f1r {
    float: right;
    padding: 0px 33px 0 0;
    width: 470px;
}

.f1l .gsjj a {
    display: block;
    transition: all ease-in-out .2s;
    margin-top: 20px;
    width: 102px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    overflow: hidden;
    text-transform: uppercase;
    border: 1px solid #aaa;
}

.f1l .gsjj a:hover {
    background: #006ec7;
    color: #fff;
    border: 1px solid #006ec7;
}

.f1rt {
    height: 156px;
    float: right;
    width: 465px;
    background: #197ccd;
}

.f1rb {
    height: 150px;
    width: 310px;
    float: right;
    background: url(../images/pic03.jpg) no-repeat 0 0;
}

.f1rtl {
    float: left;
    width: 155px;
}

.f1r h2 {
    color: #fff;
    margin-top: 35px;
    padding-left: 18px;
    padding-bottom: 8px;
    margin-bottom: 8px;
    background: url(../images/bg_h22.png) no-repeat 18px bottom;
}

.f1r h2 a {
    color: #fff;
    font-size: 16px;
}

.f1r p {
    padding-left: 18px;
    height: 58px;
    overflow: hidden;
    color: #fff;
    width: 114px;
    line-height: 1.6em;
}

.f1rtc {
    float: left;
    width: 155px;
}

.f1rtc img {
    height: 156px;
    width: 155px;
}

.f1rtr {
    float: left;
    width: 140px;
}

.f1rbl {
    float: left;
    width: 155px;
    height: 150px;
    background: url(../images/bg_h2.png) repeat 0 0;
}

/*******************floor2********************/
#floor2 {
    /*background: url(../images/bg_floor2.jpg) no-repeat center top;*/
}

.floor2 {
    height: auto;
    overflow: hidden;
    margin: 42px auto 0;
    /*width: 1002px;*/
    width: 93.75%;
}

.f2t {
    /*padding: 44px 0 0 48px;*/
    text-align: center;
}

.f2t h2 {
    color: rgb(51, 51, 51);
    font-size: 36px;
    font-weight: bold;
}

.f2t h2 span {
    font-size: 36px;
    /*margin-right: 10px;*/
}

.f2t h3 {
    font-size: 18px;
    padding-bottom: 7px;
    width: 50px;
    border-bottom: 3px solid rgba(244, 70, 70, 1);
    margin: 0 auto 30px auto;
}

.f2b {
    padding: 41px 0 0 48px;
}

.f2b, .f2bl, .f2bc, .f2bcc, .f2br {
    height: 454px;
    overflow: hidden;
}

.f2bl {
    width: 228px;
    float: left;
    background: url(../images/product-4.png) no-repeat center bottom #006ec7;
    /*background: url(../images/bg_f2bl.png) no-repeat center bottom #006ec7;*/
}

.f2bl h2, .f2bc h2, .f2brt h2 {
    margin: 76px 0 0 36px;
    background: url(../images/bg_h.png) no-repeat 0 bottom;
    padding-bottom: 12px;
}

.f2bl h2 a, .f2bc h2 a, .f2brt h2 a {
    color: #fff;
    font-size: 20px;
}

.f2bl p, .f2bc p, .f2brt p {
    margin-left: 36px;
    margin-top: 20px;
}

.f2bl p a, .f2bc p a, .f2brt p a {
    display: block;
    width: 102px;
    height: 30px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    text-transform: uppercase;
}

.f2bc {
    float: left;
    width: 227px;
    background: #333;
}

.f2bc img {
    width: 227px;
    height: 226px;
}

.f2bcc {
    float: left;
    width: 227px;
}

.f2bcc .more {
    background: #006ec7;
    height: 228px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    margin-top: 226px;;
}

.f2bcc .more a {
    margin-top: 60px;
    display: block;
}

.f2br {
    background: #006ec7;
    width: 226px;
}

.f2brt {
    height: 226px;
    overflow: hidden;
}

.f2tt {
    text-align: center;
    padding-top: 85px;
}

.f2tt h2 {
    font-size: 36px;
    font-weight: bold;
}

.f2tt h3 {
    font-size: 18px;
    text-transform: uppercase;
    background: url(../images/bg_f5t.png) no-repeat center bottom;
    padding-bottom: 10px;
}

.f2tt h2, .f2tt h3 {
    color: rgb(51, 51, 51);
}

.f2bbTop {
    display: flex;
    flex-wrap: wrap;
}

.f2bbTop li {
    margin-top: 30px;
    width: 31.11%;
    height: auto;
    margin-right: 3.335%;
    padding-top: 18.3333%;
    background-color: #ECECEE;
    position: relative;
}

.f2bbTop li:first-child {
    width: 59%;
    height: 150px;
}

.f2bbTop li:nth-child(2) {
    width: 37.665%;
    height: 150px;
    margin-right: 0;
}

/*.f2bb li:nth-child(3n) {*/
/*	margin-right: 0;*/
/*}*/
.f2bbTop li .productBox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: rgb(244, 244, 244);
    border-radius: 15px;
    overflow: hidden;
    /*padding: 4% 12% 7%;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.f2bbTop li .productBox .productText {
    width: 100%;
    position: relative;
    text-align: left;
    margin-top: 4%;
    margin-left: 4%;
    z-index: 2;
}

.f2bbTop li .productBox .productText h3 {
    font-family: Roboto;
    font-weight: 400;
    font-size: 28px;
    color: rgb(51, 51, 51);
    font-style: normal;
    line-height: 37px;
    text-decoration: none;
}

.f2bbTop li .productBox .productText p {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    color: rgb(51, 51, 51);
    font-style: normal;
    line-height: 25px;
    text-decoration: none;
}

.f2bbTop li .productBox:hover .productText p {
    /*opacity: 0;*/
    /*-webkit-transform: translate(0px, -105%);*/
    /*-moz-transform: translate(0px, -105%);*/
    /*-ms-transform: translate(0px, -105%);*/
    /*-o-transform: translate(0px, -105%);*/
    /*transform: translate(0px, -105%);*/
    /*visibility: hidden;*/
    /*pointer-events: none;*/
}

.f2bbTop li .productBox .productText span {
    font-family: Roboto;
    font-weight: 400;
    font-size: 15px;
    color: rgba(23, 127, 231, 1);
    font-style: normal;
    line-height: 25px;
    /*text-decoration: none;*/
}

.f2bbTop li .productBox:hover .productText span {
    /*opacity: 1;*/
    /*-webkit-transform: translate(-50%, 35%);*/
    /*-moz-transform: translate(-50%, 35%);*/
    /*-ms-transform: translate(-50%, 35%);*/
    /*-o-transform: translate(-50%, 35%);*/
    /*transform: translate(-50%, 35%);*/
    /*visibility: visible;*/
    /*pointer-events: auto;*/
}

.f2bbTop li .productBox .imgBox {
    width: 100%;
    position: relative;
    /*padding-top: 43.333%;*/
    height: 100%;
}

.f2bbTop li .productBox .imgBox img {
    webkit-transition: all 0.5s 0s ease-out;
    -o-transition: all 0.5s 0s ease-out;
    -moz-transition: all 0.5s 0s ease-out;
    transition: all 0.5s 0s ease-out;
    display: block;
    max-width: 100%;
    /*max-height: 90%;*/
    max-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.f2bbTop li .productBox:hover .imgBox img {
    transform: scale(1.2);
}

.f2bbBottom {
    display: flex;
    flex-wrap: wrap;
}

.f2bbBottom li {
    /*margin-top: 30px;*/
    width: 31.11%;
    height: 55px;
    margin-right: 3.335%;
    padding-top: 18.3333%;
    background-color: rgb(244, 244, 244);
    position: relative;
}

.f2bbBottom li:nth-child(3n) {
    margin-right: 0;
}

.f2bbBottom li .productBox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    /*background: #f8f8f8;*/
    border-radius: 15px;
    overflow: hidden;
    /*padding: 4% 12% 7%;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.f2bbBottom li .productBox .productText {
    width: 84%;
    position: relative;
    text-align: left;
    margin-top: 6%;
    margin-left: 8%;
    margin-right: 8%;
    z-index: 2;
}

.f2bbBottom li .productBox:hover .imgBox img {
    transform: scale(1.2);
}

.f2bbBottom li .productBox .productText h3 {
    font-family: Roboto;
    font-weight: 400;
    font-size: 28px;
    color: rgb(51, 51, 51);
    font-style: normal;
    line-height: 37px;
    text-decoration: none;
}

.f2bbBottom li .productBox .productText p {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    color: rgb(51, 51, 51);
    font-style: normal;
    line-height: 29px;
    text-decoration: none;
}

.f2bbBottom li .productBox:hover .productText p {
    /*opacity: 0;*/
    /*-webkit-transform: translate(0px, -105%);*/
    /*-moz-transform: translate(0px, -105%);*/
    /*-ms-transform: translate(0px, -105%);*/
    /*-o-transform: translate(0px, -105%);*/
    /*transform: translate(0px, -105%);*/
    /*visibility: hidden;*/
    /*pointer-events: none;*/
}

.f2bbBottom li .productBox:hover .productText span {
    /*opacity: 1;*/
    /*-webkit-transform: translate(-50%, 35%);*/
    /*-moz-transform: translate(-50%, 35%);*/
    /*-ms-transform: translate(-50%, 35%);*/
    /*-o-transform: translate(-50%, 35%);*/
    /*transform: translate(-50%, 35%);*/
    /*visibility: visible;*/
    /*pointer-events: auto;*/
}

.f2bbBottom li .productBox .productText span {
    font-family: Roboto;
    font-weight: 400;
    font-size: 15px;
    color: rgba(23, 127, 231, 1);
    font-style: normal;
    line-height: 25px;
    /*text-decoration: none;*/
}

.f2bbBottom li .productBox .imgBox {
    width: 100%;
    position: relative;
    /*padding-top: 43.333%;*/
    height: 100%;
    z-index: 0;
}

.f2bbBottom li .productBox .imgBox img {
    webkit-transition: all 0.5s 0s ease-out;
    -o-transition: all 0.5s 0s ease-out;
    -moz-transition: all 0.5s 0s ease-out;
    transition: all 0.5s 0s ease-out;
    display: block;
    max-width: 100%;
    /*max-height: 90%;*/
    max-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
}

/*******************floor3*************/
.floor3 {
    overflow: hidden;
    margin: 60px auto 0;
    height: auto;
    /*width: 1002px;*/
    width: auto;
}

.f3t {
    text-align: center;
    /*display: flex;*/
    /*justify-content: center;*/
}

.f3t h2 {
    color: rgb(51, 51, 51);
    font-size: 36px;
    font-weight: bold;
}

/*.f3t h3 {*/
/*    color: #221815;*/
/*    font-size: 18px;*/
/*}*/

.f3t h3 {
    font-size: 18px;
    text-transform: uppercase;
    background: url(../images/bg_f5t.png) no-repeat center bottom;
    padding-bottom: 7px;
    width: 50px;
    border-bottom: 3px solid rgba(244, 70, 70, 1);
    margin: 0 auto 30px auto;
}

.f3tNew {
    background: url(../images/indexCompany.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 10px;
    width: 100%;
    /*height: 51.96vw;*/
    display: flex;
    flex-wrap: wrap;
    padding-top: 6%;
}

.f3tNew .f3tNewText {
    width: 50%;
}

.f3tNew .f3tNewText .text {
    margin-bottom: 15%;
}

.f3tNew .f3tNewText .text .p1 {
    font-weight: 400;
    font-size: 28px;
    color: rgb(255, 255, 255);
    font-style: normal;
    letter-spacing: 0;
    line-height: 28px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
}

.f3tNew .f3tNewText .text .p2 {
    font-weight: 400;
    font-size: 28px;
    color: rgb(255, 255, 255);
    font-style: normal;
    letter-spacing: 0;
    line-height: 36px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.f3tNew .f3tNewText .text .p3 {
    font-weight: 400;
    font-size: 24px;
    color: rgba(34, 140, 248, 1);
    font-style: normal;
    line-height: 36px;
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
}

.f3tNew .f3tNewText .text .p4 {
    font-weight: 400;
    font-size: 24px;
    color: rgba(34, 140, 248, 1);
    font-style: normal;
    line-height: 36px;
    display: flex;
    justify-content: center;
}

.cjys {
    padding-top: 40px;
    height: 370px;
    overflow: hidden;

    display: flex;
    align-items: center;
    justify-content: center;
}

.cjys a {
    display: block;
    margin-right: 39px;
    text-align: center;
    transition: all ease-in-out .2s;
    float: left;
    width: 221px;
    height: 322px;
    background: #f3f3f3;
}

.cjys a:hover {
    background: #006ec7;
}

.cjys img {
    width: 155px;
    height: 155px;
    border-radius: 50%;
}

.cjys .pic {
    padding: 25px 0 0;
}

.cjys a:hover h2, .cjys a:hover h3, .cjys a:hover p {
    color: #fff;
}

.cjys p {
    padding: 12px;
    line-height: 1.8em;
}

.cjys h2 {
    font-size: 14px;
    font-weight: normal;
}

.cjys h2 {
    padding-top: 16px;
}

.cjys h3 {
    font-size: 13px;
    text-transform: uppercase;
    background: url(../images/bg_h3.png) no-repeat center bottom;
    padding: 5px 0;
}

.cjys a:hover h3 {
    background: url(../images/bg_h3a.png) no-repeat center bottom;
}

.gg {
    text-align: center;
}

/*******************floor4********************/
#floor4 {
    /*background: #f3f3f3;*/
    margin-top: 60px;
}

.floor4 {
    overflow: hidden;
    margin: 0 auto;
    width: 1002px;
    height: auto;
}

.f4t {
    text-align: center;
    padding-top: 27px;
}

.f4t h2, .f4t h3 {
    color: #231815;
}

.f4t h2 {
    font-weight: normal;
    font-size: 36px;
}

.f4t h3 {
    font-size: 18px;
    /*background: url(../images/bg_h33.png) no-repeat center bottom;*/
    /*padding-bottom: 12px;*/
    padding-bottom: 7px;
    width: 50px;
    border-bottom: 3px solid rgba(244, 70, 70, 1);
    margin: 0 auto 30px auto;
}

.sld {
    /*width: 1002px;*/
    width: 90vw;
    margin: 0 auto;
    padding-bottom: 62px;
}

.sld .hd {
    /*height: 34px;*/
    margin-top: 24px;
}

.sld .hd ul {
    height: auto;
    overflow: hidden;
    /*padding-left: 344px;*/
    /*padding-left: 395px;*/
    display: flex;
    align-items: center;
    /*justify-content: center;*/
}

.sld .hd ul li a {
    display: block;
    font-size: 32px;
    color: rgb(51, 51, 51);
    font-weight: 900;
    line-height: 55px;
}

.sld .hd ul li {
    float: left;
    /*background: url(../images/bg_hd.png) no-repeat right center;*/
    /*padding: 0 20px;*/
}

.sld .hd ul li:nth-child(2) {
    margin-left: calc(90vw - 848px);
}

.sld .hd ul li.on {
}

.sld .hd ul li:last {
    background: none;
}

.sld .hd ul li.on a {
    /*color: #006ec7;*/
    /*border-bottom: 1px solid red;*/
}

.sld .hd ul li a::after {
    content: "";
    display: block;
    /*position: absolute;*/
    left: 50%;
    width: 0;
    bottom: 20px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    /*-webkit-transition: all 0.3s 0s;*/
    /*-o-transition: all 0.3s 0s;*/
    /*-moz-transition: all 0.3s 0s;*/
    /*transition: all 0.3s 0s;*/
    height: 2px;
    background-color: rgb(244, 70, 70);
}

.sld .hd ul li.on a::after {
    width: 50%;
    transform: translateX(0%);
}

.sld .bd {
    height: auto;
    overflow: hidden;
    margin-top: 30px;
    padding-bottom: 20px;
}

.sld .bd .bdl {
    /*height: 330px;*/
    overflow: hidden;
}

.sld .bd .bdll {
    float: left;
    /*width: 430px;*/
    width: 38vw;
}

.sld .bd .bdll a {
    display: block;
}

.sld .bd .bdll a img {
    /*width: 430px;*/
    /*height: 216px;*/
    width: 100%;
    height: auto;
}

.sld .bd .bdll a h2 {
    color: rgb(16, 16, 16);
    font-size: 26px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    font-weight: 400;
    margin-top: 10px;
}

.sld .bd .bdll a p {
    color: rgba(102, 102, 102, 1);
    line-height: 26px;
    height: 52px;
    font-size: 17px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.sld .bd .bdlr {
    float: right;
    /*padding-left: 34px;*/
    /*width: 520px;*/
    max-width: 50vw;
}

.sld .bd .bdlr a {
    display: flex;
    height: 97px;
    overflow: hidden;
    margin-bottom: 40px;
}

/*.sld .bd .bdlr a:hover {*/
/*    background: #006ec7;*/
/*}*/

.sld .bd .bdlr a .al {
    float: left;
    /*width: 72px;*/
    /*padding-left: 8px;*/
    /*padding-top: 15px;*/
}

.sld .bd .bdlr a .al span {
    display: block;
    line-height: 107px;
    font-size: 80px;
    color: rgba(154, 154, 154, 1);
    height: 107px;
    border-right: 1px solid #838383;
    font-weight: 400;
    padding-right: 12px;
}

.sld .bd .bdlr a .ar {
    float: left;
    width: 600px;
    padding-left: 14px;
    padding-top: 10px;
}

.sld .bd .bdlr a .ar div {
    /*width: 416px;*/
    height: 28px;
}

.sld .bd .bdlr a .ar div .title {
    height: 35px;
    line-height: 28px;
    overflow: hidden;
    font-size: 26px;
    color: #161616;
    /*position: relative;*/
    max-width: 18em;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    font-weight: 400;
}

.sld .bd .bdlr a .ar div .data {
    /*position: absolute;*/
    font-size: 17px;
    right: 0;
    top: 0;
    line-height: 28px;
    float: right;
    width: 95px;
    font-weight: 400;
}

.sld .bd .bdlr a .ar p {
    color: rgba(102, 102, 102, 1);
    line-height: 26px;
    height: 52px;
    font-size: 17px;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/*.sld .bd .bdlr a:hover .al span, .sld .bd .bdlr a:hover .ar h2, .sld .bd .bdlr a:hover .ar p {*/
/*    color: #fff;*/
/*}*/

/*.sld .bd .bdlr a:hover .al span {*/
/*    border-right: 1px solid #fff;*/
/*}*/

.sld .more {
    text-align: center;
}

.sld .more a {
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    background: #006ec7;
    text-align: center;
    color: #fff;
}

#floor5 {
    background: url(../images/bg_f5.jpg) no-repeat center top;
}

.floor5 {
    height: 396px;
    width: 1002px;
    margin: 0 auto;
}

.f5t {
    text-align: center;
    padding-top: 85px;
}

.f5t h2 {
    font-size: 36px;
    font-weight: bold;
}

.f5t h3 {
    font-size: 18px;
    text-transform: uppercase;
    background: url(../images/bg_f5t.png) no-repeat center bottom;
    padding-bottom: 10px;
}

.f5t h2, .f5t h3 {
    color: #fff;
}

.f5b {
}

.f5b ul {
    height: auto;
    overflow: hidden;
    padding-top: 64px;
}

.f5b ul li {
    color: #fff;
    float: left;
    margin-right: 185px;
    /*margin-right: 50px;*/
    font-size: 14px;
    width: 208px;
    padding-top: 66px;
    text-align: center;
    line-height: 1.8em;
}

/*.f5b ul li.li00 {*/
/*	background: url(../images/lia.png) no-repeat center top;*/
/*}*/
.f5b ul li.li00 {
    background: url(../images/lib.png) no-repeat center top;
}

.f5b ul li.li01 {
    background: url(../images/lic.png) no-repeat center top;
}

.f5b ul li.li02 {
    background: url(../images/lid.png) no-repeat center top;
    margin-right: 0;
    /*float: right;*/
}

.footImg {
    width: 100%;
    background-image: url("../../skin/images/indexUnder.png");
    background-size: cover;
    height: 400px;
}

.footImg .footImgText {
    height: auto;
    padding-top: 100px;
    padding-left: 5%;
}

.footImg p {
    color: #fff;
}

.footImg p:nth-child(1) {
    font-size: 32px;
}

.footImg p:nth-child(2) {
    font-size: 22px;
    margin-bottom: 20px;
}

.footImg p:nth-child(3) {
    font-size: 22px;
}

.footImg img {
    width: 100%;
}

#footer {
    height: auto;
    overflow: hidden;
    clear: both;
    max-width: 1920px;
    margin: 0 auto;
}

#ftt {
    /*background: #1e2432;*/
}

.ftt {
    /*width: 1002px;*/
    position: relative;
    padding-bottom: 30px;
    overflow: hidden;
    height: auto;
    margin: 0 auto;
    padding-top: 36px;
    border-bottom: 1px solid rgba(239, 239, 239, 1);
    background: #fff;
}

.top1 {
    position: absolute;
    right: 30px;
    top: 0;
}

.ftl {
    float: left;
    padding-bottom: 40px;
    /*width: 400px;*/
    /*padding-left: 310px;*/
    padding-left: 10%;
    /*background: url(../images/bg_ftl.png) no-repeat 64px 20px;*/
}

.ftl ul {
    float: left;
    border-right: 1px solid #4f545f;
    padding: 0 50px 0 30px;
}

.ftl ul li {
    height: 28px;
    line-height: 28px;
    padding-left: 20px;
}

.ftl ul li.lia {
    background: url(../images/bg_lia.png) no-repeat 0 center;
}

.ftl ul li.lib {
    background: url(../images/bg_lib.png) no-repeat 0 center;
}

.ftl ul li a {
    color: #8c8c8c;
    font-size: 14px;
}

.ftlNew {
    float: left;
    padding-left: 5%;
}

.ftlNew p {
    font-weight: 400;
    font-size: 17px;
    color: rgba(51, 51, 51, 1);
    line-height: 38px;
}

.ftr {
    float: right;
    text-align: center;
    background: url(../../newImage/2code.png) no-repeat center top;
    padding-top: 108px;
    width: 100px;
    margin-right: 5%;
    background-size: 100% auto;
}

.ftr:nth-child(4) {
    background: url(../../skin/images/gzCode.jpg) no-repeat center top;
    background-size: 100% auto;
}

.ftr:nth-child(3) {
    background: url(../../skin/images/smallCode.jpg) no-repeat center top;
    background-size: 100% auto;
}

.ftr h2 {
    color: #8c8c8c;
    /*background: url(../images/bg_dh.png) no-repeat 16px center;*/
    /*font-size: 24px;*/
    font-size: 15px;
    text-align: center;
}
.ftrEn {
    float: right;
    text-align: center;
    background: url(../../newImage/2code.png) no-repeat center top;
    padding-top: 108px;
    width: 100px;
    margin-right: 5%;
    background-size: 100% auto;
}

.ftrEn:nth-child(4) {
    background: url(../../skin/images/WeChat.jpg) no-repeat center top;
    background-size: 100% auto;
}

.ftrEn:nth-child(3) {
    background: url(../../skin/images/Whatsapp.jpg) no-repeat center top;
    background-size: 100% auto;
}

.ftrEn h2 {
    color: #8c8c8c;
    /*background: url(../images/bg_dh.png) no-repeat 16px center;*/
    /*font-size: 24px;*/
    font-size: 15px;
    text-align: center;
}

#ftb {
    background: #fff;
}

.ftb {
    width: 1002px;
    text-align: center;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.ftb p, .ftb a, .ftb {
    color: #8c8c8c;
}

.ftb {
    padding: 20px 0;
    height: 30px;
}

.ftb p {
    height: 30px;
    line-height: 30px;
}

.flink {
    width: 1002px;
    margin: 20px auto 0;
    padding: 0px;
}

.link {
    line-height: 22px;
    padding: 0 0 20px 0;
}

.link a {
    margin-right: 10px;
}

.link span {
    font-size: 14px;
}

/**************内页**********************/
.concon {
    /*width: 1002px;*/
    width: 82vw;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 30px 0 0;
}

.bannerImg {
    width: 100%;
    height: 28.33vw;
    background-image: url("../../skin/images/cp.jpg");
    background-size: cover;
}

.bannerImg .bannerImgText {
    height: auto;
    padding-top: 100px;
    padding-left: 15%;
    display: none;
}

.bannerImg .bannerImgText p {
    color: #fff;
    font-size: 30px;
}

.tit, .tit h2, .tit span {
    height: 30px;
    line-height: 30px;
    display: block;
}

.tit {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.tit h2 {
    float: left;
    font-size: 20px;
    color: #006ec7;
    display: none;
}

.tit span {
    /*float: right;*/
}

.tit span, .tit span a {
    color: #888;
}

.tit span a {
    margin: 0 4px;
}

.titNew {

}

.titNew h2 {
    color: rgb(51, 51, 51);
    font-size: 32px;
    font-weight: bold;
}

.titNew h3 {
    font-size: 18px;
    padding-bottom: 5px;
    width: 50px;
    border-bottom: 3px solid rgba(244, 70, 70, 1);
}

.ltit {
}

.ltit ul {
    height: auto;
    overflow: hidden;
    padding: 16px 0 0px 14px;
}

.ltit ul li {
    float: left;
    margin-right: 8px;

    margin-bottom: 8px;
}

.ltit ul li a {
    display: block;
    color: #1081dc;
    border: 1px solid #1081dc;
    border-radius: 2px;
    transition: all ease-in-out .2s;
    height: 30px;
    line-height: 30px;
    padding: 0 18px;
    font-size: 16px;
}

.ltit ul li a:hover, .ltit ul li a.hover {
    background: #006ec7;
    color: #fff;
}

.ltitNew {

}

.ltitNew ul {
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

.ltitNew ul li {
    float: left;
    width: auto;
    /*border-bottom: 2px solid rgb(244, 70, 70);*/
    margin-right: 40px;
}

.ltitNew ul li a {
    display: block;
    border-radius: 2px;
    transition: all ease-in-out .2s;
    font-size: 28px;
    line-height: 58px;
    color: #BEBEBE;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    font-weight: bold;
}

.ltitNew ul li a::after {
    content: "";
    display: block;
    width: 0;
    transform: translateX(50%);
    bottom: 20px;
    /*-webkit-transition: all 0.3s 0s;*/
    /*-o-transition: all 0.3s 0s;*/
    /*-moz-transition: all 0.3s 0s;*/
    /*transition: all 0.3s 0s;*/
    height: 2px;
    background-color: rgb(244, 70, 70);
}

.ltitNew ul li a:hover, .ltitNew ul li a.hover {
    color: #4E4E4E;
    /*border-bottom: 2px solid rgb(244, 70, 70);*/
}

.ltitNew ul li a:hover::after, .ltitNew ul li a.hover::after {
    width: 50%;
}

.nr {
    line-height: 2em;
    padding: 0px 0px 30px;
}

.nr, .nr p, .nr a, .nr span {
    font-size: 18px;
}

.nr img {
    max-width: 800px;
}

.page {
    padding: 0 0px 20px;
}

.page .lxText {
    color: rgb(16, 16, 16);
    font-size: 22px;
    line-height: 57px;
    font-weight: 400;
}

.nrNew {
    padding: 20px 0;
}

.nrNew .page .gyTop {
    height: auto;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.nrNew .page .gyTop img {
    width: 30vw;
    margin-left: 4vw;
}

.nrNew .page p {
    text-indent: 2em;
    line-height: 41px;
    width: 50vw;
    font-size: 17px;
    font-weight: 400;
    color: rgb(16, 16, 16);
}

.nrNew .page .gyBottom {
    height: auto;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.nrNew .page .gyBottom .gyBottomImg {
    height: auto;
    display: flex;
    flex-direction: column;
}

.nrNew .page .gyBottom .gyBottomImg img {
    width: 25vw;
}

.nrNew .page .gyBottom .gyBottomImg img:nth-child(2) {
    margin-top: 20px;
}

.nrNew .page .qy {
    margin-top: 30px;
    overflow: auto;
}

.nrNew .page .qy .text {
    width: calc(27.33vw - 60px);
    height: 19.46vw;
    float: left;
    padding: 0 30px;
    overflow: auto;
}

.nrNew .page .qy .text .textTitle {
    font-size: 26px;
    font-weight: 600;
    color: rgb(51, 51, 51, 1);
    line-height: 36px;
    display: flex;
    align-items: center;
}

.nrNew .page .qy .text .textContent {
    font-size: 17px;
    font-weight: 400;
    color: rgb(51, 51, 51, 1);
    line-height: 33px;
    margin-top: 10px;
}

.nrNew .page .qy img {
    width: 27.33vw;
    float: left;
}

.article {
}

.article h1.title1 {
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    padding: 10px 0 20px;
    color: #4e4e4e;
    background: url(../images/icon10.png) no-repeat 30px center;
    text-align: center;
}

.article .info {
    height: 40px;
    line-height: 40px;
    /*text-indent: 30px;*/
    font-family: microsoft yahei;
    font-weight: normal;
    color: #a7a7a7;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.article .infol {
    float: left;
}

.article .infol a.dna {
    color: #006ec7;
}

.article .infol a.dna:hover {
    text-decoration: underline;
}

.article .infor {
    float: right;
    padding-top: 6px;
}

.article .newsbody {
    padding: 10px 0px 30px;
    line-height: 2em;
}

.context {
    border-top: 1px solid #ddd;
}

.context ul {
    height: auto;
    overflow: hidden;
    padding: 8px 30px;
}

.context ul li {
    line-height: 24px;
    height: 24px;
}

.context ul li, .context li a {
    color: #006ec7;
    font-family: microsoft yahei;
}

.context li a:hover {
    text-decoration: underline;
}

.context ul li.lia {
    float: left;
}

.context ul li.lib {
    float: right;
    text-align: right;
}

.news {
}

.news ul {
    padding: 0 0px;
    margin-bottom: 40px;
}

.news ul li {
    height: 54px;
    position: relative;
    line-height: 54px;
    background: url(../images/a.png) no-repeat 4px center;
    padding-left: 16px;
    border-bottom: 1px dotted #ddd;
}

.news ul li span {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 54px;
}

.chanpin {
}

.chanpin ul {
    height: auto;
    overflow: hidden;
    padding: 14px 0 0 0px;
}

.chanpin ul li {
    float: left;
    /*margin-right: 5vw;*/
    margin-bottom: 3vw;
}

.chanpin ul li:nth-child(2n) {
    /*margin-right: 0;*/
    float: right;
}

/*.chanpin ul li:nth-child(4n+4) {*/
/*    margin-right: 0px;*/
/*}*/

.chanpin ul li a {
    display: block;
    max-height: 28.5vw;
    overflow: hidden;
}

.chanpin ul li a .pic {
    /*border: 1px solid #ccc;*/
    border-radius: 2px;
    display: table-cell;
    /*padding: 4px;*/
    vertical-align: middle;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    overflow: hidden;
}

.chanpin ul li a .pic img {
    width: 39.5vw;
    height: 28.5vw;
    transition: all 0.5s ease;
}

.chanpin ul li a:hover .pic img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.chanpin ul li a:hover .pic {
    /*box-shadow: 0px 0px 12px #999;*/
}

.chanpin ul li a .text {
    width: 35vw;
    padding-left: 2vw;
    transition: all 0.5s ease;
    position: relative;
    bottom: 84px;
    z-index: 9;
}

.chanpin ul li a .text .title {
    /*text-align: center;*/
    height: 34px;
    line-height: 27px;
    overflow: hidden;
    /*超出显示为省略号*/
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
}

.chanpin ul li a .text .description {
    height: 24px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}

.chanpin ul li a .text .more {
    height: 24px;
    line-height: 22px;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    margin-top: 24px;
}

.chanpin ul li a .text .more span {
    color: rgb(244, 70, 70);
    font-size: large;
}

.chanpin ul li a:hover .text {
    bottom: 132px;
}

.chanpin2 {
}

.chanpin2 ul {
    height: auto;
    overflow: hidden;
    padding: 0 0 0 0px;
}

.chanpin2 ul li {
    float: left;
    /*margin-right: 5vw;*/
    margin-top: 14px;
    margin-bottom: 50px;
}

.chanpin2 ul li:nth-child(2n) {
    /*margin-right: 0;*/
    float: right;
}

/*.chanpin2 ul li:nth-child(4n+4) {*/
/*    margin-right: 0px;*/
/*}*/

.chanpin2 ul li a {
    display: block;
    max-height: 27.5vw;
    overflow: hidden;
}

.chanpin2 ul li a .pic {
    width: 37vw;
    height: 27.5vw;
    /*border: 1px solid #ccc;*/
    border-radius: 2px;
    display: table-cell;
    /*padding: 4px;*/
    vertical-align: middle;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    overflow: hidden;
    background: #fff;
}

.chanpin2 ul li a .pic img {
    max-width: 37vw;
    max-height: 27.5vw;
    transition: all 0.5s ease;
    height: 60%;
}

.chanpin2 ul li a:hover .pic img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.chanpin2 ul li a:hover .pic {
    /*box-shadow: 0px 0px 12px #999;*/
}

.chanpin2 ul li a .text {
    width: 35vw;
    padding: 0 1vw;
    transition: all 0.5s ease;
    position: relative;
    bottom: 84px;
    z-index: 9;
}

.chanpin2 ul li a .text .title {
    /*text-align: center;*/
    height: 27px;
    line-height: 27px;
    overflow: hidden;
    /*超出显示为省略号*/
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgb(51, 51, 51);
    font-size: 22px;
    font-weight: 500;
}

.chanpin2 ul li a .text .description {
    height: 24px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgb(51, 51, 51, 1);
    font-size: 15px;
    font-weight: 300;
}

.chanpin2 ul li a .text .more {
    height: 24px;
    line-height: 22px;
    color: rgb(51, 51, 51, 1);
    font-size: 15px;
    font-weight: 300;
    /*margin-top: 24px;*/
    float: right;
}

.chanpin2 ul li a .text .more span {
    color: rgb(244, 70, 70);
    font-size: large;
}

/*.chanpin2 ul li a:hover .text {*/
/*    bottom: 132px;*/
/*}*/
.chanpin3 {

}

.chanpin3 ul {
    margin-top: 14px;
    overflow: auto;
}

.chanpin3 ul li {
    background: #fff;
    width: 39.5vw;
    height: 27.74vw;
    float: left;
    margin-bottom: 3vw;
}

.chanpin3 ul li:nth-child(2n) {
    float: right;
}

.chanpin3 ul li a {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.chanpin3 ul li a p {
    font-size: 22px;
    line-height: 27px;
    height: 27px;
    color: rgb(51,51,51);
    margin-top: 50px;
}

.chanpin3 ul li a div {
    overflow: hidden;
    display: flex;
    align-items: center;}

.chanpin3 ul li a div img {
    max-width: 37vw;
    max-height: 27.5vw;
    height: 80%;
    transition: all 0.5s ease;
}
.chanpin3 ul li a:hover div img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}
.fenye {
    text-align: center;
    padding: 10px;
    margin-top: 20px;
}

.fenye span, .fenye a {
    display: inline-block;
    padding: 0 12px;
    background: #ddd;
    margin: 0 4px;
    border-radius: 2px;
}

.fenye a:hover, .fenye span.current {
    background: #006ec7;
    color: #fff;
}

#morePage {
    /*text-align: center;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

#morePageBtn {
    /*display: block;*/
    background: rgba(0, 0, 0, 0);
    font-size: 16px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666666;
}

#morePageBtn:hover {
    color: #333333;
    cursor: pointer;
}

#morePageBtn svg {
    margin-left: 5px;
    margin-top: 3px;
}

/****************************qq客服代码****************************/
.scrollsidebar {
    position: absolute;
    z-index: 999;
    top: 220px;
    width: 140px;
    padding-right: 10px;
}

#qq {
    background: #006ec7;
    width: 140px;
    border-radius: 6px;
    height: auto;
    overflow: hidden;
    padding-bottom: 0px;
}

.qq {
    padding: 10px;
}

.qq h2, .qq h3 {
    text-align: center;
    color: #fff;
}

.qq h2 {
    font-size: 16px;
    font-weight: bold;
}

.qq h3 {
    margin-bottom: 8px;
}

.qq .zx {
    background: #fff;
    padding: 10px 4px 4px;
    text-align: center;
}

.qq .zx p {
    margin-bottom: 6px;
}

.qq .ewm {
    background: #fff;
    border-radius: 4px;
    padding: 5px;
    text-align: center;
    margin-top: 10px;
}

.qq .zxrx {
    margin-top: 10px;
}

.qq .zxrx h3 {
    font-size: 18px;
    margin-top: 4px;
}

.qq .zxrx h2 {
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    font-weight: normal;
    background: url(../images/bg_zxrx.png) no-repeat 10px center;
    text-indent: 10px;
}
