*,
:before,
:after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

article,
aside,
audio,
blockquot,
body,
dd,
div,
dl,
dt,
figcaption,
figure,
filedset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
input,
li,
nav,
ol,
p,
section,
ul,
video {
    margin: 0;
    padding: 0
}

em,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1em;
    font-style: normal;
    font-weight: 400
}

li,
ol,
ul {
    list-style: none
}

fieldset,
img {
    max-width: 100%;
    height: auto;
    border: 0 none;
    vertical-align: middle
}

table {
    width: 100%;
    max-width: 100%;
    border-collapse: separate
}

table td,
table th {
    text-align: center;
    padding: 10px;
    line-height: 20px;
    word-break: break-all
}

button,
input,
select,
textarea {
    font: 12px/20px Arial;
    outline: 0;
    resize: none;
    border: none
}

input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: none;
    outline: 0;
    cursor: pointer
}

:focus {
    outline: 0
}

a {
    color: #00132b;
    text-decoration: none;
    outline: 0;
    cursor: pointer
}

a:link,
a:visited {
    text-decoration: none
}

a:active {
    text-decoration: none
}

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

.clearfix {
    zoom: 1
}

.clear {
    clear: both
}

.fl {
    float: left
}

.fr {
    float: right
}

body {
    font: 14px/20px "Microsoft YaHei", Arial;
    color: #333;
    line-height: 1.1
}

.w {
    max-width: 1520px;
    margin: 0 auto
}



.header .w {
    max-width: 1780px
}

.header .logo {
    float: left
}

.header .nav {
    margin-top: 10px;
    margin-left: 100px;
    float: left;
    overflow: hidden
}

.header .nav li {
    width: 140px;
    float: left
}

.header .nav li a {
    font-size: 16px;
    color: #ffffff;
    line-height: 46px;
    text-align: center;
    display: block;
    transition: all linear 0.3s
}

.header .nav li:hover a,
.header .nav .li_on a {
    font-size: 20px;
    color: #00d390;
    font-weight: bold
}

.header .tel {
    float: right;
    margin-top: 6px;
    line-height: 57px
}

.header .tel p {
    float: left
}

.header .tel .p1 {
    font-size: 18px;
    color: #ffffff
}

.header .tel .p1 span {
    color: #ffaf35
}

.header .tel .p2 {
    width: 239px;
    background: url(../images/headertelbg.png) center no-repeat;
    background-size: 100%;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    letter-spacing: 1px;
    margin-left: 21px;
    position: relative
}

.header .tel .p2:before {
    content: "";
    width: 20px;
    height: 22px;
    background: url(../images/headerteltb.png) center no-repeat;
    background-size: 100%;
    display: inline-block;
    vertical-align: text-top;
    margin-right: 7px
}

.header .tel .p2:after {
    content: "";
    width: 1px;
    background: #7f3000;
    position: absolute;
    left: 0;
    top: -8px;
    bottom: -8px
}

.header .tel .p2 strong {
    font-size: 22px
}

.head1-index .logo{
    width: 12rem;
}

.head1-index .tdao{
    width: 46.5rem;
}

.head1-index .tel2{
    width: 18rem;
}


