/*初始化样式*/
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-color: #fbfbfb;
    color: #666;
    position: relative;
    font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

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;
}

p {
    margin: 0;
}

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);
}


.wh1600 {
    max-width: 1600px;
    padding: 0 15px;
    margin: 0 auto;
}
.wh1200 {
    max-width: 1200px;
    margin: auto;
}
.wh1400{
    max-width: 1600px;
    margin: auto;
}
/*头部样式*/
.top-head{
    background: #0a50a5;
}
.top-head p{
    color: #fff;
    line-height: 28px;
    font-size: 12px;
    text-align: left;
}
.k4{
	padding-left: 80px;
	background: url(../images/phone.png) no-repeat center left;
	font: 600 35px/37px "Arial";color: #ee7a00;
	margin-top: 28px;
}
.k4 span{
	font: 400 18px/26px "Microsoft Yahei";color: #666666;
}
.tops{
    width: 100%;
    padding: 1% 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
}
.nav-box{
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-end;
}
.top2 {
    /* position: absolute; */
    width: 100%;
}

.logo {
    display: flex;
    align-items: center;

}
.logo p{
    font-size: 16px;
    color: #666;
    white-space: nowrap;
}
.logo .xian{
    width: 20px;
    height: 38px;
    background-color: #000;
    opacity: .3;
    margin: 0 3%;
}
.lacho{ position:relative; }

.lacho p{
    color: #a6a6a6;
    background: url(../images/tel.png) no-repeat center left;
    padding-left: 20px;
}
.lacho p span{
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
}


