@charset "utf-8";
/* CSS Document */

/* 通用属性 */
* { margin:0; padding:0; list-style:none; }
body { font-size:14px; color:#000; font-family:Microsoft YaHei,sans-serif; min-width: 1200px;}
img { border:0; vertical-align:top;
	image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
html, body {width:100%;height:100%;max-width: 100%;min-width: 320px;}
address, caption, cite, code, dfn, em, th, dt, var {font-style: normal;font-weight: normal;}
::-webkit-scrollbar{width: 8px;height: 8px;}
::-webkit-scrollbar-thumb{background-color: #154a9a;-webkit-transition: background-color .3s;transition: background-color .3s;}
::-webkit-scrollbar-track{background: rgba(255,252,252,.11);}

/* a */
a { color:#333; text-decoration:none; }
a:visited { }
a:active, a:hover{text-decoration:none;color:#154a9a;}
a:focus{outline:none;text-decoration:none;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
h1,h2,h3,h4,h5,h6,p,ol,ul{padding: 0;margin: 0;}
:focus{outline: none;}
.ovfl{overflow: hidden;}
.flex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.lflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.ltflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:flex-start; -ms-flex-align:flex-start; -webkit-align-items:flex-start; align-items:flex-start; }
.lbflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:flex-end; -ms-flex-align:flex-end; -webkit-align-items:flex-end; align-items:flex-end; }
.rflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.rtflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:flex-start; -ms-flex-align:flex-start; -webkit-align-items:flex-start; align-items:flex-start; }
.rbflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:flex-end; -ms-flex-align:flex-end; -webkit-align-items:flex-end; align-items:flex-end; }
.mflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
.mtflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
.mbflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
.dh300s{transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;}
.donghua{-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
::after, ::before {-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.dhwz{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.dhwz2{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.mar0a{margin: 0 auto;}
.con-fff{width:100%;height:100%;position:relative;}
.bgf8{background:#f8f8f8;}
.bgfff{background:#fff;}
.fl {float:left;}
.fr {float:right;}
input { border-radius:0; -webkit-appearance:none; appearance:none; background:none; border:0; box-shadow:0 0 0; font-size:14px; }
textarea { border-radius:0; -webkit-appearance:none; appearance:none;  background:none; border:0; box-shadow:0 0 0; font-size:14px; }
table {border-collapse:collapse; border-spacing:0;}
table td, table th{padding: 5px 10px;border: 1px solid #ddd;}

@media (min-width: 1200px){
	.container{width: 1170px;}
}
@media (min-width: 1330px){
	.container{width: 1300px;}
}
@media (min-width: 1470px){
	.container{width: 1440px;}
}

@media (max-width:767px) {
	.container{padding-left: 10px;padding-right: 10px;width: 100%;}
	.row{margin-left: -10px;margin-right: -10px;}
}

/*内页主体内容宽度*/
.ny_container { padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto; }
@media (min-width: 768px){
	.ny_container {width: 750px;}
}
@media (min-width: 992px){
	.ny_container {width: 970px;}
}
@media (min-width: 1200px){
	.ny_container { width: 1170px;}
}
@media (min-width: 1230px){
	.ny_container { width: 1200px;}
}
@media (min-width: 1330px){
	.ny_container{width: 1300px;}
}
@media (min-width: 1430px){
	.ny_container{width: 1400px;}
}
@media (min-width: 1530px){
	.ny_container{width: 1500px;}
}

@media (max-width:767px) {
	.ny_container{padding-left: 10px;padding-right: 10px;width: 100%;}
}



/* 头部 */
header { height: 145px; display: block; position: absolute; z-index: 9999;top: 0;left: 0; width: 100%; transition: all 0.5s;}
header.active { position: fixed; background: #fff; }
header .header { display: block; padding: 30px 3.7%;}
header .header .nav_box { display: flex; justify-content: space-between; align-items: center;}
header .header .nav_box .box_l { display: block; }
header .header .nav_box .box_l a { height: 68px; display: block; position: relative; transition: all 0.5s;}
header .header .nav_box .box_l a img { height: 100%; display: block; }
header .header .nav_box .box_l a img.logo-fix { position: absolute;left: 0;top: 0;z-index: 1;opacity: 0; height: 100%;}
header .header .nav_box .box_r { display: block; }
header .header .nav_box .box_r .box_r_t { display: flex; justify-content: flex-end; align-items: center; transition: all 0.5s;line-height:34px;}
header .header .nav_box .box_r .box_r_t .map { display: block; margin-right:30px; }
header .header .nav_box .box_r .box_r_t .map span  { display: inline-block; margin-right:5px; font-size: 16px; color: #ffffff; }
header .header .nav_box .box_r .box_r_t .map span img{ display: inline-block; max-width: 100%; margin-top:6px; }
header .header .nav_box .box_r .box_r_t .tel { display: block; }
header .header .nav_box .box_r .box_r_t .tel span { color: #fff; font-size: 16px; }
header .header .nav_box .box_r .box_r_t .tel p { font-size: 24px; color: #ffffff; display: inline-block;font-family: arial;font-weight: bold; }
header .header .nav_box .box_r .box_r_t .naniu { display: block; }
header .header .nav_box .box_r .box_r_t .naniu a { display: inline-block;font-size: 16px;color: #ffffff;}
header .header:hover .nav_box .box_r .box_r_t .naniu a { color: #154a9a; }
header .header.vicome .nav_box .box_r .box_r_t .naniu a { color: #154a9a; }
header .header .nav_box .box_r .box_r_t .naniu .sub { font-size: 14px; color: #fff; line-height: 26px; border:1px solid #fff; border-radius: 8px; display: inline-block; padding:0 15px;  margin-right: 20px;}
header .header .nav_box .box_r .box_r_t .naniu .mail span i{ font-size: 18px; color: #fff; display:inline-block; font-weight: 100; }
.nav>li{float: left;position:static; margin-top: 15px; height: 40px; display: block;}
.nav>li:last-child{margin-right: 0;}
.nav>li>a{display: block;font-size: 18px;padding: 0;color: #fff;position: relative;line-height: 55px;-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.nav>li>a::after { content: '';position: absolute;left: 50%;right: 50%;bottom: -8px;height: 1px;background-color: #fff;-webkit-transition-property: left,right;transition-property: left,right;-webkit-transition-duration: .3s;transition-duration: .3s;-webkit-transition-timing-function: ease-out;transition-timing-function: ease-out; }
.nav>li>a:hover::after, .nav>li.cur>a::after { left: 25%; right: 25%; }
.nav>li.cur>a { color: #fff; }
.nav>li:hover>a { color: #154a9a; }
.nav>li>a:focus, .nav>li>a:hover { background: none;  }
.nav>li>a span { display: block;padding:0 32px; border-left: 1px solid rgba(255,255,255,0.3); line-height: 1;  }
.nav>li:first-child>a span { border-left: 1px solid rgba(255,255,255,0);  }
header .nav .zx { float: right;  display: flex;align-items: center; height: 50px; cursor: pointer;}
header .nav .zx img { display: block; max-width: 100%; }
input, textarea, select, button { border: 0;background: none;outline: 0;font-family: "Microsoft Yahei"; }
input[type="button"], input[type="text"], input[type="submit"], select { appearance: none; -moz-appearance: none;-webkit-appearance: none; }
.search_box {display:none;width:100%;background:#f3f3f3;height:86px;position:absolute;top:143px;z-index:22;left:0; border-top:1px solid #ddd;}
header.active .search_box { top: 100px; }
.search_box .box {width:388px;background:#fff;float:right;height:40px;line-height:40px;margin:23px 0 0 0;}
.search_box input[type=text] {padding-left:16px;float:left;width:340px;height:40px;}
.search_box button {height:40px;width:40px;background:url(../images/h-search1.png) no-repeat;background-position:center;cursor:pointer;}

/*鼠标经过效果*/
header.active { height: 100px; }
header.active .header { padding-top: 0; padding-bottom: 0px;}
header .header:hover, header.active .header { background: #fff; box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);}
header .header:hover .nav_box .box_l a img.logo-fix, header.active .header .nav_box .box_l a img.logo-fix { opacity: 1; height: 100%;}
header .header:hover .nav_box .box_l a img.logo-def, header.active .header .nav_box .box_l a img.logo-def { opacity: 0; }
header .header:hover .nav>li>a, header.active .header .nav>li>a { color: #333; }
header.active .header .nav>li.cur>a { color: #154a9a; }
header .header:hover .nav>li>a span, header.active .header .nav>li>a span {  border-left: 1px solid rgba(0,0,0,0.1); }
header .header:hover .nav>li:first-child>a span, header.active .header .nav>li:first-child>a span  {  border-left: 1px solid rgba(0,0,0,0); }
header .header:hover .nav_box .box_r .box_r_t .map span { color: #999; }
header .header:hover .nav_box .box_r .box_r_t .tel span { color: #999; }
header .header:hover .nav_box .box_r .box_r_t .tel p { color: #154a9a; }
header .header:hover .nav_box .box_r .box_r_t .naniu .sub { color: #999; border: 1px solid #999; }
header .header:hover .nav_box .box_r .box_r_t .naniu .mail span i { color: #999; }
header .header:hover .nav_box .box_r .box_r_t .map span.s1 { position: relative; background: url(../images/mapg_on.gif)no-repeat center; }
header .header:hover .nav_box .box_r .box_r_t .map span.s1 img { opacity: 0; }
header .header:hover .nav .zx .h_search span, header.active .header .nav .zx .h_search span  { position: relative; background: url(../images/ss_bg_on.png)no-repeat center; display: block;}
header .header:hover .nav .zx .h_search span img, header.active .header .nav .zx .h_search span img { opacity: 0; }
header .header:hover .nav>li.cur>a, header .header:hover .nav>li:hover>a { color: #154a9a; }
header .header:hover .nav>li.cur>a::after, header .header:hover .nav>li:hover>a::after { background-color: #154a9a; }
header.active .header .nav_box .box_r .box_r_t { display: none; }

header .header.vicome, header.active .header { background: #fff; box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);}
header .header.vicome .nav_box .box_l a img.logo-fix, header.active .header .nav_box .box_l a img.logo-fix { opacity: 1; height: 100%;}
header .header.vicome .nav_box .box_l a img.logo-def, header.active .header .nav_box .box_l a img.logo-def { opacity: 0; }
header .header.vicome .nav>li>a, header.active .header .nav>li>a { color: #333; }
header.active .header .nav>li.cur>a { color: #154a9a; }
header .header.vicome .nav>li>a span, header.active .header .nav>li>a span {  border-left: 1px solid rgba(0,0,0,0.1); }
header .header.vicome .nav>li:first-child>a span, header.active .header .nav>li:first-child>a span  {  border-left: 1px solid rgba(0,0,0,0); }
header .header.vicome .nav_box .box_r .box_r_t .map span { color: #999; }
header .header.vicome .nav_box .box_r .box_r_t .tel span { color: #999; }
header .header.vicome .nav_box .box_r .box_r_t .tel p { color: #154a9a; }
header .header.vicome .nav_box .box_r .box_r_t .naniu .sub { color: #999; border: 1px solid #999; }
header .header.vicome .nav_box .box_r .box_r_t .naniu .mail span i { color: #999; }
header .header.vicome .nav_box .box_r .box_r_t .map span.s1 { position: relative; background: url(../images/mapg_on.gif)no-repeat center; }
header .header.vicome .nav_box .box_r .box_r_t .map span.s1 img { opacity: 0; }
header .header.vicome .nav .zx .h_search span, header.active .header .nav .zx .h_search span  { position: relative; background: url(../images/ss_bg_on.png)no-repeat center; display: block;}
header .header.vicome .nav .zx .h_search span img, header.active .header .nav .zx .h_search span img { opacity: 0; }
header .header.vicome .nav>li.cur>a, header .header.vicome .nav>li:hover>a { color: #154a9a; }


@media(max-width: 1360px) {
	.nav>li>a span{padding:0 24px;}
}
@media(max-width: 1530px) {
	header .header { padding-left: 1.5%; padding-right: 1.5%; }
}

@media(max-width: 1430px) {
	header .header { padding-left: 2%; padding-right: 2%; }
	header .header .nav_box .box_l a { height: 60px; }
}

@media(max-width: 1270px) {
	header .top .top_r ul .zx { margin-left: 20px; }
}

@media(max-width: 1230px) {
	.nav>li>a{font-size:16px;}
}

@media(max-width: 1199px) {
	header::after { display: none; }
	header .header .nav_box .box_r .box_r_t { display: none; }
	header .header { padding-top: 20px; }
	.nav>li{margin-top:20px;height:35px;}
	.nav>li>a span { padding:0 20px; }
	header .nav .zx{height:55px;}
}
@media(max-width: 1080px) {
	.nav>li>a span{padding:0 14px;}
}
@media(max-width: 991px) {
	header .nav .zx { height: 70px; }
	header.active .search_box { top: 70px; }
	header .header { padding-top: 0px; padding-bottom: 0px; }
	header .header .nav_box { align-items: center; }
}

/*导航下拉*/
header ul li .xiala { position: absolute;background: rgba(255,255,255,1);width: 100%;top: 143px;left: 0; z-index: 999; display: none; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;}
header.active ul li .xiala { top: 100px; }
header ul li .xiala .container_p { padding:40px 8.4% 40px 4.1%; overflow: hidden; margin:0 auto; display: block; }
header ul li .xiala .container_p .nav2_r { float: right;  width: 25%;}
header ul li .xiala .container_p .nav2_r img { display: block; max-width: 100%; }
header ul li .xiala .container_p .nav2_l { float: left; width: 70%; }
header ul li .xiala .container_p .nav2_l .desc { overflow: hidden; }
header ul li .xiala .container_p .nav2_l .desc .en { font-size: 30px;line-height: 40px;color: #333;}
header ul li .xiala .container_p .nav2_l .desc .list { font-size: 14px;line-height: 24px;margin-top: 10px;color: #999;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
header ul li .xiala .container_p .nav2_l .nav-er-list { margin-top: 40px;overflow: hidden; float: left; }
header ul li .xiala .container_p .nav2_l .nav-er-list a{ display: inline-block; }
header ul li .xiala .container_p .nav2_l .nav-er-list a span {font-size: 14px;line-height: 24px;color: #666;margin-right: 25px;padding-right: 15px;transition: all 0.5s;background: url(../images/yy.png) no-repeat right center; }
header ul li .xiala .container_p .nav2_l .nav-er-list:hover a span { color: #154a9a; background: url(../images/yy_on.png) no-repeat right center;}
header ul li .xiala .container_p .nav-box { overflow: hidden; } 
header ul li .xiala .container_p .nav-box>span { font-size: 22px; line-height: 40px;color: #333;overflow: hidden; display: block; }
header ul li .xiala .container_p .nav-box>.nav-box_nr { overflow: hidden; margin-top: 20px; }
header ul li .xiala .container_p .nav-box>.nav-box_nr .nav3-box { margin-bottom: 20px; overflow: hidden; padding:10px;}
header ul li .xiala .container_p .nav-box>.nav-box_nr .nav3-box:hover { background: #f9f9f9; }
header ul li .xiala .container_p .nav-box>.nav-box_nr .nav3-box a { display: block; }
header ul li .xiala .container_p .nav-box>.nav-box_nr .nav3-box a .nav3-box_l { width: 20%; float: left;}
header ul li .xiala .container_p .nav-box>.nav-box_nr .nav3-box a .nav3-box_r { float: right; width: 80%; }
header ul li .xiala .container_p .nav-box>.nav-box_nr .nav3-box a .nav3-box_r .nav3-box_r_t { font-size: 16px;line-height: 1.5;color: #333;margin-bottom: 5px; }
header ul li .xiala .container_p .nav-box>.nav-box_nr .nav3-box a .nav3-box_r .nav3-box_r_desc { font-size: 14px;line-height: 1.6;color: #999; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
header ul li .xiala .container_p .nav-box>.nav-box_nr>.nav3-pro { display: block; padding-left:0; }
header ul li .xiala .container_p .nav-box>.nav-box_nr>.nav3-pro a { display: block; text-align: center; }
header ul li .xiala .container_p .nav-box>.nav-box_nr>.nav3-pro a>dt { display: block; }
header ul li .xiala .container_p .nav-box>.nav-box_nr>.nav3-pro a>dt img { max-width: 100%; display: block; border:1px solid #ddd; }
header ul li .xiala .container_p .nav-box>.nav-box_nr>.nav3-pro a p { font-size: 14px; color: #454545; line-height: 3; display: block; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
header ul li .xiala .container_p .nav2_l .nav-er-list .nypro-nav2 { display: none; transition:0.3s;}
header ul li .xiala .container_p .nav2_l .nav-er-list .nypro-nav2 a { font-size: 14px; color: #666; line-height: 1.8; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; width: 90%; }
header ul li .xiala .container_p .nav2_l .nav-er-list .nypro-nav2 a:hover { color: #154a9a; }
header ul li .xiala .container_p .nav2_l .nav-er-list:hover .nypro-nav2 { display: block; }
header.active .header .nav_box .box_l a { height: 55px; }
header.active .header .nav_box { align-items: center; height: 100px; }



@media(max-width: 1199px) {
	header ul li .xiala { display: none!important; }
}
@media(max-width: 991px) {
	header.active .header .nav_box .box_l a { height: 50px; }
}
@media(max-width: 767px) {
    header.active .header .nav_box .box_l a { height: 50px; }
}
@media(max-width: 500px) {
    header.active .header .nav_box .box_l a { height: 46px; }
}
@media(max-width: 420px) {
    header .nav .zx{display:none;}
}

/*小屏幕导航*/
#m-head-nav{height: 16px;position: relative;float: right;display:none;margin-right: 20px;width: 24px; z-index: 99999;}	
#m-head-nav .line{width: 24px;height: 2px;background-color: #154a9a;position: absolute;left: 0px;top: 7px;}
#m-head-nav .line1{margin-top: -7px;}
#m-head-nav .line3{margin-top: 7px;}
#m-head-nav[data-active="on"] .line1{margin-top: 0;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}
#m-head-nav[data-active="on"] .line2{display: none;}
#m-head-nav[data-active="on"] .line3{margin-top: 0;-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg);}
#header:hover #m-head-nav .line, #header.active #m-head-nav .line{background-color:#154a9a;}

.mm-nav-box{overflow:hidden;position: fixed;top: 0;right: 0;width: 100%;height: calc(100% - 70px);z-index: 99999;display: none;-webkit-transform: translateY(-100%);-moz-transform: translateY(-100%);-ms-transform: translateY(-100%);-o-transform: translateY(-100%);transform: translateY(-100%);}
.mm-nav-box[data-on="active"]{-webkit-transform: translateX(0);-moz-transform: translateX(0);-ms-transform: translateX(0);-o-transform: translateX(0);transform: translateX(0);top:70px;}
.mm-nav-box .mm-wrap{position: fixed;top: 0;right: 0;width: 40%;height:100%;padding-bottom: 15px;z-index: 100;border-top: 1px solid rgba(0,0,0,.15);box-shadow: 0 5px 8px 0 rgb(0 0 0 / 20%);}
.mm-nav-box .mm-wrap:before{content: "";width: 100%;height: 100%;position: absolute;top: 0;left: 0;background-color: #fff;z-index: -1;}
.mm-nav-box .mm-nav{overflow-y: scroll;height:100%;}
.mm-nav-box .mm-nav .li1{margin: 0 10px 0 20px;line-height: 60px;border-bottom: 1px solid rgba(0,0,0,.15);}
.mm-nav-box .mm-nav .li1 .a1{display: block;color: #222222;font-size: 16px;}
.mm-nav-box .mm-nav .li1.on .a1{color: #e00000;}
.mm-nav-box .mm-nav .li1.on .mm-title{border-color: #e00000;}
.mm-nav-box .mm-nav .li1 .mm-title{position: relative;height: 45px;line-height: 45px;}
.mm-nav-box .mm-nav .li1 .mm-title .am{display:block;width:100%;height:100%;}
.mm-nav-box .mm-nav .li1 .mm-title .a1{position: absolute;top: 0;left: 0;height: 100%;z-index: 10;}
.mm-nav-box .mm-nav .li1 .mm-title .click{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.mm-nav-box .mm-nav .li1 .mm-title .click:after{content: "";position: absolute;top: 50%;right: 20px;width: 6px;height: 6px;border-top: 1px solid #222222;border-right: 1px solid #222222;-webkit-transform: rotate(135deg);-ms-transform: rotate(135deg);-o-transform: rotate(135deg);transform: rotate(135deg);margin-top: -3px;}
.mm-nav-box .mm-nav .li1 .mm-title .mclick{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.mm-nav-box .mm-nav .li1 .mm-title .mclick a{display:block;width:100%;height:100%;}
.mm-nav-box .mm-nav .li1.on .mm-title .click:after{border-color: #e00000;}
.mm-nav-box .mm-nav .li1 .mm-innav{display: none;padding: 6px 0;}
.mm-nav-box .mm-nav .li1[data-on="click"] .mm-innav{display: block;border-top: 1px solid rgba(0,0,0,.15);}
.mm-nav-box .mm-nav .li1[data-on="click"] .mm-title .click:after{-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}
.mm-nav-box .mm-nav .li1[data-on="click"] .a1{color:#154a9a}
.mm-nav-box .mm-nav .li1 .mm-innav li{margin: 0 10px;border-bottom: 1px solid rgba(255,255,255,.4);line-height: 1;}
.mm-nav-box .mm-nav .li1 .mm-innav li a{color: #222222;font-size: 14px;line-height: 1.4;display: block;padding: 6px 0;}
.mm-nav-box .mm-nav .li1 .mm-innav li a:hover{color:#154a9a}
.mm-nav-box .mm-nav .li1 .mm-innav li .box2{margin: 0 15px;}
.mm-nav-box .mm-wrap .mmlang{padding: 0 10px;font-size: 0;display: none;}
.mm-nav-box .mm-wrap .mmlang .mmitem{height: 55px;line-height: 55px;width: 50%;font-size: 14px;color: #222222;display: inline-block;*display: inline;*zoom: 1;text-align: center;}
.mm-nav-box .mm-wrap .mmlang .mmitem.on{color:  #e00000;}
.header_space{width: 100%;height: 100px;display:none;}

@media(max-width: 1770px) {
	header::after { width: 23%; }
}
@media(max-width: 1199px) {
	.search_box .box { margin: 23px 20px 0 0; }
	header .top .top_r ul .zx { display: none; }
}
@media(max-width: 991px) {
	header { height: 70px; }
	.nav>li>a { font-size: 15px; line-height: 70px;}
	.nav>li { display: none;}
	.wap_nav { height: 70px; display: flex; align-items: center; float: right; }
	header .top .top_l { height: 70px; }
	header.active .header .nav_box { height: 70px; }
	header.active{ height: 70px; }
	#m-head-nav { display: block; }
	.mm-nav-box {display: block;}
	.header_space{height:70px;}
}
@media(max-width: 767px) {
	header .top .top_r>ul>li { display: none; }
	header { height: 50px; }
	.header_space { height: 70px; display:block !important;}
	header .top .top_l { height: 50px; }
	header .top .top_l .top_l_r { display: none; }
	.search_box { height: auto; padding-bottom: 10px; }
	.search_box .box { width: 280px; margin-right: 0; margin-top: 10px; }
	.search_box input[type=text] { width: 240px; }
	.mm-nav-box .mm-wrap { width: 100%; }
	.mm-nav-box[data-on="active"] { top: 69px; }
	.mm-nav-box .mm-nav .li1 .mm-title .a1 { font-size: 14px; color: #454545; }
	.mm-nav-box .mm-nav .li1 .mm-innav li a { color: #777; }
	.wap_nav { height: 50px; }
	.mm-nav-box{ display: block; }
	#m-head-nav { display: block; }
	header .top .top_l a img { height: 40px; }
	header .header .nav_box .box_l a { height:50px; margin:5px 0; }
	header .nav .zx { height: 50px; }
	header.active .search_box { top: 50px; }
	.search_box .form-group { margin-bottom:0; }
	header .header {     padding-left: 10px;padding-right: 10px; }
}
@media(max-width: 500px) {
   header .header .nav_box .box_l a{height:34px;}
}
@media(max-width: 390px) {
    #m-head-nav{margin-right:0;}
}
@media(max-width: 370px) {
    
}

/* 轮播图 */
#banner{position:relative;}
#banner video{width:100%;display:block;}
#banner .swiper-slide a{display:block;}
#banner .swiper-slide img{display:block;max-width:100%;}
#banner .swiper-pagination{bottom:34px;font-size:0;width: auto;left: 50%;transform: translateX(-50%);}
#banner .swiper-pagination-bullet{width:8px;height:8px;opacity:1;border-radius: 50%;background:rgb(255 255 255 / 100%);position:relative;margin:0 16px;}
#banner .swiper-pagination-bullet-active{ background: #154a9a; position: relative;}
#banner .swiper-pagination-bullet-active::after { position: absolute; content: ''; width: 30px; height: 30px; display: block; top: -11px; left: -11px; border:3px solid #fff; border-radius: 50%; }
#banner .swiper-button-prev, #banner .swiper-button-next{width:46px;height:46px;background:url(../images/page/ban-jt.png) no-repeat center left;border:1px solid #fff;border-radius:50%;transition:all .3s;-webkit-transition:all .3s;}
#banner .swiper-button-prev{left:-80px;}
#banner .swiper-button-next{right:-80px;transform: rotate(180deg);}
#banner:hover .swiper-button-prev{left:80px;}
#banner:hover .swiper-button-next{right:80px;}
#banner .swiper-button-prev:hover, #banner .swiper-button-next:hover{background:url(../images/page/ban-jt.png) no-repeat center left -46px #fff;box-shadow: 0 0 3px 0px rgb(200 200 200 / 80%);}
#banner .nybanner img { max-width: 100%; display: block; }
@media (max-width: 1400px){
	#banner .swiper-button-prev{left:60px;}
	#banner .swiper-button-next{right:60px;}
}
@media (max-width: 767px){
	#banner .swiper-pagination{bottom:20px;}
	#banner .swiper-pagination-bullet{border:none;}
	#banner .swiper-button-prev, #banner .swiper-button-next{display:none;}
	#banner .swiper-pagination-bullet-active::after { display: none; }
}
@media (max-width: 450px){
	#banner .swiper-pagination{bottom: 5px;padding:8px;}
	#banner .swiper-pagination-bullet{width:8px;height:8px;margin:0 5px;}
}

/*首页视频*/
.sy_video { display: block; position: relative;  overflow: hidden;}
.sy_video .video_box { display: block; position: relative; width: 100%; height: 100vh; overflow: hidden; background:#000; }
.sy_video .video_box video { position: absolute; top: 50%;left: 50%;display: block;transform: translate(-50%, -50%);  width: 100%;z-index:1;}
.sy_video .video_box img{max-width:90%;position: absolute; top: 50%;left: 50%;transform: translate(-50%, -50%);z-index:2;}
.point { position: absolute; left: 50%;-webkit-transform: translateX(-50%);transform: translateX(-50%); bottom: 30px; z-index: 4;}
.point a { display: block; position: relative; padding-top: 40px; }
.point a em{ background: url(../images/banner_ico1.png)no-repeat center; width: 16px;height: 21px; display: block; margin:10px auto 15px auto; }
.point span { font-size: 14px; color: #fff; }
.point .c-wrap {position: relative;margin: 0 auto;width: 30px;height: 45px;border: 1px solid #fff;border-radius: 20px;overflow: hidden;}
.point .c-wrap .c-line {position: absolute;top: 15px;left: 50%;width: 2px;height: 10px;
	transform: translateX(-50%);background: #fff;animation: jump 1.5s linear infinite;-webkit-animation: jump 1.5s linear infinite;}
.viheight{height:145px;}
.mmbanimg{display:none;}
@media (max-width: 1199px){
    .viheight{height:100px;}
}
@media (max-width: 991px){
    .viheight{height:70px;}
}
@media (max-width: 767px){
    .viheight{height:60px;}
	.sy_video .video_box, .point{display:none;}
	.mmbanimg{display:block;}
	.mmbanimg img{width:100%;}
}
@media (max-width: 500px){
    .viheight{height:50px;}
}
/* 动画 */
@-webkit-keyframes jump {
    0% {opacity: 1;top: -10px;}
    50% {opacity: 1; }
    100% {opacity: 0;top: 11px;}
}

@keyframes jump {
    0% {opacity: 1;top: -10px; }
    50% {opacity: 1;}
    100% {opacity: 0;top: 11px; }
}

/* 首页标题 */
.title { text-align: left; display: block; position: relative;}
.title h2 { font-size: 48px; color: #333333; display: block;  font-weight: bold; text-overflow: ellipsis;white-space: nowrap; overflow: hidden; margin-bottom:20px; }
.inxian{width:64px;height:4px;position:relative;}
.inxian::before{content:'';position:absolute;left:0;top:0;width:40px;height:4px;background:#154a9a;}
.inxian::after{content:'';position:absolute;right:0;top:0;width:20px;height:4px;background:#1eb8ce;}
@media(max-width: 1630px) {
	.title h2  { font-size: 42px; }
}
@media(max-width: 1199px) {
	.title h2  { font-size: 32px; }
}
@media( max-width: 767px) {
	.title h2 { font-size: 24px;margin-bottom:10px; }
}
@media( max-width: 500px) {
	.title h2 { font-size: 20px; }
}

/* 首页公司简介 */
#about{padding:50px 0;}
.aboutbox{display:flex;}
.aboutl{width:50%;position:relative;}
.tarvideo{position:absolute;left:0;top:0;}
.aboutr{width:50%;padding-left:60px;}
.aboutcon>img{max-width:80%;}
.aboutcon>h2{font-size:30px;font-weight:bold;color:#444;margin-top:35px;margin-bottom:15px;}
.abouttxt{font-size:14px;color:#666;line-height:25px;margin-top:30px;text-align:justify;}
.abouta{margin-top:50px;overflow:hidden;height:50px;}
.abouta a{display:block;float:left;font-size:14px;color:#a5a7aa;width:120px;line-height:40px;border:1px solid #a5a7aa;background:#f8f9fb;text-align:center;border-radius:5px;margin-right:12px;transition:all .3s;-webkit-transition:all .3s;}
.abouta a:last-child{margin-right:0;}
.abouta a.on{width:154px;line-height:50px;font-size:18px;color:#fff;background-image: linear-gradient(to right, #1eb8ce, #154a9a);border:none;}
#countup{margin-top:40px;}
.countup-txt h4{font-size:52px;font-weight:bold;color:#000;font-family:arial;}
.countup-txt h4 span{background-image:-webkit-linear-gradient(left,#1eb8ce,#154a9a); 
-webkit-background-clip:text;-webkit-text-fill-color:transparent; }
.countup-txt h4 em{font-size:20px;position:relative;top:-20px;left:10px;color:#154a9a;}
.countup-txt p{font-size:18px;color:#666;}
@media( max-width: 1329px) {
	.abouta{margin-top:30px;}
	.aboutr{padding-left:30px;}
}
@media( max-width: 1199px) {
	.aboutr{padding-left:25px;}
	.aboutcon>h2{margin-top:20px;margin-bottom:10px;font-size:28px;}
	.abouta a{width:100px;line-height:36px;}
	.abouta a.on{width:120px;line-height:45px;}
}
@media( max-width: 991px) {
	.aboutbox{display:block;}
	.aboutl{width:100%;}
	.aboutl>img{width:100%;}
	.aboutr{width:100%;padding-left:0;margin-top:30px;}
}
@media( max-width: 767px) {
	#about{padding:30px 10px;}
	.aboutr{margin-top:20px;}
	#countup{margin-top:10px;}
}
@media( max-width: 500px) {
	.aboutcon>img{height:50px;}
	.aboutcon>h2{font-size:24px;margin-top:15px;}
	.abouttxt{margin-top:20px;}
	.abouta{margin-top:20px;display:flex;height:auto;}
	.abouta a{margin-right:10px;width:auto;line-height:36px;font-size:14px;color: #fff;background-image: linear-gradient(to right, #1eb8ce, #154a9a);flex:1;}
	.abouta a.on{width:auto;line-height:36px;font-size:14px;}
	#countup>div[class^="col-"]{padding:0 10px;margin-top:10px;}
	.countup-txt h4{font-size:40px;}
	.countup-txt h4 em{font-size:16px;}
	.countup-txt p{font-size:15px;}
}
@media( max-width: 400px) {
	.aboutcon>img{height:40px;}
	.aboutcon>h2{font-size:22px;}
}

/* 产品中心 */
#product{padding:45px 0 35px;overflow:hidden;background:url(../images/probg.jpg);}
#product>.title{text-align:center;}
#product>.title>.inxian{margin:0 auto;}
.protag{line-height:80px;height:80px;border-bottom:1px solid #94a0b4;font-size:0;text-align:center;margin-top:15px;}
.protag a{display:inline-block;font-size:18px;color:#666;margin:0 30px;position:relative;}
.protag a.on{color:#154a9a;font-weight:bold;}
.protag a.on::after{content:'';position:absolute;bottom:-15px;background:url(../images/protagx.png) no-repeat;width:30px;height:30px;left:50%;margin-left:-15px;}
.probox{margin-top:50px;}
.proone li{padding:0 10px;}
.proone li a{display:block;overflow:hidden;}
.proone li a .proimg{position:relative;}
.proone li a .proimg::before{content:'';position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:82px;height:82px;background:url(../images/proimgbtn.png) no-repeat;transition:all .5s;-webkit-transition:all .5s;visibility: hidden;opacity:0;}
.proone li a .protxt{background:#fff;border-top:1px solid #ccc;padding:15px 60px 15px 25px;position:relative;}
.proone li a .protxt::after{content:'';position:absolute;right:0;top:0;width:60px;height:100%;background:url(../images/protxtico.png) no-repeat center;}
.proone li a .protxt p{font-size:16px;color:#666;line-height:24px;margin-bottom:8px;}
.proone li a .protxt p+p{margin-bottom:0;}
.proone li a:hover .proimg::before{visibility: visible;opacity:1;}
.proone li a:hover .protxt{background:#154a9a;}
.proone li a:hover .protxt::after{background:url(../images/protxticox.png) no-repeat center;}
.proone li a:hover .protxt p{color:#fff;}
.proonebtn{text-align:center;margin-top:35px;}
.proonebtn a{display:inline-block;width:160px;line-height:48px;color:#fff;border-radius:30px;background-image:linear-gradient(to left,#1eb8ce,#154a9a);font-size:16px;position:relative;}
.proonebtn a::before{content:'';position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:174px;height:58px;background:rgb(21 74 154 / 20%);border-radius:40px;}
.proonebtn a span{position:relative;}
@media( max-width: 1230px) {
	.protag a{margin:0 25px;}
}
@media( max-width: 1199px) {
	.protag a{font-size:17px;margin:0 15px;}
}
@media( max-width: 991px) {
	.protag{line-height:60px;height:60px;}
	.protag a{font-size:14px;margin:0 8px;}
}
@media( max-width: 767px) {
	#product{padding:30px 0;}
	.protag{border:none;display: flex;flex-wrap: wrap;height: auto;border-bottom:1px solid #ccc;line-height:45px;}
	.protag a{margin: 0;padding: 0px 5px;flex: 0 0 33.33%;flex-grow: 1;border-top: 1px solid #ccc;border-left: 1px solid #ccc;}
	.protag a.on::after{display:none;}
	.probox{margin-top:20px;}
	.proone li a .protxt{padding: 12px 50px 12px 12px;}
	.proone li a .protxt p{font-size:14px;line-height:20px;margin-bottom:4px;}
}
@media( max-width: 500px) {
	.proone li a .protxt{padding:10px;}
	.proone li a .protxt::after{display:none;}
	.proonebtn a{font-size:14px;width:140px;line-height:40px;}
	.proonebtn a::before{width: 154px;height: 54px;}
}

/* 核心力量 */
#power{background:url(../images/powerbg.jpg) no-repeat center / cover fixed;padding:60px 0;}
#power .title h2{color:#fff;}
#power .title .inxian::before{background:#fff;}
.powerbox{padding:30px;background:#fff;margin-top:40px;}
.powerbox ul{}
.powerbox ul li{display:flex;overflow:hidden;margin-bottom:10px;}
.powerbox ul li:last-child{margin-bottom:0;}
.powerbox ul li:nth-child(1) .powerimg{width:525px;}
.powerbox ul li:nth-child(1) .powertxt{width:calc(100% - 525px);}
.powerbox ul li:nth-child(2) .powerimg{width:680px;}
.powerbox ul li:nth-child(2) .powertxt{width:calc(100% - 680px);}
.powerbox ul li:nth-child(3) .powerimg{width:820px;}
.powerbox ul li:nth-child(3) .powertxt{width:calc(100% - 820px);}
.powerbox ul li .powerimg{position:relative;z-index:1;}
.powerbox ul li .powerimg img{position:absolute;left:0;top:50%;width:100%;transform:translateY(-50%);z-index:-1;}
.powerbox ul li .powerimg h3{font-size:42px;color:#fff;font-weight:bold;position:absolute;right:10px;bottom:12px;}
.powerbox ul li .powerimg p{text-transform:uppercase;font-size:12px;color:rgb(255 255 255 / 50%);position:absolute;right:10px;top:25px;}
.powerbox ul li .powerimg p::after{content:'';position:absolute;right:0;bottom:-2px;width:80px;height:1px;background:rgb(255 255 255 / 50%);}
.powerbox ul li .powerimg span{font-family:Impact;font-size:66px;color:#fff;position:absolute;left:10px;top:50%;transform:translateY(-50%);}
.powerbox ul li .powertxt{padding:25px 0 25px 35px;}
.powerbox ul li .powertxt h4{font-size:24px;color:#444;font-weight:bold;margin-bottom:12px;}
.powerbox ul li .powertxt p{font-size:16px;color:#666;line-height:24px;}
@media( max-width: 1469px) {
	.powerbox ul li:nth-child(1) .powerimg{width:490px;}
	.powerbox ul li:nth-child(1) .powertxt{width:calc(100% - 490px);}
	.powerbox ul li:nth-child(2) .powerimg{width:600px;}
	.powerbox ul li:nth-child(2) .powertxt{width:calc(100% - 600px);}
	.powerbox ul li:nth-child(3) .powerimg{width:720px;}
	.powerbox ul li:nth-child(3) .powertxt{width:calc(100% - 720px);}
}
@media( max-width: 1199px) {
	.powerbox ul li:nth-child(1) .powerimg,
	.powerbox ul li:nth-child(1) .powertxt,
	.powerbox ul li:nth-child(2) .powerimg,
	.powerbox ul li:nth-child(2) .powertxt,
	.powerbox ul li:nth-child(3) .powerimg,
	.powerbox ul li:nth-child(3) .powertxt{width:50%;}
}
@media( max-width: 991px) {
	.powerbox ul li{display:block;}
	.powerbox ul li:nth-child(1) .powerimg,
	.powerbox ul li:nth-child(1) .powertxt,
	.powerbox ul li:nth-child(2) .powerimg,
	.powerbox ul li:nth-child(2) .powertxt,
	.powerbox ul li:nth-child(3) .powerimg,
	.powerbox ul li:nth-child(3) .powertxt{width:100%;}
	.powerbox ul li .powerimg{height:140px;overflow:hidden;}
	.powerbox ul li .powertxt{padding:25px 0;}
}
@media( max-width: 767px) {
	#power{padding:30px 10px;}
	#power .title{text-align: center;}
	#power .title>.inxian{margin: 0 auto;}
	.powerbox{padding:20px;margin-top:25px;}
	.powerbox ul li .powerimg{height:130px;}
	.powerbox ul li .powerimg h3{font-size: 36px;}
	.powerbox ul li .powertxt{padding:20px 0;}
}
@media( max-width: 500px) {
	.powerbox{padding:10px;}
	.powerbox ul li .powerimg{height:120px;}
	.powerbox ul li .powerimg h3{font-size: 28px;}
	.powerbox ul li .powerimg span{font-size:60px;}
	.powerbox ul li .powertxt{padding:15px 0;}
	.powerbox ul li .powertxt h4{font-size:20px;margin-bottom:8px;}
	.powerbox ul li .powertxt p{font-size:14px;}
}

/* 营销网络 */
#market{background:url(../images/marketbg.jpg) no-repeat center #f7f9fd;padding:100px 0 200px;}
.marketcon{width:480px;margin-top:100px;}
.marketcon li{padding-left:28px;font-size:18px;color:#666;line-height:36px;background:url(../images/marketico.png) no-repeat left top 9px;margin-bottom:40px;}
.marketbtn a{display:block;width:180px;line-height:50px;font-size:18px;color:#fff;text-align:center;border-radius:5px;background-image:linear-gradient(to left,#1eb8ce,#154a9a);}
@media( max-width: 1199px) {
	.marketcon{width:400px;}
}
@media( max-width: 991px) {
	#market{background:none;padding:60px 0;}
	#market .title{text-align: center;}
	#market .title>.inxian{margin: 0 auto;}
	.marketcon{width:100%;margin-top:50px;}
	.marketcon li{margin-bottom:30px;}
	.marketbtn a{margin:0 auto;}
}
@media( max-width: 767px) {
	#market{padding:30px 10px;}
	.marketcon{margin-top:20px;}
	.marketcon li{margin-bottom:10px;font-size: 16px;line-height: 30px;background: url(../images/marketico.png) no-repeat left top 6px;}
	.marketbtn a{font-size:15px;width: 150px;line-height: 40px;}
}

/* 通用配置 */
.owl-rela{position:relative;}
.owl-prev, .owl-next{display:block;width:30px;height:60px;position:absolute;top:50%;margin-top:-30px;text-indent:-99999999px;opacity:0.4;transition:all .3s;-webkit-transition:all .3s;background:url(../images/page/owlbtn.png) no-repeat;}
.owl-prev{left:-30px;}
.owl-next{right:-30px;transform: rotate(180deg);}
.owl-prev:hover, .owl-next:hover{opacity:1;}
@media (max-width:800px){
	.owl-prev, .owl-next{display:none;}
}

/* 图片封面动画 */
.white, .whites{position: relative;overflow: hidden;}
.white::after, .whites::after{content: '';cursor: pointer;position: absolute;left: -120%;top: 0;width: 100%;height: 100%;
background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));
background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));
transform: skewx(-20deg);transition: unset;}
.white:hover::after{left: 120%;-moz-transition: 1s;-o-transition: 1s;-webkit-transition: 1s;transition: 1s;}
#news .box .swiper-slide li:hover a .imgbox.white::after {left: 120%;-moz-transition: 1s;-o-transition: 1s;-webkit-transition: 1s;transition: 1s;}

/* 底部 */
#footer{padding:32px 0 50px; overflow: hidden; background: #154a9a; }
.flogo{text-align:center;}
.fnav{text-align:center;border-bottom:1px solid #023075;font-size:0;margin-top:25px;}
.fnav a{display:inline-block;font-size:18px;color:#c8d7ee;line-height:66px;margin:0 40px;}
.fnav a:hover{color:#fff;}
.fbox{padding-top:50px;}
.finfo{float:left;}
.finfo ul{}
.finfo ul li{margin-bottom:20px;overflow:hidden;}
.finfo ul li p{float:left;font-size:16px;color:#fff;padding-left:30px;line-height:20px;}
.finfo ul li p a{color:#fff;}
.finfo ul li p a:hover{color:#6c7592;}
.finfo ul li p+p{margin-left:45px;}
.finfo ul li p.fphone{background:url(../images/fphoneico.png) no-repeat left;}
.finfo ul li p.ftel{background:url(../images/ftelico.png) no-repeat left;}
.finfo ul li p.ffax{background:url(../images/ffaxico.png) no-repeat left;}
.finfo ul li p.falibaba{background:url(../images/falibabaico.png) no-repeat left;}
.finfo ul li p.faddress{background:url(../images/faddressico.png) no-repeat left;}
.fewm{float:right;}
.fewm img{width:120px;border-radius:10px;}
.fewm p{font-size:14px;color:#c8d7ee;text-align:center;margin-top:10px;}
#fcopy{background:#1c2951;padding:15px 0;line-height:28px;}
.fcopyl{float:left;color:#6c7592;font-size:14px;}
.fcopyl a{color:#6c7592;font-size:14px;}
.fcopyl a:hover{color:#fff;}
.fcopyr{float:right;position:relative;font-size:0;}
.fcopyr p{width:120px;line-height:26px;font-size:14px;color:#6c7592;text-align:center;border:1px solid #6c7592;cursor:pointer;}
.fcopyr p span{display:inline-block;padding-right:21px;background:url(../images/flinkico.png) no-repeat right;}
.flink{position:absolute;left:0;bottom:0;width:100%;background:#6c7592;display:none;}
.flink a{font-size:14px;line-height:30px;display:block;text-align:center;color:#fff;border-bottom:1px solid #ccc;}
.flink a:last-child{border-bottom:none;}
.flink a:hover{color:#154a9a;}
.fcopyr:hover .flink{bottom:28px;display:block;}
@media (max-width:1199px){
	.fnav a{margin:0 35px;}
	.fcopyl{width:100%;text-align:center;}
	.fcopyr{display:none;}
}
@media (max-width:991px){
	.fnav a{display:none;}
	.finfo{width:100%;}
	.fewm{width:100%;}
	.fewm img{margin:0 auto;}
}
@media (max-width:767px){
	footer{padding-bottom:50px;}
	#footer{padding:30px 0;}
	.fbox{padding:30px 10px 0;}
	.finfo{width:calc(100% - 130px);padding-right:10px;}
	.finfo ul li{margin-bottom:15px;word-break: break-all;}
	.finfo ul li:last-child{margin-bottom:0;}
	.finfo ul li p{font-size:15px;float:none;}
	.finfo ul li p+p{margin-left:0;margin-top:15px;}
	.fewm{width:130px;}
	#fcopy{padding:10px;line-height:20px;}
}

/* 手机底部按钮 */
.footer-bottom{overflow: hidden;position: fixed;bottom: 0;left: 0;z-index: 999;width: 100%;background: #154a9a;text-align: center;border-top:1px solid #fff;}
.footer-bottom a{display: inline-block;padding: 7px 0;color: #fff;}
.footer-bottom a i{font-size: 16px;display: block;}

/* 在线客服 */
.diyos {position: fixed;width: 54px;right: 0;top: 50%;z-index: 100;}
.diyos ul{position:relative;list-style: none;margin: 0;padding: 0;}
.diyos ul li {width: 54px;height: 54px;background: #154a9a;float: left;position: relative;border-top:1px solid #333;z-index:1;}
.diyos ul li:first-child{ border-top:0;}
.diyos ul li .sidebox, .diyos ul li .semail {position: absolute;width: 54px;height: 54px;top: 0;right: 0;color: #fff;font-size:14px;line-height:54px;overflow: hidden;background:#154a9a;} 
.diyos ul li .sidetop {width: 54px;height: 54px;line-height: 54px;display: inline-block;}
.diyos ul li.sideewm {width: 54px;height: 54px;line-height: 54px;display: inline-block;}
.diyos ul li .sideewmshow{width: 130px;position:absolute; top:0; left:-131px; z-index:120; display:none;max-width:none;border: 1px solid #e5e5e5;}
.diyos ul li.sideewm:hover .sideewmshow{ display:block;}
.diyos ul li img {float: left;}

/* 面包屑 */
#location{border-bottom: 1px solid #dedede;  background: #fff; height: 50px; overflow: hidden; }
.crumbs{padding-left:20px;background:url(../images/page/nav_tb.png) no-repeat left center;line-height:50px;float:left;color:#666;}
.crumbs a{color:#666;}
.crumbs a:hover{color:#154a9a;}
.pro_location { margin-bottom: 0px; }

/* 内页导航 */
#sidebar{float:right;font-size:0;}
#sidebar li{display:inline-block;margin:0 10px;position: relative;}
#sidebar li a{display:block;height:50px;line-height:50px;text-align:center;color:#666;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
#sidebar li a::after{content: "";display: block;width: 0%;height: 3px;background: #154a9a;position: absolute;left: 50%;bottom: 0;overflow: hidden;transition: all .5s ease-out;-webkit-transition: all .5s ease-out;-moz-transition: all .5s ease-out;-ms-transition: all .5s ease-out;-o-transition: all .5s ease-out;}
#sidebar li:hover a, #sidebar li.cur a{color:#154a9a;}
#sidebar li:hover a::after, #sidebar li.cur a::after{left: 0;width: 100%;}
@media (max-width:767px) {
	#location{background:#fff;border-bottom: 1px solid #ddd;box-shadow:none; height: auto;}
	.w100{width:100%;float:left;}
	.w50{width:50%;float:left;}
	.w33{width:33.33%;float:left;}
	.w25{width:25%;float:left;}
	#sidebar{float:none;}
	#sidebar li{padding:0 5px;margin:0;}
	#sidebar li a { height: 40px; line-height: 40px; }
}


@media(max-width: 767px) {
	#location .mbq_nav .box_r { display: none; }
	#location { background: #f7f7f7; height: auto; }
	#location .mbq_nav { display: block; }
	#location .mbq_nav .box_l { display: block; width: 100%; }
	#location .mbq_nav .box_l #sidebar { display: flex; width: 100%; flex-wrap: wrap; }
	#location .mbq_nav .box_l #sidebar li { margin:0; width: 25%; text-align: center; }
	#location .mbq_nav .box_l #sidebar li a { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; line-height: 40px;}
}




/* 内页banner */
.nybanner>div{background-position: center;background-repeat: no-repeat;background-size: cover;}
@media (max-width: 1329px){
	.nybanner>div{height: 420px !important;}
}
@media (max-width: 1199px){
	.nybanner>div{height: 360px !important;}
}
@media (max-width: 991px){
	.nybanner>div{height: 320px !important;}
}
@media (max-width: 767px){
	.nybanner>div{height: 280px !important;}
}
@media (max-width: 700px){
	.nybanner>div{height: 240px !important;}
}
@media (max-width: 580px){
	.nybanner>div{height: 175px !important;}
}
@media (max-width: 420px){
	.nybanner>div{height: 150px !important;}
}
@media (max-width: 374px){
	.nybanner>div{height: 130px !important;}
}

/* 内页样式 */
#inside{overflow:hidden; display: block;padding-top:50px;}
.bgf5{background:#f5f5f5;}
.nocontect{background-image: url(../images/page/error.png);background-repeat: no-repeat;background-position: 10px 10px;height: 100px;padding-top: 40px;padding-left: 120px;font-size: 14px;margin-bottom:20px;}
@media (max-width:767px) {
	#inside{padding:30px 0px;}
}




/* 内页产品导航 */
#pronav{width: 100%;background: #e8e8e8;text-align: center;}
.pronav-a{line-height: 80px;display:flex;overflow:hidden;}
.pronav-a a{flex:1;font-size:16px;color:#333;border-right:1px solid #ddd;}
.pronav-a a:last-child{border-right:0}
.pronav-a a.cur, .pronav-a a:hover{background:#154a9a;color:#fff;}
@media (max-width:991px) {
	.pronav-a{line-height:60px;}
	.pronav-a a{font-size:14px;}
}
@media (max-width:767px) {
	.pronav-a{display:block;line-height:45px;}
	.pronav-a a{display:block;float:left;width:25%;padding:0 8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
}
@media (max-width:500px) {
	.pronav-a{line-height:36px;}
	.pronav-a a{font-size:12px;}
}

/* 内页单页面标题 */
#nytitle{text-align: center;padding:0 10px;margin-bottom:30px;}
#nytitle h1{font-size: 36px;color: #353535;font-weight:bold;}
#nytitle p{color: #999;font-size: 16px;margin-top: 10px;text-transform:uppercase;}
@media only screen  and (max-width: 500px){
	#nytitle{margin-bottom:20px;}
	#nytitle h1{font-size: 24px;}
	#nytitle p{font-size: 14px;}
}

/* 内页单页面内容 */
.nyshow{width:100%;padding:0 10px;}
.nyshow-til{line-height: 40px;height: 41px;border-bottom: 1px #ccc solid;margin:0 0 20px;}
.nyshow-til>h1, .nyshow-til>h2{float: left;padding-right:15px;text-indent: 25px;height: 40px;line-height: 40px;border-bottom: 2px #154a9a solid;color: #154a9a;font-size: 18px;font-weight: bold;position:relative;}
.nyshow-til>h1::before, .nyshow-til>h2::before{content:'';position:absolute;left:0;top:50%;margin-top: -15px;width:6px;height:30px;background:#154a9a;}
.nyshowdesc{font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:40px;min-height:300px;}
.nyshowdesc p{margin:5px 0;}
.nyshowdesc img{max-width:100%;height:auto !important;}
.block-shadow{height: 200px;-webkit-box-shadow: 0 10px 20px 0 rgba(50,50,50,.20);box-shadow: 0 10px 20px 0 rgba(50,50,50,.20);-webkit-transition: all .5s linear;-moz-transition: all .5s linear;-ms-transition: all .5s linear;-o-transition: all .5s linear;transition: all .5s linear;}
.block-shadow:hover{box-shadow: 0 10px 20px 0 rgba(0,125,255,.5);}
.radius-md{border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;}
.icon-sm{width: 60px;display: inline-block;text-align: center;}
.icon-sm em{font-size: 30px;line-height: 30px;}
.icon-content{overflow: hidden;}
.icon-content h5{font-weight: bold;font-size: 18px;line-height: 25px;color: #1a1a1a;margin-top: 10px;margin-bottom: 10px;}
@media (max-width:767px) {
	.nyshowdesc{font-size:14px;line-height:1.6;margin-bottom:20px;min-height:100px;}
	.nyshowdesc h1{font-size:30px;}
	.nyshowdesc h2{font-size:24px;}
	.nyshowdesc h3{font-size:18px;}
	.nyshowdesc h4{font-size:14px;}
	.block-shadow{height:auto;}
}

/* 内页项目 */
#nyitem{padding-bottom:30px;border-bottom:4px solid #154a9a;}
#nyitem ul>li{padding:0 10px;margin-bottom:20px;}
#nyitem ul>li a{display:block;}
.ser-img{position:relative;overflow:hidden;}
.ser-bg{position:absolute;left:0;top:0;width:100%;height:100%;background: transparent repeat-x bottom;}
.ser-img i{position:absolute;left:50%;top:150%;width:60px;height:60px;transform:translate(-50%, -50%);transition: all .3s;}
#nyitem ul>li p{font-size:24px;color:#444;line-height:40px;text-align:center;padding:0 10px;}
#nyitem ul>li a:hover .ser-bg{background:url(../images/ser-bg.png) repeat-x bottom;}
#nyitem ul>li a:hover .ser-img i{top:50%;}
#nyitem ul>li a:hover p{font-weight:bold;color:#00a041;}
@media only screen and (max-width:767px){
	#nyitem ul>li p{font-size:16px;line-height:30px;}
}
@media only screen and (max-width:500px){
	#nyitem ul>li{margin-bottom:10px;}
}

/* 内页公司简介 */
.ny_about_1_box { display: flex; }
.ny_about_1_box .box_l { flex: 1; }
.ny_about_1_box .box_l dl{margin-bottom:0;}
.ny_about_1_box .box_l dt { display: block; overflow: hidden; }
.ny_about_1_box .box_l dt img { display:block; max-width: 100%;  }
.ny_about_1_box .box_r { flex: 1; }
.ny_about_1_box .box_r .flex { width: 100%; height: 100%; }
.ny_about_1_box .box_r .flex .box_r_nr { display: block;  padding:0 6%;}
.ny_about_1_box .box_r .flex .box_r_nr .box_t { text-align: left; display: block;  margin-bottom: 40px;}
.ny_about_1_box .box_r .flex .box_r_nr .box_t p { font-size: 44px;font-weight: bold;color: #154a9a;display: block;margin-bottom: 5px;line-height: 1; letter-spacing: -2px; }
.ny_about_1_box .box_r .flex .box_r_nr .box_t span { font-size: 28px;color: #333;opacity: 1;display: block; }
.ny_about_1_box .box_r .flex .box_r_nr .box_t em {  font-size: 24px;color: #333;margin-top: 20px; display: block; }
.ny_about_1_box .box_r .flex .box_r_nr .desc { margin-bottom: 35px; }
.ny_about_1_box .box_r .flex .box_r_nr .desc:last-child { margin-bottom:0px; }
.ny_about_1_box .box_r .flex .box_r_nr .desc span { font-size: 20px;color: #154a9a;margin: 0 0 6px; display: block;}
.ny_about_1_box .box_r .flex .box_r_nr .desc .list { font-size: 14px; line-height: 1.6; color: #5f5f5f; margin-top: 5px; display: block; }
.ny_about_1_1_box  { display: flex; flex-direction: row-reverse; }
.ny_about_1_1_box .box_l { flex: 1; }
.ny_about_1_1_box .box_l dl{margin-bottom:0;}
.ny_about_1_1_box .box_l dt { display: block; overflow: hidden; }
.ny_about_1_1_box .box_l dt img { display:block; max-width: 100%;  }
.ny_about_1_1_box .box_r { flex: 1; }
.ny_about_1_1_box .box_r .flex { width: 100%; height: 100%; }
.ny_about_1_1_box .box_r .flex .box_r_nr { display: block;  padding:0 10% 0 0;}
.ny_about_1_1_box .box_r .flex .box_r_nr .box_t { text-align: left; display: block;  margin-bottom: 40px;}
.ny_about_1_1_box .box_r .flex .box_r_nr .box_t p { font-size: 44px;font-weight: bold;color: #154a9a;display: block;margin-bottom: 5px;line-height: 1; letter-spacing: -2px; }
.ny_about_1_1_box .box_r .flex .box_r_nr .box_t span { font-size: 32px;color: #333;opacity: 1;display: block; }
.ny_about_1_1_box .box_r .flex .box_r_nr .box_t em {  font-size: 24px;color: #333;margin-top: 20px; display: block; }
.ny_about_1_1_box .box_r .flex .box_r_nr .desc { margin-bottom: 35px; }
.ny_about_1_1_box .box_r .flex .box_r_nr .desc .list { font-size: 14px; line-height: 1.6; color: #5f5f5f; margin-top: 5px; display: block; }
.ny_about_1_1_box .box_r .flex .box_r_nr .number{  display:block;}
.ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items { text-align: center; display: block; }
.ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items .stat-items-t { font-size: 40px; color: #154a9a; font-weight: bold; line-height: 1;}
.ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items .stat-items-unit { font-size: 14px; color: #154a9a;line-height: normal; }
.ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items p { line-height: normal; display: block; font-size: 14px; color: #888888; line-height: 2; text-align: left; }
.ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items .stat-items-t-box { text-align: left; }
.ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items .stat-items-t{ position: relative; }
@media(max-width: 1409px) {
	.ny_about_1_box .box_r .flex .box_r_nr .box_t p { font-size: 36px; }
	.ny_about_1_1_box .box_r .flex .box_r_nr .box_t p{ font-size: 36px; }
	.ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items .stat-items-t { font-size: 30px; }
	.ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items { padding-right: 0px; }
	.ny_about_1_box .box_r .flex .box_r_nr .box_t { margin-bottom: 30px; }
	.ny_about_1_box .box_r .flex .box_r_nr .desc { margin-bottom: 25px; }
}
@media(max-width: 1309px) {
	.ny_about_1_box .box_r .flex .box_r_nr { padding:0 5%; }
	.ny_about_1_1_box .box_r .flex .box_r_nr { padding: 0 5% 0 0; }
	.ny_about_1_box .box_r .flex .box_r_nr .box_t { margin-bottom: 20px; }
	.ny_about_1_box .box_r .flex .box_r_nr .desc { margin-bottom: 15px; }
}
@media(max-width: 1199px) {
	.ny_about_1_box { margin-bottom:25px; }
	.ny_about_1_box .box_r .flex .box_r_nr .box_t p { font-size: 30px; }
	.ny_about_1_box .box_r .flex .box_r_nr .box_t span { font-size: 24px; }
	.ny_about_1_box .box_r .flex .box_r_nr .desc span { font-size: 16px; }
	.ny_about_1_box .box_l dt { display: flex;vertical-align: middle;height: 100%; align-items: center; }
	.ny_about_1_1_box .box_r .flex .box_r_nr .box_t p { font-size: 30px;   }
	.ny_about_1_1_box .box_r .flex .box_r_nr .box_t span { font-size: 24px; }
	.ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items .stat-items-t { font-size: 24px; }
	.ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items p { font-size: 12px; }
}
@media(max-width: 991px) {
	.ny_about_1_box { display: block; width: 100%; }
	.ny_about_1_box .box_l { display: block; width: 100%; }
	.ny_about_1_box .box_r  { display: block; width: 100%; }
	.ny_about_1_box .box_r .flex .box_r_nr { padding: 5% 0; }
	.ny_about_1_1_box { display: block; width: 100%; }
	.ny_about_1_1_box .box_l{ display: block; width: 100%; }
	.ny_about_1_1_box .box_r{ display: block; width: 100%; }
	.ny_about_1_1_box .box_r .flex .box_r_nr { padding: 5% 0; }
}
@media(max-width: 767px) {
	.ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items { margin-bottom: 15px; }
	.ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items p { font-size: 14px; }
}

/* 内页企业文化 */
.ny_about_3_box { display: flex; }
.ny_about_3_box .box_l { flex: 0.65; }
.ny_about_3_box .box_l .flex { padding:0 10% 0 0; width: 100%; height: 100%; }
.ny_about_3_box .box_l .flex .box_r_nr { overflow: hidden; display: block; }
.ny_about_3_box .box_l .flex .box_r_nr .box_t { text-align: left;display: block;margin-bottom: 40px;}
.ny_about_3_box .box_l .flex .box_r_nr .box_t p { font-size: 44px;font-weight: bold;color: #154a9a;display: block;margin-bottom: 5px;line-height: 1; letter-spacing: -2px; text-transform:uppercase; }
.ny_about_3_box .box_l .flex .box_r_nr .box_t span { font-size: 32px;color: #333;opacity: 1;display: block; }
.ny_about_3_box .box_l .flex .box_r_nr .desc { margin-top: 30px; overflow: hidden;display: block; }
.ny_about_3_box .box_l .flex .box_r_nr .desc span { font-size: 22px;color: #333; display: block; }
.ny_about_3_box .box_l .flex .box_r_nr .desc .list { font-size: 14px;color: #666;line-height: 2; }
.ny_about_3_box .box_r { flex: 0.35; } 
.ny_about_3_box .box_l .flex .box_r_nr .desc2 { margin-top: 30px; overflow: hidden; display: block; }
.ny_about_3_box .box_l .flex .box_r_nr .desc2 span { font-size: 16px;color: #fff;display: inline-block;border-radius: 30px;background: #154a9a;margin: 0 0 12px;padding: 8px 18px; }
.ny_about_3_box .box_l .flex .box_r_nr .desc2 .list2 { font-size: 14px;color: #666;line-height: 2; }
ul.ny_about_3_ul { overflow: hidden; display: flex;  margin-top: 40px;flex-wrap: wrap;}
ul.ny_about_3_ul li { flex: 1; width: 25%; padding: 0 13px; }
ul.ny_about_3_ul li .item { display: block;background-color: #f5f5f5;width: 100%;border-radius: 3px;padding: 40px 40px;  overflow: hidden;}
ul.ny_about_3_ul li .item .shu {float: left;align-items: center;}
ul.ny_about_3_ul li .item .shu span {font-size: 24px;color: #fff;background-color: #154a9a;display: flex;align-items: center;justify-content: center;font-weight: bold;width: 45px;height: 45px;border-radius: 50%;margin-right: 20px;margin-top: 6px;}
ul.ny_about_3_ul li .item .shu i {display: block;width: calc(100% - 80px);height: 1px;background-color: #154a9a;}
ul.ny_about_3_ul li .item .desc { float: left; }
ul.ny_about_3_ul li .item .desc strong {font-size: 22px;margin-bottom: 5px;font-weight: bold;display: block;color: #444;}
ul.ny_about_3_ul li .item .desc p {font-size: 16px;color: #666;line-height: 1;}
@media(max-width: 1409px) {
	.ny_about_3_box .box_l .flex .box_r_nr .box_t p{ font-size: 36px; }
	ul.ny_about_3_ul li .item { padding: 40px 20px; }
}
@media(max-width: 1309px) {
	ul.ny_about_3_ul li .item { padding: 40px 10px; }
	ul.ny_about_3_ul li .item .shu span { margin-right: 10px; }
}
@media(max-width: 1199px) {
	.ny_about_3_box .box_l { width: 70%; }
	.ny_about_3_box .box_r { width: 30%; }
	.ny_about_3_box { overflow: hidden; }
	ul.ny_about_3_ul li { padding: 0 7px; }
	ul.ny_about_3_ul li .item .desc p { font-size: 14px; }
	ul.ny_about_3_ul li .item .desc strong { font-size: 17px; }
	ul.ny_about_3_ul li .item .shu span { font-size: 20px; width: 35px; height: 35px; }
}
@media(max-width: 991px) {
	ul.ny_about_3_ul { display: block; width: 100%; }
	ul.ny_about_3_ul li { width: 50%; float: left; margin-bottom: 15px; }
}
@media(max-width: 767px) {
	.ny_about_3_box { display: block; width: 100%; }
	.ny_about_3_box .box_l { display: block; width: 100%; }
	.ny_about_3_box .box_r { display: none; }
	.ny_about_3_box .box_l .flex{padding:0;}
	.ny_about_3_box .box_l .flex .box_r_nr .box_t p{ font-size: 30px; }
	.ny_about_3_box .box_l .flex .box_r_nr .box_t span { font-size: 24px; }
	.ny_about_3_box .box_l .flex .box_r_nr .desc span { font-size: 18px; }
}
@media(max-width: 500px) {
	ul.ny_about_3_ul li .item { padding: 15px 10px; }
	ul.ny_about_3_ul li:nth-child(odd) { padding-left: 0px; }
	ul.ny_about_3_ul li:nth-child(even) { padding-right: 0px; }
	.ny_about_3_box .box_l .flex {padding: 0; }
}

/* 核心力量 */
.brank_con{font-size: 16px;line-height: 1.8;color: #333;}
.brank_con>.cpcon{padding:50px 0;overflow: hidden;}
.brank_con>.cpcon:last-child{margin-bottom: 0;}
.brank_con>.cpcon:nth-child(odd){background: transparent;}
.brank_con>.cpcon:nth-child(odd) .cpcon_img{float: right;}
.brank_con>.cpcon:nth-child(even){background: #f5f5f5;}
.brank_con>.cpcon>h3{text-align: center;font-size: 36px;}
.brank_con>.cpcon>.inxian{margin: 20px auto 40px;}
.brank_con>.cpcon .cpcon_img img{max-width: 100%;height:auto!important;display: block;margin:0 auto;}
.brank_con>.cpcon .cpcon_txt{padding-top: 15px;padding-bottom: 15px;}
@media (max-width: 767px){
	.brank_con{font-size: 14px;line-height: 1.6;}
	.brank_con>.cpcon{padding:20px 0;}
	.brank_con>.cpcon>h3{font-size: 24px;margin-bottom: 10px;}
	.brank_con>.cpcon>.inxian{margin:10px auto 20px;}
}

/* 内页服务网点 */
#nypoint{padding-bottom:30px;}
#nypoint ul li{float:left;width:33.33%;padding:15px;}
#nypoint ul li a{display: block;border: 1px solid #fff;background: #e9f1f1;text-align: center;border-radius: 10px;}
#nypoint ul li a span{display: inline-block;line-height: 28px;font-size: 16px;color: #666;padding-left: 35px;background: url(../images/scity-x.png) no-repeat left;margin: 20px 0;}
#nypoint ul li a:hover{border-color:#154a9a;}
#nypoint ul li a:hover span{color:#154a9a;background:url(../images/scity-xx.png) no-repeat left;}


.nypo-l{width:50%;height:500px;float:left;overflow-y:scroll;}
.nypo-r{width:50%;height:500px;float:right;overflow:hidden;position:relative;}
.nypo-r img{position:absolute;left:50%;transform:translateX(-50%);}

@media (max-width: 1199px){
	#nypoint ul li{padding:10px;}
	#nypoint ul li a span{margin:16px 0;}
}
@media (max-width: 991px){
	#nypoint ul li{width:50%;}
}
@media (max-width: 600px){
	#nypoint ul li{width:33.33%;}
	.nypo-r{width:100%;height:auto;}
	.nypo-r img{position:relative;height:250px;}
	.nypo-l{width:100%;overflow:hidden;height:auto;}
}
@media (max-width: 500px){
	#nypoint ul li{width:50%;}
	.nypo-r img{height:150px;}
}

.nyshowdesc>.nyject{overflow:hidden;background: #f5f5f5;}
.nyshowdesc>.nyject .nyject_img{overflow:hidden;}
.nyshowdesc>.nyject .nyject_img img{transition: 0.5s;}
.nyshowdesc>.nyject .nyject_txt{padding:20px 50px;}
.nyshowdesc>.nyject .nyject_txt h4{color:#333;font-size:24px;margin-bottom:20px;font-weight:bold;}
.nyshowdesc>.nyject .nyject_txt p{font-size:16px;color:#666;}
.nyshowdesc>.nyject:hover .nyject_img img{transform: scale(1.1);}
@media (min-width:768px) {
	.nyshowdesc>.nyject{display:flex;align-items: center;}
	.nyshowdesc>.nyject:nth-child(even){flex-direction: row-reverse;}
	.nyshowdesc>.nyject .nyject_img,  .nyshowdesc>.nyject .nyject_txt{flex:50%;}
}
@media (max-width:767px) {
	.nyshowdesc>.nyject .nyject_txt{padding:20px;}
}
@media (max-width:500px) {
	.nyshowdesc>.nyject .nyject_txt{padding:15px;}
	.nyshowdesc>.nyject .nyject_txt h4{font-size:20px;margin-bottom:10px;}
	.nyshowdesc>.nyject .nyject_txt p{font-size:14px;}
}

/* 留言模块Message */
#nymessage{padding:50px 0;background:url(../images/nymessagebg.jpg) no-repeat center / cover;}
#nymessage h4{color:#154a9a;}
#nymessage form{overflow:hidden;margin-top:50px;}
#nymessage form label{font-weight:normal;text-align:none ! important; white-space: nowrap; }
#nymessage .nymessage-h6{text-align:left;}
@media (max-width:767px) {
	#nymessage{padding:30px 0;}
	#nymessage h4{font-size:16px;line-height:1.4;}
	#nymessage form{margin-top:30px;}
	#nymessage form>div[class^="col-"]{padding:0 5px;}
}

#nycommon{padding:30px 0;background:#f8f8f8;}

@media(max-width: 767px) {
	#nycommon{padding:10px;}
	#nycommon .margin-bottom-md-30 { padding-left: 0px; padding-right: 0px; }
	#nycommon .col-md-8{ padding-left: 0px; padding-right: 0px; }
}

/* 热门标签 */
.nycomtag{line-height: 40px;border-bottom: 1px #ccc solid;overflow:hidden;}
.nycomtag>h3{float: left;width: 150px;text-indent: 30px;height: 40px;line-height: 40px;border-bottom: 2px #154a9a solid;color: #154a9a;font-size: 18px;font-weight: bold;background:url(../images/page/ny-objs.png) no-repeat left;}
.nycomtag>a{float:right;}
.ghtag{padding-left:22px;background:url(../images/page/ghtag.png) no-repeat left;}
#tagac{margin-top:10px;}
#tagac>a{font-size: 14px;color: #797979;line-height: 25px;display: inline-block;background-color: #fff;border-radius: 30px;padding: 0 14px;margin-top: 14px;box-shadow: 1px 4px 16px 0px rgb(1 51 148 / 20%);margin-right: 10px;transition: all ease 0.3s;}
#tagac>a:hover{background-color: #154a9a;color: #fff;}

/* 推荐新闻 */
.nyhotnews{line-height: 40px;height: 41px;border-bottom: 1px #ccc solid;}
.nyhotnews>h3{float: left;width: 150px;text-indent: 30px;height: 40px;line-height: 40px;border-bottom: 2px #154a9a solid;color: #154a9a;font-size: 18px;font-weight: bold;background:url(../images/page/nyhotnewico.png) no-repeat left;}
.nyhotnews-list{margin-top:10px;overflow:hidden;}
.nyhotnews-list li{font-size: 14px;line-height: 30px;background: url(../images/page/iyuan.png) no-repeat left;background-size: 8px;box-sizing:border-box;}
.nyhotnews-list li a{float:left;width:calc(100% - 90px);color:#333;}
.nyhotnews-list li span{float:right;color:#666;}
.nyhotnews-list li:hover{background: url(../images/page/iyuan_on.png) no-repeat left;background-size: 8px;}
.nyhotnews-list li:hover a{color:#154a9a;}

/*视频列表*/
.nyvideo-ul{overflow:hidden;}
.nyvideo-ul li{width:33.33%;float:left;padding:0 10px;margin-bottom:20px;box-sizing:border-box;}
.nyvideo-div a{display:block;border:1px solid #ddd;padding:2px;overflow:hidden;}
.nyvideo-div a img{display:block;max-width: 100%;width: 311px;}
.nyvideo-div a.nyvideo-a{padding:0 10px;border:none;line-height:25px;text-align:center;}
.nyvideo-div:hover a{border-color:#154a9a;color:#154a9a;}

/*视频详情*/
.showvideo-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:15px;}
.showvideo-top>h1{line-height: 1.5;color: #333;text-align: center;font-size: 26px;margin-bottom: 5px;}
.showvideo-time{text-align:center;}
.showvideo-time span{font-size: 14px;color: #a3afb7;margin-right: 10px;}
.showvideo-time span:last-child{margin-right:0;}
.showvideo-mp{margin:20px 0;text-align:center;}
.showvideo-mp video, .showvideo-mp iframe{width:800px;max-width:100%;}
.showvideo-con {font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px;}
.showvideo-con  img{max-width:100%;height:auto !important;}

/*下载列表*/
.nydown-list{margin-bottom:20px;overflow:hidden;}
.nydown-list table{width:100%;text-align:center;}
.nydown-list table thead{background:#154a9a;color:#fff;font-size:16px;line-height:2;}
.nydown-list table tbody{line-height:1.6}
.nydown-list table tbody tr td{color:#666;}
.nydown-list table tbody tr td:first-child{color:#333;}
.nydown-list li{margin-bottom: 32px;}
.nydown-list li>div{padding: 32px;border: 1px solid #eee;display: block;overflow: hidden;}
.nydown-list .xztu{background: #eee;padding: 0;}
.nydown-list .xztu img{ border: 1px solid #eee;}
.nydown-list .xznr{ padding-left: 6%;}
.nydown-list .xznr h2{font-size: 20px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;padding-bottom: 10px;padding-top: 10px;font-weight: bold;color:#333;}
.nydown-list .xznr p{font-size: 13px;line-height: 24px;color:#666;}
.nydown-list .xznr a{background: url(../images/icon_download_01.png) #154a9a 10px no-repeat;color: #fff;padding: 3px 32px;padding-right: 16px;display: inline-block;font-size: 14px;margin-top: 12px;}
@media (max-width:767px){
	.nydown-list li{padding:0;margin-bottom:10px;}
	.nydown-list li>div{padding:10px;}
	.nydown-list .xznr{padding:0;}
}

/*下载详情*/
.showdown-top{margin-bottom:20px;}
.showdown-top>h1{font-size: 18px;margin-bottom:10px;color:#333;font-weight:bold;padding-left:20px;}
.showdown-top>ul{padding:10px;background:#f6f6f6;}
.showdown-top>ul>li{border-bottom: 1px solid #eee;font-size:12px;color:#666;margin-bottom:5px;line-height:20px;}
.showdown-top>ul>li:last-child{margin-bottom:0;}
.showdown-top>ul>li>span{padding: 0px 10px;margin-right: 5px;}
.showdown-con {font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px;}
.showdown-con  img{max-width:100%;height:auto !important;}

/*图片列表*/
.nyimg-ul{overflow:hidden;}
.nyimg-ul li {margin-bottom:20px;padding:0 10px;}
.nyimg-ul li .nyimg-div {background:#fff;padding:7px;border:1px solid #D9D9D9;}
.nyimg-ul li .nyimg-div a {display:block;overflow:hidden;}
.nyimg-ul li .nyimg-div img {margin:0 auto;-webkit-transition:1s;-moz-transition:1s;transition:1s;width:100%;}
.nyimg-ul li .nyimg-a{padding:0 5px;margin-top:9px;line-height:40px;display:block;background:#EFEFEF;font-size:14px;color:#333;text-align:center;}
.nyimg-ul li:hover .nyimg-a {color:#ffffff !important;}
.nyimg-ul li:hover .nyimg-div img {-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
.nyimg-ul li:hover .nyimg-a {background:#154a9a;color:#fff;}
@media (max-width:767px){
	.nyimg-ul li .nyimg-a{line-height:32px;}
}

/*图片详情*/
.showimg-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;}
.showimg-top h1{line-height: 1.5;color: #333;text-align: center;font-size:30px;}
.showimg-top span{margin-right: 10px;font-size: 14px;color: #a3afb7;}
.showimg-img{margin: 20px auto;text-align:center;max-width:900px;}
.showimg-img img{max-width: 100%;height:auto !important;}
.ctitle{margin-bottom:15px;}
.ctitle h3{padding-left:20px;background: url(../images/page/dt-7.gif) no-repeat left center;line-height:30px;border-bottom: 1px dotted #ccc;color:#666;font-size:16px;font-weight:bold;}
.showimg-con{line-height: 1.8;color: #222;word-wrap: break-word;font-size: 16px;font-weight: 300;padding: 0 10px;border-bottom: 1px solid #F0F2F5;padding-bottom: 20px;}
.showimg-con img{max-width: 100%;height:auto !important;}
.showimg-page{overflow: hidden;margin-left:-10px;margin-right:-10px;margin-bottom:20px;}
.showimg-page>div[class^="col-"]{padding: 0 10px;}
.showimg-page a{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding: 10px 15px;border: 1px solid #e4eaec;transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;max-width: 100%;}
.showimg-page a:hover{border-color: #e4eaec;background-color: #f3f7f9;}
.showimg-right{border-left:1px solid #f0f2f5;}
@media (max-width:767px){
	.showimg-left{padding:0;}
	.showimg-top h1{font-size: 20px;}
	.showimg-con{font-size:14px !important;}
	.showimg-page a{padding:8px;}
}

/* 右侧栏目信息 */
.nybusiness{margin-bottom: 20px;}
.nybusiness>p{font-size: 16px;color: #154a9a;line-height: 40px;border-bottom: 1px dashed #ccc; margin-bottom: 10px;padding-left: 32px;background: url(../images/ny-objs.png) no-repeat left;}
.nybusiness a{margin-bottom:10px;display:block;position:relative;}
.nybusiness a:last-child{margin-bottom:0;}
.nybusiness-img{overflow:hidden;}
.nybusiness a p{position:absolute;left:0;bottom:0;background: rgba(0,0,0,.5);width:100%;line-height:30px;padding:0 10px;text-align:center;color:#fff;}
.nybusiness a:hover p{background: rgba(0,153,255,.5);}

.hotnews{}
.hotnews p{font-size: 16px;color: #154a9a;line-height: 40px;border-bottom: 1px dashed #ccc; margin-bottom: 10px;padding-left: 32px;background: url(../images/ny-news.png) no-repeat left;}
.hotnews a{display: block;font-size: 14px;line-height: 30px;padding-left: 15px;background:url(../images/iyuan.png) no-repeat left;background-size:8px;}
.hotnews a:hover{background: url(../images/iyuan_on.png) no-repeat left;color: #154a9a;}



/*新闻列表*/
/*.nynews-ul {overflow:hidden;}*/
.ny_news_list { display: block; overflow: hidden; padding-bottom: 50px; }
.nynews-ul li.nynews-li {padding:0 10px 10px;margin-bottom:20px;cursor:pointer;}
.nynews-img {padding:0;overflow:hidden;border:1px solid #f3f3f3;}
.nynews-img a {display:block;}
.nynews-img img {width:100%;transition:.8s}
.nynews-ul li.nynews-li:hover img {transform:scale(1.02);}
.nynews-date {color:#333;line-height:20px;font-size:12px;}
.nynews-date span {color:#4d4c51;}
.nynews-date img {margin:4px 6px 0 0;float:left;}
.nynews-date p {float:left;margin:0;}
.nynews-date i {margin-right:5px;}
.nynews-con h3 {font-size:18px;font-weight:bold;color:#3b3c3c;text-transform:uppercase;line-height:32px;letter-spacing:1px;margin-top:0px;margin-bottom:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.nynews-con h3 a {overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:block;}
.nynews-ul li.nynews-li:hover h3 a {color:#154a9a;}
.nynews-con {background-color:#f9f9f9;padding-top:16px;padding-bottom:18px;}
.nynews-con p.nynews-desp {color:#8d8d8d;font-size:14px;line-height:23px;margin:10px 0;height:46px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.nynews-con a.nynews-more {position:relative;left:0;color:#ffffff;font-size:15px;padding:7px;background:#154a9a;margin-top:10px;width:120px;display:block;border-radius:20px;float:left;text-align:center;transition:0.5s all;-webkit-transition:0.5s all;-moz-transition:0.5s all;-o-transition:0.5s all;-ms-transition:0.5s all;}
.nynews-con a.nynews-more:hover {background:#FF7A0E;left:10px;color:#ffffff !important;}
@media (max-width:991px) {
	#nynewslist>.container {padding-left:5px;padding-right:5px;}
	.nynews-ul li.nynews-li {padding:0 5px 4px;margin-bottom:14px;}
}
@media (max-width:767px) {
	.nynews-con h3 {font-size:16px;font-weight:bold}
	.nynews-con {padding-left: 10px;padding-right: 10px;padding-top: 10px;padding-bottom: 12px;}
	.nynews-con p.nynews-desp{margin: 2px 0 8px;}
}
.nynews-ul .news_list { overflow: hidden; margin-top: 30px; margin-bottom: 20px;}
.nynews-ul .news_list .news_list_l { padding-left:0px; padding-right: 0px; float: left; width: 38%; }
.nynews-ul .news_list .news_list_l a { display: block; position: relative;}
.nynews-ul .news_list .news_list_l a dt { display: block; }
.nynews-ul .news_list .news_list_l a dt img { max-width: 100%; width:100%; display: block;  border:1px solid #ddd;  }
.nynews-ul .news_list .news_list_l a .news_list_l_t { width: 100%;height: 62px;overflow: hidden;background: rgba(0,0,0,0.8) url(../images/news-blue-back.png) no-repeat left center;position: absolute;bottom: 0;left: 0; }
.nynews-ul .news_list .news_list_l a .news_list_l_t::after { position: absolute; content: ''; width: 0%; height: 100%; display: block; background: #154a9a; transition: all 0.5s; left: 0; top: 0; z-index: 1;}
.nynews-ul .news_list .news_list_l a:hover .news_list_l_t::after { width: 100%;  }
.nynews-ul .news_list .news_list_l a .news_list_l_t .time{height: 62px;font-family: arial;color: #fff;float: left;  position: relative; z-index: 2;}
.nynews-ul .news_list .news_list_l a .news_list_l_t .time .day{font-size: 24px;line-height: 30px;padding-top: 5px;text-indent: 28px;}
.nynews-ul .news_list .news_list_l a .news_list_l_t .time .year{font-size: 15px;text-indent: 16px;}
.nynews-ul .news_list .news_list_l a .news_list_l_t .tit{float: left;margin-left: 8%;line-height: 62px;min-height: 62px;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;font-size: 17px;color: #fff;width: 76%; position: relative; z-index: 2;}



.nynews-ul .news_list .news_list_r { padding-right: 0px; padding-left: 20px; float: left; width: 62%;}
.nynews-ul .news_list .news_list_r a { overflow: hidden; display: block;  margin-bottom: 20px;}
.nynews-ul .news_list .news_list_r a .pic {width: 27%;overflow: hidden;float: left;}
.nynews-ul .news_list .news_list_r a .pic img { max-width: 100%; display: block; border:1px solid #ddd; }
.nynews-ul .news_list .news_list_r a .desc{width: 73%;float: right;padding-left: 20px;padding-top: 8px;}
.nynews-ul .news_list .news_list_r a .desc .tit{font-size: 17px;color: #333333;line-height: 24px;min-height: 24px;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;transition: all .5s ease;}
.nynews-ul .news_list .news_list_r a:hover .desc .tit { color: #154a9a; }
.news-top .right .item-list:hover .Info .tit{color: #2b72ad;transition: all .5s ease;}
.nynews-ul .news_list .news_list_r a .desc .time{font-family: arial;font-size: 14px;color: #777777;margin: 8px 0;}
.nynews-ul .news_list .news_list_r a .desc .sub{font-size: 15px;color: #666666;line-height: 25px;min-height: 50px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.nynews-ul .news_list .news_list_r a .desc .jt{display: block;height: 12px;margin-top: 15px;background: url(../images/news-jt.png) no-repeat left center;}
@media screen and (max-width: 1440px){.nynews-ul .news_list .news_list_r a .desc .time{margin: 6px 0;}.nynews-ul .news_list .news_list_r a .desc .jt{margin-top: 10px;}}
.nynews-ul .news_list .news_list_r a:first-child{margin-bottom: 22px;border-bottom: 1px solid #eeeeee;padding-bottom: 21px; }
.nynews-ul li{width: 100%;overflow: hidden;padding: 36px 49px 0 31px;background: #f4f6f8; margin-bottom: 15px;transition: all .5s ease;}
.nynews-ul li:last-child { margin-bottom: 25px }
.nynews-ul li:hover{background: #f4f6f8;box-shadow: 0px 0px 5px 0 rgba(38, 166, 92, .4);transition: all .5s ease;}
.nynews-ul li .time-box{width: 90px;float: left;background: #154a9a;font-family: arial;color: #fff;text-align: center;padding: 7px 0 7px;}
.nynews-ul li .time-box .day{font-size: 48px;line-height: 50px;}
.nynews-ul li .time-box .year{font-size: 15px;line-height: 25px;}
.nynews-ul li .content{width: 92.275862068%;float: right;overflow: hidden;/* border-bottom: 1px solid #d3d5d6; */padding-bottom: 35px;}
.nynews-ul li .content hr{float: left;width: 1px;height: 90px;background: #e5e6e6;padding: 0;margin: 0;}
.nynews-ul li .content .Info{width: 78%;float: left;margin-left: 20px;}
.nynews-ul li .content .Info .tit{font-size: 18px;font-weight: bold;line-height: 25px;color: #333333;min-height: 25px;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;transition: all .5s ease;}
.nynews-ul li:hover .content .Info .tit{color: #154a9a;transition: all .5s ease;}
.nynews-ul li .content .Info .key{font-size: 14px;color: #888888;line-height: 25px;margin: 14px 0;}
.nynews-ul li .content .Info .sub{font-size: 15px;color: #555555;line-height: 28px;min-height: 56px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.nynews-ul li .content .Pic{width: 16%;float: right;overflow: hidden; }
.nynews-ul li .content .Pic img{display: block;width: 100%;transform: scale(1);transition: all .5s ease;}
.nynews-ul li:hover .content .Pic img{transform: scale(1.12);transition: all .5s ease;}


@media(max-width:1331px) {
    .nynews-ul .news_list .news_list_r a:first-child { margin-bottom: 10px;padding-bottom: 10px;}
    .nynews-ul .news_list .news_list_r a .desc { padding-top:10px;}
    .nynews-ul li .content { width:88%;}
    .nynews-ul .news_list .news_list_l a .news_list_l_t .tit { width:65%;}
    .nynews-ul .news_list { margin-top: 0px; }
}



@media(max-width:1199px) {
    .nynews-ul .news_list .news_list_r a .desc .sub { -webkit-line-clamp: 1; min-height:auto;}
    .nynews-ul .news_list .news_list_l a .news_list_l_t .tit { width:65%;}

}

@media(max-width:991px) {
	.nynews-ul .news_list .news_list_r a .pic { width:35%;}
	.nynews-ul .news_list .news_list_r a .desc {width:64%; }
	.nynews-ul li .content { width:84%;}
	.nynews-ul li .content .Info { width:70%;}
	.nynews-ul li .content .Pic{ width:25%;}
	.nynews-ul .news_list .news_list_l { width: 41%; }
	.nynews-ul .news_list .news_list_r { width: 55%; }
	.nynews-ul .news_list .news_list_r a .desc .time { display: none; }
}

@media(max-width:767px) {
    .nynews-ul .news_list .news_list_l { width:100%;}
    .nynews-ul .news_list .news_list_r { width:100%; padding-left:0; padding-top:15px;}
    .nynews-ul .news_list .news_list_r a .pic { width:40%;}
    .nynews-ul .news_list .news_list_r a .desc {width:60%; }
    .nynews-ul .news_list .news_list_r a .desc .jt { display:none;}
    .nynews-ul .news_list { margin-top: 0px;}
    .nynews-ul li .time-box { display:none;}
    .nynews-ul li { padding:10px 10px;}
    .nynews-ul li .content hr { display:none;}
    .nynews-ul li .content { width:100%; padding-bottom:0;}
    .nynews-ul li .content .Info { width:60%; margin-left:0px; padding-right:10px;}
    .nynews-ul li .content .Pic {width:40%;}
    .nynews-ul li .content .Info .tit { font-size:16px; font-weight:normal;}
    .nynews-ul li .content .Info .key { display:none;}
    .nynews-ul li .content .Info .sub { font-size:14px;}
}

@media(max-width: 500px) {
	.ny_news_list {  padding-left:0px !important; padding-right: 0px !important;}
	.nynewslist .ny_container{  padding-left:10px; padding-right: 10px;}
	.nynews-ul .news_list .news_list_l a .news_list_l_t .tit { font-size: 16px; }
}

/*新闻详情*/
.shownews_bg { padding-left: 0!important; padding-right: 0!important; background-color: #f9fcfe; overflow:visible !important;  }
.shownews-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:15px; margin-top: 30px;}
.shownews-top h1{line-height: 1.5;color: #333;text-align: center;font-size: 26px;margin-bottom: 5px;}
.shownews-time{text-align:center;}
.shownews-time span{font-size: 13px;color: #a3afb7;margin-right: 10px;}
.shownews-time span:last-child{margin-right:0;}
.shownews-con{font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px;}
.shownews-con h2 { font-size:18px; color:#333; line-height:2; font-weight:bold;}
.shownews-con  img{max-width:100%;height:auto !important; display: block; margin:0 auto;}
.shownews-page{overflow: hidden;margin-left:-10px;margin-right:-10px;margin-bottom:20px;}
.shownews-page>div[class^="col-"]{padding: 0 10px;}
.shownews-page a{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding: 10px 15px;border: 1px solid #e4eaec;transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;max-width: 100%;}
.shownews-page a:hover{border-color: #e4eaec;background-color: #f3f7f9;}
@media (max-width:767px){
	.shownews-top h1{font-size: 20px;}
	.shownews-con{font-size:14px !important;line-height: 1.6;}
	.shownews-page a{padding:8px;}
	.shownews-top {     margin-top: 0px; }
	.shownews_bg { padding-left: 10px!important; padding-right: 10px!important; }
}

.nyshow_shownews {padding-bottom: 50px;display: flex;justify-content: space-between;flex-wrap: wrap;align-items: flex-start;}
.nyshow .nyshow_shownews_l { padding-left: 0px; display: block;  padding:20px; background: #fff; border:1px solid #eee;}
/*最新文章*/
.nyshow .nyshow_shownews_r { overflow: hidden; padding-right: 0px;position: sticky;top: 120px;}
.nyshow .nyshow_shownews_r .new_title { padding-right: 0px; padding-left: 5px; }
.nyshow .nyshow_shownews_r .new_news { margin-top: 0px; overflow: hidden; padding-right: 0; padding-left: 5px; }
.nyshow .nyshow_shownews_r .new_news .new_news_t { line-height: 40px;border-bottom: 1px #ccc solid;overflow: hidden; }
.nyshow .nyshow_shownews_r .new_news .new_news_t h3 { float: left;width: 150px;text-indent: 30px;height: 40px;line-height: 40px;border-bottom: 2px #154a9a solid;color: #154a9a;font-size: 18px;font-weight: bold;background: url(../images/page/nyhotnewico.png) no-repeat left; }
.nyshow .nyshow_shownews_r .new_news ul { overflow: hidden; margin-top: 20px; }
.nyshow .nyshow_shownews_r .new_news ul li { overflow: hidden; margin-bottom: 20px; padding-left: 0; }
.nyshow .nyshow_shownews_r .new_news ul li a { display: block; }
.nyshow .nyshow_shownews_r .new_news ul li a dt { padding-left: 0; padding-right: 0; }
.nyshow .nyshow_shownews_r .new_news ul li a dt img { max-width: 100%; display: block; }
.nyshow .nyshow_shownews_r .new_news ul li a .desc { display: block; padding-top: 5px; padding-right: 0;}
.nyshow .nyshow_shownews_r .new_news ul li a .desc .t { font-size: 16px; color: #454545; display: block; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; line-height: 2;}
.nyshow .nyshow_shownews_r .new_news ul li a .desc .list { font-size: 14px;color: #999999;line-height: 1.6;text-overflow: ellipsis;-o-ellipsis-lastline: ;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; }
/*推荐文章*/
.nyshow .nyshow_shownews_r .featured_news { margin-top: 0px; overflow: hidden; padding-right: 0; padding-left: 5px; }
.nyshow .nyshow_shownews_r .featured_news .featured_news_t { line-height: 40px;border-bottom: 1px #ccc solid;overflow: hidden; }
.nyshow .nyshow_shownews_r .featured_news .featured_news_t h3 { float: left;width: 150px;text-indent: 30px;height: 40px;line-height: 40px;border-bottom: 2px #154a9a solid;color: #154a9a;font-size: 18px;font-weight: bold;background: url(../images/page/ny-objs.png) no-repeat left; }
.nyshow .nyshow_shownews_r .featured_news ul { overflow: hidden; margin-top: 20px;}
.nyshow .nyshow_shownews_r .featured_news ul li { overflow: hidden; margin-bottom: 10px;}
.nyshow .nyshow_shownews_r .featured_news ul li:nth-child(odd) { padding-left: 0; padding-right: 5px;  }
.nyshow .nyshow_shownews_r .featured_news ul li:nth-child(even) { padding-right: 0;   padding-left: 5px;}
.nyshow .nyshow_shownews_r .featured_news ul li a { display: block; position: relative;}
.nyshow .nyshow_shownews_r .featured_news ul li a dt { display: block; }
.nyshow .nyshow_shownews_r .featured_news ul li a dt img { max-width: 100%; display: block; }
.nyshow .nyshow_shownews_r .featured_news ul li a .t { position: absolute; left: 0; bottom: 0; width: 100%; line-height: 2; font-size: 14px; padding-left: 10px; padding-right: 10px; font-size: 14px; color: #fff; background: rgba(0,0,0,0.4); text-overflow: ellipsis; white-space: nowrap;overflow: hidden; }

@media(max-width:1199px) {
.nyshow .nyshow_shownews_r .featured_news ul li:nth-child(odd) { padding-left: 5px; padding-right: 5px;  }
.nyshow .nyshow_shownews_r .featured_news ul li:nth-child(even) { padding-right:  5px;   padding-left: 5px;}
.nyshow .nyshow_shownews_r { padding-left:0px;}
}

@media(max-width:767px) {
    .nyshow_shownews{ padding:0px;}
    .nyshow .nyshow_shownews_r .new_news { padding-left: 0; }
    .nyshow .nyshow_shownews_r .new_news ul li { padding:0 5px 10px 0px;}
    .nyshow .nyshow_shownews_l { padding:15px 10px; }
}




/* 招聘模块Nyjoblist*/
.nyjoblist-ul{overflow: hidden;}
.nyjoblist-ul li{margin-bottom: 20px;border-bottom: 1px solid #dedede;}
.nyjoblist-ul li .nyjoblist-top{padding: 20px;position: relative;overflow:hidden;}
.nyjoblist-ul li .nyjoblist-top h3{color: #333;font-size: 20px;font-weight: bold;padding-bottom: 10px;}
.nyjoblist-ul li .nyjoblist-top span{padding-right: 20px;color: #999;}
.nyjoblist-ul li .nyjoblist-top p{color:#666;margin:10px 0;}
.nyjoblist-ul li .nyjoblist-top>a{float:left;padding:10px 25px;background:#154a9a;border-radius:20px;color:#fff;margin-right:10px;}
.nyjoblist-ul li .nyjoblist-top>a+a{margin-right:0;}
.nyjoblist-ul li .nyjoblist-top>a:hover{background:#333;}
@media (max-width:767px) {
	.nyjoblist-ul li .nyjoblist-top{padding:10px;}
}


.showjob-left{padding-bottom:30px; border-right: 1px dashed #ddd; padding-left: 0;}
.showjob-top{padding-bottom: 10px;border-bottom: 1px dashed #ddd;margin-bottom:10px;}
.showjob-top h1{line-height: 1.5;color: #333;text-align: center;font-size: 30px;}
.showjob-list{overflow:hidden;margin-bottom:30px;}
.showjob-list li{width:50%;float:left;padding:5px 10px;background: url(../images/dt-0.png) no-repeat left top 13px;}
.showjob-list li span{float: left;margin-right: 10px;color: #999;}
.showjob-con{line-height: 1.8;color: #222;word-wrap: break-word;font-size: 16px;font-weight: 400;padding: 10px 0;}
.showjob-con img{max-width: 100%;height:auto !important;}
.showjob-more{}
.showjob-page{padding-top: 20px;padding-bottom:20px;overflow: hidden;}
.showjob-page a{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding: 10px 15px;border: 1px solid #e4eaec;transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;max-width: 100%;}
.showjob-page a:hover{border-color: #e4eaec;background-color: #f3f7f9;}
@media (max-width:767px){
	.showjob-top h1{ font-size:20px;}
	.showjob-top h2{ font-size:16px;}
	.showjob-con{padding:0;font-size:14px !important}
	.showjob-left{padding: 0; border-right: none;}
	.showjob-page>div[class^="col-"]{padding: 0 10px;}
}
.showjob-right  .nybusiness a {display:block;font-size:14px;line-height:30px;padding-left:15px;background:url(../images/page/iyuan.png) no-repeat left;background-size:8px;}
.showjob-right  .nybusiness a:hover {background:url(../images/page/iyuan_on.png) no-repeat left;color:#28a32c;}


/* 产品内页Nyproduct */
#nyproduct{padding:30px 10px;}
.nypro-left{float:left;width:300px;}
.nypro-left>h2{display:block;line-height:30px;color:#fff;background:url(../images/pronavbg.png) no-repeat bottom center #154a9a;font-size:26px;padding:20px 0;text-align:center;}
.nypro-left>h2>span{font-size:14px;line-height:18px;text-transform:uppercase;display:block;}
.nypro-nav{padding:5px;background: url(../images/pronavbor.jpg);margin-bottom:20px;}
/*
#sidebar1{ display: flex; text-align: center; }
#sidebar1>li{ flex:1; }
#sidebar1>li>a{ display: block; font-size: 16px; color: #333; text-align: center; line-height: 68px; border:1px solid #ddd; border-right: none; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
#sidebar1>li:last-child>a{ border-right:1px solid #ddd; }
#sidebar1>li.cur>a, #sidebar1>li:hover>a{ background: #154a9a; border-top:1px solid #154a9a; border-bottom:1px solid #154a9a; color: #fff;}
*/
#sidebar1 .nypro-nav2{margin-top:10px;}
#sidebar1 .nypro-nav2 h4{margin-top: 10px;font-weight: normal;font-size: 16px;line-height: 38px;height: 38px;display: block;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;text-align: left;color: #666;border-bottom:1px dashed #e5e5e5; cursor: pointer;background: url(../images/iyuan.png) 5px center no-repeat;padding-left: 25px;}
#sidebar1 .nypro-nav2 h4:first-child{margin-top: 0px;}
#sidebar1 .nypro-nav2 h4>a{color: #666;display: block;font-size: 15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
#sidebar1 .nypro-nav2 h4.cur, #sidebar1 .nypro-nav2 h4:hover{background: url(../images/iyuan_on.png) 5px center no-repeat;}
#sidebar1 .nypro-nav2 h4.cur>a, #sidebar1 .nypro-nav2 h4:hover>a{color:#154a9a;}

.nypro-right{float:right;width:75%;width:calc(100% - 300px);padding-left:30px;}
.nypro-right .nyjc-crcrumbs { margin-left: 10px; line-height: 40px; margin-bottom: 20px; border-bottom: 1px solid #ddd; overflow: hidden; }
.nypro-right .nyjc-crcrumbs span{ float: left;padding-right: 25px;text-indent: 30px;height: 40px;line-height: 37px;border-bottom: 2px #154a9a solid;color: #154a9a;font-size: 20px;font-weight: bold;background: url(../images/p14-icon11.png) no-repeat 0 center; }

/* 产品列表 */
.nypro-ul{overflow:hidden;}
.nypro-ul li{margin-bottom: 20px; padding-left: 10px; padding-right: 10px;}
.nypro-ul li a { display: block;border: 1px solid #e6e6e6; transition: all 0.5s; position: relative; }
.nypro-ul li a .nypro-txt{padding:10px 0;}
.nypro-ul li p { text-align: center;line-height: 25px;margin: 0;padding: 0 10px;font-size: 16px;}
.nypro-ul li a::after, .nypro-ul li a::before{ content: '';position: absolute;width: 0;height: 0;z-index: 222;box-sizing: border-box;transition: height 0.5s linear 0s, width 0.5s linear 0.5s, opacity 0s linear 1s;opacity: 0; }
.nypro-ul li a:hover::after,.nypro-ul li a:hover::before { width: 100%;height: 100%;transition: width 0.5s linear 0s, height 0.5s linear 0.5s;opacity: 1;  }
.nypro-ul li a::after { top: 0px;left: 0px;border-top: 1px solid #154a9a;border-right: 1px solid #154a9a;border-bottom: 1px solid transparent;border-left: 1px solid transparent; }
.nypro-ul li a::before { bottom: 0px;right: 0px;border-bottom: 1px solid #154a9a;border-left: 1px solid #154a9a;border-top: 1px solid transparent;border-right: 1px solid transparent; }
.nypro-ul li a:hover { box-shadow: 0 0 20px 0 rgba(0,0,0,0.1); }
.nypro-ul li:hover a { box-shadow: 0 0 10px 0 rgba(0,0,0,0.1); }

.nypro-right .pro_list_news { margin-left: 10px; overflow: hidden; }




.jumbotron .h1, .jumbotron h1{font-size:40px;margin-bottom:15px;}
.jumbotron p{margin-bottom:0;font-size:18px;}
.nyjc-til{padding:15px;border-radius: 10px 10px 0 0;color:#fff;background: #154a9a}
.nyjc-til p{font-size: 24px;}
.nyjc-til i{display: block;height: 1px;width: 90px;background: #fff;margin:10px 0;}
.nycontact{padding:5px;background: url(../images/pronavbor.jpg);}
.nycontact-txt{padding:10px 20px;background: #fff;line-height:1.8;word-break: break-word;}
.sm-pronav{margin-bottom:15px;}
.sm-pronav>h2{display:block;line-height:30px;color:#fff;background:url(../images/pronavbg.png) no-repeat bottom center #154a9a;font-size:26px;padding:20px 0;text-align:center;margin-bottom:20px;}
.sm-pronav>h2>span{font-size:14px;line-height:18px;text-transform:uppercase;display:block;}
.sm-pronav .sm-pronava{float:left;width:48%;margin-right:4%;margin-bottom:10px;}
.sm-pronav .sm-pronava.active{width:100%;margin-right:0;}
.sm-pronav .sm-pronava:nth-child(2n+1){margin-right:0;}
.sm-pronav .sm-pronava>a{color:#fff;background: #154a9a;padding: 10px 14px;display:block;font-size:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.sm-pronav .sm-pronava ul{overflow:hidden;}
.sm-pronav .sm-pronava ul li{width:50%;float:left;border-bottom:1px solid #ddd;padding:14px 0 14px 25px;background: url(../images/iyuan.png) 5px center no-repeat;}



@media (max-width: 1199px) {
	.nypro-left{width:250px;}
	#sidebar1>li>h3>a{font-size:16px;}
	#sidebar1 .nypro-nav2 h4>a{font-size:14px;}
	.nypro-right{width:74%;width: calc(100% - 250px);padding-left:30px;}
	.jumbotron .h1, .jumbotron h1{font-size:30px;}
	.jumbotron p{font-size:16px;}
	.nycontact-txt{padding:10px;}
}
@media (max-width: 991px) {
	#nyproduct{padding-top:10px;}
	.nypro-right{padding-left:0;width:100%;}
}
@media (max-width: 767px) {
	#nyproduct{padding:10px 0 30px;}
	.nypro-right{padding-left:10px;padding-right:10px;}
	.jumbotron .h1, .jumbotron h1{font-size:24px;}
	.jumbotron p{font-size:14px;}
	.page-header{margin: 20px 0 10px;}
	#sidebar1 { padding: 0;}
}
@media (max-width: 500px) {
	.nypro-right {padding-left:0px;padding-right:0px;}
	.sm-pronav .sm-pronava ul li{padding:10px 0 10px 25px;}
	.nypro-right .nyjc-crcrumbs { margin-left: 0px; }
	.nypro-ul li { margin-bottom: 15px;padding-left: 5px;padding-right: 5px; }
	.nypro-ul li p { font-size: 14px; }
	.nypro-right .pro_list_news { margin-left: 0px; }
}

/*热门产品*/
.pagepro_lli h6{background:#154a9a; line-height: 70px; font-size: 24px;color: #fff; padding-left: 20px; margin-top: 20px;display:block;line-height:30px;color:#fff;;font-size:26px;padding:20px 0;text-align:center;}
.pagepro_lli h6>span{font-size:14px;line-height:18px;text-transform:uppercase;display:block;}
.pagepro_lli .bd{ border:1px solid #dedede;}
.pagepro_lli ul.pageproli{padding: 10px !important;}
.pagepro_lli ul li{margin-top: 10px;}
.pagepro_lli ul li a{ border:1px solid #dedede; display: block;}
.pagepro_lli ul li h3{text-align: center; font-size: 15px; line-height: 2.4; background: #e6e6e6; color: #454545; text-overflow:ellipsis; white-space: nowrap; overflow: hidden;}
.pagepro_lli ul li:hover a{border:1px solid #154a9a;}
.pagepro_lli ul li:hover h3{background: #154a9a; color: #fff;}

.nypro-right .showproductli_info p{font-size: 16px; color: #666; margin-top: 10px;  line-height: 1.8;}
.nypro-right .showproductli_info p em{ display: block; color: #666; font-weight: normal; font-size: 14px; line-height: 2;}





/* 产品详情Nyshowpro */
.nprobox{width:100%;max-width:100%;margin:0 auto;}
.nprotop{overflow:hidden;margin-bottom:20px;}
.npimgdet{position: relative;height: 460px;width: 560px;background: #fff;font-size:0;float:left;}
.npimgdet .npimglist{position: relative;display: inline-block;*display: inline;*zoom: 1;width: 84px;height: 100%;overflow: hidden;margin-right:10px;}
.npimgdet .npimglist ul{position: absolute;top: 0;left: 0;width: 100%;font-size: 0;}
.npimgdet .npimglist ul li{display: inline-block;*display: inline;*zoom: 1;width: 84px;height: 84px;border: 2px solid #efefef;margin-bottom: 10px;cursor:pointer;}
.npimgdet .npimglist ul li:last-of-type{margin-bottom: 0;}
.npimgdet .npimglist ul .active{border: 2px solid #f00;}
.npimgdet .npimglist ul li img{width: 100%;height: 100%;}
.npimgdet .npimgpart{vertical-align: top;position: relative;display: inline-block;*display: inline;*zoom: 1;width: 460px;height: 460px;border: 1px solid #ededed;}
.npimgdet .npimgpart .pic{position: relative;width: 100%;height: 100%;}
.npimgdet .npimgpart .pic .magnify{display: none;position: absolute;top: 0;left: 0;width: 200px;height: 200px;cursor: move;background-color: #fff;opacity: .3;filter:alpha(opacity=30);}
.npimgdet .npimgpart .pic img{width: 100%;height: 100%;}
.npimgdet .npimgpart .bigpic{display: none;position: absolute;top: 0;right: -470px;width: 460px;height: 460px;z-index: 333;border: 1px solid #fff;overflow: hidden;}
.npimgdet .npimgpart .bigpic>img{position: absolute;top: 0;left: 0;width: 920px;height: 920px;}
.nptxtdet{float:left;width:calc(100% - 560px);padding:0 30px;}
.nptxttop h1{font-size:30px;font-weight:bold;margin:10px 0;color:#333;}
.nptxttop h3{font-size:20px;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #ededed;color:#444;}
.nptxttop h5{font-size:15px;line-height:25px;color:#666;}
.showpro-tlb{margin-top:20px;}
.showpro-tlb>h4{font-size:16px;color:#000;margin-bottom:10px;}
.showpro-tlb>table{line-height:1.6;}
.showpro-con{margin-top: 20px;}
.showpro-con ul{border-bottom: 1px solid #ccc;line-height: 40px;margin-bottom: 10px;overflow:hidden;}
.showpro-con ul li{text-align: center;padding:0 24px;font-size: 16px;background: #e6e6e6;color:#333;float: left;margin-right: 10px;cursor: pointer;}
.showpro-con ul li.on{background: #154a9a;color:#fff;}
.showpro-con ul li:last-child{margin-right: 0;}
.showpro-details{font-size: 16px;line-height: 1.8;overflow: hidden; }
.showpro-details .showpro-det{display:none; min-height: 200px;}
.showpro-details .showpro-det table { margin-bottom:0; }
.showpro-details div{margin-bottom: 10px;}
.showpro-details img{max-width: 100%;height:auto !important;}
.showpro-details .showpro-det p { color: #444; }
#abprolist li{padding:0 10px;}
#abprolist li p{line-height:30px;padding:0 5px;text-align:center;}
.showpro-right { padding-top: 3%; padding-left: 2%;}
.show_pro_tj  { overflow: hidden; padding-bottom: 0; margin-top: 20px; }
.show_pro_tj h3 { float: left;width: 150px;text-indent: 30px;height: 40px;line-height: 40px;border-bottom: 2px #154a9a solid;color: #154a9a;font-size: 18px;font-weight: bold;background: url(../images/page/nyhotnewico.png) no-repeat left; }
.showpro-details .showpro-det table p {font-size: 16px!important;  line-height: 2!important; font-family: '微软雅黑'!important;  white-space: break-spaces; color: #444!important;}
.showpro-details .showpro-det table span { font-size: 16px!important; line-height: 2!important;  font-family: '微软雅黑'!important; white-space: break-spaces; color: #444!important;}
.showpro-details .showpro-det table tbody tr td:first-child{ white-space: nowrap; }
.showpro-details .showpro-det table tbody tr td:first-child p{ white-space: nowrap; }
.showpro-details .showpro-det table tbody tr td:first-child span{ white-space: nowrap; }
.showpro-details .showpro-det table tbody tr td { color: #444!important; }
.showpro-details .showpro-det table tbody tr { color: #444!important;  }

#nyprozylist .owl-dots{position:absolute;left:0;right:0;bottom:10px;font-size:0;text-align:center;}
#nyprozylist .owl-dots .owl-dot{width:10px;height:10px;display:inline-block;background:rgb(0 0 0 / 30%);margin-right:6px;border-radius:50%;}
#nyprozylist .owl-dots .owl-dot:last-child{margin-right:0;}
#nyprozylist .owl-dots .owl-dot.active{background:#000;}

@media (max-width:1199px) {
	.nptxtdet{padding:0 0 0 10px;}
}
@media (max-width: 991px) {
	.nptxtdet{width:100%;padding:0;margin-top:20px;}
}
@media (max-width: 767px) {
	.nprobox{padding:0 10px;}
	.npimgdet{width:100%;height:auto;}
}
@media (max-width: 500px) {
	.nptxttop h1{font-size:24px;margin:0 0 10px;}
	.nptxttop h3{font-size:16px;}
	.nptxttop h5{font-size:14px;line-height:24px;}
	.showpro-details{font-size:14px;line-height:1.6;}
}

/* 推荐产品 */
.nyproducttil{line-height: 40px;border-bottom: 1px #ccc solid;overflow:hidden;margin:20px 0;}
.nyproducttil>h3{float: left;width: 150px;text-indent: 30px;height: 40px;line-height: 40px;border-bottom: 2px #154a9a solid;color: #154a9a;font-size: 18px;font-weight: bold;background:url(../images/page/ny-objs.png) no-repeat left;}
#nyproductlist{margin-bottom:50px;}
#nyproductlist li a{display:block;position:relative;}
.nyproduct-img{overflow:hidden;}
#nyproductlist li a p{position:absolute;left:0;bottom:0;background: rgba(21,74,154,.4);width:100%;line-height:36px;padding:0 10px;text-align:center;color:#fff;font-size:15px;}
#nyproductlist li a:hover p{background: rgba(21,74,154,.7);}
@media only screen and (max-width:767px) {
#nyproductlist{margin-bottom:0}
#nyproductlist li a p{line-height:30px;font-size:14px;}
}

/*相关产品*/
.nyaboutpro{line-height: 40px;height: 41px;border-bottom: 1px #ccc solid;}
.nyaboutpro>h3{float: left;width: 150px;text-indent: 30px;height: 40px;line-height: 40px;border-bottom: 2px #154a9a solid;color: #154a9a;font-size: 18px;font-weight: bold;background:url(../images/nyaboutproico.png) no-repeat left;}
#abprolist{margin:20px 0;}
#abprolist li{padding:0 10px;}
#abprolist li a{display:block; }
#abprolist li a .abpro-img{padding:2px;border:1px solid #ccc;}
#abprolist li a .abpro-img img{display:block;max-width:100%;}
#abprolist li a p{line-height:35px;height:35px;text-align:center;background:#ccc;padding:0 10px;color:#333; font-size: 14px;}
#abprolist li a:hover .abpro-img{border-color:#154a9a;}
#abprolist li a:hover p{background:#154a9a;color:#fff;}

/* 标签 */
.pro_key {line-height: 35px;font-size: 15px;color: #333;font-weight: bold;}
.pro_key a{font-size: 14px;background: #9e9c9c;padding: 2px 6px;color:#fff;font-weight: normal;text-decoration: none;}
.pro_key a:hover{background:#154a9a;}
/* 分享按钮 */
.jiathis{padding-top:10px;height:35px;line-height:30px;border-top:1px dotted #ccc; text-align:right; position:relative; color:#666;margin-bottom:20px;}
.jiathis .jiathis_txt{float: left;}
/* 上下页按钮 */
.ny-page{overflow: hidden;margin-bottom:30px;}
.ny-pagea{width:50%;float:left;padding:0 10px;box-sizing:border-box;}
.ny-page a{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding: 10px 15px;border: 1px solid #e4eaec;transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;max-width: 100%;}
.ny-page a:hover{border-color: #e4eaec;background-color: #f3f7f9;}

/* 搜索模块 */
.nysearch-ul{overflow: hidden;}
.nysearch-ul li.nysearch-li{padding: 0 0 15px 0;margin-bottom: 25px;border-bottom: 1px dashed #333;overflow:hidden;}
.nysearch-til>a{line-height: 14px;color: #fff;vertical-align: baseline;white-space: nowrap;display: inline-block;background: #154a9a;margin-right: 5px;position: relative;top:0;padding: 4px 6px;}
.nysearch-til>a .nysearch-arrow{position: absolute;width: 0;height: 0;vertical-align: top;top: 7px;right: -4px;border-left: 4px solid #000;border-top: 4px solid transparent;border-bottom: 4px solid transparent;border-left-color: #154a9a;}
.nysearch-til>a:hover{background:#333;}
.nysearch-til>a:hover .nysearch-arrow{border-left-color:#333;}
.nysearch-til>h2{display: inline;font-size: 19px;margin: 0;font-weight: bold;position: relative;top: 1px;line-height: 25px;}
.nysearch-con p.nysearch-desp{color: #666;font-size: 14px;line-height: 23px;margin: 5px 0;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.nysearch-date {color: #333;line-height: 20px;font-size: 12px;}
.nysearch-date span{color: #999;}
.nysearch-date p{float: left;margin: 0;}
.nysearch-date i{margin-right: 5px;}
.nysearch-con a.nysearch-more{position:relative;left:0;color: #ffffff;font-size: 13px;width:100px;height:30px;line-height:30px;background: #999;margin-top: 10px;display: block;border-radius: 20px;float:left;text-align: center;transition: 0.5s all;-webkit-transition: 0.5s all;-moz-transition: 0.5s all;-o-transition: 0.5s all;-ms-transition: 0.5s all;}
.nysearch-con a.nysearch-more:hover{background: #154a9a;left:10px;}


/*联系我们*/
.product-inlist{background-color:#f6f6f6;}
.contact_meg {float:right;width:50%;height:510px;z-index:3;background:#f6f6f6;}
.meg_con .title2 {font-size:28px;color:#333333;max-width:510px;margin-bottom:24px;margin-top:35px;font-weight:bold;}
.meg_con .tel {padding:13px 0;border-top:solid 1px #333;border-bottom:solid 1px #333;color:#333;max-width:510px;font-size:30px;}
.meg_con .tel img {display:inline-block;}
.meg_con .megs {margin-top:20px;font-size:15px;line-height:36px;}
.meg_con {width:100%;z-index:3;padding-left:8%;padding-right:4%;box-sizing:border-box;}
.my-map {margin:0 auto;width:50%;height:510px;float:left;}
.amap-container {height:100%;}
@media only screen and (max-width:1199px) {
.meg_con {width:100%;position:unset;padding-left:5%;box-sizing:border-box;}
.meg_con .title2,
.meg_con .tel{max-width: initial;width: 100%;}
.contact_meg {width:100%;float:none;height:auto;padding-bottom:40px}
.my-map {margin:0 auto;width:100%;height:400px;float:none;}
}
@media only screen and (max-width:991px) {
	.product-inlist>div{margin-bottom: 0 !important;}
	.product-inlist{margin-bottom: 0;}
}
@media only screen and (max-width:768px) {
.meg_con .title2 {margin-bottom:16px;margin-top:20px;font-size:24px;}
.meg_con .megs {font-size:14px;line-height:30px;}
.meg_con .tel {padding:10px 0;font-size:20px;}
.meg_con .tel img {width:26px;}
.meg_con .megs {margin-top:10px;}
.meg_con .tel img {width:20px;margin-bottom:0;}
.meg_con .title2 {font-size:22px;}
.product-inlist {margin-top:10px;}
}




/*翻页样式*/
.metpager_1{ text-align:center;}
.metpager_2{ text-align:center;}
.metpager_3{ text-align:center;}

#flip{line-height: 25px;}
.digg4{ padding:3px; margin:3px; margin-top: 25px; text-align:center; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; margin-bottom: 20px;}
.digg4 a,.digg4 span.miy{ margin:2px; text-decoration:none;}
.digg4 .disabledfy{ font-family: Tahoma, Verdana;}

.metpager_4 a,.metpager_4 span.miy{ border:1px solid #aaaadd; padding:2px 5px 2px 5px; color:#009;}
.metpager_4 a:hover { border:1px solid #009; color:#000;}
.metpager_4 a:active {border:1px solid #009; color:#000;}
.metpager_4 span.current { border:1px solid #009; background-color:#009; padding:2px 5px 2px 5px; margin:2px; color:#FFFFFF; text-decoration:none;}
.metpager_4 span.disabled { border:1px solid #eee; padding:2px 5px 2px 5px; margin:2px; color:#ddd;}

.metpager_5 a,.metpager_5 span.miy{ border:1px solid #ccdbe4; padding:2px 8px 2px 8px; color:#154a9a; display: inline-block; }
.metpager_5 a:hover { border:1px solid #154a9a; color:#fff; background-color:#154a9a;}
.metpager_5 a:active {border:1px solid #009; color:#000;}
.metpager_5 span.current { padding:2px 8px 2px 8px; margin:2px; color:#fff; background:#154a9a; border:1px solid #154a9a; text-decoration:none;display: inline-block;}
.metpager_5 span.disabled { border:1px solid #ccdbe4; padding:2px 8px 2px 8px; margin:2px; color:#999;display: inline-block;}

.metpager_6{ color:#ff6500; }
.metpager_6 a,.metpager_6 span.miy{ border:1px solid  #ff9600; padding:2px 7px 2px 7px; background-position:50% bottom; color:#ff6500; background-image:url(../images/page/page6.jpg);}
.metpager_6 a:hover { border:1px solid #ff9600; color:#ff6500; background-color:#ffc794;}
.metpager_6 a:active {border:1px solid #ff9600; color:#ff6500; background-color:#ffc794;}
.metpager_6 span.current {border:1px solid #ff6500; padding:2px 7px 2px 7px; margin:2px; color:#ff6500; background-color:#ffbe94; text-decoration:none;}
.metpager_6 span.disabled { border:1px solid #ffe3c6; padding:2px 7px 2px 7px; margin:2px; color:#ffe3c6;}

.metpager_7 a,.metpager_7 span.miy{ border:1px solid  #2c2c2c; padding:2px 5px 2px 5px; background:url(../images/page/page7.gif) #2c2c2c; color:#fff;}
.metpager_7 a:hover { border:1px solid #aad83e; color:#fff;background:url(../images/page/page7_2.gif) #aad83e;}
.metpager_7 a:active { border:1px solid #aad83e; color:#fff;background:urlurl(../images/page/page7_2.gif) #aad83e;}
.metpager_7 span.current {border:1px solid #aad83e; padding:2px 5px 2px 5px; margin:2px; color:#fff;background:url(../images/page/page7_2.gif) #aad83e; text-decoration:none;}
.metpager_7 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}

.metpager_8 a,.metpager_8 span.miy{ border:1px solid #ddd; padding:2px 5px 2px 5px; color:#aaa;}
.metpager_8 a:hover { border:1px solid #a0a0a0; }
.metpager_8 a:hover { border:1px solid #a0a0a0; }
.metpager_8 span.current {border:1px solid #e0e0e0; padding:2px 5px 2px 5px; margin:2px; color:#aaa; background-color:#f0f0f0; text-decoration:none;}
.metpager_8 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}

.metpager_9 a,.metpager_9 span.miy{ border:1px solid #ddd; padding:2px 5px 2px 5px; color:#88af3f; } 
.metpager_9 a:hover { border:1px solid #85bd1e; color:#638425; background-color:#f1ffd6; } 
.metpager_9 a:hover { border:1px solid #85bd1e; color:#638425; background-color:#f1ffd6; } 
.metpager_9 span.current {border:1px solid #b2e05d; padding:2px 5px 2px 5px; margin:2px; color:#fff; background-color:#b2e05d; text-decoration:none;} 
.metpager_9 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}
@media (max-width:767px){
	.digg4>span:nth-child(-n+2){display:none;}
}

/*联系我们*/
#ny_lx { padding-top: 55px; padding-bottom: 30px;overflow: hidden; display: block; background: #f7f7f7;}
#ny_lx .ny_lx_bg { display: block; overflow: hidden; margin-top: 45px; }
#ny_lx .ny_lx_t { text-align:center; display: block; overflow: hidden; margin-bottom: 25px; }
#ny_lx .ny_lx_t p {font-size: 44px;font-weight: bold;color: #154a9a;display: block;margin-bottom: 5px;line-height: 1;letter-spacing: -2px;text-transform: uppercase;text-align: center;}
#ny_lx .ny_lx_t span { font-size: 32px;color: #333;opacity: 1;display: block;text-align: center;}
.lianxi_m { overflow: hidden;margin-top: 10px; margin-bottom: 24px; background: #f5f5f5;}
.lianxi_m .lianxi_ml { width: 410px; float: left; background: #154a9a;color: #fff;padding: 30px 40px 30px 40px;overflow: hidden;}
.lianxi_m .lianxi_ml .lianxi_ml_m { overflow: hidden;font-size: 36px;font-weight: bold;line-height: 52px;margin-bottom: 18px; color: #fff; }
.lianxi_m .lianxi_ml .lianxi_ml_s { width: 310px;border: solid 2px #fff;font-size: 26px;font-family: Arial, Helvetica, sans-serif;text-align: center;margin-bottom: 18px;line-height: 55px; }
.lianxi_m .lianxi_ml .lianxi_ml_en { font-family:'Arial';font-size: 24px;line-height: 40px; }
.lianxi_mr {float: right;position: relative;width: calc(100% - 470px);}
.lianxi_mr_i {float: left;font-family: Arial, Helvetica, sans-serif;font-size: 100px;font-weight: 89;margin-left: -28px;line-height: normal;color: #999;position: absolute;overflow: hidden;margin-top: 20px;}
.lianxi_m .mr_i {font-size: 100px;line-height: 200px;margin-top: 100px;margin-left: calc(100% - 690px);position: absolute;right:30px;}
.lianxi_mr_m {width: calc(100% - 69px);float: left;overflow: hidden;padding-left: 22px;padding-right: 10px;padding-top: 38px;line-height: 28px;color: #666;font-size: 16px;text-align:left}
.lianxi_mr_m span {font-size: 24px;font-weight: bold;line-height: 60px;color: #154a9a;}
.contact_ny ul  { background: #fff; overflow: hidden; border-left: 1px solid #ececec; border-top: 1px solid #ececec;}
.contact_ny ul li {float: left;width:33.3333%;height: 140px;border-right: 1px solid #ececec;border-bottom: 1px solid #ececec; padding:35px;text-align: left;box-sizing: border-box; }
.contact_ny ul li em {float: left;display: inline-block;width: 51px;height: 51px;margin-right: 9px;margin-top: 6px;}
.contact_ny ul li h5 {color: #154a9a;margin-bottom: 10px; font-size: 18px; font-weight: bold;}

@media(max-width: 1199px) {
	.lianxi_m .lianxi_ml { width: 400px; }
	.lianxi_mr_i { display: none; }
	.lianxi_mr { width: calc(100% - 400px); }

}


@media(max-width: 991px) {
	.contact_ny ul li { width: 50%; }
	.lianxi_mr { width: calc(100% - 360px); }
	.lianxi_m .lianxi_ml { width: 360px;padding: 30px 20px 30px 20px; }
	.lianxi_mr_m{ width: 100%; }
}

@media(max-width: 767px) {
	.lianxi_m .lianxi_ml { width: 100%;float: none; overflow: hidden; padding: 20px 20px 20px 20px;}
	.lianxi_mr {  width: 100%;float: none; overflow: hidden;}
	.contact_ny ul li  { width: 100%; padding:15px 20px; height: 110px;}
	.contact_ny ul li:last-child { border-bottom: 1px solid #ececec; }
	.lianxi_mr_m { padding-top: 15px; padding-bottom: 20px; }
	.lianxi_m .lianxi_ml .lianxi_ml_m { font-size: 20px; }
	.lianxi_m .lianxi_ml .lianxi_ml_s { width: 290px; line-height: 48px; font-size: 24px; }
	.lianxi_m .lianxi_ml .lianxi_ml_en { font-size: 20px; line-height: auto; }
	#ny_lx { padding-top: 25px; }
	#ny_lx .ny_lx_bg { margin-top: 25px; }
	#ny_lx .ny_lx_t p { font-size: 26px; }
	#ny_lx .ny_lx_t span { font-size: 24px; }
	#ny_lx .ny_container { padding-left: 0px;padding-right: 0px; }
	.lianxi_mr_m span { font-size: 20px; }
	.lianxi_mr_m { font-size: 14px; line-height: 2; }
}


/*在线留言*/
#lx_nymessage { background-color: #f6f7fb; padding:50px 0;}
.form-horizontal { overflow: hidden; margin-top: 40px; }
#lx_nymessage p {font-size: 44px;font-weight: bold;color: #154a9a;display: block;margin-bottom: 5px;line-height: 1;letter-spacing: -2px;text-transform: uppercase;text-align: center;}
#lx_nymessage span { font-size: 32px;color: #333;opacity: 1;display: block;text-align: center;}
.form-horizontal .form-group {margin-bottom: 10px; position: relative;}
.form-control { padding: 0px; margin: 0px; border: none; }
#lx_nymessage .mess_1 { margin: 0 -5px; display: flex; flex-wrap: wrap; align-items: flex-start; padding-left: 0px; padding-right: 0px; }
#lx_nymessage .mess_1 .form-group { margin-bottom: 10px; position: relative;  width: 50%; padding: 0 5px; } 
#lx_nymessage .mess_1 .form-group  input { padding: 0 20px; width: 100%; height: 80px; line-height: 80px; background: #fff;  font-size: 16px;   border:none; border-radius: 0px; }
.form-horizontal .form-group { margin-left: 0px !important; margin-right:0px !important;}
.form-horizontal .form-group .mess_2_2  {  padding-left: 0px; padding-right: 0px; }
#lx_nymessage textarea { width: 100%;height: 200px;padding: 25px 20px;line-height: 26px; background: #fff;  overflow-y: auto;font-size: 16px;  }
.btn-default { width: 20%; line-height: 40px; text-align: center; font-size: 16px; color: #333; background-color: #dadde3; border: none; border-radius: 0;}
.btn-default:hover { color: #333; background-color: #dadde3; }
.btn-default:first-child { background-color: #154a9a; color: #fff; margin-right: 20px; }
#lx_nymessage .mess_2 { padding-left: 0px; padding-right:10px;  }
#lx_nymessage .mess_3 { margin-top: 25px; overflow: hidden;}
#lx_nymessage .mess_3 .mess_3_3 { padding-left: 0px; padding-right: 0px;  }
.btn-default:first-child:hover { background: #154a9a; color: #fff; }
#lx_nymessage .mess_1 .form-group  input::-webkit-input-placeholder{ color:#999; font-size: 16px; }
#lx_nymessage .mess_1 .form-group  input::-moz-placeholder{   /* Mozilla Firefox 19+ */  color:#999; font-size: 16px;  }
#lx_nymessage .mess_1 .form-group  input::-moz-placeholder{    /* Mozilla Firefox 4 to 18 */color:#999; font-size: 16px; }
#lx_nymessage .mess_1 .form-group  input::-ms-input-placeholder{  /* Internet Explorer 10-11 */ color:#999; font-size: 16px;  }
#lx_nymessage textarea::-webkit-input-placeholder{ color:#999; font-size: 16px; }
#lx_nymessage textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */  color:#999; font-size: 16px;  }
#lx_nymessage textarea::-moz-placeholder{    /* Mozilla Firefox 4 to 18 */color:#999; font-size: 16px; }
#lx_nymessage textarea::-ms-input-placeholder{  /* Internet Explorer 10-11 */ color:#999; font-size: 16px;  }
.form-control:focus { border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102,175,233,.6);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102,175,233,.6); }
.form-control { box-shadow: inset 0 0px 0px rgba(0,0,0,.075); }
@media(max-width: 1310px) {
	#lx_nymessage p { font-size: 36px; }
	#lx_nymessage { padding: 50px 0; }
	.form-horizontal { padding:0 10px; }
}
@media(max-width: 767px) {
	#lx_nymessage{padding: 30px 10px;}
	#lx_nymessage h4 { font-size: 24px; }
	#lx_nymessage .mess_1 .form-group { width: 100%; padding:0; }
	#lx_nymessage .mess_1 { padding-left: 0px; padding-right: 0px; margin:0; }
	#lx_nymessage .mess_1 .form-group input { line-height: 46px; height: 46px; }
	.mess_2_2 { padding-left: 0px;padding-right: 0px; }
	#lx_nymessage textarea { height: 140px; }
	.btn-default { width: 40%; }
	.mess_3_3 { padding-left: 0px;padding-right: 0px; }
	#lx_nymessage p { font-size: 26px; }
	#lx_nymessage span { font-size: 24px; }
	.form-horizontal { padding:0; }
	#lx_nymessage .mess_1 .form-group  input::-webkit-input-placeholder{ color:#999; font-size: 14px; }
	#lx_nymessage .mess_1 .form-group  input::-moz-placeholder{   /* Mozilla Firefox 19+ */  color:#999; font-size: 14px;  }
	#lx_nymessage .mess_1 .form-group  input::-moz-placeholder{    /* Mozilla Firefox 4 to 18 */color:#999; font-size: 14px; }
	#lx_nymessage .mess_1 .form-group  input::-ms-input-placeholder{  /* Internet Explorer 10-11 */ color:#999; font-size: 14px;  }
	#lx_nymessage textarea::-webkit-input-placeholder{ color:#999; font-size: 14px; }
	#lx_nymessage textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */  color:#999; font-size: 14px;  }
	#lx_nymessage textarea::-moz-placeholder{    /* Mozilla Firefox 4 to 18 */color:#999; font-size: 14px; }
	#lx_nymessage textarea::-ms-input-placeholder{  /* Internet Explorer 10-11 */ color:#999; font-size: 14px;  }
	.btn-default { font-size: 14px; }
}


/*内页关于我们修改*/
.ny_about { overflow: hidden; padding-bottom: 40px; }
.ny_about .ny_about_nr { overflow: hidden; display: flex; align-items: center; }
.ny_about .ny_about_nr .ny_about_nr_l { padding-left: 0px; }
.ny_about .ny_about_nr .ny_about_nr_l .homevideocen { display: block; overflow: hidden; }
.ny_about .ny_about_nr .ny_about_nr_l img { max-width: 100%; display: block; transition: all 0.3s; }
.ny_about .ny_about_nr .ny_about_nr_l .homevideocen:hover img { transform: scale(1.05); }
.ny_about .ny_about_nr .ny_about_nr_r { padding-right: 0px; }
.ny_about .ny_about_nr .ny_about_nr_r .ny_about_nr_r_t { overflow: hidden; margin-bottom: 25px; }
.ny_about .ny_about_nr .ny_about_nr_r .ny_about_nr_r_t span { font-size: 36px;font-weight: bold;color: #154a9a;display: block;line-height: 50px; }
.ny_about .ny_about_nr .ny_about_nr_r .ny_about_nr_r_t p { display: block;font-size: 18px;color: #888;line-height: 34px; }
.ny_about .ny_about_nr .ny_about_nr_r .desc { line-height: 2; font-size: 15px; color: #555; }

.ny_about .main { display: flex; margin-top: 30px; padding-bottom: 20px; padding-top: 20px; border-top:1px dashed #ddd; border-bottom:1px dashed #ddd; }
.ny_about .main .stat-items { flex: 1; text-align: center;}
.ny_about .main .stat-items .stat-items-t-box .stat-items-t { font-size: 42px; font-weight: bold; color: #154a9a; font-family: 'arial'; }
.ny_about .main .stat-items .stat-items-t-box .stat-items-unit { font-size: 18px; color: #333333; }
.ny_about .main .stat-items p { font-size: 16px;color: #666666; }

.ny_about_sl { padding-top: 30px; overflow: hidden; }
.ny_about_sl .ny_about_sl_t { overflow: hidden; }
.ny_about_sl .ny_about_sl_t .ny_about_sl_l { float: left; text-align: left; }
.ny_about_sl .ny_about_sl_t .ny_about_sl_l p { font-size: 36px;font-weight: bold;color: #154a9a;display: block;line-height: 50px; }
.ny_about_sl .ny_about_sl_t .ny_about_sl_l span { display: block;font-size: 16px;color: #888;line-height: 34px;}
.ny_about_sl .ny_about_sl_t .ny_about_sl_r { float: right; text-align: right; }
.ny_about_sl .ny_about_sl_t .ny_about_sl_r p { font-size: 36px; font-weight: bold; color: #444; text-transform: uppercase; padding-top: 20px;}
.ny_about_sl .ny_about_sl_nr { line-height: 28px; font-size: 15px; color: #555; margin-top: 20px;  margin-bottom: 20px;}
.ny_about_sl .pro-one { display: block; }
.ny_about_sl .pro-one li  { padding-left: 2px; padding-right: 2px; }
.ny_about_sl .pro-one li a { display: block;}
.ny_about_sl .pro-one li a img { border:1px solid #ddd; }

@media(max-width: 1510px) {
	.ny_about .ny_about_nr .ny_about_nr_r .ny_about_nr_r_t span { font-size: 32px; }
	.ny_about_sl .ny_about_sl_t .ny_about_sl_l p { font-size: 32px; }
	.ny_about .ny_about_nr .ny_about_nr_r .ny_about_nr_r_t p { font-size: 14px; }
	.ny_about_sl .ny_about_sl_t .ny_about_sl_l span { font-size: 14px; line-height: 2; }
	.ny_about .ny_about_nr .ny_about_nr_r .desc { line-height: 1.8; }
	.ny_about_sl .ny_about_sl_nr { line-height: 1.8; }
}

@media(max-width: 1310px) {
	.ny_about .ny_about_nr .ny_about_nr_r .ny_about_nr_r_t { margin-bottom:15px; }
	.ny_about .ny_about_nr .ny_about_nr_r .ny_about_nr_r_t span { font-size: 28px; }
	.ny_about_sl .ny_about_sl_t .ny_about_sl_l p{ font-size: 28px; }
}

@media(max-width: 1199px) {
	.ny_about .ny_about_nr { display: block; }
	.ny_about .ny_about_nr .ny_about_nr_l { padding-right: 0px; }
	.ny_about .ny_about_nr .ny_about_nr_r { padding-left: 0px; margin-top: 0px; }
	.ny_about .ny_about_nr .ny_about_nr_l img { width: 100%; max-width: none; }
	.ny_about .main .stat-items .stat-items-t-box .stat-items-t { font-size: 36px; }

}

@media(max-width: 991px) {
	.ny_about_sl .ny_about_sl_t .ny_about_sl_r p { display: none; }
	.ny_about .ny_about_nr .ny_about_nr_r { padding:3%; }
	.ny_about .main { margin-top: 0; }
}

@media(max-width: 767px) {
	.ny_about .ny_about_nr { padding-left: 0px;padding-right: 0px; }
	.ny_about .ny_about_nr .ny_about_nr_r .ny_about_nr_r_t span { font-size: 24px; }
	.ny_about .ny_about_nr .ny_about_nr_r .ny_about_nr_r_t p { font-size: 13px; line-height: 2; }
	.ny_about_sl{ padding-left: 0px;padding-right: 0px; }
	.ny_about_sl .ny_about_sl_t .ny_about_sl_l p { font-size: 24px; }
	.ny_about_sl .ny_about_sl_t .ny_about_sl_l span{ font-size: 14px; line-height: 2; }
	.ny_about_sl .pro-one li { padding-bottom: 2px; }
	.ny_about .ny_about_nr .ny_about_nr_r .desc { font-size: 14px; }
	.ny_about_sl .ny_about_sl_nr { font-size: 14px; }
	.ny_about .ny_about_nr .ny_about_nr_r { padding:3% 0; }
	/*.ny_about_sl .pro-one li a img { border: none; }*/
}


/*招聘模块页面*/
#ny_job { display: block; overflow: hidden;  }
#ny_job .ny_job_bg { position: relative;background-position: right center;background-repeat: no-repeat;background-size: 50% 100%;overflow: hidden; background-image: url(../images/job_bg.jpg);}
#ny_job .ny_job_bg .join-bk { background-repeat: no-repeat;background-position: right center;background-image: url(../images/job1.png);background-size: 100% 100%;transition: all 1s ease;position: absolute;height: 101%;width: 100%;top: 0;right: 0%;z-index: 5; }
#ny_job .box { position: relative;padding: 120px 0 160px 30px;  width: 50%; z-index: 9;}
#ny_job .box .item { display: block; margin-bottom:70px; }
#ny_job .box .item p { font-size: 32px; color: #353535; display: block; }
#ny_job .box .item .desc { font-size: 15px; display: block; line-height: 2; font-weight: 100; color: #666; margin-top: 20px; }
#ny_job .box .more { width: 170px;display: block;line-height: 48px;height: 48px;text-indent: 2em;font-size: 14px;color: #fff;background: #154a9a;border-radius: 100px;position: relative;transition: all 0.5s; box-shadow: 0px 10px 30px rgba(38,166,92,0.15);}
#ny_job .box .more::after { position: absolute; content: ''; width: 42px; height: 42px; display: block; background:url(../images/about_jt.png)no-repeat center #fff; border-radius: 100%; top: 3px; right: 3px; transition: all .5s;-webkit-transition: all .5s;}
#ny_job .box .more:hover::after { animation: page .5s linear 1 forwards; }

@media(max-width: 1470px) {
	#ny_job .box { width: 55%; }
}

@media(max-width: 1199px) {
	#ny_job .box { width: 59%;padding: 70px 0 140px 0px; }
}

@media(max-width: 991px) {
	#ny_job .ny_job_bg { background: none; }
	#ny_job .box { width: 100%; padding: 30px 0 40px 0px; }
	#ny_job .box .item p { font-size: 26px; }
	#ny_job .box .item .desc { font-size: 14px; font-weight: 500; }
	#ny_job .box .item { margin-bottom:30px; }
}

@media(max-width: 767px) {
	#ny_job .box .item p { font-size: 20px; }
	#ny_job .box .item .desc { margin-top: 10px; }
}

/*内页公司简介*/
#ny_about { display: block;  overflow: hidden; }
#ny_about .box1 { display: block;padding-top:80px; overflow: hidden; padding-bottom: 50px; }
#ny_about .box1 .desc_box { display: flex; justify-content: space-between; flex-direction: row-reverse; align-items: center; }
#ny_about .box1 .desc_box .box_l { display: block; width: 40%; position: relative; }
#ny_about .box1 .desc_box .box_l .main { position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%); display: flex;}
#ny_about .box1 .desc_box .box_l .main .stat-items { padding:0 50px;  display: block;}
#ny_about .box1 .desc_box .box_l .main .stat-items:first-child { padding-left: 0; }
#ny_about .box1 .desc_box .box_l .main .stat-items:last-child { padding-right: 0; }
#ny_about .box1 .desc_box .box_l .main .stat-items .stat-items-unit { display: block; line-height: 60px; font-size: 16px; color: #333;text-align: center;  }
#ny_about .box1 .desc_box .box_l .main .stat-items .stat-items-t { font-size: 52px; display: block; text-align: center; font-weight: bold; color: #154a9a; border-bottom: 1px solid #ddd; border-top: 1px solid #ddd;}
#ny_about .box1 .desc_box .box_l .main .stat-items p { display: block; line-height: 60px; font-size: 16px; color: #333;text-align: center; } 
#ny_about .box1 .desc_box .box_l dt { display: block; position: relative;}
#ny_about .box1 .desc_box .box_l dt img { max-width: 100%; display: block; -webkit-animation: rotate 20s linear infinite;
    animation: rotate 20s linear infinite; }
#ny_about .box1 .desc_box .box_l dt img:last-child { position: absolute; left: 0;top: 0;-webkit-animation: rotate2 25s linear infinite;
    animation: rotate2 25s linear infinite; }
#ny_about .box1 .desc_box .box_r {display: block; width: 50%; padding-right: 10%; }
#ny_about .box1 .desc_box .box_r .list { display: block; }
#ny_about .box1 .desc_box .box_r .list .t { display: block; margin-bottom: 30px; }
#ny_about .box1 .desc_box .box_r .list .t h3 { font-size: 42px;font-weight: bold;color: #154a9a;display: block;line-height: 2; }
#ny_about .box1 .desc_box .box_r .list .t span { font-size: 32px;color: #333;display: block; margin-bottom: 15px;}
#ny_about .box1 .desc_box .box_r .list .t p { font-size: 18px;color: #666;display: block; }
#ny_about .box1 .desc_box .box_r .list .txt { display: block; }
#ny_about .box1 .desc_box .box_r .list .txt p { font-size: 16px;line-height: 1.8;color: #444;margin-top: 15px;display: block;  }

#ny_about .box2 { display: block; background: #f5f5f5; padding:70px 0;}
#ny_about .box2 .desc_box .list .item .img2 .default-mask { position: absolute;z-index: 1;width: 100%;height: 50px;left: 0;bottom: 0;background: rgba(0, 0, 0, 0.7);padding: 0 38px;display: flex;justify-content: space-between;align-items: center;transition: 0.3s; }
#ny_about .box2 .desc_box .list .item .img2 .default-mask .name { color: #fff;font-size: 18px;font-weight: bold; }
#ny_about .box2 .desc_box .list .item .img2 .default-mask .loc { font-size: 16px;color: #fff; }
#ny_about .box2 .desc_box .list .item .img2 .hover-mask { position: absolute;z-index: 1;width: 100%;height: 100%;left: 0;top: 0;background: rgba(255, 81, 0, 0.8);padding: 0 25px;display: flex;flex-direction: column;justify-content: center;opacity: 0;transform: translateY(20px);transition: 0.3s; }
#ny_about .box2 .desc_box .list .item .img2 .hover-mask h4 { font-size: 24px; color: #fff; margin: 0 0 5px; letter-spacing: -1px; font-weight: bold; text-transform: uppercase;}
#ny_about .box2 .desc_box .list .item .img2 .hover-mask .loc { margin: 0 0 25px;font-size: 22px;color: #fff; }
#ny_about .box2 .desc_box .list .item .img2 .hover-mask .name { font-size: 20px;color: #fff;margin: 0 0 15px; }
#ny_about .box2 .desc_box .list .item .img2 .hover-mask ul li { font-size: 14px;color: #fff;margin: 0 0 6px; display: block; line-height: 1.8; }
#ny_about .box2 .desc_box .list .item .img2:hover .hover-mask { opacity: 1; transform: translateY(0); }
#ny_about .box2 .desc_box .list .item .img2:hover .default-mask { opacity: 0; transform: translateY(20px); }
#ny_about .box2 .t { text-align: left;display: block;position: relative; }
#ny_about .box2 .t p { font-size: 62px;color: #ddd;display: block;font-weight: bold;font-family: 'arial';margin-bottom: -30px;text-transform: uppercase; }
#ny_about .box2 .t h3 { font-size: 42px;color: #333333;display: block;font-weight: bold; }
#ny_about .box2 .desc_box { display: block; margin-top:50px; }
#ny_about .box2 .desc_box .list { display: flex; justify-content: space-between; flex-wrap: wrap; margin:0 -10px;}
#ny_about .box2 .desc_box .list .item { width: 25%; padding:0 10px; margin-bottom: 20px; }
#ny_about .box2 .desc_box .list .item .img { display: block; position: relative; }
#ny_about .box2 .desc_box .list .item .img img { max-width: 100%; display: block; }
/*动画*/
@keyframes rotate2{
  0%{transform:rotate(0deg);}
  100%{transform:rotate(360deg);}
}
@-webkit-keyframes rotate2 {
  0%{-webkit-transform:rotate(0deg);}
  100%{-webkit-transform:rotate(360deg);}
}

/*内页公司简介修改*/
#about_xg { display: block;  }
#about_xg #number {display: block; margin-top: -100px; position: relative; z-index: 9; overflow: hidden;}
#about_xg #number .main { width: 100%;position: relative;background: #154a9a; padding: 60px 0; font-size: 0; text-align: center; }
#about_xg #number .main::after { content: '';width: 50%;height: 100%;background-color: #154a9a;position: absolute;top: 0;right: -25%;z-index: 9;}
#about_xg #number .main .stat-items { display: inline-block; width: 25%;  color: #fff; position: relative; z-index: 10; }
#about_xg #number .main .stat-items .stat-items-t-box { display: block; }
#about_xg #number .main .stat-items .stat-items-t-box .stat-items-t { font-size: 60px;  font-weight: bold; font-family: 'arial';}
#about_xg #number .main .stat-items .stat-items-t-box .stat-items-unit { font-size: 24px; font-family: 'arial';  }
#about_xg #number .main .stat-items  p { font-size: 18px;color: rgba(255,255,255,0.8); display: block;}

#about_xg #about { display: block; padding:100px 0 70px 0;  position: relative; overflow: hidden;}
#about_xg #about::after { position: absolute; content: ''; width: 100%; height: 100%; right: -50%; background: #f7fafc; top: 0; z-index: -1;}
#about_xg #about .box { display: flex; justify-content: space-between; }
#about_xg #about .box .box_l { display: block; width: 35%; padding-top: 15px;}
#about_xg #about .box .box_l .t { display: block; }
#about_xg #about .box .box_l .t h3 {  font-size: 42px;color: #333333;display: block;font-weight: bold; }
#about_xg #about .box .box_l .t p { font-size: 32px;font-family: 'arial';color: #dadada;text-transform: uppercase;line-height: 34px;font-weight: bold; margin-top: 10px; }
#about_xg #about .box .box_l a { width: 40px;height: 40px; border-radius: 50%;border: 1px solid #999;margin-top: 100px;overflow: hidden; }
#about_xg #about .box .box_l a img { display: block; max-width: 30%;animation: UPDOWN 1.5s linear infinite;-webkit-animation: UPDOWN 1.5s linear infinite; }
@-webkit-keyframes UPDOWN {
0% { transform:translateY(-100%); -webkit-transform:translateY(-100%); -moz-transform:translateY(-100%); -o-transform:translateY(-100%); -ms-transform:translateY(-100%); opacity:1; }
100% { transform:translateY(100%); -webkit-transform:translateY(100%); -moz-transform:translateY(100%); -o-transform:translateY(100%); -ms-transform:translateY(100%); opacity:0; }
}
@keyframes UPDOWN {
0% { transform:translateY(-100%); -webkit-transform:translateY(-100%); -moz-transform:translateY(-100%); -o-transform:translateY(-100%); -ms-transform:translateY(-100%); opacity:1; }
100% { transform:translateY(100%); -webkit-transform:translateY(100%); -moz-transform:translateY(100%); -o-transform:translateY(100%); -ms-transform:translateY(100%); opacity:0; }
}


#about_xg #about .box .box_r { display: block; width: 65%; }
#about_xg #about .box .box_r .list { display: block; }
#about_xg #about .box .box_r .list .t { display: block; margin-bottom: 30px; }
#about_xg #about .box .box_r .list .t h3 { font-size: 32px;color: #154a9a;display: block;line-height: 2; font-weight: bold;}
#about_xg #about .box .box_r .list .t span { font-size: 24px;color: #333;display: block; margin-bottom: 15px;}
#about_xg #about .box .box_r .list .t p { font-size: 18px;color: #666;display: block; }
#about_xg #about .box .box_r .list .txt { display: block; }
#about_xg #about .box .box_r .list .txt p { font-size: 16px;line-height: 1.8;color: #444;margin-top: 15px;display: block;  }

#about_xg #team { display: block; position: relative;  overflow: hidden; padding-right: 5%;}
#about_xg #team::after { position: absolute; content: ''; width: 100%; height: 100%; right: -50%; background: #f7fafc; top: 0; z-index: -1; }
#about_xg #team .img { display: block; }
#about_xg #team .img img { max-width: 100%; display: block; }


#about_xg .box2 { display: block; background: #f7fafc; padding:50px 0;}
#about_xg .box2 .desc_box .list .item .img2 .default-mask { position: absolute;z-index: 1;width: 100%;height: 50px;left: 0;bottom: 0;background: rgba(0, 0, 0, 0.7);padding: 0 38px;display: flex;justify-content: space-between;align-items: center;transition: 0.3s; }
#about_xg .box2 .desc_box .list .item .img2 .default-mask .name { color: #fff;font-size: 18px;font-weight: bold; }
#about_xg .box2 .desc_box .list .item .img2 .default-mask .loc { font-size: 16px;color: #fff; }
#about_xg .box2 .desc_box .list .item .img2 .hover-mask { position: absolute;z-index: 1;width: 100%;height: 100%;left: 0;top: 0;background: rgba(255, 81, 0, 0.8);padding: 0 25px;display: flex;flex-direction: column;justify-content: center;opacity: 0;transform: translateY(20px);transition: 0.3s; }
#about_xg .box2 .desc_box .list .item .img2 .hover-mask h4 { font-size: 24px; color: #fff; margin: 0 0 5px; letter-spacing: -1px; font-weight: bold; text-transform: uppercase;}
#about_xg .box2 .desc_box .list .item .img2 .hover-mask .loc { margin: 0 0 25px;font-size: 22px;color: #fff; }
#about_xg .box2 .desc_box .list .item .img2 .hover-mask .name { font-size: 20px;color: #fff;margin: 0 0 15px; }
#about_xg .box2 .desc_box .list .item .img2 .hover-mask ul li { font-size: 14px;color: #fff;margin: 0 0 6px; display: block; line-height: 1.8; }
#about_xg .box2 .desc_box .list .item .img2:hover .hover-mask { opacity: 1; transform: translateY(0); }
#about_xg .box2 .desc_box .list .item .img2:hover .default-mask { opacity: 0; transform: translateY(20px); }
#about_xg .box2 .t { text-align: center;display: block;position: relative; }
#about_xg .box2 .t p { font-size: 32px;font-family: 'arial';color: #dadada;text-transform: uppercase;line-height: 34px;font-weight: bold;margin-top: 10px;}
#about_xg .box2 .t h3 { font-size: 40px;color: #333333;display: block;font-weight: bold; }
#about_xg .box2 .t span { text-align: center;position: relative;padding-top: 22px;margin-top: 20px;font-size: 16px;line-height: 24px;color: #666666; display: block; }
#about_xg .box2 .t span::after { content: '';width: 6px;height: 14px;background-color: #333;position: absolute;top: 0;left: 50%;transform: skewX(-15deg) translateX(-50%);margin-right: 14px; }
#about_xg .box2 .t span::before { content: '';width: 6px;height: 14px;background-color: #333;position: absolute;top: 0;left: 50%;transform: skewX(-15deg) translateX(-50%);margin-left: 14px; }
#about_xg .box2 .desc_box { display: block; margin-top:50px; }
#about_xg .box2 .desc_box .list { display: flex; justify-content: space-between; flex-wrap: wrap; margin:0 -10px;}
#about_xg .box2 .desc_box .list .item { width: 20%; padding:0 10px; margin-bottom: 20px; }
#about_xg .box2 .desc_box .list .item .img { display: block; position: relative; }
#about_xg .box2 .desc_box .list .item .img img { max-width: 100%; display: block; }


#about_xg #brand { display: block; overflow: hidden; position: relative; height: 650px; padding-bottom: 50px; }
#about_xg #brand .box { display: flex; justify-content: space-between;}
#about_xg #brand .box .box_l { width: 34%; display: block; padding-top: 10%; position: relative;}
#about_xg #brand .box .box_l .t p { font-size: 32px;font-family: 'arial';color: #dadada;text-transform: uppercase;line-height: 34px;font-weight: bold;margin-top: 10px;}
#about_xg #brand .box .box_l .t h3 { font-size: 40px;color: #333333;display: block;font-weight: bold; }
#about_xg #brand .box .box_l .advantage_btn { position: absolute;right: -25%;top: 0;z-index: 2;height: 450px;background: #fff;display: block;width: 100px;text-align: right; padding-right: 30px; padding-top: 70px; }
#about_xg #brand .box .box_l .advantage_btn a { display: block; margin-bottom: 30px; font-size: 22px; color: #b4b8bb;  font-weight: bold; font-family: '宋体';}
#about_xg #brand .box .box_l .advantage_btn a.on { color: #154a9a; }
#about_xg #brand .box ul { display: block; margin-top: 50px; width: 80%; position: relative; z-index: 3; }
#about_xg #brand .box ul li { display: block; }
#about_xg #brand .box ul li .t { font-size: 20px; color: #333; display: block;  font-weight: bold;}
#about_xg #brand .box ul li .list { font-size: 15px; color: #666; margin-top: 30px; display: block; line-height: 1.8; }
#about_xg #brand .box .box_r { width: 60%; position: absolute; right: 0; top: 0; }
#about_xg #brand .box .box_r img { height: 100%; display: block; }

#about_xg #honor { display: block; overflow: hidden; padding:60px 0; background: #f8f8f8; }
#about_xg #honor .t { text-align: center;display: block;position: relative; }
#about_xg #honor .t p { font-size: 32px;font-family: 'arial';color: #dadada;text-transform: uppercase;line-height: 34px;font-weight: bold;margin-top: 10px;}
#about_xg #honor .t h3 { font-size: 40px;color: #333333;display: block;font-weight: bold; }
#about_xg #honor .ny_about_5_nr { display: block; position: relative; margin-top: 40px; }
#about_xg #honor .ny_about_5_nr li { display: block; }
#about_xg #honor .ny_about_5_nr li a { display: block;  padding:20px 0px 0; border:1px solid #eee; background: #fff; transition: all 0.3s;}
#about_xg #honor .ny_about_5_nr li a img { max-width: 100%; display: block; }
#about_xg #honor .ny_about_5_nr li a p { font-size: 16px;color: #666666;line-height: 2;text-align: center;display: block;margin: 0px 0 15px 0; }
#about_xg #honor .ny_about_5_nr .owl-nav { display: none; }
#about_xg #honor .ny_about_5_nr li:hover a { border:1px solid #154a9a; }
#about_xg #honor .ny_about_5_nr li:hover a p { color:  #154a9a;  }

#about_xg #honor .ny_about_5_nr .nyhonorul{display:flex;flex-flow: wrap;}
#about_xg #honor .ny_about_5_nr .nyhonorul li{flex:1;}

#about_xg #partner { display: block; padding:50px 0; overflow: hidden; }
#about_xg #partner .t { text-align: center;display: block;position: relative; }
#about_xg #partner .t p { font-size: 32px;font-family: 'arial';color: #dadada;text-transform: uppercase;line-height: 34px;font-weight: bold;margin-top: 10px;}
#about_xg #partner .t h3 { font-size: 40px;color: #333333;display: block;font-weight: bold; }

#about_xg #message { display: block;width: 100%;padding: 90px 0;background: url(../images/offer_bg.jpg) center center no-repeat fixed;background-size: cover;overflow: hidden; }
#about_xg #message .t { display: block;  margin-bottom: 40px; color: #fff; }
#about_xg #message .t p { font-size: 36px; display: block;}
#about_xg #message .t span { display: block; font-size: 30px; line-height: 2; }
#about_xg #message .box { display: flex; justify-content: space-between; }
#about_xg #message .box .box_l { display: block;  }
#about_xg #message .box .box_l p { font-size: 16px;color: #e8e8e8; }
#about_xg #message .box .box_l span { display: block;font-size: 20px;color: #ffffff;line-height: 46px;margin-right: 50px; }
#about_xg #message .box .box_r { display: block; }
#about_xg #message .box .box_r p { font-size: 14px;color: #ffffff;margin-bottom: 16px;text-align: right; }
#about_xg #message .box .box_r a { width: 160px;display: block;height: 48px;line-height: 48px;cursor: pointer;background-color: #154a9a;border: none;color: #fff;font-size: 16px;transition: all 0.6s ease;float: right;text-align: center; }

@media(max-width: 1199px) {
	#about_xg #number .main { padding: 30px 0; }
	#about_xg #number .main .stat-items .stat-items-t-box .stat-items-t { font-size: 42px; }
	#about_xg #about { padding: 70px 0 50px 0; }
	#about_xg #about .box .box_l .t h3 { font-size: 36px; }
	#about_xg #about .box .box_l .t p { font-size: 24px; }
	#about_xg #about .box .box_r { padding-right: 5%; }
	#about_xg #team { padding-bottom: 40px; }
	#about_xg .box2 .t h3 { font-size: 36px; }
	#about_xg .box2 .t p { font-size: 24px; }
	#about_xg .box2 .desc_box { margin-top: 30px; }
	#about_xg .box2 .desc_box .list .item .img2 .hover-mask { padding:0 15px; }
	#about_xg .box2 .desc_box .list .item .img2 .default-mask { padding: 0 15px; }
	#about_xg .box2 .desc_box .list .item .img2 .hover-mask h4 { font-size: 18px; }
	#about_xg .box2 .desc_box .list .item .img2 .hover-mask .loc { font-size: 18px; margin-bottom:15px; }
	#about_xg .box2 .desc_box .list .item .img2 .hover-mask .name { font-size: 18px; }
	#about_xg #brand .box ul { width: 100%; }
	#about_xg #brand .box .box_l .t h3 { font-size: 36px; }
	#about_xg #brand .box .box_l .t p { font-size: 24px; }
	#about_xg #honor .t h3 { font-size: 36px; }
	#about_xg #honor .t p  { font-size: 24px; }
	#about_xg #partner .t h3  { font-size: 36px; }
	#about_xg #partner .t p  { font-size: 24px; }
	#partner .box { margin-top: 30px; }
	#about_xg #message .t p { font-size: 28px; }
	#about_xg #message .t span { font-size: 24px; }
	#about_xg #message .box { align-items: center; }
	#about_xg #honor .ny_about_5_nr .nyhonorul li{width:25%;flex:auto;}
} 

@media(max-width: 991px) {
	#about_xg .box2 .desc_box .list .item .img2 .default-mask { padding:0 5px; }
	#about_xg .box2 .desc_box .list .item .img2 .default-mask .name { font-size: 15px; }
	#about_xg .box2 .desc_box .list .item .img2 .default-mask .loc { font-size: 14px; }
	#about_xg .box2 .desc_box .list .item { padding:0 5px;  margin-bottom:15px;}
	#about_xg .box2 .desc_box .list .item .img2 .hover-mask ul li { overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical; }
	#about_xg .box2 .desc_box .list .item .img2 .hover-mask h4 { font-size: 17px; }
	#about_xg #about .box .box_l .t h3 { font-size:  32px;}
	#about_xg .box2 .t h3 { font-size:  32px;}
	#about_xg .box2 .t p { font-size: 20px; }
	#about_xg #brand .box .box_l .t h3 { font-size:  32px;}
	#about_xg #brand .box .box_l .t p { font-size: 20px; }
	#about_xg #about .box .box_l .t p { font-size: 20px; }
	#about_xg #number .main .stat-items .stat-items-t-box .stat-items-t { font-size: 32px; }
	#about_xg #number .main .stat-items p {font-size: 16px;}
	#about_xg #number .main { padding:15px 0; }
	#about_xg #number { margin-top: -50px; }
	#about_xg #about { padding-top: 40px; }
	#about_xg #honor { padding: 40px 0; }
	#about_xg #honor .ny_about_5_nr { margin-top: 20px; }
	#about_xg #honor .t h3 { font-size:  32px;}
	#about_xg #honor .t p { font-size: 20px; }
	#about_xg #partner .t h3 { font-size:  32px;}
	#about_xg #partner .t p { font-size: 20px; }
	#about_xg #message .t p { font-size: 24px; }
	#about_xg #message .t span  { font-size: 20px; }
}

@media(max-width: 767px) {
	#about_xg #number { background: #154a9a; }
	#about_xg #number .main .stat-items { width: 50%; margin-bottom:15px;  }
	#about_xg #number .main .stat-items:nth-child(3), #about_xg #number .main .stat-items:nth-child(4) { margin-bottom: 0; }
	#about_xg #number .main .stat-items .stat-items-t-box .stat-items-t { font-size: 26px; }
	#about_xg #number .main .stat-items .stat-items-t-box .stat-items-unit { font-size: 18px; }
	#about_xg #number .main .stat-items p { font-size: 14px; }
	#about_xg #about .box { display: block; }
	#about_xg #about .box .box_l { width: 100%; margin-bottom: 15px; }
	#about_xg #about { padding-top: 20px; padding-bottom: 30px;}
	#about_xg #about .box .box_l .t h3 { font-size: 24px; }
	#about_xg #about .box .box_l .t p { font-size: 17px; margin-top: 0; }
	#about_xg #about .box .box_l a { margin-top: 30px; }
	#about_xg #about .box .box_r { width: 100%; padding:0; }
	#about_xg #about .box .box_r .list .t h3 { font-size: 22px; }
	#about_xg #about .box .box_r .list .t span { font-size: 16px; margin-bottom: 5px; }
	#about_xg #about .box .box_r .list .t p { font-size: 14px; }
	#about_xg #about .box .box_r .list .txt p { font-size: 14px; }
	#about_xg #team { padding-right: 0; padding-bottom: 20px; }
	#about_xg .box2 .t h3 { font-size: 24px; }
	#about_xg .box2 .t p { font-size: 17px; margin-top: 0; }
	#about_xg .box2 .desc_box .list .item { width: 100%; display: block; padding:0; margin:0; }
	#about_xg .box2 .desc_box .list { margin:0; padding-bottom: 35px; }
	#about_xg .box2 .desc_box { position: relative; }
	#about_xg .box2 .desc_box .owl-dots{ position: absolute;text-align: center;-webkit-transition: .3s opacity;-o-transition: .3s opacity;transition: .3s opacity;-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);z-index: 10;bottom: 0px;left: 0;width: 100%; }
	 #about_xg .box2 .desc_box .owl-dots .owl-dot { width: 8px;height: 8px;display: inline-block;border-radius: 100%;background: #000;opacity: .2;margin: 0 4px;cursor: pointer; }
	 #about_xg .box2 .desc_box .owl-dots .owl-dot.active { opacity: 1; background: #154a9a; }
	 #about_xg .box2 .desc_box .list .item .img2 .default-mask { padding: 0 15px; }
	 #about_xg .box2 { padding:30px 0; }
	 #about_xg #brand { height: auto; padding:30px 0; }
	 #about_xg #brand .box { display: block;  }
	 #about_xg #brand .box .box_l { width: 100%; display: block;padding-top: 0; }
	 #about_xg #brand .box .box_l .advantage_btn { position: relative; width: auto; height: auto; padding:0; margin:0;  background: none; top: 0; right: 0;  text-align: left;}
	 #about_xg #brand .box .box_l .advantage_btn a { display: inline-block;  text-align: left; margin-bottom: 0; margin-right: 15px; }
	 #about_xg #brand .box .box_r { width: 100%; display: block; position: relative; }
	 #about_xg #brand { height: auto; }
	 #about_xg #brand .box .box_l .t h3 { font-size: 24px; }
	 #about_xg #brand .box .box_l .t p { font-size: 17px; margin-top: 0; }
	 #about_xg #brand .box ul { margin-top: 20px; }
	 #about_xg #brand .box ul li .list { font-size: 14px; margin-top: 10px; margin-bottom:10px;}
	 #about_xg #brand .box ul li .t { font-size: 17px; }
	 #about_xg #brand .box .box_r img { max-width: 100%; height: auto; }
	 #about_xg #honor { padding:30px 0; }
	 #about_xg #honor .t h3 { font-size: 24px; }
	 #about_xg #honor .t p { font-size: 17px; margin-top: 0; }
	 #about_xg #honor .ny_about_5_nr li a p { font-size: 14px;  }
	 #about_xg #partner { padding:30px 0; }
	 #about_xg #partner .t h3 { font-size: 24px; }
	 #about_xg #partner .t p { font-size: 17px; margin-top: 0; }
	 #partner .box { margin-top: 20px; }
	 #about_xg #message { padding:40px 0; }
	 #about_xg #message .t p { font-size: 18px; }
	 #about_xg #message .t span { font-size: 14px; }
	 #about_xg #message .box { display: block; }
	 #about_xg #message .box .box_l p { font-size: 14px; }
	 #about_xg #message .box .box_l span { font-size: 16px; margin-right: 0; }
	 #about_xg #message .box .box_r p { text-align: left; margin-bottom:10px;}
	 #about_xg #message .box .box_r a { float: left; }

}




/*服务*/
#ny_serve { display: block;overflow: hidden; background: #f3f5f7;}
#ny_serve .serve_t { display: flex;align-items: center; justify-content: space-between; padding-top: 50px; padding-bottom: 40px; border-bottom: 2px solid #ddd;}
#ny_serve .serve_t h3 {font-size: 100px;color: #154a9a;text-transform: uppercase;font-weight: 100; }
#ny_serve .serve_t dt { width: 280px; display: block; }
#ny_serve .serve_t dt img { max-width: 100%; display: block; }

#ny_serve .box { display: block; padding:70px 0;}
#ny_serve .box .desc { display: flex; justify-content: space-between; background: #eaeaea;}
#ny_serve .box a:nth-child(odd) .desc { flex-direction: row-reverse; }
#ny_serve .box a { display: block; }
#ny_serve .box .desc .box_l { width: 50%; display: block; }
#ny_serve .box .desc .box_l dt { display: block; }
#ny_serve .box .desc .box_l dt img { max-width: 100%; display: block; }
#ny_serve .box .desc .box_r { width: 50%; display: block; position: relative; padding:2% 3%; color: #404c63;}
#ny_serve .box .desc .box_r .type { position: relative;padding-top: 26px;-webkit-transition: all .5s ease 0s;-moz-transition: all .5s ease 0s;-ms-transition: all .5s ease 0s;-o-transition: all .5s ease 0s;transition: all .5s ease 0s; }
#ny_serve .box .desc .box_r .type h6 {font-size: 18px;text-transform: uppercase; font-weight: bold; }
#ny_serve .box .desc .box_r .type::after { content: '';position: absolute;top: 0px;left: 0px;width: 110px;height: 2px;background-color: #404c63; }
#ny_serve .box a:nth-child(2) .desc .box_r .type::after, #ny_serve .box a:nth-child(4) .desc .box_r .type::after {  background-color: #fff;}
#ny_serve .box .desc .box_r .graytitlebox { height: calc(100% - 41px);position: relative; }
#ny_serve .box .desc .box_r .graytitlebox .graytitle { position: absolute; top: 48px; }
#ny_serve .box .desc .box_r .graytitlebox .graytitle .gx_ywbnp {font-size: 40px;margin-bottom: 10px;text-transform: uppercase;-webkit-transition: all .5s ease 0s;-moz-transition: all .5s ease 0s;-ms-transition: all .5s ease 0s;-o-transition: all .5s ease 0s;transition: all .5s ease 0s; }
#ny_serve .box .desc .box_r .graytitlebox .graytitle h2 { font-family: '宋体';font-size: 48px;margin-bottom: 35px;-webkit-transition: all .5s ease 0s;-moz-transition: all .5s ease 0s;-ms-transition: all .5s ease 0s;-o-transition: all .5s ease 0s;transition: all .5s ease 0s; }
#ny_serve .box .desc .box_r .graytitlebox .gx_jcen { font-size: 16px;color: #666666;line-height: 1.75;}
#ny_serve .box .desc .box_r .graytitlebox .gx_list {margin-top:20px;}
#ny_serve .box .desc .box_r .graytitlebox .gx_list h4{font-size:18px;margin-bottom:10px;}
#ny_serve .box .desc .box_r .graytitlebox .gx_list p{font-size:14px;line-height:24px;}
#ny_serve .box .desc .box_r .graytitlebox .bry_logo { opacity: 0;height: 0px;-webkit-transition: all .5s ease 0s;-moz-transition: all .5s ease 0s;-ms-transition: all .5s ease 0s;-o-transition: all .5s ease 0s;transition: all .5s ease 0s;}
#ny_serve .box .desc .box_r .graytitlebox .webul{ padding-top: 30px;}
#ny_serve .box .desc .box_r .graytitlebox .webul li { font-size: 18px;color: #404c63;position: relative;float: left;padding: 0 10px;margin-top: 15px; }
#ny_serve .box .desc:hover .box_r .graytitlebox .bry_logo { opacity: 1;height: 45px;margin-bottom: 30px; }
#ny_serve .box .desc:hover .box_r .graytitlebox .bry_logo img { display: block; }
#ny_serve .box .desc:hover .box_r .graytitlebox .webul li { font-size: 20px; padding-left: 0;}
#ny_serve .box .desc:hover .box_r .graytitlebox .graytitle h2  { font-size: 30px;margin-bottom: 30px; }
#ny_serve .box .desc:hover .box_r .graytitlebox .graytitle .gx_ywbnp { font-size: 30px;margin-bottom: 25px;margin-top: 10px; }
#ny_serve .box a:nth-child(2) .desc .box_r { background: #154a9a; color: #fff; }
#ny_serve .box a:nth-child(2) .desc .box_r .graytitlebox .gx_jcen { color: #fff; opacity: 0.8; }
#ny_serve .box a:nth-child(2) .desc .box_r .graytitlebox .webul li { color: #fff; }
#ny_serve .box a:nth-child(3) .desc .box_r { background: #eaeaea; color: #404c63; }
#ny_serve .box a:nth-child(3) .desc .box_r .graytitlebox .gx_jcen { color: #666666; opacity: 0.8; }
#ny_serve .box a:nth-child(3) .desc .box_r .graytitlebox .webul li { color: #fff; }
#ny_serve .box a:nth-child(4) .desc .box_r { background: #154a9a; color: #fff;  }
#ny_serve .box a:nth-child(4) .desc .box_r .graytitlebox .gx_jcen { color: #fff; opacity: 0.8; }


@media(max-width: 1630px) {
	#ny_serve .box .desc .box_r .graytitlebox .graytitle .gx_ywbnp { font-size: 32px; }
	#ny_serve .box .desc .box_r .graytitlebox .webul li { font-size: 16px; }
	#ny_serve .box .desc:hover .box_r .graytitlebox .webul li  { font-size: 18px; }
}

@media(max-width:1530px) {
	#ny_serve .box .desc .box_r .graytitlebox .graytitle h2 { font-size: 42px; }
	#ny_serve .box .desc .box_r .graytitlebox .webul { padding-top: 15px; }
}

@media(max-width: 1430px) {
	#ny_serve .box .desc .box_r .graytitlebox .graytitle { top: 28px; }
	#ny_serve .box .desc .box_r .graytitlebox .graytitle .gx_ywbnp { font-size: 26px; }
	#ny_serve .box .desc .box_r .graytitlebox .graytitle h2 { font-size: 36px; }
	#ny_serve .box .desc:hover .box_r .graytitlebox .graytitle h2 { margin-bottom: 15px; }
	#ny_serve .box .desc:hover .box_r .graytitlebox .webul li { font-size: 16px; }
}

@media(max-width: 1330px) {
	#ny_serve .box .desc .box_r { padding-left: 2%; padding-right: 0; }
	#ny_serve .box .desc:hover .box_r .graytitlebox .graytitle .gx_ywbnp { font-size: 24px; }
	#ny_serve .box .desc:hover .box_r .graytitlebox .bry_logo img { width: 70px; } 
	#ny_serve .box .desc:hover .box_r .graytitlebox .bry_logo { margin-bottom: 10px; }
	#ny_serve .box .desc .box_r .graytitlebox .gx_jcen { font-size: 14px; }
}

@media(max-width: 1199px) {
	#ny_serve .serve_t h3 { font-size: 72px; }
	#ny_serve .serve_t dt { width: 180px; }
	#ny_serve .box .desc { display: block; }
	#ny_serve .box .desc .box_l { display: block; width: 100%; }
	#ny_serve .box .desc .box_r { display: block; width: 100%; padding-top: 3%; padding-bottom: 3%; margin-bottom: 40px; }
	#ny_serve .box .desc .box_l dt img {max-width: none; width: 100%;}
	#ny_serve .box .desc .box_r .graytitlebox .graytitle { position: relative; top: 0; }
}
@media(max-width: 991px) {
	#ny_serve .box .desc .box_r{margin-bottom:0;}
	#ny_serve .box .desc .box_l, #ny_serve .box .desc .box_r .graytitlebox .gx_list{display:none;}
	#ny_serve .box a:nth-child(2) .desc .box_r{background:#eaeaea;color: #404c63;}
	#ny_serve .box a:nth-child(2) .desc .box_r .type::after, #ny_serve .box a:nth-child(4) .desc .box_r .type::after{background-color: #404c63;}
	#ny_serve .box a:nth-child(2) .desc .box_r .graytitlebox .gx_jcen{color: #666666;}
}

@media(max-width: 767px) {
	#ny_serve .serve_t h3 { font-size: 20px; }
	#ny_serve .serve_t dt { width: 60px; }
	#ny_serve .serve_t { padding-top: 20px; padding-bottom: 15px; border-bottom: 1px solid #ddd; }
	#ny_serve .box { padding:30px 0 0 0; }
	#ny_serve .box .desc .box_r .type { padding-top: 10px; padding-bottom: 10px;}
	#ny_serve .box .desc .box_r .type h6 { font-size: 14px; }
	#ny_serve .box .desc .box_r .graytitlebox .graytitle .gx_ywbnp { font-size: 22px; }
	#ny_serve .box .desc .box_r .graytitlebox .graytitle h2 { font-size: 24px; }
	#ny_serve .box .desc .box_r .graytitlebox .gx_jcen { width: auto; }
	#ny_serve .box .desc .box_r .graytitlebox .webul li { font-size: 14px; }
	#ny_serve .box .desc:hover .box_r .graytitlebox .graytitle .gx_ywbnp { font-size: 22px; }
	#ny_serve .box .desc:hover .box_r .graytitlebox .graytitle h2 { font-size: 24px; }
	#ny_serve .box .desc:hover .box_r .graytitlebox .webul li { font-size: 14px; }
	#ny_serve .box .desc .box_r { padding: 6% 2%; }
}


/*品牌策略*/
#strategy { display: block; overflow: hidden; }
#strategy .box { display: block;background: url(../images/strategy.jpg) no-repeat top center;background-size: cover; width: 100%; height: 100vh; padding-top: 40vh;  }
#strategy .box .desc {  display: block; width: 55%;}
#strategy .box .desc .t { font-size: 50px;color: #333;font-family: "Microsoft JhengHei";white-space: nowrap; margin-bottom: 35px; }
#strategy .box .desc .t span { font-size: 24px; }
#strategy .box .desc .list { font-family: "Microsoft JhengHei";font-size: 20px;color: #404040;line-height: 1.8; margin-bottom: 50px;}
#strategy .box .desc ul { display: block; }
#strategy .box .desc ul li { display: inline-block; width: 15%; font-size: 18px;color: #154a9a;font-family: "Microsoft JhengHei";padding-left: 10px;padding-right: 2%;line-height: 30px;}
#strategy .box2 { display: block;background: url(../images/g_kejibj.jpg) no-repeat top center;background-size: cover; width: 100%; }
#strategy .box2 .desc { padding:90px 0 140px 0;  display: flex; justify-content: space-between; align-items: center;}
#strategy .box2 .desc .box_l { display: block; width: 50%; }
#strategy .box2 .desc .box_l .t { display: block; }
#strategy .box2 .desc .box_l .t p { font-size: 48px;color: #ffffff;text-transform: uppercase;}
#strategy .box2 .desc .box_l .t h3 { font-size: 52px;color: #ffffff;font-family: "Microsoft JhengHei"; }
#strategy .box2 .desc .box_l .list { display: block;  margin-top:70px;}
#strategy .box2 .desc .box_l .list ul { display: flex; justify-content: space-between; flex-wrap: wrap; }
#strategy .box2 .desc .box_l .list ul li { font-size: 18px; color: #fff; display: block; width: 50%; margin-bottom:20px; line-height:1.6;font-family: "Microsoft JhengHei"; }
#strategy .box2 .desc .box_r { display: block; position: relative;}
.g_methodr { width: 650px;position: relative;}
.g_methodrimg2 { position: absolute; left: 54px; top: 54px; z-index: 1; width: calc(100% - 108px); height: calc(100% - 108px); animation: kejia 30s infinite linear; -webkit-animation: kejia 30s infinite linear;}
.g_methodrimg2g { position: absolute; height: 100%; left: 0; top: 0; width: 100%; animation: kejib 30s infinite linear; -webkit-animation: kejib 30s infinite linear;}
.g_methodrimg2g img { width: 100%; display: block;}
@-webkit-keyframes kejia { from {     transform: rotate(0); } to {     transform: rotate(360deg); }}
@keyframes kejia { from {     transform: rotate(0); } to {     transform: rotate(360deg); }}
.g_methodrimg2b1 { width: 47px; position: absolute; left: 152px; top: -3px; display: block; animation: kejib 30s infinite linear; -webkit-animation: kejib 30s infinite linear;}
.g_methodrimg2b2 { width: 47px; position: absolute; right: 415px; bottom: 33px; display: block; animation: kejib 30s infinite linear; -webkit-animation: kejib 30s infinite linear;}
.g_methodrimg2a { width: 100%; display: block;}
.g_methodrimg1 { width: 100%; display: block;}
@-webkit-keyframes kejib { from {     transform: rotate(0); } to {     transform: rotate(-360deg); }}
@keyframes kejib { from {     transform: rotate(0); } to {     transform: rotate(-360deg); }}
.g_methodbox { position: relative; padding-top: 97px; padding-bottom: 145px;}
.g_methodltit h5 { font-size: 90px; color: #ffffff; font-family: "Microsoft JhengHei"; margin-top: 66px;}
.g_methodltit span { font-size: 48px; color: #ffffff;}
.g_methlast { margin-top: 130px;}

.g_advaitm span { display: block; margin: auto;}
.g_advaitm h5 { font-size: 24px; color: #464646; text-align: center;  font-family: "Microsoft JhengHei";}
.g_advatit span { font-size: 48px; color: #464646; text-align: center; display: block; margin-top: 114px;}
.g_advatit h5 { font-size: 90px; color: #464646; text-align: center; margin-top: 85px; font-family: "Microsoft JhengHei";}
.g_advap { width: 1345px; margin: 100px auto 0; text-align: center;}

#strategy .box3 { display: block; padding:80px 0; background: #f4f4f4; }
#strategy .box3 .t { display: block; text-align: center;  }
#strategy .box3 .t span { font-size: 42px;color: #464646;text-align: center;display: block;}
#strategy .box3 .t p { font-size: 52px;color: #464646;text-align: center;margin-top: 15px;font-family: "Microsoft JhengHei";}
#strategy .box3 .t .list { font-family: "Microsoft JhengHei";font-size: 20px;color: #666;line-height: 20px;display: block; margin-top:30px; }
#strategy .box3 .desc { display: block; margin-top: 160px;  }
#strategy .box3 .desc .g_advailast { display: flex; justify-content: space-between; }
#strategy .box3 .desc .g_advailast .g_advaitm { width: 25%; text-align: center; display: block; }
.g_adva {padding-bottom: 100px;}
.g_detailsbox {padding-top: 83px;padding-bottom: 110px;position: relative;z-index: 2;}
.g_detailsbox span {font-size: 42px;color: #fff;text-align: center;display: block;}
.g_detailsbox h5 {font-size: 52px;color: #ffffff;text-align: center;font-family: "Microsoft JhengHei";margin-top: 50px;}
.g_detailsbox p {font-size: 24px;line-height: 36px;color: #ffffff;text-align: center;font-family: "Microsoft JhengHei";}
.g_detailsp {margin-top: 40px;}
.caseanli .cm_box {width: 25%;margin: 0px 0;margin-left: 0%;padding-left: 4px;padding-right: 4px;}
.g_caanli {padding-top: 96px;background: #eeeeee;}
.g_caanlitit {text-align: center;margin-bottom: 96px;}
.g_caanlitit h5 {font-size: 60px;color: #464646;display: inline-block;}
.cm_boxn {position: relative;width: 100%;}
.g_padding2 {padding-left: 115px;padding-right: 120px;}
.g_harlast .slick-prev {width: 40px;height: 40px;background: url(../images/g_prev.png) no-repeat;background-position: center;background-size: cover;z-index: 1;left: -100px;}
.g_harlast .slick-next {width: 40px;height: 40px;background: url(../images/g_next.png) no-repeat;background-position: center;background-size: cover;z-index: 1;right: -80px;}
.g_advaitm .g_advaitma {width: 224px;display: block;position: relative;}
.g_advaitm .g_advaitma img {width: 100%;display: block;left: 0;top: 0;}
.g_advaitma1 {position: relative;opacity: 1;}
.g_advaitma {background: url(../images/g_shouh1.png) no-repeat;background-position: center;background-size: cover;animation: shouhui 2.6s infinite;-webkit-animation: shouhui 2.6s infinite;}
/*动画*/
@-webkit-keyframes shouhui {

    0% {

        background: url(../images/g_shouh1.png) no-repeat;

        background-position: center;

        background-size: cover;

    }

    25% {

      

        background-position: center;

        background-size: cover;

    }

    50% {
        background-position: center;

        background-size: cover;

    }

    75% {


        background-position: center;

        background-size: cover;

    }

    100% {

        background: url(../images/g_shouh1.png) no-repeat;

        background-position: center;

        background-size: cover;

    }

}

@keyframes shouhui {

    0% {

        background: url(../images/g_shouh1.png) no-repeat;

        background-position: center;

        background-size: cover;

    }

    25% {



        background-position: center;

        background-size: cover;

    }

    50% {



        background-position: center;

        background-size: cover;

    }

    75% {


        background-position: center;

        background-size: cover;

    }

    100% {

        background: url(../images/g_shouh1.png) no-repeat;

        background-position: center;

        background-size: cover;

    }

}

.g_advaitmb {width: 156px;display: block;margin: auto;position: relative;}
.g_advaitmb img {display: block;}
.g_advaitmb1 {width: 100%;position: relative;z-index: 1;}
.g_advaitmb2 {width: 56px;position: absolute;left: 0;top: 0px;animation: hangpai 2.6s infinite;-webkit-animation: hangpai 2.6s infinite;}
.g_advaitmb3 {width: 56px;position: absolute;right: 0px;top: 0px;animation: hangpai 2.6s infinite;-webkit-animation: hangpai 2.6s infinite;}
.g_advaitmb4 {width: 56px;position: absolute;left: 0px;bottom: 0px;animation: hangpai 2.6s infinite;-webkit-animation: hangpai 2.6s infinite;}
.g_advaitmb5 {width: 56px;position: absolute;right: 0px;bottom: 0px;animation: hangpai 2.6s infinite;-webkit-animation: hangpai 2.6s infinite;}
/*动画*/
@-webkit-keyframes hangpai {

    0% {

        transform: rotate(0deg);

    }

    100% {

        transform: rotate(360deg);

    }

}

@keyframes hangpai {

    0% {

        transform: rotate(0deg);

    }

    100% {

        transform: rotate(360deg);

    }

}

.g_advaitmc {width: 190px;display: block;}
.g_advaitmc img {width: 100%;display: block;}
.g_padding3 {padding-left: 245px;padding-right: 245px;}
.caseanli .caseph {display: block;}
.caseanli .caphtitle h4 {font-size: 60px;color: #464646;font-family: "Microsoft JhengHei";text-align: center;}
.caseanli .caphtitle {padding-top: 90px;padding-bottom: 90px;}
.caseanli .txtdiv h3 {font-size: 30px;color: #464646;font-family: "Microsoft JhengHei";}
.caseanli .txtdiv p {font-size: 24px;color: #848484;font-family: "Microsoft JhengHei";line-height: 42px;height: 84px;overflow: hidden;}
.g_advaitme img {width: 100%;opacity: 1;}
.g_advaitme {position: relative;width: 77px;}
.g_advaitme span {width: 33px;position: absolute;display: block;left: 50%;transform: translateX(-50%);bottom: 34px;background: url(../images/g_h51.png) no-repeat;background-position: center;background-size: cover;animation: nyh 5 2.6s infinite;-webkit-animation: nyh 5 2.6s infinite;}
.g_advaitmiocbox>span { position: relative;transform: translateY(-50%); }
.g_advaitme span img {width: 100%;opacity: 0;}
.caseanli .messdiv .zandiv {width: 29px;background: transparent;height: inherit;}
.caseanli .messdiv .zandiv img {position: relative;left: inherit;top: inherit;transform: translate(0, 0);}
.caseanli .messdiv .zandiv img {width: 100%;display: block;}
.caseanli .txtdiv {padding: 45px 42px 64px 42px;}
.g_advaitmiocbox { height: 120px;position: relative; }
.g_advaitmiocbox>span .g_advaitmda { width: 100%;display: block; }.g_advaitmd { width: 221px; }
.g_details {position: relative;overflow: hidden;}
.g_detailsimgbox {width: 100%;height: 410px;position: absolute;left: 0;bottom: 0;z-index: 1;}
/*动画*/
@keyframes move_wave {

    0% {

        transform: translateX(0) translateZ(0) scaleY(1)
    }

    50% {

        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }

    100% {

        transform: translateX(-50%) translateZ(0) scaleY(1)
    }

}

@-webkit-keyframes move_wave {

    0% {

        transform: translateX(0) translateZ(0) scaleY(1)
    }

    50% {

        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }

    100% {

        transform: translateX(-50%) translateZ(0) scaleY(1)
    }

}

.waveWrapper {overflow: hidden;position: absolute;left: 0;right: 0;bottom: 0;top: 0;margin: auto;}
.waveWrapperInner {position: absolute;width: 100%;overflow: hidden;height: 120%;bottom: -1px;}
.bgTop {z-index: 15;opacity: 0.5;position: absolute;left: 0;top: -130px;}
.bgMiddle {z-index: 10;opacity: 0.75;}
.bgBottom {z-index: 5;}
.wave {position: absolute;left: 0;width: 200%;height: 100%;background-repeat: repeat no-repeat;background-position: 0 bottom;transform-origin: center bottom;}
.waveTop {background-size: 50% 160px;}
.waveAnimation .waveTop {animation: move-wave 3s;-webkit-animation: move-wave 3s;-webkit-animation-delay: 1s;animation-delay: 1s;}
.waveMiddle {background-size: 50% 230px;}
.waveAnimation .waveMiddle {animation: move_wave 10s linear infinite;}
.waveBottom {background-size: 50% 500px;}
.waveAnimation .waveBottom {animation: move_wave 15s linear infinite;}
.g_advaitmg {display: none;}
.serdetails .caphtitle {padding-top: 90px;padding-bottom: 90px;}

#strategy .box5 { display: block; padding:100px 0; background: #f7f7f7; }
#strategy .box5 .t { text-align: center; display: block; }
#strategy .box5 .t p { font-size: 42px;color: #464646;text-align: center;display: block;text-transform: uppercase;}
#strategy .box5 .t h3 { font-size: 52px;color: #464646;text-align: center;margin-top: 15px;font-family: "Microsoft JhengHei"; }
#strategy .box5 .desc { display: block; margin-top: 70px; }
#strategy .box5 .desc ul { margin:0 -15px; display: flex; flex-wrap: wrap; }
#strategy .box5 .desc ul li { padding:0 15px; width: 33.33%; margin-bottom: 30px; }
#strategy .box5 .desc ul li a{ display: block;box-shadow: 0px 0px 15px rgba(0,0,0,0.1); }
#strategy .box5 .desc ul li a img { max-width: 100%; display: block; }
#strategy .box5 .desc ul li .txt { display: block; padding:30px 35px 50px 35px;; background: #fff; }
#strategy .box5 .desc ul li .txt .bt { color: #464646;font-size: 20px; display: block; margin-bottom: 10px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
#strategy .box5 .desc ul li .txt .list { font-size: 16px;color: #848484;line-height: 1.8;overflow: hidden; text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;height: 56px;}

#case_desc { display: block; padding: 60px 0 80px 0; overflow: hidden; }
#case_desc .box { display: flex; background: #154a9a; align-items: center; }
#case_desc .box .box_l { width: 50%; display: block; padding:2%; }
#case_desc .box .box_l dt {display: block;}
#case_desc .box .box_l dt img { max-width: 100%; display: block; }
#case_desc .box .box_r { width: 50%; display: block; padding-right:5%; }
#case_desc .box .box_r .desc { display: block; }
#case_desc .box .box_r .desc h1 { font-size: 36px;color: #fff;font-family: "Microsoft JhengHei";white-space: nowrap;margin-bottom: 35px; }
#case_desc .box .box_r .desc .list { font-size: 16px; display: block; line-height: 1.8; font-family: "Microsoft JhengHei"; color: rgba(255,255,252,0.9);display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
#case_desc .box .box_r ul { display: block; margin-top: 5%; color: #fff;}
#case_desc .box .box_r ul li { display: block;  margin-bottom: 10px; font-size: 14px;  }
#case_desc .box .box_r ul li p { display: inline-block; }
#case_desc .showpro-det { display: block; background: #f7f7f7;min-height: 200px;  padding:2%; }
#case_desc .showpro-det .t { display: block;text-align: center; }
#case_desc .showpro-det .t h1 { font-size: 22px; line-height: 2; color: #444;  }
#case_desc .showpro-det .pages { display: block; overflow: hidden; margin-bottom: 10px; }
#case_desc .showpro-det .pages a { font-size: 14px; display: block; line-height: 2; color: #777; }
#case_desc .showpro-det .pages a:hover { color: #154a9a; }
#case_desc .showpro-det .showpro-desc { font-size: 16px; color: #454545; display: block; line-height: 1.8; }
#case_desc .showpro-det .showpro-desc img {  display: block; max-width: 100%; }
#case_desc .showpro-det .showpro-desc video{display:block;margin:0 auto;width:auto !important;height:auto !important;max-width:100%;}
#case_desc .showpro-det .showpro-desc>p,#case_desc .showpro-det .showpro-desc>div{margin-bottom:10px;}
#contact { display: block; overflow: hidden; position: relative; }
#contact .box { display: block; position: relative; overflow: hidden; }
#contact .box img { width: 100%; display: block; }
#contact .box .desc { display: flex; position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 1; align-items: center; }
#contact .box .desc .box_l { width: 50%; display: block;  padding-left: 4%;}
#contact .box .desc .box_l .list { display: block; }
#contact .box .desc .box_l .list h3 { font-size: 36px;color: #fff;margin-bottom: 25px;letter-spacing: 2px;text-transform: uppercase; }
#contact .box .desc .box_l .list span { font-size: 22px;color: #fff;margin-bottom: 45px;}
#contact .box .desc .box_r { position: relative; width: 50%; padding-left:12%; }
.map_center p {position: relative;font-size: 36px;font-weight: bold;padding: 0 120px 20px 0;color: #fff;border-bottom: 1px solid #fff;text-transform: uppercase;width: 40%;}
#contact .box .map_center p  img{ width: auto; max-width: 100%; display: block; }
.map_center p:after {content: '';position: absolute;right: 0px;bottom: 0px;transform: translateY(50%);width: 17px;height: 17px;background: #fff;border-radius: 50%;}
.map_center span {position: absolute;right: -40px;bottom: -50px;width: 100px;height: 100px;background-color: #154a9a;border-radius: 50%;/animation: dots 3s infinite;-moz-animation: dots 3s infinite;-webkit-animation: dots 3s infinite;-o-animation: dots 3s infinite;display: block;}

@keyframes dots {

    0% {

        transform: scale(0);

        -ms-transform: scale(0);

        -moz-transform: scale(0);

        -webkit-transform: scale(0);

        -o-transform: scale(0);



        opacity: .3;

    }

    100% {

        transform: scale(5);

        -ms-transform: scale(5);

        -moz-transform: scale(5);

        -webkit-transform: scale(5);

        -o-transform: scale(5);

        opacity: 0;

    }

}

@media(max-width: 1199px) {
	#strategy .box { padding-top: 30vh; }
	#strategy .box .desc .list { font-size: 16px; }
	#strategy .box .desc .t { font-size: 36px; }
	#strategy .box .desc .t span { font-size: 20px; }
	#strategy .box .desc ul li { width: auto; }
	#strategy .box2 .desc .box_l .t p { font-size: 36px; }
	#strategy .box2 .desc .box_l .t h3 { font-size: 32px; }
	.g_methodr { width: 380px; }
	.g_methodrimg2b2 { display: none; }
	.g_methodrimg2b1 { left: 200px; top: 7px; }
	#strategy .box2 .desc { padding: 70px 0 100px 0; }
	#strategy .box2 .desc .box_l .list ul li { font-size: 16px; padding-right: 5%; }
	#strategy .box3 .t span { font-size: 36px; }
	#strategy .box3 .t p { font-size: 32px; }
	#strategy .box3 .t .list { display: block;line-height: 1.8; font-size: 16px; }
	.g_advaitm h5 { font-size: 20px; }
	.g_detailsbox { padding-top: 50px;padding-bottom: 70px; }
	.g_detailsbox span {font-size: 36px;  }
	.g_detailsbox h5 { font-size: 32px; margin-top: 20px; }
	.g_detailsbox p { font-size: 18px; }
	#strategy .box5 { padding:50px 0; }
	#strategy .box5 .t p {font-size: 36px;  }
	#strategy .box5 .t h3 { font-size: 32px;}
	#strategy .box5 .desc ul { margin: 0 -5px; }
	#strategy .box5 .desc ul li { padding:0 5px; }
	#strategy .box5 .desc { margin-top:30px; }
	#strategy .box5 .desc ul li .txt { padding: 25px 15px; }
	#strategy .box5 .desc ul li .txt .bt { font-size: 18px; }
	#strategy .box5 .desc ul li .txt .list { font-size: 14px; }
	#case_desc .box .box_r .desc h1 { font-size: 26px; margin-bottom: 15px; }

}

@media(max-width: 991px) {
	#strategy .box2 .desc { display: block; }
	#strategy .box2 .desc .box_l { width: 100%; display: block; }
	.g_advaitm .g_advaitma { width: 110px; }
	.g_advaitmb  { width: 110px; }
	.g_advaitmb2,.g_advaitmb3,.g_advaitmb4,.g_advaitmb5 { width: 30px; }
	.g_advaitmc { width: 120px; }
	.g_advaitmd{ width: 140px; }
	.g_advaitme { width: 55px; }
	.g_advaitmiocbox { height: 75px; }

	#case_desc .box { display: block; }
	#case_desc .box .box_l { display: block; width: 100%; }
	#case_desc .box .box_r { display: block; width: 100%; padding:2%;}
}


@media(max-width: 767px) {
	#strategy .box .desc { width: 100%;  }
	#strategy .box .desc .t { font-size: 24px; display: block;}
	#strategy .box .desc .t span { display: block; font-size: 16px; text-indent: -1em; }
	#strategy .box .desc .list { font-size: 14px; }
	#strategy .box .desc ul li { font-size: 16px; }
	#strategy .box2 .desc { padding: 40px 0 50px 0; }
	#strategy .box2 .desc .box_l .t p { font-size: 24px; }
	#strategy .box2 .desc .box_l .t h3 { font-size: 22px; }
	#strategy .box2 .desc .box_l .list { margin-top: 30px; margin-bottom: 15px;}
	#strategy .box2 .desc .box_l .list ul li { font-size: 14px; width: 100%; margin-bottom: 10px; padding-right: 0; }
	.g_methodr { width: 100%; max-width: 380px; }
	#strategy .box3 { padding: 35px 0 10px 0; }
	#strategy .box3 .t span { font-size: 24px; }
	#strategy .box3 .t p  { font-size: 22px; }
	#strategy .box3 .t .list { font-size: 14px; margin-top:10px; }
	#strategy .box3 .desc .g_advailast .g_advaitm { width: 50%; float:left; margin-bottom: 30px;}
	#strategy .box3 .desc .g_advailast {display: block;}
	#strategy .box3 .desc { margin-top: 30px; }
	.g_advaitmiocbox { height: 140px; }
	.g_advaitmiocbox>span { transform: translateY(0%); }
	.g_advaitm h5 {  font-size: 16px; }
	.g_advaitmiocbox>span .g_advaitmda {  transform: translateY(40%);}
	.g_advaitm .g_advaitma {  transform: translateY(20%);}
	.g_detailsbox span { font-size: 24px; }
	.g_detailsbox h5  { font-size: 22px; }
	.g_detailsbox p  { font-size: 14px; line-height: 1.8;}
	.g_detailsp { margin-top: 20px; }
	#strategy .box5 .t p { font-size: 24px; }
	#strategy .box5 .t h3  { font-size: 22px; margin-top: 10px; }
	#strategy .box5 .desc ul li { width: 50%; margin-bottom: 15px;}
	#strategy .box5 .desc ul li .txt { padding: 10px 15px; }
	#strategy .box5 .desc ul li .txt .bt { font-size: 16px; }
	#case_desc .box .box_r { padding:5% 3%; }
	#case_desc .box .box_r .desc h1 { font-size: 24px; margin-bottom: 10px; }
	#case_desc .box .box_r .desc .list { font-size: 14px; }
	#case_desc .showpro-det p { font-size: 14px; }
	#case_desc { padding:35px 0; }
	#case_desc .showpro-det .t h1{font-size:18px;line-height:30px;margin-bottom:10px;}
}


#contact .box2 { display: block; overflow: hidden; padding:80px 0  30px 0; background: #f3f7f3; }
#contact .box2 .t { display: flex; align-items: center;}
#contact .box2 .t p { font-size: 60px;color: #154a9a;display: inline-block;margin-right: 72px;text-transform: uppercase;letter-spacing: .5px;line-height: 66px; }
#contact .box2 .t span { font-size: 24px;color: #154a9a;line-height: 66px;letter-spacing: 1.5px;  }
#contact .box2 .t span em {  }

#contact .box2 .desc { display: block; margin-top: 50px;}
#contact .box2 .desc ul { display: flex;  flex-wrap: wrap;margin:0 -15px; }
#contact .box2 .desc ul li { width: 33.33%; padding:0 15px; margin-bottom: 30px; }
#contact .box2 .desc ul li .nr { display: flex; border:1px solid rgba(0,0,0,0.1); padding:30px 25px; align-items: center; justify-content: space-between;}
#contact .box2 .desc ul li .nr dt { width: 25%; display: block;  }
#contact .box2 .desc ul li .nr dt img { max-width: 100%; display: block; }
#contact .box2 .desc ul li .nr .list { width: 70%; display: block; }
#contact .box2 .desc ul li .nr .list p { font-size: 18px;font-weight: bold;color: #464646;line-height: 20px; }
#contact .box2 .desc ul li .nr .list span { margin-bottom: 24px;margin-top: 9px; display: block;font-size: 18px;color: #464646; }
#contact .box2 .desc ul li .nr .list span { font-weight: bold; }
#contact .box2 .desc ul li .nr .list .tel { color: #848484;line-height: 30px; display: block; }
#contact .box2 .desc ul li .nr .list .tel em { font-weight: bold; color: #555; }
#contact .box2 .desc ul li .nr .list .mail { color: #848484;line-height: 30px; display: block; }
#contact .box2 .desc ul li .nr .list .mail em { font-weight: bold; color: #555; }
#contact .box2 .desc ul li .nr .list .add em {  font-weight: bold; color: #555; }
#contact .box2 .desc ul li .nr .list .url { color: #848484;line-height: 30px; display: block; }
#contact .box2 .desc ul li .nr .list .url em {  font-weight: bold; color: #555; }
#contact .box2 .desc ul li .nr .list .add { color: #848484;line-height: 30px;font-family: "微软雅黑"; }

#contact .box3 { display: block; overflow: hidden; padding:10px 0  60px 0; background: #f3f7f3; }
#contact .box3 .t { display: flex; align-items: center;}
#contact .box3 .t p { font-size: 44px;color: #154a9a;display: inline-block;margin-right: 30px;text-transform: uppercase;letter-spacing: .5px;line-height: 66px; }
#contact .box3 .t span { font-size: 32px;
    color: #333;
    opacity: 1;
    display: inline-block;}
#contact .box3 .img { display: block; margin-top: 30px;}
#contact .box3 .img img { max-width: 100%; display: block; }

@media(max-width: 1199px) {
	#contact .box .desc .box_l .list h3 { font-size: 26px; }
	#contact .box .desc .box_l .list span  { font-size: 20px; }
	#contact .box2 { padding:50px 0; }
	#contact .box2 .t p, #contact .box3 .t p { font-size: 36px; margin-right: 22px;}
	#contact .box2 .t span, #contact .box3 .t span { font-size: 20px; }
	#contact .box2 .desc ul li { width: 50%;padding: 0 10px;margin-bottom: 20px; }
	#contact .box2 .desc { margin-top: 25px; }
}

@media(max-width: 991px) {
	#contact .box { margin-top: 70px; }
}

@media(max-width: 767px) {
	#contact .box { margin-top: 50px;  }
	#contact .box .desc .box_r { display: none; }
	#contact .box .desc .box_l { width: 100%; display: block; }
	#contact .box .desc .box_l .list h3 { font-size: 18px; margin-bottom: 10px; }
	#contact .box .desc .box_l .list span { font-size: 16px; }
	#contact .box2 { padding: 30px 0 0; }
	#contact .box2 .t { display: block; }
	#contact .box2 .t p, #contact .box3 .t p { display: block; font-size: 20px; line-height: 1; }
	#contact .box2 .t span, #contact .box3 .t span { font-size: 16px; line-height: 2;}
	#contact .box2 .desc ul li { width: 100%; }
	#contact .box2 .desc ul li .nr { padding: 20px 10px; }
}

@media(max-width: 640px) {
	#contact .box { margin-top: 0px;}
}




/*发展历程修改*/
#course { display: block; padding:80px 0 80px 0; background: #f5f5f5; }
#course .box { display: flex; justify-content: space-between; flex-wrap: wrap;align-items: flex-start; }
#course .box .box_l {  width: 100%; text-align: center; display: block; }
#course .box .box_l .t { display: block; }
#course .box .box_l .t h3 { font-size: 40px;color: #333333;display: block;font-weight: bold;}
#course .box .box_l .t p { font-size: 32px;font-family: 'arial';color: #dadada;text-transform: uppercase;line-height: 34px;font-weight: bold;margin-top: 10px; }
#course .box .box_l .desc {margin:0 auto;  font-size: 15px; color: #666; display: block; line-height: 1.8; margin-top: 25px; max-width: 50%; text-align: center;}
#course .box .box_r { width: 100%; display: block; }
#course .box .box_r ul { display: flex; margin-top: 40px; }
#course .box .box_r ul li { width: 33.33%; background: #fff; display: block; padding:3%; position: relative; overflow: hidden; margin:0 20px;}
#course .box .box_r ul li .c-title { margin-bottom: 20px;color: #333; font-size: 24px;}
#course .box .box_r ul li .c-text { font-size: 15px; display: block; line-height: 1.8; color: #666; }
#course .box .box_r ul li .c-num { position: absolute;right: 10px;bottom: -20px;font-size:72px;line-height: 1;color: #ddd; font-weight: bold; display: block; }
@media(max-width: 767px) {
    #course{padding:30px 0;}
    #course .box .box_l .t h3{font-size:24px;}
    #course .box .box_l .t p{font-size:18px;}
    #course .box .box_l .desc{margin-top:0;max-width:none;font-size:14px;}
    #course .box .box_r ul{display:block;margin-top:20px;}
    #course .box .box_r ul li{width:100%;margin:0;margin-bottom:20px;padding-bottom:35px;}
    #course .box .box_r ul li .c-title{font-size:20px;margin-bottom:10px;}
    #course .box .box_r ul li .c-text{font-size:14px;}
    #course .box .box_r ul li .c-num{font-size:50px;bottom:-15px;}
}

#about_xg #office{ padding-top: 70px; }
#office .office_t .photo_t { display: block; }
#office .office_t .photo_t .t:first-child { display: block; }
#office .office_t .photo_t .t { display: none; }
#office .office_t .photo_t .t h3 { font-size: 32px;color: #fff;display: block;font-weight: bold; }
#office .office_t .photo_t .t p { font-size: 22px;font-family: 'arial';color: rgb(255,255,255,0.8);text-transform: uppercase;line-height: 34px;font-weight: bold;margin-top: 10px; }
#office .office_t .photo_nav { display: block; }
#office .office_t .photo_nav .photo_nav_btn{width: 292px;display: block;line-height: 48px;height: 48px;border-radius: 50px;background: #fff;box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.07);font-size: 0;}
#office .office_t .photo_nav .photo_nav_btn a {width: 50%;  display: inline-block;text-align: center;font-size: 18px;color: #666;border-radius: 50px;transition: all 0.5s; }
#office .office_t .photo_nav .photo_nav_btn a.on { background: #154a9a; color: #fff; }


/*架构图*/
#structure { display: block; padding:80px 0; background: #154a9a; }
#structure dt { display: block; }
#structure dt img { max-width: 100%; display: block; margin:0 auto; }
/*环境图*/
#surroundings { padding:70px 0 0 0; overflow: hidden; }
#surroundings dt { margin-top: 60px; }
#surroundings dt img { display: block; max-width: 100%; width:100%;}
#surroundings dt img+img{display:none;}


/*合作留影*/
#picture_xg { display: block; padding:60px 0; background: #f5f5f5; margin-top: 50px; overflow: hidden;}
#picture_xg .title p { color: #ddd; }
#picture_xg .box { display: block; margin-top: 50px; }
#picture_xg .box li { padding:0 10px; display: block;margin-bottom:20px; }
#picture_xg .box li a { display: block; }
#picture_xg .box li a img { display: block; max-width: 100%; }
#picture_xg .box li a h3 { font-size: 18px; color: #333; text-align: center; display: block; line-height: 2; margin-top: 10px;}
#picture_xg .box li a p{font-size:14px;color:#666;text-align:center;height:100px;}

/*产品搜索*/
.pro_ss { display: block; position: relative; overflow: hidden;float:left;}
.pro_ss .form-group { display: block; margin:0; }
.pro_ss .form-group .text { width: 300px; background: #f5f5f5; float: left; line-height: 50px; padding-left: 15px }
.pro_ss .form-group .s_bt { float: left;width: 70px;  line-height: 50px; background: #154a9a; display: block;text-align: center; font-size: 14px; color: #fff; }

.pro_stxt{float:left;margin-left:20px;line-height:50px;font-size:16px;}
.pro_stxt a{}
@media(max-width: 500px) {
	.pro_ss{width:100%;}
	.pro_ss .form-group .text { width: calc(100% - 70px);}
	.pro_stxt{margin-left:0;font-size:14px;}
}
@media(max-width: 767px) {
	#honor.inhor{padding-top:30px;}
	#honor.inhor .t{text-align:center;position:relative;}
	#honor.inhor .t h3{font-size: 24px;color: #333333;display: block;font-weight: bold;}
	#honor.inhor .t p{font-family: 'arial';color: #dadada;text-transform: uppercase;line-height: 34px;font-weight: bold;font-size: 17px;}
	#honor.inhor .ny_about_5_nr{display: block;position: relative;margin-top: 20px;}
	#honor .ny_about_5_nr li{display: block;}
	#honor .ny_about_5_nr li a {display: block;padding: 20px 0px 0;border: 1px solid #eee;background: #fff;transition: all 0.3s;}
	#honor .ny_about_5_nr li a img {max-width: 100%;display: block;}
	#honor .ny_about_5_nr li a p{font-size: 14px;color: #666666;line-height: 2;text-align: center;display: block;margin: 0px 0 15px 0;}
}



