/*初始化样式*/
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;
}
@font-face {
    font-family: 'iconfont';
    src: url('../font/iconfont.woff2') format('woff2'),
         url('../font/iconfont.woff') format('woff'),
         url('../font/iconfont.ttf') format('truetype');
  }

  .iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
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;
    letter-spacing: 1px;
}

a {
    text-decoration: none;
    outline: none;
}


a:hover,
a:active,
a:focus {
    color: #374b9b;
    text-decoration: none;
    outline: none;
}

p {
    margin: 0;
}

input {
    padding: 0;
    margin: 0;
}

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,
h5,
h6 {
    font-size: 12px;
    font-weight: normal;
}

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: center;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    flex-direction: row;
}

.flexd {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wh {
    width: 68%;
    margin: 0 auto;
}
.ft12{
    font-size: 12px;
}
.ft14{
    font-size: 14px;
}
.ft16{
    font-size: 16px;
}
.ft18{
    font-size: 18px;
}
.ft20{
    font-size: 20px;
}
.ft22{
    font-size: 22px;
}
.ft24{
    font-size: 24px;
}
.ft26{
    font-size: 26px;
}
.ft28{
    font-size: 28px;
}
.ft30{
    font-size: 30px;
}
.ft32{
    font-size: 32px;
}
.ft36{
    font-size: 36px;
}
.ft40{
    font-size: 40px;
}
.t1{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.t2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.t3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.mob-wh{
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    position: fixed;
    padding: 15px;
    transition: all .5s ease;
}
.mob-whon{
    background-color: #374b9b;
}
.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);
}
.pc-hidden{
    
    display: block !important;
}
.mob-hidden{
    
    display: none !important;
}

/* 顶部固定效果 */
.yya {
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    transition: all .6s;
	background-color: rgba(255,255,255,.9);
    z-index: 999;
}
.gizle {
    top: -60vh !important;
    transition: all .6s;
    
}
.sabit {
    top: 0 !important;
    
    transition: all .6s;
	
}
@media(max-width: 640px){
    .pc-hidden{
    
        display: none !important;
    }
    .mob-hidden{
        
        display: block !important;
    }
}
.quickNav{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}
.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;
    border-left: 1px solid #cacaca;
    line-height: 45px;
    height: 45px;
}

.quickNav .quick li h3{
    color: #333;
    padding: 0 20px;
    font-weight: normal;
    cursor: pointer;
}
.quickNav .quick li h3:hover{
    color: #fff;
    background-color: #374b9b;
}
.quickNav .quick li h3:hover img{
    
    filter: invert(100%);

}
.quickNav .quick li h3 img{
    margin-right: 5px;
    width: 2vh;
    opacity: .6;
}

.quickNav .quick .sub img{
    width: 100%;
}
.quickNav .quick li p{
    color: #333;
    font-size: .8rem;
    width: 100%;
    text-align: center;
}

.quickNav .quick .sub{
	display: none;
    width: 140px;

    position: absolute;
    top: 46px;
    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: 65%;
    margin: auto;
}
.wh1400{
    max-width: 1600px;
    margin: auto;
}
.quick .pc-search{
    padding-left: 20px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 45px;
}
.quick .pc-search #formsearch{
    display: flex;
    align-items: center;
    background-color: #ebebeb;
    height: 30px;
    padding: 0 20px;
    border-radius: 40px;
}
.quick input{
    border: none;
    background: none;
}

.quick .pc-search_botton{
    font-size: 12px;
   
    background: url(../images/search.svg )no-repeat left center;
    padding-left: 15px;
    width: 12px;
    height: 12px;
    background-size: 100% 100%;
}

/*头部样式*/
.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: relative;
    width: 100%;
    background-color: #374b9b;
}

.logo {
    display: flex;
    align-items: center;

}
.logo img{
    width: 12vh;
}
.logo p{
    color: #fff;
    white-space: nowrap;
    border-left: 1px solid rgba(255,255,255,.5);
    margin-left: 10px;
    padding-left: 10px;
}
.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: .8rem;
    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;
}