.x-menu > li:after, .x-menu > li:before{
    content: "";
    position: absolute;
    height: 2px;
    width: 50px;
    background: #fff;
    transition: all .5s linear;
}
.x-menu > li:before{
    right: -100%;
    bottom: 5px;
    background: #c9211e;
    background: -webkit-linear-gradient(left,#c9211e,#9b0000);
    background: -moz-linear-gradient(left,#c9211e,#9b0000);
    background: -ms-linear-gradient(left,#c9211e,#9b0000);
    background: -o-linear-gradient(left,#c9211e,#9b0000);
}
.x-menu > li:after{
    left: -100%;
    bottom: 0;
    background: #c9211e;
    background: -webkit-linear-gradient(left,#c9211e,#de7c1b);
    background: -moz-linear-gradient(left,#c9211e,#de7c1b);
    background: -ms-linear-gradient(left,#c9211e,#de7c1b);
    background: -o-linear-gradient(left,#c9211e,#de7c1b);
}
.x-menu > li.li1:before,
.x-menu > li:hover:before {
    right: 0;
    transition: all .5s linear
}

.x-menu > li.li1:after,
.x-menu > li:hover:after {
    left: 0;
    transition: all .5s linear
}
.x-menu > li{
    width: auto;
    margin: 0 3%;
    overflow: hidden;
}

.x-menu > li>a {
  line-height: 3.8;
  color: #fff;
  
}

.x-menu > li > a:hover{
    color: #fff;
    margin-top: 0;
    background: none;
}


.footer {
    background: #343434;
    font-size: 16px;
    color: #fff;
    line-height: 78px
}

.footer dl {
    overflow: hidden
}

.footer dl a {
    color: #fff
}

.footer dl a:hover {
    color: #008a62
}

.footer dl dd {
    float: left;
    overflow: hidden
}

.footer dl dd p {
    float: left;
    font-weight: lighter
}

.footer dl dd .p1 {
    padding-left: 24px;
    background: url(../images/footertb01.png) left center no-repeat
}

.footer dl dd .p2 {
    padding-left: 33px;
    background: url(../images/footertb02.png) left center no-repeat;
    font-size: 17px;
    margin-left: 60px
}

.footer dl dd .p2 span {
    font-size: 19px;
    font-weight: normal
}

.footer dl dd a {
    margin-left: 14px
}

.footer dl dt {
    float: right
}

.footer dl dt a {
    margin-left: 30px
}

.titbox {
    position: relative
}

.titbox .titzs {
    margin-bottom: -22px;
    font-size: 42px;
    color: #efefef;
    color: rgba(29, 29, 31, 0.1);
    text-transform: uppercase;
    font-weight: bold;
    display: block
}

.titbox .h_tit {
    font-size: 42px;
    color: #1d1d1f;
    font-weight: bold
}

.titbox .h_tit a {
    color: #1d1d1f;
    transition: all linear 0.3s
}

.titbox .h_tit a:hover {
    color: #328b7e
}

.titbox .text {
    font-size: 16px;
    color: #1d1d1f;
    opacity: 0.8;
    margin-top: 32px
}

.titbox .more {
    font-size: 16px;
    color: #1d1d1f;
    position: absolute;
    right: 10px;
    top: 48px;
    transition: all linear 0.3s
}

.titbox .more:hover {
    font-size: 17px;
    color: #00d390;
    font-weight: bold
}

.rightfl_swt {
    width: 196px;
    height: 532px;
    background: url(../images/rightflswt.png) center no-repeat;
    background-size: 100%;
    position: fixed;
    right: -200px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 9999;
    transform: scale(0.9);
    transition: all linear 0.3s;
    opacity: 0
}

.rightfl_swt a {
    display: block
}

.rightfl_swt .btn1 {
    padding: 130px 0 23px 16px;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    text-align: center
}

.rightfl_swt .btn1:after {
    content: "";
    width: 44px;
    height: 44px;
    background: url(../images/rightflswttb.gif) center no-repeat;
    background-size: 100%;
    border-top-left-radius: 50%;
    display: inline-block;
    vertical-align: bottom;
    margin-left: 6px;
    margin-bottom: -9px
}

.rightfl_swt .sma {
    margin: 12px 17px 0 14px;
    padding: 17px 0 17px 16px;
    font-size: 15px;
    color: #ffffff;
    color: rgba(244, 244, 244, 0.8);
    transition: all linear 0.3s
}

.rightfl_swt .sma span {
    font-size: 18px;
    color: #ffffff;
    display: block;
    margin-bottom: 9px
}

.rightfl_swt .sma:hover {
    background: linear-gradient(to right, #c73c05, #ff9f29)
}

.rightfl_swt .btn4 {
    margin-top: 10px;
    font-size: 15px;
    color: #070707
}

.rightfl_swt .btn4 span {
    font-size: 15px;
    color: #070707;
    margin-bottom: 8px
}

.rightfl_swt .btn4 strong {
    font-size: 19px
}

.rightfl_swt .btn4:hover {
    background: none
}

.rightfl_swt .totop {
    padding: 30px 0 12px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer
}

.rightfl_swt.rightfl_swton {
    right: -20px;
    opacity: 1
}

.titbox .text {
    line-height: 1.75;
    opacity: 1
}

.about-ban {
    background: url(../images/about-bg.jpg) center bottom no-repeat;
    background-size: cover;
    overflow: hidden
}

.about-ban .w {
    height: 593px;
    padding-top: 140px;
    position: relative
}

.about-ban .titbox {
    max-width: 1000px
}

.about-ban .titzs {
    font-size: 44px;
    color: #374c48;
    color: rgba(244, 244, 244, 0.03)
}

.about-ban .h_tit {
    color: #fff
}

.about-ban .text {
    color: #fff;
    opacity: 0.5
}

.about-ban .sty1 {
    position: absolute;
    right: -69px;
    bottom: 0
}

.about-ban .sty1:before {
    content: "";
    width: 86px;
    height: 2px;
    background: #cc2f1e;
    display: block;
    position: absolute;
    left: -43px;
    top: 0;
    bottom: 0;
    margin: auto 0
}

.about-ban .sty1 li {
    width: 336px;
    float: left;
    padding: 40px 0;
    text-align: center
}

.about-ban .sty1 li p {
    font-size: 17px;
    color: #ffffff;
    color: rgba(255, 255, 255, 0.5);
    text-align: left;
    display: inline-block
}

.about-ban .sty1 li p span {
    margin-bottom: 14px;
    font-size: 28px;
    color: #ffffff;
    font-weight: bold;
    display: block
}

.about1 {
    background: #f6f6f6;
    padding: 75px 0
}

.about1 .titbox {
    text-align: center
}

.about1 .sty1 {
    margin-top: 75px
}

.about1 .sty1 a {
    width: 32%;
    height: 291px;
    float: left;
    background: #ffffff;
    border: 1px solid #ff1228;
    padding: 45px 2.77% 0;
    display: block;
    position: relative;
    transition: all linear 0.3s;
    overflow: hidden;
}

.about1 .sty1 a .img2 {
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    top: -150%;
    transition: all linear 0.5s;
    z-index: 1
}

.about1 .sty1 a .img2 img{
    max-width: 100%;
}

.about1 .sty1 a:hover .img2{
    top: 0;
}

.about1 .sty1 a .img1 img{
    max-width: 100%;
}

.about1 .sty1 a strong {
    font-size: 23px;
    color: #1d1d1f;
    font-weight: bold;
    display: block;
    margin-top: 18px
}

.about1 .sty1 a span {
    margin-top: 20px;
    font-size: 16px;
    color: #1d1d1f;
    line-height: 1.75;
    display: block;
    opacity: 0.8
}

.about1 .sty1 a:hover:before {
    bottom: -1px
}

.about1 .sty1 a+a {
    margin-left: 2%
}

/* .about1 .sty1 .a1:before {
    background: url(../images/about1pic.jpg) center no-repeat;
    background-size: cover
}

.about1 .sty1 .a1 strong:before {
    background: url(../images/about1tb02.png) center no-repeat;
    background-size: 100%
}

.about1 .sty1 .a2:before {
    background: url(../images/about1pic3.jpg) center no-repeat;
    background-size: cover
}

.about1 .sty1 .a2 strong:before {
    background: url(../images/about1tb03.png) center no-repeat;
    background-size: 100%
}

.about1 .sty1 .a3:before {
    background: url(../images/about1pic2.jpg) center no-repeat;
    background-size: cover
}

.about1 .sty1 .a3 strong:before {
    background: url(../images/about1tb01.png) center no-repeat;
    background-size: 100%
} */

.about2 {
    padding-top: 65px;
    padding-bottom: 75px
}

.about2 .w {
    position: relative
}

.about2 .sty1 {
    width: 59.21053%
}

.about2 .sty1 ul {
    margin-top: 45px
}

.about2 .sty1 ul li {
    width: 32.778%;
    float: left;
    background: #f6f6f6;
    border-radius: 20px;
    overflow: hidden
}

.about2 .sty1 ul li p {
    padding: 10px 0;
    font-size: 16px;
    color: #333333;
    line-height: 1.5;
    text-align: center
}

.about2 .sty1 ul li+li {
    margin-left: 0.83%
}

.about2 .sty2 {
    width: 37.43421%;
    background-image: -moz-linear-gradient( 180deg, rgb(255 32 40) 0%, rgb(255 12 40) 99%);
    background-image: -webkit-linear-gradient( 180deg, rgb(255 32 40) 0%, rgb(255 12 40) 99%);
    background-image: -ms-linear-gradient( 180deg, rgb(255 32 40) 0%, rgb(255 12 40) 99%);
    border-radius: 50px;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 0
}
.about2 .sty2 img{
    width: 100%;
}

.about2 .sty2 p {
    padding: 12px 0;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.6;
    text-align: center
}

.about3 {
    padding-bottom: 66px;
    margin-bottom: 70px;
    position: relative
}

.about3:before {
    content: "";
    width: 63.84656%;
    background: #f5f5f5;
    position: absolute;
    right: 0;
    top: 108px;
    bottom: 0;
    z-index: -1
}

.about3 .sty1 {
    margin-top: 39px
}

.about3 .sty1 .fl {
    width: 45%
}

.about3 .sty1 .fr {
    width: 47.89474%;
    padding-top: 88px
}

.about3 .sty1 .fr ul {
    overflow: hidden
}

.about3 .sty1 .fr ul li {
    width: 50%;
    float: left;
    padding-left: 31px;
    padding-right: 14%;
    margin-bottom: 60px;
    position: relative
}

.about3 .sty1 .fr ul li:before {
    content: "";
    width: 1px;
    height: 57px;
    background: #d3d3d3;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0
}

.about3 .sty1 .fr ul li span {
    font-size: 28px;
    color: #1b1c20;
    font-weight: bold;
    display: block
}

.about3 .sty1 .fr ul li p {
    font-size: 17px;
    color: #333333;
    line-height: 1.6;
    margin-top: 12px
}

.about3 .sty1 .fr .swtbox {
    margin-top: 8px;
    position: relative
}

.about3 .sty1 .fr .swtbox a {
    border-radius: 5px;
    font-size: 17px;
    display: block
}

.about3 .sty1 .fr .swtbox .btn1 {
    width: 259px;
    background: #ff7943;
    background: linear-gradient(to right, #ff0e28, #ff1e28);
    line-height: 51px;
    color: #fff;
    text-align: center;
    box-shadow: 0 13px 42px rgba(255 29 40)
}

.about3 .sty1 .fr .swtbox .btn1 span {
    font-weight: bold;
    margin-right: 7px
}

.about3 .sty1 .fr .swtbox .btn1:hover {
    background: #00965f;
    box-shadow: 0 13px 42px rgba(0, 150, 95, 0.38)
}

.about3 .sty1 .fr .swtbox .btn2 {
    width: 380px;
    background: #e3e3e3;
    border: 1px solid #ff0e28;
    padding-left: 36px;
    color: #000000;
    line-height: 49px;
    position: absolute;
    right: -33px;
    top: 0
}

.about3 .sty1 .fr .swtbox .btn2:before {
    content: "";
    width: 40px;
    height: 34px;
    background: url(../images/car.png) center no-repeat;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    margin-bottom: -3px
}

.about3 .sty1 .fr .swtbox .btn2:after {
    content: "";
    width: 64px;
    height: 96px;
    /* background: url(../images/about3zs.png) center top no-repeat; */
    background-size: 100%;
    display: block;
    position: absolute;
    right: 15px;
    bottom: 0
}

.about4 {
    background: url(../images/about4bg.jpg) center no-repeat;
    background-size: cover;
    padding: 93px 0;
    overflow: hidden
}

.about4 .fl,
.about4 .fr {
    width: 40.72368%
}

.about4 .fl {
    padding-top: 20px
}

.about4 .fl .titzs {
    color: #fff;
    opacity: 0.1
}

.about4 .fl .h_tit {
    color: #fff
}

.about4 .fl .text {
    color: #fff;
    opacity: 0.8
}

.about4 .fr {
    position: relative
}

.about4 .fr:before {
    content: "";
    height: 180px;
    background: url(../images/about4piczs.png) center top no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -180px
}

@media (max-width: 1800px) {
    .header .w {
        max-width: 1600px
    }

    .header .nav {
        margin-left: 60px
    }
}

@media (max-width: 1600px) {
    .w {
        max-width: 1280px
    }

    .header .w {
        max-width: 1280px
    }

    .header .nav li {
        width: 124px
    }

    .header .tel .p1 {
        display: none
    }

    .titbox .titzs {
        font-size: 38px
    }

    .titbox .h_tit {
        font-size: 38px
    }

    .about-ban .w {
        height: 560px
    }

    .about-ban .sty1 {
        right: -145px
    }

    .about-ban .sty1 li {
        width: 318px;
        padding: 37px 0
    }

    .about-ban .sty1 li p {
        font-size: 16px
    }

    .about-ban .sty1 li p span {
        font-size: 26px
    }

    .about1 {
        padding: 65px 0
    }

    .about1 .sty1 {
        margin-top: 55px
    }

    .about1 .sty1 a {
        height: 270px;
        padding-top: 25px
    }

    .about1 .sty1 a .img2 img{
        height: 270px;
    }

    .about1 .sty1 a strong {
        font-size: 21px
    }

    .about3 .sty1 .fr {
        padding-top: 66px
    }

    .about3 .sty1 .fr ul li span {
        font-size: 26px
    }

    .about3 .sty1 .fr ul li p {
        font-size: 16px
    }

    .about3 .sty1 .fr .swtbox a {
        font-size: 16px
    }

    .about3 .sty1 .fr .swtbox .btn1 {
        width: 200px
    }

    .about3 .sty1 .fr .swtbox .btn2 {
        width: 400px;
        padding-left: 24px
    }

    .about3 .sty1 .fr .swtbox .btn2:after {
        right: 0
    }

    .about4 {
        padding: 70px 0
    }
}

@media (max-width: 1440px) {
    .w {
        max-width: 1120px
    }

    .header .w {
        max-width: 1120px
    }

    .header .logo {
        width: 180px
    }

    .header .nav {
        margin-left: 40px;
        margin-top: 5px
    }

    .header .nav li {
        width: 110px
    }

    .header .nav li.li_on a,
    .header .nav li:hover a {
        font-size: 17px
    }

    .header .tel {
        margin-top: 0
    }

    .header .tel .p2 {
        width: 210px;
        font-size: 16px
    }

    .header .tel .p2:after {
        top: -4px;
        bottom: -4px
    }

    .header .tel .p2 strong {
        font-size: 18px
    }

    .footer dl {
        font-size: 14px;
        line-height: 70px
    }

    .titbox .titzs {
        margin-bottom: -15px;
        font-size: 34px
    }

    .titbox .h_tit {
        font-size: 34px
    }

    .titbox .text {
        font-size: 14px
    }

    .rightfl_swt.rightfl_swton {
        right: -36px;
        transform: scale(0.7)
    }

    .about-ban .w {
        height: 460px;
        padding-top: 111px
    }

    .about-ban .sty1 {
        right: -84px
    }

    .about-ban .sty1 li {
        width: 260px;
        padding: 27px 0
    }

    .about-ban .sty1 li p {
        font-size: 14px
    }

    .about-ban .sty1 li p span {
        font-size: 24px
    }

    .about1 {
        padding: 55px 0
    }

    .about1 .sty1 {
        margin-top: 45px
    }

    .about1 .sty1 a {
        height: 250px;
    }

    .about1 .sty1 a .img2 img{
        height: 250px;
    }

    .about1 .sty1 a strong {
        font-size: 19px
    }

    .about1 .sty1 a strong:before {
        margin-bottom: 22px
    }

    .about1 .sty1 a span {
        font-size: 14px
    }

    .about2 {
        padding-top: 45px;
        padding-bottom: 55px
    }

    .about2 .sty1 ul {
        margin-top: 35px
    }

    .about2 .sty1 ul li p {
        font-size: 14px
    }

    .about2 .sty2 p {
        font-size: 17px
    }

    .about3 {
        padding-bottom: 44px
    }

    .about3 .sty1 .fr {
        padding-top: 44px
    }

    .about3 .sty1 .fr ul li {
        margin-bottom: 40px;
        padding-right: 30px
    }

    .about3 .sty1 .fr ul li span {
        font-size: 24px
    }

    .about3 .sty1 .fr ul li p {
        font-size: 14px
    }

    .about3 .sty1 .fr .swtbox a {
        font-size: 14px
    }

    .about3 .sty1 .fr .swtbox .btn1 {
        width: 32%;
        line-height: 46px
    }

    .about3 .sty1 .fr .swtbox .btn2 {
        width: 68%;
        padding-left: 24px;
        line-height: 44px
    }

    .about3 .sty1 .fr .swtbox .btn2:after {
        right: 0
    }

    .about4 {
        padding: 60px 0
    }
}

@media (max-width: 1280px) {
    .w {
        max-width: 960px
    }

    .header .w {
        max-width: 960px
    }

    .header .logo {
        width: 160px
    }

    .header .nav {
        margin-top: 0
    }

    .header .nav li {
        width: 90px
    }

    .header .nav li a {
        font-size: 14px
    }

    .header .tel .p2 {
        width: 190px;
        font-size: 14px
    }

    .header .tel .p2:before {
        vertical-align: sub
    }

    .header .tel .p2:after {
        top: -2px;
        bottom: -2px
    }

    .header .tel .p2 strong {
        font-size: 17px
    }

    .titbox .titzs {
        font-size: 30px
    }

    .titbox .h_tit {
        font-size: 30px
    }

    .titbox .text {
        margin-top: 25px
    }

    .about-ban .w {
        height: 420px
    }

    .about-ban .sty1 {
        right: 0
    }

    .about-ban .sty1 li {
        width: 210px;
        padding: 24px 0
    }

    .about-ban .sty1 li p span {
        font-size: 22px
    }

    .about1 {
        padding: 45px 0
    }

    .about1 .sty1 {
        margin-top: 35px
    }

    .about1 .sty1 a {
        padding-top: 20px
    }

    .about3 .sty1 .fr {
        padding-top: 22px
    }

    .about3 .sty1 .fr ul li span {
        font-size: 22px
    }

    .about3 .sty1 .fr .swtbox .btn2 {
        width: 64%;
        padding-left: 0;
        text-align: center;
        right: 0
    }

    .about3 .sty1 .fr .swtbox .btn2:after {
        display: none
    }

    .about4 {
        padding: 50px 0
    }
}