﻿

/* CSS Document */
/*切图：yf*/
html {
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    overflow: hidden;
}

* {
    padding: 0;
    margin: 0;
}

ul,
ol,
li,
dl,
dd,
dt {
    list-style-type: none;
    line-height: normal;
}

body,
button,
input,
select,
textarea {
    /* [disabled]font-family:'Microsoft yahei' ,Arial; */
    font-size: 12px;
}

code,
kbd,
pre,
samp {
    font-family: 'Microsoft yahei', Arial;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #333;
    cursor: pointer;
    transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

a:hover,
a:active,
a:visited,
a:link,
a:focus {
    outline: none;
}

a:hover {
    color: #333;
    cursor: pointer;
}

img {
    border: 0;
    max-width: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: normal;
    font-family: 'Microsoft yahei', Arial;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

input,
table,
tr,
td {
    margin: 0;
    padding: 0;
    border: none;
}

button,
table {
    border: none;
    background: none;
    margin: 0;
    padding: 0;
}

select {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft yahei', Arial;
}

textarea {
    resize: none;
    outline: 0;
}

input {
    outline: 0;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
    display: block
}



.top1 {
    position: fixed;
    width: 100%;
    height: 110px;
    left: 0;
    top: 0;
    z-index: 1010;
    background-color: #fff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.top1.active {
    height: 88px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.09);
}

.top1 .headTop {}

.top1 .logo {
    float: left;
    width: 410px;
    height: 40px;
    line-height: 0;
    margin-top: 26px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.top1.active .logo {
    margin-top: 24px;
}

@media screen and (max-width:1229px) {
    .top1 {
        display: none;
    }

    .pz_banner {
        margin-top: 68px;
    }
}

.top1 .search {
    float: right;
    width: 30px;
    height: 30px;
    margin-top: 39px;
    position: relative;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.top1.active .search {
    margin-top: 29px;
}

.top1 .search .searchBtn {
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
    border: 0;
    background: 0;
    z-index: 200;
    -webkit-appearance: none;
    outline: 0;
}

.top1 .search .searchBox {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    z-index: 100;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -o-border-radius: 18px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.top1 .search.active .searchBox {
    width: 160px;
    background-color: #e60012;
}

.top1 .search .searchBox input {
    float: left;
    height: 30px;
    width: 0;
    background: 0;
    border: 0;
    padding: 0 13px 0 15px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -o-border-radius: 18px;
}

.top1 .search.active .searchBox input {
    width: 100%;
}

.inco1 ::-webkit-input-placeholder {
    color: #fff !important;
}

.inco1 :-moz-placeholder {
    color: #fff !important;
}

.inco1 ::-moz-placeholder {
    color: #fff !important;
}

.inco1 :-ms-input-placeholder {
    color: #fff !important;
}









.menu {
    float: right;
    margin-right: 12px;
}

.menu ul {
    float: left;
}

.menu ul .nli {
    float: left;
    padding: 0 1px;
    position: relative;
}

.menu ul .nli span a {
    float: left;
    height: 110px;
    padding: 0 29px;
    color: #505050;
    font-size: 16px;
    line-height: 110px;
    position: relative;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.top1.active .menu ul .nli span a {
    height: 88px;
    line-height: 88px;
}

.menu ul .nli.active span a {
    color: #e60012;
}

.menu ul .nli span a::after {
    display: none;
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 3px;
    background: #e60012;
}

.menu ul .nli.active span a::after {
    display: block;
}

.menu .sub {
    display: none;
    position: absolute;
    width: 130px;
    left: 50%;
    top: 107px;
    margin-left: -65px
}

.top1.active .menu .sub {
    top: 88px;
}

.menu .sub ul {
    float: left;
    width: 100%;
    display: block;
    background-color: rgba(255, 255, 255, 0.9);
    border: #eeeeee solid 1px;
    padding: 10px 14px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
}

.menu .sub li {
    padding: 10px 0;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    border-bottom: #eeeeee solid 1px;
    text-align: center;
}

.menu .sub li:last-child {
    border-bottom: 0;
}

.menu .sub li a {
    color: #333;
    text-transform: uppercase;
}

.menu .sub li:hover a {
    color: #1978cb;
}

@media screen and (max-width:1679px) {
    .menuBox {
        padding: 0 55px 0 393px;
    }

    .menu ul .nli {
        padding: 0 10px;
    }

    .menu ul .nli span a {
        padding: 0 12px;
    }
}

@media screen and (max-width:1439px) {
    .menu ul .nli {
        padding: 0 6px;
    }

    .menu ul .nli span a {
        padding: 0 8px;
        font-size: 14px;
    }
}

.top1 .headDown .aLi {
    float: right;
    width: 120px;
    height: 34px;
    border: #e70012 solid 1px;
    text-align: center;
    margin-top: 18px;
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -o-border-radius: 17px;
}

.top1 .headDown .aLi:hover {
    background-color: #e70012;
}

.top1 .headDown .aLi b {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 6px 10px 0 0;
    line-height: 0;
    vertical-align: top;
}

.top1 .headDown .aLi b .imgs {}

.top1 .headDown .aLi b .imgd {
    display: none;
}

.top1 .headDown .aLi:hover b .imgs {
    display: none;
}

.top1 .headDown .aLi:hover b .imgd {
    display: block;
}

.top1 .headDown .aLi span {
    display: inline-block;
    color: #e70012;
    font-size: 14px;
    line-height: 32px;
}

.top1 .headDown .aLi:hover span {
    color: #fff;
}


/*phone版头部*/
.top2 {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2000;
    float: left;
    width: 100%;
    height: 51px;
    border-bottom: #ebebeb solid 1px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.09);
}

.top2.active {}

.top2 .logo {
    float: left;
    width: 260px;
    height: 26px;
    margin-top: 8px;
}

@media screen and (max-width:1229px) {
    .top2 {
        display: block;
    }
}

/*手机按钮*/
.menuph {
    float: right;
    margin: 5px 0 0 0;
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
}

.menuph .point {
    display: inline-block;
    width: 28px;
    height: 22px;
    margin-top: 10px;
    position: relative;
}

.menuph .point:hover .navbtn,
.menuph .point:hover .navbtn::after,
.menuph .point:hover .navbtn::before {
    width: 28px;
}

.menuph .navbtn {
    position: absolute;
    top: 10px;
    right: 0;
    display: inline-block;
    width: 21px;
    height: 1px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #e60012;
}

.menuph .navbtn::after,
.menuph .navbtn::before {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 28px;
    height: 1px;
    content: '';
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #e60012;
}

.menuph .navbtn::after {
    top: -11px;
}

.menuph .navbtn::before {
    top: 10px;
}

.menuph .point.active .navbtn {
    background: transparent;
}

.menuph .point.active .navbtn::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
}

.menuph .point.active .navbtn::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
}


/*手机下拉*/
.xialaph {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    padding-bottom: 20px;
    display: none;
    z-index: 1029;
    background: #fff;
}

.xialaph .titleTwo {
    border-bottom: #f3f3f3 solid 1px;
}

.xialaph .ul2,
.xialaph .ul3 {
    display: none;
}

.xialaph .tp a {
    display: block;
    color: #333;
    font-size: 15px;
    font-weight: bold;
    line-height: 50px;
    position: relative;
}

.xialaph .tp b {
    position: absolute;
    right: 5px;
    top: 50%;
    width: 9px;
    height: 9px;
    float: right;
    border-top: #333 solid 1px;
    border-right: #333 solid 1px;
    margin-top: -7px;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}

.xialaph .tp.active b {
    margin-top: -5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    border-top: #333 solid 1px;
    border-right: #333 solid 1px;
}

.xialaph h5 a {
    display: block;
    text-transform: uppercase;
    color: #333;
    font-size: 14px;
    line-height: 42px;
}

.xialaph h5 {
    position: relative;
    margin-left: 20px;
}

.xialaph h5::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #f5f5f5;
    /*opacity: 0.05;*/
}

.xialaph li:last-child h5::after {
    display: none;
}

.xialaph .ul2 {}

.xialaph .ul3 {
    padding-top: 12px;
    padding-bottom: 18px;
    padding-left: 15px;
    position: relative;
}

.xialaph .ul3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #e5e5e5;
}

.xialaph li:last-child .ul3::after {
    display: none;
}

.xialaph .ul3 li a {
    color: #666;
    font-size: 14px;
    line-height: 35px;
    display: block;
}

.xialaph .ul3 li {
    padding-top: 5px;
}

.xialaph .ul3 li:first-child {
    padding-top: 0;
}

.xialaph .searchP {
    margin-top: 15px;
    height: 35px;
    border: #ccc solid 1px;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -o-border-radius: 18px;
}

.xialaph .searchP button {
    float: right;
    width: 21px;
    height: 21px;
    margin: 6px 18px 0 0;
    line-height: 0;
    -webkit-appearance: none;
    background: 0;
    outline: 0;
    border: 0;
    border-radius: 0;
}

.xialaph .searchP .searchLeft {
    padding: 0 40px 0 0;
}

.xialaph .searchP .searchLeft .Iminput {
    float: left;
    width: 100%;
    height: 33px;
    padding: 0 0 0 14px;
    color: #333;
    font-size: 14px;
    border: 0;
    background: 0;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -o-border-radius: 18px;
    -webkit-appearance: none;
    outline: 0;
}

.phonemeng {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .6;
    z-index: 196;
    display: none;
}

.phonemeng.active {
    display: block;
}

.inco2 ::-webkit-input-placeholder {
    color: #fff !important;
}

.inco2 :-moz-placeholder {
    color: #fff !important;
}

.inco2 ::-moz-placeholder {
    color: #fff !important;
}

.inco2 :-ms-input-placeholder {
    color: #fff !important;
}


.pz_banner {
    float: left;
    width: 100%;
    margin-top: 110px;
    overflow: hidden;
    position: relative;
    line-height: 0;
    background-color: #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.pz_banner.home {
    min-height: 500px;
}

@media screen and (max-width:1229px) {
    .pz_banner {
        margin-top: 50px;
    }

    .pz_banner.home {
        min-height: 415px;
    }
}

@media screen and (max-width:991px) {
    .pz_banner.home {
        min-height: 514px;
    }
}

@media screen and (max-width:767px) {
    .pz_banner.home {
        min-height: 214px;
    }
}

.pz_main {
    float: left;
    width: 100%;
    background: #fff;
}

.pz_down {
    float: left;
    width: 100%;
    background: url("../image/foot1.jpg") repeat;
}


/*banner*/
.bannerBox {
    line-height: 0;
    overflow: hidden;
}

.dian {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 38px;
    text-align: center;
    line-height: 0;
}

.dian .slick-dots {
    position: static;
    bottom: auto;
    width: 100%;
    line-height: 0;
    text-align: center;
}

.dian .slick-dots li {
    display: inline-block;
    vertical-align: top;
    width: 111px;
    height: 30px;
    margin: 0;
    border-bottom: rgba(255, 255, 255, 0.3) solid 1px;
    text-align: center;
}

.dian .slick-dots li.slick-active {
    border-bottom: #fff solid 1px;
}

.dian .slick-dots li button {
    float: left;
    width: 2px;
    height: 2px;
    background: #fff;
    margin-top: 28px;
    padding: 0;
    text-align: 100px;
    overflow: hidden;
}

.dian .slick-dots li button:before {
    display: none;
}

.dian .slick-dots li:last-child::after {
    content: '';
    float: right;
    width: 2px;
    height: 1px;
    background-color: #fff;
    margin-top: 28px;
}

.dian .slick-dots li .bs {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 28px;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    position: relative;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
}

.dian .slick-dots li.slick-active .bs {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
}

.dian .slick-dots li .bs::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 5px;
    background-color: #fff;
    left: 50%;
    bottom: -1px;
}

@media screen and (max-width:991px) {
    .dian {
        bottom: 15px;
    }

    .dian .slick-dots li {
        width: 60px;
    }
}


.mouse {
    position: absolute;
    width: 36px;
    height: 63px;
    bottom: 94px;
    left: 50%;
    margin-left: -18px;
    cursor: pointer;
}

.mouse b {
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #fff;
    bottom: 28px;
    left: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}

.circle-b {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transform: rotate(0deg);
}

.circle-b {
    -webkit-animation: ani-circle-b 2.5s ease-out 1.5s forwards infinite;
    animation: ani-circle-b 2.5s ease-out 1.5s forwards infinite
}

@media screen and (max-width:991px) {
    .mouse {
        bottom: 45px;
    }
}

@media screen and (max-width:767px) {
    .mouse {
        display: none;
    }
}

@-webkit-keyframes ani-circle-b {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        filter: alpha(opacity=0);
    }

    10% {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
        filter: alpha(opacity=0)\9
    }
}

@keyframes ani-circle-b {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        filter: alpha(opacity=0);
    }

    10% {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
        filter: alpha(opacity=0);
    }
}


/*main*/
/*homeAbout*/
.homeAbout {
    padding: 6.42% 0 6.42% 0;
    overflow: hidden;
}

.homeAboutLeft {
    float: left;
    width: 42.28%;
}

.homeAboutTitle {}

.homeAboutTitle .aboutEng {
    color: #5f5f5f;
    font-size: 50px;
    line-height: 1.22;
    font-weight: bold;
}

.homeAboutTitle .aboutEng .red {
    color: #e60012;
}

.homeAboutTitle h2 {
    color: #5f5f5f;
    font-size: 26px;
    line-height: 1.88;
}

.homeAboutTitle .aboutLine {
    padding-top: 3%;
    padding-bottom: 4.05%;
    line-height: 0;
}