/* 外框样式 */
.mob-wrap {
    width: 100%;
    margin: 0 auto;
  }
  
  /* 头部 */
  .mob-head {
    padding: 10px 0;
    display: flex;
    align-items: center;
    width: 100%;
  }
  
  .mob-head .mob-logo {
    width: 70%;
  }
  .mob-head .mob-logo a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .mob-head .mob-logo p{
    margin-left: 10px;
    padding-left: 10px;
    color: #fff;
    font-size: 1rem;
    border-left: 1px solid rgba(255,255,255,.5);
    display: none;
  }
  .mob-head .mob-logo img {
    width: 50%;
  }
  
  .mob-head .head-btn {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
  }
  
  .mob-head .head-btn a {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    line-height: 26px;
    text-align: center;
    color: #fff;
  }
  
  .mob-head .head-btn a .iconfont {
    font-size: 2.6rem;
    vertical-align: middle;
    color: #fff;
  }
  
  .mob-head .head-btn a .icon-sousuo {
    font-size: 25px;
  }
  
  .mob-head .head-btn .search-btn {
    margin-right: 10px;
    width: 40px;
  }
  
  /* 搜索框样式 */
  .search {
    border-top: 1px solid #ddd;
    padding: 10px 15px;
    display: none;
  }
  
  .search form {
    width: 100%;
    border: 1px solid #444444;
    border-radius: 10px;
    background-color: #fff;
    height: 38px;
    padding: 7px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  .search input[type="text"] {
    width: 100%;
    padding-left: 5px;
    font-size: .8rem;
    color: #323232;
    height: 22px;
    line-height: 22px;
    border: none;
    outline: none;
    background: none;
  }
  
  .search input[type='submit'] {
    border: none;
    text-align: center;
    height: 22px;
    font-size: .8rem;
    color: #323232;
    background: none;
    outline: none;
    border-radius: 0;
    background: url(../images/head-icon04.png) center left no-repeat;
    padding-left:15px;
    margin-left: 10px;
  }
  
  /* 导航样式 */
  .mob-nav {
    z-index: 9999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #374b9b;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    padding: 5%;
  }
  
  .mob-nav .close-btn {
    text-align: right;
  }
  
  .mob-nav .close-btn .iconfont {
    font-size: 3rem;
    color: #fff;
  }
  .mob-nav-a{
    display: flex;
    justify-content: space-between;
  }
  .mob-nav-words li a {
    display: block;
    text-align: left;
    line-height: 6vh;
    font-size: 14px;
    color: #fff;
    
  }
  .mob-nav-a i{
    font-style: inherit;
    font-size: 20px;
    color: #fff;
  }
  .mob-nav-words li .sec{
    display: none;
    width: 90%;
    margin: auto;
  }
  .mob-nav-words li .sec a{
    border-top: 1px dashed rgba(255,255,255,.1);
  }
  
  .mob-nav-words li:not(:last-child) {
    border-bottom: 1px solid rgba(255,255,255,.1);
  }
  
  .mob-nav.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  .mob-nav-top{
    display: flex;
    justify-content: space-between;
    padding-bottom: 5%;
    border-bottom: 1px solid rgba(255,255,255,.1);
  }
  .mob-nav-logo{
    width: 32%;
  }
  .mob-nav-logo img{
    width: 100%;
  }
/* 导航样式 */
.x-menu {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
}


.x-menu>li {
    position: relative;
    margin-left: 10%;
}

.x-menu>li>a {
    display: block;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    line-height: 4vh;
    transition: all .3s;
    position: relative;

}
.x-menu>li>a::before{
    content: '';
    width: 0%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .3s;
}

.x-menu>li>a:hover::before{
    width: 100%;
}



.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: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;
}
.sub_nav{
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	/* background: #aaabab; */
	z-index: 999;
	
}
#navigation{
    width: 100%;
    position: absolute;
    z-index: 999;
    /* background: #aaabab; */
	
}


.navigation-list{
    background-color: rgba(255,255,255,.98);
    display: none;
	/* overflow: hidden;
    width: 0;
    -webkit-animation: to100vh 1s cubic-bezier(.25,.46,.45,.94) both .3s;
    animation: to100vh 1s cubic-bezier(.25,.46,.45,.94) both .3s; */
	
}
@-webkit-keyframes to100vh {
	0% {
		width: 0
	}

	100% {
		width: 100%
	}
}