.top2 .k3a {
    padding: 0 1.2rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top2 .k3a::after {
    content: '';
    width: 1px;
    height: 14px;
    background-color: #323232;
    opacity: 0.1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.top2 .k3a::before {
    content: '';
    width: 1px;
    height: 14px;
    background-color: #323232;
    opacity: 0.1;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.top2 .k3a a {
    width: 37px;
    height: 20px;
    border-radius: 10px 0px 0px 10px;
    color: #666666;
    line-height: 20px;
    border: solid 1px #e5e5e5;
    text-align: center;
}

.top2 .k3a a:last-child {
    border-radius: 0px 10px 10px 0px;
    background-color: #333333;
    color: #ffffff;
    border: none;
}

.top2 .k3a a:hover {
    background-color: #333333;
    color: #fff;
}

.top2 .k3b {
    position: relative;
    height: 98px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.top2 .k3b .k3b-btn {
    width: 12px;
    height: 16px;
    background: url(//cdn.myxypt.com/24d6b889/21/12/973ac2ad98464f8ad30928e04fc638ce91e235c9.png) no-repeat center center;

}

.top2 .k3b .k3b1 {
    width: 140px;
    height: 0px;
    position: absolute;
    top: 98px;
    left: 0;
    transform: translateX(-87%);
    transition: all ease .3s;
    overflow: hidden;
}

.top2 .k3b .k3b1 img {
    width: 100%;
    /* height: 100%; */
}

.top2 .k3b:hover .k3b1 {
    height: 140px;
}


.top2 .k3c {
    position: relative;
}

.top2 .k3c .k3c-btn {
    width: 16px;
    height: 16px;
    background: url(//cdn.myxypt.com/24d6b889/21/12/5de9494c750c5554ac018e434e981878f11fc0b5.png) no-repeat center center;
    cursor: pointer;
}

.top2 .k3c form {
    position: absolute;
    width: 239px;
    height: 50px;
    background-color: #ffffff;
    top: 57px;
    right: 0;
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: none;
}

.top2 .k3c form input {
    outline: none;
    background: none;
    border: none;
}

.top2 .k3c form input[name='wd'] {
    font-size: 12px;
    font-weight: normal;
    color: rgba(0, 0, 0, .5);
    padding-left: 16px;
    width: 192px;
    height: 50px;
    line-height: 50px;
}

.top2 .k3c form input[type="submit"] {
    width: 16px;
    height: 16px;
    background: url(//cdn.myxypt.com/24d6b889/21/12/5de9494c750c5554ac018e434e981878f11fc0b5.png) no-repeat center center;
    height: 50px;
    line-height: 50px;
}


/* 导航样式 */
.x-menu {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
}


.x-menu>li {
    position: relative;
    /* margin-left: 40px; */
}

.x-menu>li>a {
    display: block;
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    text-align: center;
    width: 120px;
    opacity: 1;

}


.x-menu>li>a:hover {
    opacity: 1;
    
}



.x-menu>li.active>a {}

.x-menu>li:after {
    content: '';
    position: absolute;
    z-index: 100;
    width: 100%;
    left: 0;
    /*height: 40px;*/
    opacity: 0;
    top: 100%;
}

.x-menu>li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #333;
}

.x-sub-menu {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0%;
    top: 40px;
    background: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-sub-menu>li {
    /* padding: 0 0.9rem; */
}

.x-sub-menu>li>a {
    display: block;
    text-align: center;
    line-height: 2;
    font-size: 16px;
    color: #fff;
    line-height: 2.6;
}

.x-sub-menu>li>a:hover {
    background: #666;
    color: #fff;

}

.x-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
    display: none;
}


@media(max-width: 1024px) {
    .top2 .k3 {
        display: none;
    }
}


.tit{
    text-align: center;
    margin-bottom: 3%;
}
.tit h5{
    font-size: 42px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}
.tit h5::after , .tit h5::before{
    content: '';
    background:url(../images/tit_icon.png) no-repeat center;
    width: 66px;
    height: 18px;
    display: inline-block;
    margin: 0 1.5%;
}
.tit h5::after{
    transform: rotate(180deg);
}

.tit p{
    font-size: 28px;
    color: #000;
    opacity: .2;
    font-weight: bold;
    text-transform: uppercase;
}
.tit h6{
    font-size: 24px;
    color: #666;
    margin-top: 2%;
    font-weight: normal;
}
.tit a{
    width: 130px;
    background-color: #e20113;
    border-radius: 40px;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-style: initial;
    line-height: 40px;
    margin-top: 3%;
    margin-left: 1%;
}
.tit-t{
    display: flex;
    align-items: center;
}
.tit a::after{
    content: "\2192";
    font-size: 14px;
    display: inline-block;
    margin-left: 5px;
}
.box1{
    padding: 6% 0;
}
.about{
    
}
.about-box{
    display: flex;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}
.about-box .right{
    position: relative;
}
.about-box .right::after{
    position: absolute;
    content: '';
    background: url(../images/a-logo.png) no-repeat center #e20113;
    height: 198px;
    width: 198px;
    top: 35%;
    left: -11%;
}
.about .text{
    max-width: 575px;
}
.about .text h5{
    font-size: 60px;
    color: #000000;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 71px;
}
.about .text h6{
    font-size: 30px;
    color: #000;
    margin: 1% 0;
    font-weight: normal;
}
.about .text p{
    color: #666;
    font-size: 16px;
    line-height: 36px;
    margin-top: 5%;
}
.about .shuzi{
    margin-top: 5%;
}
.about .shuzi ul{
    display: flex;
}
.about .shuzi ul li{
    margin-right: 10%;
}
.about .shuzi ul li h5{
    font-size: 50px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: #e20113;
    font-weight: 100;
    display: inline-block;
}
.about .shuzi ul li span{
    display: inline-block;
    font-size: 25px;
    font-family: Arial, Helvetica, sans-serif;
    color: #e20113;
    font-weight: bold;
    margin-left: 5px;
}
.about .shuzi ul li p{
    font-size: 16px;
    color: #666;
}
.about .yyzx{
    margin-top: 5%;
}
.box2{
    background-color: #fbfbfb;
    padding-bottom: 5%;
}

.hzjg{}
.hzjg .hz{}
.hzjg .hz li{
    background-color: #fff;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}
.hzjg .hz li .com-img{
    width: 50%;
}
.hzjg .hz li .com-img img{
    width: 100%;
}
.hzjg .hz li .text-box{
    width: 50%;
}
.hzjg .hz li .text{
    padding-left: 10%;
}
.hzjg .hz li .text span{
    font-size: 24px;
    color: #666;
}
.hzjg .hz li .text h5{
    font-size: 36px;
    color: #000;
}
.hzjg .hz li .text p{
    font-size: 24px;
    color: #666;
    margin-top: 2%;
    max-width: 720px;
}
.hzjg .hz li .text a{
    width: 156px;
    background-color: #e20113;
    text-align: center;
    line-height: 46px;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    margin-top: 5%;
}















.box3{
    padding-bottom: 5%;
}
.product{}
.product ul{
    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}

.box4{
    background: url(../images/box4-bg.png) no-repeat fixed center;
    height: 540px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box4 .text{
    text-align: center;
    
}
.box4 .text p{
    font-size: 36px;
    color: #fff;
}
.box4 .text a{
    width: 156px;
    background-color: #e20113;
    text-align: center;
    line-height: 46px;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    margin-top: 5%;
}

.box5{
    padding-top: 5%;
}

.jmlc{
    margin-top: 5%;
}
.jmlc ul{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}
.jmlc li{
    width: calc(100% / 3);
    display: flex;
    margin-bottom: 3%;
    
}
.jmlc li:not(:last-child){

}
.jmlc li .img{
    margin-right: 3%;
}
.jmlc li .text{
    max-width: 330px;
}
.jmlc li .text h5{
    font-size: 24px;
    color: #333;
    font-weight: normal;
}
.jmlc li .text p{
    font-size: 16px;
    color: #666;
    margin-top: 10px;
}

.box6{
    background: url(../images/box6-bg.jpg) no-repeat center;
    padding-top: 5%;
}
.box6 .tit h5 ,.box6 .tit h6 ,.box6 .tit p{
    color: #fff;
}
.box6 .tit h5::after , .box6 .tit h5::before{
    content: '';
    background:url(../images/jmsq-tit.png) no-repeat center;
    width: 66px;
    height: 18px;
    display: inline-block;
    margin: 0 1.5%;
}
.jmsq{
    background-color: #fff;
    padding: 3%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
}
.jmsq .com-img{
    width: 27%;
    margin: 0;

}
.index-message-box{
    width: 60%;
}
.index-message{}
.index-message input{
    border: 1px solid #e5e5e5;
    background-color: #fff;
    line-height: 50px;
}
.index-message-tel{
    display: flex;
    justify-content: space-between;
    margin-bottom: 2%;
}
.index-message .infoInput{
    width: 49%;
    
    padding-left: 3%;
    font-size: 16px;
    
}
.index-message .infoInput:nth-child(2){
    margin-right: 0;
}
.index-message textarea{
    border: 1px solid #e5e5e5;
    background-color: #fff;
    width: 100%;
    height: 150px;
    padding-left: 3%;
    font-size: 16px;
    padding-top: 10px;
}
.index-message .form-control{}
.message_yzm img{}
.index-message .submit{
    width: 173px;
    line-height: 50px;
    background-color: #e20113;
    text-align: center;
    color: #fff;
    margin-top: 3%;
    cursor: pointer;
}

.box7{
    padding-top: 3%;
    padding-bottom: 5%;
}
.news{}
.news ul{
    display: flex;
    justify-content: space-between;
}
.news li{
    width: 32%;
}
.news li .com-img{
    width: 100%;
}
.news li .com-img img{
    width: 100%;
}
.news li .text{}
.news li .text h5{
    font-size: 24px;
    color: #333;
    font-weight: normal;
    margin-top: 5%;
}
.news li .text p{
    font-size: 16px;
    color: #666;
    margin-top: 3%;

}
.news li .text .more{
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding-top: 3%;
    margin-top: 3%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;

}
.news li .text span{
    font-size: 16px;
    color: #333;
}
.news li .text img{}
/**/
.foot{background: #f0f2f5}
.ft1{
    
}
.f-nav{}
.f-nav ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
}
.f-nav ul li{
    
}
.f-nav ul li a{
    font-size: 16px;
}


.bq-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
}
.bq{text-align: center;color: rgba(0,0,0,.5);;font-size: 14px;line-height: 24px;padding: 20px 0;border-top: 1px solid rgba(0, 0, 0, .1);}
.bq a{color: rgba(0,0,0,.5);}

.z-banner img{
    width: 100%;
}
@media(max-width: 1600px){
    .wh1400{
        max-width: 1400px;
    }
    .x-menu>li{
        margin-left: 14%;
    }
    .x-menu>li>a{
        width: inherit;
    }
    .yyzx img{
        width: 100%;
    }
    .product ul li{
        margin-right: 1%;
    }
    .product ul li img{
        width: 100%;
    }
    .about-box .right::after{
        width: 140px;
        height: 140px;
        background-size: 70%;
    }
    .about-box .right .com-img{
        display: initial;
        width: 80%;
        
    }
    .about-box .right .com-img img{
        width: 100%;
    }
    .about-box .right{
        margin-left: 10%;
    }
    .about .text h6{
        font-size: 24px;
    }
    .about .shuzi ul li p{
        font-size: 14px;
    }
    .hzjg .hz li .text span{
        font-size: 15px;
    }
    .hzjg .hz li .text h5{
        font-size: 28px;
    }
    .hzjg .hz li .text p{
        font-size: 18px;
        max-width: 560px;
    }
    .hzjg .hz li .text a{
        width: 130px;
    }
    .box4 .text p{
        font-size: 30px;
    }
    .box5 .com-img img{
        width: 100%;
    }
    .jmlc li .text p{
        font-size: 14px;
    }
    .tit h5{
        font-size: 36px;
    }
    .tit p{
        font-size: 24px;
    }
    .tit h6{
        font-size: 18px;
    }
    .about .shuzi ul li:last-child{
        margin-right: 0;
    }
    .x-menu>li>a{
        font-size: 14px;
    }
    .logo p{
        font-size: 14px; 
    }
}

@media(max-width: 1440px) {
    .p5a .p5a2 {
        padding-left: 1.8rem;
    }
    
    .wh1400 , .wh1600{
        max-width: 1200px;
    }
    .about-box .right{
        margin-left: 5%;
    }
    .about-box .right .com-img{
        display: initial;
        width: 80%;
        
    }
    
    .x-menu>li{
        margin-left: 6%;
    }
    .about-box .right .com-img img{
        width: 100%;
    }
    .about .text h5{
        font-size: 48px;
        line-height: 56px;
    }
    .about .text h6{
        font-size: 24px;
    }
    .about .shuzi ul li p{
        font-size: 14px;
    }
    .hzjg .hz li .text span{
        font-size: 15px;
    }
    .hzjg .hz li .text h5{
        font-size: 28px;
    }
    .hzjg .hz li .text p{
        font-size: 18px;
        max-width: 560px;
    }
    .hzjg .hz li .text a{
        width: 130px;
    }
    .box4 .text p{
        font-size: 30px;
    }
    .box5 .com-img img{
        width: 100%;
    }
    .jmlc li .text p{
        font-size: 14px;
    }
    .tit h5{
        font-size: 36px;
    }
    .tit p{
        font-size: 24px;
    }
    .tit h6{
        font-size: 18px;
    }
    .about .shuzi ul li:last-child{
        margin-right: 0;
    }
    .about-box .right::after{
        width: 100px;
        height: 100px;
        background-size: 50%;
        left: -7%;
    }
    .x-menu>li>a{
        font-size: 14px;
    }
    .logo p{
        font-size: 14px; 
    }
}

@media(max-width: 1280px) {
    .p5a .p5a1 {
        padding-right: 0;
    }
}

@media(max-width: 768px) {
    .p5a .p5a2 {
        padding-left: 0;
        width: 100%;
        border: none;
    }
    .p6 .p6a1{
        width: 100%;
        font-size: 14px;
    }
    .p6 .p6a2{
        display: none;
    }
}
@media(max-width: 767px){
    .p5a .p5a2>h3{
        font-size: 16px;
    }
    .p5a .p5a2>p:nth-of-type(1){
        font-size: 18px;
    }
    .p5a .p5a2>p:nth-of-type(2){
        font-size: 15px;
    }
    .p5a .p5a2>p:nth-of-type(3){
        font-size: 16px;
    }
    .p5a2a>h3{
        font-size: 16px;
    }
    .p6 .p6a1{
        font-size: 13px;
    }
}


.page-product-inquiry a {
    color: #fff;
}








/* neiye */
.nei-left-title{
    background: url(../images/wn.png) no-repeat right center #e20113;
    position: relative;
    line-height: 58px;
    position: relative;
    width: 229px;
    height: 58px;
    background-position-x: 170px;
}
.nei-left-title>h3{
    font-size: 24px;
    color: #ffffff;
    line-height: 58px;
    font-weight: 400;
    position: relative;
    z-index: 9;
    padding-left: 30px;
}
.nei-left-title h3 span {
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  margin-left: 10px;
  text-transform: capitalize;
  display: none;
}
.nei-left-title h3 span:before {
  content: "/";
  padding-right: 5px;
}

/* xypg-left-conx */
.xypg-left-conx{
    margin-top: 15px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px;
    position: relative;
}
.xypg-left-conx .xypg-left-nav{
    position: relative;
    border-top: 1px solid #e6e6e6;
    display: flex;
}
.xypg-left-conx .xypg-left-nav>li{
    position: relative;
    border: none;
}
.xypg-left-conx .xypg-left-nav>li>a{
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #2e2e2e;
    padding: 15px 18px;
    border-bottom: 2px solid #fff;
}
.xypg-left-conx .xypg-left-nav>li .first-nav-btn{
    display: none;
}

.xypg-left-nav>li:hover>a, .xypg-left-nav>li.clicked>a{
    color: #e20113;
    border-bottom: 2px solid #e20113;
    
}
@media(max-width: 992px){
    .xypg-left-nav>li:hover>a, .xypg-left-nav>li.clicked>a{
        background: initial;
    }
}

/*  */
.wzx {
    position: absolute;
    line-height: 53px;
    color: #999999;
    font-size: 12px;
    right: 10px;
    top: 0px
}
.wzx a {
    color: #999999;
    font-size: 12px;
}
.wzx a:hover {
    color: #e20113;
}


@media (min-width: 992px){
    .page-wrap-right{
        margin-top: -38px;
    }
}

@media (max-width: 990px){
    .page-wrap{
        padding-top: 20px;
    }
}