.homeAboutTitle .aboutLine span {
    float: left;
    width: 42px;
    height: 3px;
    background-color: #e60012;
}

@media screen and (max-width:1429px) {
    .homeAboutTitle .aboutEng {
        font-size: 43px;
    }

    .homeAboutTitle h2 {
        font-size: 23px;
    }

    .homeAboutTitle .aboutLine span {
        width: 37px;
        height: 3px;
    }
}

@media screen and (max-width:1229px) {
    .homeAboutTitle .aboutEng {
        font-size: 34px;
    }

    .homeAboutTitle h2 {
        font-size: 18px;
    }

    .homeAboutTitle .aboutLine span {
        width: 31px;
        height: 2px;
    }
}

@media screen and (max-width:991px) {
    .homeAboutLeft {
        width: 100%;
        padding-top: 4.05%;
    }

}


.homeAboutSlick {}

.homeAboutSlick .abTop {}

.homeAboutSlick .abTop .abText {
    height: 216px;
    color: #767676;
    font-size: 16px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.homeAboutSlick .abTop .abBnt {
    padding: 9.12% 0 8.1% 0;
}

.homeAboutSlick .abTop .abBnt a {
    float: left;
    padding: 0 20px 0 26px;
    background-color: #f39800;
}

.homeAboutSlick .abTop .abBnt a:hover {
    background-color: #e60012;
}

.homeAboutSlick .abTop .abBnt a b {
    float: left;
    width: 14px;
    height: 14px;
    margin: 12px 0 0 13px;
    line-height: 0;
}

.homeAboutSlick .abTop .abBnt a span {
    float: left;
    color: #fff;
    font-size: 12px;
    line-height: 39px;
    text-transform: uppercase;
}

.homeAboutSlick .abDo {}

.homeAboutSlick .abDo .doli {
    float: left;
    width: 100%;
    text-align: center;
    border-top: #ececec solid 1px;
    margin-top: 2px;
}

.homeAboutSlick .abDo .doli span {
    display: inline-block;
    vertical-align: top;
    border-top: transparent solid 3px;
    margin-top: -2px;
    color: #515456;
    font-size: 16px;
    line-height: 53px;
    cursor: pointer;
}

.homeAboutSlick .abDo .slick-current .doli span {
    border-top-color: #e60012;
    color: #e60012;
}

@media screen and (max-width:1429px) {
    .homeAboutSlick .abTop .abText {
        height: 180px;
        font-size: 14px;
        line-height: 30px;
    }

    .homeAboutSlick .abTop .abBnt {
        padding: 7.12% 0 7.1% 0;
    }

    .homeAboutSlick .abTop .abBnt a {
        padding: 0 20px 0 22px;
    }

    .homeAboutSlick .abTop .abBnt a b {
        margin: 10px 0 0 10px;
    }

    .homeAboutSlick .abTop .abBnt a span {
        line-height: 34px;
    }

    .homeAboutSlick .abDo .doli span {
        font-size: 16px;
        line-height: 44px;
    }
}

@media screen and (max-width:1229px) {
    .homeAboutSlick .abTop .abText {
        height: 120px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    .homeAboutSlick .abDo .doli span {
        font-size: 16px;
        line-height: 44px;
    }
}




.homeAboutRight {
    float: right;
    width: 50%;
    line-height: 0;
    position: relative;
    overflow: hidden;
}

.homeAboutRight .redBg {
    position: absolute;
    width: 30.85%;
    height: 100%;
    right: 0;
    top: 0;
    background-color: rgba(230, 0, 18, 0.4);
}

.homeAboutRight .redBg .emd {
    position: absolute;
    width: 14px;
    right: 14.28%;
    top: 6.14%;
    line-height: 0;
}

.homeAboutRight .redBg .china {
    position: absolute;
    width: 100%;
    padding: 0 12.96%;
    left: 0;
    bottom: 0;
}

.homeAboutRight .redBg .china .chinaBorder {
    border-top: rgba(255, 255, 255, 0.2) solid 1px;
    padding: 11.46% 0 17.83% 0;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
}

.homeAboutRight .redBg .china .chinaBorder b {
    float: left;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    line-height: 0;
}

@media screen and (max-width:991px) {
    .homeAboutRight {
        float: left;
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .homeAboutRight .redBg {
        width: 40%;
    }

    .homeAboutRight .redBg .china .chinaBorder {
        padding: 11.46% 0 7.83% 0;
        font-size: 12px;
    }
}


/*homePro*/
.homeProBack {
    overflow: hidden
}

.homeProTitBox {
    padding: 4.07% 0 3.57% 0;
}

.homeProTitle {
    text-align: center;
}

.homeProTitle .proEng {
    color: #5f5f5f;
    font-size: 45px;
    line-height: 1;
    font-weight: bold;
}

.homeProTitle .proEng span {
    color: #e60012;
}

.homeProTitle .proSmTit {
    padding: 10px 0 15px 0;
    text-align: center;
    line-height: 0;
}

.homeProTitle .proSmTit .smText {
    display: inline-block;
    vertical-align: top;
    padding: 6px 0;
    border-bottom: #979797 dashed 1px;
    border-top: #979797 dashed 1px;
    color: #979797;
    font-size: 14px;
    line-height: 20px;
}

.homeProTitle h2 {
    color: #5f5f5f;
    font-size: 26px;
    line-height: 1;
}

@media screen and (max-width:1429px) {
    .homeProTitle .proEng {
        font-size: 38px;
    }

    .homeProTitle .proSmTit {
        padding: 9px 0 13px 0;
    }

    .homeProTitle .proSmTit .smText {
        padding: 5px 0;
    }

    .homeProTitle h2 {
        font-size: 23px;
    }
}

@media screen and (max-width:1229px) {
    .homeProTitle .proEng {
        font-size: 31px;
    }

    .homeProTitle .proSmTit {
        padding: 6px 0 10px 0;
    }

    .homeProTitle .proSmTit .smText {
        padding: 3px 0;
        font-size: 12px;
    }

    .homeProTitle h2 {
        font-size: 18px;
    }
}

@media screen and (max-width:767px) {
    .homeProTitBox {
        padding: 5.07% 0 6.57% 0;
    }
}




.homePro {
    margin: 0 -135px;
}

.homePro ul {
    float: left;
    width: 100%;
}

.homePro ul .proLI {
    padding: 0 15px;
}

.homePro ul .proLI .proWhite {
    background-color: #fff;
    padding: 21px;
}

.homePro ul .proLI .proWhite .proPIc {
    overflow: hidden;
    position: relative;
    line-height:
}

.homePro ul .proLI .proWhite .proPIc .is2 {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    transition: -webkit-transform 2s;
    -ms-interpolation-mode: bicubic;
}

.homePro ul .proLI:hover .proWhite .proPIc .is2 {
    transform: scale(1.09, 1.09);
    -ms-transform: scale(1.09, 1.09);
    -webkit-transform: scale(1.09, 1.09);
    -o-transform: scale(1.09, 1.09);
    -moz-transform: scale(1.09, 1.09);
}

.homePro ul .proLI .proWhite .proPIc .proBg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.5);
}

.homePro ul .slick-center .proLI .proWhite .proPIc .proBg {
    background: 0;
}

.homePro ul .proLI .proWhite .proPIc .proBg .ico {
    position: absolute;
    width: 66px;
    height: 66px;
    line-height: 0;
    left: 50%;
    top: 50%;
    margin: -33px 0 0 -33px;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
}

.homePro ul .slick-center .proLI .proWhite .proPIc .proBg .ico {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
}

.homePro ul .proLI .proWhite h3 {
    padding: 4.24% 0 0 0;
    color: #333;
    font-size: 20px;
    line-height: 1;
    text-align: center;
}

.homePro ul .proLI:hover .proWhite h3 {
    color: #e60012;
}

.homePro ul .proLI .proWhite .tit {
    padding: 10px 0 6px 0;
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

@media screen and (max-width:1229px) {
    .homePro ul .proLI .proWhite .proPIc .proBg .ico {
        width: 48px;
        height: 48px;
        margin: -24px 0 0 -24px;
    }
}

@media screen and (max-width:991px) {
    .homePro ul .proLI .proWhite h3 {
        font-size: 16px;
    }
}

@media screen and (max-width:767px) {
    .homePro {
        margin: 0 -90%;
    }

    .homePro ul .proLI {
        padding: 0 6px;
    }

    .homePro ul .proLI .proWhite {
        padding: 8px;
    }

    .homePro ul .proLI .proWhite .proPIc {
        overflow: hidden;
        position: relative;
        line-height:
    }

    .homePro ul .proLI .proWhite .proPIc .is2 {
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        transition: -webkit-transform 2s;
        -ms-interpolation-mode: bicubic;
    }

    .homePro ul .proLI:hover .proWhite .proPIc .is2 {
        transform: scale(1.09, 1.09);
        -ms-transform: scale(1.09, 1.09);
        -webkit-transform: scale(1.09, 1.09);
        -o-transform: scale(1.09, 1.09);
        -moz-transform: scale(1.09, 1.09);
    }

    .homePro ul .proLI .proWhite .proPIc .proBg {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: rgba(255, 255, 255, 0.5);
    }

    .homePro ul .slick-center .proLI .proWhite .proPIc .proBg {
        background: 0;
    }

    .homePro ul .proLI .proWhite .proPIc .proBg .ico {
        width: 40px;
        height: 40px;
        margin: -20px 0 0 -20px;
    }

    .homePro ul .slick-center .proLI .proWhite .proPIc .proBg .ico {
        opacity: 1;
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
    }

    .homePro ul .proLI .proWhite h3 {
        padding: 4.24% 0 0 0;
        color: #333;
        font-size: 20px;
        line-height: 1;
        text-align: center;
    }

    .homePro ul .proLI:hover .proWhite h3 {
        color: #e60012;
    }

    .homePro ul .proLI .proWhite .tit {
        padding: 10px 0 6px 0;
        color: #666666;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
    }
}



.homePro .slick-prev {
    position: absolute;
    width: 66px;
    height: 66px;
    left: 27%;
    top: 50%;
    margin-top: -65px;
    background: url(../image/main10.png) center no-repeat;
    background-size: cover;
}

.homePro .slick-prev:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
}

.homePro .slick-next {
    position: absolute;
    width: 66px;
    height: 66px;
    right: 27%;
    top: 50%;
    margin-top: -65px;
    background: url(../image/main11.png) center no-repeat;
    background-size: cover;
}

.homePro .slick-next:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
}

@media screen and (max-width:1429px) {
    .homePro .slick-prev {
        width: 56px;
        height: 56px;
        left: 27%;
        top: 50%;
        margin-top: -65px;
        background: url(../image/main10.png) center no-repeat;
        background-size: cover;
    }

    .homePro .slick-next {
        position: absolute;
        width: 56px;
        height: 56px;
        right: 27%;
        top: 50%;
        margin-top: -65px;
        background: url(../image/main11.png) center no-repeat;
        background-size: cover;
    }
}

@media screen and (max-width:991px) {
    .homePro .slick-prev {
        width: 40px;
        height: 40px;
        margin-top: -45px;
    }

    .homePro .slick-next {
        width: 40px;
        height: 40px;
        margin-top: -45px;
    }
}


.homePro .slick-dots {
    position: static;
    bottom: auto;
    padding-top: 2%;
    text-align: center;
}

.homePro .slick-dots li {
    display: inline-block;
    vertical-align: top;
    width: 12px;
    height: 12px;
    background-color: #999;
    margin: 0 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}

.homePro .slick-dots li.slick-active {
    background-color: #e60012;
}

.homePro .slick-dots li button {
    display: none;
}

.homeProBtn {
    text-align: center;
    line-height: 0;
    padding: 3.28% 0 4.28% 0;
}

.homeProBtn a {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px 0 26px;
    background-color: #f39800;
}

.homeProBtn a:hover {
    background-color: #e60012;
}

.homeProBtn a b {
    float: left;
    width: 14px;
    height: 14px;
    margin: 12px 0 0 13px;
    line-height: 0;
}

.homeProBtn a span {
    float: left;
    color: #fff;
    font-size: 12px;
    line-height: 39px;
    text-transform: uppercase;
}

@media screen and (max-width:1429px) {
    .homeProBtn a {
        padding: 0 20px 0 22px;
    }

    .homeProBtn a b {
        margin: 10px 0 0 10px;
    }

    .homeProBtn a span {
        line-height: 34px;
    }
}

/*homeNew*/
.homeNew {
    padding: 6.42% 0 6.42% 0;
}

.homeNewDown {
    padding: 2.92% 0 2.64% 0;
    margin: 0 -14px;
}

.homeNewDown ul {
    float: left;
    width: 100%;
}

.homeNewDown ul li {
    padding: 0 14px;
}

.homeNewDown ul li .newPic {
    overflow: hidden;
    line-height: 0;
}

.homeNewDown ul li .newPic img {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    transition: -webkit-transform 2s;
    -ms-interpolation-mode: bicubic;
}

.homeNewDown ul li:hover .newPic img {
    transform: scale(1.09, 1.09);
    -ms-transform: scale(1.09, 1.09);
    -webkit-transform: scale(1.09, 1.09);
    -o-transform: scale(1.09, 1.09);
    -moz-transform: scale(1.09, 1.09);
}

.homeNewDown ul li .newDown {
    padding: 37px 0;
    border-bottom: #e6e6e6 solid 1px;
}

.homeNewDown ul li .newDown .ndLeft {
    float: left;
    width: 71px;
    border-right: #e5e5e5 solid 1px;
}

