/*初始化样式*/
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: #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:hover,
a:active,
a:focus {
    color: #152d79;
    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;
    border: 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: 90%;
    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);
}

.quickNav{}
.quickNav .quick{
	display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.quickNav .quick li{
	position: relative;
	z-index: 999;
}

.quickNav .quick li a{
	zoom: 1;
    line-height: 20px;
    padding: 12px 20px;
    display: block;
    color: #333;
}

.quickNav .quick .m h3{
	color: #fff;
    padding-left: 25px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 100px;

}
.quickNav .quick .m h3 span{
    color: #fff;
    font-size: 20px;
    font-weight: normal;
}
.quickNav .quick #m2 span{
    margin-right: 5px;
}
.quickNav .quick #m2 h3::after{
    content: "\e654";
    font-size: 18px;
    font-weight: normal;
    transform:rotate(-90deg);
    
    
  
}
.quickNav .quick #m2:hover h3:after{
    transform:rotate(0deg);
    transition: all .3s;
}
.quickNav .quick .sub{
	display: none;
    width: 120px;
    padding: 10px 0;
    position: absolute;
    top: 70px;
    background: #fff;
    line-height: 30px;
}
.quickNav .quick .sub li:hover a{
	color: #009e77;
	text-decoration: none;
    background-color: #f5f5f5;
}
.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%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.nav-box{
    display: flex;
    justify-content: space-around;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-end;
}
.top2 {
    position: absolute;
    width: 100%;
    z-index: 999;
    /* background-color: #fff; */
    height: 126px;
}

.logo {
    display: flex;
    align-items: center;
}
.logo a{
    display: block;
}
.logo p{
    font-size: 48px;
    color: #fff;
    font-family: "DIN";
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
}
.logo span{
    font-size: 14px;
    color: #fff;
    margin-left: 10px;
}
.logo img{
    width: 100%;
}

/* 导航样式 */
.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: 60px;
}

.x-menu>li>a {
    display: block;
    font-size: 18px;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    opacity: 1;
    line-height: 126px;

}


.x-menu>li>a:hover {
    opacity: 1;
    
}



.x-menu>li.active>a {}

.x-menu>li:after {
    content: '';
    position: absolute;
    z-index: 100;
    width: 0%;
    height: 2px;
    background-color: #fff;
    left: 0;
    bottom: 0;
}
.x-menu>li:hover:after{
    width: 100%;
    transition: all .3s;
}
.x-menu>li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #152d79;
}

.x-sub-menu {
    position: absolute;
    z-index: 99;
    width: 20vh;
    left: 0%;
    background: #152d79;
    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: #0c1b4c;
    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;
}


