@charset "utf-8";
/* CSS Document */

/* Common */
* { margin:0; padding:0; list-style:none; }
body { font-size:14px; color:#666; font-family: Microsoft YaHei, sans-serif; }
html::-webkit-scrollbar {display: none;}
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%;max-width: 100%;min-width: 320px;/* overflow-x: hidden; */scrollbar-width: none;}
address, caption, cite, code, dfn, em, th, dt, var {font-style: normal;font-weight: normal;}

/* a */
a { color:#333; text-decoration:none; }
a:visited { }
a:active, a:hover{text-decoration:none;color:#ff6600;}
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;}
dl{margin-bottom: 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;}
.dhwz{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.dhwz2{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.dhwz3{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;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: 1230px){
.container{width: 1200px;}
}
@media (min-width: 1330px){
.container{width: 1300px;}
}
@media (min-width: 1430px){
.container{width: 1400px;}
}
@media (min-width: 1530px){
.container{width: 1500px;}
}
@media (min-width: 1630px){
.container{width: 1600px;}
}
@media (max-width:767px) {
.container{padding-left: 10px;padding-right: 10px;width: 100%;}
.row{margin-left: -10px;margin-right: -10px;}
}

.ny_container{width: 1300px;margin: 0 auto;}
@media (max-width: 768px){
.ny_container{padding-left: 10px;padding-right: 10px; width: 100%;}
}
@media (min-width: 768px){
.ny_container{width: 750px;margin: 0 auto;}
}
@media (min-width: 992px){
.ny_container{width: 970px;margin: 0 auto;}
}
@media (min-width: 1200px){
.ny_container{width: 1170px;margin: 0 auto;}
}
@media (min-width: 1330px){
.ny_container{width: 1270px;margin: 0 auto;}
}

/* scroll */
.virtual-scroll{position: fixed;width: 10px;height: 100vh;right: 0;top: 0;z-index: 135;background-color: rgba(0, 0, 0, 0);opacity: 0;-webkit-transition: opacity 0.25s;-o-transition: opacity 0.25s;transition: opacity 0.25s;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.virtual-scroll:hover{opacity: 1;background-color: #f1f1f1;}
.virtual-scroll:before{content: '';position: absolute;width: 100vw;right: 0;height: 100vh;top: 0;display: none;z-index: -1;}
.virtual-scroll.dblclick:hover:after{content: '';position: absolute;line-height: 40px;padding: 0 30px;background-color: #1a1a1a;color: #fff;right: 25px;bottom: 50px;white-space: nowrap;pointer-events: none;}
.virtual-scroll.active{opacity: 1;}
.virtual-scroll.mousedown:before{display: block;}
.virtual-scroll .virtual-scroll-thumb{position: absolute;width: 10px;height: 200px;background-color: #ff6600;left: 0;top: 0;-webkit-transition: background-color 0.25s;-o-transition: background-color 0.25s;transition: background-color 0.25s;}
.virtual-scroll .virtual-scroll-thumb:hover{background-color: #ff6600;}
.virtual-scroll .virtual-scroll-thumb:hover.active{background-color: #ff6600;}
.virtual-scroll .virtual-scroll-thumb.active{background-color: #ff6600;}
@media (max-width:767px) {
	.virtual-scroll{display:none;}
}



.htop{line-height:40px;height:40px;background: #f1f2f4;position: relative;}
.htop p{float:left;color: #999999;z-index: 10;font-size: 14px;}
.htop span{font-size: 20px;/*  */}
.dwwea{font-weight: bold;margin-right: 17px;padding-top: 5px;}
.htop span img{margin: 14px 15px 13px 0;}
.htop .htop-aa{float:right;display:block;}
.htop .htop-aa img{margin: 8px 0;}
.htop .htop-aa p{color: #fff;font-size: 16px;}
.htop .htop-aa span{font-size: 14px;}

.htop .htop-aa a{display:block;float:left;padding:0 5px;/*border-right:1px solid #eee;*/color:#666;}
.htop .htop-aa i{font-style: normal;float: left;color: #bfbfbf;}
.htop .htop-aa i:nth-child(1){display: none;}
.htop .htop-aa i:nth-last-of-type(1){display: none;}
.htop .htop-aa a span{display:block;color: #999;}
.htop .htop-aa a:hover{color:#0280f6;}

.lang {display: block;float: right;margin-left: 20px;}
.lang .center {display: flex;}
.lang .center .icon{background: url(../images/icon_map.png)  no-repeat left;width: 20px;}
.lang .center a{padding-left: 5px;color: #ff6600;}
/* Header */
header{/* padding-top:25px;padding-bottom: 15px; */}
#header{height: 90px;position: fixed;top: 0;width: 100%;z-index: 1000;transition: all .3s;-webkit-transition: all .3s;}
#header.active{background: #fff;box-shadow: 0 0 10px rgb(0 0 0 / 30%);}
.head-acon { background: url(../images/headerbg.png) repeat-x;}
 #header.active .head-acon {background: none;}
.headl{float:left;/* display:flex;margin-top: 4px; */}
.logo{}
.logo a{display:block;    position: relative;}
.logo a img{height:60px;margin: 15px 0;}
.logo a img.logo-def{position: relative;left: 0;top: 0;z-index: 1;}
.logo a img.logo-fix{position: absolute;left: 0;top: 0;z-index: 1;opacity: 0;}
#header.active .logo a img.logo-def{opacity: 0;}
 #header.active .logo a img.logo-fix{opacity: 1;}
.header_space {
    width: 100%;
    height: 90px;
    display: none;
}
.hltxt{padding-left:22px;margin-left:22px;background: url(../images/htphone.jpg) no-repeat left center;}
.hltxt h3{color:#ff6600;font-size:26px;font-weight:bold;/* line-height:36px; */}
.hltxt p{color:#666;font-size:18px;line-height:1;margin-top:6px;}
.headr{float:right;}
.hrtel{float: left;}
.hrtel span{width:143px;font-size:16px;color:#fff;display:block;/* margin-bottom:6px; */background: #ff6600;border-radius: 25px; padding: 3px 10px 4px;padding-right: 0;}
.hrtel span img{margin-right: 5px;margin-top: 4px;}
.hrtel p{color:#ff6600;font-size:30px;font-weight:bold;    line-height: 39px;}

.headr .zx{float: left;display: flex;    margin-right: 25px;}
.headr .zx img{width: 55px;}
.headr .zx p{font-size: 18px;width: 40px;margin: 0 8px;line-height: 22px;color: #333;}

.navbar  {float: right;}

.head-raea{float: right;position: relative;margin-left: 55px;margin-top: 25px;}
.head-htel{text-align:center;    color: #333;padding-left:28px;background:url(../images/htelx.png) no-repeat left;float:left;}
#header.active .head-htel{background:url(../images/htelx1.png) no-repeat left;}
.head-htel h4{font-size:18px;font-weight:bold;line-height:20px;}
.head-htel h4 a{color: #fff;}
.head-htel p{font-size:14px;color: #fff;}
#header.active .head-htel h4 a{color: #333;}
#header.active .head-htel p{color: #333;}

@media (max-width:1429px) {
	.head-raea{margin-left: 10px;}
}
@media (max-width:1329px) {
	
}
@media (max-width:1230px) {
	.hltxt{margin-left:15px;padding-left:15px;}
}
@media (max-width:1199px) {
	.logo a{margin:0;}
	.logo a img{height:50px;margin: 20px 0;}
	.hltxt h3{font-size:28px;line-height:30px;}
	.hltxt p{font-size:16px;}
	.hrtel span{font-size:16px;}
	.hrtel p{font-size:22px;}
	.header_space {display: block;}
}
@media (max-width:991px) {
	.headr{display:none;}
	.headl{display:block;}
	nav.navbar.bootsnav{padding: 20px 0;}
	nav.navbar.bootsnav .navbar-header{padding: 0;}
	.head-raea .navbar-toggle{display: block;float: left;margin: 0;padding: 4px 12px;}
	.head-raea .navbar-toggle i{font-size: 22px;}
	
}
@media (max-width:767px) {
	.htop p{padding-left: 10px;}
	.lang{padding-right: 10px;}
	header{padding:0px 15px;}
	.hltxt{display:none;}
	#header{height: 80px;}
	.header_space{height: 80px;}
	.logo a{text-align:center;}
	.logo a img{height:auto;max-height:45px;max-width:100%;margin: 18px 0;}
	nav.navbar.bootsnav {padding: 16px 0;}
	.head-raea{margin-top: 20px;}
}
@media (max-width:580px){
	.htop .htop-aa{display: none;}
}
@media (max-width:500px) {
	.logo a img{max-height:40px;margin: 15px 0;}
	#header{height: 70px;}
	.header_space{height: 70px;}
	nav.navbar.bootsnav { padding: 12px 0;}
	header {  padding: 0px 10px;}
	.head-raea {margin-top: 13px;margin-left: 0;}
	.head-htel h4 a{font-size: 14px;}
	.head-raea .navbar-toggle{padding: 4px 7px;}
	.head-htel{padding-left: 25px;}
	.head-raea .navbar-toggle i{padding: 5px 0px!important;}
}

/* Nav */
#innav{border-top:1px solid #e6e6e6;box-shadow: 0 3px 5px 0 rgb(0 0 0 / 10%);}
.navbar-nav{float: none;width: 100%;}
.nav > li{transition: background-color 0.5s ease 0s;-webkit-transition: background-color 0.5s ease 0s;}
.mobile-tel {line-height: 48px;color: #333;font-size: 16px;display: block;background: url(../images/mobile-tel.png) no-repeat left;padding-left: 38px;}
.mobile-tel:hover{color:#ddd;}
.dropdown-menu.multi-dropdown{position: absolute;left: -100% !important;}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{border: none;}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{background-color: transparent;}

@media only screen and (min-width:992px){
	.navbar-nav{/* display:flex; */margin-top: 16px;}
	.nav>li:last-child{background-image:none;}
	li.dropdown>ul.dropdown-menu::before{content: '';background: #fff;left:0;right: 0;}
	.dropdown-div{margin: 0 auto;font-size: 0;}
	.dropdown-div>li{width: 100%;text-align: left;/* line-height: 44px; border-bottom: 1px solid #f4f4f4;*/line-height: 1.5;}
	.dropdown-div>li:last-child{border-bottom: 0;}
	.dropdown-div>li>a{ padding: 9px 20px;color: #333;font-size: 14px;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.dropdown-div>li>a:hover{background: #ff6600;color: #FFF;}
	nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li a:hover, nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li a:hover{color: #ff6600;background-color: #f4f4f4;}
	nav.navbar.bootsnav ul.nav > li{position: relative;text-align: center;float:left;flex:1;margin-right: 15px;font-size: 15px;}
	/* nav.navbar.bootsnav ul.nav > li::before{content:'';position:absolute;top:50%;right:0px;margin-top:-3px;width:6px;height:6px;background:#666;border-radius:50%;}
	nav.navbar.bootsnav ul.nav > li:last-child::before{display:none;} */
	#header nav.navbar.bootsnav ul.nav > li > a{color: #fff;font-size: 16px;position:relative;line-height:57px;display:inline-block;/* width:118px; */padding:0;}
	#header.active nav.navbar.bootsnav ul.nav > li > a{color: #333;position:relative;line-height:57px;display:inline-block;/* width:118px; */padding:0;}
	#header nav.navbar.bootsnav ul.nav > li > a{font-size: 14px;}
	nav.navbar.bootsnav ul.nav li.active > a:hover,
	nav.navbar.bootsnav ul.nav li.active > a:focus,
	#header nav.navbar.bootsnav ul.nav li.active > a{background-color: transparent;color:#ff6600;font-weight: bold;}
	nav.navbar.bootsnav ul.nav > li:hover > a::after, nav.navbar.bootsnav ul.nav > li.active > a::after{left: 0;right: 0;}
	#header nav.navbar.bootsnav ul.nav > li:hover > a{color:#ff6600;background:transparent;font-weight: bold;}
    .nav.navbar-nav>li.active>a.nav-v{position: relative;}
	.dropdown-menu{top:auto;left: 50%;transform: translateX(-50%);}
	nav.navbar.bootsnav li.dropdown>ul.dropdown-menu{background: #fff;min-width: auto;width: 160px;box-shadow: 0 2px 4px 1px rgba(0,0,0,0.2);-webkit-animation: dropdown-show 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55); border-radius: 10px;overflow: hidden;
        /* animation: dropdown-show 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55); */}
    nav.navbar.bootsnav li.dropdown>ul.dropdown-menu li{background: transparent;display: inline-block;width: 100%;}
	nav.navbar.bootsnav li.dropdown>ul.dropdown-menu ul.dropdown-menu{border-top: 0;}
}
@media only screen and (max-width:991px){
	#innav{box-shadow:unset;border:0;background:#ff6600;}
	nav.navbar.bootsnav.navbar-mobile .navbar-collapse.in{background: #f4f4f4;}
	.dropdown-menu.multi-dropdown{ left: 0 !important; }
	nav.navbar.bootsnav ul.nav > li:hover{ background: transparent; }
	nav.navbar.bootsnav ul.nav > li > a{ margin: 0; }
	nav.navbar.bootsnav ul.nav > li.active > a{background: #ff6600 !important;color: #fff !important;}
	.dropdown-div>li{}
	.dropdown-div>li>a{display: block;width: 100%;border-bottom: solid 1px #e0e0e0;padding: 10px 0;color: #333;padding-right: 15px !important;padding-top: 15px !important;padding-bottom: 15px !important;}
}
@media only screen and (min-width:1200px){
	nav.navbar.bootsnav ul.nav > li{position: relative;text-align: center;float:left;flex:1;margin-right: 20px;}
	#header nav.navbar.bootsnav ul.nav > li > a{font-size: 16px;}
}
@media (max-width:1199px) {
	nav.navbar.bootsnav ul.nav > li > a{width: auto;display: block;color: #333;}
}
@media only screen and (min-width:1330px){
	nav.navbar.bootsnav ul.nav > li{position: relative;text-align: center;float:left;flex:1;margin-right: 35px;}
}
@media only screen and (min-width:1530px){
	nav.navbar.bootsnav ul.nav > li{position: relative;text-align: center;float:left;flex:1;margin-right: 48px;}
}
/* Banner */
#banner{position:relative;}
#banner video{width:100%;display:block;}
#banner .swiper-slide{overflow:hidden;position:relative;}
#banner .swiper-slide img{display:block;max-width:100%;}
#banner .swiper-pagination{bottom:48px;width: auto;left: 50%;transform: translateX(-50%);}
#banner .swiper-pagination-bullet{width:14px;height:14px;border-radius:unset;opacity:1;background:rgb(255 255 255 / 40%);margin:0 5px;position:relative;border-radius:50%;}
#banner .swiper-pagination-bullet-active{background:rgb(255 255 255 / 1);}
#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:-115px;}
#banner .swiper-button-next{right:-115px;transform: rotate(180deg);}
#banner:hover .swiper-button-prev{left:115px;}
#banner:hover .swiper-button-next{right:115px;}
#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%);}
@media (max-width: 1400px){
	#banner .swiper-button-prev{left:60px;}
	#banner .swiper-button-next{right:60px;}
}
@media (max-width: 767px){
	#banner .swiper-pagination{bottom:10px;}
	#banner .swiper-button-prev, #banner .swiper-button-next{display:none;}
}
@media (max-width: 500px){
	#banner .swiper-pagination{display:none;}
	.mobile-tel{display: none;}
	nav.navbar.bootsnav .navbar-toggle{margin-right: 0;}
}

.title{padding:0 10px;text-align: center;}
.title h2{font-size: 40px;color: #333;font-weight: bold;}
.title p{color: #999;font-size: 18px;margin-top: 8px;text-transform:uppercase;font-family:Arial;}
@media only screen and (max-width:991px){
	.title h2{font-size: 36px;}
	.title p{font-size: 16px;}
}
@media only screen and (max-width:767px){
.title h2{font-size: 30px;}
.title p{font-size: 14px;margin-top: 5px;}
}
@media only screen and (max-width:500px){
.title h2{font-size: 26px;}
}

/* 搜索 */
.search {border-bottom: 1px solid #e3e3e3;font-size: 14px;}
.search p { color: #ff6600;line-height: 66px;font-weight: bold; background: url(../images/liank.png) no-repeat left center;padding-left: 30px ;}
.search  a {  color: #666; display: inline-block;margin-right: 0px;    margin-left: 2px;font-weight: normal;}
.search  i{  color: #666;font-weight: normal;    font-style: normal;}
.search-inp { width: 300px;height: 40px; border-radius: 20px; background: #eeeced; padding-left: 15px; margin-top: 13px;    margin-bottom: 5px;}
.search-inp input { border: 0;}
.search-inp1 {width: 224px; height: 40px;line-height: 40px;color: #a9a9a9; float: left; }
.search-inp2 { width: 30px; height: 30px; background: url(../images/VISkins-p1.png) no-repeat;float: right; cursor: pointer;margin: 11px 10px 0 0;}
@media (max-width: 991px){
	.search p {line-height: 50px;}
	.search-inp{margin-top: 0;}
}
@media (max-width: 767px){
	.search{padding: 0 10px;}
	.search p {height: 50px;overflow: hidden;}
}
@media (max-width: 550px){
	.search-inp {width: 287px;height: 30px;border-radius: 20px;background: #eeeced;padding-left: 15px;margin-top: 0;margin-bottom: 5px;}
	.search-inp input { border: 0;}
	.search-inp1 {width: 224px;height: 30px;line-height: 30px;color: #a9a9a9;float: left;}
	.search-inp2 {width: 30px;height: 30px;background: url(../images/VISkins-p1.png) no-repeat;float: right;cursor: pointer;margin: 7px 5px 0 0;}
}
/*title*/
.sy-tit{ text-align: center;padding: 40px 0;}
.sy-tit h2{font-size: 42px;padding-bottom: 12px;color: #333;}
.sy-tit h2 em{ color: #333; font-weight: bold;}
.sy-tit p{font-size: 18px;color: #666;position: relative;display: inline-block;/* font-weight: bold; */}
.sy-tit p::before{content: '';display: block;position: absolute;height: 20px;width: 11px;bottom: 3px;left: -28px;transform: translateX(-50%);transition: all .5s ease;z-index: 1;background: url(../images/sy-title1.png) center no-repeat;}
.sy-tit p::after{ content: ''; display: block; position: absolute; height: 20px; width: 11px; bottom: 3px; right: -36px; transform: translateX(-50%); transition: all .5s ease; z-index: 1; background: url(../images/sy-title1.png) center no-repeat; }

 @media(max-width: 1630px) {
 	.sy-tit h2{ font-size: 42px; }
 }
 @media(max-width: 1199px) {
 	.sy-tit h2{ font-size: 32px; }
 }
  @media(max-width: 991px){
	  .sy-tit{padding: 28px 0;}
  }
 @media( max-width: 767px) {
 	.sy-tit h2{ font-size: 24px;}
	.sy-tit p{font-size: 16px;}
	.sy-tit p::before{height: 16px;bottom: 4px;left: -21px;}
	.sy-tit p::after{height: 16px;bottom: 4px;right: -19px;}
 }
 @media( max-width: 500px) {
 	.sy-tit h2{ font-size: 20px; }
	.sy-tit p{font-size: 13px;}
	.sy-tit p::before{height: 12px;bottom: 4px;left: -15px;}
		.sy-tit p::after{height: 12px;bottom: 4px;right: -16px;}
 }

 
/* 首页开始 */

#proer{padding:70px 0; background: #ebebeb;}
.proerbox{margin-top:45px;overflow: hidden;}
.proero{padding:12px;float: left;width: 20%;}

.proert{overflow:hidden;padding:18px 20px;}
.proert h3{float:left;font-size:24px;font-weight:bold;color:#444;line-height:34px;}
.proert span{display:block;float:right;width:100%;background:#bbb;color:#fff;border-radius:40px;text-align:center;font-size:16px;line-height:34px;}
.proero .link { position: relative;  overflow: hidden;z-index: 1; display: inline-block;vertical-align: top;  font-size: 14px; width: 100%;height: 442px; padding: 48px 20px 22px; background-color: #fff; -webkit-transition: all 480ms ease-out 0s; transition: all 480ms ease-out 0s;white-space: normal;text-align: center}
.proero .link .ico {margin-left: auto;margin-right: auto; display: block; width: 180px;height: 110px; background-size: auto; background-position: center top; background-repeat: no-repeat; -webkit-transition: all .4s ease-out 0s;transition: all .4s ease-out 0s}
.proero .link .dt {margin-top: 35px;color: #000;font-size: 20px;line-height: 25px;font-weight: bold;margin-bottom: 10px;}
.proero .link .dd { margin-top: 20px; color: #333; font-size: 14px; line-height: 28px}
.proero .link .dd,.proero .link .dt {-webkit-transition: all 320ms ease-out 0s;transition: all 320ms ease-out 0s}
.proero .link h6{font-size: 18px;line-height: 30px;}
.proero .link h6 span{color: #fb6a19;}
.proero .link .bg { pointer-events: none;-webkit-transition-duration: .4s; transition-duration: .4s; -webkit-transition-delay: 1ms; transition-delay: 1ms}
.proero .link:hover .dd,.proero .link:hover .dt {color: #fff;-webkit-transition: all .2s ease-out 50ms; transition: all .2s ease-out 50ms}
.content_list_hover {position: absolute; width: 100%;height: 100%; left: 0; background: #fb6a19;padding: 30px 25px; bottom: -550px;transition: all 0.5s ease 0s;-webkit-transform: all 0.5s ease 0s;}
.content_list_hover h3{font-size: 20px;line-height:28px;font-weight: bold;color: #fff;    border-bottom: 1px dotted #fff;padding: 10px 0;margin-bottom: 10px;}
.content_list_hover div p{text-align: left;}
.content_list_hover p {color: #fff;font-size: 14px;line-height: 20px;margin-bottom: 10px;}
.content_list_hover p:last-child {margin-bottom: 0px;}
.proero .link:hover .content_list_hover { bottom: 0px; transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s;}
 @media( max-width: 1329px) {
	 .content_list_hover{padding: 20px 15px;}
	 .content_list_hover h3{padding-top: 0;}
	 .content_list_hover p {font-size: 13px;line-height: 18px;margin-bottom: 8px;}
	 .proero .link .dd{margin-top: 15px;}
 }
 @media( max-width: 1199px) {
	 .proerbox {margin-top: 30px;}
	 .proero{width: 33.3%;}
	 .proero:nth-child(4),.proero:nth-child(5){width: 50%;}
	 .proero a{height: 400px;}
	 .proero:nth-child(4) a,.proero:nth-child(5) a{height: 380px;}
 }
 @media( max-width: 991px){
	  .proero{padding: 5px;}
	  .proero .link{padding: 20px;}
 }
  @media( max-width: 767px){
	  #proer {padding: 30px 0;}
	  .proerbox {margin-top: 20px;}
	  .proero .link{padding: 20px 4px;}
	.proero:nth-child(n) a{height: auto;}
	.proero .link .dt {margin-top: 15px;font-size: 16px;line-height: 22px;    margin-bottom: 4px;}
	.proero .link .ico{background-size: 130px;height: 86px;width: auto;}
	.content_list_hover p {font-size: 12px;line-height: 18px;margin-bottom: 3px;}
  }
   @media( max-width: 650px){
	   .proero:nth-child(n){width: 50%;}
	   .proero:nth-child(3){width: 100%;}
	   .content_list_hover h3 {font-size: 16px;line-height: 20px;    padding: 7px 0; margin-bottom: 7px;}
   }
/* 优势 */
.tg-choose { padding:60px 0 120px;}
.tg-choose-box .item.on { background-color: #fb6a19;}
.tg-choose-box .bd .p { width: 40%; margin-top: 14px; margin-bottom: 34px; font-size: 16px;  line-height: 36px;color: #666;text-align: justify;}
.tg-choose-box  .item:last-child {border-bottom: none;}
.tg-choose-box  .item:last-child { border-bottom: none;}
.tg-choose-box  .item .icon img {width: 100%; height: 100%;}
.tg-choose-box  .item .icon { width: 50px; height: 50px; margin-right: 40px;}
.tg-choose-box  .item .info { flex: 1;overflow: hidden;}
.tg-choose-box  .item .cn {  font-size: 24px;color: #fff; line-height: 32px;}
.tg-choose-box  .item  .en { font-family: Arial; font-size: 12px;color: rgba(255, 255, 255, .5); text-transform: uppercase;}
.tg-choose-box  .item { border-bottom: 1px solid rgba(255, 255, 255, .15); display: flex;box-sizing: border-box;height: 120px;align-items: center; padding: 0 30px; cursor: pointer;background: rgba(251,106,25,.9);transition: all .2s;}
.tg-choose-box .bd .box:first-child { display: block;}
.tg-choose-box .bd .box { display: none; height: 100%;}
.tg-choose-box .bd .wrapper {box-sizing: border-box; padding-left: 100px;height: 100%; display: flex; flex-direction: column;justify-content: center;}
.tg-choose-box .bd .title {text-align: left;font-size: 40px; font-weight: bold;color: #333; line-height: 50px;padding: 0;}
.tg-choose-box .bd .en {font-size: 40px;color: #333; font-weight: bold;font-family: Arial;text-transform: uppercase;line-height: 50px;}
.tg-choose-box .bd {background-image: url(../images/tuiguang_img1.jpg);background-position: center right; background-repeat: no-repeat;background-size: cover;flex: 1;overflow: hidden;padding: 0;}
.tg-choose-box .bd  .p {  width: 40%; margin-top: 14px; margin-bottom: 34px;font-size: 16px; line-height: 36px; color: #666; text-align: justify;}
 .tg-choose-box .hd {padding: 0;}
.tg-choose-box { background-color: #fff; display: flex;margin: 0 auto;margin-top: 40px;}
 @media( max-width: 1199px){
	 .tg-choose-box .item .icon{margin-right: 10px;}
	 .tg-choose-box .bd .wrapper{padding: 50px 50px 0 50px;display: block;}
	 .tg-choose-box .bd .p {width: auto;}
 }
@media( max-width: 991px){
	.tg-choose{padding: 60px 0 40px;}
	 .tg-choose-box .item{padding: 0 5px;}
	 .tg-choose-box .item .icon{margin-right: 5px;width: 40px;height: 40px;}
	 .tg-choose-box .item .cn {font-size: 20px;}
	 .tg-choose-box .bd .title{font-size: 32px;line-height: 40px;}
	 .tg-choose-box .bd .en {font-size: 32px;line-height: 40px;}
	 .tg-choose-box .bd .wrapper {padding: 50px 25px 0 25px;}
	 
 }
@media( max-width: 767px){
	.tg-choose {padding: 30px 0 0px;}
	.tg-choose-box{margin-top: 20px;display: block;}
	.tg-choose-box .bd .title{font-size: 26px;line-height: 40px;}
	.tg-choose-box .bd .en {font-size: 26px;line-height: 40px;}
	.tg-choose-box .bd .p{line-height: 30px;font-size: 15px;}
	.tg-choose-box .item{float: left;width: 20%;display: block;padding: 10px 0;height: 110px;}
	.tg-choose-box .item .icon{display: block;margin: 0 auto;}
	.tg-choose-box .item .info{text-align: center;}
	.tg-choose-box .bd .wrapper {padding:25px;}
	.tg-choose-box .bd .p{margin-bottom: 0;}
	.tg-choose-box .bd{background: #f8f8f8;}
	.tg-choose-box .item .en{font-size: 10px;}
	.tg-choose-box .item .cn {font-size: 16px;line-height: 26px;}
}
@media( max-width: 600px){
	.tg-choose-box .bd .title{font-size: 20px;line-height: 30px;}
	.tg-choose-box .bd .en {font-size: 20px;line-height: 30px;}
	.tg-choose-box .bd .wrapper{padding: 10px;}
	.tg-choose-box .bd .p{margin-top: 10px;line-height: 26px;font-size: 14px;}
	.tg-choose-box .item{padding-top: 4px;}
	.tg-choose-box .item .cn{font-size: 14px;}
}


/* 营销案例 */

#case{padding:80px 0 20px;display: block;padding-top: 30px; padding-bottom: 100px; position: relative; background: #f5f5f5;}
.imgtags{/* margin:30px 0; */font-size:0;/* text-align:center; */margin-bottom: 30px;}
.imgtags a{ width: 168px;line-height: 52px; display: block; border-radius: 5px; text-align: center; background: #fff; display: inline-block; margin-right: 15px; font-size: 18px; color: #999999; margin-top: 15px;}
/* .imgtags a:first-child{border-radius:24px 0 0 24px;}
.imgtags a:last-child{margin-right:0;border-radius: 0 24px 24px 0;} */
.imgtags a.on{background:#fb6a19;color:#fff;box-shadow:unset;}
.imgbox{margin-top:10px;max-height:340px;}
.imgone li{padding:0 8px;}
.imgone li a{display:block;}
.imgone li a .case-img{overflow:hidden;border-radius:8px;}
.imgone li a .case-txt{padding:15px 20px;overflow:hidden;position:relative;}
.imgone li a .case-txt::before{content:'';position:absolute;bottom:0;left:0;width:100%;height:1px;background:#d5d5d5;z-index:1;}
.imgone li a .case-txt::after{content:'';position:absolute;bottom:0;left:0;width:0;height:1px;background:#fb6a19;z-index:2;}
.imgone li a .case-txt p{float:left;font-size:16px;color:#333;width:calc(100% - 80px);}
.imgone li a .case-txt .case-more{display:block;float:right;width:70px;height:22px;line-height:22px;font-size:14px;color:#fff;text-align:center;border-radius:20px;background:#3d3f49;}
.imgone li a:hover .case-txt::after{width:100%;}
.imgone li a:hover .case-txt p{color:#fb6a19;}
.imgone li a:hover .case-txt .case-more{background:#fb6a19;}
.case-btn{text-align:center;margin-top:50px;}
.case-btn>a{display:inline-block;width:130px;height:38px;line-height:38px;background:#404040;color:#fff;font-size:16px;border-radius:20px;}
.case-btn>a>span{padding-right:22px;background:url(../images/about-jtb.png) no-repeat right;}
.case-btn>a:hover{background:#fb6a19;}
@media (max-width:1199px){
.imgtags a{width:130px;height:40px;line-height:40px;font-size:14px;}
}
@media (max-width:991px){
#case{padding: 40px 0;}
.imgtags{margin:20px 0 10px;}
.imgtags a{border-radius:0!important;margin-bottom:0px;margin-top: 10px;}
.case-btn{margin-top: 35px;}
.imgtags{margin: 10px 0;}
}
@media (max-width:767px){
#case{padding:30px 0;}
.imgtags{padding:0 5px;}
.imgtags a{margin:0 5px 10px;}
.imgtags a:first-child{margin-left:5px;}
.imgtags a:last-child{margin-right:5px;}
.case-btn{margin-top:20px;}
}
@media (max-width:500px){
.imgtags a{width:auto;padding:0 10px;}
.imgone li a .case-txt{padding:10px;}
.imgone li a .case-txt p{width:100%;text-align:center;}
.imgone li a .case-txt .case-more{display:none;}
.case-btn>a{font-size:14px;}
#case {padding: 20px 0;}
.margin-top-30 {margin-top: 10px !important;}
}
@media (max-width:450px){
.imgtags{display:flex;flex-wrap: wrap;align-content: flex-start;}
.imgtags a{font-size:14px;flex: 0 0 33.33%;margin:0;}
.imgtags a:first-child{margin-left:0;}
.imgtags a:last-child{margin-right:0;}
.imgtags a:nth-child(7){display:none;}
}
@-webkit-keyframes wave{0%{background:rgba(255,255,255,.8);transform:translateX(-50%) translateY(-50%) scale(0)}to{background:transparent;transform:translateX(-50%) translateY(-50%) scale(1)}}
@keyframes wave{0%{background:rgba(255,255,255,.5);transform:translateX(-50%) translateY(-50%) scale(0)}to{background:transparent;transform:translateX(-50%) translateY(-50%) scale(1)}}
.hunge {width: 185px;display: flow-root;padding: 20px 10px;/* background: #fb6a19; */border: #fff solid 6px;margin-top: 10px;/* border-radius: 20px; */margin: 40px 0;/* box-shadow: 0 0 5px rgba(0,0,0,.15); */text-align: center; overflow: hidden;}
.hunge.on {position: relative;/* background: #ef9233; */background-color: rgba(255,255,255,0.2)}
.hunge.on em{position: absolute;display: block;transition: all .6s;width: 200%;height: 0;border-radius: 50%;left: 50%;top: 50%;padding-top: 200%;transform: translateX(-50%) translateY(-50%);-webkit-animation: wave 1.3s infinite;animation: wave 1.3s infinite;z-index: 1}
.hunge h5{margin: 24px auto;width: 81px;line-height: 20px;font-size: 20px;line-height: 28px;transform: rotate(90deg);-ms-transform: rotate(90deg);-moz-transform: rotate(90deg);-webkit-transform: rotate(90deg);-o-transform: rotate(90deg);font-size: 29px;color: #fff;font-weight: bold;text-transform: uppercase;float: left;}
.hunge p{color: #fff;font-size: 22px;margin-top: 7px; float: left; width: 50px; font-size: 48px; color: #fff; font-weight: bold; line-height: 50px;}
.hunge img{width: 97px;}


.imgbox .iplist {/* padding: 0 10px; */padding-top: 0;}
.imgbox .iplist li {width: 25%;float: left;margin-bottom: 20px;padding: 0;padding-right: 10px;}

#case .case_bg { position: absolute; top: -50px; left: 0; z-index: 2;}
#case .case_bg img { display: block; max-width: 100%; }

.Case {overflow: hidden;position: relative;z-index: 3;display: flex;}
.Case_Left{width: 260px;}
.Case_Right {width: calc(100% - 260px);}
.Case_Right .hine{overflow: hidden;}

.iplist li>a{width:100%;height:100%;display:block;background-size: cover;background-repeat: no-repeat;background-position: center;position:relative;}
.business-bg{width:100%;height:100%;background:url(../images/business-tbg.png) repeat-x bottom;transition:all .3s;-webkit-transition:all .3s;    left: 0;
    top: 0;position: absolute;}
.business-txt{position:absolute;bottom:0;left:0;width:100%;padding:20px 5px;color:#fff;text-align: center;}
.business-txt>h4{font-size:20px;margin-bottom:5px;font-weight: bold;}
.business-txt>p{font-size:14px;}
.iplist li>a:hover .business-bg {width:100%;height:100%;background: url(../images/business-tbgx3.png) repeat-x bottom;}

.imgbox .iplist li .box {border: 1px solid #e5e5e5;overflow: hidden}
.imgbox .iplist li .pic {background: #fff;overflow: hidden;}
.imgbox .iplist li .pic img {transition: .6s;width:100%;}
/* .imgbox .iplist li .pic:after {padding-bottom: 71.7948717948718%} */
.imgbox .iplist li .bt11 {text-overflow: ellipsis;white-space: nowrap;overflow: hidden;position: relative;line-height: 54px;padding: 0 82px 0 22px;font-size: 16px;color: #333;border-top: 1px solid #e5e5e5}
.imgbox .iplist li .bt11 span {position: absolute;top: 0;right: 23px;font-size: 16px;opacity: .4;background: url(../images/right.png) no-repeat center right;background-size: 5px;padding-right: 15px}
/* @media (min-width:1025px) {
	.imgbox .iplist li:hover .box {border: 1px solid #fb6a19;background: #fb6a19;}
	.imgbox .iplist li:hover .pic img {	transform: scale(1.05)}
	.imgbox .iplist li:hover .bt11 {color: #fff;border-top: 1px solid #fb6a19}
	.imgbox .iplist li:hover .bt11 span {opacity: 1;color: #fff;background: url(../images/righth.png) no-repeat center right;background-size: 5px}
} */

@media (max-width:1630px) {
	#case .case_bg{left: -122px;}
}

@media (max-width:1529px) {
	#case .case_bg{left: -100px;}
	.business-txt>h4{font-size: 18px;}
}
@media (max-width:1469px) {
	#case .case_bg{left: -130px;}
}
@media (max-width:1429px) {
	#case .case_bg{left: -115px;}
}
@media (max-width:1329px){
	.business-txt{padding: 10px 5px;}
	.business-txt>h4{font-size: 16px;}
}

@media (max-width:1199px){
	.Case_Left{width: 180px;}
	.Case_Right {width: calc(100% - 180px);}
	.imgbox .iplist li{width: 33.3%;}
	.hunge {width: 145px;padding: 8px 9px;border: #fff solid 4px;margin-top: 10px;margin: 25px 0;}
	.hunge h5{margin: 3px auto;width: 81px;line-height: 20px;font-size: 20px;line-height: 28px;transform: rotate(90deg);-ms-transform: rotate(90deg);-moz-transform: rotate(90deg);-webkit-transform: rotate(0deg);-o-transform: rotate(90deg);font-size: 23px;color: #fff;font-weight: bold;text-transform: uppercase;float: left;}
	.hunge p{color: #fff;font-size: 22px;margin-top: 7px;float: left;font-size: 29px;color: #fff;font-weight: bold;line-height: 50px;width: auto;}
	#case .case_bg{left: -104px;}
	.imgtags{margin-bottom: 20px;}
}
@media (max-width:1160px){
	#case .case_bg{left: -138px;}
}
@media (max-width:1100px){
	#case .case_bg{left: -160px;}
}
@media (max-width:1060px){
	#case .case_bg{left: -190px;}
}

@media (max-width:991px){
	.imgtags{margin-bottom: 10px;margin-top: 10px;}
	.imgbox .iplist li {width: 50%;padding: 0 5px;margin-bottom: 10px;}
	.Case{display: block;}
	.Case_Left{width: 100%;overflow: hidden;padding: 10px;background: #FB6A19;display: flex;}
	.hunge{float: left;margin: 0 10px;flex: 1;}
	.hunge h5{width: 100%;}
	.hunge p{line-height: 27px;width: 100%;font-size: 23px;margin-top: 0;}
	#case .case_bg img{display: none;}
	.Case_Right {width: 100%;}
}
@media (max-width:500px){
	.hunge h5{font-size: 18px;line-height: 18px;}
	.hunge p{font-size: 20px;}
	.imgtags a{font-size: 12px;padding: 0 8px;}
}


/* 关于我们 */
#dh-lm4{ padding: 75px 0;}
.lm4-nr{ /* display: flex; */}
.lm4-nr .lm4-img{ /* flex: 1; */}
.lm4-nr img{}
.lm4-txt{ /* flex: 1; */}
.lm4-tit{ padding-bottom: 15px;/* padding-top: 20px; */}
.lm4-tit h3{ font-size: 42px; font-weight: bold; padding-bottom: 4px;}
.lm4-tit em{ font-size: 18px; color: #fb6a19; text-transform: uppercase;}
.lm4-wz{}
.lm4-wz h2{ font-size: 24px; font-weight: bold; color: #fb6a19; padding-bottom: 16px;}
.lm4-wz p{ font-size: 16px; line-height: 32px;}
.lm4-wz a{ width: 132px; height: 42px; line-height: 42px; display: block; background: #999; text-align: center; font-size: 16px; border-radius: 8px; color: #fff; margin-top: 24px;}

.lm4-wz a:hover{background: #fb6a19;}
.item_list{display: flex;justify-content:space-between;margin-top: 18px;}
.item_list .about_item .item_img{float: left;}
.item_list .about_item .item_tel{float: left;line-height: 18px;}
.item_list .about_item .item_tel h5{font-size: 18px;color: #666;font-weight: bold;}
.item_list .about_item .item_tel h5 span{font-size: 50px;color: #333;font-weight: inherit;font-family: fangsong;line-height: 50px;}
.item_list .about_item .item_tel p{font-size: 18px;color: #fb6a19;font-weight: bold;margin-top: 5px;}
.item_list .about_item .item_tel i{ width: 30px;height: 2px; display: inline-block; background: #fb6a19;}


@media (max-width: 1529px){
	.lm4-tit{padding-bottom: 10px;}
	.lm4-wz p {font-size: 15px;line-height: 30px;}
	.item_list .about_item .item_tel h5 span{font-size: 42px;line-height: 40px;}
	.lm4-wz a{width: 126px;height: 35px;line-height: 35px;font-size: 15px;margin-top: 14px;}
	.lm4-txt{padding: 0;}

}

@media (max-width: 1429px){
	.lm4-tit h3{padding-bottom: 0;}
	.lm4-wz h2{font-size: 22px;padding-bottom: 8px;}
	.lm4-wz p {font-size: 14px;line-height: 28px;}
}
@media (max-width: 1329px){
	/* .lm4-tit h3{ font-size: 36px;}
	.lm4-tit{ padding-top: 20px;}
	.lm4-wz p{ line-height: 28px; font-size: 15px;}
	.item_list .about_item .item_tel h5 span{ font-size: 54px;}
	.item_list{ margin-top: 20px;}
	.lm4-wz a{ margin-top: 20px;} */
	.lm4-wz a{width: 118px;height: 32px;line-height: 32px;font-size: 14px;margin-top: 6px;}
	.lm4-wz h2{font-size: 20px;padding-bottom: 2px;}
	.lm4-tit {padding-bottom: 2px;}
	.item_list .about_item .item_tel h5 span{font-size: 36px;line-height: 24px;}
	.lm4-wz p {font-size: 14px;line-height: 24px;}
}
@media (max-width: 1229px){
	.item_list {margin-top: 10px;}
	/* .lm4-txt{ padding-left: 24px;}
	.lm4-tit{padding-top: 0;padding-bottom: 10px;}
	#dh-lm4{ padding: 42px 0;}
	.lm4-wz h2{ padding-bottom:10px; } */
}
@media (max-width: 1199px){
	.item_list .about_item .item_tel p{font-size: 12px;}
	.item_list .about_item .item_tel h5 span{font-size: 40px;}
	.item_list{margin-bottom: 20px;margin-top: 15px;}
	.lm4-txt{padding: 0 15px;}
	.lm4-tit h3 {padding-bottom: 4px;}
	.lm4-tit {padding-bottom: 8px;}
	.lm4-wz h2{padding-bottom: 8px;}
	.lm4-wz p {font-size: 15px; line-height: 26px;}
}
@media (max-width: 991px){
	.item_list .about_item .item_tel p{font-size: 14px;}
	
}
@media (max-width: 767px){
	#dh-lm4 { padding: 30px 0;}
	.lm4-tit h3{font-size: 30px;}
	.lm4-tit em {font-size: 16px;}
	.lm4-txt{padding: 0;}
	.lm4-nr .lm4-img{padding: 0;}
	.item_list .about_item .item_tel p{margin-top: 0;}
	#dh-lm3 .title p{ font-size:30px;}
	.lm3-qh .lm3-nr-left{ padding-right: 15px; padding-bottom: 10px;}
	.lm3-left ul li{ padding-left: 0; font-size: 16px; line-height: 26px; padding: 16px 0;}
	.lm3-left{ padding: 42px 30px; padding-right: 0;}
	.lm4-wz h2{ font-size: 18px;}
	.lm2-left a{ margin-top: 10px;}
}
@media (max-width: 550px){
	.item_list .about_item .item_tel p{ font-size:12px; }
	#dh-lm3 .title p{ font-size:24px; }
	.item_list .about_item .item_tel h5 span {font-size: 32px;line-height: 22px;}
	.lm4-wz p {font-size: 14px;line-height: 26px;}
	.lm4-wz a{width: 116px;height: 32px;line-height: 32px;font-size: 14px;margin-top: 14px;}
	.item_list .about_item .item_tel h5 {font-size: 15px;}
}
@media (max-width: 400px){
	
}



/* 留言 */
.fMessageBoard { padding: 3.14583333% 3.64583333%;background-color: #fb6a19; color: #fff;  background-image: url(../images/bgf-messageBoard.png);}
.formCheck {overflow: hidden;margin-top: 25px;}
.fMessageBoard .formCheck .item{float: left;background: #fff;line-height: 54px;    margin-right: 10px;}
.fMessageBoard .form-horizontal .form-group ,.fMessageBoard .form-horizontal .mess_1 ,.fMessageBoard .form-horizontal .mess_2{padding: 0;}
.fMessageBoard .form-horizontal .form-group input,.fMessageBoard .form-horizontal .form-group textarea{border-radius: 0;line-height: 55px;height: 55px;padding-left: 5px;}
.fMessageBoard .form-horizontal .form-group textarea{padding-right: 5px;}
.fMessageBoard .form-horizontal .mess_1  .form-group{padding-right: 10px;}
.fMessageBoard .form-horizontal .mess_3 .mess_3_3{padding: 0 10px;}
.fMessageBoard .form-horizontal .mess_3.form-group input{width: 100%;margin: 0;line-height: 55px;padding: 0;background-color: rgba(255, 255, 255, 0.2);}
/* @media (max-width:1529px){
	.fMessageBoard .form-horizontal .form-group textarea{line-height: 22px;padding-top: 5px;}
} */
@media (max-width:1299px){
	.fMessageBoard{padding: 30px 0;}
	.fMessageBoard .form-horizontal{margin-top: 25px;}
}
@media (max-width:1199px){
	.fMessageBoard .btn-default{font-size: 14px;}
	.fMessageBoard .form-horizontal .form-group input, .fMessageBoard .form-horizontal .form-group textarea{height: 40px;line-height: 33px;}
	.fMessageBoard .form-horizontal .mess_3.form-group input{line-height: 41px;}
	.fMessageBoard .form-horizontal .mess_1 .form-group{padding-right: 5px;}
	.fMessageBoard .form-horizontal .mess_3 .mess_3_3 {padding: 0 4px;}
}
@media (max-width:767px){
	.fMessageBoard .form-horizontal{margin-top: 15px;padding: 0 10px;}
}
@media (max-width:450px){
	.fMessageBoard .form-horizontal .form-group, .fMessageBoard .form-horizontal .mess_1 .form-group, .fMessageBoard .form-horizontal .mess_2{width: 100%;padding-right: 0;}
	.fMessageBoard .form-horizontal .mess_3 .mess_3_3{padding: 0;}
	.fMessageBoard .title h2{font-size: 20px;}
}

/* 新闻动态 */
#news{padding:50px 0 80px;background: #faf8f6;}
.newstag{margin-top:20px;text-align:center;}
.newstag a{display:inline-block;text-align:center;line-height:40px;font-size:18px;color:#666;width:125px;margin-right:18px;border-radius:10px;background-image: linear-gradient( -60deg, #fff, #efe2d8);box-shadow:inset 0 0 10px 0 #eae4de;}
.newstag a:last-child{margin-right:0;}
.newstag a.on{background:#ff6600;color:#fff;box-shadow:none;}
.newsbox{margin-top:30px;}
.newsbox .newso{display:none;}
.newsbox .newso:first-child{display:block;}
.newsflex{padding-left:12px;display:flex;}
.newsbg{width:33.33%;}
.newso1{padding-right:12px;padding-bottom:12px;width:100%;height:100%;}
.newsobg{background:#fff;width:100%;height:100%;transition:all .3s;-webkit-transition:all .3s;}
.newso1 a{display:block;padding:20px 28px;}
.newsotxt{margin-top:20px;}
.newsotxt h4{font-size:18px;color:#444;margin-bottom:10px;}
.newsotxt p{font-size:14px;color:#999;line-height:25px;height:50px;}
.newsotxt span{font-size:14px;color:#444;display:block;margin-top:10px;}
.newso2{padding-right:12px;padding-bottom:12px;width:100%;height:50%;}
.newso2 a{padding:20px;display:block;}
.newsotop{position:relative;overflow:hidden;padding-right:30px;}
.newsotime{font-weight:bold;color:#999;text-align:center;float:left;}
.newsotime p{font-size:48px;line-height:1;margin-bottom:2px;}
.newsotime span{font-size:14px;line-height:20px;}
.newsotop>h4{float:left;padding-left:25px;line-height:70px;width:calc(100% - 60px);font-size:18px;color:#444;}
.newsoxian{padding-bottom:10px;border-bottom:1px solid #d5d5d5;}
.newsjbtn{width:24px;height:17px;display:block;position:absolute;right:0;top:50%;transform:translateY(-50%);background:url(../images/newsjbtn.png) no-repeat;}
.newso3{padding-right:12px;padding-bottom:12px;width:100%;height:25%;}
.newso3 a{padding:20px;display:block;}
.newsobg:hover{box-shadow: 5px 7px 7px 0px rgb(0 0 0 / 20%);}
.newsobg:hover a .newsotime{color:#ff6600;}
.newsobg:hover a .newsjbtn{background:url(../images/newsjbtnx.png) no-repeat;}
.newsobg:hover a .newsotxt h4,
.newsobg:hover a .newsotop>h4{color:#ff6600;}
@media (max-width: 1199px){
	.newsflex{flex-wrap:wrap;}
	.newsbg{width:50%;}
	.newsbg:last-child{width:100%;}
}
@media (max-width: 767px){
	#news{padding:30px 0;}
	.newstag{display:flex;}
	.newstag a{flex:1;margin-right:0;border-radius:0;font-size:16px;}
	.newsbg{width:100%;}
}
@media (max-width: 500px){
	.newstag a{font-size:14px;}
	.newsbox{margin-top:20px;}
	.newso1 a, .newso2 a, .newso3 a{padding:12px;}
	.newsotxt h4{font-size:16px;}
	.newsotime p{font-size:36px;}
	.newsotop>h4{line-height:58px;padding-left:15px;font-size:16px;}
}

/* 首页结束 */
/* Product Center */
#procen{padding:50px 0;}
.procen_ul{margin-top:40px;display:flex;position:relative;}
.procen_ul::after{content:'';position:absolute;left:0;bottom:0;width:100%;border-bottom:1px solid #d5d5d5;}
.procen_ul li{flex:1;margin-right:12px;}
.procen_ul li:last-child{margin-right:0;}
.procen_ul li a{display:block;}
.procen_txt{padding-bottom:4px;position:relative;}
.procen_txt p{font-size:24px;color:#333;padding:0 5px;text-align:center;line-height:82px;}
.procen_lastli{display:none;}
.procen_ul li a:hover .procen_txt p{color:#ff6600;}
.procen_btn{text-align:center;margin-top:25px;}
@media (min-width: 992px){
	.procen_ul li a:hover .procen_txt::after{content:'';position:absolute;left:0;bottom:0;height:14px;width:100%;background:url(../images/procen_txtico.png) no-repeat center top;border-bottom:4px solid #ff6600;z-index:1;}
}
@media (max-width: 1199px){
	.procen_txt p{font-size:20px;line-height:65px;}
}
@media (max-width: 991px){
	.procen_ul{flex-wrap:wrap;}
	.procen_ul::after{display:none;}
	.procen_ul li{flex: 0 0 33.33%;margin-right:0;}
	.procen_ul li a{padding:10px}
	.procen_lastli{display:block;}
	.procen_btn{display:none;}
	.procen_txt{padding-bottom:0;}
	.procen_txt p{font-size:18px;line-height:50px;}
}
@media (max-width: 767px){
	#procen{padding:30px 5px;}
	.procen_ul{margin-top:20px;}
	.procen_ul li a{padding:5px}
	.procen_txt p{font-size:16px;line-height:36px;}
}
@media (max-width: 500px){
	.procen_txt p{font-size:14px;line-height:30px;}
}

/* About Us */
#about{padding:75px 0;background:#f0f1f5;}
.about_img{float:left;width:50%;padding:0 30px;}
.about_con{float:left;width:50%;position:relative;z-index:1;padding:0 30px 0 50px;}
.about_con span{position:absolute;top:-18px;left:0;font-family:arial;font-size:153px;color:#fff;font-weight:bold;text-transform:uppercase;line-height:1;z-index:-1;opacity:0.4;}
.about_con h2{font-size:48px;font-weight:bold;color:#333;margin-top:40px;}
.about_con .about_txt{color:#666;font-size:18px;line-height:36px;text-align:justify;margin-top:45px;}
.about_con .about_btn{margin-top:40px;}
@media (max-width: 1629px){
	.about_con span{font-size:143px;}
}
@media (max-width: 1529px){
	.about_con span{font-size:134px;}
	.about_con h2{margin-top:20px;}
}
@media (max-width: 1429px){
	.about_img{padding:0 20px;}
	.about_con span{font-size:124px;}
	.about_con .about_txt{margin-top:30px;font-size:16px;line-height:35px;}
}
@media (max-width: 1329px){
	.about_img{padding:0 10px;}
	.about_con span{font-size:114px;}
	.about_con h2{margin-top:10px;}
	.about_con .about_txt{line-height:30px;}
	.about_con .about_btn{margin-top:25px;}
}
@media (max-width: 1229px){
	.about_con span{font-size:112px;}
}
@media (max-width: 1199px){
	.about_con{padding:0 20px;}
	.about_con span{font-size:92px;}
	.about_con h2{font-size:36px;}
	.about_con .about_txt{margin-top:15px;font-size:15px;line-height:25px;}
	.about_con .about_btn{margin-top:20px;}
}
@media (max-width: 991px){
	.about_img{width:100%;padding:0;margin-bottom:20px;}
	.about_img img{margin:0 auto;}
	.about_con{width:100%;}
	.about_con span{top:0;}
	.about_con h2{margin-top:0px;line-height:92px;}
}
@media (max-width: 767px){
	#about{padding:30px 10px;}
	.about_con{padding:0 10px;}
	.about_con span{font-size:70px;}
	.about_con h2{font-size:30px;line-height:70px;}
}
@media (max-width: 500px){
	.about_con span{font-size:50px;}
	.about_con h2{font-size:20px;line-height:50px;}
	.about_con .about_txt{margin-top:10px;font-size:14px;}
}

/* Inimages */
#inimages{padding:45px;background:url(../images/inimagesbg.jpg) no-repeat center bottom #ff6600;}
@media (max-width: 767px){
	#inimages{padding:30px;}
}
@media (max-width: 500px){
	#inimages{padding:20px;}
}


/* 弹窗视频 */
#altVideo{position: fixed;width: 100%;height: 100%;left: 0;top: 0;z-index: 200000;text-align: center;display: none;background: rgba(255,255,255,.72);}
#altVideo i{position: absolute;top: 1rem;right: 1rem;}
#altVideo i img{cursor: pointer;}
.ivideo{margin:0 auto;position: absolute;top: 50%;left: 50%;width: 65%;max-height:90%;transform: translate(-50%,-50%);}
@media (max-width:767px){
	.ivideo{width: 95%;}
}

/* 通用配置 */
.owl-rela{position:relative;}
.owl-prev, .owl-next{display:block;width:30px;height:68px;background:url(../images/pro-jtbn.png) no-repeat;position:absolute;top:50%;margin-top:-34px;text-indent:-99999999px;opacity:0.4;transition:all .3s;-webkit-transition:all .3s;}
.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(-25deg);transition: unset;}
.white:hover::after{left: 120%;-moz-transition: 1s;-o-transition: 1s;-webkit-transition: 1s;transition: 1s;}


#fgtop{height:77px;position:relative;z-index:1;}
#fgtop .dins a{position:absolute;left:50%;bottom:0;width:71px;height:32px;background:url(../images/fgtopbtn.png) no-repeat;margin-left:-40px;}
#fgtop .dins2 a{position:absolute;left:50%;top: 84px;width:71px;height:32px;margin-left: -18px;font-size: 15px;color: #fff;}
/* 底部 */
#footer {
    background: #242424;
}

.footer_top { height: 120px;line-height: 120px; background: #3c3c3c;}
.footer_top ul{display: flex; flex-wrap: wrap;}
.footer_top ul li {width: 20%; color: #fff;font-size: 17px; text-align: center;}
.footer_top ul li span { margin-right: 6px;}
.footer_top ul li span img{vertical-align: middle;}
.footer_nav { color: #fff; padding-bottom: 50px;}
.footer_nav .container:before, .footer_nav .container:after {display: none;}
.footer_nav ul { min-height: 0; overflow: hidden;width: calc(100% - 530px);}
.footer_nav p {color: #818080; margin-bottom: 15px; font-size: 14px;}
.footer_nav p a{color: #818080;}
.footer_nav h2 { color: #fff; font-size: 16px;  margin-bottom: 20px;}
.footer_nav ul li {float: left;flex: 1; padding-top: 75px;}
.footer_msg {width: 530px; float: right;padding-left: 130px;background: url(../images/index_23.jpg) no-repeat 0 70px;}
.ftext{font-size: 15px;color: #999;line-height: 20px;padding-bottom:20px;}
.ftext a{color: #999;}
.ftext a:hover{color: #fff;}
.links {overflow: hidden;color: #818080;font-size: 14px;    line-height: 22px;padding: 5px 0 15px 0;}
.links span { color: #fff; margin-right: -10px; float: left; margin-top: -5px;}
.links a {color: #818080;padding: 0 10px; border-right: 1px solid #818080;font-weight: bold;display: block;float: left;height: 13px; line-height: 13px;}
.copyright { padding: 23px 0;border-top: 1px solid #323232;}
.copyright a{color: #818080;}
.footer_msg { padding-top: 75px;}
.footer_msg .logo {margin-bottom: 17px;}
.footer_msg p span {display: block;width: 25px; height: 25px;overflow: hidden;float: left; margin: 0 5px;}
.footer_msg p:first-of-type span {  background: url(../images/icon.jpg) no-repeat;}
.footer_msg p:nth-of-type(2) span {background: url(../images/icon.jpg) no-repeat;background-position: 0 -40px;}
.footer_msg p:nth-of-type(3) span {background: url(../images/icon.jpg) no-repeat; background-position: 0 -75px;}
.footer_msg p:nth-of-type(4) span { background: url(../images/icon.jpg) no-repeat;background-position: 0 -110px;}
.footer_msg p:nth-of-type(5) span {background: url(../images/icon.jpg) no-repeat;background-position: 0 -148px;}
#footer a:hover { transition: all linear 200ms;color: #fff;}

@media (max-width: 1199px){
	.footer_nav ul{width: calc(100% - 400px);}
	.footer_msg{width: 400px; padding-left: 70px;}
	.footer_nav ul li:last-child{display: none;}
}
@media (max-width: 991px){
	.footer_nav ul{display: none !important;}
	.footer_msg{width: 100%;background: none;padding-left: 0;padding-top: 45px;padding-bottom: 30px;}
	.footer_nav{padding-bottom: 0;}
	.footer_top{height: 60px;line-height: 60px;}
	.footer_top ul li{font-size: 14px;}
	.footer_top ul li span img{width: 22px;}
}
@media (max-width: 767px){
	#footer{padding: 0 10px;}
	.footer_msg{padding: 20px 0 0;}
	.footer_nav p{margin-bottom: 10px;}
	.copyright{margin-bottom: 50px;padding: 8px 0;}
	.footer_top{height: auto;line-height: 45px;}
	.footer_top ul li{width: 33.3%;}
	.ftext{font-size: 13px;padding-bottom: 10px;}
}
@media (max-width: 500px){
	.footer_msg .logo img{height: 50px;}
	.footer_top ul li{width: 50%;padding-left: 10px;text-align: left;}
}
#c-right-fixed { display: none; position: fixed; top: 80%; right: 20px; z-index: 905; -webkit-transform: translateY(-50%); transform: translateY(-50%);}
#c-right-fixed a { position: relative; right: 0; margin-bottom: 5px; display: flex; align-items: center; width: 70px; height: 70px; text-align: center; color: #777; background: #fff;}
#c-right-fixed a:last-child { margin-bottom: 0;}
#c-right-fixed a:nth-child(3) { z-index: 2;}
#c-right-fixed .c-wrap { border: 1px solid #eff1f5; padding: 11px 0; width: 70px; height: 70px; flex: 0 0 70px; transition: all .5s;}
#c-right-fixed .c-wrap img { height: 28px;}
#c-right-fixed .c-wrap img:nth-child(2),
#c-right-fixed a:hover .c-wrap img:nth-child(1) { display: none;}
#c-right-fixed a:hover .c-wrap img:nth-child(2) { display: inline-block;}
#c-right-fixed .c-title { padding-top: 5px; font-size: 12px; line-height: 1;}
#c-right-fixed a:last-child .c-title { font-family: "Arial"; font-weight: bold;}
#c-right-fixed .c-text { flex: 0 0 auto; width: 170px; font-weight: bold; font-size: 20px; line-height: 40px; border-left: 1px solid #ff6600 ; color: #fff; transition: all .5s;}
#c-right-fixed .c-img { position: absolute; right: -300px; top: -1px;  z-index: -1;  padding: 5px;  width: 148px;  border: 1px solid #eff1f5; background: #fff; transition: .5s;  box-shadow: 0 0 50px rgba(0, 0, 0, .1);}
#c-right-fixed .c-img::before { content: ""; position: absolute; top: 34px; right: -8px; border-left: 8px solid #fff; border-top: 8px solid transparent; border-bottom: 8px solid transparent;}
#c-right-fixed .c-img img { width: 100%;}
#c-right-fixed .c-img .c-text2 { padding: 5px; font-size: 14px; line-height: 24px; text-align: center;  color: #777;}
#c-right-fixed a .c-box { position: absolute; top: 0; left: 0; padding: 11px 0; width: 100%; height: 100%; display: flex; align-items: center; background: #fff; transition: all .5s; overflow: hidden;}
#c-right-fixed a:hover .c-wrap {color: #fff; border-color: #ff6600 ; background: #ff6600 ;}
#c-right-fixed a:last-child .c-wrap { color: #fff; border-color: #ff6600 ; background: #ff6600 ;}
#c-right-fixed a:first-child:hover .c-box { width: 250px; height: 70px; -webkit-transform: translateX(-180px); transform: translateX(-180px); overflow: none; background: #ff6600 ;}
#c-right-fixed a:hover .c-img { right: 84px;}

@media (max-width: 767px){
	#c-right-fixed { display: none; }
}




/*产品导航*/

/* 手机底部按钮 */
.footer-bottom{overflow: hidden;position: fixed;bottom: 0;left: 0;z-index: 999;width: 100%;background: #ff6600;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: #ff6600;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:#ff6600;}
.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{box-shadow:0px 3px 20px 0px rgba(0,0,0,0.1);overflow:hidden;background: #fff;font-size: 0;}
.crumbs{padding-left:20px;background:url(../images/page/location.png) no-repeat left center;line-height:25px;padding-top:10px;padding-bottom:10px;float:left;color:#666;}
.crumbs a{color:#666;}
.crumbs a:hover{color:#ff6600;}

/* 内页导航 */
#sidebar{/* float:right; */text-align: center;}
#sidebar li{display:inline-block;margin: 0px 40px;position: relative;}
#sidebar li a{display:block;/* height:45px; */line-height: 60px;text-align:center;color:#666;font-size: 16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding: 0 10px;}
#sidebar li a::after{content: "";display: block;width: 0%;height: 2px;background: #ff6600;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:#ff6600;}
#sidebar li:hover a::after, #sidebar li.cur a::after{left: 0;width: 100%;}
@media (max-width:1329px) {
	#sidebar li{margin: 0px 25px;}
}
@media (max-width:1199px) {
	#sidebar li{margin:0 10px;}
}
@media (max-width:991px){
	#sidebar li a{font-size: 15px;padding: 0 2px;}
}
@media (max-width:767px) {
	#location{/* margin-bottom: 20px; */background:#f3f3f3;border-bottom: 1px solid #ddd;box-shadow:none;}
	.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{line-height:50px;}
}
@media (max-width:500px) {
	#sidebar li a{line-height:40px;padding:0;font-size:14px;}
}

/* 内页banner */
.nybanner{position:relative;}
.nybanner .nyback{background-position: center;background-repeat: no-repeat;background-size: cover;}
.nybanner .nybginfo{position:absolute;left:0;top:0;width:100%;height:100%;background:rgb(0 0 0 / 30%);}
.nybanner .nybginfo p{font-size:40px;color:#fff;font-weight:bold;}
/* @media (max-width: 1199px){
	.nybanner>div{height: 300px !important;}
}
@media (max-width: 991px){
	.nybanner>div{height: 250px !important;}
	.nybanner .nybginfo p{font-size:36px;}
}
@media (max-width: 767px){
	.nybanner>div{height: 200px !important;}
	.nybanner .nybginfo p{font-size:32px;}
}
@media (max-width: 500px){
	.nybanner>div{height: 160px !important;}
	.nybanner .nybginfo p{font-size:28px;}
}
@media (max-width: 420px){
	.nybanner>div{height: 115px !important;}
	.nybanner .nybginfo p{font-size:24px;}
} */

/* 内页单页面标题 */
#nytitle{text-align: center;padding:0 10px;margin:30px 0;overflow:hidden;}
#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: 30px;}
	#nytitle p{font-size: 14px;}
}

/* 内页样式 */
#inside{padding:50px 0;}
.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:20px 10px;}
}

/* 内页产品列表页 */
#nyproduct{padding: 50px 0;}
.nyjc{}
.nyjc-til{padding:15px;border-radius: 10px 10px 0 0;color:#fff;background: #ff6600}
.nyjc-til p{font-size: 24px;}
.nyjc-til i{display: block;height: 1px;width: 90px;background: #fff;margin:10px 0;}
.nyrepro ul{border: 1px solid #ff6600;background: #fff;padding: 0 10px;}
.nyrepro ul li{padding: 10px 0;border-bottom: 1px dashed #ccc;}
.nyrepro ul li:last-child{border-bottom: 0;}
.nyrepro ul li p{margin-top: 8px;color:#333;font-weight:bold;}
.nyrepro ul li p+p{color:#666;font-weight:normal;white-space:nowrap;overflow:hidden;width:182px;}
.nyrepro ul li span{display: block;margin-top: 10px;}
.nyrepro ul li span i{display: inline-block;margin-left: 5px;}
.nyrepro ul li a:hover p{color:#ff6600;}

.nyprolist{padding: 50px 0;}
.nypro-l{float:left;width:340px;}
.nypro-r{float:right;width:calc(100% - 360px);}
.nypro-ul li{margin-bottom: 20px}
.nypro-img{overflow: hidden;max-width:800px;}
.nypro-img img{-webkit-transition: 1s;-moz-transition: 1s;transition: 1s;}
.nypro-txt{padding:15px;}
.nypro-txt p{font-size:16px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;margin-bottom:10px;color:#333;font-weight:bold;text-align:center;}
.nypro-txt span{font-size:14px;line-height:20px;height:60px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;color:#666;text-align:justify;}
.nypro-ul li:hover .nypro-img{border-color:#ff6600;}
.nypro-ul li:hover .nypro-img img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
.nypro-ul li:hover p{color:#ff6600;}
.nymenu{width: 0;height: 100%;position: fixed;z-index: 1200;top: 0;background: rgba(0,0,0,0.3);}
.nymenu>a{position: fixed;right: 0;bottom: 100px;width: 80px;text-align: center;padding: 5px;background: #02ACFA;color: #fff;z-index: 95;}
.nymenu-con{position: fixed;overflow-y: auto;top: 0;right: -280px;width: 280px;padding: 15px 25px 25px;height: 100%;background-color: #02ACFA;color:#fff;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;z-index: 100; }
.nymenu-con h3{font-size: 18px;font-weight: bold;line-height: 40px;border-bottom: 1px dashed #fff;margin-bottom: 10px;}
.nymenu-con dl{margin-bottom: 0;}
.nymenu-con dl a{color: #fff;}
.nymenu-con dl dt, .nymenu-con dl dt a{display: block;font-size: 15px;line-height: 25px;}
.nymenu-con dl dt{margin-bottom:10px;border-bottom:1px solid #fff;}
.nymenu-con dl dd{padding-left: 10px;}
.nymenu-con dl dd a{display: inline-block;border: 1px solid #fff;padding: 2px 5px;margin-bottom: 5px;}
.nymenu-con>a{float: right;color: #fff;position: relative;top:8px;z-index: 102;font-size: 18px;}
.nymenu-con.on{right: 0;}
@media (max-width: 1529px) {
	.nypro-r{width:calc(100% - 340px);}
}
@media (max-width: 1429px) {
	.nypro-l{width:280px;}
	.nypro-r{width:calc(100% - 300px);}
}
@media (max-width: 1199px) {
	.nypro-l{display:none;}
	.nypro-r{width:100%;}
}
@media (max-width: 991px) {
	#nyproduct{padding: 20px 10px;}
	.nyprolist{padding: 20px 10px;}
}
@media (max-width: 767px) {
	#nyproduct{padding: 20px 5px;}
	.nymenu, .nymenu-con{height: calc(100% - 50px);}
	.nypro{padding:10px;}
}
@media (max-width: 500px) {
	.nypro-ul{margin-left:-5px;margin-right:-5px;}
	.nypro-ul li{padding:0 5px;margin-bottom:10px;}
	.nypro-txt{padding:8px;}
	.nypro-txt p{margin-bottom:0;}
	.nypro-txt span{display:none;}
}

.guens{display: none;overflow: hidden;}
.guens h4 {font-size: 18px;line-height: 40px;font-weight: bold;}
.guens h4 a{}
.guens ul li{float: left;margin-right: 15px; margin-bottom: 5px;}
.guens ul li a{padding: 0 10px;border: 1px solid #ccc;color: #666;font-size: 14px;line-height: 30px;    display: inline-block;}
.Pinea{display: flex;align-items: flex-start;}
.Prolist{width: calc(100% - 260px);padding-right: 20px;}
.cles-list{background: #fff;transition: all .5s;width: 260px;/* float: right; */position: sticky;top: 100px;margin-top: 12px;}

.cles-list ul h3{font-size: 28px;line-height: 40px;}
.focusing { border-radius: 8px 8px 0px 0px;border: 1px solid #e1e1e1;}
.focusing:nth-child(2){margin-top: 20px;}
.focusing .tlt { height: 60px; line-height: 60px; font-weight: bold;  background: #ff6600; text-align: center; letter-spacing: 3px; /* border-radius: 8px 8px 0px 0px; */border-bottom: 1px solid #fff;}
.focusing .tlt a{color: #fff; font-size: 20px; }
.focusing .tlt span {  }
.focusing #newadd { background-color: rgba(#fff, .6); box-sizing: border-box;}
.focusing li:last-child {border-bottom: 0;}
.focusing li {height:48px;line-height:48px;box-sizing: border-box;-moz-box-sizing: border-box; -webkit-box-sizing: border-box;border-bottom: 1px solid #e1e1e1;text-align: center;}
.focusing li a {font-size: 14px; font-weight: 400; color: #333;}
.focusing li:hover{ background-color:  #ff6600; }
.focusing li:hover a {color: #fff;}
.focusing li:hover dt { color: #ff6600 !important;}
.focusing dt { font-size: 16px;}
.focusing dt span { font-size: 14px;margin-right: 3px;}
.focusing p {line-height: 15px; font-size: 14px; color: #666666;}
.focusing p span { margin: 0 0 0 5px;}
.focusing p span:first-child {margin-left: 15px;}


@media (max-width:1199px){
	.guens{display: block;}
	.cles-list{display: none;}
	.Prolist{width: 100%;}
}
@media (max-width:767px){
	.guens{padding: 0 5px;}
}
@media (max-width:500px){
	.guens ul li{margin-right: 5px;}
	.guens ul li a{font-size: 12px;}
	
}

.wshw{/* margin-top:10px; */padding:0 10px;margin-bottom:15px;}
.wshw>a{font-size: 14px;color: #797979;line-height: 25px;display: inline-block;background-color: #fff;border-radius: 30px;padding: 0 12px;margin-top: 14px;box-shadow: 1px 4px 16px 0px rgb(255 120 9 / 20%);margin-right: 6px;transition: all ease 0.3s;}
.wshw>a:hover{background-color: #ff6600;color: #fff;}



.nyprolist{padding:50px 0;/* background: #f5f5f5; */}
.prolist-ul{overflow:hidden;}
.prolist-ul li {padding: 12px .6%;}
.prolist-ul li a {display: block;overflow: hidden;height: 100%; transition: all .5s ease 0s;border: 1px solid #e9e9e9}
.caseImg2 {position: relative;overflow: hidden; padding-bottom: 67.6%; height: 0;}
.caseImg2 .imgBg {position: absolute;top: 0; left: 0;width: 100%;height: 100%;transition: all .5s ease 0s;}
.caseImg2 .imgBg img{width: 100%;    -webkit-transition: 1s; -moz-transition: 1s;transition: 1s;}
.prolist-ul li a:hover  .caseImg2 .imgBg img{webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}
.caseBrief2 { position: absolute; bottom: 0;left: 0; padding: 10px 7%; width: 100%; background: rgba(0, 0, 0, .5); overflow: hidden;white-space: nowrap;  text-overflow: ellipsis;
    color: #FFF;
    font-size: 14px;
    line-height: 30px;
    transition: all .5s ease 0s;
    transform: translateY(100%);
}
.prolist-ul li>a:hover {box-shadow: 0 0 15px rgba(0, 0, 0, .15);}
.prolist-ul li a:hover .caseBrief2 {transform: translateY(0);}
.hotNewsText2 {padding: 15px 5%; background: #FFF;}
.hotNewsTime2 {color: #bbb;line-height: 36px;}
.hotNewsName2 {color: #333;font-size: 15px;line-height: 22px;transition: all .6s ease 0s;    overflow: hidden;white-space: nowrap;  text-overflow: ellipsis;}
.hotNewsLine2 { display: block; margin: 10px 0; width: 20px; height: 1px;background: #ff6600; transition: all .6s ease 0s;}
.hotNewsBrief2 {overflow: hidden; margin: 10px 0; }
.hotNewsBrief2 p{color: #999; font-size: 12px; line-height: 22px;   display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
.readMore2 { display: block; color: #333;text-transform: uppercase;font-family: Arial; transition: all .6s ease 0s;}
.prolist-ul li .nyimg-div {background:#fff;/* padding:7px; */border:1px solid #D9D9D9;}
.prolist-ul li .nyimg-div a {display:block;overflow:hidden;}
.prolist-ul li .nyimg-div img {margin:0 auto;-webkit-transition:1s;-moz-transition:1s;transition:1s;width:100%;}
.prolist-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;}
.prolist-ul li:hover .nyimg-a {color:#ffffff !important;}
.prolist-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);}
.prolist-ul li:hover .nyimg-a {background:#ff6600;color:#fff;}


@media (max-width:767px){
	.nyimglist{padding:20px 10px;}
	.prolist-ul li .nyimg-a{line-height:32px;}
}
@media (max-width:500px){
	.hotNewsText {padding: 10px 5%;}
	.hotNewsBrief2{margin: 5px 0;}
	.hotNewsTime2 {line-height: 28px;}
	.hotNewsLine2{margin: 5px 0;}
	.caseBrief2{padding: 4px 3%;font-size: 12px;}
}



.pro-ico{display: flex;margin: 15px 0;}
.pro-ico a{flex: 1;padding: 0 10px;}
.pro-icoimg{width: 60%;margin: 0 auto;background: #ccc;border-radius: 50%;padding: 20px;}
.pro-ico p{text-align: center;margin-top: 5px;}
.pro-mlist{background: #fff;overflow: hidden;}
.pro-mp{padding-left: 15px;border-bottom: 1px dashed #eee;}
.pro-mp p{line-height: 50px;font-size:16px;padding-left: 15px;position: relative;}
.pro-mp p::before{content:'';position: absolute;left: 0;top: 50%;margin-top: -7px;width: 2px;height: 16px;background: #ff6600;}
.pro-mlist li{padding: 10px;border-bottom: 1px dashed #eee;}
.pro-m-img{padding: 0;border: 1px solid #ddd;}
.pro-m-txt{padding-left: 10px;padding-right: 0;}
.pro-m-txt>a{font-size: 16px;display: block;color: #333;margin-bottom: 10px;}
.pro-m-txt>p{font-size: 14px;color: #999;line-height: 20px;height: 40px;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;word-break: break-all;}
.pro-m-al{overflow: hidden;margin-top: 10px;margin-right: 20px;}
.pro-m-al a{width: 40px;height: 30px;display: block;float: right;border: 1px solid #f3f3f3;}
.pro-m-al a.pro-mico1{background: url(../images/pro-mico1.png) no-repeat center;background-size: 20px;}
.pro-m-al a.pro-mico2{background: url(../images/pro-mico2.png) no-repeat center;background-size: 20px;border-left: none;}
@media (max-width: 800px) {
	.pro-icoimg{padding: 15px;}
}
@media (max-width: 700px) {
	.pro-icoimg{width: 80%;}
}
@media (max-width: 600px) {
	.pro-icoimg{width: 80%;}
	.pro-ico p{font-size: 12px;}
}
@media (max-width: 500px) {
	.pro-ico{margin: 10px 0;}
	.pro-ico a{padding: 0 5px;}
	.pro-icoimg{width: 100%;}
}

/* 内页产品详情页 */
.showpro_til{margin-bottom:30px;}
.showpro_til h1{text-align:center;font-size:36px;margin-bottom:10px;color:#333;}
.showpro_txt{font-size:16px;line-height:1.8;text-align:center;max-width:100%;margin:0 auto;color:#666;}
.showpro_imglist{max-width:800px;margin:0 auto;}
.swiper-slide{background-size: cover;background-position: center;}
.swiper-slide img{display: block;width: 100%;height: 100%;object-fit: cover;}
.mySwiper2{height: 80%;width: 100%;overflow:hidden;position:relative;margin-left: auto;margin-right: auto;}
.mySwiper2 .swiper-button-next{right:10px;}
.mySwiper2 .swiper-button-prev{left:10px;}
.mySwiper{height: 20%;padding: 10px 0;overflow:hidden;}
.mySwiper .swiper-slide{width: 25%;height: 100%;opacity: 0.4;}
.mySwiper .swiper-slide-thumb-active{opacity: 1;}
.mySwiper .swiper-slide{cursor: pointer;}

.showpro-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:20px;}
.showpro-top h1{line-height: 1.5;color: #333;text-align: center;font-size:30px;}
.showpro-top span{margin-right: 10px;font-size: 14px;color: #a3afb7;}
.showpro-img{margin-bottom:20px;}
.sp-thumbs a:link, .sp-thumbs a:visited{width:82px;height:82px;}
@media (max-width:1629px){
	.sp-thumbs a:link, .sp-thumbs a:visited{width:75px;height:75px;}
}
@media (max-width:1529px){
	.sp-wrap{border: 4px solid #eee;}
	.sp-thumbs a:link, .sp-thumbs a:visited{width:70px;height:70px;}
}
@media (max-width:1429px){
	.sp-thumbs a:link, .sp-thumbs a:visited{width:66px;height:66px;}
}
@media (max-width:1329px){
	.sp-wrap{border: 6px solid #eee;}
	.sp-thumbs a:link, .sp-thumbs a:visited{width:70px;height:70px;}
}
@media (max-width:1229px){
	.sp-wrap{border: 5px solid #eee;}
	.sp-thumbs a:link, .sp-thumbs a:visited{width:68px;height:68px;}
}
@media (max-width:1199px){
	.sp-thumbs a:link, .sp-thumbs a:visited{width:76px;height:76px;}
}
@media (max-width:991px){
	.sp-wrap{border: 4px solid #eee;}
	.sp-thumbs a:link, .sp-thumbs a:visited{width:79px;height:79px;}
	.showpro_til{margin:30px 0;}
}
@media (max-width:767px){
	.showpro-top h1{font-size: 20px;}
	.showpro-imgbox{padding:0;}
	.showpro_til{margin:10px 0 20px;}
	.showpro_til h1{font-size:24px;}
	.showpro_txt{font-size:14px;line-height:1.6;}
}
@media (max-width:500px){
	.mySwiper2 .swiper-button-prev,
	.mySwiper2 .swiper-button-next{display:none;}
}
#spotlight .footer{width:100%;text-align:center !important;}
.showpro-rem{float:left;}
.showpro-rem>p{color:#ff6600;font-weight: bold;line-height: 25px;margin-bottom: 10px;font-size: 18px;}
.showpro-rem ul{}
.showpro-rem ul li:nth-child(n+4){display:none;}
.showpro-rem ul li a{border:1px solid #eee;display: block;}
.showpro-rem ul li:hover a{border-color: #ff6600}

/*产品参数*/
.showpro-p{margin-bottom:20px;}
/*
.showpro-p h5{color: #444;line-height: 25px;margin-bottom: 10px;}
.showpro-p p{color: #666;line-height: 25px;margin-bottom: 10px;width: 50%;float: left;padding-right: 10px;}
*/
.showpro-tlb{margin-top:20px;}
.showpro-tlb>h4{font-size:16px;color:#000;margin-bottom:10px;}
.showpro-tlb>table{line-height:1.6;}
.nyproshow-info{line-height:1.8;color:#666;margin-bottom:20px;}
.showpro-tel{overflow:hidden;border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:10px 0;}
.showpro-telx{float:left;line-height:40px;}
.showpro-telx img{float:left;margin-right:12px;}
.showpro-telcon{float:left;}
.showpro-telcon p{float:left;color:#666;margin-bottom:0;}
.showpro-telcon span{float:left;color:#333;font-size:24px;font-family: arial;}
.showpro-tel a{float:right;display:block;line-height:40px;padding:0 20px;background:#ff6600;color:#fff;}
.showpro-tel a i{margin-right:5px;}
.showpro-tel a:hover{background:#034ad8;}
.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: #ff6600;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 strong{font-size:18px;}
.showpro-det>div{margin-bottom: 10px;}
.showpro-det p{margin: 5px 0;}
.showpro-det img{max-width: 100%;height:auto !important;}
.showpro-det video{max-width: 100%;height:auto !important;background:#000;}
@media (max-width:991px){
	.showpro-right{margin-top:20px;}
}
@media (max-width:767px){
	.showpro-p>h1{font-size:20px;}
	.showpro-p p{line-height:20px;}
	.showpro-details{font-size: 14px;line-height: 1.6;}
	.showpro-details .showpro-det strong{font-size:16px;}
}
@media (max-width:500px){
	.showpro-tlb>table{line-height:1.3;word-break: break-word;}
}
.sp-large a {text-align: center;border-bottom: 1px solid #eee;}

.sp-large a img{width: auto;}
.sp-thumbs{margin-top: 0;}
.sp-zoom img{width: 550px;}
/* 内页联系我们 */
.nylxbox{padding:70px 0;background:url(../images/nylxboxbg.jpg) no-repeat center bottom #f6f6f6;}

.nylxrle{width:50%;float:left;}

.nylxrletop h3{font-size:36px;font-weight: bold;color:#333;line-height:1.8}
.nylxrletop p{margin:15px 0;font-size: 24px;color: #666;}
.nylxrletop a{font-size: 14px;color: #999;}

.nylxrlecon{margin-top:50px;}
.nylxrlecon p{color: #333;font-size: 18px;margin-bottom:12px;font-weight:bold;}
.nylxrlecon span{display:inline-block;background:#ff7809;color: #fff;font-size: 16px;padding:8px 15px;border-radius:20px;}
.nylxrlecon a{font-size:24px;color:#ff7809;display:inline-block;font-weight:bold;line-height:1;}
.nylxrleewm img{width:140px;}

.nylxrrg{width:50%;float:right;padding:60px;box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);border-radius:20px;background:#fff;}
.nylxrrgtop h4{font-size:25px;font-weight:bold;color:#333;padding-bottom:20px;border-bottom:1px solid #ccc;}

.nylxrrgclx{border-bottom: 1px solid #eee;padding: 30px 0;overflow:hidden;position:relative;}
.nylxrrgclx2 {}
.nylxr{float: left;}
.nylxrrgewm{width:140px;height:140px;float: right;}
.nylxrrgclx h6{font-size: 18px;line-height:36px;color: #333;font-weight: bold;}
.nylxrrgclx p{font-size: 16px;color: #666;line-height: 2;}

@media (max-width:1429px){
	.nylxrrg{padding: 45px;}
}
@media (max-width:1329px){
	.nylxrrg{padding: 45px 30px;}
}
@media (max-width:1199px){
	.nylxrrg{padding: 45px 20px;}
	.nylxrletop h3{font-size: 32px;}
	.nylxrletop p{font-size: 20px;}
	.nylxr{float: none;}
	.nylxrrgewm{float: none;}
	.nylxrrgclx{padding: 20px 0;}
	.nylxrlecon {margin-top: 25px;}
}
@media (max-width:991px){
	.nylxbox{background: none;}
	.nylxrle{width: 100%;}
	.nylxrrg{width: 100%;margin-top: 25px;}
	.nyshowdesc .nylxrletop p{font-size: 22px;margin: 0;}
	.nylxrleft{float: left;width: 50%;margin-top: 8px;}
	.nylxrleft .nylxrlecon{margin-top: 15px;}
	.nylxrright{float: left;width: 50%;text-align: center;margin-top: 8px;}
	.nylxrright .nylxrleewm .img-responsive{margin: 0 auto;}
	.nylxr{float: left;}
	.nylxrrgewm{float: right;}
}
@media (max-width:767px){
	.nyshowdesc .nylxrletop h3{font-size: 28px;}
	.nyshowdesc .nylxrrgtop h4{font-size: 22px;}
	.nylxrleewm img{width: 125px;}
	.nyshowdesc .nylxrletop p{font-size: 18px;}
	.nylxrrg {padding: 30px 20px;}
}
@media (max-width:600px){
	.nylxr{float: none;}
	.nylxrrgewm{float: none;}
	.nylxrrgclx {padding: 10px 0;}
	.nylxrleft{width: 70%;}
	.nylxrright{width: 30%;}
	.nyshowdesc  .nylxrrgclx p{margin: 0;line-height: 1.8;}
}
@media (max-width:500px){
	.nylxrleft{width: 100%;float: none;}
	.nylxrright{width: 100%;float: none;text-align: left;}
	.nylxrright p{padding-left: 75px;}
	.nylxrright .nylxrleewm .img-responsive{margin-left: 65px;}
}
/* 产品中心 */
/* .submian{padding: 30px 0;} */
.submian .sobtitle{
	height: 26px;
	line-height: 20px;
	padding-bottom: 5px;
	font-size: 14px;
	color: #666;
	border-bottom: 1px solid #ddd;
	text-align: right;
	margin-bottom: 10px;
}

.submian .sobtitle h3{float: left;position: relative;height: 30px;color: #666;font-size: 18px;border-bottom: 2px solid #ff6600;}
.submian .sobtitle s{display: inline-block;width: 15px;height: 15px;margin-right: 10px;background: url(../images/page/location.png) no-repeat;vertical-align: middle;}
.submian .sobtitle a{font-size: 14px;color: #666;}
.submian .sobtitle a:hover{color: #ff6600;}


/*内页右侧*/
.submian .subright{overflow: hidden;}
.submian .subright{width: calc(100% - 260px);padding-right: 20px;}
.sousuen {margin: 0 auto;margin-bottom: 5px;}
/*默认单页*/
.submian .Aboutpage{color: #666;font-size: 14px;line-height: 28px;text-align: justify;}
.submian .Aboutpage img{max-width: 100%;}
.submian .Aboutpage .t{padding: 0 0 25px;color: #ff6600;font-size: 18px;}
.submian .contact .t1{font-size: 36px;line-height: 60px;text-align: center;color: #333;}
.submian .contact .t2{color: #5f5f5f;margin-top: 10px;margin-bottom: 40px;text-align: center;}
.submian .contact .txt{width: 450px;}
.submian .contact .txt h3{color: #ff6600;font-size: 22px;font-weight: bold;line-height: 50px;}
.submian .contact .txt p{line-height: 37px;}
.submian .contact .txt a{display: block;width: 210px;color: #fff;font-size: 16px;line-height: 46px;text-align: center;background: #ff6600;margin-top: 19px;}
.submian .contact .txt a:hover{background:#333;}
.submian .contact .img{width: 450px;height: 300px;}
.submian .contact .img img{width: 100%;height: 100%;}
/*文章列表*/

/*下载列表*/
.submian .Xiazai{}
.submian .Xiazai .list{
	padding-bottom: 20px;
}
.submian .Xiazai .item{
	display: block;
	padding: 10px;
	border: 1px solid #e1e1e1;
	margin-bottom: 15px;
	transition: all .5s;
}
.submian .Xiazai .item .you{
	width: 115px;
}

.submian .Xiazai .item  a{display: block;}
.submian .Xiazai .item .txt{
	width: 750px;
}
.submian .Xiazai .item .txt h3{font-size: 16px;line-height: 30px;transition: all .5s;}
.submian .Xiazai .item .txt .mark{color: #999;font-size: 12px;line-height: 20px;padding:0;}
.submian .Xiazai .item .txt .mark span{display: inline-block;padding-right: 18px;}
.submian .Xiazai .item .txt p{color: #999;line-height: 25px;text-align: justify;height: 50px;overflow: hidden;}
.submian .Xiazai .item .txt p span{display: inline-block;color:#ff6600;padding-left: 10px;}
.submian .Xiazai .item a:hover .txt h3{color:#ff6600;}

/* 手机列表 */
.visible-sm{display: none;}
.sm-pronav{margin-bottom:15px;}
.sm-pronav>h2{display:block;line-height:30px;color:#fff;background:url(../images/pronavbg.png) no-repeat bottom center #ff6600;font-size:26px;padding:15px 0;text-align:center;margin-bottom:10px;}
.sm-pronav>h2>span{font-size:14px;line-height:18px;text-transform:uppercase;display:block;}
.sm-pronav .sm-pronava{float:left;width:49%;margin-right:2%;margin-bottom:10px;}
.sm-pronav .sm-pronava:nth-child(2n){margin-right: 0;float: right;}
.sm-pronav .sm-pronava.active{width:100%;margin-right:0;}
.sm-pronav .sm-pronava>a{color:#fff;background: #ff6600;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){
	.submian .subright{width: 100%;}
	/* .submian .subleft{width: 240px;}
	.submian .subright{width: calc(100% - 240px);padding-left: 20px;} */
}
@media (max-width:991px){
	/* .submian .subleft{display: none;}
	.visible-sm{display: block;}
	.submian .subright{width: 100%;padding-left: 0;}
	.submian .Newslist .list{padding-bottom: 0;}
	.sousuen{margin-bottom: 10px;} */
}
@media (max-width:767px){
	/* .submian .sobtitle h3{display: none;}
	.submian .sobtitle{text-align: left;margin-bottom:0;} */
	
}
@media (max-width:500px){
	/* .submian .sobtitle {height: auto;} */
}
@media (max-width:375px){
	/* .sm-pronav .sm-pronava ul li{padding: 10px 0 10px 22px;} */
}

/*一级产品列表*/
.oneProlist ul.list{float: left;width: 100%;padding-left: 0px;}
.oneProlist ul.list li.item{
	float: left;
	position: relative;
	
	padding: 10px;
	
transition: all .5s;	
}
.oneProlist ul.list li.item:nth-child(3n){margin-right: 0;}
.oneProlist ul.list li.item a{display: block;overflow: hidden;background: #f6f6f6;border: 1px solid #CCCCCC;}
.oneProlist ul.list li.item span{width: 100%;font-size: 16px;font-weight: bold;color: #555;text-align: left;display: block;transition: all .5s;padding-left: 20px;height: 145px;margin-bottom: 20px;margin-top: 10px;    padding-right: 20px;}
.oneProlist ul.list li.item span h4{font-size: 18px;font-weight: bold;color: #555;line-height: 24px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color:#222;}
.oneProlist ul.list li.item span h5{line-height: 26px;font-size: 16px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;    border-bottom: 1px solid #c1c0c0;padding-bottom: 4px;color:#555;}
.oneProlist ul.list li.item span p{color: #888;text-align: left;display: block;transition: all .5s;font-size: 14px;margin-bottom: 10px;margin-top: 5px;font-weight: normal;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.oneProlist ul.list li.item .img{width: 100%;overflow: hidden;}
.oneProlist ul.list li.item .img img{width: 100%;height: 100%;transition: all .5s;}
.oneProlist ul.list li.item .bg{position: absolute;top: 0;width: 100%;height: 222px;background: url(../images/more.png) center no-repeat;background-color: rgba(0,0,0,.7);opacity: 0;transition: all .5s;}
.oneProlist ul.list li.item:hover .bg{opacity: 1;}
.oneProlist ul.list li.item:hover .img img{transform: scale(1.1);}
@media (max-width:767px) {
	.oneProlist ul.list li.item span{padding:0 10px;}
}
@media (max-width:400px){
	.oneProlist ul.list li.item span{padding:0 5px;}
	.nyprolist{padding: 10px 0px;}
}
/*二级产品列表*/
.twoProlist ul.list{float: left;width: 460px;padding-left: 0px;}
.twoProlist ul{
	float: left;
	width: 460px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 20px;
	padding-bottom: 10px;
	margin-right: 5px;
}
.twoProlist ul.list li.item{
	position: relative;
	width: 150px;
	transition: all .5s;
	float: left;
	margin-right: 10px;
}
.twoProlist ul.list li.etem{
	position: relative;
	width: 300px;
	transition: all .5s;
	float: left;
}

.twoProlist ul.list li.item:nth-child(3n){margin-right: 0;}
.twoProlist ul a{
	font-size: 16px;
	font-weight: bold;
	display: block;
}
.twoProlist ul.list li.item span{width: 100%;height: 45px;color: #555;text-align: center;display: block;line-height: 45px;transition: all .5s;}
.twoProlist ul.list li.item .img{
	width: 150px;
	height: 113px;
	overflow: hidden;
	margin-right: 20px;
}
.twoProlist ul.list li.item .img img{
	width: 150px;
	height: 113px;
transition: all .5s;}
.twoProlist ul.list li.item:hover .bg{opacity: 1;}
.twoProlist ul.list li.item:hover .img img{transform: scale(1.1);}

/*↓组图样式↓*/
.MainBg{
	width: 930px;
	margin:0 auto;
	background-color: #f8f8f8;
}
#ThumbPic img{
	cursor:pointer;
	width: 900px;
	display:block;
transition: all .5s;					margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding-bottom: 20px;
}
/*↑组图样式↑*/
/*内容详情页*/
.submian .subright .conBox .ArticleTitle h1{
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-color: #f8f8f8;
}
.submian .subright .conBox .ArticleMessage{
	line-height: 30px;
	height: 30px;
	margin-bottom: 10px;
	text-align: center;
	border-bottom: 1px dashed #ccc;
}
.submian .subright .conBox .ArticleMessage span:first-child{margin-left:0;}
.submian .subright .conBox .ArticleMessage span{color: #999;margin-left: 14px;font-size: 12px;}
.submian .subright .conBox .ArticleMessage .jiathis_style{float: left; margin-top: 5px;}
.submian .subright .conBox #pic{width: max-content;margin: 20px auto;padding: 1px;box-shadow: 0 0 20px 0 rgba(0,0,0,.3);}
.submian .subright .conBox #pic img{max-width: 800px;}
.submian .subright .conBox .ArticleTencont{padding: 5px 0px 20px 0px;color: #666;font-size:14px;line-height: 28px;text-align: justify;overflow: hidden;}
.submian .subright .conBox .ArticleTencont img{max-width: 100%;}
/*内容详情页选项卡*/
.tabs {
	position: relative;
	width: 900px;
	background-color: #f8f8f8;
	padding-top: 20px;
	margin: auto;
	padding-bottom: 20px;
	padding-right: 15px;
	padding-left: 15px;
}

.tabs input {
	position: absolute;
	z-index: 1000;
	width: 120px;
	height: 40px;
	left: 0px;
	top: 0px;
	opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	cursor: pointer;
}
.tabs input#tab-2{
	left: 120px;
}
.tabs input#tab-3{
	left: 240px;
}
.tabs input#tab-4{
	left: 360px;
}

.tabs label {
	background: #5ba4a4;
	background: -moz-linear-gradient(top, #5ba4a4 0%, #4e8c8a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5ba4a4), color-stop(100%,#4e8c8a));
	background: -webkit-linear-gradient(top, #5ba4a4 0%,#4e8c8a 100%);
	background: -o-linear-gradient(top, #5ba4a4 0%,#4e8c8a 100%);
	background: -ms-linear-gradient(top, #5ba4a4 0%,#4e8c8a 100%);
	background: linear-gradient(top, #5ba4a4 0%,#4e8c8a 100%);
	font-size: 15px;
	line-height: 40px;
	height: 40px;
	position: relative;
	padding: 0 20px;
	float: left;
	display: block;
	width: 200px;
	color: #333333;
	top: 0px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
	border-radius: 3px 3px 0 0;
	box-shadow: 2px 0 2px rgba(0,0,0,0.1), -2px 0 2px rgba(0,0,0,0.1);
}

.tabs label:after {
    content: '';
	background: #fff;
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 100%;
	height: 8px;
	display: block;
}

.tabs input:hover + label {
	background: #5ba4a4;
	top: -8px;
	-webkit-transition: top linear 0.2s;
    -moz-transition: top linear 0.2s;
    -o-transition: top linear 0.2s;
    -ms-transition: top linear 0.2s;
    transition: top linear 0.2s;
}
.tabs input:hover + label:after{
	background: #5ba4a4;
}
.tabs input:hover + label ~ .clear-shadow {
    top: -8px;
	-webkit-transition: top linear 0.2s;
    -moz-transition: top linear 0.2s;
    -o-transition: top linear 0.2s;
    -ms-transition: top linear 0.2s;
    transition: top linear 0.2s;
}

.tabs input:checked:hover + label {
    top: 0;
}
.tabs input:checked:hover + label:after{
	background: #fff;
}
.tabs input:checked:hover + label ~ .clear-shadow {
    top: 0;
	background: #fff;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}

.tabs input.tab-selector-1:hover + label.tab-label-1 ~ .clear-shadow{
    z-index: 3;
}

.tabs input.tab-selector-2:hover + label.tab-label-2 ~ .clear-shadow {
    z-index: 2;
}

.tabs input.tab-selector-3:hover + label.tab-label-3 ~ .clear-shadow {
    z-index: 1;
}

.tabs input.tab-selector-4:hover + label.tab-label-4 ~ .clear-shadow {
    z-index: 0;
}
.tabs label:first-of-type {
    z-index: 4;
    box-shadow: 2px 0 2px rgba(0,0,0,0.1);
}

.tab-label-2 {
    z-index: 3;
}

.tab-label-3 {
    z-index: 2;
}

.tab-label-4 {
    z-index: 1;
}

.tabs input:checked + label {
    background: #fff;
	z-index: 6;
	-webkit-transition: top linear 0.2s;
    -moz-transition: top linear 0.2s;
    -o-transition: top linear 0.2s;
    -ms-transition: top linear 0.2s;
    transition: top linear 0.2s;
}

.clear-shadow {
    background: #5ba4a4;
	position: relative;
	top: 0;
    height: 10px;
	margin-bottom: -10px;
    clear: both;
	z-index: -2;
    box-shadow: 0 -2px 3px -2px rgba(0,0,0,0.2);
    border-radius: 3px;
}

.tabs input.tab-selector-1:checked ~ .content .content-1,
.tabs input.tab-selector-2:checked ~ .content .content-2,
.tabs input.tab-selector-3:checked ~ .content .content-3,
.tabs input.tab-selector-4:checked ~ .content .content-4 {
	bottom: 0px;
    z-index: 100;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all ease-out 0.2s 0.2s;
    -moz-transition: all ease-out 0.2s 0.2s;
    -o-transition: all ease-out 0.2s 0.2s;
    -ms-transition: all ease-out 0.2s 0.2s;
    transition: all ease-out 0.2s 0.2s;
	position: relative;
	width: 900px;
}
/* .content div h3{
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #ebf4f4;
	padding-left: 5px;
	margin-bottom: 5px;
	margin-top: 10px;
} */
/*内容分页*/
.reLink{height: 38px;border: 1px solid #ddd;margin: 10px auto 10px;padding: 0px 10px;}
.reLink .prevLink, .reLink .nextLink{height: 38px;line-height: 38px;color: #666;}
.reLink .prevLink a, .reLink .nextLink a{height: 38px;line-height: 38px;color: #666;}
.reLink .prevLink a:hover, .reLink .nextLink a:hover{color: #ff6600;}
.reLink .prevLink{float: left;}
.reLink .nextLink{float: right;}
/* 内页单页面内容 */
.nyshow{max-width:100%;margin:0 auto;}
.nyshow-til{line-height: 40px;height: 41px;border-bottom: 1px #ccc solid;margin:20px 0;}
.nyshow-til>h1, .nyshow-til>h2{float: left;padding-right:15px;text-indent: 20px;height: 40px;line-height: 40px;border-bottom: 2px #ff6600 solid;color: #ff6600;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:#ff6600;}
.nyshowdesc{font-size: 16px;line-height: 1.8;text-align:justify;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;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;}
}


.TitCh h3{font-size: 36px;color:#333;line-height: 50px;font-weight: 600;}
.TitCh h3 font{color: #ff6600;}
.TitCh p{font-size: 20px;color:#787878;line-height:30px;overflow: hidden;margin: 10px 0;}


.rowTitCh{font-size: 36px;color:#333;line-height: 40px;font-weight: 600;}
.rowTitIntr{font-size: 14px;color:#787878;line-height: 25px;overflow: hidden;}
/* 网站建设 */
.subBanner_a .subBannerBg0 {background:  url(../images/voteBanBg.jpg) center no-repeat;}
 .subBanner_a .subBannerBg1 {background:  url(../images/OABanBg.jpg) center no-repeat;} 
.subBanner_a .subBannerBg2 {background:  url(../images/ecBanBg-1.jpg) center no-repeat;} 
.subBanner_a .subBanLine2 {background:  url(../images/ecBanBg-2.png) bottom no-repeat;} 
.subBanner_a .subBannerBg3 {background:  url(../images/crmBanBg.jpg) center no-repeat;} 
.subBanner_a .subBannerBg4 {background:  url(../images/tmsBanBg-1.jpg) center no-repeat;} 
.subBanner_a .subBanLine4 {background:  url(../images/tmsBanBg-2.png) bottom no-repeat;} 
.nine .rowBgBox .OABg1-1 {background: url(../images/OABg1-1.png) left no-repeat;}
.wfx .l-content {background: url(../images/wfx_37.png) no-repeat;}
.wfx .r-content {background: url(../images/wfx_38.png) no-repeat;}
.tableCont{  width: 100%;  height: 100%;  overflow: hidden;position: absolute;left: 0px; top:0px;z-index: 3;}
.table{width: 100%;height: 100%;overflow: hidden;display: table;position: relative;z-index: 3;}
.tableCell{ overflow: hidden;display: table-cell;vertical-align: middle;}
.parallux{ position: absolute !important; left: 0px; top: 0px; height: 100%;width: 100%;}
.subBanner{clear: both;padding-top:31%;background-position: center top;background-repeat: no-repeat;background-size:cover;position:relative;background-size: cover;overflow: hidden;}
.subBannerView{clear: both;width: 100%;height:260px;background-position: center center;background-repeat: no-repeat;background-size:cover;position:relative;}
.channelBanner{clear: both;width: 100%;padding-top: 28.6458333%;background-size: cover !important;background-position: center center;background-repeat: no-repeat;background-size:cover;position:relative; z-index: 2;}
.subBanner_a{ display: block; width: 100%;height: 100%; overflow: hidden; position: absolute;left: 0px;top: 0px;background-size: cover;background-position: center center;}
.subBanner_a .tableCont{ z-index: 5;}
.subBannerImg{position: absolute; right: 6.7708333%; bottom: 50px; top: 50px; z-index: 5;}
.center-v{position: relative; top: 50%;transform: translateY(-50%);}
.subBannerImg img{max-height: 100%;}

.subBannerBg{width: 100%;height: 100%;position: absolute;left: 0px;top: 0px;z-index: 2;background-size: cover;background-position: center center;background-repeat: no-repeat;animation: banerBg 0.8s linear forwards;}
.subBanLine{width: 100%;height: 100%; overflow: hidden;position: absolute;left: 0px; bottom: -1px;background-size: 100% auto;background-position: center bottom;background-repeat: no-repeat; z-index: 3;}
@keyframes banerBg{
    0%  {transform: scale(1.02);}
    100%{transform: scale(1);}
}
.banTxt{font-size: 18px; color:#fff;line-height: 40px;max-width: 56%;}
.banTxt2{width: 56%;}
.banTxt3{width: 56%;}
/* .banTxt h1,.banTxt h2,.banTxt h3,.banTxt h4,.banTxt h5,.banTxt h6{padding: 0px 100px;} */
.banTxt h1{font-size: 42px;line-height: 56px;}
.banTxt h2{font-size: 26px;line-height: 46px;padding-top: 30px;}
.banTxt h3{font-size: 17px;line-height: 33px;font-weight: normal;}
.banTxt h4{}
.banTxtAnimation{animation: banTxtAnimation 0.5s linear forwards;}
@keyframes banTxtAnimation{
    0%  {transform: translateX(40px);opacity: 0;}
    100%{transform: translateX(0px);opacity: 1;}
}
.banBtn{display: block;overflow: hidden;min-width: 140px; height: 40px;text-align: center; padding-right: 40px; background: #fff; border-radius: 40px; font-size: 15px;color:#1367d9;line-height: 40px;position: relative;margin-left: 0px!important;}
.banBtn:after{ display: block; content: ""; overflow: hidden;width: 30px;height: 30px;position: absolute;right: 7px;top: 5px; z-index: 3;background: url(../images/banBt.png) no-repeat center center;}
.banBtn span{ position: relative; z-index: 5;}

.banBtn2{color: #ff6355;}
.banBtn2:after{background: url(../images/ecBanBt.png) no-repeat center center;}}

.rowTitBox{position: relative;z-index: 5;}
.txt-c .rowTitCh {  text-align: center;}
.txt-l{text-align: left;}
.txt-r{text-align: right;}
.c-fff{color:#fff;}

.c-fff .rowTitCh{color: #fff;}
.c-fff .rowTitIntr{}
.aboutL{position: relative;overflow: hidden;}
.aboutLCont{position: relative;overflow: hidden;max-width: 550px;}
.aboutLCont:after{display: block;content: "";padding-top: 80%;overflow: hidden;}
.aboutName{ font-size: 24px;color:#333; position: relative;line-height: 30px; padding-bottom: 10px;}
.aboutName:after{display: block;content: ""; overflow: hidden; width: 30px; height: 2px; position: absolute;left: 0px;bottom: 0px;background: #d9dde0;}
.aboutIntr{ overflow: hidden; font-size: 14px;  color:#666;line-height: 30px;}

.aykj-l-1{ width: 8.3333333%;width: calc(1/12*100%);}
.aykj-l-2{width: 16.6666667%;width: calc(1/6*100%);}
.aykj-l-2p{ width: 20%; width: calc(1/5*100%);}
.aykj-l-3{ width: 25%; width: calc(1/4*100%);}
.aykj-l-4{width: 33.3333333%; width: calc(1/3*100%);}
.aykj-l-5{ width: 41.66666667%; width: calc(5/12*100%);}
.aykj-l-5 .OAproImg img{max-width: 100%;}
.aykj-l-6{width: 50%; width: calc(1/2*100%);}
.aykj-l-7{width: 58.3333333%;width: calc(7/12*100%);}
.aykj-l-8{ width: 66.6666667%;width: calc(2/3*100%);}
.aykj-l-9{ width: 75%;width: calc(3/4*100%);}
.aykj-l-10{width: 83.3333333%;width: calc(5/6*100%);}
.aykj-l-11{ width: 91.6666667%; width: calc(11/12*100%);}
.aykj-l-12{width: 100%;}
@media screen and (max-width: 1440px){
	.aykj-m-1{width: 8.3333333%; width: calc(1/12*100%);}
    .aykj-m-2{ width: 16.6666667%;width: calc(1/6*100%);}
    .aykj-m-2p{ width: 20%;width: calc(1/5*100%);}
    .aykj-m-3{ width: 25%;width: calc(1/4*100%);}
    .aykj-m-4{width: 33.3333333%;width: calc(1/3*100%);}
    .aykj-m-5{width: 41.66666667%;width: calc(5/12*100%);}
    .aykj-m-6{ width: 50%;width: calc(1/2*100%); }
    .aykj-m-7{width: 58.3333333%; width: calc(7/12*100%); }
    .aykj-m-8{ width: 66.6666667%; width: calc(2/3*100%);}
    .aykj-m-9{ width: 75%;width: calc(3/4*100%);}
    .aykj-m-10{ width: 83.3333333%;width: calc(5/6*100%);}
    .aykj-m-11{width: 91.6666667%;width: calc(11/12*100%);}
    .aykj-m-12{ width: 100%;}
}
@media screen and (max-width: 991px){
    .aykj-s-1{width: 8.3333333%;width: calc(1/12*100%);}
    .aykj-s-2{ width: 16.6666667%;width: calc(1/6*100%); }
    .aykj-s-2p{width: 20%;width: calc(1/5*100%);}
    .aykj-s-3{ width: 25%;width: calc(1/4*100%);}
    .aykj-s-4{width: 33.3333333%;width: calc(1/3*100%); }
    .aykj-s-5{ width: 41.66666667%; width: calc(5/12*100%);}
    .aykj-s-6{width: 50%;width: calc(1/2*100%);}
    .aykj-s-7{width: 58.3333333%; width: calc(7/12*100%);}
    .aykj-s-8{ width: 66.6666667%;width: calc(2/3*100%);}
    .aykj-s-9{ width: 75%;width: calc(3/4*100%);}
    .aykj-s-10{width: 83.3333333%;width: calc(5/6*100%);}
    .aykj-s-11{width: 91.6666667%;width: calc(11/12*100%); }
    .aykj-s-12{width: 100%; }
}
/*
* cms
*/
.rowCont{position: relative;z-index: 3;}
.rowCont:after{display: block;content: "";overflow: hidden; clear: both;visibility: hidden;}
.rowContRight{overflow: hidden;padding-top: 100px; }
.cmsSwiper{padding-top: 45px;}
.cms1Cont{overflow: hidden;}
.rowSubTit{overflow: hidden;font-size: 20px;color:#ff6600; line-height: 30px; font-weight: bold;}
.cms1_ul{overflow: hidden;padding-top: 10px;}
.cms1_ul li{padding: 5px 0px 5px 17px;line-height: 25px;font-size: 16px;color:#576478;position: relative;} 
.cms1_ul li:before{ display: block;content: "";overflow: hidden;width: 7px; height: 7px; border: 2px solid #5894cd;
    position: absolute;
    left: 0px;
    top: 15px;
    border-radius: 50%;
}
.numPage .swiper-container{
    padding-bottom: 50px;
}
.numPage .swiper-pagination{
    bottom: 0px;
    width: auto;
}
.numPage .swiper-pagination-bullet{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 0px 5px;
    text-align: center;
    line-height: 20px;
    background: #576478;
    color:#fff;
    opacity: 1;
}
.numPage .swiper-pagination-bullet-active{
    background:#ff6600;
}
.cms2Cont img{
    max-width: 100%;
}
.cmsBg2-1{
    top: -170px;
    bottom: 0px;
    height: auto;
}
.cmsBg2-2{
    bottom: 0px;
}
.cms3Swiper{
    overflow: hidden;
}
.cms3Swiper .swiper-slide{
    padding: 130px 0px 40px 0px;
    width: 25%;
    float: left;
    display: inline;
    height: 295px;
    position: relative;
}
.h15 {
    height: 15px;
    clear: both;
}
.rowBgBox {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
}
.nine {
    position: relative;
    z-index: 3;
}
.rowBg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.adapter_list{height:auto; margin:auto;position: relative;z-index: 4;}
.adapter_list ul li{ float:left; height:390px; list-style:none; background-color:#fff;-moz-box-shadow:0px 4px 70px rgba(0,0,0,0.08); -webkit-box-shadow:0px 4px 70px rgba(0,0,0,0.08); box-shadow:0px 4px 70px rgba(0,0,0,0.08); border-radius:7px;-webkit-transition: all 0.4s ease-in-out;width: 18%;margin: 0.5%;}
.adapter_list ul li:hover{-moz-box-shadow:0px 4px 19px rgba(49,60,233,0.3); -webkit-box-shadow:0px 4px 19px rgba(49,60,233,0.3); box-shadow:0px 4px 19px rgba(49,60,233,0.3); border-radius:20px;}

.adapter_list ul li:nth-child(2n) .adapter_tu{ background-color:#2bd2a4;}

.adapter_list ul li:hover .adapter_kong{ height:30px;}
.adapter_list ul li:hover .adapter_tu{ border-radius:50%;}

.adapter_kong{ width:100%; height:40px; overflow:hidden;-webkit-transition: all 0.4s ease-in-out;}
.adapter_tu{ width:100px; height:100px; margin:auto; border-radius:30px; background-color:#2e4c9f;-webkit-transition: all 0.4s ease-in-out;}
.adapter_tu img{ width:100px; height:100px;}
.adapter_1{ width:100%; text-align:center; font-size:22px; color:#000; font-weight:bold; height:50px; line-height:50px; margin-top:10px;}
.adapter_2{ margin:auto; text-align:center; font-size:16px; line-height:26px; color:rgba(0,0,0,0.8); width:100%;padding: 0px 10px;}

.hazard{ width:1400px; height:266px; margin:auto; background-color:#313ce9; border-bottom-left-radius:50px; border-top-right-radius:50px;}
.hazard_1{ width:100%; text-align:center; font-weight:lighter; font-size:40px; color:#fff; height:50px; line-height:50px; padding-top:58px;}
.hazard_1 span{ font-weight:bold;}
.hazard_2{ width:100%; text-align:center; font-size:18px; color:#fff; height:40px; line-height:40px;}
.hazard_3{ width:100%; height:50px; margin-top:17px;}
.hazard_3 a{ display:block; margin:auto; font-size:18px; color:#fff; font-weight:lighter; border-radius:30px; width:174px; height:50px; text-align:center; line-height:50px; background-color:#2bd2a4; cursor:pointer;}
.h100 { height: 80px; clear: both;}
.cmsBg1-1{ width: 377px; height: 321px; position: absolute;left: auto;top: auto;right: 0px;bottom: -90px;background-repeat: no-repeat;background-size: cover; background-position: center;}


.cmsBg3-1:after{
    display: block;
    content: "";
    overflow: hidden;
    padding-top: 49.21875%;
}
.h50 {
    height: 40px;
    clear: both;
}


.info-box{ margin-bottom: 20px;}
.info-box .info-title{ font-size: 20px; color: #fff; margin-bottom: 7px; font-weight: bold;}
.info-box .info-detail{ font-size: 16px; margin-bottom: 8px; color: #fff;}
.case3_pic img{ max-width: 100%;}

.cmsBanBg-1{background: url(../images/cmsBanBg-1.jpg) center no-repeat;}
/* .cmsBanBg-2{background: url(../images/cmsBanBg-2.png) center bottom no-repeat;} */
.cmsBg1-1{background: url(../images/cmsBg1-1.png) center no-repeat;}
.cmsBg2-1 {background: url(../images/cmsBg2-1.png) no-repeat center top;background-size:cover;}
.cmsBg3-1 {background: url(../images/cmsBg3-1.png) no-repeat center center;}

.crmBanMask{padding-top: 6%;background-image: url(../images/crmBanMask.png);}
.crmBanImg {right: 0;top: 100px;    width: 44%; transition: 0.4s;}


.APPAdvantage {background: #f8f8f8; padding: 60px 0px;}
.APPApplication .APPApplication_content{ display:flex; flex-wrap:wrap; justify-content:space-between;margin-top: 40px; overflow: hidden;}
.APPApplication .APPApplication_content .APPApplication_content_list{ width:24%; background:#fff; border-radius:8px; margin-bottom:1%; padding:38px 40px;}
.APPApplication .APPApplication_content .APPApplication_content_list:hover{ box-shadow:0px 0px 25px rgba(0,0,0,.1)}
.APPApplication .APPApplication_content .APPApplication_content_list .content_list_icon{ width:53px; height:53px; background:#f8f8f8; border-radius:100%; display:flex; align-items:center; justify-content:center; margin-bottom:20px;}
.APPApplication .APPApplication_content .APPApplication_content_list .content_list_txt dd{ font-size:20px; color:#000000; margin-bottom:10px;}
.APPApplication .APPApplication_content .APPApplication_content_list .content_list_txt{ font-size:15px; color:#7d7d7d; line-height:26px;}
.APPAdvantage .APPAdvantage_content .APPAdvantage_content_list .content_list_txt{ font-size:16px; color:#888; line-height:28px; text-align:justify;}

/*
* OA
*/
.txt-c{margin-top: 60px;    position: relative;z-index: 3;}
.rowmun {margin-top: 50px;}
.h30 {
    height: 30px;
    clear: both;
}
.OAproTit1{
    font-size: 24px;
    color: #333;
}
.OAbanTxt h1,
.OAbanTxt h3{
    padding: 0;
}
.OABanMask{ padding-top: 2%;background-image: url(../images/OABanMask.png);}
.banMask2 {position: absolute;top: -30px;left: 0; width: 100%;background-position: center bottom; background-repeat: no-repeat; background-size: 100%;z-index: 9;}
.OAproInfo{
   font-size: 16px;
       line-height: 30px;
       padding: 28px 0;
       width: 77%;
    position: relative;
}
.OAproInfo .icon1{
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 20px;
    background: url(../images/oaIcon1-1.png) center center no-repeat;
}

.OAproInfo .icon2{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25px;
    height: 16px;
    background: url(../images/oaIcon1-2.png) center center no-repeat;
}
.OABg1-1{ width: 662px;  height: 510px; left: 0;top: 10%;}
.OAfunInfo{position: relative;}
.OAfunImg{width: 40%; margin: 0 auto; text-align: center;}
.OAfunImg img{max-width: 100%;}

/*  */
.wfx-content2{background: url(../images/ad654d6852hisy0j.jpg);}
.wfx .wfx-content2 {padding: 60px 0;background-repeat: no-repeat;background-size: 100% 100%;}

.wfx .wfx-content2 .subtitle { padding: 24px 0;text-align: center; font-weight: normal;font-size: 30px;color: #fff;}
.wfx .wfx-content2 .content {    text-align: center;margin-top: 45px;height: 360px;}
.wfx .wfx-content2 .content .l-content {margin-right: 20px;}
.wfx .wfx-content2 .content .l-content,.wfx .wfx-content2 .content .r-content { width: 590px; height: 306px;display: inline-block; vertical-align: top;  background-size: 100% 100%; background-repeat: no-repeat;transition: all .2s;}
.wfx .wfx-content2 .content .l-content:hover,
.wfx .wfx-content2 .content .r-content:hover {margin-top: -10px;}
.wfx .wfx-content2 .content .l-content .title,
.wfx .wfx-content2 .content .r-content .title { height: 60px; margin-bottom: 35px;line-height: 60px; text-align: center;font-weight: bold;font-size: 24px;color: #fff;}
.wfx .wfx-content2 .content .l-content .box>img {margin-left: 28px;margin-right: 22px;float: left;}
.wfx .wfx-content2 .content .r-content .box>img {margin-left: 28px;    float: left;margin-right: 22px;}
.wfx .wfx-content2 .content  .msg{margin: 20px 50px;font-size: 16px;line-height: 28px;}


.line-bottom-1{background: url(https://res-static.hc-cdn.cn/cloudbu-site/china/zh-cn/product/PEP1.0/domain_site/cloudsite/image/bgwe.jpg) center 0 no-repeat;padding: 50px 0;overflow: hidden;
    background-size: cover;}
.ser-item {
    padding: 5px;
    width: 50%;
    float: left;
    text-align: left;
}

.ser-item:hover,.ser-item.active {
    background-color: #ff6600;
    color: #fff
}

.ser-item:hover a,.ser-item.active a {
    border: 1px solid rgba(255,255,255,.7);
}

.ser-item:hover p:after,.ser-item.active p:after {
    background-color: #fff;color: #fff;
}
.ser-item:hover a p,.ser-item.active a p{color: #fff;}
.ser-item:hover a span,.ser-item.active a span{color: #fff;}
.ser-item span { font-size: 15px; margin-top: 5px;color: rgba(0,0,0,.5); line-height: 24px;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2;    height: 48px;}

.ser-item p {
    padding: 0;
    margin: 0;font-size: 18px;
}

.ser-item p:after {
    content: '';
    display: block;
    height: 2px;
    width: 24px;
    background-color: #ff6600;
    margin-top: 10px;margin-bottom: 10px;
}

.ser-item a {
    display: block;
    padding: 20px 10px;
    border: 1px solid #b9b8b8;
    /* transition: all ease-in-out .3s */
}

@media(min-width: 768px) {
    .ser-item {
        width:33%;
        float: none;
        display: inline-block
    }
}

@media(min-width: 992px) {
    .ser-item {
        /* width:20% */
    }
}

@media(min-width: 1200px) {
    .ser-item {
        padding:10px
    }


    .ser-item a {
        padding: 20px
    }
}

@media(min-width: 1400px) {
    .ser-item {
        padding:15px
    }

    .ser-item p {color: #000;font-size: 18px;line-height: 27px;}

    .ser-item a {
        padding: 30px
    }
}

.xrow1 {
    text-align: center;
    padding-bottom: 20px;margin-top: 30px;
}

.xrow1:after {
    content: '';
    display: block;
    clear: both
}

.binw{background: url(../images/cmsBanBg-1.jpg) no-repeat center bottom;}
.txt-hz { margin-top: 60px;}
.case8_pic img { max-width: 100%;}
.info-box2{ margin-bottom: 20px;}
.info-box2 .info-title{ font-size: 20px; color: #fff; margin-bottom: 7px; font-weight: bold;}
.info-box2 .info-detail{ font-size: 16px; margin-bottom: 8px; color: #fff;}

.zsbox{line-height: 36px;padding: 65px 0;font-size: 16px;color: #333;background: url(../images/nxc_bg.jpg) no-repeat center bottom;}
.zsbox_w{padding: 0 0 24px;}
.zsbox_w  h2{    font-size: 32px; color: #333;font-weight: bold;position: relative;line-height: 62px;margin-bottom: 5px;    margin-top: 15px;}
.zsbox_w  h2:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    bottom: 0;
        left: 15px;
    background: #f1592a;
    transform: translateX(-50%);
    transition: all 0.6s cubic-bezier(.075, .82, .165, 1);
}
.zsbox_p  img{max-width: 100%;}


.binw2{    background: #fff1e6 url(../images/ecBg4-1.png) no-repeat center top;}

.txt-hz2 { margin-top: 40px;}
.case7_pic img { max-width: 100%;}
.info-box3{ margin-bottom: 20px;}
.info-box3 .info-title{ font-size: 20px; color: #787878; margin-bottom: 7px; font-weight: bold;}
.info-box3 .info-detail{ font-size: 16px; margin-bottom: 8px; color:#787878;}

.ekb_serv{padding: 60px 0 0;overflow: hidden;background:url(http://www.aykj.net/subsiteSrc/aykjnet/test/crm/rowBg3-1.png) no-repeat center right;}
/* 我们能做什么  最新样式 */
.ekb_sw{padding:0 20px 50px;text-align:center;}
.ekb_sc {overflow: hidden;margin-top: 35px;}
.ekb_sc>div{padding: 5px;}

.ekb_sc dl{background: #f1f4f6;height: 158px;border-radius:9px;box-sizing:border-box;padding: 25px;}
.ekb_sc dl:nth-child(2n){background: #f5f8fa;}
.ekb_sc dt{width: 65px;float: left;padding: 13px 0 0;}
.ekb_sc dt span{display: block;width: 63px;height: 63px;overflow: hidden;}
.ekb_sc dt span img{-webkit-transition: 1s;-moz-transition: 1s;transition: 1s;}
.ekb_sc dd{float: right;width: calc( 100% - 65px );padding-left:20px;}
.ekb_sc dd h5{line-height: 30px;font-size: 18px;}
.ekb_sc dd p{font-size: 15px;line-height: 24px;margin-top: 6px;}
.ekb_sc dd span{display: block;font-size: 18px;line-height:55px;}
.ekb_sc dl:hover,.ekb_sc dl.cur{background: #f1592a;color: #fff;}
.ekb_sc dl:hover dt span img,.ekb_sc dl.cur dt span img{margin-left: -90px;}

.zs_webox{background:url(/Skins/DefaultNews/neiye/zs_weboxbg.jpg) no-repeat center 0;padding: 80px 0;}
.zs_webox dt img{-webkit-transition:all .5s linear;-webkit-transition:all .5s linear;}
.zs_webox dl:hover dt img{opacity:1;visibility:visible;-webkit-transform: rotateY(360deg);transform: rotateY(360deg);margin: 0;}
/* 困惑 */
.ekb_webox{font-family:"Microsoft Yahei";padding:65px 0 40px;background: #f1f7fe;line-height: 28px;}
.ekb_wc {overflow: hidden;margin-top: 40px;}
.ekb_wc dl{width: 49%;height: 218px;background: #fff;border-radius: 4px;float: left;margin-bottom: 30px;box-sizing:border-box;padding: 48px 43px 0 53px;position: relative;overflow: hidden;}
.ekb_wc dl:nth-child(2n){margin-left:2%;}
.ekb_wc dt{width: 119px;overflow: hidden;float: right;}
.ekb_wc dt img{-webkit-transition: 1s;-moz-transition: 1s;transition: 1s;}
.ekb_wc dd{width: calc( 100% - 119px);float: left;padding-right: 20px;}
.ekb_wc dd h3{font-size:24px;padding: 0 0 10px;line-height: 35px;font-weight: normal;font-family:"wrjz","Microsoft Yahei";color: #333;}
.ekb_wc dd p{font-size: 15px;line-height: 28px;}
.ekb_wc dl:before{content: "";position: absolute;width:0;height:4px;bottom:0;left:0;background:#f1592a;-webkit-transition: 1s;-moz-transition: 1s;transition: 1s;}
.ekb_wc dl:hover h3{color: #f1592a;}
.ekb_wc dl:hover:before{width:100%;}
/* .ekb_wc dl:hover dt img{margin-left: -157px;} */
.ekb_wc dd span{font-size: 18px;line-height: 28px;color: #333;}


.binw3{    background: #f1f7fe url(http://www.aykj.net/subsiteSrc/aykjnet/test/cms/cmsBg5-1.png) no-repeat center bottom;}

.txt-hz3 { margin-top: 40px;}
.case9_pic img { max-width: 100%;}
.info-box4{ margin-bottom: 20px;}
.info-box4 .info-title{ font-size: 20px; color: #787878; margin-bottom: 7px; font-weight: bold;}
.info-box4 .info-detail{ font-size: 16px; margin-bottom: 8px; color:#787878;}

.nant{background: url(http://www.aykj.net/subsiteSrc/aykjnet/test/mms/mmsBg2-2.png) left center #e9f8ff;    padding: 95px 0;}
.nant h2{font-size: 36px;color: #333;text-align: center;line-height: 36px;margin-bottom: 70px;}
.nant_con {padding: 0px 170px;}
.nant dl{float: left;width: 49%;height: 216px;margin-bottom: 22px;background: #fff;}
.nant dl:nth-child(n){border-radius: 50px 50px 0 50px;}
.nant dl:nth-child(2n){float: right;}
.nant dt{float: left;}
.nant dt img{max-width: 100%;width: 100%;}
.nant dd{float: left;}
.nant dd h3{font-size: 20px;color: #333;line-height: 20px;padding-bottom: 20px;}
.nant dd p{font-size: 16px;color: #333;line-height: 28px;opacity: 0.7;}

.APPAdvantage1 {
    background: #f8f8f8;
    padding: 60px 0px;
}
.APPApplication1 .APPApplication_content{ display:flex; flex-wrap:wrap; justify-content:space-between;margin-top: 40px; overflow: hidden;}
.APPApplication1 .APPApplication_content .APPApplication_content_list{ width:32.3%; background:#fff; border-radius:8px; margin-bottom:1%; padding:38px 40px;margin-right: 1%;}
.APPApplication1 .APPApplication_content .APPApplication_content_list:nth-child(3n){margin-right: 0;}
.APPApplication1 .APPApplication_content .APPApplication_content_list:hover{ box-shadow:0px 0px 25px rgba(0,0,0,.1)}
.APPApplication1 .APPApplication_content .APPApplication_content_list .content_list_icon{ width:53px; height:53px; background:#f8f8f8; border-radius:100%; display:flex; align-items:center; justify-content:center; margin-bottom:20px;}
.APPApplication1 .APPApplication_content .APPApplication_content_list .content_list_txt dd{ font-size:20px; color:#000000; margin-bottom:10px;}
.APPApplication1 .APPApplication_content .APPApplication_content_list .content_list_txt{ font-size:15px; color:#7d7d7d; line-height:26px;}


.content_list_title dl{display:flex;width: 100%;font-size:22px;color:#333;margin-bottom: 20px;}
.content_list_title dl dd{width: 100%;}
.content_list_title dl dt{margin-right: 0;}
.APPAdvantage1 .APPAdvantage_content .APPAdvantage_content_list .content_list_txt{ font-size:16px; color:#888; line-height:28px; text-align:justify;}

@media(max-width: 1529px){
	.info-box2{margin-bottom: 10px;}
	.info-box2 .info-title{margin-bottom: 4px;}
	.info-box3 {margin-bottom: 10px;}
	.ekb_sc dl{height: 180px;}
	.banTxt h3{padding-top: 25px!important;}
	.banTxt .banBtn2{margin-top: 25px!important;}
	.info-box4 {margin-bottom: 10px;}
	.banMask2{top: -23px;}
	.info-box{margin-bottom: 7px;}
	.info-box .info-detail{margin-bottom: 7px;}
	.banTxt3 h3{font-size: 16px; line-height: 30px;}
	.nant dd{padding-right: 5px;}
}
@media(max-width: 1429px){
	.info-box2 .info-title{font-size: 18px;margin-bottom: 0px;}
	.OAbanTxt h1, .OAbanTxt h3{padding-top: 25px!important;}
	.banTxt h1 {font-size: 40px;line-height: 40px;}
	.OAbanTxt .banBtn{margin-top: 25px!important;}
	.txt-hz2{margin-top: 25px;}
	.ekb_sc dd p {font-size: 14px;}
	.banTxt h3{padding-top: 25px!important;}
	.banTxt .banBtn2{margin-top: 25px!important;}
	.APPApplication .APPApplication_content .APPApplication_content_list{padding: 20px 20px;}
	.info-box4 .info-detail{font-size: 15px;}
	.ekb_wc dl{height: 245px;margin-bottom: 20px;}
	.ekb_webox{padding: 45px 0 40px}
	.rowmun { margin-top: 40px;}
	.txt-c{margin-top: 40px;}
	.info-box .info-title{margin-bottom: 0;}
	.info-box{margin-bottom: 4px;}
	.info-box .info-detail{margin-bottom: 4px;font-size: 15px;}
	.nant dl{height: 170px;}
	.banTxt3 h3{line-height: 28px;}
}
@media(max-width: 1329px){
	.info-box2 .info-detail{font-size: 14px;}
	.banTxt h3{font-size: 15px;line-height: 30px;}
	.banBtn{width: 130px;height: 36px;line-height: 36px;}
	.banBtn:after{top: 3px;}
	.zsbox p{line-height: 30px;}
	.banBtn2 {margin-bottom: 20px;}
	.ekb_sc dl{padding: 15px;}
	.banBtn2{margin-top: 15px!important;margin-bottom: 40px;}
	.content_list_title dl{font-size: 20px;}
	.wfx .wfx-content2 .content .l-content,.wfx .wfx-content2 .content .r-content{width: 49%;}
	.banBtn{margin-top: 25px!important;}
	.info-box4 .info-detail{margin-bottom: 0;}
	.banTxt3 h3{line-height: 24px;}
}
@media(max-width: 1229px){
	.txt-hz {margin-top: 45px;}
	.info-box2 { margin-bottom: 8px;}
	/* .banTxt2 {width: 62%;} */
	.ser-item span{height: 72px; -webkit-line-clamp: 3;}
}
@media(max-width: 1199px){
	.subBanner{padding-top: 38%;}
	.zsbox_w h2{font-size: 28px;}
	.zsbox p{font-size: 15px;line-height: 26px;}
	.OAbanTxt h1{padding-top: 0px!important;}
	.ekb_sc dl {height: 160px;}
	.binw2 .txt-hz2 .flex{display: block;}
	.case7_pic{margin-bottom: 15px;}
	.case7_pic img{width: 100%;}
	.APPApplication .APPApplication_content{margin-top: 30px;}
	.APPApplication .APPApplication_content .APPApplication_content_list{width: 49%;}
	.wfx .wfx-content2 .content .l-content{margin-right: 2%;}
	.wfx .wfx-content2 .content .msg {margin: 3px 30px;}
	.wfx .wfx-content2{padding: 40px 0;}
	.wfx .wfx-content2 .content{margin-top: 30px;}
	.wfx .wfx-content2 .content .l-content .title, .wfx .wfx-content2 .content .r-content .title{font-size: 20px;}
	.nine .rowBgBox .OABg1-1{background-size: 450px;}
	.banMask2{top: -18px;}
	.ekb_wc dl{padding: 20px 25px 0 25px;}
	.ekb_wc dt{width: 100px;}
	.ekb_wc dd{width: calc(100% - 100px);}
	.ekb_wc dt img{width: 100%;}
	.binw3{background: #e3f0fe url(http://www.aykj.net/subsiteSrc/aykjnet/test/cms/cmsBg5-1.png) no-repeat center bottom;}
	.binw3 .flex{display: block;}
	.info-box4:nth-child(1){margin-top: 10px;}
	.nine4 .rowCont{padding-top: 30px;}
	.rowContRight{padding-top: 10px;}
	.nine4 .cmsSwiper{padding-top: 18px;}
	.nine .flex{display: block;}
	.nine .flex>div{padding: 0;}
	.cmsBg3-1 {background: url(../images/cmsBg3-1.png) center center;}
	.h50{height: 30px;}
	.case3_pic {margin-bottom: 10px;}
	.case3_pic img{width: 100%;}
	.APPAdvantage1{padding: 40px 0;}
	.APPApplication1 .APPApplication_content{margin-top: 30px;}
	.APPApplication1 .APPApplication_content .APPApplication_content_list{padding: 25px 20px;}
	.nant{padding: 40px 0;}
	.nant_con{padding: 0;}
	.nant h2{margin-bottom: 30px;}
	.banTxt3 {width: 100%;max-width: 100%;}
	.subBannerImg22{display: none;}
}
@media(max-width: 991px){
	.crmBanImg{display: none;}
	.banTxt h1{font-size: 36px;}
	.ser-item{width: 50%;}
	.ser-item span{height: 48px; -webkit-line-clamp: 3;}
	.banTxt2{width: 100%;max-width: 100%;}
	.binw {background: url(../images/cmsBanBg-1.jpg) center bottom;}
	.binw .rowCont{display: block;}
	.line-bottom-1{padding: 30px 0;}
	.xrow1 {margin-top: 20px;}
	.txt-hz{margin-top: 30px;}
	.h50{height: 25px;}
	.info-box2 .info-title{font-size: 20px;}
	.zsbox{padding: 30px 0;}
	.zsbox .flex{display: block;}
	.zsbox_p img{width: 100%;}
	.zsbox_w{padding: 0 15px;}
	.subBanner { padding-top:350px;}
	.ser-item span{font-size: 14px;}
	.subBanner_a .subBanLine2{background: none;}
	.banTxt{max-width: 100%;}
	.subBannerImg{display: none;}
	.banBtn2{margin-bottom: 0;}
	.ekb_serv{padding-top: 40px;background: none;}
	.ekb_sc dd h5{font-size: 17px;}
	.ekb_sc dl {height: 180px;}
	.OAproInfo{width: 100%;}
	.numPage .swiper-container{padding-bottom: 25px;}
	.aykj-m-6{margin-top: 25px;}
	.aykj-l-5 .OAproImg img{width: 100%;}
	.h100{height: 0;}
	.wfx .wfx-content2 .content .l-content .title, .wfx .wfx-content2 .content .r-content .title{font-size: 16px;margin-bottom: 18px;}
	.wfx .wfx-content2 .content .l-content, .wfx .wfx-content2 .content .r-content{height: 285px;}
	.wfx .wfx-content2 .content .l-content .box>img {margin-left: 6px; margin-right: 4px;}
	.wfx .wfx-content2 .content .r-content .box>img {margin-left: 6px; margin-right: 4px;}
	.wfx .wfx-content2 .content .msg{font-size: 15px;}
	.wfx .wfx-content2 .content{height: auto;}
	.txt-c{margin-top: 30px;}
	.rowmun{margin-top: 0;}
	.banMask2{display: none;}
	.APPAdvantage{padding: 40px 0;}
	.subBanner_a .subBanLine4{background: none;}
	.ekb_webox{padding: 30px 0;}
	.ekb_wc{margin-top: 25px;}
	.ekb_wc dl{width: 100%;height: auto;padding: 20px 25px 20px 25px;margin-bottom: 10px;}
	.ekb_wc dl:nth-child(2n){margin-left: 0;}
	.txt-hz3{margin-top: 30px;}
	.aykj-m-6 img{width: 100%;max-width: 100%;}
	.cmsBg2-1{background: #f6f9fe;}
	.nine4 .rowCont .aykj-l-5{display: none;}
	.nine4 .rowCont .aykj-l-6{padding-bottom: 20px;margin-top: 0;padding-top: 0;}
	.cmsBg1-1{display: none;}
	.nine5 .h50{height: 0;}
	.nine5 .txt-c{margin-bottom: 20px;}
	.APPApplication1 .APPApplication_content .APPApplication_content_list{width: 49%;}
}
@media(max-width: 767px){
	.banTxt h1{font-size: 30px;}
	.banTxt h3 {font-size: 15px;line-height: 24px;}
	.OAbanTxt h3 {padding-top: 10px!important;}
	.banBtn {width: 120px;min-width: 120px;height: 35px;line-height: 35px;}
	.banBtn:after{background-size:23px;}
	.TitCh h3{font-size: 30px;line-height: 38px;}
	.rowTitCh{font-size: 30px;}
	.ser-item span{font-size: 13px;}
	.xrow1{padding-bottom: 0px;}
	.binw .rowCont>div{padding: 0;}
	.zsbox .flex>div{padding: 0;}
	.ekb_serv {padding-top: 30px;}
	.ekb_sc{margin-top: 20px;}
	.ekb_sc dl {height: auto;overflow: hidden;}
	.rowmun .OAproImg{display: none;}
	.nine .bc-fff {display: none;}
	.APPApplication .APPApplication_content .APPApplication_content_list{width: 100%;}
	.content_list_title dl{margin-bottom: 10px;}
	.APPAdvantage{padding: 30px 0;}
	.TitCh p{margin: 0;font-size: 18px;}
	.wfx .wfx-content2 .content .l-content .box>img,.wfx .wfx-content2 .content .r-content .box>img{width: 120px;}
	.wfx .wfx-content2 .content .l-content, .wfx .wfx-content2 .content .r-content{height: 260px;}
	.binw3 .flex>div{padding: 0;}
	.subBanner22 {padding-top: 430px;}
	.content_list_title dl dt img{max-width: 100%;}
	.content_list_title dl {font-size: 18px;}
	.APPApplication1 .APPApplication_content .APPApplication_content_list{margin-right: 0;}
	.nant h2{font-size: 30px;}
	.nant{background: #e9f8ff;padding: 30px 0;}
}
@media(max-width: 700px){
	.subBanner { padding-top:350px;}
	.subBanner22 {padding-top: 400px;}
	.ser-item a{padding: 10px 10px;}
	.ser-item p:after{margin-top: 5px;margin-bottom: 5px;}
	.ser-item span{height: 72px;}
	.aykj-m-6{margin-top: 10px;}
	.h30{height: 15px;}
	.wfx .wfx-content2 .content .l-content .title, .wfx .wfx-content2 .content .r-content .title{margin-bottom: 0;}
	.wfx .wfx-content2 .content .l-content .title, .wfx .wfx-content2 .content .r-content .title{font-size: 14px;height: 56px;line-height: 56px;}
}
@media(max-width:600px){
	.subBanner { padding-top: 330px;}
	.subBanner22 {padding-top: 450px;}
	.wfx .wfx-content2 .content .l-content, .wfx .wfx-content2 .content .r-content{width: 100%;margin: 0;}
	.wfx .wfx-content2 .content .l-content .box>img, .wfx .wfx-content2 .content .r-content .box>img{float: none;}
	.wfx .wfx-content2 .content .l-content, .wfx .wfx-content2 .content .r-content{height: auto;}
	.wfx .wfx-content2 .content .msg{margin-bottom: 10px;}
	.wfx .wfx-content2 .content{margin-top: 0px;}
	.wfx .wfx-content2 .content .l-content, .wfx .wfx-content2 .content .r-content{margin-top: 10px;}
	.nant dl{width: 100%;margin-bottom: 10px;}
	.nant dd h3{padding-bottom: 5px;}
	.nant dd p { font-size: 14px;}
	.nant dl {height: 140px;}
}
@media(max-width:500px){
	.subBanner { padding-top: 360px;}
	.subBanner22 {padding-top: 490px;}
	.banTxt h1 {font-size: 26px;}
	.OAbanTxt .banBtn {margin-top: 15px!important;}
	.TitCh h3 {font-size: 24px;line-height: 30px;}
	.line-bottom-1{padding: 20px 0;}
	.xrow1 {margin-top: 5px;}
	.ser-item{width: 100%;}
	.ser-item span{height: auto;}
	.rowTitCh{font-size: 26px;}
	.txt-hz{margin-top: 20px;}
	.h50{height: 10px;}
	.zsbox{padding: 20px 0;}
	.zsbox_w h2{font-size: 26px;margin-top: 0px;}
	.ekb_serv {padding-top: 20px;}
	.ekb_sc{margin-top: 10px;}
	.APPApplication .APPApplication_content{margin-top: 20px;}
	.wfx .wfx-content2{padding: 30px 0;}
	.OAproTit1{font-size: 20px;line-height: 24px;}
	.OAproInfo { font-size: 15px;line-height: 26px;}
	.ekb_wc dl{padding: 15px; }
	.ekb_wc dd p{font-size: 14px;line-height: 24px;}
	.ekb_wc dd{width: 100%;padding-right: 0px;}
	.ekb_wc dt{display: none;}
	.txt-c{margin-top: 20px;}
	.APPApplication1 .APPApplication_content .APPApplication_content_list{width: 100%;padding: 15px;}
}
@media(max-width:400px){
	.subBanner { padding-top: 390px;}
	.subBanner22 {padding-top: 530px;}
	.pc_all .TitCh h3{font-size: 20px;}
}
/* 内页关于我们 */
.brank_con{font-size: 16px;line-height: 1.8;color: #333;}
.brank_con>.cpcon h4{color: #ff6600;font-weight: bold;font-size: 20px;line-height: 1.8;}
.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;margin-bottom: 50px;}
.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: 20px;}
}

.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;}
}


/* 内页公司简介 */
#ny_about_1 { display: block; overflow: hidden; padding:50px 0; }
#ny_about_1 .ny_about_1_box { display: flex; }
#ny_about_1 .ny_about_1_box .box_l { flex: 1; }
#ny_about_1 .ny_about_1_box .box_l dt { display: block; overflow: hidden; }
#ny_about_1 .ny_about_1_box .box_l dt img { display:block; max-width: 100%;  }
#ny_about_1 .ny_about_1_box .box_r { flex: 1; }
#ny_about_1 .ny_about_1_box .box_r .flex { width: 100%; height: 100%; }
#ny_about_1 .ny_about_1_box .box_r .flex .box_r_nr { display: block;  padding:0 10%;}
#ny_about_1 .ny_about_1_box .box_r .flex .box_r_nr .box_t { text-align: left; display: block;  margin-bottom: 20px;}
#ny_about_1 .ny_about_1_box .box_r .flex .box_r_nr .box_t p { font-size: 44px;font-weight: bold;color: #ff7809;display: block;margin-bottom: 5px;line-height: 1; letter-spacing: -2px; }
#ny_about_1 .ny_about_1_box .box_r .flex .box_r_nr .box_t span { font-size: 32px;color: #333;opacity: 1;display: block; }
#ny_about_1 .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 .ny_about_1_box .box_r .flex .box_r_nr .desc { margin-bottom: 35px; }
#ny_about_1 .ny_about_1_box .box_r .flex .box_r_nr .desc:last-child { margin-bottom:0px; }
#ny_about_1 .ny_about_1_box .box_r .flex .box_r_nr .desc span { font-size: 20px;color: #ff7809;margin: 0 0 6px; display: block;}
#ny_about_1 .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 .ny_about_1_1_box  { display: flex; flex-direction: row-reverse; }
#ny_about_1 .ny_about_1_1_box .box_l { flex: 1; }
#ny_about_1 .ny_about_1_1_box .box_l dt { display: block; overflow: hidden; }
#ny_about_1 .ny_about_1_1_box .box_l dt img { display:block; max-width: 100%;  }
#ny_about_1 .ny_about_1_1_box .box_r { flex: 1; }
#ny_about_1 .ny_about_1_1_box .box_r .flex { width: 100%; height: 100%; }
#ny_about_1 .ny_about_1_1_box .box_r .flex .box_r_nr { display: block;  padding:0 10% 0 0;}
#ny_about_1 .ny_about_1_1_box .box_r .flex .box_r_nr .box_t { text-align: left; display: block;  margin-bottom: 40px;}
#ny_about_1 .ny_about_1_1_box .box_r .flex .box_r_nr .box_t p { font-size: 44px;font-weight: bold;color: #ff7809;display: block;margin-bottom: 5px;line-height: 1; letter-spacing: -2px; text-transform:uppercase; }
#ny_about_1 .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 .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 .ny_about_1_1_box .box_r .flex .box_r_nr .desc { margin-bottom: 35px; }
#ny_about_1 .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 .ny_about_1_1_box .box_r .flex .box_r_nr .number{  display:block;}
#ny_about_1 .ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items { text-align: center; display: block; }
#ny_about_1 .ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items .stat-items-t { font-size: 40px; color: #ff7809; font-weight: bold; line-height: 1;}
#ny_about_1 .ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items .stat-items-unit { font-size: 14px; color: #ff7809;line-height: normal; }
#ny_about_1 .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 .ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items .stat-items-t-box { text-align: left; }
#ny_about_1 .ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items .stat-items-t{ position: relative; }

@media(max-width: 1529px) {
	#ny_about_1 .ny_about_1_box .box_r .flex .box_r_nr{padding: 0 8%;}
}
@media(max-width: 1429px) {
	#ny_about_1 .ny_about_1_box .box_r .flex .box_r_nr .box_t p{font-size: 36px;}
	#ny_about_1 .ny_about_1_box .box_r .flex .box_r_nr .box_t{margin-bottom: 0;}
	#ny_about_1 .ny_about_1_box .box_r .flex .box_r_nr{padding: 0 4%;}
	.ny_about_1_box .box_r .flex .box_r_nr .box_t p { font-size: 34px; }
	.ny_about_1_1_box .box_r .flex .box_r_nr .box_t p{ font-size: 34px; }
	.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: 1329px) {
	.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; }
	.ny_about_1_1_box .box_r .flex .box_r_nr .box_t{margin-bottom:20px;}
	#ny_about_1 .ny_about_1_box .box_r .flex .box_r_nr .box_t span{font-size: 28px;}
	#ny_about_1 .ny_about_1_1_box .box_r .flex .box_r_nr .box_t span{font-size: 28px;line-height: 40px;}
	#ny_about_1 .ny_about_1_box .box_r .flex .box_r_nr .desc .list{margin-top: 0;}
	#ny_about_1 .ny_about_1_box .box_r .flex .box_r_nr .desc span{margin: 0;line-height: 20px;}
	#ny_about_1 .ny_about_1_box .box_r .flex .box_r_nr{padding: 0;padding-left: 2%;}
}
@media(max-width: 1299px){
	.ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items{padding-left: 0;}
}
@media(max-width: 1199px) {
	.ny_about_1_box{display: block;}
	.ny_about_1_box .box_l{width: 100%;}
	.ny_about_1_box .box_r{width: 100%;padding-top: 10px;}
	.ny_about_1_box .box_r .flex .box_r_nr{padding: 0;}
	.ny_about_1_1_box{display: block;}
	.ny_about_1_1_box .box_l{width: 100%;}
	.ny_about_1_1_box .box_l dt img{width: 100%;}
	.ny_about_1_1_box .box_r{width: 100%;padding-top: 10px;}
	.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; }
	#ny_about_1 .ny_about_1_box{display: block;}
	#ny_about_1 .ny_about_1_box .box_r .flex .box_r_nr{padding: 0;padding-top: 10px;}
	#ny_about_1 .ny_about_1_1_box{display: block;}
	#ny_about_1 .ny_about_1_1_box .box_r .flex .box_r_nr{padding: 0;}
	#ny_about_1 .ny_about_1_1_box .box_r .flex .box_r_nr .box_t{margin-bottom: 20px;}
	#ny_about_1 .ny_about_1_1_box .box_r .flex .box_r_nr .desc{margin-bottom: 20px;}
}
@media(max-width: 991px) {
	.ny_about_1_box .box_l dt img{margin: 0 auto;}
	.ny_about_1_box { display: block; width: 100%; padding: 0 10px;}
	.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: 1% 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%; }
	#inside{padding-bottom: 15px;}
	ul.nymolico li img{width:80px;}
	.ny_about_1_1_box{padding: 0 10px;}
}
@media(max-width: 767px) {
	#ny_about_1{padding: 20px 0;}
	.ny_about_1_box{margin-bottom: 10px;}
	.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; }
	.nyokcon{padding:0;padding-top: 20px;}
	.ny_about_1_box .box_r .flex .box_r_nr{padding: 1% 0;}
	.nyspal{padding-top:30px;}
	#ny_about_1 .ny_about_1_box .box_r .flex .box_r_nr .box_t p{font-size: 30px;}
	#ny_about_1 .ny_about_1_box .box_r .flex .box_r_nr{padding-top: 0;}
	#ny_about_1 .ny_about_1_box .box_r .flex .box_r_nr .box_t span{font-size: 24px;}
	#ny_about_1 .ny_about_1_1_box .box_r .flex .box_r_nr .box_t p{font-size: 30px;}
	#ny_about_1 .ny_about_1_1_box .box_r .flex .box_r_nr .box_t span{font-size: 24px;line-height: 30px;}
	#ny_about_1 .ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items .stat-items-t{font-size: 35px;}
}
@media(max-width: 500px) {
	.ny_about_1_box .box_r .flex .box_r_nr .box_t p{font-size:24px;}
	.ny_about_1_1_box .box_r .flex .box_r_nr .box_t p{font-size:24px;}
	.ny_about_1_box .box_r .flex .box_r_nr .desc .list{font-size:14px;line-height:1.6;}
	.ny_about_1_1_box .box_r .flex .box_r_nr .desc .list{font-size:14px;line-height:1.6;}
	ul.nymolico{margin-top:20px;}
	ul.nymolico li{width:25%;margin-bottom:10px;}
	ul.nymolico li p{font-size:12px;}
	#ny_about_1 .ny_about_1_box .box_r .flex .box_r_nr .box_t p{font-size: 26px;}
	#ny_about_1 .ny_about_1_box .box_r .flex .box_r_nr .box_t span{font-size: 22px;}
	#ny_about_1 .ny_about_1_1_box .box_r .flex .box_r_nr .box_t p{font-size: 26px;}
	#ny_about_1 .ny_about_1_1_box .box_r .flex .box_r_nr .box_t span{font-size: 20px;}
	.ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items {width: 50%;margin-bottom: 10px;}
	#ny_about_1 .ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items .stat-items-t{font-size: 30px;}
	#ny_about_1 .ny_about_1_1_box .box_r .flex .box_r_nr .box_t{margin-bottom: 10px;}
	#ny_about_1 .ny_about_1_1_box .box_r .flex .box_r_nr .desc{margin-bottom: 10px;}
}
@media (max-width: 375px){
	.ny_about_1_box .box_r .flex .box_r_nr .desc .list>h3 {font-size: 20px;}
	.ny_about_1_box .box_r .flex .box_r_nr .box_t span {font-size: 20px;}
}

#ny_about_2 { background: #f5f5f5; overflow: hidden; display: block; padding:50px 0 70px 0; }
#ny_about_2 .ny_about_2_t { text-align: center; display: block; }
#ny_about_2 .ny_about_2_t p { font-size: 44px;font-weight: bold;color: #ff7809;display: block;margin-bottom: 5px;line-height: 1;letter-spacing: -2px;  text-transform: uppercase;}
#ny_about_2 .ny_about_2_t span { font-size: 32px;color: #333;opacity: 1;display: block; }
#ny_about_2 .ny_about_2_nr { overflow: hidden; margin-top: 40px; display: block; }
#ny_about_2 .ny_about_2_nr li { display: block; background:#fff; }
#ny_about_2 .ny_about_2_nr li a { display: block;  padding:20px 20px 0 20px; border:1px solid #eee; transition: all 0.3s;}
#ny_about_2 .ny_about_2_nr li a img { max-width: 100%; display: block; }
#ny_about_2 .ny_about_2_nr li a p { font-size: 16px;color: #666666;line-height: 2;text-align: center;display: block;margin: 10px 0; }
#ny_about_2 .ny_about_2_nr .owl-nav { display: none; }
#ny_about_2 .ny_about_2_nr li:hover a { border:1px solid #ff7809; }
#ny_about_2 .ny_about_2_nr li:hover a p { color:  #ff7809;  }

/* #ny_about_3 { padding:50px 0; display: block; overflow: hidden; }
#ny_about_3 .ny_about_3_box { display: flex; }
#ny_about_3 .ny_about_3_box .box_l { flex: 0.7; }
#ny_about_3 .ny_about_3_box .box_l .flex { padding:0 10% 0 0; width: 100%; height: 100%; }
#ny_about_3 .ny_about_3_box .box_l .flex .box_r_nr { overflow: hidden; display: block; }
#ny_about_3 .ny_about_3_box .box_l .flex .box_r_nr .box_t { text-align: left;display: block;margin-bottom: 40px;}
#ny_about_3 .ny_about_3_box .box_l .flex .box_r_nr .box_t p { font-size: 44px;font-weight: bold;color: #ff7809;display: block;margin-bottom: 5px;line-height: 1; letter-spacing: -2px; text-transform:uppercase; }
#ny_about_3 .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 .ny_about_3_box .box_l .flex .box_r_nr .desc { margin-top: 30px; overflow: hidden;display: block; }
#ny_about_3 .ny_about_3_box .box_l .flex .box_r_nr .desc span { font-size: 22px;color: #333; display: block; }
#ny_about_3 .ny_about_3_box .box_l .flex .box_r_nr .desc .list { font-size: 14px;color: #666;line-height: 2; }
#ny_about_3 .ny_about_3_box .box_r { flex: 0.3; } 
#ny_about_3 .ny_about_3_box .box_l .flex .box_r_nr .desc2 { margin-top: 30px; overflow: hidden; display: block; }
#ny_about_3 .ny_about_3_box .box_l .flex .box_r_nr .desc2 span { font-size: 16px;color: #fff;display: inline-block;border-radius: 30px;background: #ff7809;margin: 0 0 12px;padding: 8px 18px; }
#ny_about_3 .ny_about_3_box .box_l .flex .box_r_nr .desc2 .list2 { font-size: 14px;color: #666;line-height: 2; }

#ny_about_3 ul { overflow: hidden; display: flex;  margin-top: 40px;flex-wrap: wrap;}
#ny_about_3 ul li { flex: 1; width: 25%; padding: 0 13px; }
#ny_about_3 ul li .item { display: block;background-color: #f5f5f5;width: 100%;border-radius: 3px;padding: 40px 40px;  overflow: hidden;}
#ny_about_3 ul li .item .shu {float: left;align-items: center;}
#ny_about_3 ul li .item .shu span {font-size: 24px;color: #fff;background-color: #ff7809;display: flex;align-items: center;justify-content: center;font-weight: bold;width: 45px;height: 45px;border-radius: 50%;margin-right: 20px;margin-top: 6px;}
#ny_about_3 ul li .item .shu i {display: block;width: calc(100% - 80px);height: 1px;background-color: #e5e8eb;}
#ny_about_3 ul li .item .desc { float: left; }
#ny_about_3 ul li .item .desc strong {font-size: 22px;margin-bottom: 5px;font-weight: bold;display: block;color: #444;}
#ny_about_3 ul li .item .desc p {font-size: 16px;color: #666;line-height: 1;}
 */



#ny_about_3 { padding:70px 0; display: block; background: url(../images/ny_about3.jpg) no-repeat center / cover fixed; overflow: hidden; }
#ny_about_3 .ny_about_3_t { text-align: center; display: block; }
#ny_about_3 .ny_about_3_t p { font-size: 44px;font-weight: bold;color: #fff;display: block;margin-bottom: 5px;line-height: 1;letter-spacing: -2px;  text-transform: uppercase;text-shadow: 0px 0px 6px black;}
#ny_about_3 .ny_about_3_t span { font-size: 32px;color: #fff;opacity: 1;display: block; text-shadow: 0px 0px 6px black;}





#ny_about_5 { padding:50px 0; display: block;overflow: hidden;  }
#ny_about_5 .ny_about_5_t { text-align: center; display: block; }
#ny_about_5 .ny_about_5_t p { font-size: 44px;font-weight: bold;color: #ff7809;display: block;margin-bottom: 5px;line-height: 1;letter-spacing: -2px;  text-transform: uppercase;}
#ny_about_5 .ny_about_5_t span { font-size: 32px;color: #333;opacity: 1;display: block; }
#ny_about_5 .ny_about_5_nr { display: block; position: relative; margin-top: 40px; }
#ny_about_5 .ny_about_5_nr li { display: block; }
#ny_about_5 .ny_about_5_nr li a { display: block;  padding:20px 20px 0 20px; border:1px solid #eee; transition: all 0.3s;}
#ny_about_5 .ny_about_5_nr li a img { max-width: 100%; display: block; }
#ny_about_5 .ny_about_5_nr li a p { font-size: 16px;color: #666666;line-height: 2;text-align: center;display: block;margin: 10px 0; }
#ny_about_5 .ny_about_5_nr .owl-nav { display: none; }
#ny_about_5 .ny_about_5_nr li:hover a { border:1px solid #ff7809; }
#ny_about_5 .ny_about_5_nr li:hover a p { color:  #ff7809;  }



.fff9f1{background:#fff9f1;}
.star_war{height: auto;position: relative;margin-top:50px;}
.star_war canvas{width: 100% !important;height: auto !important;}

.c-section { position: relative;}
.c-section.c-p-y-tall { padding: 45px 10px 50px;}
.c-section.bg-color { background: #f7f8fa;}
.c-section-hd { margin-bottom: 55px;}
.c-tab-normal { position: relative; margin-bottom: 70px;}
.c-tab-aligncenter { text-align: center; border-bottom: 2px solid #e5e5e5;}
.page-p-entry .c-tab-normal.c-tab-min .c-tab-simple { padding-left: 5px; padding-right: 5px;}
.page-p-entry .c-tab-normal .c-tab-simple a { padding: 10px 20px; display: inline-block; outline: 0;}
.c-tab-normal .c-tab-simple:first-child { padding-left: 0;}
.c-tab-normal .c-tab-simple { position: static; cursor: pointer;}
.c-tab-normal .c-tab-simple a { position: relative;}
.c-tab-normal .c-tab-simple a { display: block; padding: 10px 30px; text-decoration: none;}
.c-tab-normal .c-tab-simple .c-tab-tit { display: block; color: #333; font-size: 18px;}
.c-tab-normal .c-tab-simple.actived .c-tab-des, .c-tab-normal .c-tab-simple.actived .c-tab-tit, .c-tab-normal .c-tab-simple:hover .c-tab-des, .c-tab-normal .c-tab-simple:hover .c-tab-tit { color: #00a4ff;}
.c-tab-normal .c-tab-simple.actived a:after { display: inline-block;content: ""; height: 2px; width: 100%; position: absolute; left: 0; right: 0; bottom: -2px; background: #00a4ff; z-index: 1;}
.c-tab-panel-box { margin-top: 20px;}
.sol-framework .c-tab-panel.current, .sol-framework .solution-framework-box.current { display: block;}
.sol-framework .c-tab-panel { display: none;}
.sol-framework .shadow-title { display: none;}
.c-margin-b20-grid { margin-bottom: -20px;}
.c-grid-expand { margin-right: -10px; margin-left: -10px;}
.c-grid { font-size: 0; overflow:hidden; padding-top:50px;}
.c-grid [class*=c-g-] { display: inline-block; zoom: 1; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-size: 14px; padding-left: 10px; padding-right: 10px; vertical-align: top;}
.c-margin-b20-grid>[class*=c-g-] { margin-bottom: 20px;}
.p-solution-card-list .c-media.c-media-shadow {box-shadow: 0 2px 4px 0 rgba(3,27,78,.06);box-shadow: 0 2px 4px 0 rgba(3,27,78,.06);-webkit-box-shadow: 0px 2px 4px 1px rgb(3 27 78 / 10%);-moz-box-shadow: 0 2px 4px 0 rgba(3,27,78,.1);}
.p-solution-card-list .p-solution-card { height: 173px;}
.c-media-shadow { border: none; box-shadow: 0 0 2px rgba(0,0,0,.12), 0 2px 2px rgba(0,0,0,.12); cursor: pointer;-webkit-transition: box-shadow .2s linear; -webkit-transition: transform .2s linear; transition: box-shadow .2s linear; transition: transform .2s linear;}
.c-media-shadow:hover { box-shadow: 0 0 6px rgba(0,0,0,.1), 0 4px 6px rgba(0,0,0,.1); -webkit-transform: translate3d(0,-10px,0); transform: translate3d(0,-10px,0);}
.c-media { line-height: 1.5; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: #fff; padding: 20px; display: block;}
.p-solution-card-list .c-media {padding: 20px 30px;}
.p-solution-card-list .c-media-horiz { padding: 0;}
.c-media-aline { position: relative;}
.c-media-horiz { position: relative; line-height: 1.5; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: #fff; padding: 20px; display: block;}
.p-solution-card-list .c-media-aline .c-media-img {top: -3px;left: 0;}
.c-media-aline .c-media-img { position: absolute; left: 20px; top: 20px;}
.c-media-horiz .c-media-img { display: table-cell; vertical-align: top; width: inherit; padding: 0 15px 0 0;}
.c-media-img { width: 100%; text-align: center;}
.p-solution-card-list .c-media-img>img { width: 28px; height: auto;}
.ico32 { width: 32px; height: 32px; display: block; margin: 0 auto;}
.c-media-horiz .c-media-body {display: table-cell;vertical-align: top;margin-top: 0px;margin-bottom: 10px;}
.c-media-body { margin-top: 20px;}
.c-media-horiz:after { content: ""; display: block; height: 0; clear: both; visibility: hidden;}
.p-solution-card-list .c-media-heading { color: #000; font-size: 18px; line-height: 27px;}
.p-solution-card-list .c-media-heading span{font-size:14px;}
.c-media-aline .c-media-heading {}
.c-media-horiz .c-media-heading {text-align: left;margin-top: 0px;}
.c-media-heading { text-align: center; font-size: 18px; color: #333; margin: 0; padding: 0; font-weight: 400; line-height: 1.5;}
.p-solution-card-list .c-media-info {color: #666;font-size: 14px;line-height: 24px;height:48px;display: block;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;}
.c-media-info { font-size: 14px; color: #666; margin-top: 10px; line-height: 1.7; word-wrap: break-word;}
.clearfix:after { content: ""; display: block; height: 0;  clear: both; visibility: hidden;}
.case_content .zx {margin-top: 48px;margin-bottom: 20px;}
.case_content .zx a{font-size: 18px;color: #fff;background: #f57e21;padding: 5px 10px;margin: auto;border-radius: 6px;display: block;text-align: center;}
.matop{ margin-top:42px !important; }
.top-wx{background:#fff;display:inline-block;padding: 10px;position:absolute;left: -240px;top: 68px;width:280px;display: none;}
.top-wx img{max-width:120px;float:left;margin: 0 5px;}
.head-lang:hover .top-wx{ display:block; }




#ny_about_4 { padding:50px 0; display: block; background: url(../images/ny_about_4_bg.jpg) no-repeat center / cover; overflow: hidden; }
#ny_about_4 .ny_about_4_t { text-align: center; display: block; }
#ny_about_4 .ny_about_4_t p { font-size: 44px;font-weight: bold;color: #ff7809;display: block;margin-bottom: 5px;line-height: 1;letter-spacing: -2px;  text-transform: uppercase;}
#ny_about_4 .ny_about_4_t span { font-size: 32px;color: #333;opacity: 1;display: block; }
#ny_about_4 .ny_about_4_nr { display: block; position: relative; margin-top: 20px; }
#ny_about_4 .ny_about_4_nr li { padding: 46px 20px 32px;transition: ease .5s;background: transparent; cursor: pointer; }
#ny_about_4 .ny_about_4_nr li img { max-width: 100%; display: block; }
#ny_about_4 .ny_about_4_nr li h4 { position: relative;padding-bottom: 13px;}
#ny_about_4 .ny_about_4_nr li h4::after { position: absolute;content: "";width: 100%;height: 2px;background: #ff7809;bottom: 0;left: 0; }
#ny_about_4 .ny_about_4_nr li h4 span { display: inline-block;font-size: 30px;color: #222;line-height: 30px; }
#ny_about_4 .ny_about_4_nr li h4 em { display: inline-block;font-size: 16px;line-height: 30px;color: #222; }
#ny_about_4 .ny_about_4_nr li .abt4-img  { overflow: hidden; margin-top: 30px; }
#ny_about_4 .ny_about_4_nr li .abt4-img img { max-width: 100%;display: block;  }
#ny_about_4 .ny_about_4_nr li .abt4-p { margin-top: 14px;font-size: 14px;line-height: 1.8;color: #666;position: relative;padding-left: 16px; height: 80px; display: block; }
#ny_about_4 .ny_about_4_nr li .abt4-p::after { position: absolute;content: "";width: 6px;height: 6px;border-radius: 50%;background: #ff7809;left: 0;top: 12px; }
#ny_about_4 .ny_about_4_nr li:hover { background: #fff;
    box-shadow: 0 0 13px rgba(0,0,0,.2);}
#ny_about_4 .ny_about_4_nr .swiper-container { padding:15px 0; }


#ny_about_4{background:url(../images/ny_about_4_bg.jpg) no-repeat center bottom;padding-top:70px;}
#ny_about_4 .ny_about_4_box {position:relative;height:680px;}
#ny_about_4 .ny_about_4_box .ny_about_4_t { text-align: center; display: block; }
#ny_about_4 .ny_about_4_box .ny_about_4_t p { font-size: 44px;font-weight: bold;color: #ff7809;display: block;margin-bottom: 5px;line-height: 1;letter-spacing: -2px;  text-transform: uppercase;}
#ny_about_4 .ny_about_4_box .ny_about_4_t span { font-size: 32px;color: #333;opacity: 1;display: block; }
#ny_about_4 .ny_about_4_box .ny_about_4_ul{margin-top: 20px;position:relative;z-index:10;width:60%;}
#ny_about_4 .ny_about_4_box .ny_about_4_ul li{color:#333;font-size: 18px;line-height:30px;display:none;}
#ny_about_4 .ny_about_4_box .ny_about_4_ul li:first-child{display:block;}
#ny_about_4 .ny_about_4_box .ny_about_4_ul li p{font-size:90px;font-weight:bold;font-family: arial;color:#ff7809}
#ny_about_4 .ny_about_4_box .ny_about_4_ul li p em{font-size:30px;font-weight:bold;color:#444;}
#ny_about_4 .ny_about_4_box .ny_about_4_ul li span{display:block;font-size:18px;line-height:1.5;color:#333;margin-top:30px;}
#ny_about_4 .ny_about_4_box .ny_about_4_ul li .ny_about_4_liimg{margin-top:20px;width:300px;}



#ny_about_4 .ny_about_4_box .ny_about_4_dw{position:absolute;left:0;bottom:0;width:100%;}
#ny_about_4 .ny_about_4_box .ny_about_4_dw .ny_about_4_dwxin{width:100%;height:530px;}
#ny_about_4 .ny_about_4_box .ny_about_4_dw .ny_about_4_dwxin .ny_about_4_dwxinbg{width:100%;height:100%;background: url(../images/ny_about_4_xian.png) no-repeat;
animation: colj 3s ease normal forwards;
-webkit-animation: colj 3s ease normal forwards;
animation-iteration-count: 1;}

.ny_about_4_dots{}




.nyabdot{position:absolute;opacity: 0;z-index: 90;cursor:pointer;}
.nyabdot i{display: inline-block;width: 10px;height: 10px;background: #ef2d1a;border-radius: 50%;position: relative;box-shadow: 0px 0px 14px 3px #ef2d1a;animation: bordershow 3s infinite;}
.nyabdot i::before{content: '';position: absolute;top: -6px;left: -6px;width: 23px;height: 23px;background: rgba(255, 255, 255, 0.4);border-radius: 50%;-webkit-animation: boderM 3s .75s infinite;-moz-animation: boderM 3s .75s infinite;animation: boderM 3s .75s infinite;}
.nyabdot i::after{content: '';position: absolute;top: -6px;left: -6px;width: 23px;height: 23px;background: rgba(239, 45, 26, 0.2);border-radius: 50%;-webkit-animation: boderM 3s .75s infinite;-moz-animation: boderM 3s .75s infinite;animation: boderM 3s .75s infinite;}
.nyabdot i span{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 3px;height: 3px;border-radius: 50%;background: #fff;}
.nyabdot p{font-size: 18px;line-height: 36px;font-weight: bold;color: #666;position: relative;}
.nyabdot p:hover{color:#ff7809;}


.nyabdot.nyabdot1{left:302px;bottom:0;
animation: colj2 .5s ease normal forwards;-webkit-animation: colj2 .5s ease normal forwards;animation-iteration-count: 1;animation-delay: 0.3s;}
.nyabdot.nyabdot2{left:23.3%;bottom:28.4%;
animation: colj2 .5s ease normal forwards;-webkit-animation: colj2 .5s ease normal forwards;animation-iteration-count: 1;animation-delay: 0.5s;}
.nyabdot.nyabdot3{left:31.7%;bottom:37.5%;
animation: colj2 .5s ease normal forwards;-webkit-animation: colj2 .5s ease normal forwards;animation-iteration-count: 1;animation-delay: 0.7s;}
.nyabdot.nyabdot4{left:43%;bottom:35.6%;
animation: colj2 .5s ease normal forwards;-webkit-animation: colj2 .5s ease normal forwards;animation-iteration-count: 1;animation-delay: 0.9s;}
.nyabdot.nyabdot5{left:53.6%;bottom:45%;
animation: colj2 .5s ease normal forwards;-webkit-animation: colj2 .5s ease normal forwards;animation-iteration-count: 1;animation-delay: 1.1s;}
.nyabdot.nyabdot6{left: 62.2%;bottom:66.5%;
animation: colj2 .5s ease normal forwards;-webkit-animation: colj2 .5s ease normal forwards;animation-iteration-count: 1;animation-delay: 1.3s;}
.nyabdot.nyabdot7{right: 23.5%;bottom: 79.7%;
animation: colj2 .5s ease normal forwards;-webkit-animation: colj2 .5s ease normal forwards;animation-iteration-count: 1;animation-delay: 1.5s;}
.nyabdot.nyabdot8{right: 11.1%;bottom: 72.8%;
animation: colj2 .5s ease normal forwards;-webkit-animation: colj2 .5s ease normal forwards;animation-iteration-count: 1;animation-delay: 1.7s;}
.nyabdot.nyabdot9{right:0%;bottom: 73.2%;
animation: colj2 .5s ease normal forwards;-webkit-animation: colj2 .5s ease normal forwards;animation-iteration-count: 1;animation-delay: 2s;}

.nyabdot.nyabdot1 p{right: 80px;bottom: 50px;}
.nyabdot.nyabdot2 p{left: 17px;top: 9px;}
.nyabdot.nyabdot3 p{left: -11px;top: -74px;}
.nyabdot.nyabdot4 p{left: -9px;top: 11px;}
.nyabdot.nyabdot5 p{left: -50px;top: -70px;}
.nyabdot.nyabdot6 p{left: 10px;top: 10px;}
.nyabdot.nyabdot7 p{left: -12px;top: -67px;}
.nyabdot.nyabdot8 p{left: -45px;top: 10px;}
.nyabdot.nyabdot9 p{left: -14px;top: -62px;}




@-webkit-keyframes colj {
    0% {width: 0;}
    100% {width: 100%;}
}
@-webkit-keyframes colj2 {
    0% {opacity: 1;transform: scale(0);}
    100% {opacity: 1;transform: scale(1);}
}

@keyframes boderM {
    0% {
        -webkit-transform: scale(1);
		-moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    20% {
        opacity: 1
    }
    75% {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
    100% {
        opacity: 0
    }
}
@-webkit-keyframes boderM {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    20% {
        opacity: 1
    }
    75% {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
    100% {
        opacity: 0
    }
}
@-webkit-keyframes bordershow {
    0% {
        box-shadow: 0px 0px 0px 0px #ef2d1a;
    }
    50% {
        box-shadow: 0px 0px 14px 4px #ef2d1a;
    }
    100% {
        box-shadow: 0px 0px 0px 0px #ef2d1a;
    }
}
@-moz-keyframes bordershow {
    0% {
        box-shadow: 0px 0px 0px 0px #ef2d1a;
    }
    50% {
        box-shadow: 0px 0px 14px 4px #ef2d1a;
    }
    100% {
        box-shadow: 0px 0px 0px 0px #ef2d1a;
    }
}
@keyframes bordershow {
    0% {
        box-shadow: 0px 0px 0px 0px #ef2d1a;
    }
    50% {
        box-shadow: 0px 0px 14px 4px #ef2d1a;
    }
    100% {
        box-shadow: 0px 0px 0px 0px #ef2d1a;
    }
}



/* 发展历程 */
@media(max-width: 1629px){
	.nyabdot.nyabdot2{left: 24.3%; bottom: 27.4%;}
	.nyabdot.nyabdot5 {left: 56.6%;bottom: 44%;}
	.nyabdot.nyabdot6 {left: 66.2%;bottom: 66.5%;}
	.nyabdot.nyabdot7 {right: 21.5%;bottom: 78.7%;}
	.nyabdot.nyabdot8 {right: 10.1%;bottom: 77.8%;}
	.nyabdot.nyabdot9 {right: 0%;  bottom: 71.2%;}
}
@media(max-width: 1529px){
	.nyabdot.nyabdot2{left: 25.3%;bottom: 25.4%;}
	.nyabdot.nyabdot3 {left: 32.8%;bottom: 37.3%;}
	.nyabdot.nyabdot5 {left: 58.6%;bottom: 42%;}
	.nyabdot.nyabdot6 {left: 68.2%;bottom: 60.5%;}
	.nyabdot.nyabdot7 {right: 19.5%;bottom: 74.7%;}
	.nyabdot.nyabdot8 {right: 10.1%;bottom: 80.8%;}
	.nyabdot.nyabdot9 {right: 0%;bottom: 75%;}
	#ny_about_4 .ny_about_4_box .ny_about_4_ul li p{font-size: 65px;}
	.p-solution-card-list .p-solution-card{height: 190px;}
	.p-solution-card-list .c-media-info{height: 72px;-webkit-line-clamp: 3;}
}
@media(max-width: 1429px){
	.nyabdot.nyabdot2{left: 27.3%;bottom: 25.4%;}
	.nyabdot.nyabdot3 {left: 32.8%;bottom: 35.3%;}
	.nyabdot.nyabdot4 {left: 44%;bottom: 36.6%;}
	.nyabdot.nyabdot5 {left: 57.6%;bottom: 38%;}
	.nyabdot.nyabdot6 {left: 68.2%;bottom: 48.5%;}
	.nyabdot.nyabdot7 {right: 18.5%;bottom: 66.7%;}
	.nyabdot.nyabdot8 {right: 10.1%;bottom: 77.8%;}
	.nyabdot.nyabdot9 {right: 0%;bottom: 80%;}
}
@media(max-width: 1329px){
	.nyabdot.nyabdot2{left: 28.3%;bottom: 21.4%;}
	.nyabdot.nyabdot3 {left: 35.8%;bottom: 35.3%;}
	.nyabdot.nyabdot4 {left: 46%;bottom: 37.6%;}
	.nyabdot.nyabdot5 {left: 58.6%;bottom: 36%;}
	.nyabdot.nyabdot6 {left: 68.2%;bottom: 41.5%;}
	.nyabdot.nyabdot7 {right: 16.5%;bottom: 56.7%;}
	.nyabdot.nyabdot8 {right: 7.1%;bottom: 73.8%;}
	.nyabdot.nyabdot9 {right: 0%;bottom: 79%;}
}
@media(max-width: 1229px){
	.nyabdot.nyabdot2{left: 29.3%;bottom: 22.4%;}
	.nyabdot.nyabdot3 {left: 36.8%;bottom: 35.3%;}
	.nyabdot.nyabdot4 {left: 46%;bottom: 37.6%;}
	.nyabdot.nyabdot5 {left: 58.6%;bottom: 36%;}
	.nyabdot.nyabdot6 {left: 67.2%;bottom: 39.5%;}
	.nyabdot.nyabdot7 {right: 16.5%;bottom: 52.7%;}
	.nyabdot.nyabdot8 {right: 5.1%;bottom: 73.8%;}
	.nyabdot.nyabdot9 {right: -3%;bottom: 80%;}
}
@media(max-width: 1199px){
	#ny_about_4{background: none; padding-top: 30px;}
	#ny_about_4 .ny_about_4_box{height: auto;}
	.ny_about_4_dots{display: flex;flex-wrap: wrap;width: 100%; margin: 0 auto;text-align: center;border-top: 2px solid #eee;padding-top: 20px;}
	.ny_about_4_dots .nyabdot{width: 11.1%;}
	#ny_about_4 .ny_about_4_box .ny_about_4_ul{width: 100%;}
	#ny_about_4 .ny_about_4_box .ny_about_4_dw .ny_about_4_dwxin{display: none;}
	#ny_about_4 .ny_about_4_box .ny_about_4_ul{margin-top: 28px;}
	.nyabdot{display: block;position: static;float: left;}
	#ny_about_4 .ny_about_4_box .ny_about_4_dw{position: static;margin-top: 30px;}
	.nyabdot.nyabdot1 p{right: 0;bottom: 0;left: 0;top: 0;}
	.nyabdot.nyabdot2 p{right: 0;bottom: 0;left: 0;top: 0;}
	.nyabdot.nyabdot3 p{right: 0;bottom: 0;left: 0;top: 0;}
	.nyabdot.nyabdot4 p{right: 0;bottom: 0;left: 0;top: 0;}
	.nyabdot.nyabdot5 p{right: 0;bottom: 0;left: 0;top: 0;}
	.nyabdot.nyabdot6 p{right: 0;bottom: 0;left: 0;top: 0;}
	.nyabdot.nyabdot7 p{right: 0;bottom: 0;left: 0;top: 0;}
	.nyabdot.nyabdot8 p{right: 0;bottom: 0;left: 0;top: 0;}
	.nyabdot.nyabdot9 p{right: 0;bottom: 0;left: 0;top: 0;}
	#ny_about_4 .ny_about_4_box .ny_about_4_ul li p{font-size: 50px;}
	#ny_about_3 {padding: 40px 0;}
	.c-grid{padding-top: 30px;}
	.p-solution-card-list .p-solution-card{height: auto;}
	.p-solution-card-list .c-media-info{height: auto;-webkit-line-clamp: 5;}
	#ny_about_2{padding: 40px 0;}
	#ny_about_2 .ny_about_2_nr{margin-top: 30px;}
	#ny_about_5{padding: 40px 0;}
	#ny_about_5 .ny_about_5_nr{margin-top: 30px;}
}
@media(max-width: 991px){
	#ny_about_4 { padding:30px 10px; }
	#ny_about_4 .ny_about_4_box .ny_about_4_ul li span{margin-top: 20px;}
	#ny_about_4 .ny_about_4_box .ny_about_4_dw{margin-top: 20px;}
	#ny_about_5 .ny_about_5_nr li a{padding: 5px 5px 0 5px;}
}
@media(max-width: 767px){
	#ny_about_3 {padding: 40px 10px;}
	.c-grid{padding-top: 30px;}
	#ny_about_3 .ny_about_3_t span{font-size: 24px;}
	#ny_about_3 .ny_about_3_t p{font-size: 30px;}
	.p-solution-card-list .c-media {padding: 15px 15px;}
	.c-margin-b20-grid>[class*=c-g-]{margin-bottom: 10px;}
	#ny_about_4 { padding:20px 10px; }
	#ny_about_4 .ny_about_4_box .ny_about_4_t p{font-size: 30px;}
	#ny_about_4 .ny_about_4_box .ny_about_4_t span{font-size: 24px;}
	#ny_about_4 .ny_about_4_box .ny_about_4_ul li p{font-size: 36px;}
	#ny_about_4 .ny_about_4_box .ny_about_4_ul li p em{font-size: 20px;}
	.nyabdot p{font-size: 16px;}
	#ny_about_2{padding: 30px 0;}
	#ny_about_2 .ny_about_2_nr{margin-top: 20px;}
	#ny_about_2 .ny_about_2_t p{font-size: 36px;}
	#ny_about_2 .ny_about_2_t span{font-size: 24px;}
	#ny_about_2 .ny_about_2_nr li a{padding: 10px 10px 0 10px;}
	#ny_about_2 .ny_about_2_nr li a p{font-size: 14px;margin: 5px 0;}
	#ny_about_5 .ny_about_5_t p{font-size: 36px;}
	#ny_about_5{padding: 30px 0;}
	#ny_about_5 .ny_about_5_nr{margin-top: 20px;}
	#ny_about_5 .ny_about_5_t span{font-size: 24px;}
}
@media(max-width: 600px){
	.ny_about_4_dots .nyabdot{margin: 0 auto;width: auto; padding: 0 5px;}
	#ny_about_4 .ny_about_4_box .ny_about_4_ul li span{margin-top: 15px;}
	#ny_about_4 .ny_about_4_box .ny_about_4_dw{margin-top: 15px;}
	#ny_about_4 .ny_about_4_box .ny_about_4_ul li span{font-size: 15px;}
}
/**/

.timeline{display: flow-root;position: relative;margin-top: 70px;padding-bottom: 60px;}
.timeline:before{content: "";width: 1px;height: 100%;position: absolute;left: 50%;top: 0;background-color: #b3b3b3;}
.timeline .topico{width: 14px;height: 14px; background-color: #ff6600;border-radius: 100%;position: absolute;top: 0;left: 50%;-webkit-transform: translateX(-50%);transform: translateX(-50%);z-index: 2;}
.timeline .topico:after{content: "";

    width: 50px;

    height: 50px;

    border: solid 1px #ff6600;

    border-radius: 100%;

    position: absolute;

    top: 50%;

    left: 50%;

    -webkit-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);

}

.timeline-div{

    width: 50%;

    position: relative;

    float: left;

    margin-bottom: 40px;

}

.timeline-div .div{
	
    position: relative;

    width: 88.815%;

    padding: 35px 65px 40px;

    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.05);

    background-color: #f7f7f9;

}

.timeline-div:nth-child(2n+1) .div{

    float: left;

}

.timeline-div:nth-child(2n) .div{

    float: right;

}

.timeline-div .div:after{

    content: "";

    width: 18px;

    height: 30px;

    position: absolute;

    top: 50%;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);

    z-index: 1;

}

.timeline-div em{

    width: 30px;

    height: 30px;

   background: url(../images/yuanyuan.png) no-repeat center center/100%;

    border-radius: 100%;

    position: absolute;

    top: 50%;
    display: inline-block;
-webkit-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);
}

.timeline-div:nth-child(2n+1) .div:after{

    left: 100%;

    background: url(../images/jiaos.png) no-repeat center center/100%;

}

.timeline-div:nth-child(2n+1) em{

    left: 100%;

    -webkit-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);

}

.timeline-div:nth-child(2n) i{

    right: 100%;

    -webkit-transform: translate(50%, -50%);

    transform: translate(50%, -50%);

}

.timeline-div:nth-child(2){

    margin-top: 70px;

}

.timeline-div:nth-child(2n){

    float: right;

    clear: right;

}

.timeline-div:nth-child(2n) .div:after{

    right: 100%;

    background: url(../images/jiaos2.png) no-repeat center center/100%;

}

.timeline-div .dateTime{

    color: #ff6600;

    font-size: 32px;

    margin-bottom: 20px;

}

.timeline-div .tit{

    font-size: 20px;

    color: #333333;

    font-weight: bold;

    line-height: 36px;

}

.timeline-div .txt{

    font-size: 16px;

    line-height: 36px;

    color: #666666;

}

.timeline-h{

    max-height: 236px;

}





/* IE娴忚鍣ㄧ増鏈吋瀹硅皟璇� */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){

    .timeline-h{

        height: 288px;

    }

    .idWhyBox .title div{

        color: #dfa76a;

    }

}

@media(max-width: 1199px){
	.timeline-div .div{ padding: 22px 34px 22px;}
	.timeline-div .dateTime{margin-bottom: 0;}
	.timeline-div .txt{line-height: 28px;}
}
@media(max-width: 991px){
	.timeline:before,.timeline .topico:after,.timeline .topico,.timeline-div:nth-child(n) em,.timeline-div .div:after{display: none;}
	.timeline-div{width: 100%;}
	.timeline-div .div{width: 100%;}
	.timeline-div:nth-child(2){margin-top: 0;}
	.timeline-div{margin-bottom: 20px;}
	.timeline{margin-top: 35px;padding-bottom: 0;}
}
@media(max-width: 500px){
	.timeline-div .div{padding: 14px 19px 14px;}
	.timeline-div .tit {font-size: 17px;}
	.timeline-div .dateTime{font-size: 26px;line-height: 31px;}
	}
	
/* 研发制造 */
.nyspal{padding-top:50px;background:#f9f9f9;}
.nyspal2{padding-top:50px;background:#f9f9f9;}
.nyspal3{padding-top:50px;}
.nyspal ul.ny_about_3_ul li .item{background:#fff;}
#nycon1{padding: 50px 10px;}
#nycon2 { padding:50px 0; display: block; background: url(../images/ny_about3.jpg) no-repeat center; overflow: hidden; }
.nycon_til { text-align: center; display: block; }
.nycon_til p { font-size: 40px;font-weight: bold;color: #ff6600;display: block;margin-bottom: 5px;line-height: 1.2; text-transform:uppercase;}
.nycon_til span { font-size: 24px;color: #666;opacity: 1;display: block;text-transform: uppercase;line-height: 1; }
.nycon_con{font-size:16px;line-height:2;color:#333;text-align:justify;margin:30px auto 0px;width:1100px;max-width:100%;}
.nycon_con>h3{color: #ff6600;font-weight: bold;font-size: 24px;line-height: 1.8;}
.nycon_con>h4{color: #333;font-weight: bold;font-size: 18px;margin-top: 10px;}
.nycon_con>ul>li{padding-left: 16px;line-height: 30px;position: relative;}
.nycon_con>ul>li::after{content: '';position: absolute;left: 0;top: 11px;width: 8px;height: 8px;border-radius: 50%;background: #ff6600;}
.nycon_con img{max-width: 100%;display: block; }
.nycon2_nr { display: block; position: relative; margin-top: 20px; }
.nycon2_nr li { padding: 46px 20px 32px;transition: ease .5s;background: transparent; cursor: pointer; }
.nycon2_nr li img { max-width: 100%; display: block; }
.nycon2_nr li h4 { position: relative;padding-bottom: 13px;}
.nycon2_nr li h4::after { position: absolute;content: "";width: 100%;height: 2px;background: #ff6600;bottom: 0;left: 0; }
.nycon2_nr li h4 span { display: inline-block;font-size: 30px;color: #222;line-height: 30px; }
.nycon2_nr li h4 em { display: inline-block;font-size: 16px;line-height: 30px;color: #222; }
.nycon2_nr li .abt4-img  { overflow: hidden; margin-top: 30px; }
.nycon2_nr li .abt4-img img { max-width: 100%;display: block;  }
.nycon2_nr li .abt4-p { margin-top: 14px;font-size: 14px;line-height: 1.8;color: #666;position: relative;padding-left: 16px; height: 10px; display: block; }
.nycon2_nr li .abt4-p::after { position: absolute;content: "";width: 6px;height: 6px;border-radius: 50%;background: #ff6600;left: 0;top: 12px; }
.nycon2_nr li:hover { background: #fff;box-shadow: 0 0 13px rgba(0,0,0,.2);}
.nycon2_nr .swiper-container { padding:10px; }
#nycon3{padding:50px 0;}
#nycon4{padding-bottom:50px;}
#nycon4 .nycon4_nr { display: block; position: relative; margin-top: 40px; }
#nycon4 .nycon4_nr li { border:1px solid #eee; }
#nycon4 .nycon4_nr li a { display: block;  padding:20px 20px 0 20px; overflow:hidden;}
#nycon4 .nycon4_nr li a img { max-width: 100%; display: block; }

#nycon4 .nycon4_nr li a p { font-size: 16px;color: #666666;text-align: center;margin:10px 0; }
#nycon4 .nycon4_nr li:hover{ border:1px solid #ff6600; }
#nycon4 .nycon4_nr li:hover a p { color:  #ff6600;  }
@media(max-width: 1410px) {
	 .nycon2_t p { font-size: 36px; }
	 .nycon2_nr li {  padding-left: 5px; padding-right: 5px;}
}
@media(max-width: 991px) {
	.ny_about_1_box .box_r .flex{display: block;}
	.nycon_til p {font-size: 32px;}
}
@media(max-width: 767px) {
	#nycon1 { padding:30px 10px; }
	 { padding:30px 0; }
	#nycon3 { padding:30px 0; }
	#nycon4 { padding-bottom:30px; }
	 .nycon2_nr li { padding-top: 26px; }
	 .nycon2_nr li .abt4-p { height: auto; }
	 .nycon2_nr li h4 span { font-size: 24px; }
	.nycon_til p  { font-size: 30px; }
	.nycon_til span { font-size: 24px; }
	.nycon_con{padding:0 10px;margin-bottom:30px;font-size:14px;line-height:1.6;}
	.nyspal3 {padding-top: 30px;}
	.nyspal {padding-top: 25px;}
	
}
@media(max-width: 500px) {
	.nycon_til p{font-size:24px;}
}

/* 联系咨询 */
#lx_nymessage { background-color: #f1f1f1; padding:50px 0;}
.form-horizontal { overflow: hidden; margin-top: 40px; }
#lx_nymessage p {font-size: 44px;font-weight: bold;color: #ff7809;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: #ff7809; 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: #ff7809; 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: 35px 0; }
	#lx_nymessage h4 { font-size: 24px; }
	#lx_nymessage .mess_1 .form-group { width: 100%; }
	#lx_nymessage .mess_1 { padding-left: 0px; padding-right: 0px; }
	#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:first-child{margin-right: 10px;}
	#lx_nymessage .mess_3 {margin-top: 15px;}
	.btn-default { width: 40%;line-height: 35px; }
	.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 5px; margin-top: 20px;}
	#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; }
	
}


.viewBox{color: #303030; cursor: pointer;line-height: 40px; position: relative;}
.viewInput{height:36px;outline: none;cursor: pointer;  padding-left: 10px;font-size: 14px; border: none;}
.optionBox{ display: none; background: #f1f1f1;position: absolute;width: 98.7%;z-index: 5;height: 360px;overflow: overlay;border: 1px solid #c6c6c6; margin-top: 6px;    padding-right: 1px;}
.optionBox2{height: auto;overflow: overlay;max-height: 360px;}
.optionBox li{ height: 45px;font-size: 14px; color: #c1c1c1; line-height: 45px;cursor: pointer; list-style-type: none; padding-left: 10px;background: #fff;border-bottom: 1px solid #eaebee;}
.optionBox li:hover{ color: #fff;background: #ff6600;}
 .optionBox>li:first-child{}
 .btnImg{float: right;position: absolute;height: 40px;z-index: 40;right: 20px;top: 48%;}
 .btnImg img{width: 19px;}



/* 留言模块Message */
#nymessage{padding:50px 0;background:url(../images/nymessagebg.jpg) no-repeat center / cover;}
#nymessage h4{color:#ff6600;}
#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:#f6f7fb;}
@media (max-width:767px) {
	#nycommon{padding:10px 0;}
}


/* 热门标签 */
.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 #ff6600 solid;color: #ff6600;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(255 120 9 / 20%);margin-right: 10px;transition: all ease 0.3s;}
#tagac>a:hover{background-color: #ff6600;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 #ff6600 solid;color: #ff6600;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:#ff6600;}

/*视频列表*/
.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:#ff6600;color:#ff6600;}

/*视频详情*/
.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;}
.nydown-list table{width:100%;text-align:center;}
.nydown-list table thead{background:#ff6600;color:#fff;font-size:16px;line-height:2;}
.nydown-list table thead th{text-align: center;font-weight: bold;}
.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;}

/*下载详情*/
.showdown-top{margin-bottom:20px;margin-top: 26px;}
.showdown-top>h1{font-size: 18px;margin-bottom:10px;color:#333;font-weight:bold;/* padding-left:20px; */padding-bottom: 10px;border-bottom: 1px solid #eee;}
.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;}

/*图片列表*/
.nyimglist{padding:50px 0;/* background: #f5f5f5; */}
.nyimg-ul{overflow:hidden;}
.nyimg-ul li {padding: 12px .6%;}
.nyimg-ul li a {display: block;overflow: hidden;height: 100%; transition: all .5s ease 0s;border: 1px solid #e9e9e9}
.caseImg {position: relative;overflow: hidden; padding-bottom: 67.6%; height: 0;}
.caseImg .imgBg {position: absolute;top: 0; left: 0;width: 100%;height: 100%;transition: all .5s ease 0s;}
.caseImg .imgBg img{width: 100%;    -webkit-transition: 1s; -moz-transition: 1s;transition: 1s;}
.nyimg-ul li a:hover  .caseImg .imgBg img{webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}
.caseBrief { position: absolute; bottom: 0;left: 0; padding: 10px 7%; width: 100%; background: rgba(0, 0, 0, .5); overflow: hidden;white-space: nowrap;  text-overflow: ellipsis;
    color: #FFF;
    font-size: 14px;
    line-height: 30px;
    transition: all .5s ease 0s;
    transform: translateY(100%);
}
.nyimg-ul li>a:hover {box-shadow: 0 0 15px rgba(0, 0, 0, .15);}
.nyimg-ul li a:hover .caseBrief {transform: translateY(0);}
.hotNewsText {padding: 15px 5%; background: #FFF;}
.hotNewsTime {color: #bbb;line-height: 36px;}
.hotNewsName {color: #333;font-size: 15px;line-height: 22px;transition: all .6s ease 0s;    overflow: hidden;white-space: nowrap;  text-overflow: ellipsis;}
.hotNewsLine { display: block; margin: 10px 0; width: 20px; height: 1px;background: #ff6600; transition: all .6s ease 0s;}
.hotNewsBrief {overflow: hidden; margin: 10px 0; }
.hotNewsBrief p{color: #999; font-size: 12px; line-height: 22px;   display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
.readMore { display: block; color: #333;text-transform: uppercase;font-family: Arial; transition: all .6s ease 0s;}
.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:#ff6600;color:#fff;}


@media (max-width:767px){
	.nyimglist{padding:20px 10px;}
	.nyimg-ul li .nyimg-a{line-height:32px;}
}
@media (max-width:500px){
	.hotNewsText {padding: 10px 5%;}
	.hotNewsBrief{margin: 5px 0;}
	.hotNewsTime {line-height: 28px;}
	.hotNewsLine{margin: 5px 0;}
	.caseBrief{padding: 4px 3%;font-size: 12px;}
}

/*图片详情*/
.nyshowimg{padding: 50px 10px 50px;}
.showimg-top{padding-top:10px;padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:15px;}
.showimg-top h1{line-height: 2;color: #333;text-align: center;font-size: 24px;margin-bottom: 5px;font-weight: bold;}
.showimg-top span{margin-right: 10px;font-size: 14px;color: #a3afb7;}
.showimg-img{margin-top: 25px;margin-bottom: 15px;text-align:center;}
.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: 10px;}
.showimg-con img{max-width: 100%;height:auto !important;}
.showimg-page{overflow: hidden;margin-left:-10px;margin-right:-10px;margin-top:20px;margin-bottom: 15px;}
.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;}
.bg--facebook {
    background: #ff6600;
    transition: all .3s;
    color: #fff;
    margin: 15px 0;
    font-size: 16px;
    padding: 8px 33px;
    float: right;
    border-radius: 23px;
}
.btn .btn__text {
    display: inline-block;
}
.bg--facebook.focus, .bg--facebook:focus, .bg--facebook:hover{color: #fff;}
@media (max-width:991px){
	.nyshowimg{padding: 30px 10px 50px;}
	.bg--facebook{font-size: 14px;padding: 8px 19px;margin: 10px 0;}
}
@media (max-width:767px){
	.nyshowimg{padding:20px 10px;}
	.showimg-left{padding:0;}
	.showimg-top{padding-top:10px;}
	.showimg-top h1{font-size: 20px;}
	.showimg-con{font-size:14px !important;}
	.showimg-page a{padding:8px;}
	.bg--facebook{font-size: 14px;padding: 5px 19px;margin: 10px 0;}
}

/* 右侧栏目信息 */
.nybusiness{margin-bottom: 20px;}
.nybusiness>p{font-size: 16px;color: #ff6600;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: #ff6600;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: #ff6600;}

/*新闻列表*/

.nynewslist{padding:50px 0;}
.nynews-ul { display: block; }
.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:#ff7809;}
.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:#ff7809;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: 37%; }
.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%; display: block; }
.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: #ff7809; 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: 63%;}
.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; }
.nynews-ul .news_list .news_list_r a .desc{width: 73%;float: right;padding-left: 20px;padding-top: 18px;}
.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: #ff7809; }
.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: 15px;color: #777777;margin: 12px 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: 19px;border-bottom: 1px solid #eeeeee;padding-bottom: 20px; }
.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 10px 0 rgba(255, 120, 9, .4);transition: all .5s ease;}
.nynews-ul li .time-box{width: 90px;float: left;background: #ff7809;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: #ff7809;transition: all .5s ease;}
.nynews-ul li .content .Info .key{font-size: 14px;color: #888888;line-height: 25px;margin: 10px 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) {
	.nynewslist{padding:30px 10px;}
    .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; }
    .nynews-ul li .content .Info .tit { font-size:14px;}
    .nynews-ul li .content .Info .sub { font-size:12px;}
}

/*新闻详情*/
#nynew{padding: 50px 0;}
.shownews-top{padding-top:10px;padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:15px;}
.shownews-top h1{line-height: 2;color: #333;text-align: center;font-size: 24px;margin-bottom: 5px;font-weight: bold;}
.shownews-time{text-align:center;}
.shownews-time span{font-size: 14px;color: #a3afb7;margin-right: 10px;}
.shownews-time span:last-child{margin-right:0;}
.shownews-con{font-size: 16px;line-height: 1.8;margin-bottom:20px;}
.shownews-con  img{max-width:100%;height:auto !important;}
.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;}
#nynew .shownews-con p{font-size: 14px;line-height: 1.8; text-align: justify;}
@media (max-width:1199px){
	#nynew{padding: 35px 0;}
}
@media (max-width:991px){
	#nynew{padding: 20px 10px;}
}
@media (max-width:767px){
	.shownews-top{padding-top:0px;}
	.shownews-top h1{font-size: 20px;}
	.shownews-con{font-size:14px !important;line-height: 1.6;}
	.shownews-page a{padding:8px;}
}

/* 招聘模块Nyjoblist*/
.nyjoblist-ul{overflow: hidden;padding-bottom: 20px;}
.nyjoblist-ul li{/* margin-bottom: 20px; */border-bottom: 1px solid #dedede;}
.nyjoblist-ul li .nyjoblist-top{padding: 20px 5px;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:6px 25px;background:#ff6600;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:#333333;color:#fff;}
@media (max-width:767px) {
	.nyjoblist-ul li .nyjoblist-top{padding:10px;}
	.nyjoblist-ul li .nyjoblist-top h3{font-size: 18px;}
	.nyjoblist-ul li .nyjoblist-top>a{    padding: 4px 18px;}
	
}
@media (max-width:400px) {
	.nyjoblist-ul li .nyjoblist-top span {padding-right: 3px;}
}

.showjob-left{padding-bottom:30px;}
.showjob-top{border-bottom: 1px solid #f0f2f5;margin-bottom:10px;}
.showjob-top h1{line-height: 2;color: #5a5a5a;text-align: center;font-size: 24px;font-weight: bold;}
.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;}
	.showjob-page>div[class^="col-"]{padding: 0 10px;}
}
@media (max-width:767px){
	.showjob-list li{width: 100%;}
}

/* 内页导航 */
#nynav{padding: 10px 0;border-bottom: 1px solid #ddd;}
.nyjc-crcrumbs{border-bottom: 1px solid #ddd;background: url(../images/page/location.png) left 6px no-repeat;padding-left: 20px;color: #808080;margin-bottom: 15px;line-height: 25px;padding-bottom: 10px;}
.nyjc-crcrumbs a{color: #808080;}
.nyjc-crcrumbs a:hover{color: #ff6600;}
.crumbs{padding-left:20px;background: url(../images/page/location.png) left no-repeat;line-height: 25px;padding-top:10px;padding-bottom:10px;float: left;color: #444;}
.crumbs a{color: #444;}
.crumbs a:hover{color: #ff6600;}

.nyjc-desc{padding:20px;margin-bottom:20px;text-align:center;}
.nyjc-desc h1{font-size:36px;font-weight: bold;color:#333;margin-bottom:10px;}
.nyjc-desc p{font-size:16px;line-height:1.8;color:#666;}
@media (max-width:500px){
	.nyjc-desc{padding:0;margin-top:10px;}
	.nyjc-desc h1{font-size:24px;}
	.nyjc-desc p{font-size:14px;line-height:1.6;}
}

/*产品详情*/
.cjinh {padding-top:10px;padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:15px;}
.cjinh  h1{line-height: 2;color: #333;text-align: center;font-size: 24px;margin-bottom: 5px;font-weight: bold;}
.cjinh  span{margin-right: 10px;font-size: 14px;color: #a3afb7;}
.showpro-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:20px;}
.showpro-top h1{line-height: 1.5;color: #333;text-align: center;font-size:30px;}
.showpro-top span{margin-right: 10px;font-size: 14px;color: #a3afb7;}
.showpro-img{margin-bottom:20px;}
.sp-thumbs a:link, .sp-thumbs a:visited{width:75.6px;height:75.6px;border: 1px solid #dadada;border-right: 1px solid #dadada;}
@media (max-width:1629px){
	.sp-thumbs a:link, .sp-thumbs a:visited{width:75px;height:75px;}
}
@media (max-width:1529px){
	.sp-wrap{border: 4px solid #eee;}
	.sp-thumbs a:link, .sp-thumbs a:visited{width:70px;height:70px;}
}
@media (max-width:1429px){
	.sp-thumbs a:link, .sp-thumbs a:visited{width:66px;height:66px;}
}
@media (max-width:1329px){
	.sp-wrap{border: 6px solid #eee;}
	.sp-thumbs a:link, .sp-thumbs a:visited{width:70px;height:70px;}
}
@media (max-width:1229px){
	.sp-wrap{border: 5px solid #eee;}
	.sp-thumbs a:link, .sp-thumbs a:visited{width:68px;height:68px;}
}
@media (max-width:1199px){
	.sp-thumbs a:link, .sp-thumbs a:visited{width:76px;height:76px;}
}
@media (max-width:991px){
	.sp-wrap{border: 4px solid #eee;}
	.sp-thumbs a:link, .sp-thumbs a:visited{width:79px;height:79px;}
}
@media (max-width:767px){
	.cjinh{padding-top:10px;}
	.cjinh  h1{font-size: 20px;margin-bottom: 0;}
	.showpro-top h1{font-size: 20px;}
	.showpro-imgbox{padding:0;}
}
#spotlight .footer{width:100%;text-align:center !important;}
.showpro-rem{float:left;}
.showpro-rem>p{color:#ff6600;font-weight: bold;line-height: 25px;margin-bottom: 10px;font-size: 18px;}
.showpro-rem ul{}
.showpro-rem ul li:nth-child(n+4){display:none;}
.showpro-rem ul li a{border:1px solid #eee;display: block;}
.showpro-rem ul li:hover a{border-color: #ff6600}

/*产品参数*/
.chane{/* background-color: #f8f8f8;padding: 0 15px;padding-bottom: 15px; */overflow: hidden;}
.showpro-p{margin-bottom:20px;}
.showpro-p h1{font-size:24px;line-height:30px;color:#222;margin-bottom:10px;font-weight:bold;text-transform: capitalize;margin-top: 10px;}
.showpro-p h4{color:#666;font-size:14px;line-height:1.8;}
.showpro-p h5{color: #444;line-height: 25px;margin-bottom: 10px;}
.showpro-p ul li{font-size: 16px;}
.showpro-p p{display: inline-block;margin-right: 5px;color: #444;font-size: 16px;vertical-align: middle;padding-bottom: 3px;}
.nyproshow-info{line-height:1.8;color:#666;margin-bottom:20px;}
.showpro-tel{overflow:hidden;border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:10px 0;}
.showpro-telx{float:left;line-height:40px;}
.showpro-telx img{float:left;margin-right:12px;}
.showpro-telcon{float:left;}
.showpro-telcon p{float:left;color:#666;margin-bottom:0;}
.showpro-telcon span{float:left;color:#333;font-size:24px;font-family: arial;}
.showpro-tel a{float:right;display:block;line-height:40px;padding:0 20px;background:#ff6600;color:#fff;}
.showpro-tel a i{margin-right:5px;}
.showpro-tel a:hover{background:#034ad8;}
.showpro-con{margin-top: 20px;overflow: hidden;}
.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;border-radius: 5px 5px 0 0px;margin-right: 1px;}
.showpro-con ul li.on{background: #ff6600;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;}
#nyproduct .showpro-details .showpro-det .swiper-slide {width: 100% !important;}
.showpro-details .showpro-det table{width: 100%;}
.showpro-details .showpro-det strong{font-size:18px;}
.showpro-det>div{margin-bottom: 10px;}
.showpro-det p{margin: 5px 0;}
.showpro-det img{max-width: 100%;height:auto !important;}
.showpro-det video{max-width: 100%;height:auto !important;background:#000;}
@media (max-width:991px){
	.showpro-right{margin-top:20px;}
	.chane{background: #fff;padding: 0;}
	.cjinh{padding: 8px 0;font-size: 24px;}
}
@media (max-width:767px){
	.showpro-p>h1{font-size:22px;}
	.showpro-p p{line-height:20px;}
	.showpro-p ul li p{font-size: 14px;}
	.showpro-telcon p{line-height: 40px;}
	.showpro-details{font-size: 14px;line-height: 1.6;}
	.showpro-details .showpro-det strong{font-size:16px;}
	.showpro-tel{padding: 4px 0;}
	.showpro-telx img{display: none;}
}
.sp-wrap{/* border-radius: 10px; */border: 0px solid #eee;}
table .firstRow th{text-align: center;    background: #2f3133;color: #fff;}
#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;}

/*相关产品*/
.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 #ff6600 solid;color: #ff6600;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{margin-top:5px;line-height:30px;height:30px;text-align:center;background:#ccc;padding:0 10px;color:#333;}
#abprolist li a:hover .abpro-img{border-color:#ff6600;}
#abprolist li a:hover p{background:#ff6600;color:#fff;}

.nyhpro{padding: 0 10px 30px;}
.nyhotpro{line-height: 40px;border-bottom: 1px #ccc solid;overflow:hidden;margin-bottom:20px;}
.nyhotpro>h3{float: left;width: 150px;text-indent: 30px;height: 40px;line-height: 40px;border-bottom: 2px #ff6600 solid;color: #ff6600;font-size: 18px;font-weight: bold;background:url(../images/page/ny-objs.png) no-repeat  left;}
#nyhotprolist li a{display:block;position:relative;}
.nyhotpro-img{overflow:hidden;border: 1px solid #eee;}
#nyhotprolist li a p{background: rgba(0,0,0,.5);width:100%;line-height:28px;padding:0 10px;text-align:center;color:#fff;font-size:15px;    background: url(../images/about_l.png) no-repeat  rgba(0,0,0,.5) center bottom;background-size: 22px;}
#nyhotprolist li a span{display: block;text-align: center;color:#fff;background: rgba(0,0,0,.5);padding: 5px 0;font-size: 12px;/* border-top: 1px solid #333; */}
#nyhotprolist li a:hover p{background: #ff6600;background: url(../images/about_l.png) no-repeat  #ff6600 center bottom;background-size: 22px;}
#nyhotprolist li a:hover span{background: #ff6600;}
@media (max-width:767px){
	/* .sp-wrap{margin-top: 10px;} */
	hr{margin: 10px 0;}
}
@media only screen and (max-width:767px) {
#nyhotprolist li a p{line-height:30px;font-size:14px;}
}

/* 标签 */
.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:#ff6600;}
/* 分享按钮 */
.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: #ff6600;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: #ff6600;}
.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: #ff6600;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;}
}


/*联系我们*/
#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: #ff6600;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: #ff6600;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: #ff6600;}
.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: #ff6600;margin-bottom: 10px; font-size: 18px; font-weight: bold;}
#nytitle p{font-size: 40px;font-weight: bold;color: #ff6600;display: block;margin-bottom: 5px;line-height: 1.2; text-transform:uppercase;}
#nytitle span{font-size: 24px;color: #666;opacity: 1;display: block;text-transform: uppercase;line-height: 1;}
@media(max-width: 1329px){
	.contact_ny ul li{padding: 25px 15px;height: 120px;}
}
@media(max-width: 1299px) {
	.contact_ny ul li em{margin-top: 0;}
}
@media(max-width: 1199px) {
	.contact_ny ul li{width: 50%;}
	.contact_ny ul li p{font-size: 15px;}
	.lianxi_m .lianxi_ml { width: 400px; }
	.lianxi_mr_i { display: none; }
	.lianxi_mr { width: calc(100% - 400px); }

}
@media(max-width: 767px) {
	.lianxi_m .lianxi_ml .lianxi_ml_m{line-height: 30px;}
}


@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; }
}


/*联系我们修改*/
.map_city_xg { display: block; }
.map_city_xg .box { display: block; margin-top: 20px; background: #f6f7fb; padding:20px;}
.map_city_xg .box .t { display: inline-block; line-height: 2; border-bottom: 2px solid #ff6600; font-weight: bold; font-size: 20px; color: #ff6600; }
.map_city_xg .box ul { display: flex; margin-top: 15px;  flex-wrap: wrap;}
.map_city_xg .box ul .desc {width: 25%; display: block; margin-bottom: 15px;border-right: 1px solid #c2c1c1;padding: 0 15px;}
.map_city_xg .box ul .desc:nth-child(4n){border-right: none;}
.map_city_xg .box ul .desc:nth-child(1),.map_city_xg .box ul .desc:nth-child(5n){padding-left: 0;}
.map_city_xg .box ul .desc .list { display: block; }
.map_city_xg .box ul .desc .list .t2 { font-size: 17px; color: #444; display: block; line-height: 2; font-weight: bold;}
.map_city_xg .box ul .desc .list p { margin:0; font-size: 14px; color: #666; display: block; }


.map_city_xg .box ul .desc_en{width: 45%; display: block; margin-bottom: 15px; margin-right: 45px;}


@media(max-width: 1199px) {
	.map_city_xg .box ul .desc { padding-right: 2%; width: 50%;}
	.map_city_xg .box ul .desc:nth-child(1),.map_city_xg .box ul .desc:nth-child(3n){padding-left: 0;}
	.map_city_xg .box ul .desc:nth-child(2n){border-right: none;}
}

@media(max-width: 767px) {
	.map_city_xg .box ul .desc:nth-child(n){padding-left: 0;}
	.map_city_xg .box ul .desc:nth-child(n){border-right: none;}
	.map_city_xg .box ul .desc { width: 100%; padding-right: 0%; }
	.map_city_xg .box .t { font-size: 17px; }
	.map_city_xg .box ul .desc .list .t2 { font-size: 16px; }
	.map_city_xg .box ul .desc .list p { font-size: 13px; }
}
/*翻页样式*/
.metpager_1{ text-align:center;}
.metpager_2{ text-align:center;}
.metpager_3{ text-align:center;}

#flip{line-height: 25px;}
.digg4{ padding:3px; margin:3px; text-align:center; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
.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:#ff6600; display: inline-block; }
.metpager_5 a:hover { border:1px solid #ff6600; color:#fff; background-color:#ff6600;}
.metpager_5 a:active {border:1px solid #009; color:#000;}
.metpager_5 span.current { padding:2px 8px 2px 8px; margin:2px; color:#fff; background:#ff6600; border:1px solid #ff6600; 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;}
}