.homeNewDown ul li .newDown .ndLeft .time {
    color: #333333;
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
}

.homeNewDown ul li .newDown .ndLeft .smallTime {
    color: #333;
    font-size: 14px;
    line-height: 1;
    padding-top: 10px;
}

.homeNewDown ul li .newDown .ndLeft .quite {
    padding-top: 70px;
}

.homeNewDown ul li .newDown .ndLeft .quite .qico {
    float: left;
    width: 34px;
    line-height: 0;
    margin-left: 3px;
}

.homeNewDown ul li .newDown .ndRight {
    padding-left: 85px;
}

.homeNewDown ul li .newDown .ndRight h3 {
    float: left;
    width: 100%;
    color: #3e3e3e;
    font-size: 16px;
    list-style: 1;
}

.homeNewDown ul li:hover .newDown .ndRight h3 {
    color: #e60012;
}

.homeNewDown ul li .newDown .ndRight .nTxt {
    float: left;
    width: 100%;
    height: 78px;
    margin-top: 15px;
    color: #777777;
    font-size: 14px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.homeNewDown ul li .newDown .ndRight .nBtn {
    float: left;
    width: 100%;
    padding-top: 18px;
}

.homeNewDown ul li .newDown .ndRight .nBtn span {
    float: left;
    padding: 0 15px;
    color: #;
    border: #8e8e8e solid 1px;
    color: #8e8e8e;
    font-size: 12px;
    line-height: 26px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
}

.homeNewDown ul li:hover .newDown .ndRight .nBtn span {
    border-color: #e60012;
    color: #fff;
    background-color: #e60012;
}

@media screen and (max-width:1229px) {
    .homeNewDown ul li .newDown {
        padding: 25px 0;
    }

    .homeNewDown ul li .newDown .ndLeft .quite {
        padding-top: 70px;
    }

    .homeNewDown ul li .newDown .ndLeft .quite .qico {
        width: 25px;
    }

    .homeNewDown ul li .newDown .ndRight .nTxt {
        height: 66px;
        margin-top: 15px;
        line-height: 22px;
    }
}

@media screen and (max-width:991px) {
    .homeNewDown {
        padding: 4.5% 0 4.5% 0;
    }
}

@media screen and (max-width:767px) {
    .homeNewDown ul li .newDown {
        padding: 15px 0;
    }
}


.homeNewDownBtn {
    text-align: center;
    line-height: 0;
}

.homeNewDownBtn a {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px 0 26px;
    background-color: #f39800;
}

.homeNewDownBtn a:hover {
    background-color: #e60012;
}

.homeNewDownBtn a b {
    float: left;
    width: 14px;
    height: 14px;
    margin: 12px 0 0 13px;
    line-height: 0;
}

.homeNewDownBtn a span {
    float: left;
    color: #fff;
    font-size: 12px;
    line-height: 39px;
    text-transform: uppercase;
}

@media screen and (max-width:1429px) {
    .homeNewDownBtn a {
        padding: 0 20px 0 22px;
    }

    .homeNewDownBtn a b {
        margin: 10px 0 0 10px;
    }

    .homeNewDownBtn a span {
        line-height: 34px;
    }
}

/*down*/
.footLinkBack {
    border-bottom: #454442 solid 1px;
}

.footLink {
    padding: 2.71% 0 1.5% 0;
}

.footLink .footLogo {
    float: right;
    width: 174px;
    line-height: 0;
    margin-right: 13px;
}

.footLink .footLeftLink {
    padding: 4px 190px 6px 0;
    color: #999999;
    font-size: 15px;
    line-height: 23px;
}

.footLink .footLeftLink a {
    color: #999999;
    margin: 0 28px;
}

.footLink .footLeftLink a:hover {
    color: #fff;
}

@media screen and (max-width:1429px) {
    .footLink .footLeftLink a {
        margin: 0 15px;
    }
}

@media screen and (max-width:1229px) {
    .footLink {
        text-align: center;
    }

    .footLink .footLogo {
        float: none;
        width: 174px;
        margin-right: 0;
        margin: 0 auto;
    }

    .footLink .footLeftLink {
        padding: 14px 0 6px 0;
        font-size: 14px;
    }
}

@media screen and (max-width:991px) {
    .footLink .footLeftLink {
        display: none;
    }
}

@media screen and (max-width:767px) {
    .footLink {
        padding: 4% 0 4% 0;
    }

    .footLink .footLeftLink {
        text-align: center;
    }

    .footLink .footLeftLink a {
        white-space: nowrap;
    }

    .footLink .footLeftLink span {
        display: none;
    }
}

.footAddBox {
    border-bottom: #454442 solid 1px;
}

.footAdd {
    padding: 4% 0;
}

.footAdd .addLi {
    float: left;
}

.footAdd .addLi.add_1 {
    width: 377px;
    padding-right: 10px;
}

.footAdd .addLi.add_2 {
    width: 320px;
    padding-right: 10px;
}

.footAdd .addLi.add_3 {
    width: 330px;
    padding-right: 10px;
}

.footAdd .addLi .b {
    float: left;
    width: 44px;
    line-height: 0;
}

.footAdd .addLi .bPad {
    padding-left: 64px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.footAdd .addLi .bPad .bptop {
    padding: 3px 0;
}

.footAdd .addLi .bPad .bpd {}

@media screen and (max-width:1229px) {
    .footAdd .addLi.add_1 {
        width: 50%;
        padding-right: 10px;
    }

    .footAdd .addLi.add_2 {
        width: 50%;
        padding-right: 10px;
    }

    .footAdd .addLi.add_3 {
        width: 50%;
        padding-right: 10px;
        margin-top: 20px;
    }
}

@media screen and (max-width:767px) {
    .footAdd {
        padding: 4% 0 5% 0;
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .footAdd .addLi.add_1 {
        width: 100%;
        padding-right: 10px;
    }

    .footAdd .addLi.add_2 {
        width: 100%;
        padding-right: 10px;
        margin-top: 20px;
    }

    .footAdd .addLi.add_3 {
        width: 100%;
        padding-right: 10px;
        margin-top: 20px;
    }

    .footAdd .addLi .b {
        display: none;
        width: 38px;
    }

    .footAdd .addLi .bPad {
        padding-left: 0;
    }
}

.footAdd .addRi {
    float: right;
    color: #fff;
    text-align: center;
    width: 300px;
}

.addRi img {
    width: 40%;
}

.addRi span {
    display: block;
    line-height: 40px
}

.footAdd .addRi .b {
    float: left;
    width: 44px;
    line-height: 0;
}

.footAdd .addRi .bPad {
    padding-left: 64px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.footAdd .addRi .bPad .bptop {
    padding: 3px 0;
}

.footAdd .addRi .bPad .bpd {}

@media screen and (max-width:1229px) {
    .footAdd .addRi {
        float: right;
        width: 50%;
        margin-top: 20px;
    }
}

@media screen and (max-width:767px) {
    .footAdd .addRi {
        float: left;
        width: 100%;
        margin-top: 20px;
    }

    .footAdd .addRi .b {
        display: none;
    }

    .footAdd .addRi .bPad {
        padding-left: 0;
    }
}

.footFrendBox {
    border-bottom: #454442 solid 1px;
}

.footFrend {
    padding: 2.14% 0;
    color: #999999;
    font-size: 14px;
    line-height: 23px;
}

.footFrend a {
    color: #999999;
    margin: 0 10px;
}

.footFrend a:hover {
    color: #fff;
}

.footFrend span {
    float: left;
    padding-left: 41px;
    color: #fff;
    background: url("../image/foot10.png") 12px center no-repeat;
}

@media screen and (max-width:1429px) {
    .footFrend a {
        margin: 0 5px;
    }
}

@media screen and (max-width:767px) {
    .footFrendBox {
        display: none;
    }
}

.footCopy {
    padding: 2.35% 0 2.64% 0;
}

.footCopy .copyright {
    float: left;
    color: #999999;
    font-size: 13px;
    line-height: 23px;
}

.footCopy .copyright a {
    color: #999999;
}

.footCopy .copyright a:hover {
    color: #fff;
}

.footCopy .copyLaw {
    float: right;
    color: #999999;
    font-size: 13px;
    line-height: 23px;
}

.footCopy .copyLaw a {
    color: #999999;
}

.footCopy .copyLaw a:hover {
    color: #fff;
}

@media screen and (max-width:767px) {
    .footCopy .copyright {
        width: 100%;
        text-align: center;
    }

    .footCopy .copyLaw {
        float: left;
        width: 100%;
        text-align: center;
    }
}



/*加入驭荣*/
.joinBanBack {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
}

.joinBanBox {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.joinBanBox .banLeft {
    float: left;
}

.joinBanBox .banLeft .banLine {
    width: 50px;
    height: 4px;
    background: #e60012;
}

.joinBanBox .banLeft h1 {
    color: #fff;
    font-size: 40px;
    line-height: 1;
    font-weight: bold;
    padding: 27px 0 15px 0;
    text-transform: uppercase;
}

.joinBanBox .banLeft h2 {
    color: #fff;
    font-size: 24px;
    line-height: 1;
    padding: 0 0 28px 0;
}

@media screen and (max-width:1429px) {
    .joinBanBox .banLeft .banLine {
        width: 42px;
        height: 3px;
    }

    .joinBanBox .banLeft h1 {
        font-size: 34px;
        padding: 22px 0 12px 0;
    }

    .joinBanBox .banLeft h2 {
        font-size: 21px;
        padding: 0 0 24px 0;
    }
}

@media screen and (max-width:1229px) {
    .joinBanBox .banLeft .banLine {
        width: 34px;
        height: 2px;
    }

    .joinBanBox .banLeft h1 {
        font-size: 27px;
        padding: 15px 0 9px 0;
    }

    .joinBanBox .banLeft h2 {
        font-size: 17px;
        padding: 0 0 18px 0;
    }
}

@media screen and (max-width:991px) {
    .joinBanBox {
        bottom: auto;
        top: 50%;
        margin-top: -33px;
    }

    .joinBanBox .banLeft {
        width: 100%;
        text-align: center;
    }

    .joinBanBox .banLeft .banLine {
        display: inline-block;
        vertical-align: top;
    }

    .joinBanBox .banLeft h1 {
        font-size: 23px;
    }

    .joinBanBox .banLeft h2 {
        padding: 0;
    }

}



.pz_SideLayer {
    float: right;
    margin-top: 86px;
}

.pz_SideLayer .l1 {
    float: left;
    padding-left: 2px;
}

.pz_SideLayer .l1 a {
    float: left;
    width: 180px;
    background: #474747;
    color: #fff;
    font-size: 16px;
    line-height: 52px;
    text-align: center;
}

.pz_SideLayer .l1 a:hover,
.pz_SideLayer .l1 .hover {
    background: #ff0000;
}

@media screen and (max-width:1429px) {
    .pz_SideLayer {
        float: right;
        margin-top: 72px;
    }

    .pz_SideLayer .l1 {
        padding-left: 1px;
    }

    .pz_SideLayer .l1 a {
        width: 154px;
        font-size: 14px;
        line-height: 44px;
    }
}

@media screen and (max-width:1229px) {
    .pz_SideLayer {
        float: right;
        margin-top: 53px;
    }

    .pz_SideLayer .l1 a {
        width: 123px;
        line-height: 35px;
    }
}

@media screen and (max-width:991px) {
    .pz_SideLayer {
        display: none;
    }
}


.joinUs {
    padding-top: 2.85%;
}

.joinUs .l_recruit_t {
    float: left;
    width: 100%;
    padding-top: 2.85%;
}

.joinUs .l_recruit_t .sz {
    float: left;
    width: 83px;
    height: 77px;
    background-color: #dcdcdc;
    color: #e60012;
    font-size: 36px;
    line-height: 77px;
    text-align: center;
}

.joinUs .l_recruit_t.on .sz {
    background-color: #e60012;
    color: #fff;
}

.joinUs .l_recruit_t .rright {
    padding-left: 124px;
}

.joinUs .l_recruit_t .rright .rText {
    float: left;
    width: 100%;
    border-top: #e60012 solid 3px;
    border-bottom: #cccccc solid 1px;
    padding: 0 60px 0 0;
    color: #333333;
    font-size: 20px;
    line-height: 73px;
    cursor: pointer;
    position: relative;
}

.joinUs .l_recruit_t.on .rright .rText {
    border-bottom: #cccccc dashed 1px;
    color: #e60012;
}

.joinUs .l_recruit_t .rright .rText font {
    display: block;
    position: absolute;
    right: 32px;
    top: 50%;
    margin-top: -6px;
    background: url(../image/img_recruit_1.png) no-repeat center/100% 100%;
    width: 26px;
    height: 13px;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.joinUs .l_recruit_t.on .rright .rText font {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media screen and (max-width:1429px) {
    .joinUs .l_recruit_t .sz {
        width: 72px;
        height: 62px;
        font-size: 31px;
        line-height: 62px;
    }

    .joinUs .l_recruit_t .rright {
        padding-left: 105px;
    }

    .joinUs .l_recruit_t .rright .rText {
        font-size: 18px;
        line-height: 58px;
    }

    .joinUs .l_recruit_t .rright .rText font {
        width: 23px;
        height: 12px;
    }
}

@media screen and (max-width:1229px) {
    .joinUs .l_recruit_t .sz {
        width: 58px;
        height: 51px;
        font-size: 24px;
        line-height: 51px;
    }

    .joinUs .l_recruit_t .rright {
        padding-left: 83px;
    }

    .joinUs .l_recruit_t .rright .rText {
        font-size: 16px;
        line-height: 48px;
        border-top: #e60012 solid 2px;
        padding: 0 42px 0 0;
    }

    .joinUs .l_recruit_t .rright .rText font {
        width: 23px;
        height: 12px;
        right: 21px;
        margin-top: -6px;
    }
}

@media screen and (max-width:767px) {
    .joinUs .l_recruit_t .sz {
        width: 45px;
        height: 40px;
        font-size: 18px;
        line-height: 40px;
    }

    .joinUs .l_recruit_t .rright {
        padding-left: 60px;
    }

    .joinUs .l_recruit_t .rright .rText {
        font-size: 16px;
        line-height: 38px;
        border-top: #e60012 solid 1px;
        padding: 0 30px 0 0;
    }

    .joinUs .l_recruit_t .rright .rText font {
        width: 16px;
        height: 8px;
        right: 5px;
        margin-top: -4px;
    }
}



.joinUs .l_recruit_d {
    display: none;
    float: left;
    width: 100%;
    padding: 0 0 0 124px;
}

.joinUs .l_recruit_d .reD {
    padding: 18px 0 25px 0;
    border-bottom: #cccccc solid 1px;
    color: #565656;
    font-size: 13px;
    line-height: 24px;
}

.joinUs .l_recruit_d .reD .reLi {
    color: #565656;
    font-size: 14px;
    line-height: 24px;
}

.joinUs .l_recruit_d .reD .zz {
    padding: 27px 0 20px 0;
}

.joinUs .l_recruit_d .reD .zz h4 {
    float: left;
    padding: 0 27px;
    color: #fff;
    font-size: 14px;
    line-height: 34px;
    background-color: #e60012;
}

.joinUs .l_recruit_d .reD .zzText {}

.joinUs .l_recruit_d .reD .zzLink {
    padding-top: 30px;
    color: #565656;
    font-size: 12px;
    line-height: 24px;
}

.joinUs .l_recruit_d .reD .zzLink a {
    color: #e60012;
    font-weight: bold;
}

@media screen and (max-width:1429px) {
    .joinUs .l_recruit_d {
        padding: 0 0 0 105px;
    }

    .joinUs .l_recruit_d .reD {
        padding: 15px 0 20px 0;
    }

    .joinUs .l_recruit_d .reD .zz {
        padding: 24px 0 16px 0;
    }

    .joinUs .l_recruit_d .reD .zz h4 {
        padding: 0 24px;
        line-height: 30px;
    }

    .joinUs .l_recruit_d .reD .zzLink {
        padding-top: 26px;
    }
}

@media screen and (max-width:1229px) {
    .joinUs .l_recruit_d {
        padding: 0 0 0 83px;
    }

    .joinUs .l_recruit_d .reD {
        padding: 11px 0 15px 0;
    }

    .joinUs .l_recruit_d .reD .zz {
        padding: 19px 0 12px 0;
    }

    .joinUs .l_recruit_d .reD .zz h4 {
        padding: 0 20px;
    }

    .joinUs .l_recruit_d .reD .zzLink {
        padding-top: 21px;
    }
}

@media screen and (max-width:1229px) {
    .joinUs .l_recruit_d {
        padding: 0 0 0 60px;
    }
}





/*产品与服务-详细*/
.proStaile {
    padding: 5.92% 0 4.28% 0;
    overflow: hidden;
}

.proStaileSlick {
    float: left;
    width: 697px;
}

.staileSlickTopBox {
    float: right;
    width: 571px;
}

.staileSlickTopBox .ipics {
    float: left;
    width: 571px;
    height: 460px;
    overflow: hidden;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
}

.staileSlickTopBox .ipics img {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    transition: -webkit-transform 2s;
    -ms-interpolation-mode: bicubic;
}

.staileSlickTopBox .ipics img {
    transform: scale(1.09, 1.09);
    -ms-transform: scale(1.09, 1.09);
    -webkit-transform: scale(1.09, 1.09);
    -o-transform: scale(1.09, 1.09);
    -moz-transform: scale(1.09, 1.09);
}

@media screen and (max-width:1429px) {
    .proStaileSlick {
        width: 597px;
    }

    .staileSlickTopBox {
        width: 489px;
    }

    .staileSlickTopBox .ipics {
        width: 489px;
        height: 394px;
    }
}

@media screen and (max-width:1229px) {
    .proStaileSlick {
        width: 480px;
    }

    .staileSlickTopBox {
        width: 392px;
    }

    .staileSlickTopBox .ipics {
        width: 392px;
        height: 316px;
    }
}

@media screen and (max-width:991px) {
    .proStaileSlick {
        width: 100%;
    }

    .staileSlickTopBox {
        width: 604px;
    }

    .staileSlickTopBox .ipics {
        width: 604px;
        height: 487px;
    }
}

@media screen and (max-width:767px) {
    .proStaileSlick {
        width: 100%;
    }

    .staileSlickTopBox {
        float: left;
        width: 100%;
    }

    .staileSlickTopBox .ipics {
        width: 100%;
        height: auto;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
    }
}


.staileSlickDBox {
    float: left;
    width: 104px;
}

.staileSlickDSlick {
    margin-top: -6px;
}

.staileSlickDSlick .picb {
    padding: 6px 0 7px 0;
}

.staileSlickDSlick .picb .bradius {
    line-height: 0;
    overflow: hidden;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
}

.staileSlickDSlick .slick-prev {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 0;
    top: 100%;
    margin-top: 6px;
    background: url(../image/pro102.png) center no-repeat;
    background-size: contain;
    cursor: pointer;
}

.staileSlickDSlick .slick-prev:hover {
    background: url(../image/pro102_h.png) center no-repeat;
    background-size: contain;
    cursor: pointer;
}

.staileSlickDSlick .slick-next {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 61px;
    top: 100%;
    margin-top: 6px;
    background: url(../image/pro103.png) center no-repeat;
    background-size: contain;
    cursor: pointer;
}

.staileSlickDSlick .slick-next:hover {
    background: url(../image/pro103_h.png) center no-repeat;
    background-size: contain;
    cursor: pointer;
}

@media screen and (max-width:1429px) {
    .staileSlickDBox {
        width: 89px;
    }

    .staileSlickDSlick {
        width: 89px;
    }
}

@media screen and (max-width:1229px) {
    .staileSlickDBox {
        width: 72px;
    }

    .staileSlickDSlick {
        width: 72px;
        margin-top: -5px;
    }

    .staileSlickDSlick .picb {
        padding: 5px 0 5px 0;
    }

    .staileSlickDSlick .slick-prev {
        width: 27px;
        height: 27px;
        margin-top: 6px;
    }

    .staileSlickDSlick .slick-next {
        width: 27px;
        height: 27px;
        left: 48px;
        margin-top: 6px;
    }
}

@media screen and (max-width:991px) {
    .staileSlickDBox {
        width: 110px;
    }

    .staileSlickDSlick {
        width: 110px;
        margin-top: -6px;
    }

    .staileSlickDSlick .picb {
        padding: 6px 0 7px 0;
    }

    .staileSlickDSlick .slick-prev {
        width: 40px;
        height: 40px;
    }

    .staileSlickDSlick .slick-next {
        width: 40px;
        height: 40px;
        left: 70px;
    }
}

@media screen and (max-width:767px) {
    .staileSlickDBox {
        width: 100%;
        padding-top: 8px;
    }

    .staileSlickDSlick {
        width: auto;
        margin: 0 -4px;
    }

    .staileSlickDSlick .picb {
        padding: 0 4px 0 4px;
    }

    .staileSlickDSlick .slick-prev {
        width: 28px;
        height: 28px;
        top: 50%;
        left: 10px;
        margin-top: -14px;
        background: url(../image/pro110.png) center no-repeat;
        background-size: contain;
    }

    .staileSlickDSlick .slick-prev:hover {
        background: url(../image/pro110_h.png) center no-repeat;
        background-size: contain;
    }

    .staileSlickDSlick .slick-next {
        width: 28px;
        height: 28px;
        top: 50%;
        margin-top: -14px;
        left: auto;
        right: 10px;
        background: url(../image/pro111.png) center no-repeat;
        background-size: contain;
    }

    .staileSlickDSlick .slick-next:hover {
        background: url(../image/pro111_h.png) center no-repeat;
        background-size: contain;
    }

}


.staileRight {
    float: right;
    width: 666px;
}

.staileRight h3 {
    padding: 17px 0 21px 0;
    color: #5a4e4a;
    font-size: 30px;
    line-height: 1.2;
}

.staileRight .if {
    padding: 0 0 33px 0;
    color: #4c4c4c;
    font-size: 16px;
    line-height: 30px;
    border-bottom: #cccccc dashed 1px;
}

.staileRight .if2 {
    padding: 26px 0 21px 0;
    color: #808080;
    font-size: 14px;
    line-height: 30px;
    border-bottom: #cccccc dashed 1px;
}

.staileRight .ifBtn {
    padding: 40px 0 0 0;
}

.staileRight .ifBtn .blink {
    float: left;
    padding: 0 44px;
    color: #fff;
    font-size: 16px;
    line-height: 44px;
    background-color: #ff0000;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
}

.staileRight .ifBtn .bsha {
    float: left;
    width: 44px;
    height: 44px;
    margin-left: 20px;
}

@media screen and (max-width:1429px) {
    .staileRight {
        width: 571px;
    }

    .staileRight h3 {
        padding: 14px 0 18px 0;
        font-size: 25px;
    }

    .staileRight .if {
        padding: 0 0 29px 0;
        font-size: 14px;
        line-height: 28px;
    }

    .staileRight .if2 {
        padding: 22px 0 17px 0;
        line-height: 28px;
    }

    .staileRight .ifBtn {
        padding: 31px 0 0 0;
    }

    .staileRight .ifBtn .blink {
        padding: 0 36px;
        line-height: 36px;
    }

    .staileRight .ifBtn .bsha {
        width: 36px;
        height: 36px;
        margin-left: 17px;
    }
}

@media screen and (max-width:1229px) {
    .staileRight {
        width: 458px;
    }

    .staileRight h3 {
        padding: 0 0 18px 0;
        font-size: 21px;
    }
}

@media screen and (max-width:991px) {
    .staileRight {
        float: left;
        width: 100%;
    }

    .staileRight h3 {
        padding: 18px 0 18px 0;
    }
}

@media screen and (max-width:767px) {
    .staileRight h3 {
        padding: 15px 0 15px 0;
    }

    .staileRight .if {
        padding: 0 0 12px 0;
    }

    .staileRight .if2 {
        padding: 12px 0 12px 0;
    }

    .staileRight .ifBtn {
        padding: 15px 0 0 0;
    }

    .staileRight .ifBtn .blink {
        padding: 0 36px;
        line-height: 36px;
    }
}


.staileDon {
    background: url(../image/pro104.jpg) top repeat-x;
}

.staileDonTitle {
    padding: 42px 0;
    text-align: center;
    overflow: hidden;
}

.staileDonTitle h4 {
    display: inline-block;
    vertical-align: top;
    padding: 0 80px;
    background: #f7f7f7;
    color: #5a4e4a;
    font-size: 20px;
    line-height: 1;
    position: relative;
}

.staileDonTitle h4::before {
    content: '';
    position: absolute;
    width: 800px;
    height: 13px;
    background: url("../image/pro105.png") right center no-repeat;
    right: 100%;
    top: 50%;
    background-size: auto 100%;
    margin-top: -6px;
}

.staileDonTitle h4::after {
    content: '';
    position: absolute;
    width: 800px;
    height: 13px;
    background: url("../image/pro105.png") left center no-repeat;
    left: 100%;
    top: 50%;
    background-size: auto 100%;
    margin-top: -6px;
}

.staileDonContnt {
    margin-top: 20px;
    background-color: #fff;
    padding: 3.42% 5% 5% 5%;
    border-bottom: #e0e0e0 solid 1px;
    color: #666666;
    font-size: 16px;
    line-height: 28px;
}

.staileDonContnt .con_1 {
    text-align: center;
}

.staileDonContnt .con_2 {
    padding: 4.61% 0 6.36% 0;
}

.staileDonContnt .con_2 .zuo {
    float: left;
    width: 44.74%;
}

.staileDonContnt .con_2 .you {
    float: right;
    width: 45.93%;
}

.staileDonContnt .con_2 .you .o1 {
    line-height: 0;
    padding-top: 14%;
}

.staileDonContnt .con_2 .you .o2 {
    padding: 12% 15% 0 15%;
    text-align: center;
}

.staileDonPage {
    padding: 2.42% 0 4.71% 0;
}

.staileDonPage .paleft {
    float: left;
    width: 50%;
    border-right: #cccccc solid 1px;
    padding-right: 10px;
}

.staileDonPage .paleft span {
    float: right;
    padding-right: 39px;
    color: #5a4e4a;
    font-size: 16px;
    line-height: 1;
    background: url(../image/pro108.png) right center no-repeat;
    background-size: auto 11px;
}

.staileDonPage .paleft:hover span {
    color: #ff0000;
    background: url(../image/pro108_h.png) right center no-repeat;
    background-size: auto 11px;
}

.staileDonPage .parihgt {
    float: left;
    width: 50%;
    padding-left: 10px;
}

.staileDonPage .parihgt span {
    float: left;
    padding-left: 39px;
    color: #5a4e4a;
    font-size: 16px;
    line-height: 1;
    background: url(../image/pro109.png) left center no-repeat;
    background-size: auto 11px;
}

.staileDonPage .parihgt:hover span {
    color: #ff0000;
    background: url(../image/pro109_h.png) left center no-repeat;
    background-size: auto 11px;
}

.staileDonPage b {
    font-weight: normal;
}

@media screen and (max-width:1429px) {
    .staileDonContnt {
        font-size: 14px;
        line-height: 28px;
    }
}

@media screen and (max-width:767px) {
    .staileDonTitle {
        padding: 25px 0;
    }

    .staileDonTitle h4 {
        padding: 0 15px;
    }

    .staileDonTitle h4::before {
        width: 400px;
        height: 7px;
        margin-top: -3px;
    }

    .staileDonTitle h4::after {
        width: 400px;
        height: 7px;
        margin-top: -3px;
    }

    .staileDonContnt {
        margin-top: 0;
        padding: 3.42% 3% 5% 3%;
    }

    .staileDonContnt .con_2 .zuo {
        width: 100%;
    }

    .staileDonContnt .con_2 .you {
        float: left;
        width: 100%;
        padding-top: 3.5%;
    }

    .staileDonContnt .con_2 .you .o2 {
        padding: 3% 5% 0 5%;
        text-align: center;
    }

    .staileDonPage {
        padding: 4.71% 0 4.71% 0;
    }

    .staileDonPage .paleft {
        width: 100%;
        border-right: 0;
        padding-right: 0;
    }

    .staileDonPage .paleft span {
        float: left;
        padding-right: 0;
        padding-left: 39px;
        font-size: 14px;
        background: url(../image/pro109.png) left center no-repeat;
        background-size: auto 11px;
    }

    .staileDonPage .paleft:hover span {
        background: url(../image/pro109_h.png) left center no-repeat;
        background-size: auto 11px;
    }

    .staileDonPage .parihgt {
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
    }

    .staileDonPage .parihgt span {
        font-size: 14px;
    }


}



/*关于我们*/
.aboutCom {
    padding: 5.71% 0 5.71% 0;
}

.aboutComTitle {
    text-align: center;
}

.aboutComTitle .h3s {
    color: #3f3f3f;
    font-size: 30px;
    line-height: 1;
}

.aboutComTitle .comTc {
    padding-top: 20px;
    text-align: center;
    line-height: 0;
}

.aboutComTitle .comTc .tcCen {
    display: inline-block;
    vertical-align: top;
    padding: 0 17px;
    background-color: #ff0000;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    text-transform: uppercase;
}

.aboutComTitle .comLIn {
    padding-top: 24px;
    text-align: center;
    line-height: 0;
}

.aboutComTitle .comLIn .linspan {
    display: inline-block;
    vertical-align: top;
    width: 2px;
    height: 32px;
    background-color: #ff0000;
}

@media screen and (max-width:1429px) {
    .aboutComTitle .h3s {
        font-size: 26px;
    }

    .aboutComTitle .comTc {
        padding-top: 16px;
    }

    .aboutComTitle .comTc .tcCen {
        padding: 0 14px;
        font-size: 12px;
        line-height: 22px;
    }

    .aboutComTitle .comLIn {
        padding-top: 20px;
    }

    .aboutComTitle .comLIn .linspan {
        height: 28px;
    }
}

@media screen and (max-width:1229px) {
    .aboutComTitle .h3s {
        font-size: 20px;
    }

    .aboutComTitle .comTc {
        padding-top: 12px;
    }

    .aboutComTitle .comLIn {
        padding-top: 15px;
    }

    .aboutComTitle .comLIn .linspan {
        height: 23px;
    }
}




.aboutComDown {
    padding-top: 14px;
    color: #333333;
    font-size: 15px;
    line-height: 33px;
}

.aboutComDown .comText {
    padding: 0 4.42% 0 4.42%;
    text-align: center;
}

.aboutComDown .comCount {
    padding: 60px 7.42% 0 7.42%;
}

.aboutComDown .comCount .countLi {
    float: left;
    width: 33.3333%;
    border-left: #dadada solid 1px;
}

.aboutComDown .comCount .countLi:last-child {
    border-right: #dadada solid 1px;
}

.aboutComDown .comCount .countLi .big {
    text-align: center;
}

.aboutComDown .comCount .countLi .big .bigCen {
    display: inline-block;
    vertical-align: top;
    color: #ff0000;
    font-size: 55px;
    font-weight: bold;
    line-height: 1;
    position: relative;
}

.aboutComDown .comCount .countLi .big .bigCen .bigS {
    position: absolute;
    left: 100%;
    font-size: 18px;
    padding-left: 10px;
    top: 50%;
    margin-top: -9px;
    font-weight: normal;
}

.aboutComDown .comCount .countLi .bigLine {
    padding: 18px 0;
    line-height: 0;
    text-align: center;
}

.aboutComDown .comCount .countLi .bigLine .span {
    display: inline-block;
    width: 26px;
    height: 2px;
    background-color: #ff0000;
}

.aboutComDown .comCount .countLi .bigText {
    color: #333333;
    font-size: 15px;
    line-height: 1;
    text-align: center;
}

@media screen and (max-width:1429px) {
    .aboutComDown {
        font-size: 14px;
        line-height: 28px;
    }

    .aboutComDown .comText {
        padding: 0;
    }

    .aboutComDown .comCount {
        padding: 51px 0 0 0;
    }

    .aboutComDown .comCount .countLi .big .bigCen {
        font-size: 47px;
    }

    .aboutComDown .comCount .countLi .big .bigCen .bigS {
        font-size: 15px;
        margin-top: -7px;
    }

    .aboutComDown .comCount .countLi .bigLine {
        padding: 14px 0;
    }

    .aboutComDown .comCount .countLi .bigText {
        font-size: 14px;
    }
}

@media screen and (max-width:1229px) {
    .aboutComDown .comCount {
        padding: 35px 0 0 0;
    }

    .aboutComDown .comCount .countLi .big .bigCen {
        font-size: 37px;
    }
}

@media screen and (max-width:767px) {
    .aboutComDown .comCount {
        padding: 35px 0 0 0;
    }

    .aboutComDown .comCount .countLi {
        border-left: 0;
    }

    .aboutComDown .comCount .countLi:last-child {
        border-right: 0;
    }

    .aboutComDown .comCount .countLi .big .bigCen {
        font-size: 24px;
    }

    .aboutComDown .comCount .countLi .big .bigCen .bigS {
        font-size: 12px;
        padding-left: 5px;
        margin-top: -6px;
    }

    .aboutComDown .comCount .countLi .bigText {
        font-size: 12px;
    }
}


.aboutFounder {
    padding: 4.28% 0 10% 0;
}

.aboutFounderDon {
    margin-left: -11px;
    margin-right: -11px;
    position: relative;
    margin-top: -90px;
}

.aboutFounderDon .owl-stage-outer {
    padding-bottom: 5px;
}

.aboutFounderDon ul {
    float: left;
    width: 100%;
}

.aboutFounderDon ul li {
    padding: 0 11px;
}

.aboutFounderDon ul li .shaw {
    -webkit-box-shadow: 0 0 6px rgba(18, 18, 18, 0.11);
    -moz-box-shadow: 0 0 6px rgba(18, 18, 18, 0.11);
    -o-box-shadow: 0 0 6px rgba(18, 18, 18, 0.11);
    box-shadow: 0 0 6px rgba(18, 18, 18, 0.11);
}

.aboutFounderDon ul li .founTit {
    background-color: rgba(63, 63, 63, 0.5);
    color: #fff;
    font-size: 20px;
    line-height: 90px;
    text-align: center;
}

.aboutFounderDon ul li:hover .founTit {
    background-color: rgba(255, 0, 0, 0.6);
}

.aboutFounderDon ul li .founPic {
    line-height: 0;
    overflow: hidden;
}

.aboutFounderDon ul li .founPic img {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    transition: -webkit-transform 2s;
    -ms-interpolation-mode: bicubic;
}

.aboutFounderDon ul li:hover .founPic img {
    transform: scale(1.09, 1.09);
    -ms-transform: scale(1.09, 1.09);
    -webkit-transform: scale(1.09, 1.09);
    -o-transform: scale(1.09, 1.09);
    -moz-transform: scale(1.09, 1.09);
}


.aboutFounderDon ul li .founD {
    padding: 6.28% 8.98% 6.28% 8.98%;
}

.aboutFounderDon ul li .founD .founText {
    height: 140px;
    color: #666666;
    font-size: 14px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

@media screen and (max-width:1429px) {
    .aboutFounderDon {
        margin-left: -9px;
        margin-right: -9px;
        margin-top: -76px;
    }

    .aboutFounderDon ul li {
        padding: 0 9px;
    }

    .aboutFounderDon ul li .founTit {
        font-size: 17px;
        line-height: 76px;
    }
}

@media screen and (max-width:1229px) {
    .aboutFounder {
        padding: 4.28% 0 13% 0;
    }
}

@media screen and (max-width:767px) {
    .aboutFounder {
        padding: 6.28% 0 60px 0;
    }

    .aboutFounderDon {
        margin-left: -6px;
        margin-right: -6px;
        margin-top: -46px;
    }

    .aboutFounderDon ul li {
        padding: 0 6px;
    }

    .aboutFounderDon ul li .founTit {
        line-height: 46px;
    }
}



.aboutHistoyr {
    padding: 5.72% 0;
}

.historyList {
    padding-top: 50px;
}

.historyList ul {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 95px;
    padding-bottom: 80px;
}

.historyList ul::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 12px;
    height: 12px;
    background: #bdbdbd;
    margin-left: -6px;
    z-index: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.historyList ul::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    margin-left: -0.5px;
    background: #e8e8e8;
}

.historyList ul li {
    float: left;
    width: 100%;
    margin-top: -35px;
}

.historyList ul li .div {
    float: left;
    width: 675px;
    padding: 22px 24px 26px 55px;
    border: 1px solid #e3e3e3;
    position: relative;
    z-index: 9;
    cursor: pointer;
    line-height: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.historyList ul li .div::after {
    content: "";
    display: block;
    position: absolute;
    right: -39px;
    top: 27px;
    background: url(../image/img_9_5.png) no-repeat center/100% 100%;
    width: 24px;
    height: 24px;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.historyList ul li .div::before {
    content: "";
    display: block;
    position: absolute;
    right: -15px;
    top: 38px;
    width: 15px;
    height: 1px;
    background: #e3e3e3;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.historyList ul li img {
    float: right;
    width: 158px;
    height: 114px;
}

.historyList ul li span {
    float: left;
    width: 387px;
}

.historyList ul li span h2 {
    float: left;
    width: 100%;
    line-height: 40px;
    font-size: 24px;
    color: #666;
    font-family: "Arial";
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.historyList ul li span font {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    color: #666;
}

@media screen and (max-width:1429px) {
    .historyList ul li .div {
        width: 573px;
        padding: 22px 24px 26px 22px;
    }

    .historyList ul li span {
        width: 345px;
    }
}

@media screen and (max-width:1229px) {
    .historyList ul li .div {
        width: 456px;
        padding: 12px 14px 16px 14px;
    }

    .historyList ul li span {
        width: 256px;
    }

    .historyList ul li span h2 {
        line-height: 24px;
        font-size: 20px;
    }

    .historyList ul li span font {
        font-size: 14px;
        margin-top: 10px;
    }

}

@media screen and (max-width:991px) {
    .historyList {
        padding-top: 25px;
    }

    .historyList ul li .div {
        width: 100%;
    }
}

.historyList ul li:nth-child(2n) {
    margin-top: -90px;
}

.historyList ul li:nth-child(2n) .div {
    float: right;
    padding: 22px 20px 26px 55px;
}

.historyList ul li:nth-child(2n) .div::after {
    left: -39px;
}

.historyList ul li:nth-child(2n) .div::before {
    left: -15px;
}

.historyList ul li:hover .div {
    border: 2px solid #ff0000;
    padding: 21px 23px 25px 54px;
}

.historyList ul li:hover .div::after {
    background: url(../image/img_9_5_h.png) no-repeat center/100% 100%;
}

.historyList ul li:hover .div::before {
    background: #ff0000;
}

.historyList ul li:hover span h2 {
    color: #ff0000;
}

.historyList .buttonBox {
    text-align: center;
}

.historyList button {
    display: inline-block;
    vertical-align: top;
    width: 152px;
    height: 42px;
    line-height: 42px;
    outline: none;
    cursor: pointer;
    border: 0 none;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #ff0000;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.historyList button:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

@media screen and (max-width:1429px) {
    .historyList ul li:nth-child(2n) .div {
        padding: 22px 20px 26px 22px;
    }

    .historyList ul li:hover .div {
        padding: 21px 23px 25px 21px;
    }
}

@media screen and (max-width:1229px) {
    .historyList ul li:nth-child(2n) .div {
        padding: 12px 10px 16px 12px;
    }

    .historyList ul li:hover .div {
        padding: 11px 9px 15px 11px;
    }
}

@media screen and (max-width:991px) {
    .historyList ul {
        padding-bottom: 20px;
        padding-top: 0;
        padding-left: 39px;
    }

    .historyList ul::before {
        left: 6px;
        margin-left: 0;
    }

    .historyList ul::after {
        left: 13px;
    }

    .historyList ul li {
        width: 100%;
        margin-top: 25px;
        padding: 0;
    }

    .historyList ul li div {
        width: 100%;
        padding: 10px;
        border: 1px solid #e3e3e3;
        min-height: none;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }




    .historyList ul li div::after {
        right: auto;
        left: -39px;
    }

    .historyList ul li div::before {
        right: auto;
        left: -15px;
    }

    .historyList ul li div img {
        float: left;
        width: 111px;
        height: 80px;
    }

    .historyList ul li div span {
        display: block;
        float: none;
        width: 100%;
        margin-top: 5px;
        padding-left: 130px;
    }

    .historyList ul li div span h2 {
        height: auto;
        line-height: 1;
        font-size: 18px;
    }

    .historyList ul li div span font {
        font-size: 12px;
        line-height: 20px;
    }

    .historyList ul:nth-child(2) li:nth-child(1) {
        margin-top: 15px;
    }

    .historyList ul li:nth-child(2n) {
        float: left;
        padding: 0;
        margin-top: 15px;
    }

    .historyList ul:nth-child(3) {
        display: none;
        position: relative;
        margin-top: 0;
    }

    .historyList ul:nth-child(3) li:nth-child(1) {
        margin-top: 15px;
    }


    .historyList button {
        float: left;
        width: 82px;
        height: 36px;
        line-height: 36px;
        font-size: 12px;
    }
}




.aboutPartBack {
    background-color: #ececec;
}

.aboutPart {
    padding: 3.85% 0 4.28% 0;
}

.aboutPartDown {
    padding-top: 22px;
    margin: 0 -13px;
}

.aboutPartDown ul {
    float: left;
    width: 100%;
}

.aboutPartDown ul li {
    padding: 0 13px;
}

.aboutPartDown ul li a {
    float: left;
    width: 100%;
    margin-top: 22px;
    overflow: hidden;
}

.aboutPartDown ul li a img {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    transition: -webkit-transform 2s;
    -ms-interpolation-mode: bicubic;
}

.aboutPartDown ul li a:hover img {
    transform: scale(1.09, 1.09);
    -ms-transform: scale(1.09, 1.09);
    -webkit-transform: scale(1.09, 1.09);
    -o-transform: scale(1.09, 1.09);
    -moz-transform: scale(1.09, 1.09);
}

@media screen and (max-width:1429px) {
    .aboutPartDown {
        1 margin: 0 -11px;
    }

    .aboutPartDown ul li {
        padding: 0 11px;
    }
}

@media screen and (max-width:767px) {
    .aboutPartDown {
        padding-top: 14px;
        margin: 0 -6px;
    }

    .aboutPartDown ul li {
        padding: 0 6px;
    }

    .aboutPartDown ul li a {
        margin-top: 10px;
    }
}

.aboutPartDown .owl-dots {
    padding-top: 27px;
    text-align: center;
    line-height: 0;
}

.aboutPartDown .owl-dots .owl-dot {
    display: inline-block;
    vertical-align: text-bottom;
    width: 12px;
    height: 12px;
    background-color: #4f4f4f;
    margin: 0 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}

.aboutPartDown .owl-dots .owl-dot.active {
    background-color: #ff0000;
}



/*新闻中心*/
.newBox {
    padding: 3.125% 0 0 0;
}

.newBox ul {}

.newBox ul li {
    margin-top: -1px;
}

.newBox ul li:hover {
    background: #ededed;
}

.newBox ul li a {
    float: left;
    width: 100%;
    padding: 30px 0;
    border-bottom: #ededed solid 1px;
}

.newBox ul li a .newFloat {
    position: relative;
}

.newBox ul li a .newFloat .picture {
    float: right;
    width: 319px;
    height: 182px;
    line-height: 0;
    overflow: hidden;
}

.newBox ul li a .newFloat .picture img {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    transition: -webkit-transform 2s;
    -ms-interpolation-mode: bicubic;
}

.newBox ul li a:hover .newFloat .picture img {
    transform: scale(1.09, 1.09);
    -ms-transform: scale(1.09, 1.09);
    -webkit-transform: scale(1.09, 1.09);
    -o-transform: scale(1.09, 1.09);
    -moz-transform: scale(1.09, 1.09);
}

.newBox ul li a .newFloat .newTime {
    float: left;
    width: 151px;
    height: 150px;
    padding-right: 30px;
    margin-top: 20px;
    border-right: #ededed solid 1px;
}

.newBox ul li:hover a .newFloat .newTime {
    border-right: #ededed solid 1px;
}

.newBox ul li a .newFloat .newTime .timeDay {
    color: #333333;
    font-size: 36px;
    line-height: 1;
    text-align: center;
}

.newBox ul li a .newFloat .newTime .timeMonth {
    color: #333;
    font-size: 16px;
    line-height: 1;
    margin-top: 12px;
    text-align: center;
    font-family: Arial;
}

.newBox ul li a .newFloat .newTime .timeTit {
    padding-top: 25px;
    text-align: center;
}

.newBox ul li a .newFloat .newTime .timeTit span {
    display: inline-block;
    vertical-align: top;
    width: 36px;
    line-height: 0;
}

.newBox ul li a .newFloat .newTime .timeTit span .imgs {}

.newBox ul li a .newFloat .newTime .timeTit span .imgd {
    display: none;
}

.newBox ul li a:hover .newFloat .newTime .timeTit span .imgs {
    display: none;
}

.newBox ul li a:hover .newFloat .newTime .timeTit span .imgd {
    display: block;
}

.newBox ul li a .newFloat .phTime {
    display: none;
}

@media screen and (max-width:1229px) {
    .newBox ul li a {
        padding: 26px 0;
    }

    .newBox ul li a .newFloat .picture {
        width: 273px;
        height: 155px;
    }

    .newBox ul li a .newFloat .newTime {
        float: left;
        width: 131px;
        height: 128px;
        padding-right: 25px;
        margin-top: 18px;
    }

    .newBox ul li a .newFloat .newTime .timeDay {
        font-size: 30px;
    }

    .newBox ul li a .newFloat .newTime .timeMonth {
        margin-top: 10px;
    }

    .newBox ul li a .newFloat .newTime .timeTit {
        padding-top: 20px;
    }

    .newBox ul li a .newFloat .newTime .timeTit span {
        width: 30px;
    }
}



@media screen and (max-width:767px) {
    .newBox ul li a {
        padding: 15px 0;
    }

    .newBox ul li a .newFloat {
        padding: 0;
    }

    .newBox ul li a .newFloat .picture {
        left: 0;
        top: 0;
        width: 158px;
        height: 90px;
    }

    .newBox ul li a .newFloat .newTime {
        display: none;
    }

    .newBox ul li a .newFloat .phTime {
        display: block;
        color: #666;
        font-size: 12px;
        line-height: 1.2;
        padding-bottom: 8px;
    }

    .newBox ul li a .newFloat .phTime span {
        font-size: 12px;
    }
}

.newBox ul li a .article {
    padding: 0 420px 0 200px;
}

.newBox ul li a .article h3 {
    padding: 20px 0 19px 0;
    color: #333333;
    font-size: 16px;
    line-height: 24px;
}

.newBox ul li a:hover .article h3 {
    color: #e60012;
}

.newBox ul li a .newFloat .phTime {
    display: none;
}

.newBox ul li a .article p {
    height: 90px;
    color: #9a9a9a;
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.newBox ul li a .article .more {
    padding: 13px 0 0 0;
}

.newBox ul li a .article .more span {
    float: left;
    width: 21px;
    height: 21px;
}

.newBox ul li a .article .more span .imgs {}

.newBox ul li a .article .more span .imgd {
    display: none;
}

.newBox ul li:hover a .article .more span .imgs {
    display: none;
}

.newBox ul li:hover a .article .more span .imgd {
    display: block;
}

@media screen and (max-width:1229px) {
    .newBox ul li a .article {
        padding: 0 320px 0 160px;
    }

    .newBox ul li a .article h3 {
        padding: 18px 0 15px 0;
    }

    .newBox ul li a .article p {
        height: 75px;
        line-height: 25px;
    }

    .newBox ul li a .article .more {
        padding: 13px 0 0 0;
    }

    .newBox ul li a .article .more span {
        float: left;
        width: 21px;
        height: 21px;
    }

    .newBox ul li a .article .more span .imgs {}

    .newBox ul li a .article .more span .imgd {
        display: none;
    }

    .newBox ul li:hover a .article .more span .imgs {
        display: none;
    }

    .newBox ul li:hover a .article .more span .imgd {
        display: block;
    }
}

@media screen and (max-width:767px) {
    .newBox ul li a .article {
        padding: 0 168px 0 0;
    }

    .newBox ul li a .article h3 {
        font-size: 16px;
        padding: 0 0 7px 0;
        line-height: 16px;
    }

    .newBox ul li a .newFloat .phTime {
        display: block;
    }

    .newBox ul li a .article .more {
        display: none;
    }

    .newBox ul li a .article p {
        height: 40px;
        line-height: 20px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}




/*新闻中心-详细*/
.newInner {
    float: left;
    width: 100%;
}

.newTitle {
    float: left;
    width: 100%;
}

.newTitle .newTit {
    float: left;
    width: 100%;
    text-align: center;
    color: #333333;
    font-size: 24px;
    line-height: 1.25;
    border-bottom: 1px solid #d7d8d8;
    padding: 4.75% 0 2.56% 0;
}

.newTitle .newSub {
    float: left;
    width: 100%;
    height: 53px;
    padding: 10px 0;
    border-bottom: 1px solid #d7d8d8;
}

.newTitle .newSub .newSub_1 {
    float: left;
    color: #777777;
    font-size: 14px;
    line-height: 33px;
}

.newTitle .newSub .newSub_2 {
    float: right;
    color: #777777;
    font-size: 14px;
    line-height: 33px;
}

.newTitle .newSub .newSub_2 b {
    float: right;
    width: 38px;
    height: 34px;
    line-height: 0;
    margin: 0 0 0 12px;
}

.newTitle .newSub .newSub_2 a {
    color: #777777;
}

.newTitle .newSub .newSub_2 a:hover {
    color: #e60012;
}

.newTitle .newSub .newSub_2 img {
    width: 38px;
}

.moveIn {
    float: left;
    width: 100%;
    padding: 3.2% 0 3.4% 0;
    color: #333333;
    font-size: 14px;
    line-height: 30px;
}

.newShare {
    float: left;
    width: 100%;
    padding: 0 0 3.24% 0;
    text-align: center;
    border-bottom: 1px solid #d7d8d8;
}

.newShare .shareCenter {
    width: 156px;
    margin: 0 auto;
}

@media screen and (max-width:767px) {
    .newTitle .newTit {
        font-size: 18px;
        padding: 25px 0;
    }

    .newTitle .newSub {
        height: auto;
        text-align: center;
    }

    .newTitle .newSub .newSub_1 {
        float: left;
        width: 100%;
        padding: 15px 0 0 0;
        line-height: 24px;
        text-align: center;
    }

    .newTitle .newSub .newSub_2 {
        float: left;
        width: 100%;
        text-align: center;
        background: 0;
    }

    .moveIn {
        padding: 20px 0;
    }

    .newTitle .newSub .newSub_2 b {
        float: none;
        width: 28px;
        height: 25px;
        display: inline-block;
    }

    .newTitle .newSub .newSub_2 img {
        width: 28px;
    }

    .moveIn {
        line-height: 26px;
    }
}

.newMoreList {
    float: left;
    width: 100%;
    padding: 3% 0 4.18% 0;
}

.newMoreList .newMoreTit {
    color: #e60012;
    font-size: 18px;
    line-height: 24px;
}

.newMoreList .newDownBox {
    margin: 0 -15px;
    padding: 22px 0 0 0;
}

.newMoreList .newDownBox ul {}

.newMoreList .newDownBox ul li {
    float: left;
    width: 50%;
    padding: 0 15px;
}

.newMoreList .newDownBox ul li a {
    float: left;
    width: 100%;
    border-bottom: 1px solid #d7d8d8;
    color: #333333;
    font-size: 14px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newMoreList .newDownBox ul li a.noLine {
    border-bottom: 0;
}

.newMoreList .newDownBox ul li a:hover {
    color: #e60012;
}

.newMoreList .newDownBox ul li span {
    float: left;
    width: 70%;
}

.newMoreList .newDownBox ul li b {
    float: right;
    color: #777777;
    font-size: 14px;
    line-height: 38px;
    font-weight: normal;
}


@media screen and (max-width:991px) {
    .newMoreList .newDownBox {
        padding: 23px 0 30px 0;
    }
}

@media screen and (max-width:767px) {
    .newMoreList {
        padding: 5% 0 4.18% 0;
    }

    .newShare {
        margin: 15px 0 0 0;
    }

    .newMoreList .newDownBox {
        padding: 10px 0 10px 0;
    }

    .newMoreList .newDownBox ul li {
        float: left;
        width: 100%;
        padding: 0 15px;
    }

    .newMoreList .newDownBox ul li a.noLine {
        border-bottom: 1px solid #d7d8d8;
    }
}

.newPage {
    float: left;
    width: 100%;
}

.newPage .pageLeft {
    float: left;
    width: 50%;
    color: #333333;
    font-size: 14px;
    line-height: 20px;
}

.newPage .pageLeft:hover {
    color: #e60012;
}

.newPage .leftx {
    padding: 20px 0 20px 0;
    text-transform: uppercase;
}

.newPage .rightx {
    padding: 20px 0 20px 0;
    text-align: right;
    text-transform: uppercase;
}

.bd_weixin_popup {
    box-sizing: content-box !important;
    -webkit-box-sizing: border-boxcontent-box !important;
}

.bd_weixin_popup .bd_weixin_popup_main {
    box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
}

.bd_weixin_popup .bd_weixin_popup_foot {
    line-height: 12px !important;
}



/*联系我们*/
.contactBox {
    padding: 88px 0 100px 0;
    overflow: hidden;
}

.contactBox .contactLeft {
    float: left;
    width: 42.85%;
    padding: 0 20px 0 0;
}

.contactBox .contactLeft .contactTit {
    color: #333333;
    font-size: 32px;
    line-height: 1.25;
}

.contactBox .contactLeft .english {
    padding: 10px 0 36px 0;
    border-bottom: #999999 dashed 1px;
    color: #6e6e6e;
    font-size: 14px;
    line-height: 20px;
    font-family: Arial;
    text-transform: uppercase;
}

.contactBox .contactLeft .tent {
    padding: 32px 0 28px 0;
    border-bottom: #999999 dashed 1px;
}

.contactBox .contactLeft .tent .tentLi {
    float: left;
    width: 100%;
    margin: 15px 0;
    line-height: 22px;
    font-size: 16px;
    padding-left: 36px;
    min-height: 22px;
    position: relative;
}

.contactBox .contactLeft .tent .tentLi .span {
    font-size: 18px;
}

.contactBox .contactLeft .tent .tentLi b {
    position: absolute;
    left: 0;
    top: 0;
}

.contactBox .contactLeft .ewm {
    margin: 40px 0 0 0;
}

.contactBox .contactLeft .ewm .ewmPic {
    float: left;
    width: 140px;
    height: 140px;
    border: #dbdbdb solid 1px;
    padding: 7px;
}

.contactBox .contactLeft .ewm .ewmCon {
    float: left;
    width: 415px;
    padding: 65px 0 0 16px;
    color: #999999;
    line-height: 21px;
}

.contactBox .contactLeft .ewm .ewmpad {
    padding-top: 7px;
}

.contactBox .contactLeft .ewm .ewmBig {
    color: #3a3a3a;
    font-size: 16px;
}

.contactBox .contactLeft .ewm .ewmDark {
    color: #3a3a3a;
}

.contactBox .contactRight {
    float: left;
    width: 57.15%;
    padding-left: 15px;
}

.contactRight .cmap {
    height: 552px;
}

.contactRight label {
    max-width: 224px;
}

.contactRight .BMapLabel {
    float: left;
    background-color: #ec5e11;
    width: 100px !important;
    border: 0 !important;
    height: 25px;
    font-size: 14px;
    line-height: 25px !important;
    text-align: center;
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -o-border-radius: 11px;
}

.contactRight .BMapLabel a {
    color: #fff;
}

@media screen and (max-width:1429px) {
    .contactBox {
        padding: 50px 0 70px 0;
    }

    .contactBox .contactLeft .ewm .ewmCon {
        width: 315px;
        padding: 40px 0 0 16px;
    }
}

@media screen and (max-width:1229px) {
    .contactBox .contactLeft .ewm .ewmCon {
        width: 252px;
        padding: 40px 0 0 16px;
    }
}

@media screen and (max-width:991px) {
    .contactBox {
        padding: 30px 0 40px 0;
    }

    .contactBox .contactLeft {
        width: 100%;
        padding: 0;
    }

    .contactBox .contactLeft .contactTit {
        font-size: 25px;
    }

    .contactBox .contactLeft .english {
        padding: 10px 0 20px 0;
        font-size: 16px;
    }

    .contactBox .contactLeft .tent {
        padding: 20px 0 20px 0;
    }

    .contactBox .contactLeft .tent .tentLi {
        margin: 10px 0;
        font-size: 14px;
    }

    .contactBox .contactLeft .tent .tentLi .span {
        font-size: 15px;
    }

    .contactBox .contactLeft .ewm {
        margin: 20px 0 20px 0;
    }

    .contactBox .contactRight {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }

    .contactRight .cmap {
        height: 200px;
    }
}

@media screen and (max-width:767px) {
    .contactBox {
        padding: 20px 0 20px 0;
    }

    .contactBox .contactLeft .contactTit {
        font-size: 21px;
    }

    .contactBox .contactLeft .tent {
        padding: 10px 0 10px 0;
    }

    .contactBox .contactLeft .tent .tentLi {
        margin: 6px 0;
    }

    .contactBox .contactLeft .ewm {
        position: relative;
    }

    .contactBox .contactLeft .ewm .ewmPic {
        position: absolute;
        left: 0;
        top: 0;
        width: 120px;
        height: 120px;
    }

    .contactBox .contactLeft .ewm .ewmCon {
        width: auto;
        padding: 25px 0 0 136px;
    }

    .contactBox .contactLeft .english {
        padding: 10px 0 10px 0;
        font-size: 14px;
    }
}




/*在线留言*/
.message {
    float: left;
    width: 100%;
    margin: 5.72% 0;
    padding: 0.71% 3.64% 2.85% 3.64%;
    background: #f7f7f7;
    background-size: cover;
}

.message .lab {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
}

.fm1 {
    float: left;
    width: 50%;
    padding: 0 33px;
}

.fm2 {
    float: left;
    width: 100%;
    padding: 0 33px;
}

.fm3 {
    display: block;
    margin: 0 auto;
    width: 280px;
}

.fm1_1 {
    float: left;
    width: 100%;
    color: #4c4c4c;
    font-size: 14px;
    line-height: 32px;
    text-transform: uppercase;
}

.fm1_1 font {
    font-size: 12px;
}

.fm1_1 span {
    color: #ec9706;
}

.fm1_2 {
    float: left;
    width: 100%;
    border: 1px solid #e6e6e6;
    background: #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 0 18px;
    color: #333;
    font-size: 14px;
    height: 50px;
    line-height: 48px;
    -webkit-appearance: none;
    outline: 0;
}

.fm1_3 {
    float: left;
    width: 100%;
    border: 1px solid #e6e6e6;
    background: #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 16px 18px;
    color: #333;
    font-size: 14px;
    height: 100px;
    line-height: 24px;
    -webkit-appearance: none;
    outline: 0;
}

.fm1_4 {
    float: left;
    width: 100%;
    border: none;
    background: #d91516;
    color: #fff;
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 16px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-top: 20px;
    -webkit-appearance: none;
    outline: 0;
}

.fm1_4:hover,
.fm1_4:focus {
    background: #f39800;
}

.messageIn ::-webkit-input-placeholder {
    color: #999 !important;
}

.messageIn :-moz-placeholder {
    color: #999 !important;
}

.messageIn ::-moz-placeholder {
    color: #999 !important;
}

.messageIn :-ms-input-placeholder {
    color: #999 !important;
}

.fmStar {
    float: left;
    width: 100%;
    color: #999999;
    font-size: 12px;
    line-height: 15px;
    padding-top: 8px;
    text-align: center;
}

.fmStar span {
    color: #ec9706;
    font-size: 14px;
}

@media screen and (max-width:1229px) {
    .message {
        padding: 3.16% 4% 6.66% 4%;
    }
}

@media screen and (max-width:991px) {
    .message .lab {
        margin: 5px 0;
    }

    .fm1 {
        padding: 0 10px;
    }

    .fm2 {
        padding: 0 10px;
    }

    .fm1_4 {
        height: 45px;
        line-height: 45px;
        margin-top: 10px;
    }

    .fm1_2 {
        padding: 0 10px;
        height: 40px;
        line-height: 38px;
    }

    .fm1_3 {
        padding: 8px 10px;
        line-height: 24px;
    }
}

@media screen and (max-width:767px) {
    .message {
        padding: 1.16% 4.5% 5.66% 4.5%;
    }

    .message label {
        margin: 0;
    }

    .message .lab {
        margin: 0;
    }

    .fm1 {
        width: 100%;
        padding: 0;
    }

    .fm2 {
        padding: 0;
    }

    .fm3 {
        width: 170px;
    }

    .fm1_1 {
        margin-top: 8px;
    }
}




/*产品与服务*/
.pord_list {
    float: left;
    width: 100%;
    padding: 1.56% 0 3.48% 0;
}

.pord_list li {
    float: left;
    width: 100%;
    padding: 50px 0;
}

.pord_list li.double {
    background: #f2f2f2;
}

.pord_list li a {
    float: left;
    width: 100%;
    overflow: hidden;
}

.pord_list li .pic1 {
    float: left;
    width: 47.857%;
    overflow: hidden;
    line-height: 0;
}

.pord_list li.double .pic1 {
    float: right;
}

.pord_list li .pic1 img {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    transition: -webkit-transform 2s;
    -ms-interpolation-mode: bicubic;
}

.pord_list li .pic1:hover img {
    transform: scale(1.09, 1.09);
    -ms-transform: scale(1.09, 1.09);
    -webkit-transform: scale(1.09, 1.09);
    -o-transform: scale(1.09, 1.09);
    -moz-transform: scale(1.09, 1.09);
}

.pord_list li .tx1 {
    float: left;
    width: 52.143%;
    padding: 0 0 0 77px;
    position: relative;
}

.pord_list li.double .tx1 {
    padding: 0 77px 0 0;
    text-align: right;
}

.pord_list li .tx1 .l1 {
    float: left;
    width: 100%;
    margin: 12.76% 0 3.69% 0;
    position: relative;
}

.pord_list li .tx1 .l1::after {
    float: left;
    width: 50px;
    height: 1px;
    background: #b2b2b2;
    position: absolute;
    left: -77px;
    top: 50%;
    content: '';
}

.pord_list li.double .tx1 .l1::after {
    left: auto;
    right: -77px;
}

.pord_list li .tx1 h2 {
    float: left;
    width: 100%;
    color: #333333;
    font-size: 40px;
    line-height: 1.1;
}

.pord_list li:hover .tx1 h2 {
    color: #e60012;
}

.pord_list li .tx1 p {
    float: left;
    width: 100%;
    height: 96px;
    color: #666666;
    font-size: 15px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.pord_list li .tx1 span {
    float: left;
    margin-top: 4.46%;
    border: #e60012 solid 1px;
    padding: 0 17px 0 19px;
    color: #ff0000;
    font-size: 16px;
    line-height: 35px;
}

.pord_list li.double .tx1 span {
    float: right;
}

.pord_list li .tx1 span:hover {
    background-color: #e60012;
    color: #fff;
}

@media screen and (max-width:1429px) {
    .pord_list li {
        padding: 44px 0;
    }

    .pord_list li .tx1 {
        padding: 0 0 0 65px;
    }

    .pord_list li.double .tx1 {
        padding: 0 65px 0 0;
    }

    .pord_list li .tx1 .l1::after {
        width: 42px;
        left: -65px;
    }

    .pord_list li.double .tx1 .l1::after {
        left: auto;
        right: -65px;
    }

    .pord_list li .tx1 h2 {
        font-size: 34px;
    }

    .pord_list li .tx1 p {
        height: 84px;
        font-size: 14px;
        line-height: 28px;
    }
}

@media screen and (max-width:1229px) {
    .pord_list li {
        padding: 34px 0;
    }

    .pord_list li .tx1 {
        padding: 0 0 0 52px;
    }

    .pord_list li .tx1 .l1 {
        margin: 6.76% 0 3.69% 0;
    }

    .pord_list li.double .tx1 {
        padding: 0 52px 0 0;
    }

    .pord_list li .tx1 .l1::after {
        width: 34px;
        left: -52px;
    }

    .pord_list li.double .tx1 .l1::after {
        left: auto;
        right: -52px;
    }

    .pord_list li .tx1 h2 {
        font-size: 28px;
    }

    .pord_list li .tx1 span {
        padding: 0 12px 0 12px;
        font-size: 14px;
        line-height: 32px;
    }
}

@media screen and (max-width:767px) {
    .pord_list li {
        padding: 20px 0;
    }

    .pord_list li .pic1 {
        width: 100%;
    }

    .pord_list li.double .pic1 {
        float: left;
    }

    .pord_list li .tx1 {
        padding: 0 0 0 36px;
        width: 100%;
    }

    .pord_list li .tx1 .l1 {
        margin: 4.76% 0 3.69% 0;
    }

    .pord_list li.double .tx1 {
        padding: 0 0 0 36px;
        text-align: left;
    }

    .pord_list li .tx1 .l1::after {
        width: 25px;
        left: -36px;
    }

    .pord_list li.double .tx1 .l1::after {
        left: -36px;
        right: 0;
    }

    .pord_list li .tx1 h2 {
        font-size: 22px;
    }

    .pord_list li .tx1 p {
        height: 72px;
        line-height: 24px;
    }

    .pord_list li.double .tx1 span {
        float: left;
    }
}




/*大事记*/

.hisBox {
    padding: 100px 0 67px 0;
}

.hisSlick {}

.hisSlick .hisLi {
    height: 884px;
    padding: 0 120px 0 115px;
    background: url("../image/his2.png") center no-repeat;
}

.hisSlick .hisLi .hisFloat {
    height: 884px;
    position: relative;
}

.hisSlick .hisLi .hisFloat .hisDd {
    position: absolute;
    width: 263px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
}

.hisSlick .hisLi .hisFloat .hisOne {
    left: 90px;
    bottom: 592px;
}

.hisSlick .hisLi .hisFloat .hisTwo {
    left: 332px;
    top: 673px;
}

.hisSlick .hisLi .hisFloat .hisThree {
    left: 477px;
    bottom: 525px;
}

.hisSlick .hisLi .hisFloat .hisFour {
    left: 779px;
    bottom: 663px;
}

.hisSlick .hisLi .hisFloat .tu {
    height: 95px;
    overflow: hidden;
    border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -o-border-radius: 6px 6px 0 0;
}

.hisSlick .hisLi .hisFloat .tudown {
    padding: 19px 24px 20px 24px;
    border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -o-border-radius: 0 0 6px 6px;
}

.hisSlick .hisLi .hisFloat .tudown .tuTime {
    color: #e60012;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    font-family: Arial;
}

.hisSlick .hisLi .hisFloat .tudown .tuText {
    max-height: 96px;
    margin-top: 6px;
    color: #333333;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

@media screen and (max-width:1429px) {
    .hisBox {
        padding: 87px 0 60px 0;
    }

    .hisSlick .hisLi {
        height: 758px;
        padding: 0 103px 0 99px;
        background: url("../image/his2.png") center no-repeat;
        background-size: contain
    }

    .hisSlick .hisLi .hisFloat {
        height: 758px;
    }

    .hisSlick .hisLi .hisFloat .hisDd {
        width: 225px;
    }

    .hisSlick .hisLi .hisFloat .hisOne {
        left: 78px;
        bottom: 509px;
    }

    .hisSlick .hisLi .hisFloat .hisTwo {
        left: 283px;
        top: 577px;
    }

    .hisSlick .hisLi .hisFloat .hisThree {
        left: 410px;
        bottom: 450px;
    }

    .hisSlick .hisLi .hisFloat .hisFour {
        left: 668px;
        bottom: 569px;
    }

    .hisSlick .hisLi .hisFloat .tu {
        height: 81px;
    }

    .hisSlick .hisLi .hisFloat .tudown {
        padding: 15px 18px 15px 15px;
    }

    .hisSlick .hisLi .hisFloat .tudown .tuTime {
        font-size: 15px;
        line-height: 20px;
    }

    .hisSlick .hisLi .hisFloat .tudown .tuText {
        max-height: 80px;
        margin-top: 4px;
        font-size: 12px;
        line-height: 20px;
    }
}

@media screen and (max-width:1229px) {
    .hisBox {
        padding: 60px 0 45px 0;
    }

    .hisSlick .hisLi {
        height: auto;
        padding: 0 160px 0 161px;
        background: 0;
    }

    .hisSlick .hisLi .hisFloat {
        height: auto;
    }

    .hisSlick .hisLi .hisFloat .hisDd {
        position: static;
        width: 225px;
    }

    .hisSlick .hisLi .hisFloat .hisOne {
        float: left;
        left: auto;
        bottom: auto;
        margin-left: 90px;
        margin-bottom: 20px;
    }

    .hisSlick .hisLi .hisFloat .hisTwo {
        left: auto;
        top: auto;
        float: right;
        margin-right: 50px;
        margin-top: 20px;
    }

    .hisSlick .hisLi .hisFloat .hisThree {
        left: auto;
        bottom: auto;
    }

    .hisSlick .hisLi .hisFloat .hisFour {
        left: auto;
        bottom: auto;
    }

    .hisSlick .hisLi .hisFloat .tu {
        height: 81px;
    }

    .hisSlick .hisLi .hisFloat .tudown {
        padding: 15px 18px 15px 15px;
    }

    .hisSlick .hisLi .hisFloat .tudown .tuTime {
        font-size: 15px;
        line-height: 20px;
    }

    .hisSlick .hisLi .hisFloat .tudown .tuText {
        height: 80px;
    }

    .hisSlick .hisLi .hisFloat .bg {
        line-height: 0;
    }
}

@media screen and (max-width:991px) {
    .hisBox {
        padding: 45px 0 45px 0;
    }

    .hisSlick .hisLi {
        padding: 0 56px 0 56px;
    }

    .hisSlick .hisLi .hisFloat .hisDd {
        position: static;
        width: 225px;
    }

    .hisSlick .hisLi .hisFloat .hisOne {
        float: left;
        left: auto;
        bottom: auto;
        margin-left: 90px;
        margin-bottom: 20px;
    }

    .hisSlick .hisLi .hisFloat .hisTwo {
        left: auto;
        top: auto;
        float: right;
        margin-right: 50px;
        margin-top: 20px;
    }

    .hisSlick .hisLi .hisFloat .hisThree {
        left: auto;
        bottom: auto;
    }

    .hisSlick .hisLi .hisFloat .hisFour {
        left: auto;
        bottom: auto;
    }

    .hisSlick .hisLi .hisFloat .tu {
        height: 81px;
    }

    .hisSlick .hisLi .hisFloat .tudown {
        padding: 15px 18px 15px 15px;
    }

    .hisSlick .hisLi .hisFloat .tudown .tuTime {
        font-size: 15px;
        line-height: 20px;
    }

    .hisSlick .hisLi .hisFloat .tudown .tuText {
        height: 80px;
    }

    .hisSlick .hisLi .hisFloat .bg {
        line-height: 0;
    }
}

@media screen and (max-width:767px) {
    .hisBox {
        padding: 30px 0 30px 0;
    }

    .hisSlick .hisLi {
        padding: 0;
    }

    .hisSlick .hisLi .hisFloat .hisDd {
        width: 200px;
    }

    .hisSlick .hisLi .hisFloat .hisOne {
        margin-left: 20px;
        margin-bottom: 15px;
    }

    .hisSlick .hisLi .hisFloat .hisTwo {
        margin-right: 20px;
        margin-top: 15px;
    }

    .hisSlick .hisLi .hisFloat .tu {
        height: auto;
    }

    .hisSlick .hisLi .hisFloat .tudown {
        padding: 15px 18px 15px 15px;
    }

    .hisSlick .hisLi .hisFloat .tudown .tuTime {
        font-size: 15px;
        line-height: 20px;
    }

    .hisSlick .hisLi .hisFloat .tudown .tuText {
        height: 80px;
    }

    .hisSlick .hisLi .hisFloat .bg {
        line-height: 0;
    }
}





.hisSlick .slick-prev {
    position: absolute;
    width: 44px;
    height: 44px;
    left: 0;
    top: 516px;
    cursor: pointer;
    background: url("../image/his7.png") no-repeat;
    background-size: contain;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}

.hisSlick .slick-prev:hover {
    background: url("../image/his7_h.png") no-repeat;
    background-size: contain;
}

.hisSlick .slick-next {
    position: absolute;
    width: 44px;
    height: 44px;
    right: 0;
    top: 516px;
    cursor: pointer;
    background: url("../image/his8.png") no-repeat;
    background-size: contain;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}

.hisSlick .slick-next:hover {
    background: url("../image/his8_h.png") no-repeat;
    background-size: contain;
}

@media screen and (max-width:1429px) {
    .hisSlick .slick-prev {
        width: 37px;
        height: 37px;
        top: 445px;
    }

    .hisSlick .slick-next {
        width: 37px;
        height: 37px;
        top: 445px;
    }
}

@media screen and (max-width:1229px) {
    .hisSlick .slick-prev {
        top: 430px;
    }

    .hisSlick .slick-next {
        top: 430px;
    }
}

@media screen and (max-width:1229px) {
    .hisSlick .slick-prev {
        left: 0;
        top: 50%;
        margin-top: -18px;
    }

    .hisSlick .slick-next {
        right: 0;
        top: 50%;
        margin-top: -18px;
    }
}


/*右漂浮*/
.right {
    position: fixed;
    width: 55px;
    /* height: 317px; */
    right: 0px;
    top: 50%;
    margin-top: -133px;
    background: #595959;
    z-index: 10;
    padding: 12px 0 5px 0;
    -moz-border-top-left-radius: 12px;
    -webkit-border-top-left-radius: 12px;
    -khtml-border-top-left-radius: 12px;
    border-top-left-radius: 12px;
    -moz-border-bottom-left-radius: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -khtml-border-bottom-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.right ul {
    float: left;
    width: 100%;
}

.right ul li {
    float: right;
    width: 55px;
    height: 50px;
    /*overflow: hidden;*/
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -khtml-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -khtml-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.right ul li .zbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 170px;
}

.right ul li .zbox.zbox img {
    width: 55px;
    height: 50px;
    float: left;
}

.right ul li .zbox .text {
    float: left;
    width: 115px;
    padding: 8px 0 11px 0;
}

.right ul li .zbox .text h5 {
    width: 100%;
    float: left;
    font-size: 14px;
    color: white;
    line-height: 17px;
}

.right ul li .zbox .text h6 {
    width: 100%;
    float: left;
    font-size: 14px;
    color: white;
    line-height: 14px;
    font-family: Arial;
}

.right ul li .zbox .text h6 a {
    color: white;
}

.right ul li .zbox .ewm {
    position: absolute;
    width: 105px;
    height: 105px;
    right: -120px;
    top: -18px;
    padding: 5px;
    background: rgba(1, 81, 154, 0.8);
    z-index: -1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -khtml-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -khtml-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.right ul li .zbox .ewm img {
    width: 100%;
    height: 100%;
}

.right ul li:hover .ewm {
    right: 170px;
}

.right ul li:hover {
    width: 170px;
    background: rgba(1, 81, 154, 0.8);
}

.right ul li.last .zbox .text h5 {
    line-height: 31px;
}


.right ul li.wx:hover {
    width: 55px;
}


@media screen and (max-width: 1024px) {
    .right {
        display: none;
    }
}



/*
           -webkit-appearance:none;
       outline: 0;

              -webkit-box-shadow: 0 2px 6px #000;
                 -moz-box-shadow: 0 2px 6px #000;
                   -o-box-shadow: 0 2px 6px #000;
                      box-shadow: 0 2px 6px #000;


              border-radius:11px;
              -webkit-border-radius:11px;
                 -moz-border-radius:11px;
                   -o-border-radius:11px;

              text-overflow:ellipsis;
              display: -webkit-box;
              -webkit-line-clamp: 3;
              -webkit-box-orient: vertical;


              -webkit-transition: all 0.3s linear;
              -moz-transition: all 0.3s linear;
              -o-transition: all 0.3s linear;
              transition: all 0.3s linear;
              transition: -webkit-transform 2s;
              -ms-interpolation-mode:bicubic;

              transform: scale(1.09,1.09);
              -ms-transform: scale(1.09,1.09);
              -webkit-transform: scale(1.09,1.09);
              -o-transform: scale(1.09,1.09);
              -moz-transform: scale(1.09,1.09);

              opacity: 0;
              filter: alpha(opacity=0);
                       -moz-opacity: 0;
                     -khtml-opacity: 0;


           -webkit-transform: translate(0, -50%);
              -ms-transform: translate(0, -50%);
                  transform: translate(0, -50%);


        display: -webkit-flex;
       display: flex;
       flex-direction: row;
       flex-wrap: wrap;
       align-items: flex-start;

              */

.caseNewPage {
    padding: 5% 0;
}

/*分页*/
.pz_fy {
    text-align: center;
}

/*分页浮左或者浮右，修改此处即可。例：text-align:left;*/
.pz_fy a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 38px;
    height: 38px;
    margin: 0 5px;
    line-height: 36px;
    border: solid 1px #e7e7e7;
    color: #272727;
    font-size: 14px;
    text-decoration: none;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    vertical-align: top;
}

.pz_fy a.a1 {
    width: 100px;
    background: url(../image/btn_05_l.png) no-repeat center;
    border-radius: 19px;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
}

.pz_fy a.last {
    background-image: url(../image/btn_05_r.png);
}

.pz_fy a.a1:hover {
    background-image: url(../image/btn_05_l_h.png);
}

.pz_fy a.last:hover {
    background-image: url(../image/btn_05_r_h.png);
}

.pz_fy a:hover,
.pz_fy a.on {
    color: #fff;
    background-color: #e60012;
    border: solid 1px #e60012;
}

/*鼠标经过和默认当前页样式*/
.fy_phone {
    display: none;
}

@media screen and (max-width:991px) {
    .caseNewPage {
        padding: 6.5% 0;
    }

    .fy_phone {
        display: block;
        font-family: 'Arial';
    }

    .fy_phone {
        text-align: center;
        font-size: 14px;
        color: #333;
    }

    .fy_phone a {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        width: 98px;
        height: 30px;
        line-height: 29px;
        border: solid 1px #e60012;
        color: #333;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
    }

    .fy_phone span {
        display: inline-block;
        padding: 0 5%;
        height: 30px;
        line-height: 30px;
        color: #333;
    }
}




.special {}

.special .owl-dots {
    width: 100%;
    margin-top: 5%;
    text-align: center;
    line-height: 0;
}

.special .owl-dots .owl-dot {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 12px;
    background: #999;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}

.special .owl-dots .owl-dot.active {
    background: #e60012;
}

@media screen and (max-width:991px) {
    .special .owl-dots .owl-dot {
        width: 12px;
        height: 12px;
        margin: 0 10px;
    }
}




@-webkit-keyframes buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}

@keyframes buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}

.buzz-out {
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent
}

.buzz-out:hover,
.buzz-out:focus,
.buzz-out:active {
    -webkit-animation-name: buzz-out;
    animation-name: buzz-out;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.sitemap {
    width: 100%;
    float: left;
}

.sitemap li {
    border-bottom: 1px dashed #d2d2d2;
    padding: 7px 0;
    float: left;
    line-height: 40px;
    width: 98%;
    padding-left: 2%;
}

.sitemap li a {
    margin-right: 10px;
    font-size: 12px;
    float: left;
    white-space: nowrap;
    font-size: 14px;
}

.sitemap li a:hover {
    color: #e60012;
}

.sitemap li .font16 {
    font-size: 16px;
    /*color:#135fb1*/
}

.sitemap li .font14 {
    font-size: 14px;
}

.sitemap li .font12 {
    font-size: 12px;
    color: #999
}



.elli {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


@media screen and (max-device-width: 320px) {
    body {
        -webkit-text-size-adjust: none
    }
}

@media screen and (max-device-width: 480px) {
    body {
        -webkit-text-size-adjust: none
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    body {
        -webkit-text-size-adjust: none
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1243px) {
    body {
        -webkit-text-size-adjust: none
    }
}