/*初始化样式*/
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;
}

a {
    text-decoration: none;
    outline: none;
}

a:link {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover,
a:active,
a:focus {
    color: #0066ab;
    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;
    width: 100%;
}

.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: 1400px;
    padding: 0 15px;
    margin: 0 auto;
}
.wh1200 {
    max-width: 1200px;
    margin: auto;
}
.wh1400{
    max-width: 1400px;
    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: 2% 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;
    z-index: 99;
    width: 100%;
}

.logo {
    display: flex;
    align-items: center;

}
.logo p{
    font-size: 14px;
    color: #666;
}
.logo .xian{
    width: 1px;
    height: 38px;
    background-color: #000;
    opacity: .3;
    display: inline-block;
    margin: 0 3%;
}
.lacho{ position:relative; margin-top:5px;z-index: 99;}
.lacho span{ display:block; width:50px; height:50px; padding-left:30px; background:url(../images/yy.png) no-repeat left center; cursor:pointer;}
.lacho span i{ width:14px; height:50px; display:block; background:url(../images/jts.png) no-repeat center center;}
.top.hov .lacho span i{background: url(../images/jts2.png) no-repeat center center;}
.lacho p{ position:absolute; width:100px; left:-23px; top:55px; background:rgba(0,0,0,1); display:none;}
.lacho p a{ display:block; text-align:center; line-height:40px; color:#fff;opacity: .5;}
.lacho p a:hover{opacity: 1;}
.lacho p:hover{}
.top-nav{

}


.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: #fff;
    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: left;
    margin-bottom: 3%;
}
.tit h5{
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.tit p{
    font-size: 30px;
    color: #fff;
    margin-top: 3%;
}
.tit a{
    width: 130px;
    background-color: #0066ab;
    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{
    background: url(../images/box1-bg.png) no-repeat #4c4c4c bottom right;
    padding: 10%;
}
.about{
    max-width: 830px;
}
.about .text{}
.about .text p{
    color: #fff;
    font-size: 16px;
    line-height: 36px;
}
.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: #fff;
    font-weight: 100;
}
.about .shuzi ul li p{
    font-size: 16px;
    color: #fff;
}

.box2{
    background: url(../images/box2-bg.jpg) no-repeat #4c4c4c top center;
    padding: 8%;
}
.product{}
.product .tit{
    margin-bottom: .5%;
}
.product .text{}
.product .text p{
    color: #fff;
    font-size: 16px;
    line-height: 36px;
}
.p-box{
    margin-top: 5%;
    position: relative;
}
.p-box ul{}
.p-box li{ 
    float: left;
    width: 244px;
    position: relative;
    margin-right: 36px;
}
.p-box p{
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: #e8e8e8;
    font-size: 16px;
    color: #333;
    line-height: 38px;
    text-align: center;
    transition: all .2s;

}
.p-box p:hover{
    color: #fff;
    background-color: #0066ab;

}
.p-box .next , .p-box .prev{
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 40%;
    font-family: serif;
    opacity: .5;
}
.p-box .next{
    left: -3%;
}
.p-box .prev{
    right: -3%;
}
.p-box:hover .next , .p-box:hover .prev{
    opacity: 1;
}

.box3{
    background: url(../images/box3-bg.jpg) no-repeat #4c4c4c top center;
    padding-top: 10%;
    padding-bottom: 15%;
}
.case .tit{
    margin-bottom: 2%;
}
.case .text p{
    color: #fff;
    font-size: 16px;
}
.case a{
    width: 130px;
    background-color: #0066ab;
    border-radius: 40px;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-style: initial;
    line-height: 40px;
    margin-top: 5%;
}
.case a::after{
    content: "\2192";
    font-size: 14px;
    display: inline-block;
    margin-left: 5px;
}



/**/
.foot{padding: 25px 0 0 0;background: url(../images/fooder-bg.jpg) no-repeat center;}
.ft1{
    padding-top: 10%;
    padding-bottom: 6%;
}
.tright{
    text-align: center;
}
.f-logo{}
.f-text{
    margin-top: 3%;
    
}
.f-text p{
    font-size: 18px;
    color: #fff;
}
.f-text h5{
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}
#f-nav-box{
    margin-top: 3%;
}
#f-nav-box .f-nav{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
}
#f-nav-box .f-nav li{}
#f-nav-box .f-nav li a{
    color: #fff;
    font-size: 16px;
}



.bq{text-align: center;color: rgba(255,255,255,.8);font-size: 14px;line-height: 24px;padding: 20px 0;}
.bq a{color: rgba(255,255,255,.8);}
.tbox{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
}
.dao li{width: 193px;}
.dao li dd{color: #ffffff;font-size: 18px;line-height: 1;}
.dao a{display: block;color: #ffffff;line-height: 35px;opacity: 0.5;font-size: 14px;}
.line{width: 29px;height: 2px;background-color: #ffffff;opacity: 0.5;margin-top: 18px;margin-bottom: 18px;}
.lx{color: #ffffff;opacity: 0.5;font-size: 14px;line-height: 30px;}
.er{width: 130px;line-height: 39px; border-bottom: 1px solid rgba(255,255,255,.32);margin-right: 20px;text-align: center;font-size: 13px;color: rgba(255,255,255,.3);}
.er img{width:100%}
.dh1 {padding-left: 48px;background: url(../images/fooder-tel.png) no-repeat left center;font-size: 14px;color: rgba(255,255,255,.2);margin-right: 20px;}
.dh1 dt{color: #ffffff;font-size: 25px;font-weight: bold;font-family: 'Arial';}
.dh2 {padding-left: 48px;background: url(../images/fooder-tel03.png) no-repeat left center;font-size: 14px;color: rgba(255,255,255,.2);}
.dh2 dt{color: #ffffff;font-size: 25px;font-weight: bold;font-family: 'Arial';}
.dh{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
}



@media(max-width: 1440px) {
    .p5a .p5a2 {
        padding-left: 1.8rem;
    }
}

@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;
}



@media (max-width: 992px) {
    body {
        padding-top: 60px;
        padding-bottom: 50px;
    }
}







/* neiye */
.nei-left-title{
    background: url(../images/wn.png) no-repeat right center #0066ab;
    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: #0066ab;
    border-bottom: 2px solid #0066ab;
    
}
@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: #0066ab;
}

