/*base*/
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ul,
li,
dl,
dd,
dt,
input,
button,
textarea {
    margin : 0;
    padding: 0;
}

body {
    font-size  : 16px;
    color      : #222;
    font-family: "Source Han Sans CN", "Arial";
    overflow-x : hidden;
}

img {
    border: 0 none;
}

ol,
ul,
dl,
li,
dt,
dd {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

em {
    font-style: normal;
}

img {
    display: block;
    width  : 100%;
}

input,
button,
select,
textarea {
    outline: none;
}

textarea {
    resize     : none;
    overflow   : auto;
    font-family: "Source Han Sans CN", "Arial";
}

a {
    color          : #222;
    text-decoration: none;
    outline        : medium none;
    cursor         : pointer;
}

a:hover {
    text-decoration: none;
    outline        : medium none;
}

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

.clearfix {
    zoom: 1;
}

.wap-flex {
    display                : -webkit-box;
    display                : -moz-box;
    display                : -ms-flexbox;
    display                : -webkit-flex;
    display                : flex;
    -webkit-justify-content: space-between;
    justify-content        : space-between;
    -moz-box-pack          : space-between;
    -webkit--moz-box-pack  : space-between;
    box-pack               : space-between;
    align-items            : center;
    -webkit-align-items    : center;
    box-align              : center;
    -moz-box-align         : center;
    -webkit-box-align      : center;
    flex-wrap              : wrap;
    -webkit-flex-wrap      : wrap;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.content {
    width : 1600px;
    margin: 0 auto;
}

.scontent {
    width : 1400px;
    margin: 0 auto;
}

.content p {
    line-height: 28px;
    font-size  : 14px;
}

.clear {
    clear: both;
}

.aniimg {
    overflow: hidden;
}

.aniimg img {
    display       : block;
    transition    : all 0.6s;
    vertical-align: middle;
    transform     : scale(1);
}

.aniimgbox:hover .aniimg img {
    -webkit-transform: scale(1.1);
    transform        : scale(1.1);
}

.content img {
    width: 100%;
}

.logo img {
    width    : 100%;
    /* filter:brightness(5) */
}

.padd {
    padding: 70px 0;
}

.padd-min {
    padding: 70px 0;
}

.mtop {
    margin-top: 60px;
}

.menubtn {
    display: none;
}

.pchide {
    display: none;
}

header {
    /* padding-top: 30px;*/
    position        : fixed;
    left            : 0px;
    top             : 0px;
    background-color: #fff;
    z-index         : 999;
    width           : 100%;
}

.index header {
    background: none;
}

.hder_empty {
    width   : 100%;
    overflow: hidden;
    /*height:103px;*/
}

.hder_empty2 {
    width   : 100%;
    overflow: hidden;
    height  : 77px;
}

/*.header-fiexd {
    position: fixed;
    top: 0;
    background: #FFF;
    z-index: 6;
    width: 100%;
    margin-top: -30px;
}
*/
.headleft {
    width: 70%;
}

.headright {
    width: 25%;
}

.logo {
    width       : 24%;
    display     : block;
    float       : left;
    margin-right: 7%;
    margin-top  : 25px;
}

.logo-min {
    width       : 20%;
    display     : block;
    float       : left;
    margin-right: 7%;
    margin-top  : 10px;
}

.nav {
    float: left;
    width: 60%;
}

.nav>li {
    float           : left;
    padding         : 35px 0 15px;
    /* border-bottom: 3px solid #fff;*/
    margin          : 0 2.5%
}

.nav-min>li {
    padding: 20px 0 15px;
}

.nav>li>a {
    font-size: 16px;
    color    : #222222;
}

.index .nav>li>a {

    color: #eee;
}

.nav>li:hover,
.nav>li.navact {
    border-bottom: 3px solid #d50012;
}

.second {
    position  : absolute;
    width     : 100%;
    z-index   : 2;
    width     : 100%;
    left      : 0;
    background: #FFF;
    border-top: 1px solid #E9E9E9;
    top       : 107px;
    top       : 74px;
    padding   : 40px 0;
    display   : none;


}

.nav-min .second {
    top: 59px;
}

.second .content>div {
    float       : left;
    margin-right: 2%;
}

.second .content>div:last-child {
    margin-right: 0;
}

.second-item {
    width        : 23.5%;
    border-radius: 5px;
    position     : relative;
    box-shadow   : 0px 12px 60px 5px rgba(0, 0, 0, 0.13);
    overflow     : hidden;
}

.second-txt {
    position  : absolute;
    width     : 100%;
    top       : 0;
    box-sizing: border-box;
    text-align: center;
    padding   : 40px;
}

.second-txt h3 {
    font-size    : 16px;
    margin-bottom: 0px;
}

.second-txt p {
    font-size: 16px;
}

.second-list {
    width: 23.5%;
}

.second-list .second-item {
    width : 100%;
    margin: 40px 0;
}

.second-list .second-item:first-child {
    margin-top: 0;
}

.second-list .second-item .second-txt {
    text-align: left;
}

.second-item a img {
    transition        : .3s linear;
    -webkit-transition: .3s linear;
    -o-transition     : .3s linear;
    -moz-transition   : .3s linear;
}

.second-item a:hover img {
    transform        : scale(1.03, 1.03);
    -moz-transform   : scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
}

.second-item .second-txt {
    transition        : .3s linear;
    -webkit-transition: .3s linear;
    -o-transition     : .3s linear;
    -moz-transition   : .3s linear;
}

.second-item a:hover .second-txt {
    transform        : translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform   : translateY(-3px);
}

.second-item:hover h3 {
    color: #d50012;

}

.search {
    background: url(../images/search.png) no-repeat center center;
    width     : 17px;
    height    : 35px;
    float     : right;
    cursor    : pointer;
    filter    : brightness(10);
}

.search form {
    display: none;
}

.language {
    float       : right;
    background  : url(../images/en.png) no-repeat left center;
    padding-left: 25px;
    height      : 35px;
    cursor      : pointer;
    margin-left : 40px;
    filter      : brightness(10);

}

.language b {
    display: none;
}

.language:hover b {
    display    : block;
    line-height: 35px;
}

.searchact {
    width        : 55%;
    background   : none;
    border       : 1px solid #d50012;
    height       : 35px;
    line-height  : 35px;
    border-radius: 35px;
    position     : relative;
    filter       : none;
}

.searchact form {
    display: block;
}

.searchact input[type='text'] {
    border       : 0 none;
    height       : 35px;
    line-height  : 35px;
    background   : none;
    padding-left : 15px;
    width        : 100%;
    box-sizing   : border-box;
    padding-right: 45px;
    color        : white;
}

.searchact input[type='submit'] {
    width     : 45px;
    height    : 35px;
    background: none;
    background: url(../images/search.png) no-repeat center center;
    cursor    : pointer;
    top       : 0;
    border    : 0 none;
    right     : 0;
    display   : block;
    position  : absolute;
    filter    : brightness(10);
}

.headright-min .search,
.headright-min .searchact input[type='submit'],
.headright-min .language {
    filter: none;
}

.headright-min .searchact input[type='text'] {
    color: black;
}

footer {
    background: #E8E8E8;
}

.footleft {
    width: 71%;
}

.footleft dl {
    float       : left;
    margin-right: 11%;
}

.footleft dl dt {
    font-size    : 16px;
    margin-bottom: 20px;
}

.footleft dl dd {
    font-size  : 13px;
    line-height: 1.7em;
}

.footleft dl dd a {
    color: rgba(34, 34, 34, .5);
}

.footleft dl dd a:hover {
    color: #d50012;
}

.footright {
    width        : 25%;
    margin-bottom: 40px;
    margin-right : 2%;

}

.footright>a {
    border-bottom : 1px solid rgba(139, 139, 139, .2);
    padding-bottom: 30px;
    display       : block;

}

.footright>a img {
    width : 75%;
    margin: 0 auto;
}

.adstxt {
    padding-left: 46px;
    position    : relative;
    color       : rgba(34, 34, 34, .5);
    font-size   : 16px;
    margin-top  : 30px;
}

.adstxt a {
    color    : rgba(34, 34, 34, .5);
    font-size: 26px;
}

.adstxt a:hover {
    color: rgba(34, 34, 34, .7);
}

.adstxt img {
    width     : 32px;
    display   : inline-block;
    position  : absolute;
    left      : 0;
    top       : 50%;
    margin-top: -15px;
}

.footbottom {
    border-top    : 1px solid rgba(139, 139, 139, .2);
    padding-top   : 30px;
    padding-bottom: 40px;
}

.footbottom p {
    font-size: 18px;
    color    : rgba(34, 34, 34, .5);
}

.share a {
    width        : 60px;
    height       : 60px;
    border-radius: 50%;
    background   : rgba(39, 39, 39, .15);
    display      : inline-block;
    margin-left  : 20px;
}

.share a img {
    opacity: 0.4;
}

.share a:hover {
    background: #d50012;
}

.share a:hover img {
    opacity: 1;
}

.rightchat {
    width        : 44px;
    background   : #FFFFFF;
    box-shadow   : 0px 12px 37px 3px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    position     : fixed;
    right        : 0;
    z-index      : 6;
    top          : 74%;
    transform    : translateY(-50%);
    display      : none;
}

.rightchat li {
    padding   : 15px 10px;
    text-align: center;
    border-top: 1px solid #E6E6E6;
    cursor    : pointer;
    position  : relative;
}

.rightchat li:last-child {
    display: none;
}

.rightchat .weixin {
    border-top: 0 none;
}

.rightchat li i {
    display      : block;
    width        : 24px;
    margin       : 0 auto;
    height       : 20px;
    background   : url(../images/rightimg.png) no-repeat 0 -40px;
    margin-bottom: 6px;
}

.rightchat .weixin i {
    background-position: 0 0;
}

.rightchat .rightphone i {
    background-position: 0 -20px;
}

.rightchat li:hover {
    background: #d50012;
}

.rightchat p {
    font-size: 12px;
}

.rightchat li:hover p {
    color: #FFF;
}

.rightchat li:hover i {
    background-position: -24px -40px;
}

.rightchat .weixin:hover i {
    background-position: -24px 0;
}

.rightchat .rightphone:hover i {
    background-position: -24px -20px;
}

.morebox {
    position     : absolute;
    left         : -160px;
    border       : 2px solid #d50012;
    background   : #FFF;
    border-radius: 10px;
    top          : 50%;
    transform    : translateY(-50%);
    display      : none;
}

.morebox img {
    border-radius: 10px;
}

.morebox:after {
    content        : '';
    display        : block;
    background     : url(../images/rightbg.png) no-repeat;
    width          : 11px;
    height         : 20px;
    background-size: cover;
    position       : absolute;
    right          : -11px;
    top            : 50%;
    margin-top     : -10px;
}

.morechat {
    padding: 15px 20px;
    left   : -242px;
}

.morebox span {
    display   : block;
    font-size : 20px;
    color     : #666666;
    text-align: left;
}

.morebox a {
    display    : block;
    font-size  : 28px;
    font-weight: bold;
    text-align : left;
    color      : #d50012;
}

.rightchat li:hover .morebox {
    display: block;
}

.totop {
    width          : 55px;
    height         : 55px;
    background     : url(../images/top.png) no-repeat center center;
    background-size: 55px 55px;
    z-index        : 7;
    position       : fixed;
    right          : 90px;
    bottom         : 60px;
    cursor         : pointer;
    box-sizing     : border-box;
}

.totop:hover {
    background-color: #E8E8E8;
    border-radius   : 8px;
}

/* @media (min-width: 1000px){
     .nav>li:hover .second{
         display: block;
     
    }
}*/
@media (max-width: 1800px) {
    .content {
        width : 1400px;
        margin: 0 auto;
    }

    .footleft dl {
        margin-right: 10%;
    }
}

@media (max-width: 1550px) {
    .logo {
        width: 24%;
    }

    .padd {
        padding: 50px 0;
    }

    .footleft dl {
        margin-right: 8%;
    }

    .adstxt {
        margin-top: 20px;
    }

    .footbottom {
        padding-top   : 15px;
        padding-bottom: 25px;
    }

    .share a {
        width : 50px;
        height: 50px;
    }


    .second-txt {
        padding: 20px;
    }

    .second-txt p {
        font-size: 14px;
    }

    .footbottom p {
        font-size: 16px;
    }

    .fwpprighttxt p {
        font-size: 16px;
    }

    .look {
        width       : 160px;
        line-height : 45px;
        height      : 45px;
        border-width: 1px;
    }

    .look span {
        line-height: 45px;
        font-size  : 16px;
    }

    .second-list .second-item {
        margin: 25px 0;
    }

}

@media (max-width: 1500px) {
    .content {
        width: 1200px;
    }


    .scontent {
        width: 1200px;
    }

    .second {
        top: 103px;
        top: 74px;
    }

}

@media (max-width: 1300px) {
    .content {
        width: 90%;
    }

    .scontent {
        width: 90%;
    }

    .padd {
        padding: 50px 0;
    }
}

@-webkit-keyframes bump {
    0% {
        /*z-index: 1;
        */
        transform: translate(0, 0);
    }

    100% {
        transform: translate(16px, 0);
        /*z-index: 2;
        */
    }
}

@keyframes bump {
    0% {
        /*z-index: 1;
        */
        transform: translate(0, 0);
    }

    100% {
        /*z-index: 2;
        */
        transform: translate(16px, 0);
    }
}

@-webkit-keyframes bump2 {
    0% {
        /*z-index: 2;
        */
        transform: translate(0 0);
    }

    100% {
        /*z-index: 1;
        */
        transform: translate(-16px, 0);
    }
}

@keyframes bump2 {
    0% {
        transform: translate(0 0);
        /*z-index: 2;
        */
    }

    100% {
        /*z-index: 1;
        */
        transform: translate(-16px, 0);
    }
}

@-webkit-keyframes right-spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(180deg);
    }
}

