/*初始化样式*/
html {
    margin: 0;
    padding: 0;
    border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #666;
    position: relative;
    font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

li h3 {
    padding: 0;
}

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

a:link {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover,
a:active,
a:focus {
    color: #009b4c;
    text-decoration: none;
    outline: none;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

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

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

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

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

dt {
    font-weight: normal;
}

/*----- Common css ------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.flexd {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wh {
    width: 1200px;
    margin: 0 auto;
}

.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.com-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}



/*头部样式*/

.top_top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 99;
}

.top2 {
    height: 102px;
    overflow: hidden;
}



.logo {
    float: left;
    line-height: 102px;
    width: 340px;
    /* margin-left: -60px; */
}


.logotext {
    width: 568px;
    margin-left: 55px;
    padding-top: 37px;
}

.logotext a {
    /*flex: 1;*/
    /*justify-content: center;*/
    padding: 0 12px
}

.logotext a div.img img {
    width: 41px;
    height: 41px;
    border-radius: 50%;
    margin-right: 10px;
}

.logotext a .cont>h3 {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 2px;
    color: #333333;
}

.logotext a .cont>p {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: -2px;
    color: #666666;
}




.top2 .k2 {
    text-align: right;
    padding-top: 15px;
}

.top2 .k2 p:nth-of-type(1) {
    font-size: 16px;
    font-weight: normal;
    color: #666666;
    line-height: 1;
    margin-bottom: 5px;
}

.top2 .k2 p:nth-of-type(2) {
    font-size: 28px;
    letter-spacing: -2px;
    color: #5293ff;
    font-weight: 700;
    line-height: 1;
}

.top2 .k2 p:nth-of-type(3) {
    font-size: 28px;
    letter-spacing: -2px;
    color: #5293ff;
    font-weight: 700;
    line-height: 1;
}

.x-banner{
    padding-top: 153px
}


.p1 .wh {
    margin: 160px auto;
}

.p1a {
    width: 568px;
    position: relative;
}

.p1a>h3 {
    font-size: 30px;
    font-weight: normal;
    color: #333333;
    position: relative;
    margin-bottom: 34px;
    line-height: 1;
}

.p1a>h3 span {
    color: #5293ff;
}

.p1a>h3::after {
    content: "";
    width: 49px;
    height: 2px;
    background-color: #000000;
    position: absolute;
    bottom: -18px;
    left: 0;
}

.p1a>h4 {
    font-family: "Arial";
    font-size: 20px;
    font-weight: normal;
    color: #999999;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.p1a>p {
    font-size: 16px;
    font-weight: normal;
    line-height: 32px;
    color: #666666;
}

.p1a>a.more {
    width: 134px;
    line-height: 36px;
    border-radius: 18px;
    padding-left: 32px;
    font-size: 12px;
    font-weight: normal;
    color: #666666;
    display: block;
    background: url(../images/line5.png) no-repeat center center;
    position: absolute;
    left: 0;
    bottom: 0;
}

.p1a>a.more:hover {
    background: url(../images/line4.png) no-repeat center center;
    color: #fff;
}

.p1b {
    width: 568px;
    height: 387px;
    background-color: #5293ff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.p1b img,
.p1b video {
    max-width: 100%;
    max-height: 100%;
}




.p2a {
    padding: 0 10px 10px 60px;
    background: url(../images/line6.png) no-repeat left bottom;
}

.p2a h3 {
    font-size: 30px;
    font-weight: normal;
    color: #333333;
}

.p2a h3 span {
    font-family: "Arial";
    font-size: 25px;
    font-weight: normal;
    color: #999999;
    opacity: 0.5;
    margin-left: 17px;
}


.p2b {
    margin: 80px auto 36px;
}

.p2b li a {
    width: 209px;
    height: 47px;
    background-color: #5293ff;
    transition: all ease .3s;
    display: block;
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    line-height: 47px;
}

.p2b li a:hover {
    background-color: #fcb026;
}

.p2c li {
    margin-bottom: 20px;
}

.p2c li a {
    display: block;
    width: 387px;
    height: 457px;
    background-color: #efefef;
    border: solid 1px rgba(204, 204, 204, 0.6);
}

.p2c li a div.img img {
    width: 100%;
    height: 360px;
}

.p2c li a .cont {
    padding: 20px 10px 5px 26px;
}

.p2c li a .cont>h3 {
    font-size: 16px;
    font-weight: normal;
    color: #333333;
    margin-bottom: 14px;
    text-align: left;
}

.p2c li a .cont>span.more {
    display: block;
    width: 100px;
    height: 24px;
    transition: all ease .3s;
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
    padding-left: 25px;
    background: url(../images/line7.png) no-repeat center center;
    line-height: 24px;
}

.p2c li:hover a .cont>span.more {
    background: url(../images/line8.png) no-repeat center center;
}



.p2more a {
    width: 275px;
    height: 63px;
    font-size: 12px;
    color: #333333;
    line-height: 63px;
    padding-left: 99px;
    position: relative;
    display: block;
    margin: 52px auto 0;
    background: url(../images/line9.png) no-repeat center center;
}

.p2more a::after {
    content: '';
    width: 462px;
    height: 1px;
    background-color: #000000;
    opacity: 0.2;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    transition: all ease .3s;
}

.p2more a::before {
    content: '';
    width: 462px;
    height: 1px;
    background-color: #000000;
    opacity: 0.2;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    transition: all ease .3s;
}


.p2more a:hover {
    background: url(../images/line10.png) no-repeat center center;
    color: #fff;
}

.p2more a:hover::after {
    width: 664px;
}

.p2more a:hover::before {
    width: 664px;
}





.p3 {
    margin-top: 160px;
}

.p3a {
    padding: 0 10px 10px 60px;
    background: url(../images/line6.png) no-repeat left bottom;
}

.p3a h3 {
    font-size: 38px;
    font-weight: 700;
    color: #333333;
}

.p3a h3 span {
    font-family: "Arial";
    font-size: 25px;
    font-weight: 400;
    color: #999999;
    opacity: 0.5;
    margin-left: 17px;
}

.p3-scroll {
    margin-top: 77px;
}

.p3-scroll li {
    width: 387px;
    margin-right: 20px;
}

.p3-scroll li a {
    display: block;
}

.p3-scroll li a div.img {
    position: relative;
    overflow: hidden;
}

.p3-scroll li a div.img img {
    width: 100%;
    height: 434px;
    transition: all ease .3s;
}

.p3-scroll li a div.img .on {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: Alpha(opacity=0);
    *zoom: 1;
    -webkit-transform: rotateX(180deg) scale(0.5, 0.5);
    transform: rotateX(180deg) scale(0.2, 0.2);
    transition: all ease-out .5s;
}

.p3-scroll li a div.img .on i {
    background: url(../images/icon.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 90px;
    height: 90px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -45px;
    margin-left: -45px;

}

.p3-scroll li:hover div.img .on {
    opacity: 1;
    filter: Alpha(opacity=100);
    -webkit-transform: rotateX(0deg) scale(1, 1);
    transform: rotateX(0deg) scale(1, 1);
    transition: all 1s cubic-bezier(.23, 1, .38, 1) 0s;
    background: rgba(0, 0, 0, 0.3);
}

.p3-scroll li:hover div.img img {
    transform: scale(1.1);
}

.p3-scroll li a>h3 {
    line-height: 50px;
    background-color: #5293ff;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
}


.p3-scroll .hd {
    margin: 53px auto 52px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.p3-scroll .hd a.next {
    width: 57px;
    height: 56px;
    background: #666666 url(../images/jl.png) no-repeat center center;
    border-radius: 50%;
    transition: all ease .3s;
    cursor: pointer;
    margin: 0 6px;
}

.p3-scroll .hd a.next:hover {
    background: #5293ff url(../images/jl.png) no-repeat center center;
}

.p3-scroll .hd a.prev {
    width: 57px;
    height: 56px;
    background: #666666 url(../images/jl1.png) no-repeat center center;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 6px;
}

.p3-scroll .hd a.prev:hover {
    background: #5293ff url(../images/jl1.png) no-repeat center center;
}





.p3more a {
    width: 275px;
    height: 63px;
    font-size: 12px;
    color: #333333;
    line-height: 63px;
    padding-left: 99px;
    position: relative;
    display: block;
    margin: 52px auto 0;
    background: url(../images/line9.png) no-repeat center center;
}

.p3more a::after {
    content: '';
    width: 664px;
    height: 1px;
    background-color: #000000;
    opacity: 0.2;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    transition: all ease .3s;
}

.p3more a::before {
    content: '';
    width: 664px;
    height: 1px;
    background-color: #000000;
    opacity: 0.2;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    transition: all ease .3s;
}


.p3more a:hover {
    background: url(../images/line10.png) no-repeat center center;
    color: #fff;
}





.p4 {
    height: 183px;
    background: url(../images/line11.png) no-repeat center center;
    background-size: cover;
    padding-top: 48px;
    margin-top: 160px;
}

.p4a {
    width: 832px;
}

.p4a>h3 {
    font-size: 46px;
    font-weight: normal;
    letter-spacing: 4px;
    color: #ffffff;
    margin-bottom: 22px;
}

.p4a p {
    display: inline-block;
    width: 310px;
    height: 41px;
    background: url(../images/line12.png) no-repeat center center;
    font-size: 32px;
    font-weight: normal;
    letter-spacing: -2px;
    color: #125955;
    line-height: 41px;
    padding-left: 74px;
}

.p4a>p:nth-of-type(2) {
    margin-left: 10px;
}

.p4b a {
    width: 210px;
    height: 51px;
    background-color: #ffffff;
    border-radius: 4px;
    display: block;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: -1px;
    color: #5293ff;
    line-height: 51px;
    text-align: center;
    position: relative;
    z-index: 0;
    margin-top: 15px;
}

.p4b a::after {
    content: "";
    width: 190px;
    height: 41px;
    border-radius: 4px;
    border: solid 1px #5293ff;
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.p4b a:hover {
    animation: flipInY 1.2s ease-out forwards;
    -webkit-animation: flipInY 1.2s ease-out forwards;
}


@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}


.p5 {
    background: url(../images/hegn.jpg) no-repeat center center;
    height: 341px;
    overflow: hidden;
    padding-top: 55px;
}

.p5 h3.title {
    height: 28px;
    line-height: 28px;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 2px;
    color: #ffffff;
    text-align: center;
    background: url(../images/line13.png) no-repeat center center;
}


.p5a {
    margin-top: 68px;
}

.p5a li {
    width: 102px;
    position: relative;
}

.p5a li a {
    display: block;
}

.p5a li a div.img img {
    width: 102px;
    height: 102px;
    background-color: #ffffff;
    border-radius: 50%;
}

.p5a li a>h3 {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #ffffff;
    margin-top: 28px;
    line-height: 1;
    padding: 0;
    text-align: center;
}

.p5a li::after {
    content: "";
    width: 30px;
    height: 22px;
    background: url(../images/ljian.png) no-repeat center center;
    position: absolute;
    right: -73px;
    top: 40px;
}

.p5a li:last-child::after {
    display: none;
}

.p5a li:hover img {
    animation: flipInY 1.2s ease-out forwards;
    -webkit-animation: flipInY 1.2s ease-out forwards;
}




.p6 .wh {
    margin: 160px auto;
}

.p6a {
    padding: 0 10px 10px 60px;
    background: url(../images/line6.png) no-repeat left bottom;
}

.p6a h3 {
    font-size: 38px;
    font-weight: 700;
    color: #333333;
}

.p6a h3 span {
    font-family: "Arial";
    font-size: 25px;
    font-weight: 400;
    color: #999999;
    opacity: 0.5;
    margin-left: 17px;
}

.p6b {
    margin-top: 80px;
}

.p6b li a {
    display: block;
    overflow: hidden;
}

.p6b li a img {
    transition: all ease .3s;
}

.p6b li:nth-child(1) a {
    margin-right: 6px;
}

.p6b li:nth-child(1) a img {
    width: 398px;
    height: 498px;
}

.p6b li:nth-child(2) a {
    margin-bottom: 13px;
}

.p6b li:nth-child(2) a img {
    width: 796px;
    height: 250px;
}

.p6b li:nth-child(3) a {
    margin-right: 8px;
}

.p6b li:nth-child(3) a img {
    width: 394px;
    height: 235px;
}

.p6b li:nth-child(4) a img {
    width: 394px;
    height: 235px;
}

.p6b li:hover a img {
    transform: scale(1.1);
}


.p7b {
    margin-top: 68px;
}

.p7b li {
    width: 354px;
}


.p7b li a {
    display: block;
}

.p7b li a .time {
    margin-bottom: 28px;
}

.p7b li a .time>h3 {
    font-size: 64px;
    color: #a2a2a2;
    text-align: left;
}

.p7b li a .time>h3 span {
    font-size: 18px;
    font-weight: normal;
    color: #a2a2a2;
}

.p7b li a .img {
    overflow: hidden;
}

.p7b li a .img img {
    display: block;
    width: 100%;
    height: 220px;
    transition: all ease .3s;
}

.p7b li a .cont h3 {
    font-size: 18px;
    color: #333333;
    margin: 28px 0 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.p7b li a .cont p {
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    text-align: left;
}


.p7b li:hover a .img img {
    transform: scale(1.1);
}

.p7b li:hover a h3 {
    color: #5293ff;
}

.p7b li:hover a .cont p {
    color: #5293ff;
}

.p8 .wh1018 {
    width: 1200px;
    margin: 140px auto 20px;
    line-height: 27px;
}

.p8 .wh1018 span {
    font-size: 16px;
    color: #5293ff;
}

.p8 .wh1018 a {
    font-size: 12px;
    color: #666666;
    margin-right: 12px;
    position: relative;
    white-space: nowrap;
}

.p8 .wh1018 a::after {
    content: "";
    background: url(../images/line14.jpg) no-repeat center center;
    width: 2px;
    height: 12px;
    position: absolute;
    right: -7px;
    top: 50%;
    transform: translateY(-50%);
}

.p8 .wh1018 a:last-child::after {
    display: none;
}

#menu {
    background: url(../images/navb.png) repeat-x center center;
    background-size: cover;
}




.p9 {
    background-color: #5293ff;
    padding-top: 36px;
}

.p9a1>li>a {
    display: block;
    font-size: 18px;
    letter-spacing: -1px;
    color: #ffffff;
    margin-bottom: 10px;
}

.p9a1>li .sec1 a {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: -1px;
    color: #ffffff;
    display: block;
}



.p9a1>li {
    float: left;
    text-align: center;
}

.p9a1>li:nth-child(2) {
    width: 214px;
    margin-left: 44px;
    background: url(../images/line15.jpg) no-repeat left 19px, url(../images/line15.jpg) no-repeat right 19px;
}

.p9a1>li:nth-child(3) {
    width: 171px;
    background: url(../images/line15.jpg) no-repeat right 19px;
    margin-right: 56px;
}



.p9b {
    width: 516px;
    padding-top: 7px;
    align-items: flex-end;
}

.p9b1 {
    width: 399px;
}

.p9b2 img {
    width: 100px;
    height: 100px;
    display: block;
    margin-bottom: 3px;
}

.p9b2 p {
    font-size: 14px;
    font-weight: normal;
    ;
    color: #ffffff;
    text-align: center;
}

.p9b1a {
    padding-left: 62px;
    background: url(../images/tel2.png) no-repeat left center;
}

.p9b1a>h3 {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: -1px;
    color: #ffffff;
}

.p9b1a>.p9b1a1 {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    font-family: "simhei";
}

.p9b1b {
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
    margin-top: 20px;
}

.p9b1b a {
    color: #ffffff;
}


.copyright {
    background-color: #000000;
    padding: 15px 0;
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    line-height: 1.8;
    margin-top: 32px;
}


.copyright a {
    color: #fff;
}




/*内页左侧样式*/


.container {
    width: 1200px !important;
    margin: 0 auto;
    padding: 0;
}


.page-product-inquiry a {
    color: #fff;
}