@keyframes to100vh {
	0% {
		width: 0
	}

	100% {
		width: 100%
	}
}
.navigation-list .fls{
    display: flex;
    justify-content: space-between;
    
}
.nav-list-box{
    width: 100%;
    padding: 2% 0%;
}
.nav-list-box h5{
    font-size: 1rem;
    margin-bottom: 5%;
    color: #374b9b;
}
.nav-list-box ul{
    display: flex;
    flex-wrap: wrap;
}
.nav-list-box li{
    border-bottom: 1px solid #b5b5b6;
    margin-bottom: 3%;
    line-height: 5vh;
    display: flex;
    justify-content: space-between;
    width: 30%;
    margin-right: 3%;
    position: relative;
}
.nav-list-box li a::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background-color: #374b9b;
    transition: all 1s;
}
.nav-list-box li:nth-child(3n){
    margin-right: 0;
}
.nav-list-box li::after{
    content: "\e88e";
    font-size: 1.5rem;
    color: #333;
    font-family: 'iconfont';
}
.nav-list-box li a{
    color: #565656;
    font-size: .7rem;
}
.nav-list-box li:hover a::after{
    width: 100%;
}
.nav-list-box li:hover a{
    color: #374b9b;
}
.nav-list-box li:hover::after{
    color: #374b9b;
}
.navigation-list .words{
    width: 70%;
    padding-left: 5%;
    margin-left: 5%;
    border-left: 2px solid #374b9b;
    box-sizing: border-box;
}
.navigation-list .words img{
    width: 100%;
}
.navigation-list .words p{
    font-size: .8rem;
    color: #565656;
    margin-top: 3%;
}

@media(max-width: 1024px) {
    .top2 .k3 {
        display: none;
    }
}


.tit{
    text-align: center;
    margin-bottom: 3%;
}
.tit h5{
    color: #000;
    font-weight: normal;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    opacity: .76;
    line-height: 36px;
}
/* .tit h5::after , .tit h5::before{
    content: '';
    width: 20%;
    height: 1px;
    display: inline-block;
    margin: 0 1.5%;
    opacity: .65;
    background-color: #000;
}
.tit h5::after{
    transform: rotate(180deg);
} */

.tit p{
    color: rgb(126, 126, 126);
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 1.5%;
}

.tit a::after{
    content: "\2192";

    display: inline-block;
    margin-left: 5px;
}
.link-a{
    text-align: center;
    margin-top: 5%;
}
.link-a a{
    border-radius: 100px;
    padding: 10px 50px;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    transition: all .3s;

}

.link-a a:hover {
    border: 1px solid #374b9b;
    background-color: #374b9b;
}
.link-b{
    text-align: left;
    margin-top: 18%;
}
.link-b a{
    color:#666;
    padding: 0;
    border: none;
    transition: all .3s;
    position: relative;
    background: none;
}
.link-b a::after{
    content: "\e88e";
    font-family: 'iconfont';
    font-size: 16px;
}
.link-b a:hover{
    background: none;
    color: #374b9b;

}
.link-b a:hover::after{
    color: #374b9b;
}
.link-b a::before{
    content: '';
    width: 0%;
    height: 1px;
    background-color: #374b9b;
    position: absolute;
    bottom: -5px;
    left: 0;
    transition: all .3s;
}
.link-b a:hover::before{
    width: 100%;
}
.box{
    padding: 4% 0;
}
.box1{
   background-color: #374b9b;
   height: 160px;
   display: flex;
   justify-content: center;
   align-items: center;
   align-content: center;
   flex-wrap: nowrap;
   flex-direction: row;
}
.index-search{
    height: 77px;
    background-color: #fff;
    box-shadow: 0px 0px 36.8px 9.2px rgba(0, 0, 0, 0.27);
    border-radius: 80px;
    
}
.index-search #formsearch{
    display: flex;
    width: 100%;
}
.index-search input{
    border: none;
    background: none;
    line-height: 77px;
}

.index-search .pc-search_botton{
    background: url(../images/index-search-ss.png) no-repeat left center;
    font-size: 1.3rem;
    padding-left: 60px;
    color: #374b9b;
    margin-left: 40px;
}
.index-search .pc-search_input{
    width: 100%;
    
}