@-webkit-keyframes left-spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes close-wrapper {
    to {
        clip: rect(auto, auto, auto, auto);
    }
}

/*route*/
.route {
    padding   : 20px 0;
    position  : relative;
    box-sizing: border-box;
    z-index   : 2;
}

.route a {
    font-size: 15px;
    color    : #666;
}

.route a:first-child:before {
    content        : '';
    width          : 16px;
    height         : 16px;
    display        : inline-block;
    background-size: 16px 16px;
    background     : url(../images/routeicon.png) no-repeat 0px 0px;
    margin-right   : 10px;
    float          : left;
    margin-top     : 2px;
}

.route i {
    display        : inline-block;
    width          : 6px;
    height         : 11px;
    background-size: 6px 11px;
    background     : url(../images/routeright.png) no-repeat;
    margin         : 0 5px;
}

.route a:hover {
    color: #d50012;
}

.route a:first-child:hover:before {
    background-position: -17px 0px;
}

.route a:last-child:hover {
    color: #666;
}

/*route end*/
/*end base*/
/*index*/
.banner img {
    width: 100%;
}

.banner .videoplay {
    width   : 100%;
    height  : 100%;
    overflow: hidden;
    position: absolute;
    left    : 0px;
    top     : 0px;
}

.bantxt {
    position : absolute;
    top      : 50%;
    left     : 50%;
    transform: translate(-50%, -50%);
    z-index  : 2;
    color    : #FFF;
}

.bantxt p {
    color        : #FFF;
    font-size    : 24px;
    margin-bottom: 40px;
}

.bantxt h2 {
    font-size    : 55px;
    color        : #FFF;
    margin-bottom: 25px;
}

.bantxt strong {
    font-size  : 55px;
    color      : #FFF;
    display    : block;
    font-weight: bold;
}

.banner .look {
    margin-left: 3%;
    margin-top : 10%;
}

.look {
    width        : 160px;
    height       : 46px;
    background   : rgba(0, 0, 0, 0);
    border       : 2px solid #FFFFFF;
    border-radius: 25px;
    display      : block;
    font-size    : 16px;
    text-align   : center;
    margin-top   : 100px;
    /*margin-left: 27.4%;*/
    /* transition:.3s linear;-webkit-transition:.3s linear;-o-transition:.3s linear;-moz-transition:.3s linear; */

}

.look span {
    display        : inline-block;
    color          : #FFF;
    line-height    : 46px;
    background     : url(../images/contacticon1.png) no-repeat right center;
    background-size: 6px 11px;
    padding-right  : 30px;
}

/* .look:hover span{
     background:url(../images/contacticon2.png) no-repeat right center;
     background-size: 6px 11px;

} */
.look:hover {
    background-color: #d50012;
    border          : 2px solid #d50012;
}

.banner .swiper-button-next {
    background: url(../images/right.png) no-repeat;
    display   : none;
}

.banner .swiper-button-next:hover {
    background: url(../images/rightact.png) no-repeat;
}

.banner .swiper-button-prev {
    display   : none;
    background: url(../images/left.png) no-repeat;
}

.banner .swiper-button-prev:hover {
    background: url(../images/leftact.png) no-repeat;
}

.banner:hover .swiper-button-next,
.banner:hover .swiper-button-prev {
    display: block;
}

.banpagination li {
    display : inline-block;
    width   : 24px;
    height  : 24px;
    position: relative;
}

.banpagination li:after {
    content      : '';
    display      : block;
    width        : 8px;
    height       : 8px;
    position     : absolute;
    left         : 50%;
    top          : 50%;
    margin-top   : -4px;
    margin-left  : -4px;
    border-radius: 50%;
    background   : #FFFFFF;
    opacity      : 0.4;
}

.banpagination li.banact:after {
    background: #d50012;
    opacity   : 1;
}

.anicirclebox {
    width      : 24px;
    height     : 24px;
    position   : absolute;
    left       : 50%;
    top        : 50%;
    margin-top : -12px;
    margin-left: -12px;
    clip       : rect(0px, 24px, 24px, 12px);
}

.anicirclebox span {
    width        : 22px;
    height       : 22px;
    border       : 1px solid #d50012;
    border-radius: 50%;
    position     : absolute;
    clip         : rect(0px, 12px, 24px, 0px);
    left         : 0;
}

.anicirclebox,
.anicirclebox span {
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode      : forwards;
    -webkit-animation-timing-function: linear;
}

.banact p {
    -webkit-animation-duration: 0.01s;
    -webkit-animation-delay   : 1.5s;
    -webkit-animation-name    : close-wrapper;
}

.banact .circleleft {
    -webkit-animation-duration: 3s;
    -webkit-animation-name    : left-spin;
}

.banact .circleright {
    -webkit-animation-duration: 1.5s;
    -webkit-animation-name    : right-spin;
}

.ppzxbox {
    /*  padding: 40px;*/
    padding: 0;
}

.ppnews {
    width          : 100%;
    /*border-radius: 8px;*/
    overflow       : hidden;
    position       : relative;
}

.ppnews img {
    transition        : .3s linear;
    -webkit-transition: .3s linear;
    -o-transition     : .3s linear;
    -moz-transition   : .3s linear;
}

.ppnews:hover img {
    transform        : scale(1.03, 1.03);
    -moz-transform   : scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
}


.ppnewstxt {
    position    : absolute;
    left        : 0;
    top         : 50%;
    width       : 100%;
    transform   : translateY(-50%);
    padding-left: 80px;
    color       : #FFF;
    box-sizing  : border-box;
}

.ppnewstxt h3 {
    font-size: 36px;
}

.ppnewstxt>h4 {
    font-size  : 20px;
    margin-top : 25px;
    line-height: 1.5em;
}

.ppnewstxt2 {
    padding-left : 0;
    padding-right: 80px;
}

.ppnewstxt2 h3,
.ppnewstxt2 h4 {
    text-align: right;
}

.ppnews-item {
    margin-top : 50px;
    width      : 34.5%;
    padding-top: 50px;
    background : url(../images/line.png) no-repeat left top;
}

.ppnews-date {
    text-align   : center;
    width        : 15.5%;
    background   : rgba(255, 255, 255, 0.1);
    border       : 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 5px;
}

.yycjbox .ppnews h4 {
    min-height: 3em;
}

.ppnews-date b {
    font-size: 42px;
    display  : block;
}

.ppnews-date span {
    display  : block;
    font-size: 16px;
}

.ppnews-txt {
    width: 76%;
}

.ppnews-txt h4 {
    text-overflow: ellipsis;
    white-space  : nowrap;
    overflow     : hidden;
}

.ppnews-txt h4 a {
    font-size: 22px;
    color    : #FFF;
}

.ppnews-txt p {
    margin-top        : 15px;
    font-size         : 18px;
    text-overflow     : ellipsis;
    display           : -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow          : hidden;
}

.yycjbox {
    /* margin-top: 20px;*/
}

.yycjbox .ppnews {
    /*width: 49.5%;*/
    width: 49.999999999%;
}

.fwppcon {
    width   : 53%;
    position: relative;
}

.fwppcon .swiper-button-next {
    width        : 45px;
    right        : -60px;
    height       : 45px;
    border-radius: 50%;
    top          : 50%;
    margin-top   : -85px;
    background   : url(../images/page.png) no-repeat center center #E8E9EA;
}

.fwppcon .swiper-button-next:hover {
    background-image: url(../images/right.png);
    background-color: #d50012;
    background-size : 9px 17px;
}

.fwppcon .swiper-button-prev {
    width        : 45px;
    height       : 45px;
    top          : 50%;
    margin-top   : -85px;
    left         : -60px;
    border-radius: 50%;
    background   : url(../images/pageprev.png) no-repeat center center #E8E9EA;
}

.fwppcon .swiper-button-prev:hover {
    background-image: url(../images/left.png);
    background-color: #d50012;
    background-size : 9px 17px;

}

.pplogo li {
    width        : 32%;
    float        : left;
    background   : #FFFFFF;
    border       : 1px solid #DFDFDF;
    border-radius: 5px;
    box-sizing   : border-box;
    overflow     : hidden;
    margin-bottom: 20px;
    margin-right : 2%;
}

.pplogo li:nth-child(3n) {
    margin-right: 0;
}

.pplogo li.pplogoact {
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
}

.fwppcon .swiper-pagination {
    position  : static;
    margin-top: 70px;
}

.fwppright {
    width: 34%;
}

.fwppright>span {
    font-size     : 66px;
    opacity       : 0.1;
    font-weight   : bold;
    text-transform: uppercase;
}

.fwppright>h3 {
    font-size     : 36px;
    position      : relative;
    padding-bottom: 40px;
    line-height   : 1em;
}

.fwppright>h3:after {
    content      : '';
    display      : block;
    width        : 30px;
    height       : 5px;
    background   : #d50012;
    border-radius: 2px;
    position     : absolute;
    left         : 0;
    bottom       : 0;
}

.fwpprighttxt {
    width        : 65%;
    margin-top   : 60px;
    margin-bottom: 100px;
}

.fwpprighttxt h4 span {
    font-size: 30px;
}

.fwpprighttxt h4 {
    font-size    : 28px;
    margin-bottom: 40px;
}