.top-contact{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.top-en{
    display: flex;
}
.top-en a{
    display: flex;
    align-items: center;
    font-size:16px;
    margin-left: 20px;

}
.top-en a i{
    margin-right: 5px;
    font-size: 20px;
}









.frame{
    padding: 3% 0;
}


.tit{
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}

.tit h5{
    font-size: 50px;
    line-height: 50px;
    color: #000;
    text-transform: uppercase;
    position: relative;
    display: flex;
    align-items: center;
}
.tit h5::after{
    content: '';
    background: url(../images/tit.png) no-repeat;
    display: inline-block;
    width: 25px;
    height: 17px;
    position: absolute;
    left: -35px;
}
.tit p{
    font-size: 30px;
    color: #333; 
}
.tit ul{
    display: flex;
    position: relative;
}
.tit ul::after{
    content: '';
    width: 100%;
    display: block;
    height: 2px;
    background-color: #e6e8ed;
    position: absolute;
    bottom: -20px;
}
.tit ul li{
    margin-right: 40px;
}
.tit ul li:last-child{
    margin-right: 0;
}
.tit ul li a{
    font-size: 16px;
    color: #000;
    opacity: .5;
    position: relative;
    z-index: 1;
}
.tit ul li a::after{
    content: '';
    width: 0%;
    height: 2px;
    display: block;
    background-color: #0c1b4c;
    position: absolute;
    bottom: -22px;
    transition: all .3s;
}
.tit ul li:first-child  a{
    opacity: 1;
}
.tit ul li:first-child a::after{
    width: 100%;
}
.tit ul li a:hover{
    opacity: 1;
}
.tit ul li:hover a::after{
    width: 100%;
}
.link-a{
    
}
.link-a a{
    font-size: 16px;
    color: #fff;
    display: flex;
    flex-direction: row;
    height: 48px;
    width: 180px;
    background-color: #152d79;
    align-items: center;
    justify-content: center;
}
.link-a a i{
    background: url(../images/link-a.png);
    display: inline-block;
    width: 0;
    margin: 0;
    transition: all .3s;
}
.link-a a:hover i{
    
    width: 22px;
    height: 22px;
    margin-left: 20px;
}
.box1{
    padding: 5% 0;
    background-color: #f8f9fb;
}
.about-box{
    display: flex;
    justify-content: space-between;
}

.about-box .words{
    width: 48%;
}
.about-box .words h5{
    font-size: 30px;
    font-weight: normal;
    color: #000;
}
.about-box .words p{
    font-size: 18px;
    margin-top: 20px;
    line-height: 36px;
}
.about-box .words .link-a{
    margin-top: 40px;
}

.about-box  .com-img{
    margin: 0;
    width: 48%;
}
.advantage{
    margin-top: 4%;
}
.advantage ul{
    display: flex;
    justify-content: space-between
}
.advantage li{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 23%;
    margin-right: 2%;
    background-color: #fff;
    height: 180px;
}
.advantage li:last-child{
    margin-right: 0;
}
.advantage li .ys-icon{
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #124189;
    border-radius: 80px;
    margin-right: 10px;
}
.advantage li .words{}
.advantage li .words h5{
    font-size: 24px;
    font-weight: normal;
    color: #000;
}
.advantage li .words p{
    font-size: 14px;
}

.box2{
    padding: 5% 0;
}
.products{
    margin-top: 3%;
}
.products ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.products li{
    width: 24%;
    padding: 10px;
    border: 1px solid #eaeaec;
    margin-right: 1%;
    margin-bottom: 2%;
}
.products li:nth-child(4n){
    margin-right: 0;
}
.products li p{
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
}

.box3{
    padding: 5% 0;
    background-color: #f8f9fb;
}
.box3 .tit ul li .com-img{
    display: none;
}
.box3 .tit ul li p{
    font-size: initial;
}
.application{
    margin-top: 5%;
}
.application ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.application li{
    width: 49%;
    position: relative;
    margin-bottom: 2%;
}
.application li a{}
.application li p{
    position: absolute;
    top: 20%;
    left: 5%;
    font-size: 24px;
    color: #fff;
}

.box4{
    padding: 5% 0;
}
.news{
    margin-top: 5%;
}
.news ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news li{
    width: 32%;
}
.news li .words{
    background-color: #f2f4f7;
    width: 100%;
    padding: 5%;
}
.news li .words p{
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    color: #26334c;
}
.news li .words h5{
    font-size: 24px;
    color: #26334c;
    font-weight: normal;
    margin-bottom: 10%;
}
.news li .words span{
    color: #666e80;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}











/**/
.fooder-box{
    background:  #f2f4f7;
}
.f-logo-box{
    display: flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.f-logo{
    filter: grayscale(1);
    
}
.f-logo a{
    filter: invert(1);
}
.f-share{
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}
.f-share a{
    width: 40px;
    height: 40px;
    background-color: #a1a7b3;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}
.fooder{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-top: 1px solid rgba(255,255,255,.1);
    padding: 5% 0;
    
}
.f-nav{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 60%;
}
.f-nav dl{}
.f-nav dt{
    margin-bottom: 20px;
}
.f-nav dt a{
    font-size: 16px;
    color: #000;
}
.f-nav dd{
    margin-bottom: 10px;
}
.f-nav dd a{
    font-size: 14px;
    color: #000;
    opacity: .5;
}
.f-subscribe{
    width: 29%;
}

.f-subscribe .text{
    text-align: right;
}
.f-subscribe .text p{
    font-size: 14px;
    color: #000;
    opacity: .5;
}
.f-subscribe .text h5{
    font-size: 30px;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}
.bq{
    padding: 20px 0;
    border-top: 1px solid rgba(0,0,0,.1);
    display: flex;
    justify-content: space-between;
}
.bq p{
    font-size: 14px;
    color: #000;
    opacity: .5;
}


.z-banner img{
    width: 100%;
}



/* neiye */
.nei-left-title{
    background: url(../images/wn.png) no-repeat right center #42b25d;
    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;
}