.business{}
.business ul{
    display: flex;
    justify-content: space-between;
}
.business li{
    width: 31%;
    margin-right: 2%;
    /* border: 1px solid #e7e9f3; */
    background-color: #f5f5f5;
}
.business li:last-child{
    margin-right: 0;
}
.business li .text{
    padding: 10% 5%;
    
}
.business li:hover{
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.business li .text span{
    color: #666;
}
.business li .text p{
 
    font-weight: bold;
    margin-top: 2%;
    color: #333;
}
.business li .link-a{
    text-align: left;
    margin-top: 13%;
}
.business li .link-a a{
    color:#666;
    padding: 0;
    border: none;
    transition: all .3s;
    position: relative;
    background: none;
}
.business li .link-a a::after{
    content: "\e88e";
    font-family: 'iconfont';
    font-size: 16px;
}
.business li .link-a a:hover{
    background: none;
    color: #374b9b;

}
.business li .link-a a:hover::after{
    color: #374b9b;
}
.business li .link-a a::before{
    content: '';
    width: 0%;
    height: 1px;
    background-color: #374b9b;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .3s;
}
.business li .link-a a:hover::before{
    width: 100%;
}
.box3{
    background: url(../images/box3-bg.jpg) no-repeat center center;
    background-size: 100%;
}
.responsibility{
    text-align: center;
    display: none;
}
.responsibility h5{
  
    color: #fff;
    font-weight: normal;
}
.responsibility p{
 
    color: rgb(235, 237, 239);
    /* text-decoration: underline; */
    line-height: 1.6;
    /* font-style: oblique; */
    margin-top: 2%;
    
}
.patent{
   
}
.patent .tit h5{
    color: #fff;
    opacity: 1;
}
.patent .tit p{
    color: #fff;

}
/* .patent h5::after , .patent h5::before{
    content: '';
    width: 134px;
    height: 2px;
    display: inline-block;
    margin: 0 1.5%;

    background-color: #fff;
}
.patent h5::after{
    transform: rotate(180deg);
} */
.patent ul{
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}
.patent li{
    width: 23%;
}
.patent li img{
    width: 100%;
}




.news{}
.news ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.news li{
    width: 32%;
    background: #F8F8F8;
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	cursor: pointer;
	overflow: hidden;
	transition: all .6s ease-in;
	-webkit-transition: all .6s ease-in;
	-moz-transition: all .6s ease-in;
    margin-bottom: 2%;
    
}
.news li:nth-child(4) .com-img,
.news li:nth-child(5) .com-img,
.news li:nth-child(6) .com-img{
	display: none;
}
.news li .com-img{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.news li .text{
    padding: 20px 35px;
    position: relative;
    overflow: hidden;
    display: block;
    border-bottom: 2px solid #374b9b;
}
.news li .text:before {
	width: 100%;
	height: 100%;
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	background: #374b9b;
	top: 100%;
}
.news li .text h5{
    font-size: 16px;
    color: #333;
    line-height: 28px;
    margin-top: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news li .text:hover h5{
    color: #374b9b;
}
.news li .text p{
    font-size: 14px;
    color: #999;
    line-height: 20px;
    margin-top: 20px;
    max-width: 600px;
    /* height: 40px; */
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}
.box5{
    background-color: #f5f5f5;
}

.service{}
.service ul{
    display: flex;
    justify-content: space-between;
}
.service li{
    
    background-color: #fff;
}
.service li:nth-child(1){
    width: 62%;
    margin-right: 2%;
}
.service li:nth-child(2){
    width: 35%;
}
.service .rcjh{
    position:relative;
}
.service .rcjh .text{
    position: absolute;
    top: 41%;
    width: 100%;
    text-align: center;

}
.service .rcjh .text h5{
    color: #fff;
}

.service .rcjh .img{
    background-color: #000;
}
.service .rcjh img{
    width: 100%;
    opacity: 1;
}
.service .fuwu{}
.service .fuwu img{
    width: 100%;
}
.service .fuwu .text{
    max-width: 80%;
    margin: 10%  auto;
}
.service .fuwu .text h6{
    color: #666;
}
.service .fuwu .text h5{
    color: #333;
    margin-top: 2%;
    text-align: justify;
}


.ScreenAbout {
	width: 100%;
	height: 600px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}

.AboutBcen {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.AboutBcen p {
	color: #fff;
	font-size: 24px;
	line-height: 42px;
	letter-spacing: 1px;
    max-width: 60%;
    margin: 5% auto;
}

.playPs {
	margin-bottom: 50px;
}

.playPs a {
	display: block;
}

.about-video {
	display: none;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	background: rgba(0, 0, 0, 0.8);
}

.about-video .about-pops {
	width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	overflow: hidden;
	transform: translate(-50%, -50%);
}

.about-pops video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.closeX {
	color: #fff;
	font-size: 26px;
	margin-bottom: 10px;
	float: right;
	cursor: pointer;
}
/**/
.footer{
    background-color: #374b9b;
    padding-top: 3%;
    padding-bottom: 1.5%;
}
.foot{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
}
.foot dl{
    position: relative;
    width: 50%;
}
.foot dl:nth-child(2){
	width: 32%;
}
.foot dl::after{
    position: absolute;
    top: 0;
    content: '';
    width: 1px;
    height: 22vh;
    background-color: #fff;
    opacity: .1;

}
.foot dl:nth-child(1)::after{
    right: 14%;
}
.foot dl:nth-child(2)::after{
    right: 0%;
}
.foot dl:nth-child(3){
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-end;
    align-content: center;
    flex-wrap: nowrap;
    width: 30%;
}
.foot dl:nth-child(3)::after{
    display:none;
}
.foot dl dt{
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
    display: flex;
    padding-left: 10px;
}
.foot dl dd.on{
    opacity: 1;
}
.f-nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.f-nav dd{
    width: 48%;
}
.foot dl dd{
    color: #fff;
    opacity: .8;
    line-height: 3vh;
    font-weight: 100;
    position: relative;
    display: flex;
}


.foot dl #e1 .sub{
    right: 32%;
    top: 0;
    z-index: 9;
}
.foot dl dd .sub{
    display: none;
    position: absolute;
    right: -100%;
    top: 0;
    z-index: 9;

}
.foot dl dd .sub img{
    width: 15vh;
    border: 5px solid #fff;
    background-color: #fff;
}
.foot dl dd::before{
    content: "\e88e";
    margin-right: 10px;
    display: inline-block;
    font-family: 'iconfont';
    font-size: 16px;
}
.foot dl dd a{
    display: inline-block;
    color: inherit;
}
.foot dl dd a i{
    content: "\e8ab";
    font-family: 'iconfont';
    font-size: 20px;
    color: #fff;
    font-style: normal;
}
.foot dl dd .f-kefu{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.foot dl .f-logo{
    width: 100%;
    text-align: right;
}
.foot dl .f-logo img{
    width: 50%;
}
.foot dl .f-logo p{
    color: #fff;
    margin-top: 5%;
    text-align: right;
}
.f-share{
    margin-top: 10%;
}
.f-share ul{
    display: flex;
}
.f-share li{
    margin-right: 20px;
    text-align: center;
    display: inline-block;
    
}
.f-share li:last-child{
    margin-right: 0%;
}

.f-share li img{
    width: 4vh;
    filter: invert(1);
}
.copyright{
    display: flex;
    justify-content: space-between;
    margin-top: 12%;
    border-top: 1px solid rgba(255,255,255,.1);
    padding-top: 2%;
}
.copyright p{
    color: #fff;
    opacity: .5;
    text-align: center;
}
.copyright p:hover a{
    opacity: 1;
}
.copyright p a{
    display: inline-block;
    font-size: inherit;
    color: inherit;
}
.copyright ul{
    display: flex;
}
.copyright li{
    margin-left: 20px;
}
.copyright li a{
    color: #fff;
    opacity: .5;
}
.copyright li a:hover{
    opacity: 1;
}
.mob-box{
    padding: 5% 0;
    text-align: center;
}
.mob-box .f-logo{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    
}
.mob-box .f-logo p{
    color: #fff;
    border-left: 1px solid rgba(255,255,255,.5);
    margin-left: 10px;
    padding-left: 10px;
}
.mob-box .f-share{
    display: flex;
    justify-content: center;
    margin: 10% 0;
}
.mob-box .f-share ul{
    display: flex;
    align-items: center;
    
}
.mob-box .f-share li{
    margin-right: 10%;
}







.z-banner img{
    width: 100%;
}







.page-product-inquiry a {
    color: #fff;
}
/* neiye */
.nei-left-title{
    background: url(../images/wn.png) no-repeat right center #374b9b;
    position: relative;
    line-height: 58px;
    position: relative;
    width: 229px;
    height: 58px;
    background-position-x: 170px;
}
.nei-left-title>h3{
    font-size: 1.2rem;
    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: .8rem;
  color: #fff;
  margin-left: 10px;
  text-transform: capitalize;
  display: none;
}
.nei-left-title h3 span:before {
  content: "/";
  padding-right: 5px;
}