.fwpprighttxt p {
    color             : #999;
    font-size         : 18px;
    line-height       : 1.5em;
    max-height        : 6em;
    overflow          : hidden;
    text-overflow     : ellipsis;
    display           : -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.fwpprighttxt a {
    width        : 180px;
    height       : 55px;
    line-height  : 55px;
    border       : 2px solid #3e3a39;
    border-radius: 27px;
    color        : #000;
    display      : block;
    font-size    : 19px;
    text-align   : center;
    margin-top   : 80px;
}

.fwpprighttxt a span {
    display        : inline-block;
    padding-right  : 30px;
    background     : url(../images/contacticon2.png) no-repeat right center;
    background-size: 10px 16px;
}

.fwpprighttxt a:hover {
    background  : #d50012;
    border-color: #d50012;
    color       : #FFF;
}

.fwpprighttxt a:hover span {
    background-image: url(../images/contacticon1.png);

}

.fwppbox {
    position: relative;
}

.fwppbox:after {
    content   : '';
    display   : block;
    position  : absolute;
    top       : 0;
    bottom    : 0;
    background: #efefef;
    width     : 42%;
    z-index   : -1;
    right     : 0;
}

.fwppcon .fwpprighttxt {
    display: none;
}

.fwppcon .banpagination li:after {
    background: #000000;
    opacity   : 0.15;
}

.fwppcon .banpagination li.banact:after {
    background: #d50012;
    opacity   : 1;
}

.klmbox {
    background: url(../images/klmbg.jpg) no-repeat;
}

.klmbox .content {
    position: relative;
}

.klmbox h2 {
    font-size    : 36px;
    color        : #FFF;
    position     : relative;
    z-index      : 4;
    text-align   : center;
    margin-bottom: 100px;
}

.klmlist li {
    float         : left;
    width         : 25%;
    box-sizing    : border-box;
    border-left   : 1px solid rgba(255, 255, 255, .3);
    padding-bottom: 40px;
    padding-top   : 100px;
}

.klmlist li i {
    display         : block;
    width           : 65px;
    height          : 74px;
    /* background   : url(../images/klmpic1.png) no-repeat;
     background-size: cover;*/
    margin-left     : 16%;
    position        : relative;
    z-index         : 2;
    margin-bottom   : 80px;
}

.klmlist li i img {
    display: block;
}

.klmlist li i .lciconact {
    display: none;
}

.klmtit {
    border-left : 3px solid #fff;
    padding-left: 16%;
    position    : relative;
    z-index     : 2;
}

.klmtit span {
    font-size     : 30px;
    line-height   : 1em;
    color         : #FFF;
    text-transform: uppercase;
}

.klmtit h4 {
    font-size  : 32px;
    font-weight: bold;
    line-height: 1em;
    color      : #FFF;
    margin-top : 30px;
}

.klmtxt {
    opacity     : 0;
    position    : relative;
    padding-left: 16%;
    margin-top  : 60px;
    color       : #FFF;
    z-index     : 2;
}

.klmtxt a {
    width        : 180px;
    height       : 55px;
    line-height  : 55px;
    border-radius: 27px;
    display      : block;
    font-size    : 19px;
    text-align   : center;
    border       : 2px solid #FFF;
    margin-top   : 80px;
    color        : #FFF;
}

.klmtxt a span {
    display        : inline-block;
    padding-right  : 30px;
    background     : url(../images/contacticon1.png) no-repeat right center;
    background-size: 10px 16px;
}

.klmtxt a:hover {
    background  : #d50012;
    border-color: #d50012;
    ;
}

.klmlist li>img {
    /*display: none;*/

    transition: opacity 1s;
    position  : absolute;
    width     : 25%;
    top       : 50%;
    height    : auto;
    left      : 0;
    transform : translateY(-50%);
    z-index   : 1;
    opacity   : 0;
    filter    : Alpha(opacity=0);
}

.klmlist li:nth-child(2)>img {
    left: 25%;
}

.klmlist li:nth-child(3)>img {
    left: 50%;
}

.klmlist li:nth-child(4)>img {
    left: 75%;
}

/*end index*/
/*yewulingyu*/
.listnav {
    background: #FBFBFB;
    border-top: 1px solid #ECECEC;
}

.listnav-fixed {
    position: fixed;
    width   : 100%;
    top     : 74px;
    z-index : 3;
}

.listnav-fixed-min {
    top        : 59px;
    line-height: 40px;
}

.listnav h3 {
    font-size  : 24px;
    font-weight: bold;
}

.listnav ul li {
    margin       : 0 25px;
    border-bottom: 5px solid #FBFBFB;
    margin-top   : 5px;
}

.listnav ul li a {
    font-size: 14px;
    color    : #666666;
}

.listnav ul li.listnavact,
.listnav ul li:hover {
    border-bottom: 5px solid #d50012;
}

.prolistban-listnav.listnav ul li.listnavact,
.prolistban-listnav.listnav ul li:hover {
    border-bottom: 5px solid transparent;
}

.listnav ul li.listnavact a,
.listnav ul li:hover a {
    font-weight: bold;
    color      : #1C1C1C;
}

.item_content:nth-child(2),
.item_content:nth-child(3) {
    display: none;

}

.ywlyitem {
    position: relative;
}

.ywlyitem-txt {
    position  : absolute;
    top       : 50%;
    transform : translate(-50%, -50%);
    left      : 50%;
    text-align: center;
    color     : #FFF;
}

.ywlyitem-txt span {
    font-size     : 32px;
    opacity       : 0.5;
    margin-bottom : 40px;
    text-transform: uppercase;
}

.ywlyitem-txt h2 {
    font-size     : 54px;
    position      : relative;
    padding-bottom: 50px;
    margin-bottom : 50px;
    text-transform: uppercase;
}

.ywlyitem.prolistban .ywlyitem-txt h2:after {
    display      : none;
}
.ywlyitem-txt h2:after {
    content      : '';
    display      : block;
    position     : absolute;
    width        : 50px;
    height       : 4px;
    background   : #d50012;
    border-radius: 2px;
    bottom       : 0;
    left         : 50%;
    margin-left  : -25px;
}

.ywlyitem-txt i {
    display        : block;
    margin         : 0 auto 50px;
    width          : 120px;
    height         : 120px;
    background     : rgba(255, 255, 255, .5);
    border-radius  : 50%;
    display        : flex;
    align-items    : center;
    justify-content: center;
}

.ywlyitem-txt i img {
    width: 48%;
}

.ywlyitem-txt p.letter {
    font-size     : 24px;
    letter-spacing: 0.3em;
}

.ywlyitem-txt p {
    font-size  : 24px;
    opacity    : 0.5;
    line-height: 1.5em;
    width      : 72%;
    margin     : 0 auto;
}

/*wlw*/
.wlwitem {
    position       : relative;
    height         : 100vh;
    background-size: cover;
}

.wlwitem-txt {
    position  : absolute;
    top       : 50%;
    transform : translate(-50%, -50%);
    left      : 50%;
    text-align: center;
    color     : #FFF;
}

.wlwitem-txt span {
    font-size     : 32px;
    opacity       : 0.5;
    margin-bottom : 40px;
    text-transform: uppercase;
}

.wlwitem-txt h2 {
    font-size     : 54px;
    position      : relative;
    padding-bottom: 50px;
    margin-bottom : 50px;
    text-transform: uppercase;
}

.wlwitem-txt h2:after {
    content      : '';
    display      : block;
    position     : absolute;
    width        : 50px;
    height       : 4px;
    background   : #d50012;
    border-radius: 2px;
    bottom       : 0;
    left         : 50%;
    margin-left  : -25px;
}

.wlwitem-txt i {
    display        : block;
    margin         : 0 auto 50px;
    width          : 120px;
    height         : 120px;
    background     : rgba(255, 255, 255, .5);
    border-radius  : 50%;
    display        : flex;
    align-items    : center;
    justify-content: center;
}

.wlwitem-txt i img {
    width: 48%;
}

.wlwitem-txt p.letter {
    font-size     : 24px;
    letter-spacing: 0.3em;
}

.wlwitem-txt p {
    font-size  : 24px;
    opacity    : 0.5;
    line-height: 1.5em;
    width      : 72%;
    margin     : 0 auto;
}

.jdxtlist {
    text-align: center;
    width     : 72%;
    margin    : 50px auto 0;
}

.jdxtlist li {
    height       : 70px;
    line-height  : 70px;
    border       : 3px solid rgba(255, 255, 255, .2);
    border-radius: 35px;
    font-size    : 24px;
    color        : #FFF;
    display      : inline-block;
    padding      : 0 50px;
    margin       : 0 10px 18px;
    text-align   : center;
}

.jdxtlist li a {
    display: block;
    color  : #FFF;
}

.jdxtlist li:hover {
    background  : #d50012;
    border-color: #d50012;
}

.next {
    width      : 25px;
    height     : 15px;
    display    : block;
    position   : absolute;
    bottom     : 100px;
    left       : 50%;
    margin-left: -12px;
}

.next img {
    -webkit-animation: mouse 2s infinite;
    animation        : mouse 2s infinite;
    position         : relative
}

@-webkit-keyframes mouse {
    0% {
        top: 10px
    }

    50% {
        top: 0
    }

    100% {
        top: 10px
    }
}

@keyframes mouse {
    0% {
        top: 10px
    }

    50% {
        top: 0
    }

    100% {
        top: 10px
    }
}

/*end yewulingyu*/
/*kafeijiyingyong*/
.listban {
    position: relative;
}

.listban-txt {
    position : absolute;
    left     : 50%;
    transform: translate(-50%, -50%);
    top      : 50%;
}

.listban-txt h2 {
    font-size  : 48px;
    color      : #FFF;
    font-weight: bold;
}

.listban-txt span {
    margin-top    : 20px;
    font-size     : 26px;
    color         : #FFF;
    opacity       : 0.5;
    text-transform: uppercase;
}

.listban-txt i {
    background       : url(../images/next.png) no-repeat center center;
    background-size  : 10px 6px;
    display          : block;
    width            : 38px;
    height           : 38px;
    border           : 1px solid #FFFFFF;
    border-radius    : 50%;
    margin-top       : 40px;
    -webkit-animation: mouse 2s infinite;
    animation        : mouse 2s infinite;
    position         : relative
}

.coffee h1 {
    text-align: center;
    font-size : 34px;
    margin-top: 20px;
}

.backbtn img {
    display       : inline-block;
    vertical-align: middle;
    margin-right  : 6px;
    width         : 18px;
    margin-top    : -5px;
}

.backbtn .imgact {
    display: none;
}

.backbtn:hover {
    color: #d50012;
}

.backbtn:hover img {
    display: none;
}

.backbtn:hover .imgact {
    display: inline-block;
}

.padd-min .author {
    margin: 32px 0;
}

.author {
    margin    : 70px 0;
    text-align: center;
    color     : #BCBCBC;
}

.author span {
    display: inline-block;
    padding: 0 30px;
    color  : #666;
}

.article p {
    font-size    : 18px;
    line-height  : 2.5em;
    margin-bottom: 50px;
}

.article img {
    max-width: 100%;
    width    : auto;
    display  : block;
    margin   : 0 auto 30px;
}

.article span {
    font-size    : 18px;
    margin-bottom: 50px;
    display      : block;
    text-align   : center;
}

/*end kafeijiyingyong*/
/*kafeijizhongxin-gaishu*/
.gaishu {
    position       : relative;
    background     : url(../images/ggcspic11.jpg) no-repeat;
    background-size: cover;
}

.gaishutxt {
    color: #FFF;
}

.gaishutxt>img {
    width : 38%;
    margin: 55px auto 0;
}

.gaishutxt span {
    font-size : 40px;
    display   : block;
    text-align: center;
}

.gaishutxt h3 {
    font-size    : 56px;
    text-align   : center;
    margin-bottom: 40px;
}

.gaishutxt p {
    font-size     : 18px;
    text-align    : center;
    opacity       : 0.3;
    text-transform: uppercase;
}

.jxklm-txt {
    position : absolute;
    top      : 50%;
    left     : 50%;
    transform: translate(-50%, -50%);
}

.jxklm-txt h3 {
    font-size     : 68px;
    font-weight   : bold;
    color         : #FFF;
    text-transform: uppercase;
    text-align    : center;
}

.jxklm-txt>img {
    width : 90px;
    margin: 0 auto 50px;
}

.jxklm-txt p {
    font-size : 28px;
    text-align: center;
    margin-top: 20px;
    color     : #FFF;
}

.jxklm-txt i {
    display: block;
    width  : 50px;
    height : 50px;
    cursor : pointer;
    margin : 60px auto 0;
}

.optionbox {
    background     : url(../images/listpic3.jpg) no-repeat;
    background-size: cover;
}

.optionmain {
    width: 67.4%;
}

.optionnav {
    width      : 32.6%;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    color      : #FFF;
    box-sizing : border-box;
}

.optionnav li {
    padding-left : 13%;
    cursor       : pointer;
    margin-bottom: 60px;
    margin-top   : 60px;
}

.optionnav li h4 {
    font-size: 28px;
    opacity  : 0.5;
}

.optionnav li p {
    opacity  : 0.5;
    font-size: 16px;
}

.optionnav li.optionact {
    border-left: 5px solid #d50012;
}

.optionnav li.optionact h4 {
    opacity: 1;
}

.optiontit {
    display       : inline-block;
    border-bottom : 1px solid rgba(255, 255, 255, .3);
    padding-bottom: 60px;
}

.optiontit>img {
    width        : 100px;
    margin-bottom: 50px;
}

.optiontit h3 {
    font-size  : 52px;
    font-weight: bold;
    color      : #FFF;
}

.optiontit span {
    display       : block;
    text-transform: uppercase;
    font-size     : 24px;
    color         : #FFF;
    opacity       : 0.5;
}

.optioncon h5 {
    font-size    : 26px;
    color        : #FFF;
    margin-top   : 60px;
    margin-bottom: 25px;
}

.optioncon {
    width: 55%;
}

.optioncon p {
    font-size  : 18px;
    color      : #FFF;
    line-height: 1.7em;
}

.optionmain li {
    display: none;
}

.optionmain li:first-child {
    display: block;
}

.hotpro-container {
    background: url(../images/rechbg.jpg) no-repeat right center #d50012;
}

.hotpro-container li>img {
    width: 60%;
    float: left;
}

.hotpro-txt {
    float      : left;
    color      : #FFF;
    width      : 20%;
    margin-left: 5%;
    padding-top: 6%;
}

.hotpro-txt i {
    display      : block;
    width        : 80px;
    margin-bottom: 50px;
}

.hotpro-txt h3 {
    font-size    : 52px;
    margin-bottom: 30px;
}

.hotpro-txt span {
    font-size     : 22px;
    opacity       : .5;
    text-transform: uppercase;
}

.hotpro-txt p {
    margin-top: 50px;
    font-size : 24px;
}

.hotpro-container {
    position: relative;
}

.hotpror-pagination {
    padding-left: 64%;
    box-sizing  : border-box;
    position    : absolute;
    bottom      : 190px;
    z-index     : 99;
}

.hotpror-pagination li {
    cursor: pointer;
}

.hotprobox .banpagination li.banact:after {
    background: #FFF;
}

.hotprobox .anicirclebox span {
    border-color: #FFF;
    width       : 24px;
    height      : 24px;
}

.hotbtnbox {
    width     : 54%;
    overflow  : hidden;
    float     : right;
    margin-top: -90px;
}

.hotbtnbox .swiper-slide-active {
    display: none;
}

.hotbtnbox li {
    position: relative;
}

.hotbtnbox li:after {
    content   : '';
    display   : block;
    position  : absolute;
    width     : 100%;
    height    : 100%;
    background: rgba(0, 0, 0, 0.5);
    top       : 0;
    z-index   : 1;
}

.hotbtnbox li h3 {
    font-size    : 24px;
    color        : #FFF;
    text-align   : center;
    bottom       : 30px;
    position     : absolute;
    z-index      : 2;
    width        : 100%;
    text-overflow: ellipsis;
    white-space  : nowrap;
    overflow     : hidden;
    text-align   : center;
}

.pdfbox {
    background     : url(../images/pdfbg.jpg) no-repeat;
    background-size: cover;
}

.pdfpic {
    width: 37%;
}

.pdfpic img {
    width      : 58%;
    margin-left: 42%;
}

.pdftxt {
    width: 55%;
}

.pdftxt>span {
    font-size     : 36px;
    text-transform: uppercase;
    margin-bottom : 20px;
}

.pdftxt h3 {
    font-size    : 48px;
    margin-bottom: 50px;
}

.pdftxt p span {
    font-size    : 24px;
    padding-right: 40px;
    background   : url(../images/pdf2.png) no-repeat right center;
    display      : inline-block;
}

/* .pdftxt a{
     width: 22%;
     height: 45px;
     line-height: 45px;
     display: block;
     margin-top: 25px;
     background: #d50012;
     text-align: center;
     border-radius: 23px;
}
 .pdftxt a span{
     font-size: 18px;
     display: inline-block;
     padding-right: 49px;
     background:url(../images/pdf.png) no-repeat right center;
     color: #FFF;
     margin-bottom: 0;
} */
.pdfbox {
    padding-top: 263px;
}

.icon-guanbi {
    background     : url(../images/close.png) no-repeat;
    display        : block;
    width          : 18px;
    height         : 18px;
    background-size: cover;
}

/*end kafeijizhongxin-gaishu*/
.ywlyitem-txt p.opactiy {
    color: rgba(255, 255, 255, .5);
}

/*end kafeijizhongxin-gaishu*/
.wlwitem-txt p.opactiy {
    color: rgba(255, 255, 255, .5);
}

.ckzwbtn {
    width        : 20%;
    display      : block;
    margin       : 80px auto 0;
    color        : #FFF;
    line-height  : 85px;
    height       : 85px;
    border       : 1px solid #FFF;
    border-radius: 43px;
    color        : #FFF;
}

.joinus .ckzwbtn span {
    opacity      : 1;
    font-size    : 24px;
    background   : url(../images/contacticon1.png) no-repeat right center;
    display      : inline-block;
    padding-right: 50px;
    margin       : 0;
}

.ckzwbtn:hover {
    background  : #d50012;
    color       : #FFF;
    border-color: #d50012;
}

.ggcsbox {
    background: none;
}

.ggcsbox .gaishutxt {
    position : absolute;
    top      : 50%;
    left     : 50%;
    transform: translate(-50%, -50%);
}

.ggcslist li {
    border-bottom          : 1px solid #DCDCDC;
    padding                : 35px 0;
    display                : -webkit-box;
    display                : -moz-box;
    display                : -ms-flexbox;
    display                : -webkit-flex;
    display                : flex;
    -webkit-justify-content: space-between;
    justify-content        : space-between;
    -moz-box-pack          : space-between;
    -webkit--moz-box-pack  : space-between;
    box-pack               : space-between;
    align-items            : center;
    -webkit-align-items    : center;
    box-align              : center;
    -moz-box-align         : center;
    -webkit-box-align      : center;
    flex-wrap              : wrap;
    -webkit-flex-wrap      : wrap;
}

.ggcslist li h3 {
    font-size: 24px;
    color    : #333;
    width    : 33%;
}

.ggcslist li>div {
    width      : 33%;
    color      : #333;
    line-height: 1.7em;
    font-size  : 18px;
}

.ggcstit h2 {
    font-size    : 32px;
    font-weight  : bold;
    line-height  : 1em;
    margin-bottom: 16px;
}

.ggcstit span {
    font-size     : 22px;
    color         : #999;
    text-transform: uppercase;
}

.ggcstit.padd {
    padding: 16px 0;
}

.fwyzcbox {
    background: #f5f5f5;
}

.k2pro {
    border-radius: 50px;
    box-shadow   : 0px 10px 29px 2px rgba(220, 220, 220, 0.3);
    background   : #FFF;
    padding-left : 6%;
    padding-right: 6%;
    box-sizing   : border-box;
}

.k2propic {
    text-align: center;
    width     : 32%;
}

.k2propic img {
    width    : auto;
    display  : inline-block;
    max-width: 100%;
}

.k2protxt {
    width: 67.2%;
}

.k2protxt h4 {
    font-size     : 36px;
    font-weight   : bold;
    /* display    : inline-block; */
}

.k2protxt h5 {
    font-size    : 28px;
    margin-bottom: 25px;
}

.k2protxt h6 {
    font-size    : 24px;
    margin-bottom: 20px;
}

.k2protxt p {
    font-size: 20px;
    color    : #999;
}

.djxzbtn {
    display      : inline-block;
    width        : 167px;
    border       : 2px solid #3e3a39;
    border-radius: 25px;
    text-align   : center;
    color        : #000;
    font-size    : 18px;
    box-sizing   : content-box;
    margin       : 24px;
    line-height  : 41px;
    height       : 41px;
}

.djxzbtn span {
    display        : inline-block;
    font-size      : 18px;
    padding-left   : 35px;
    background     : url(../images/xiazai0.png) no-repeat left center;
    background-size: 19px 15px;
}

.djxzbtn:hover {
    background  : #d50012;
    border-color: #d50012;
}

.djxzbtn:hover span {
    color     : #FFF;
    background: url(../images/xiazaifff.png) no-repeat left center;
}

.tabpro {
    /* margin-top   : 32px;
    margin-bottom: 16px;
    padding-right: 230px; */
    position: relative;
    display : inline-block;
}

.tabpro span {
    /* font-size: 24px;
    color    : #999; */
}

.tabprobtn {
    width         : 165px;
    text-align    : center;
    display       : inline-block;
    /* position   : absolute;
    right         : 0;
    top           : 50%;
    margin-top    : -25px; */
    cursor        : pointer;
    vertical-align: middle;
}

.tabprobtn-con {
    line-height  : 41px;
    height       : 45px;
    position     : relative;
    border       : 2px solid #3e3a39;
    border-radius: 25px;
    background   : #FFF;
    z-index      : 3;
    box-sizing   : border-box;

}

.tabprobtn span {
    display        : inline-block;
    font-size      : 18px;
    color          : #000;
    line-height    : 41px;
    text-align     : center;
    background     : url(../images/contacticon3.png) no-repeat right center;
    background-size: 16px 8px;
    padding-right  : 30px;
}

.tabpro-more {
    position     : absolute;
    border-radius: 15px;
    background   : #fff;
    width        : 165px;
    /*display    : none;*/
    padding      : 15px 0;

    z-index           : 1;
    box-sizing        : border-box;
    opacity           : 0;
    /* filter         :Alpha(opacity=0); */
    transition        : opacity .5s;
    top               : 21px;
    border-radius     : 10px;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow        : 0 3px 5px rgba(0, 0, 0, 0.2);
    padding-top       : 40px;

}

.tabpro-more ul {
    overflow-y: scorll;
    max-height: 270px;
    overflow-x: hidden;
}

.tabpro-more ul::-webkit-scrollbar {
    width: 3px;
}

.tabpro-more ul::-webkit-scrollbar-thumb {
    border-radius     : 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background        : #d50012;
}

.tabpro-more ul::-webkit-scrollbar-track {
    border-radius: 0;
}

.tabprobtn:hover .tabpro-more {
    /*display: block;*/
    opacity: 1;
    filter : Alpha(opacity=100);
}

.tabprobtn ul li {
    line-height: 50px;
    position   : relative;
}

.tabprobtn ul li:after {
    content   : '';
    display   : block;
    height    : 1px;
    background: rgb(223, 223, 223);
    position  : absolute;
    left      : 20px;
    bottom    : 0;
    right     : 20px;
}

.tabprobtn ul li a {
    color: #000;
}

.tabprobtn ul li:hover {
    background: #d50012;
}

.tabprobtn ul li:hover a {
    color: #FFF;
}

.tabprobtn ul li:hover:after {
    display: none;
}

.tactlist li {
    border-right: 1px solid rgba(160, 160, 160, .2);
    padding     : 0 8%;
    box-sizing  : border-box;
}

.tactlist li:first-child {
    border-left: 1px solid rgba(160, 160, 160, .2);
}

.tactlist li i {
    width          : 100px;
    height         : 100px;
    background     : #EDEDED;
    border-radius  : 50%;
    display        : block;
    margin         : 0 auto 30px;
    position       : relative;
    display        : flex;
    align-items    : center;
    justify-content: center;
}

.tactlist li i:after {
    content   : '';
    display   : block;
    position  : absolute;
    width     : 45px;
    height    : 40px;
    background: url(../images/contact.png) no-repeat 0 0;
}

.tactlist li i.tact-email:after {
    background-position: 0 -40px;
}

.tactlist li i.tact-ads:after {
    background-position: 0 -80px;
}

.tactlist li h4 {
    font-size    : 22px;
    color        : #999;
    text-align   : center;
    margin-bottom: 20px;
}

.tactlist li a,
.tactlist li p {
    font-size  : 24px;
    font-weight: bold;
    display    : block;
    text-align : center;
}

.tactlist li:hover i {
    background: #d50012;
}

.tactlist li:hover i:after {
    background-position: -45px 0;
}

.tactlist li:hover a {
    color: #C52B21;
}

.tactlist li:hover i.tact-email:after {
    background-position: -45px -40px;
}

.tactlist li:hover i.tact-ads:after {
    background-position: -45px -80px;
}

.proswiper {
    padding-left : 5%;
    padding-right: 5%;
    box-sizing   : border-box;
    padding-top  : 0;
}

.proswiper li {
    width : 14%;
    margin: 0 3%;
}

.proswiper li .aniimg {
    padding: 40px 20px;

}

.proswiper li:hover .aniimg img {
    -webkit-transform: scale(1.1);
    transform        : scale(1.1);
}

.proswiper-txt {
    border-top: 1px solid #CCC;
    padding   : 15px 0;
}

.proswiper-txt h4 {
    text-align: center;
    font-size : 18px;
}

.proswiper li:hover h4 {
    color: #DA2017;
}

.proswiper {
    position: relative;
}

.proswiper .swiper-button-next {
    background   : url(../images/page.png) no-repeat center center;
    width        : 45px;
    height       : 45px;
    border       : 1px solid #C9C9C9;
    border-radius: 50%;
    z-index      : 3;

}

.proswiper .swiper-button-prev {
    background   : url(../images/pageprev.png) no-repeat center center;
    width        : 45px;
    z-index      : 3;
    height       : 45px;
    border       : 1px solid #C9C9C9;
    border-radius: 50%;
}

.prolist {
    margin: -50px 0 0 0;
}

.prolist li {
    background   : #F9F9F9;
    border-radius: 20px;
    padding      : 5% 10%;
    overflow     : hidden;
    margin       : 50px 0;
}

.prolist li:last-child {
    margin-bottom: 0;
}

.prolisttxt {
    width: 59%;
    float: left;
}

.prolisttxt h4 {
    font-size: 38px;
}

.prolisttxt h5 {
    font-weight: bold;
    font-size  : 28px;
    margin     : 50px 0 40px;
}

.prolisttxt p {
    font-size         : 18px;
    color             : #666;
    line-height       : 1.5em;
    text-overflow     : ellipsis;
    display           : -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height        : 4.5em;
    overflow          : hidden;
}

.prolistpic {
    width     : 32%;
    float     : right;
    text-align: center;
}

.prolistpic img {
    display       : inline-block;
    width         : auto;
    max-width     : 100%;
    transition    : all 0.6s;
    vertical-align: middle;
    transform     : scale(1);
}

.prolist li:hover img {
    -webkit-transform: scale(1.1);
    transform        : scale(1.1);
}

.probtn {
    display      : block;
    width        : 180px;
    height       : 60px;
    border       : 2px solid #3e3a39;
    text-align   : center;
    border-radius: 30px;
    line-height  : 60px;
    margin-top   : 50px;
}

.probtn span {
    display        : inline-block;
    font-size      : 18px;
    color          : #000;
    background     : url(../images/contacticon2.png) no-repeat right center;
    background-size: 10px 16px;
    padding-right  : 23px;
}

.probtn:hover {
    border-color: #d50012;
    background  : #d50012;
}

.probtn:hover span {
    color           : #FFF;
    background-image: url(../images/contacticon1.png);
}

.prolist li:nth-child(2n) {
    background: #222322;
}

.prolist li:nth-child(2n) .prolistpic {
    float: left;
}

.prolist li:nth-child(2n) .prolisttxt {
    float: right;
    color: #FFF;
}

.prolist li:nth-child(2n) .prolisttxt p {
    color: #FFF;
}

.prolist li:nth-child(2n) .probtn {
    border-color: #FFF;
    color       : #FFF;
}

.prolist li:nth-child(2n) .probtn span {
    color           : #FFF;
    background-image: url(../images/contacticon1.png);
}

.prolist li:nth-child(2n) .probtn:hover {
    border-color: #DA2017;
    background  : #DA2017;
}

.contactbox {
    background: #f5f5f5;
}

.tacttit {
    padding-top: 50px;
    position   : relative;
}

.tacttit span {
    display       : block;
    text-align    : center;
    text-transform: uppercase;
    font-size     : 84px;
    font-weight   : bold;
    color         : #787878;
    width         : 100%;
    line-height   : 1em;
    opacity       : 0.1;
    top           : 0;
    position      : absolute;
}

.tacttit h2 {
    font-size     : 40px;
    text-align    : center;
    font-weight   : bold;
    padding-bottom: 40px;
    position      : relative;
}

.tacttit h2:after {
    content      : '';
    display      : block;
    position     : absolute;
    bottom       : 0;
    left         : 50%;
    margin-left  : -25px;
    width        : 50px;
    height       : 5px;
    background   : #d50012;
    border-radius: 3px;
}

.tactpic {
    width        : 56%;
    border-radius: 20px;
    overflow     : hidden;
}

.tacttxt {
    width: 40%;
}

.tacttxt li {
    background   : #FFFFFF;
    border-radius: 20px;
    padding      : 45px 10%;
    margin       : 20px 0;
}

.tacttxtcon {
    padding-left: 120px;
    position    : relative;
}

.tactbox {
    width : 1400px;
    margin: 0 auto;
}

.tactbox-position {
    position: relative;
}

.tactbox-position .tactpic {
    position: absolute;
    top     : 20px;
    bottom  : 20px;
    right   : 0;
    overflow: hidden;
}

.tacttxt li i {
    width          : 80px;
    height         : 80px;
    background     : #EDEDED;
    border-radius  : 50%;
    display        : block;
    position       : relative;
    position       : absolute;
    top            : 50%;
    margin-top     : -40px;
    display        : flex;
    align-items    : center;
    justify-content: center;
    left           : 0;
}

.tacttxt li i .imgact {
    display: none;
}

.tacttxt li:hover i img {
    display: none;
}

.tacttxt li:hover i .imgact {
    display: block;

}

.tacttxt li p {
    font-size: 18px;
}

.tacttxt li a {
    font-size: 20px;
}

.tacttxt li:hover i {
    background: #d50012;
}

.tacttxt li:hover i:after {
    background-position: -40px 0;
}

.tacttxt li:hover i.tacttxt-phone:after {
    background-position: -40px -40px;
}

.tacttxt li:hover i.tacttxt-email:after {
    background-position: -40px -80px;
}

.tactbox>li label {
    font-size    : 22px;
    display      : block;
    line-height  : 30px;
    margin-bottom: 20px;
}

.tactbox>li label i {
    display     : inline-block;
    float       : left;
    font-style  : normal;
    margin-right: 10px;
    margin-left : 5px;
    color       : #d50012;
    font-size   : 24px;
}

.tactbox>li input,
.select {
    height       : 70px;
    background   : #FFFFFF;
    border-radius: 10px;
    border       : 0 none;
    padding-left : 35px;
    padding-right: 35px;
    width        : 100%;
    box-sizing   : border-box;
    font-size    : 20px;
}

.tactbox>li input::placeholder {
    color: #999;
}

.select {
    position: relative;
}

.select p {
    font-size  : 20px;
    color      : #999;
    line-height: 70px;
    position   : relative;
}

.select p:after {
    content        : '';
    background     : url(../images/mes.png) no-repeat;
    background-size: cover;
    width          : 20px;
    height         : 12px;
    right          : 0;
    top            : 50%;
    margin-top     : -6px;
    position       : absolute;
}

.select ul {
    position     : absolute;
    width        : 100%;
    border-radius: 10px;
    border       : 1px solid #EEE;
    box-sizing   : border-box;
    background   : #FFF;
    left         : 0;
    z-index      : 3;
    padding      : 20px 35px;
    max-height   : 300px;
    box-sizing   : border-box;
    display      : none;
    overflow-y   : auto;
}

.select ul::-webkit-scrollbar {
    width: 3px;
}

.select ul::-webkit-scrollbar-thumb {
    border-radius     : 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background        : rgb(81, 193, 238, 0.2);
}

.select ul::-webkit-scrollbar-track {
    border-radius: 0;
}

.select ul li {
    line-height  : 60px;
    border-bottom: 1px dashed #EEE;
    cursor       : pointer;
}

.select ul li:hover {
    color: #d50012;
}

.tactbox>li {
    width        : 48.5%;
    margin-bottom: 30px;
}

.tactbox .textareabox {
    width: 100%;
}

.tactbox .textareabox textarea {
    background    : #FFFFFF;
    border-radius : 10px;
    padding-top   : 30px;
    padding-bottom: 30px;
    box-sizing    : border-box;
    border        : 0 none;
    padding-left  : 35px;
    width         : 100%;
    box-sizing    : border-box;
    font-size     : 20px;
}

.submitbtn,
.tactbox .submitbtn {
    width     : 100%;
    text-align: center;
    margin-top: 60px;
}

.submitbtn input,
.tactbox .submitbtn input {
    width        : 300px;
    height       : 85px;
    border       : 0 none;
    padding-right: 0;
    line-height  : 85px;
    background   : none;
    border       : 2px solid #3e3a39;
    color        : #000;
    border-radius: 43px;
    font-size    : 24px;
    text-align   : center;
    padding-left : 0;
    display      : inline-block;
    cursor       : pointer;
}

.submitbtn:hover input {
    background  : #d50012;
    border-color: #d50012;
    color       : #FFF;
}

.modeltxt {
    width: 36%;
}

.modeltxt .tacttit {
    margin-bottom: 60px;
}

.modeltxt .tacttit span {
    text-align: left;
}

.modeltxt .tacttit h2 {
    text-align    : left;
    padding-bottom: 30px;
}

.modeltxt .tacttit h2:after {
    left       : 0;
    margin-left: 0;
}

.modeltxt p {
    font-size         : 20px;
    color             : #999999;
    line-height       : 1.7em;
    text-overflow     : ellipsis;
    display           : -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    max-height        : 6.8em;
    overflow          : hidden;
}

.modelmore {
    width        : 180px;
    height       : 55px;
    line-height  : 55px;
    border       : 2px solid #3e3a39;
    border-radius: 28px;
    display      : block;
    color        : #000;
    text-align   : center;
    margin-top   : 80px;
}

.modelmore span {
    display        : inline-block;
    font-size      : 18px;
    background     : url(../images/contacticon2.png) no-repeat right center;
    background-size: 10px 16px;
    padding-right  : 33px;
}

.modelmore:hover {
    color       : #FFF;
    background  : #d50012;
    border-color: #d50012;
}

.modelmore:hover span {
    background-image: url(../images/contacticon1.png);
}

.modelpic {
    width        : 57%;
    overflow     : hidden;
    border-radius: 50px;
}

.itemnavbox .logo {
    width        : 21.3%;
    margin-bottom: 30px;
}

.itemnav {
    width        : 100%;
    position     : relative;
    margin-top   : 30px;
    margin-bottom: 30px;
}

/* .itemnav:before{
     content: '';
     position: absolute;
     display: block;
     position: absolute;
     left: -40px;
     width: 2px;
     height: 26px;
     background: #999999;
}*/
.itemnav h3 {
    font-size  : 34px;
    font-weight: bold;
}

.itemnav ul li {
    font-size: 20px;
    padding  : 0 40px;
}

.itemnav ul li a {
    color: #666666;
}

.itemnav ul li a:hover,
.itemnav ul li.listnavact a {
    color: #d50012;
}

.pingtaiban h1 {
    font-size  : 50px;
    line-height: 1em;
    margin     : 40px 0 30px;
}

.pingtaiban h2 {
    font-size: 26px;
}

.pingtaiban p {
    font-size: 24px;
}

.pingtai-item {
    background     : url(../images/pingtaibg.jpg) no-repeat;
    background-size: cover;
    padding        : 150px 0;
}

.pingtai-pic {
    width        : 60%;
    margin-right : 5.7%;
    box-shadow   : 0px 20px 48px 3px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow     : hidden;
}

.pingtai-item2 .pingtai-pic {
    margin-right: 0;
    margin-left : 5.7%;
}

.pingtai-txt {
    text-align: right;
    width     : 27%;
}

.pingtai-txt>div {
    display   : inline-block;
    width     : 52%;
    text-align: left;
}

.pingtai-txt h4 {
    font-size     : 32px;
    padding-bottom: 30px;
    font-weight   : bold;
    position      : relative;
    margin-bottom : 30px;
}

.pingtai-txt h4:after {
    content      : '';
    display      : block;
    position     : absolute;
    width        : 40px;
    height       : 5px;
    background   : #d50012;
    border-radius: 3px;
    bottom       : 0;
    left         : 0;
}

.pingtai-txt p {
    font-size  : 18px;
    /* color   : #666; */
    line-height: 1.7em;
}

.pingtai-item2 {
    background: url(../images/pingtai2bg.jpg) right center;
}

.pingtai-item2 .pingtai-txt {
    text-align: left;
}

.pingtai-item2 .pingtai-txt>div {
    text-align: right;
}

.pingtai-item2 .pingtai-txt h4:after {
    right: 0;
    left : auto;
}

.hxjsitem-txt h3 {
    font-size    : 40px;
    text-align   : center;
    font-weight  : bold;
    margin-bottom: 45px;
}

.hxjsitem-txt p {
    font-size : 18px;
    color     : #666;
    width     : 60%;
    margin    : 0 auto;
    text-align: center;
}

.hxjs-txt {
    position : absolute;
    left     : 50%;
    top      : 50%;
    transform: translate(-50%, -50%);
}

.hxjs-txt h4 {
    font-size     : 38px;
    color         : #FFF;
    font-weight   : bold;
    padding-bottom: 30px;
    position      : relative;
    margin-bottom : 38px;
    margin-left   : 3%;
}

.hxjs-txt h4:after {
    content      : '';
    display      : block;
    position     : absolute;
    width        : 40px;
    height       : 5px;
    background   : #d50012;
    border-radius: 3px;
    left         : 0;
    bottom       : 0;
}

.hxjs-txt p {
    font-size  : 18px;
    color      : #FFF;
    margin-left: 3%;
    opacity    : 0.7;
    width      : 42%;
    display    : inline-block;
}

.hxjsitem2 h4 {
    text-align: right;

    /* color: #333; */
}

.hxjsitem2 {
    text-align: right;
}

.hxjsitem2 p {
    /* color: #333; */
}

.hxjsitem2 h4:after {
    left : auto;
    right: 0;
}

.newslist li {
    background             : #F5F5F5;
    margin-bottom          : 30px;
    display                : -webkit-box;
    display                : -moz-box;
    display                : -ms-flexbox;
    display                : -webkit-flex;
    display                : flex;
    -webkit-justify-content: space-between;
    justify-content        : space-between;
    -moz-box-pack          : space-between;
    -webkit--moz-box-pack  : space-between;
    box-pack               : space-between;
    align-items            : center;
    -webkit-align-items    : center;
    box-align              : center;
    -moz-box-align         : center;
    -webkit-box-align      : center;
    flex-wrap              : wrap;
    -webkit-flex-wrap      : wrap;
}

.newspic {
    width    : 51.2%;
    overflow : hidden;
    /* height: 354px; */
}

.newspic img {
    display       : block;
    transition    : all 0.6s;
    vertical-align: middle;
    transform     : scale(1);
}

.newslist li:hover .newspic img {
    -webkit-transform: scale(1.1);
    transform        : scale(1.1);
}

.newstxt {
    width      : 38.5%;
    margin-left: 4.5%;
}

.newstxt>span {
    font-size    : 20px;
    display      : block;
    margin-bottom: 30px;
}

.newstxt h4 {
    font-size  : 26px;
    font-weight: bold;
}

.newstxt .modelmore {
    margin-top: 40px;
}

.newslist li h4:hover {
    color: #d50012;
}

.newstxt .modelmore:hover {
    /* box-shadow: 0px 10px 29px 1px rgba(215, 0, 15, 0.5); */
}

.pagebox {
    text-align     : center;
    margin-top     : 100px;
    margin-bottom  : 50px;
    display        : flex;
    align-items    : center;
    justify-content: center;
}

.pagebox a {
    display      : block;
    width        : 50px;
    height       : 50px;
    background   : #E8E9EA;
    border-radius: 50%;
    margin       : 0 8px;
    font-size    : 18px;
    line-height  : 50px;
    text-align   : center;
}

.pagebox a.pagenext {
    background: url(../images/page.png) no-repeat center center #E8E9EA;
}

.pagebox a.pageprev {
    background: url(../images/pageprev.png) no-repeat center center #E8E9EA;
}

.pagebox a:hover,
.pagebox a.pageact {
    background: #d50012;
    color     : #FFF;
}

.pagebox a.pagenext:hover {
    background     : url(../images/right.png) no-repeat center center #d50012;
    background-size: 9px 17px;
}

.pagebox a.pageprev:hover {
    background     : url(../images/left.png) no-repeat center center #d50012;
    background-size: 9px 17px;
}

.wx-box {
    position     : absolute;
    display      : none;
    top          : 65px;
    background   : #FFF;
    border       : 1px solid #ECECEC;
    border-radius: 8px;
    padding      : 10px;
    left         : 0px;
}

.wx-box-head a {
    line-height  : 16px;
    float        : right;
    margin-bottom: 10px;
    font-size    : 20px;
}

.wx-box-foot {
    font-size  : 14px;
    display    : block;
    text-align : center;
    line-height: 16px;
}

.newsshare {
    position       : relative;
    display        : flex;
    align-items    : center;
    justify-content: center;
    margin         : 80px 0;
}

.newsshare:before {
    content   : '';
    display   : block;
    position  : absolute;
    height    : 3px;
    background: #D1E3E2;
    top       : 50%;
    margin-top: -1px;
    z-index   : 4;
    left      : 70px;
    right     : 58%;
}

.newsshare:after {
    content   : '';
    display   : block;
    position  : absolute;
    height    : 3px;
    background: #D1E3E2;
    top       : 50%;
    margin-top: -1px;
    z-index   : 4;
    right     : 70px;
    left      : 58%;
}

.newsshare>a {
    display      : block;
    width        : 50px;
    height       : 50px;
    border-radius: 50%;
    position     : relative;
    margin       : 0 10px;
}

.weixinbox {
    display      : block;
    width        : 50px;
    height       : 50px;
    border-radius: 50%;
    position     : relative;
    margin       : 0 10px;
}

.newsshare>a:hover {
    opacity: 0.9;
}

.about-nav {
    height     : 50px;
    background : rgba(153, 153, 153, .1);
    line-height: 50px;
}

.about-fixed {
    position  : fixed;
    width     : 100%;
    top       : 59px;
    background: #f5f5f5;
    z-index   : 99;
}

.about-nav li {
    color       : #666666;
    display     : inline-block;
    margin-right: 60px;
}

.about-nav li a {
    font-size: 14px;
    color    : #666666;

}

.about-nav li:hover a,
.about-nav li.about-navact a {
    color: #d50012;
}

.about-route {
    text-align: right;
    padding   : 20px 0;
}

.about-route a {
    color: #666;
}

.about-route a:hover {
    color: #d50012;
}

.about-route i {
    display        : inline-block;
    background     : url(../images/page.png) no-repeat center center;
    width          : 5px;
    height         : 9px;
    background-size: cover;
    margin         : 0 5px;
}

.about-ppjs {
    width       : 46%;
    box-sizing  : border-box;
    padding-left: 3%;
}

.about-ppjs h3 {
    font-weight  : bold;
    font-size    : 26px;
    margin-bottom: 30px;
}

.about-ppjs h4 {
    font-size    : 18px;
    font-weight  : bold;
    margin-bottom: 20px;
}

.about-ppjstxt {
    margin-bottom: 40px;
    line-height  : 1.7em;
    height       : 6.8em;
    overflow     : hidden;

}

.about-ppjs .look {
    border-color: #3e3a39;
    margin-top  : 0;
    color       : #000;
}

.about-ppjs .look span {
    color          : #000;
    background     : url(../images/contacticon2.png) no-repeat right center;
    background-size: 8px 14px;
}

.about-ppjs .look:hover {
    border-color: #d50012;
}

.about-ppjs .look:hover span {
    background-image: url(../images/contacticon1.png);
    color           : #FFF;
}

.about-ppjstxt p {
    font-size  : 16px;
    color      : rgba(0, 0, 0, .7);
    line-height: 1.7em;
}

.about-ppjspic {
    width: 49%;
}

.aboutitem .hxjs-txt h4 {
    color: #333;
}

.aboutitem .hxjs-txt p {
    color   : #666;
    /* width: 22%; */
}

.aboutitem .hxjs-txt h5 {
    font-size    : 22px;
    margin-bottom: 50px;
    margin-left  : 3%;
}

.about-hxjzg {
    margin-left: 3%;
}

.aboutitem2 .hxjs-txt h4 {
    color       : #333;
    text-align  : right;
    margin-right: 3%;
    margin-left : 0%;
}

.aboutitem2 .hxjs-txt {
    text-align: right;
}

.aboutitem2 .hxjs-txt p {
    color       : #666;
    margin-right: 3%;
    margin-left : 0%;
}

.aboutitem2 .hxjs-txt h4:after {
    right: 0;
    left : auto;
}

.about-hxjzg {}

.about-hxjzg li {
    position    : relative;
    float       : left;
    margin-right: 20px;
}

.about-hxjzg li h6 {
    width        : 72px;
    border       : 1px solid rgba(102, 102, 102, .6);
    border-radius: 50%;
    height       : 72px;
    font-size    : 18px;
    color        : #666;
    line-height  : 70px;
    text-align   : center;
}

.aboutitem .about-hxjzg li p {
    position   : absolute;
    font-size  : 18px;
    width      : auto;
    left       : 50%;
    transform  : translateX(-50%);
    opacity    : 1;
    display    : block;
    white-space: pre;
    /*display  : none;*/
    padding-top: 30px;
    opacity    : 0;
    transition : opacity 1s;
}

.aboutitem .about-hxjzg li p:after {
    content     : '';
    position    : absolute;
    top         : 4px;
    left        : 50%;
    margin-left : -4px;
    width       : 0;
    height      : 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #d50012 transparent transparent transparent;
}

.about-hxjzg li:hover h6 {
    color       : #d50012;
    border-color: #d50012;
}

.about-hxjzg li:hover p {
    /*display: block;*/
    opacity: 1;
}

.historybox {
    /*background: url(../images/aboutpic5.jpg) no-repeat;*/
    background-repeat: no-repeat;
    background-size  : cover;
    transition       : all 0.6s;
}

.historybox h3 {
    color      : #FFF;
    font-size  : 38px;
    font-weight: bold;
}

.history {
    color      : #FFF;
    margin-top : 70px;
    margin-left: 14%;
}

.history .swiper-slide {
    width         : 41.5%;
    border-left   : 2px solid rgba(255, 255, 255, 0.5);
    padding-left  : 40px;
    box-sizing    : border-box;
    padding-bottom: 25px;
}

.history .swiper-slide img {
    display: none;
}

.history .swiper-slide h5 {
    font-size    : 48px;
    font-weight  : bold;
    color        : #FFF;
    margin-bottom: 25px;
}

.history .swiper-slide p {
    color      : rgba(255, 255, 255, .7);
    min-height : 3em;
    line-height: 1.5em;
    width      : 43%;
}

.history .swiper-slide-active:before {
    content      : '';
    display      : block;
    width        : 4px;
    height       : 34px;
    background   : #d50012;
    border-radius: 2px;
    position     : absolute;
    left         : -2px;
    top          : 0;
}

.history .swiper-slide-active h5 {
    color: #d50012;
}

.historybtn {
    margin-top: 70px;
}

.historybtn div {
    position       : static;
    margin         : 0;
    width          : 34px;
    height         : 34px;
    border         : 1px solid #FFFFFF;
    border-radius  : 50%;
    background     : url(../images/left.png) no-repeat center center;
    background-size: 6px 10px;
    float          : left;
    margin-right   : 10px;
}

.historybtn div.swiper-button-next {
    background     : url(../images/right.png) no-repeat center center;
    background-size: 6px 10px;
}

.historybtn div:hover {
    background-color: #d50012;
    border-color    : #d50012;
    background-size : 6px 10px;
}

.history-pagination {
    position     : static;
    text-align   : left;
    margin-top   : 50px;
    border-bottom: 2px solid rgba(255, 255, 255, .5);
}

.history-pagination .swiper-pagination-bullet {
    width        : auto;
    border-radius: initial;
    background   : none;
    height       : auto;
    color        : #FFF;
    opacity      : 1;
    padding      : 10px 20px;
    position     : relative;
}

.history-pagination .swiper-pagination-bullet-active:after {
    content   : '';
    display   : block;
    height    : 4px;
    position  : absolute;
    left      : 10px;
    right     : 10px;
    bottom    : -2px;
    background: #d50012;
}

.gmqdbox {
    background     : url(../images/gmqdbg.jpg) no-repeat;
    padding        : 150px 0 100px;
    background-size: cover;
}

.gmqdbox li {
    width        : 21.4%;
    float        : left;
    margin-right : 4.8%;
    background   : #FFFFFF;
    border-radius: 20px;
    padding      : 50px 0;
    margin-bottom: 40px;
}

.gmqdbox li:nth-child(4n) {
    margin-right: 0;
}

.gmqdpic img {
    width    : auto;
    max-width: 100%;
}

.gmqdbox li p {
    margin-top: 40px;
    text-align: center;
    font-size : 24px;
}

.gmqdpic {
    width          : 120px;
    margin         : 0 auto;
    height         : 120px;
    display        : flex;
    align-items    : center;
    justify-content: center;
}

.gmqdbox li:hover img {
    -webkit-animation: icon-bounce .7s alternate;
    animation        : icon-bounce .7s alternate
}

@keyframes icon-bounce {

    0%,
    100% {
        transform: rotate(0)
    }

    25% {
        transform: rotate(10deg)
    }

    50% {
        transform: rotate(-10deg)
    }

    75% {
        transform: rotate(5deg)
    }

    85% {
        transform: rotate(-5deg)
    }
}

@-webkit-keyframes icon-bounce {

    0%,
    100% {
        transform: rotate(0)
    }

    25% {
        transform: rotate(10deg)
    }

    50% {
        transform: rotate(-10deg)
    }

    75% {
        transform: rotate(5deg)
    }

    85% {
        transform: rotate(-5deg)
    }
}

.gmqdbox li:hover p {
    color: #E12319;
}

.tactusmain {
    position: relative;
}

.tactusmain:before {
    content   : '';
    display   : block;
    position  : absolute;
    top       : 0;
    width     : 100%;
    height    : 540px;
    background: #f5f5f5;
    z-index   : -1;
}

.tactusbox {
    background   : #FFF;
    border-radius: 20px;
    margin-top   : 80px;
}

.tactusbox .tactlist li:first-child {
    border-left: 0 none;
}

.tactusbox .tactlist li:last-child {
    border: 0 none;
}

.tactusbox .tactlist li {
    padding: 0;
    width  : 33.33%;
}

.messagebox {
    background: none;
}

.messagebox ul {
    width: 48.5%;
}

.messagebox li {
    width : 100%;
    margin: 20px 0;
}

.messagebox li ul {
    width: 100%;
}

.messagebox li ul li {
    margin: 0;
}

.messagebox .tactbox>li input,
.messagebox .select {
    border       : 2px solid #E5E5E5;
    border-radius: 20px;
}

.messagebox .textareabox {
    width: 48.5%;
}

.messagebox .textareabox textarea {
    border       : 2px solid #E5E5E5;
    border-radius: 20px;
    width        : 100%;
    height       : 100%;
    box-sizing   : border-box;
    padding      : 30px 35px;
    font-size    : 24px;
    color        : #999;
}

.messagebox .textareabox textarea::placeholder {
    color: #999;
}

.messagebox .submitbtn {
    margin-top: 0;
}

.procedure {
    background: #f5f5f5;
}

.liuchengitem li {
    background   : #FFFFFF;
    border-radius: 20px;
    width        : 27%;
    padding      : 50px 0;
}

.liuchengitem span {
    display        : block;
    background     : url(../images/right.png) no-repeat center center #BFBFBF;
    background-size: 12px 20px;
    width          : 50px;
    height         : 50px;
    border-radius  : 50%;
}

.liuchengitem li i {
    width          : 120px;
    height         : 120px;
    border-radius  : 60px;
    background     : #F8F1F0;
    display        : block;
    margin         : 0 auto;
    transition     : all 0.6s;
    display        : flex;
    align-items    : center;
    justify-content: center;
}

.liuchengitem li i img {
    width: 50%;
}

.liuchengitem li i .lciconact {
    display: none;
}

.liuchengitem li h4 {
    font-size : 22px;
    margin-top: 30px;
    text-align: center;
}

.liuchengitem li p {
    margin-top: 18px;
    font-size : 18px;
    color     : #999;
    text-align: center;
}

.liuchengitem li:hover i {
    background: #d50012;
}

.liuchengitem li:hover i img {
    display: none;
}

.liuchengitem li:hover i .lciconact {
    display: block;
}

.liuchengbtn {
    text-align: center;
}

.liuchengbtn a {
    font-size    : 24px;
    color        : #000;
    height       : 90px;
    width        : 300px;
    text-align   : center;
    line-height  : 90px;
    border       : 3px solid #3e3a39;
    border-radius: 45px;
    display      : inline-block;
    margin       : 0 30px;
}

.liuchengbtn a:hover {
    background  : #d50012;
    color       : #FFF;
    border-color: #d50012;
}

.videolist li {
    width        : 31.7%;
    margin-right : 2.4%;
    float        : left;
    border-radius: 20px;
    overflow     : hidden;
    margin-top   : 40px;
}

.videolist li:nth-child(3n) {
    margin-right: 0;
}

.videopic {
    background     : #161D27;
    display        : flex;
    align-items    : center;
    justify-content: center;
    padding        : 30px 0 13px;
    position       : relative;
}

.videopic>img {
    width: 50%;
}

.videopic span {
    position  : absolute;
    transition: all 0.3s;
}

.videotxt {
    background: #FFF;
    padding   : 40px;
}

.booksearch {
    width        : 50%;
    margin       : 0 auto;
    height       : 50px;
    border       : 1px solid #DFDFDF;
    background   : #FFF;
    margin-top   : 40px;
    margin-bottom: 50px;
    border-radius: 50px;
    position     : relative;
    padding-right: 70px;
    box-sizing   : border-box;
}

.booksearch input[type=text] {
    background : none;
    display    : block;
    width      : 100%;
    border     : 0 none;
    box-sizing : border-box;
    height     : 50px;
    line-height: 50px;
    padding    : 0 15px;
}

.booksearch input[type=submit] {
    position  : absolute;
    right     : 0;
    height    : 50px;
    cursor    : pointer;
    top       : 0;
    width     : 70px;
    background: url(../images/search.png) no-repeat center center;
    border    : 0 none;
    ;
    display: block;

}

.videolistbox {
    background: #f5f5f5;
}

.videotxt h4 {
    font-size  : 20px;
    font-weight: bold;
}

.videotxt p {
    font-size : 14px;
    margin-top: 20px;
}

.videolist li:hover h4 {
    color: #d50012;
}

.videolist li:hover .videopic span {
    transform: rotate(90deg);
}

.question {
    border-top: 1px solid #D2D2D2;
}

.question li {
    border-bottom: 1px solid #D2D2D2;
    cursor       : pointer;
    padding      : 30px;
}

.question li h4 {
    font-size  : 20px;
    line-height: 30px;
    background : url(../images/xia.png) no-repeat right center;
}

.question li p {
    display   : none;
    margin-top: 30px;
    font-size : 16px;
    /* color  : #FFF; */
}

.booklist li {
    width                  : 48.5%;
    background             : #FFF;
    border-radius          : 3px;
    display                : -webkit-box;
    display                : -moz-box;
    display                : -ms-flexbox;
    display                : -webkit-flex;
    display                : flex;
    -webkit-justify-content: space-between;
    justify-content        : space-between;
    -moz-box-pack          : space-between;
    -webkit--moz-box-pack  : space-between;
    box-pack               : space-between;
    align-items            : center;
    -webkit-align-items    : center;
    box-align              : center;
    -moz-box-align         : center;
    -webkit-box-align      : center;
    flex-wrap              : wrap;
    -webkit-flex-wrap      : wrap;
    box-sizing             : border-box;
    padding                : 40px 30px;
    margin-bottom          : 30px;
}

.bookpic {
    text-align: right;
    width     : 32%;
}

.bookpic img {
    display  : inline-block;
    max-width: 100%;
    width    : 80%;
}

.booktxt {
    width: 59%;
}

.booktxt h4 {
    font-weight  : bold;
    font-size    : 24px;
    margin-bottom: 40px;
}

.bookbtn {
    display                : -webkit-box;
    display                : -moz-box;
    display                : -ms-flexbox;
    display                : -webkit-flex;
    display                : flex;
    -webkit-justify-content: space-between;
    justify-content        : space-between;
    -moz-box-pack          : space-between;
    -webkit--moz-box-pack  : space-between;
    box-pack               : space-between;
    align-items            : center;
    -webkit-align-items    : center;
    box-align              : center;
    -moz-box-align         : center;
    -webkit-box-align      : center;
    flex-wrap              : wrap;
    -webkit-flex-wrap      : wrap;
    justify-content        : flex-start;
}

.bookbtn a {
    width        : 31%;
    background   : #F5F5F5;
    border-radius: 10px;
    display      : block;
    padding      : 20px 0;
    text-align   : center;
    transition   : all 0.6s;
    box-sizing   : border-box;
    margin-right : 3.5%;
}

.bookbtn a:nth-child(3n) {
    margin-right: 0;
}

.bookbtn a i {
    display   : block;
    width     : 25px;
    height    : 20px;
    background: url(../images/xiazaiicon.png) no-repeat 0 0;
    margin    : 0 auto 15px;
}

.bookbtn a p {
    text-align: center;
}

.bookbtn a.videobtn i {
    background: url(../images/videoicon.png) no-repeat 0 0;
}

.bookbtn a.imgbtn i {
    background: url(../images/imgicon.png) no-repeat 0 0;
}

.bookbtn a:hover {
    background: #d50012;
    color     : #FFF;
}

.bookbtn a:hover i {
    background-position: -25px 0;
}

.service>p {
    font-size : 24px;
    color     : #999;
    text-align: center;
}

.serviceitem {
    width        : 21.4%;
    background   : #FFFFFF;
    border-radius: 20px;
    padding      : 50px 0;
}

.serviceitem>span {
    width  : 45%;
    display: block;
    margin : 0 auto;
}

.serviceitem h4 {
    text-align   : center;
    margin-bottom: 20px;
    font-size    : 24px;
}

.serviceitem p {
    color     : #999;
    font-size : 18px;
    text-align: center;
}

.serviceitem i {
    display        : block;
    width          : 100px;
    height         : 100px;
    background     : #DBDBDB;
    border-radius  : 50px;
    margin         : 0 auto 40px;
    display        : flex;
    align-items    : center;
    justify-content: center;
    transition     : all 0.6s;
}

.serviceitem:hover i {
    background: #d50012;
}

.serviceitem:first-child span {
    display: none;
}

.serviceitem:first-child:hover i {
    display: none;
}

.serviceitem:first-child:hover span {
    display: block;
}

.serviceitem i img {
    width: 50%;
}

.tacttit>p {
    font-size : 18px;
    color     : #999;
    text-align: center;
    margin-top: 50px;
}

.technology-btn {
    margin-top: 50px;
    text-align: center;
}

.technology-btn a {
    display      : inline-block;
    width        : 28%;
    height       : 80px;
    line-height  : 80px;
    background   : #EEEEEE;
    border-radius: 40px;
    font-size    : 24px;
    color        : #999;
    text-align   : center;
    margin       : 0 40px;
}

.mapbox {
    background: #FBF8EF;
}

.teamlist {
    border-radius: 50px;
    position     : relative;
    overflow     : hidden;
    margin-top   : 80px;
}

.teamlist .teamlisttxt {
    position     : absolute;
    top          : 50%;
    box-sizing   : border-box;
    padding-left : 6%;
    padding-right: 6%;
    transform    : translateY(-50%);
    width        : 100%;
}

.teamlisttxt h4 {
    font-size  : 34px;
    font-weight: bold;
}

.teamlisttxt p {
    font-size : 18px;
    margin-top: 20px;
    color     : #999;
    width     : 33%;
}

.teamlist:nth-child(2n) .teamlisttxt {}

.teamlist:nth-child(2n) h4 {
    margin-left: 67%;

}

.teamlist:nth-child(2n) p {
    margin-left: 67%;
}

.teamlist:nth-child(2n) .modelmore {
    display: inline-block;
}

.mapboxcon {
    position: relative;
}

.mapboxcon img {
    width : 80%;
    margin: 0 auto;
}

.maptxt {
    position: absolute;
    bottom  : 10%;
    width   : 35%;
}

.maptxt h3 {
    font-size: 18px;
    color    : #666;
}

.maptxt h3 b {
    color      : #DCB46B;
    font-weight: bold;
    font-size  : 48px;
}

.maptxt p {
    font-size : 18px;
    color     : #666;
    width     : 75%;
    margin-top: 30px;
}

@media (min-width: 1000px) {
    .question li:hover {
        background      : #f5f5f5;
        box-shadow      : 0px 2px 5px 2px rgba(133, 133, 133, 0.3);
        /* border-radius: 20px; */
        border          : 0 none;
    }

    .question li:hover p {
        display: block;
    }

    .question li:hover h4 {
        /* color: #FFF; */
        background: url(../images/up.png) no-repeat right center;
    }

    .klmlist li {
        overflow: hidden;
    }

    .klmlist li:hover {

        margin-top: -160px;
    }

    .klmlist li:hover .klmtxt {
        opacity: 1;
    }

    .klmlist li:hover>img {

        opacity: 1;
        filter : Alpha(opacity=100);
    }

    .klmlist li:hover i img {
        display: none;
    }

    .klmlist li:hover i .lciconact {
        display: block;
        width  : 100%;
    }

    .klmlist li:hover .klmtit {
        border-color: #d50012;
    }

    .klmlist li:hover .klmtxt {
        display: block;
    }

    .pdfbox {
        padding-top: 210px;
    }
}

@media (max-width: 1800px) {

    .fwpprighttxt {
        width: 70%;
    }

    .optiontit h3 {
        font-size: 48px;
    }

    .optiontit>img {
        width        : 80px;
        margin-bottom: 35px;
    }

    .optiontit {
        padding-bottom: 40px;
    }

    .optioncon h5 {
        margin-top   : 40px;
        margin-bottom: 15px;
        font-size    : 20px;
    }

    .optioncon p {
        font-size: 16px;
    }

    .optionnav li h4 {
        font-size: 22px;
    }

    .optionnav li {
        margin-bottom: 45px;
        margin-top   : 45px;
    }

    .hotpro-txt h3 {
        font-size    : 46px;
        margin-bottom: 20px;
    }

    .hotbtnbox li h3 {
        bottom: 20px;
    }

    .hotpro-txt i {
        width        : 60px;
        margin-bottom: 40px;
    }

    .hotpro-txt p {
        margin-top: 40px;
    }

    .gaishutxt h3 {
        font-size: 52px;
    }

    .ggcslist li {
        padding: 30px 0;
    }

    .ggcslist li h3 {
        font-size: 22px;
    }

    .ggcslist li>div {
        font-size: 17px;
    }

    .ggcstit h2 {
        font-size    : 38px;
        margin-bottom: 20px;
    }

    .ggcstit span {
        font-size: 18px;
    }

    .tactlist li a,
    .tactlist li p {
        font-size: 20px;
    }

    .tactlist li i {
        margin-bottom: 20px;
    }

    .prolisttxt h4 {
        font-size: 36px;
    }

    .prolisttxt h5 {
        font-size: 24px;
        margin   : 30px 0 30px;
    }

    .probtn {
        height     : 55px;
        line-height: 55px;
    }

    .history {
        margin-left: 10%;
    }

    .ppnewstxt h3 {
        font-size: 34px;
    }

    .ppnewstxt>h4 {
        font-size: 18px;
    }

    .listnav {
        line-height: 65px;
    }

    .liuchengitem li h4 {
        font-size: 20px;
    }

    .liuchengitem li p {
        font-size: 16px;
    }

    .booktxt h4 {
        font-size: 22px;
    }

    .tacttxt li p {
        font-size: 22px;
    }

    .tactbox .submitbtn input,
    .submitbtn input {
        height     : 70px;
        line-height: 70px;
        font-size  : 18px;
        width      : 20%;
    }

    .videotxt {
        padding: 30px;
    }

    .videotxt h4 {
        font-size: 18px;
    }

    .videotxt p {
        margin-top: 15px;
    }

    .question li h4 {
        font-size: 18px;
    }

    .question li p {
        margin-top: 20px;
    }

    .technology-btn a {
        height     : 70px;
        line-height: 70px;
        font-size  : 20px;
    }

    .tactlist li h4 {
        font-size: 20px;
    }

    .messagebox .textareabox textarea {
        font-size: 20px;
    }

    .modeltxt p {
        font-size: 18px;
    }

    .hotpro-txt span {
        font-size: 20px;
    }

    .hotpro-txt p {
        font-size: 22px;
    }

    .jdxtlist li {
        height     : 50px;
        font-size  : 18px;
        padding    : 0 30px;
        line-height: 50px;
    }
}

@media (max-width: 1550px) {
    .banner .look {
        margin-left: 6%;
    }

    .bantxt h2,
    .bantxt strong {
        font-size: 48px;
    }

    .prolisttxt p {
        font-size: 16px;
    }

    .look {
        margin-top: 70px;
    }

    .modeltxt p {
        font-size: 16px;
    }

    .ppnewstxt h3 {
        font-size: 28px;
    }

    .ppnewstxt>h4 {
        font-size : 16px;
        margin-top: 15px;
    }

    .ppnews-item {
        margin-top : 30px;
        padding-top: 30px;
    }

    .bantxt p {
        margin-bottom: 30px;
    }

    .hotpro-txt span {
        font-size: 18px;
    }

    .ppnews-txt h4 a {
        font-size: 18px;
    }

    .ppnews-txt p {
        font-size : 16px;
        margin-top: 10px;
    }

    .fwppright>span {
        font-size: 52px;
    }

    .ppnews-date b {
        font-size: 32px
    }

    .fwppright>h3 {
        font-size    : 30px;
        margin-bottom: 30px;
    }

    .fwpprighttxt h4 {
        font-size: 22px;
    }

    .fwpprighttxt h4 span {
        font-size: 26px;
    }

    .fwpprighttxt {
        margin-top   : 50px;
        margin-bottom: 70px;
    }

    .fwpprighttxt a,
    .klmtxt a {
        width      : 160px;
        line-height: 45px;
        margin-top : 60px;
        height     : 45px;
    }

    .serviceitem p {
        font-size: 16px;

    }

    .klmbox h2 {
        margin-bottom: 60px;
        font-size    : 34px;
    }

    .klmlist li i {
        margin-bottom: 60px;
    }

    .klmtit span {
        font-size: 20px;
    }

    .tactlist li h4 {
        font-size: 18px;
    }

    .klmtxt {
        margin-top: 50px;
    }

    .klmtit h4 {
        font-size : 24px;
        margin-top: 20px;
    }


    .footright>a {
        padding-bottom: 20px;
    }

    /*end index*/
    /*yewulingyu*/
    .ywlyitem-txt span {
        font-size    : 28px;
        margin-bottom: 40px;
    }

    .ywlyitem-txt h2 {
        font-size     : 36px;
        padding-bottom: 30px;
        margin-bottom : 40px;
    }

    .ywlyitem-txt p.letter {
        font-size: 18px;
    }

    .ywlyitem-txt p {
        font-size: 16px;
    }

    .ywlyitem-txt i {
        width        : 100px;
        margin-bottom: 30px;
        height       : 100px;
    }

    /*wlw*/
    .wlwitem-txt span {
        font-size    : 28px;
        margin-bottom: 40px;
    }

    .wlwitem-txt h2 {
        font-size     : 36px;
        padding-bottom: 30px;
        margin-bottom : 40px;
    }

    .wlwitem-txt p.letter {
        font-size: 18px;
    }

    .wlwitem-txt p {
        font-size: 16px;
    }

    .wlwitem-txt i {
        width        : 100px;
        margin-bottom: 30px;
        height       : 100px;
    }

    .jdxtlist li {
        height     : 45px;
        font-size  : 18px;
        padding    : 0 30px;
        line-height: 45px;
    }

    .jdxtlist {
        margin-top: 30px;
    }

    .next {
        bottom: 60px;
    }

    .listnav h3 {
        font-size: 18px;
    }

    /*kafeijiyingyong*/
    .article p,
    .article span {
        font-size    : 16px;
        margin-bottom: 30px;
    }

    .author {
        margin: 50px 0;
    }

    .coffee h1 {
        font-size : 28px;
        margin-top: 10px;
    }

    .listban-txt h2 {
        font-size: 40px;
    }

    .listban-txt span {
        font-size: 24px;
    }

    .listban-txt i {
        width : 36px;
        height: 36px;
    }

    .ckzwbtn {
        line-height: 65px;
        margin-top : 60px;
        height     : 65px;
    }

    .joinus .ckzwbtn span {
        font-size    : 18px;
        display      : inline-block;
        padding-right: 40px;
    }

    .gaishutxt h3 {
        font-size    : 50px;
        margin-bottom: 20px;
    }

    .gaishutxt span {
        font-size: 28px;
    }

    .jxklm-txt>img {
        width: 60px;
    }

    .jxklm-txt h3 {
        font-size: 48px;
    }

    .jxklm-txt p {
        font-size: 22px;
    }

    .jxklm-txt i {
        margin: 40px auto 0;
    }

    .optiontit>img {
        width        : 60px;
        margin-bottom: 25px;
    }

    .optiontit h3 {
        font-size: 36px;
    }

    .optiontit span {
        font-size: 20px;
    }

    .optiontit {
        padding-bottom: 30px;
    }

    .optioncon h5 {
        margin-top: 30px;
    }

    .optionnav li {
        margin-top   : 35px;
        margin-bottom: 35px;
    }

    .hotpro-txt h3 {
        font-size    : 36px;
        margin-bottom: 10px;
    }

    .hotpro-txt p {
        margin-top: 20px;
        font-size : 20px;
    }

    .hotbtnbox li h3 {
        font-size: 18px;
    }

    .pdftxt>span {
        font-size: 28px;
    }

    .pdftxt h3 {
        font-size: 36px;
    }

    .pdftxt p span {
        font-size: 20px;
    }

    .pdftxt h3 {
        margin-bottom: 30px;
    }

    .pdftxt a {
        width: 28%;
    }

    .pdfbox {
        padding-top: 180px;
    }

    .hotpror-pagination {
        bottom: 130px;
    }

    .ggcslist li {
        padding: 25px 0;
    }

    .ggcslist li h3 {
        font-size: 18px;
    }

    .ggcslist li>div {
        font-size: 15px;
    }

    .ggcstit h2 {
        font-size    : 30px;
        margin-bottom: 20px;
    }

    .ggcstit span {
        font-size: 16px;
    }

    .k2protxt h4 {
        font-size: 34px;
    }

    .tabpro {
        /* margin-bottom: 30px;
        margin-top   : 20px; */
    }

    .tabpro span {
        font-size: 20px;
    }

    .k2protxt h5 {
        font-size    : 22px;
        line-height  : 1em;
        margin-bottom: 15px;
    }

    .k2protxt h6 {
        line-height: 1em;
        font-size  : 18px;
    }

    .k2protxt p {
        font-size: 16px;
    }

    .djxzbtn {
        /* margin     : 24px 0;
        line-height: 41px;
        height     : 41px; */
    }

    .tabprobtn {
        /* margin-top: -20px; */
    }

    .tabprobtn-con {
        line-height: 41px;
        height     : 45px;
    }

    .tabpro span {
        line-height: 41px;
        font-size  : 16px;
    }

    .tactlist li a,
    .tactlist li p {
        font-size: 18px;
    }

    .tactlist li i {
        width : 85px;
        height: 85px;
    }

    .prolisttxt h4 {
        font-size: 30px;
    }

    .prolisttxt h5 {
        font-size: 18px;
        margin   : 25px 0 25px;
    }

    .probtn {
        height     : 50px;
        line-height: 50px;
    }

    .tactbox {
        width: 1200px;
    }

    .tacttxt li {
        padding: 40px 9%;
    }

    .tacttit {
        padding-top: 40px;
    }

    .tacttit span {
        font-size: 56px;
    }

    .tacttit h2 {
        padding-bottom: 30px;
        font-size     : 30px
    }

    .tactbox>li label {
        font-size: 16px;
    }

    .tactbox>li label i {
        font-size: 20px;
    }

    .tactbox>li input,
    .select {
        height     : 55px;
        line-height: 55px;
        padding    : 0 30px;
        font-size  : 16px;
    }

    .select p {
        font-size  : 16px;
        line-height: 55px;
    }

    .select ul li {
        line-height: 55px;

    }

    .tactbox .submitbtn input,
    .submitbtn input {
        height     : 55px;
        line-height: 55px;
        font-size  : 16px;
        width      : 20%;
    }

    .tactbox>li {
        margin-bottom: 25px;
    }

    .tactbox>li label {
        margin-bottom: 15px;
    }

    .tactbox .submitbtn,
    .submitbtn {
        margin-top: 50px;
    }

    .tactbox .textareabox textarea {
        font-size: 18px;
    }

    .modeltxt .tacttit {
        margin-bottom: 30px;
    }

    .modelmore {
        margin-top: 40px;
    }

    .pingtai-txt h4 {
        font-size     : 24px;
        padding-bottom: 25px;
    }

    .pingtai-txt p {
        font-size: 16px;
    }

    .pingtai-txt>div {
        width: 60%;
    }

    .pingtaiban h1 {
        font-size: 46px;
        margin   : 20px 0;
    }

    .pingtaiban h2 {
        font-size: 24px;
    }

    .itemnav h3 {
        font-size: 28px;
    }

    .itemnav ul li {
        font-size: 18px;
        padding  : 0 20px;
    }

    .pingtai-item {
        padding: 100px 0;
    }

    .hxjsitem-txt h3 {
        font-size    : 30px;
        margin-bottom: 35px;
    }

    .hxjsitem-txt p {
        font-size: 16px;
    }

    .hxjs-txt h4 {
        font-size     : 34px;
        padding-bottom: 20px;
        margin-bottom : 30px;
    }

    .hxjs-txt p {
        font-size: 16px;
    }

    .newstxt>span {
        margin-bottom: 20px;
        font-size    : 16px;
    }

    .newstxt h4 {
        font-size: 22px;
    }

    .newstxt .modelmore {
        margin-top : 30px;
        height     : 45px;
        line-height: 45px;
    }

    .pagebox {
        margin-top   : 70px;
        margin-bottom: 30px;
    }

    .history {
        margin-left: 5%;
    }

    .about-ppjs h3 {
        font-size    : 28px;
        margin-bottom: 25px;
    }

    .about-ppjs h4 {
        margin-bottom: 20px;
        font-size    : 18px;
    }

    .about-ppjstxt p {
        font-size: 16px;
    }

    .about-ppjs .look {
        height: 45px;
        width : 160px;
    }

    .about-ppjs .look {
        line-height: 45px;
    }

    .historybox h3 {
        font-size: 32px;
    }

    .history,
    .historybtn {
        margin-top: 50px;
    }

    .history-pagination {
        margin-top: 30px;
    }

    .history .swiper-slide h5 {
        font-size    : 40px;
        margin-bottom: 20px;
    }

    .gmqdbox {
        padding: 80px 0 60px;
    }

    .gmqdbox li p {
        font-size : 20px;
        margin-top: 25px;
    }

    .tactusbox {
        margin-top: 50px;
    }

    .liuchengitem li i {
        width : 100px;
        height: 100px;
    }

    .liuchengbtn a {
        height     : 70px;
        line-height: 70px;
    }

    .bookbtn a i {
        margin-bottom: 10px;
    }

    .maptxt h3 b {
        font-size: 36px;
    }

    .maptxt p {
        font-size: 16px;
    }

    .teamlisttxt h4 {
        font-size: 28px;
    }

    .teamlisttxt p {
        font-size: 16px;
    }

    .serviceitem i {
        margin-bottom: 20px;
    }

    .tacttit>p {
        font-size : 16px;
        margin-top: 40px;
    }

    .technology-btn a {
        height     : 60px;
        line-height: 60px;
        font-size  : 18px;
    }

    .serviceitem h4 {
        font-size    : 20px;
        margin-bottom: 15px;
    }

    .teamlist {
        margin-top: 60px;
    }

    .nav {
        width: 64%;
    }

    .liuchengitem li h4 {
        font-size: 18px;
    }

    .tacttxt li p {
        font-size: 18px;
    }

    .question li {
        padding: 20px;
    }

    .question li h4 {
        font-size: 18px;
    }

    .question li p {
        margin-top: 15px;
        font-size : 16px;
    }

    .modelmore {
        height     : 50px;
        line-height: 50px;
    }

    .booklist li {
        padding: 30px 20px;
    }

    .pagebox a {
        width      : 40px;
        height     : 40px;
        line-height: 40px;
    }

    .pagebox {
        margin-top   : 55px;
        margin-bottom: 25px;
    }

}