body {
	background: #fff;
	font-size: 14px;
	font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
	color: #333;
	max-width: 1920px;
	margin: 0 auto;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
ul, dl, dd, dt, h2, p, h3, h4, h1 {
	margin: 0;
}
ul, li {
	list-style: none;
}
i {
	font-style: normal;
}
a {
	cursor: pointer;
	color: inherit;
}
a:hover, a:focus {
	text-decoration: none;
	color: inherit;
}
.fs0 {
	font-size: 0;
}
.fs160 {
	font-size: 160px;
	line-height: 1;
}
.fs60 {
	font-size: 60px;
	line-height: 1;
}
.fs48 {
	font-size: 48px;
}
.fs40 {
	font-size: 40px;
}
.fs36 {
	font-size: 36px;
}
.fs30 {
	font-size: 30px;
}
.fs28 {
	font-size: 28px;
}
.fs26 {
	font-size: 26px;
}
.fs24 {
	font-size: 24px;
}
.fs22 {
	font-size: 22px;
}
.fs20 {
	font-size: 20px;
}
.fs18 {
	font-size: 18px;
}
.fs16 {
	font-size: 16px;
}
/*@font-face {
	font-family: "iconfont";
	src: url('/template/default/Index/fonts/iconfont.eot'); 
	src: url('/template/default/Index/fonts/iconfont.eot') format('embedded-opentype'),  url('/template/default/Index/fonts/iconfont.woff') format('woff'),   url('/template/default/Index/fonts/iconfont.ttf') format('truetype'),  url('/template/default/Index/fonts/iconfont.svg') format('svg');
}*/
.iconfont {
	font-family: "iconfont" !important;
	display: inline-block;
	vertical-align: middle;
	margin: 0 .3em;
	font-size: 1.1em;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0px;
	-moz-osx-font-smoothing: grayscale;
}
/*@font-face{
  font-family: 'rt';
  src:url('/template/default/Index/css/pf/pfr.ttf');
}*/

.ht {
	font-family: '黑体';
}
.c0 {
	color: #000;
}
.c3 {
	color: #333;
}
.c6 {
	color: #666;
}
.fl {
	float: left;
}
.fr {
	float: right!important;
}
.mb10 {
	margin-bottom: 10px;
}
.mt10 {
	margin-top: 10px;
}
.mt5 {
	margin-top: 5px;
}
.pr {
	position: relative;
}
.bold {
	font-weight: bold;
}
.img-responsive {
	display: block;
	margin: 0 auto;
}
.flex, .flexC {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.flex>.sub, .flexC>.sub {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow: hidden;
}
.flexC {
	-webkit-flex-direction: column;
	flex-direction: column;
}
.sb {
	justify-content: space-between;
}
.jc {
	justify-content: center;
}
.ai {
	-webkit-box-align: center;
	-moz-box-align: center;
	-o-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.wrap {
	flex-wrap: wrap;
}
.oneLine {
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.twoLine {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.no-padding {
	padding-left: 0;
	padding-right: 0;
}
.padding {
	padding: 0 3%;
}
.bg {
	background: #f8f8f8;
}
.navbar {
	margin: 0;
	border: none;
	background: none;
	color: #fff;
}
.navbar-brand {
	height: auto;
	padding: 20px 15px;
	display: inline-block;
}
/*.navbar-collapse{padding:20px 0;}*/
.logo-m {
	display: none!important;
}
.navbar-brand>img {
	max-height: 55px;
}
.imghover {
	transition: all linear .6s;
}
.imghover:hover {
	transform: scale(1.06);
}
.mix {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.w1400 {
	width: 85%;
	max-width: 1470px;
	margin-left: auto;
	margin-right: auto;
}
.css3 {
	-webkit-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.css3l {
	-webkit-transition-duration: 1s;
	-ms-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	transition-duration: 1s;
}
.full_img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	left: 0;
	top: 0;
}
.common_btn {
	position: relative;
	overflow: hidden;
}
.common_btn>span {
	display: inline-block;
	vertical-align: middle;
	opacity: 0;
	filter: alpha(opacity=0);
	color: #fff;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
	-webkit-transition: -webkit-transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s;
	-webkit-transition-timing-function: cubic-bezier(.75, 0, .125, 1);
	transition-timing-function: cubic-bezier(.75, 0, .125, 1);
	vertical-align: 0
}
.common_btn::before {
	content: attr(c-text);
	position: absolute;
	top: 0;
	left: 10%;
	width: 80%;
	height: 100%;
	-webkit-transition: -webkit-transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s;
	-webkit-transition-timing-function: cubic-bezier(.75, 0, .125, 1);
	transition-timing-function: cubic-bezier(.75, 0, .125, 1);
	display: none\0;
}
.common_btn:hover .iconfont {
	color: #fff;
}
/*.common_btn:hover{background:#d20319;}*/
.common_btn:hover::before {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0)
}
.common_btn:hover>span {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	display: inline-block;
}
.common_btn>span.sep {
	width: 5px;
	height: 5px;
	display: inline-block;
}
.common_btn:hover>span:nth-child(1) {
	-webkit-transition-delay: 45ms;
	transition-delay: 45ms
}
.common_btn:hover>span:nth-child(2) {
	-webkit-transition-delay: .09s;
	transition-delay: .09s
}
.common_btn:hover>span:nth-child(3) {
	-webkit-transition-delay: .135s;
	transition-delay: .135s
}
.common_btn:hover>span:nth-child(4) {
	-webkit-transition-delay: .18s;
	transition-delay: .18s
}
.common_btn:hover>span:nth-child(5) {
	-webkit-transition-delay: .225s;
	transition-delay: .225s
}
.common_btn:hover>span:nth-child(6) {
	-webkit-transition-delay: .27s;
	transition-delay: .27s
}
.common_btn:hover>span:nth-child(7) {
	-webkit-transition-delay: .315s;
	transition-delay: .315s
}
.common_btn:hover>span:nth-child(8) {
	-webkit-transition-delay: .36s;
	transition-delay: .36s
}
.common_btn:hover>span:nth-child(9) {
	-webkit-transition-delay: .405s;
	transition-delay: .405s
}
.common_btn:hover>span:nth-child(10) {
	-webkit-transition-delay: .45s;
	transition-delay: .45s
}
.common_btn:hover>span:nth-child(11) {
	-webkit-transition-delay: .495s;
	transition-delay: .495s
}
.common_btn:hover>span:nth-child(12) {
	-webkit-transition-delay: .54s;
	transition-delay: .54s
}
.common_btn:hover>span:nth-child(13) {
	-webkit-transition-delay: .585s;
	transition-delay: .585s
}
.common_btn:hover>span:nth-child(14) {
	-webkit-transition-delay: .63s;
	transition-delay: .63s
}
.common_btn:hover>span:nth-child(15) {
	-webkit-transition-delay: .675s;
	transition-delay: .675s
}
.common_btn:hover>span:nth-child(16) {
	-webkit-transition-delay: .72s;
	transition-delay: .72s
}
.common_btn:hover>span:nth-child(17) {
	-webkit-transition-delay: .765s;
	transition-delay: .765s
}
.common_btn:hover>span:nth-child(18) {
	-webkit-transition-delay: .81s;
	transition-delay: .81s
}
.common_btn:hover>span:nth-child(19) {
	-webkit-transition-delay: .855s;
	transition-delay: .855s
}
.common_btn:hover>span:nth-child(20) {
	-webkit-transition-delay: .9s;
	transition-delay: .9s
}
.common_btn.static_btn:hover {
	background: none;
}
.common_btn.static_btn>span {
	color: #d20319;
}
.common_btn.static_btn::before {
	left: 0;
}
.common-btn {
	border-radius: 999px;
	width: 310px;
	text-align: center;
	max-width: 60%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	line-height: 58px;
	border: 3px solid #313131;
}
.common-btn:hover {
	border-color: #0084e9;
	background: #0084e9;
	color: #fff;
}
 @media (min-width: 767px) {
.container {
	width: 90%;
	max-width: 1440px;
}
}
@media (min-width: 1300px) {
.container {
	width: 85%;
}
/*.container{width:1440px;}*/
}
/*@media (min-width: 1600px){
    .container{width: 1400px;}
}
*/

/* 导航部分 */
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	transition: top .5s ease;
	-webkit-transition: top .5s ease;
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
	border-bottom: 1px solid rgba(255,255,255,.25);
	color: #fff;
}
.header.inner-header {
	position: sticky;
}
.header.fixed, .header.inner-header, .header:hover {
	top: 0;
	background: #fff;
	color: #333;
}
.header_box {
	position: relative;
	width: 1760px;
	max-width: 94%;
	margin: 0 auto;
}
.header .header_logo {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	max-width: 30%;
	z-index: 10;
}
.header .header_logo>a {
	height: 100%;
}
.header .header_logo img {
	max-height: 60px;
	height: 90%;
	margin: 0;
}
.header .header_nav {
	text-align: right;
	font-size: 16px;
	line-height: 120px;
	/*padding-right: 265px;*/
	padding-right: 350px;
}
.header .header_nav .nav_container {
	position: relative;
	z-index: 2;
}
.header .header_nav .nav_container>ul>li {
	display: inline-block;
	text-align: center;
	margin-right: 1.7%;
}
/*.header .header_nav li{position: relative;}*/
.header .header_nav .nav_container>ul>li>a {
	display: block;
	padding: 0 15px;
	position: relative;
}
.header .header_nav .nav_container>ul>li>a.active, .header .header_nav .nav_container>ul>li>a:hover {
	color: #01375d;
}
.mobile_key {
	display: none;
	position: relative;
	cursor: pointer;
	padding: 0;
}
.button_menu {
	width: 25px;
	height: 20px;
	position: relative;
	margin: 20px auto;
}
.button_menu span {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: 0;
	-moz-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	transition: all .36s ease;
}
.button_menu span:nth-child(1) {
	top: 0
}
.button_menu span:nth-child(2) {
	top: 50%;
	transform: translateY(-50%);
}
.button_menu span:nth-child(3) {
	bottom: 0
}
.header .header_tools {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -30px;
	width: 100%;
}
.header .header_tools>ul {
}
.header .header_tools li {
	float: right;
	text-align: center;
	cursor: pointer;
	line-height: 60px;
	position: relative;
	margin-left: 3%;
	cursor: pointer;
}
.header .header_tools li:last-child {
	/*margin-left: 0;*/
	font-size: 18px;/*font-weight: bold;*/
	font-weight:bold;
	color:#b1cc1d;
}
.header .header_tools li .icon-lang {
	float: right;
	margin-left: 12px;
}
.header .header_tools .nav-lang {
	text-transform: uppercase;
}
.header .header_tools .nav-lang .lang {
	display: block;
	padding: 0 24px 0 38px;
	position: relative;
	background: url(../image/icon-earth.png) no-repeat left center;
	background-size: 30px;
}
.header .header_tools .nav-lang .lang i {
	position: absolute;
	right: 0;
	top: 0;
	width: 12px;
	height: 100%;
	background: url(../image/icon-down.png) no-repeat center;
}
.header .header_tools .quick_box {
	position: absolute;
	top: 100%;
	left: 0;
	width: 500px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
	font-size: 16px;
	padding: 25px 0 35px;
	display: none;
}
.header .header_tools .quick_box a {
	padding-left: 20px;
	display: block;
	height: 50px;
	line-height: 50px;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: translateX(30px);
	transition: all .6s ease-in-out;
	-webkit-transition: all .6s ease-in-out;
	color: #313131;
}
.header .header_tools .quick_box a .lin {
	padding-right: 30px;
	color: #313131;
	vertical-align: 2px;
}
.header .header_tools .quick_box.show a {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: translateX(0);
	transition-delay: .3s;
}
.header .header_tools .quick_box.show a:nth-child(1) {
	transition-delay: .3s;
}
.header .header_tools .quick_box.show a:nth-child(2) {
	transition-delay: .5s;
}
.header .header_tools .quick_box.show a:nth-child(3) {
	transition-delay: .7s;
}
.header .header_tools .quick_box.show a:nth-child(4) {
	transition-delay: .9s;
}
.header .header_tools .quick_box.show a:nth-child(5) {
	transition-delay: 1.1s;
}
.header .header_tools .quick_box.show a:nth-child(6) {
	transition-delay: 1.3s;
}
.header .header_tools .quick_box.show a:nth-child(7) {
	transition-delay: 1.5s;
}
.header .header_tools .quick_box.show a:nth-child(8) {
	transition-delay: 1.7s;
}
.header .header_tools .quick_box.show a:nth-child(9) {
	transition-delay: 1.9s;
}
.header .header_tools .quick_box.show a:nth-child(10) {
	transition-delay: 2.1s;
}
.header .header_tools .quick_box.show a:nth-child(11) {
	transition-delay: 2.3s;
}
.header .header_tools .nav-menu {
	width: 60px;
	height: 60px;
	background: rgba(255,255,255,.4);
}
/* 下拉 */
.header .header_nav .inner_box {
	color: #0c0c0c;
	position: fixed;
	top: 120px;
	left: 0;
	width: 100%;
	padding: 50px 0;
	background: #fff;
	display: none;
	border-top: 1px solid #e5e5e5;
}
.header .header_nav li:hover .inner_box {
	display: block;
}
.header .header_nav .inner_box .nav-first-ul {
	width: 100%;
	text-align: center;
	opacity: 1;
	filter: alpha(opacity=100);
	transform: translateY(20px);
	transition: all .5s cubic-bezier(.4, .5, .58, 1.11);
	transition-delay: 0.3s;
}
.header .header_nav .inner_box.inner_hover .nav-first-ul {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: translate(0, 0);
}
.header .header_nav .inner_box .nav-first-ul>li {
	width: 20%;
	float: left;
	line-height: 30px;
	font-size: 17px;
	margin-top: 11px;
	position: relative;
	text-align: left;
	padding-top: 15px;
	margin-bottom: 35px;
}
.header .header_nav .inner_box .nav-first-ul>li::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 37px;
	height: 2px;
	background: #313131;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}
.header .header_nav .inner_box .nav-first-ul>li a {
	display: block;
}
.header .header_nav .inner_box a:hover {
	color: #01375d;
}
.header .header_nav .inner_box .nav-first-ul>li:hover::before {
	width: 95px;
	background: #01375d;
}
.header .header_nav .inner_box .nav-second-ul {
	font-size: 14px;
	line-height: 1.6;
	margin-top: 10px;
}
.header .header_nav .inner_box .nav-second-ul li {
	margin-bottom: 5px;
}
.header .header_nav .inner_box .nav-second-ul a {
	padding: 2px 10px;
}
.index_header {
	top: -80px;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.index_header.ani {
	top: 0;
}
.header-container {
	position: relative;
	z-index: 10;
}
.header .header_logo .black, .header.fixed .white, .header:hover .white, .header.inner-header .white {
	display: none;
}
.header.fixed .black, .header:hover .black, .header.inner-header .black {
	display: block;
}
.header.fixed .header_tools .nav-lang .lang, .header:hover .header_tools .nav-lang .lang, .header.inner-header .header_tools .nav-lang .lang {
	background-image: url(../image/icon-earth-black.png);
}
.header.fixed .header_tools .nav-lang .lang i, .header:hover .header_tools .nav-lang .lang i, .header.inner-header .header_tools .nav-lang .lang i {
	background-image: url(../image/icon-down-black.png);
}
.header.fixed .header_tools .nav-menu, .header:hover .header_tools .nav-menu, .header.inner-header .header_tools .nav-menu {
	background: #b1cc1d;
}
.nav-all {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	-webkit-transition: all 1s;
	transition: all 1s;
	visibility: hidden;
	opacity: 0;
}
.nav-all .img {
	float: left;
	width: 35%;
	height: 100%;
	background: url(../image/nav-bg.png) no-repeat center;
	background-size: cover;
	position: relative;
}
.nav-all .img .bg {
	position: absolute;
	height: 100%;
	background: rgba(1,55,.93,.4);
	top: 0;
	left: 0;
	width: 100%;
}
.nav-all .content {
	width: 65%;
	height: 100%;
	float: right;
	position: relative;
	background: #fff;
}
.nav-all .nav-close {
	width: 40px;
	height: 40px;
	background: url(../image/close-grey.png) no-repeat center;
	background-size: 100% auto;
	position: absolute;
	top: 7.44%;
	right: 7.2%;
	cursor: pointer;
	transition: all .3s;
}
.nav-all .nav-close:hover {
	transform: rotate(90deg);
}
.nav-all .content ul, .nav-all .content .lang {
	padding: 0 9.6% 0 12%;
}
.nav-all .content ul li {
	margin-top: 50px;
	letter-spacing: 2px;
	transition: all .4s ease-in-out;
	opacity: 0;
	transform: translateY(40px);
}
.nav-all .content ul .submenu-list {
	border-bottom: 1px solid #dcdcdc;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 35px 0 20px;
	display: none;
}
.nav-all .content ul a.active, .nav-all .content ul a:hover {
	color: #b1cc1d;
}
.nav-all .content ul .submenu-list a {
	margin-right: 5.9%;
	float: left;
}
.nav-all .content .logo {
	position: absolute;
	right: 7.2%;
	bottom: 7.78%;
	max-width: 15%;
}
.nav-all .content .logo img {
	max-height: 60px;
}
.nav-all .content .lang {
	position: absolute;
	bottom: 10%;
	font-size: 16px;
	color: #666;
	width: 100%;
	left: 0;
}
.nav-all .content .lang a {
	float: left;
	margin-right: 9.2%;
}
.nav-all.open {
	visibility: visible;
	opacity: 1;
}
.nav-all.open .content ul li {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.4s;
}
.nav-all.open .content ul li:nth-child(1) {
	transition-delay: 0.4s;
}
.nav-all.open .content ul li:nth-child(2) {
	transition-delay: 0.5s;
}
.nav-all.open .content ul li:nth-child(3) {
	transition-delay: 0.6s;
}
.nav-all.open .content ul li:nth-child(4) {
	transition-delay: 0.7s;
}
.nav-all.open .content ul li:nth-child(5) {
	transition-delay: 0.8s;
}
.nav-all.open .content ul li:nth-child(6) {
	transition-delay: 0.9s;
}
.nav-all.open .content ul li:nth-child(7) {
	transition-delay: 1.0s;
}
.nav-all.open .content ul li:nth-child(8) {
	transition-delay: 1.1s;
}
.ibanner {
	position: relative;
}
.ibanner .slide-item-img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	object-position: center;
}
.ibanner .item-mask {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;/*background: rgba(0,0,0,.3)*/
	;
	color: #fff;
}
.ibanner .item-mask .txt {
	width: 980px;
	max-width: 95%;
	margin-left: 4.167%;
}
.ibanner .item-mask .title {
	transform: translateY(30px);
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .6s;
	transition-delay: .2s;
	letter-spacing: 2px;
	line-height: 1.2;
}
.ibanner .item-mask .en {
	line-height: 1.5;
	margin-top: 22px;
	font-family: arial;
	transform: translateY(30px);
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .5s;
	transition-delay: .4s;
}
.ibanner .ani-slide .title, .ibanner .ani-slide .en {
	transform: translateY(0);
	opacity: 1;
	filter: alpha(opacity=100);
}
.ibanner .swiper-btn {
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: rgba(255,255,255,.3);
	border-radius: 4px;
	overflow: hidden;
	text-align: center;
}
.ibanner .swiper-btn:after {
	font-size: 14px;
	color: #fff;
}
.ibanner .swiper-btn:hover {
	background: rgba(255,255,255,.5);
}
.ibanner .swiper-button-prev {
	left: 9.375%;
}
.ibanner .swiper-button-next {
	right: 9.375%;
}
 @media (max-width:767px) {
.mobile_key {
	display: block;
	float: right;
}
.header .header_logo {
	max-width: 70%;
}
.header .header_nav {
	text-align: left;
	font-size: 14px;
}
.no-padding {
	padding-left: 15px;
	padding-right: 15px;
}
}
.index-navList {
	position: relative;
	z-index: 10;
}
.index-navList ul {
	position: absolute;
	left: 10%;
	bottom: 50px;
	/*width: 805px;
	max-width: 45%;*/
	width: 80%;
	height: 90px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	line-height: 1;
	text-align: center;
}
.index-navList ul li {
	height: 90px;
}
.index-navList ul li {
	border-right: 1px solid #666;
}
.index-navList ul li:last-child {
	border-right: 0px;
}
.index-navList ul a {
	display: block;
	/*padding: 40px 0;*/
	position: relative;
}
/*.index-navList ul a:after {
	width: 1px;
	height: 90px;
	background: #fff;
	opacity: 0.5;
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}*/
.index-navList ul p {
/*margin-top: 20px;*/
}
.index-navList ul a img {
	transition: all .3s;
}
.index-navList ul a:hover img {
	transform: rotate(180deg);
}
.index-navList ul li .icon {
	float: left;
}
.index-navList ul p {
	float: left;
	height: 90px;
	line-height: 90px;
	margin-left: 20px;
}
.title-box {
	text-align: center;
	color: #333;
	padding: 55px 0;
}
.title-box .tit {
	line-height: 1;
	letter-spacing: 5px;
}
.title-box .stit {
	color: #666;
	margin-top: 22px;
	letter-spacing: 2px;
}
.view-more {
	letter-spacing: 1px;
	color: #fff;
	display: block;
	background: #b1cc1d;
	text-align: center;
	width: 160px;
	line-height: 46px;
	border-radius: 4px;
	overflow: hidden;
	font-size: 16px;
}
.view-more:hover {
	color: #fff;
}
.part-solution .box {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.part-solution .box .bg-list {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	overflow: hidden;
}
.part-solution .box .bg-list div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-transition-duration: 0.5s;
	-ms-transition-duration: 1.5s;
	-o-transition-duration: 1.5s;
	-moz-transition-duration: 1.5s;
	transition-duration: 1.5s;
	transition: all 2.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	opacity: 0;
}
.part-solution .box .bg-list div.on {
	opacity: 1;
	z-index: 2;
}
.part-solution .box .con {
	background: rgba(1,55,93,.3);
	color: #fff;
	position: relative;
	z-index: 10;
}
.part-solution .box .left {
	width: 650px;
	max-width: 50%;
	padding: 130px 0 100px;
	line-height: 1;
}
.part-solution .box .left .en {
	letter-spacing: 3px;
	font-family: arial;
}
.part-solution .box .left .tit {
	margin-top: 25px;
	letter-spacing: 1px;
}
.part-solution .box .left .desc {
	margin-top: 30px;
	line-height: 30px;
	height: 180px;
	display: none;
	font-size: 15px;
	text-align: justify;
	text-indent: 2em;
	padding-right: 20px;
	overflow-y: auto;
}
.part-solution .box .left .desc:first-child {
	display: block;
}
.part-solution .box .left .desc::-webkit-scrollbar {
width:4px;
}
.part-solution .box .left .desc::-webkit-scrollbar-track {
background:#eaeaea;
}
.part-solution .box .left .desc::-webkit-scrollbar-thumb {
background:#b1cc1d;
}
.part-solution .box .left .desc::-webkit-scrollbar-thumb:window-inactive {
background:#b1cc1d;
}
.part-solution .box .left .desc::-webkit-scrollbar-thumb:vertical:hover {
background:#b1cc1d;
}
.part-solution .box .left .pro {
	margin-top: 30px;
}
.part-solution .box .left .tag {
	border-radius: 5px;
	overflow: hidden;
	width: 160px;
	line-height: 46px;
	text-align: center;
	color: #fff;
	background: #b1cc1d;
	letter-spacing: 1px;
	font-weight: bold;
}
.part-solution .box .left .list {
	padding-top: 5px;
	height: 285px;
}
.part-solution .box .left .list {
	display: none;
}
.part-solution .box .left .list:first-child {
	display: block;
}
.part-solution .box .left .list li {
	margin-top: 35px;
	line-height: 20px;
	font-size: 15px;
}
.part-solution .box .left .list li:before {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 100%;
	overflow: hidden;
	background: #b1cc1d;
	margin-right: 30px;
	float: left;
	margin-top: 5px;
}
.part-solution .box .left .list a:hover {
	color: #b1cc1d;
}
.part-solution .box .right {
	width: 650px;
	max-width: 45%;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}
.part-solution .box .right li {
	height: 33.3333%;
	border-top: 1px solid rgba(255,255,255,.3);
}
.part-solution .box .right li a {
	height: 100%;
	width: 100%;
	padding: 0 12.3%;
	position: relative;
	background: rgba(0,0,0,.3);
	transition: all .3s;
}
.part-solution .box .right li a i {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	right: 0;
	top: 50%;
	margin-top: -25px;
	background: #b2cd20;
	right: 12.3%;
	border-radius: 50%;
}
.part-solution .box .right li a i:after {
	font-size: 18px;
	color: #fff;
}
.part-solution .box .right li a p {
	padding-right: 50px;
}
.part-solution .box .right li a:hover {
	background: rgba(1,55,93,.9);
}
.part-case {
	position: relative;
}
.part-case .line {
	position: absolute;
	left: 18.23%;
	width: 1px;
	height: 100%;
	top: 0;
	background: #dadada;
}
.part-case .top-swiper {
	position: relative;
	overflow: hidden;
}
/*.part-case .top-swiper .img{position: absolute;right:0;top:0;width: 50%;}*/
.part-case .left {
	position: relative;
	z-index: 10;
	width: 50%;
	float: left;
}
.part-case .left .en {
	font-weight: bold;
	color: #e1e1e1;
	line-height: 1;
	margin-left: 25px;
	letter-spacing: 1px;
	white-space: nowrap;
	opacity: 0.6;
}
.part-case .left .txt-swiper {
	margin-left: 36.46%;
	width: 570px;
	max-width: 60%;
	letter-spacing: 1px;
	margin-top: 40px;
}
.part-case .left .txt {
	padding-left: 48px;
	position: relative;
}
.part-case .left .txt .l, .part-about .con .l {
	position: absolute;
	left: 1px;
	top: 0;
	width: 6px;
	height: 55px;
	background: #b1cc1d;
}
.part-case .left .txt .view-more {
	margin-top: 50px;
}
.part-case .left .name {
	line-height: 34px;
	padding: 10px 0;
	position: relative;
}
.part-case .left .desc {
	color: #666;
	line-height: 1.67;
	margin-top: 30px;
	padding-right: 20px;
	max-height: 150px;
	overflow-y: auto;
}
.part-case .left .desc::-webkit-scrollbar {
width:4px;
}
.part-case .left .desc::-webkit-scrollbar-track {
background:#eaeaea;
}
.part-case .left .desc::-webkit-scrollbar-thumb {
background:#b1cc1d;
}
.part-case .left .desc::-webkit-scrollbar-thumb:window-inactive {
background:#b1cc1d;
}
.part-case .left .desc::-webkit-scrollbar-thumb:vertical:hover {
background:#b1cc1d;
}
.part-case .top-swiper .img-swiper {
	width: 50%;
	float: right;
	position: relative;
	padding-bottom: 1px;
}
.part-case .top-swiper .img-swiper .item-cover {
	overflow: hidden;
	position: relative;
	padding-bottom: 64.2%;
}
.part-case .top-swiper .img-swiper .item-cover img {
	position: absolute;
	top: 0;
	left: 0;
}
.part-case .top-swiper .img-swiper .item-cover:hover img {
	transform: scale(1.04);
}
.part-case .img-swiper .bg {
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	background: url(../image/case-cover.png) no-repeat left bottom;
	background-size: 100% auto;
	pointer-events: none;
}
.part-case .bottom-list {
	margin-top: 42px;
	background: #fff;
	position: relative;
	z-index: 10;
}
.part-case .bottom-list .swiper-slide {
	cursor: pointer;
	width: 25%;
}
.part-case .bottom-list .swiper-btn {
	transition: all .3s;
	background: rgba(177,204,29,.5);
	color: #fff;
	width: 60px;
	height: 60px;
	line-height: 60px;
	margin-top: -30px;
	text-align: center;
}
.part-case .bottom-list .swiper-btn:after {
	font-size: 14px;
}
.part-case .bottom-list .swiper-button-prev {
	left: 0;
}
.part-case .bottom-list .swiper-button-next {
	right: 0;
}
.part-case .bottom-list .swiper-button-prev:hover {
	transform: translateX(23px);
}
.part-case .bottom-list .swiper-button-next:hover {
	transform: translateX(-23px);
}
.part-case .bottom-list .item-img {
	position: relative;
	overflow: hidden;
	padding-bottom: 48%;
	opacity: 0.6;
}
.part-case .bottom-list .item-img:hover img {
	transform: scale(1.04);
}
.part-case .bottom-list .swiper-slide.active .item-img {
	opacity: 1;
}
.part-about {
	padding: 10px 0 0;
}
.part-about .box {
	position: relative;
	padding: 17px 0 70px;
}
.part-about .img-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
}
.part-about .img-box .img {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right bottom;
}
.part-about .en {
	text-align: right;
	line-height: 1;
	color: #e1e1e1;
	letter-spacing: 1px;
	position: relative;
	z-index: 10;
	opacity: 0.6;
}
.part-about .con {
	width: 50%;
	float: right;
	padding-left: 4.6%;
	position: relative;
	padding-top: 5px;
	margin-top: 26px;
}
.part-about .con .desc {
	color: #666;
	line-height: 1.667;
	overflow: hidden;
	letter-spacing: 1px;
	margin-top: 44px;
}
.part-about .con .view-more {
	margin-top: 50px;
}
.part-news {
	padding: 25px 0 20px;
	background: url(../image/part4-bg.png) no-repeat top center;
	background-size: 100% auto;
}
.part-news .left {
	float: left;
	width: 47.7%;
}
.part-news .right-list {
	float: right;
	width: 48.9%;
}
.part-news .left .item-img {
	height: 457px;
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}
.part-news .box .item-tit {
	line-height: 1;
	color: #333333;
	font-weight: bold;
	margin-bottom: 26px;
}
.part-news .box .item-desc {
	font-size: 14px;
	line-height: 18px;
	height: 36px;
	color: #999;
}
.part-news .box .item-date {
	line-height: 1;
	margin-top: 20px;
}
.part-news .box .item-more {
	color: #b1cc1d;
	line-height: 1;
	padding-bottom: 8px;
	display: inline-block;
	border-bottom: 1px solid #b7d039;
	margin-top: 16px;
}
.part-news .left .item-tit {
	margin-bottom: 18px;
}
.part-news .right-list li {
	margin-bottom: 50px;
}
.part-news .right-list li:last-child {
	margin: 0;
}
.part-news .right-list .item-img {
	float: left;
	width: 35.1%;
	height: 164px;
	position: relative;
	overflow: hidden;
}
.part-news .right-list .item-txt {
	margin-left: 39.5%;
}
.part-news .news-item:hover .item-img img {
	transform: scale(1.03);
}
.part-news .right-list .news-item:hover .item-img img {
	transform: scale(1.05);
}
.part-news .news-item:hover .item-tit {
	color: #b7d039;
}
.footer-bottom {
	background: #f5f5f5;
	padding: 25px 0;
	margin-top: 80px;
}
.footer-bottom li {
	max-width: 22%;
	padding: 15px 0;
}
.footer-box {
	background: #01375d;
	color: #fff;
	margin-top: 60px;
}
.footer-form {
	padding: 46px 0;
	border-bottom: 1px solid rgba(255,255,255,.15);
}
.footer-form .l-txt {
	width: 38%;
	float: left;
	padding-top: 10px;
	letter-spacing: 4px;
}
.footer-form .r-form {
	float: right;
	width: 60%;
	max-width: 860px;
}
.footer-form .r-form li {
	padding-right: 0;
}
.footer-form .r-form .form-val {
	line-height: 58px;
	display: block;
	width: 100%;
	border-radius: 4px;
	overflow: hidden;
	background: #fff;
	border: none;
	outline: none;
	padding: 0 13.5%;
	color: #333;
}
.footer-form .r-form button {
	width: 100%;
	display: block;
	line-height: 58px;
	border-radius: 4px;
	overflow: hidden;
	background: #b1cc1d;
	color: #fff;
	text-align: center;
	border: none;
	letter-spacing: 1px;
}
.footer-form .r-form .form-val::-webkit-input-placeholder {
color:#999;
letter-spacing: 1px;
}
.footer-form .r-form .form-val:-moz-placeholder {
color:#999;
letter-spacing: 1px;
}
.footer-form .r-form .form-val::-moz-placeholder {
color:#999;
letter-spacing: 1px;
}
.footer-form .r-form .form-val:-ms-input-placeholder {
color:#999;
letter-spacing: 1px;
}
.footer-box .copyright {
	padding: 25px 0 28px;
	border-top: 1px solid rgba(255,255,255,.15);
}
.footer-box .footer {
	padding: 55px 0 50px;
}
.footer-box .footer-info {
	width: 40%;
	float: left;
	padding-right: 15px;
}
.footer-box .footer-info .f-logo {
	margin: 0 0 32px;
}
.footer-box .footer-info p {
	margin-bottom: 13px;
}
.footer-box .footer-nav {
	float: left;
	width: 37.5%;
}
.footer-box .footer-nav li {
	padding-left: 0;
}
.footer-box .footer-nav li .submenu {
	margin-top: 20px;
}
.footer-box .footer-nav li .submenu p {
	margin-bottom: 10px;
}
.footer-box .footer-code {
	float: right;
	width: 160px;
	max-width: 22%;
}
.footer-box .footer-code .tit {
	margin-bottom: 25px;
}
 @media (max-width:1600px) {
.fs160 {
	font-size: 130px
}
.fs60 {
	font-size: 58px;
}
.fs48 {
	font-size: 46px;
}
.fs40 {
	font-size: 38px;
}
.fs36 {
	font-size: 34px;
}
.fs30 {
	font-size: 28px;
}
.fs28 {
	font-size: 26px;
}
.fs26 {
	font-size: 24px;
}
.fs24 {
	font-size: 22px;
}
.fs22 {
	font-size: 20px;
}
.fs20 {
	font-size: 18px;
}
.fs18 {
	font-size: 17px;
}
.nav-all .nav-close {
	top: 6%;
}
.nav-all .content ul li {
	margin-top: 40px;
}
.nav-all .content ul .submenu-list {
	padding-top: 30px;
}
.ibanner .swiper-button-next {
	right: 7.5%;
	transform: translateX(100%);
}
.ibanner .swiper-button-prev {
	left: 7.5%;
	transform: translateX(-100%);
}
.index-navList ul a {
/*padding: 30px 0;*/
}
.part-solution .box .left {
	padding: 120px 0 90px;
}
.part-solution .box .left .list li {
	margin-top: 30px;
	line-height: 18px;
}
.part-solution .box .left .list {
	height: 257px;
}
.part-case .left .txt .view-more {
	margin-top: 40px;
}
.part-case .left .desc {
	margin-top: 25px;
	max-height: 140px;
}
.part-case .left .txt-swiper {
	margin-top: 30px;
}
.part-news .right-list .item-img {
	height: 155px;
}
.part-news .left .item-img {
	height: 435px;
}
.part-solution .box .left .list li:before {
	margin-top: 3px;
}
}
@media (max-width:1400px) {
.fs160 {
	font-size: 110px
}
.fs60 {
	font-size: 56px;
}
.fs48 {
	font-size: 44px;
}
.fs40 {
	font-size: 34px;
}
.fs36 {
	font-size: 32px;
}
.fs30 {
	font-size: 26px;
}
.fs28 {
	font-size: 24px;
}
.fs26 {
	font-size: 22px;
}
.fs24 {
	font-size: 21px;
}
.header .header_nav {
	padding-right: 250px;
	line-height: 100px;
}
.header .header_nav .inner_box {
	top: 100px;
}
.header .header_nav .nav_container>ul>li {
	margin-right: 0;
}
.index-navList ul {
	/*max-width: 55%;*/
	max-width: 100%;
}
.part-solution .box .left {
	padding: 100px 0 70px;
}
.part-solution .box .left .tit {
	margin-top: 20px;
}
.part-solution .box .left .list li {
	margin-top: 25px;
}
.part-solution .box .left .list {
	height: 237px;
}
.part-solution .box .right li a {
	padding: 0 12%;
}
.part-case .left .txt {
	padding-left: 36px;
}
.part-case .left .txt-swiper {
	margin-top: 25px;
}
.part-case .left .desc {
	margin-top: 20px;
	font-size: 15px;
	max-height: 125px;
}
.part-case .left .txt .view-more {
	margin-top: 30px;
}
.part-case .left .name {
	padding: 0;
}
.part-case .left .txt .l, .part-about .con .l {
	height: 40px;
}
.part-about .con .desc {
	margin-top: 36px;
	font-size: 16px;
}
.part-news .right-list li {
	margin-bottom: 40px;
}
.part-news .left .item-img {
	height: 425px;
}
.footer-form {
	padding: 40px 0;
}
.footer-form .l-txt {
	letter-spacing: 3px;
}
.footer-box {
	font-size: 15px;
}
.footer-box .footer-info p {
	margin-bottom: 12px;
}
.footer-box .footer {
	padding: 50px 0 45px;
}
}
@media (max-width:1200px) {
.fs160 {
	font-size: 90px
}
.fs60 {
	font-size: 50px;
}
.fs48 {
	font-size: 40px;
}
.fs40 {
	font-size: 32px;
}
.fs36 {
	font-size: 30px;
}
.fs30 {
	font-size: 24px;
}
.fs28 {
	font-size: 22px;
}
.fs26 {
	font-size: 20px;
}
.fs24 {
	font-size: 20px;
}
.fs18 {
	font-size: 16px;
}
.header .header_tools .nav-menu {
	width: 50px;
	height: 50px;
}
.button_menu {
	margin: 15px auto;
}
.header .header_nav .nav_container>ul>li>a {
	padding: 0 10px;
}
.nav-all .content ul li {
	margin-top: 40px;
}
.nav-all .content ul .submenu-list {
	padding-top: 30px;
}
.nav-all .nav-close {
	top: 35px;
	right: 35px;
	width: 36px;
	height: 36px;
}
.nav-all .content .logo {
	max-width: 30%;
}
.header .header_nav {
	padding-right: 200px;
}
.header .header_tools li {
	margin-left: 15px;
	line-height: 50px;
}
.header .header_tools {
	margin-top: -25px;
}
.header .header_tools .nav-lang .lang {
	padding: 0 20px 0 30px;
	font-size: 14px;
}
.index-navList ul {
	max-width: 100%;
}
.index-navList ul a {
	padding: 25px 0 20px;
}
.index-navList ul .icon {
	margin: 0 auto;
	width: 50px;
}
.index-navList ul {
	bottom: 10px;
}
.index-navList ul, .index-navList ul li {
	height: 130px;
}
.index-navList ul p {
	/*margin-top: 16px;*/
	margin-left: 0px;
	height: 45px;
	line-height: 25px;
}
.title-box {
	padding-bottom: 50px;
}
.part-solution .box .right li a i {
	width: 40px;
	height: 40px;
}
.part-solution .box .left {
	padding: 80px 0 60px;
}
.part-solution .box .left .list li:before {
	margin-right: 24px;
}
.part-case .left .name {
	line-height: 30px;
}
.part-case .left .txt-swiper {
	margin-top: 25px;
}
.part-case .left .desc {
	margin-top: 20px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
}
.part-case .line {
	left: 12%;
}
.part-case .left .txt-swiper {
	margin-left: 24%;
	max-width: 70%;
	letter-spacing: 0;
}
.view-more {
	width: 140px;
	line-height: 44px;
	font-size: 15px;
}
.part-case .left .txt .view-more {
	margin-top: 30px;
}
.part-about {
	padding: 0;
}
.part-about .con .desc {
	letter-spacing: 0;
	font-size: 15px;
	margin-top: 30px;
}
.part-about .con .view-more {
	margin-top: 40px;
}
.part-about .box {
	padding-bottom: 40px;
}
.part-news .box .item-tit {
	margin-bottom: 20px;
}
.part-news .box .item-date {
	margin-top: 16px;
}
.part-news .right-list .item-img {
	height: 146px;
}
.part-news .right-list li {
	margin-bottom: 35px;
}
.part-news .left .item-img {
	height: 355px;
}
.footer-bottom {
	margin-top: 65px;
	padding: 15px 0;
}
.footer-form {
	padding: 35px 0;
}
.footer-form .l-txt {
	letter-spacing: 2px;
	font-size: 20px;
}
.footer-form .r-form .form-val, .footer-form .r-form button {
	line-height: 50px;
	height: 50px;
}
.footer-form .r-form .form-val {
	padding: 0 10px;
}
.footer-box .footer {
	padding: 45px 0 40px;
}
.footer-box {
	font-size: 14px;
}
}
 @media (max-width:1025px) {
.fs160 {
	font-size: 72px
}
.fs60 {
	font-size: 38px;
}
.fs48 {
	font-size: 34px;
}
.fs40 {
	font-size: 30px;
}
.fs36 {
	font-size: 28px;
}
.header_box {
	padding: 15px 0;
}
.header .header_tools {
	margin: 0;
	position: relative;
	right: auto;
	top: auto;
	float: right;
}
.header .header_nav .nav_container {
	display: none;
}
.ibanner .slide-item-img {
	height: auto;
	min-height: 450px;
}
.nav-all .nav-close {
	top: 30px;
	right: 30px;
	width: 30px;
	height: 30px;
}
.ibanner .item-mask .title {
	font-size: 36px;
}
.ibanner .item-mask .en {
	font-size: 18px;
}
.index-navList ul a {
/*padding: 20px 0 18px;*/
}
.index-navList ul {
	max-width: 100%;
}
.ibanner .swiper-button-next {
	right: 0;
	transform: none;
}
.ibanner .swiper-button-prev {
	left: 0;
	transform: none;
}
.ibanner .swiper-btn {
	width: 50px;
	height: 50px;
}
.index-navList ul p {
/*margin-top: 12px;*/
}
.part-solution .box .right li a {
	padding: 0 10%;
}
.part-solution .box .left {
	padding: 70px 0 55px;
}
.part-solution .box .left .tit {
	margin-top: 15px;
}
.part-solution .box .left .list li {
	margin-top: 20px;
}
.part-solution .box .left .list {
	height: 197px;
}
.part-solution .box .left .tag {
	width: 150px;
	line-height: 42px;
}
.part-case .left .en {
	margin-left: 15px;
}
.part-case .line {
	left: 7%;
}
.part-case .left .txt-swiper {
	margin-left: 14%;
	max-width: 85%;
	margin-top: 20px;
}
.part-case .left .txt {
	padding-left: 30px;
}
.part-case .left .txt .l, .part-about .con .l {
	width: 5px;
}
.part-case .left .desc {
	font-size: 14px;
}
.part-case .left .txt .view-more {
	margin-top: 30px;
}
.part-case .bottom-list .swiper-btn {
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin-top: -25px;
}
.part-case .bottom-list .swiper-slide {
	width: 33.333%;
}
.title-box .stit {
	margin-top: 18px;
	letter-spacing: 1px;
}
.part-about .con .desc {
	font-size: 14px;
	margin-top: 20px;
}
.view-more {
	font-size: 14px;
}
.part-news .left {
	width: 100%;
}
.part-news .right-list {
	width: 100%;
	margin-top: 30px;
}
.part-news .left .item-img {
	height: auto;
	padding-bottom: 66.6%;
}
.footer-form .l-txt {
	width: 100%;
	padding: 0;
}
.footer-form .r-form {
	width: 100%;
	margin-top: 20px;
}
.footer-form .r-form li {
	padding: 0 15px 0 0;
}
.footer-box .footer-nav {
	width: 100%;
	margin-top: 30px;
}
}
 @media (max-width:992px) {
.fs36 {
	font-size: 26px;
}
}
@media (max-width:767px) {
.fs160 {
	font-size: 60px
}
.fs60 {
	font-size: 34px;
}
.fs48 {
	font-size: 30px;
}
.fs40 {
	font-size: 26px;
}
.fs36 {
	font-size: 24px;
}
.fs30 {
	font-size: 22px;
}
.fs28 {
	font-size: 20px;
}
.fs26 {
	font-size: 18px;
}
.fs22 {
	font-size: 17px;
}
.fs20 {
	font-size: 16px;
}
.fs18 {
	font-size: 16px;
}
.fs16 {
	font-size: 14px;
}
.container {
	width: 100%;
}
.header .header_tools .nav-menu {
	display: none;
	width: 45px;
	height: 45px;
}
.header .header_tools li {
	line-height: 45px;
}
.header .header_tools .mobile_key {
	display: block;
}
.button_menu {
	display: block;
	margin-top: 12px;
}
.header .header_nav {
	line-height: 20px;
}
.header_box {
	padding: 6px 0;
}
.header .header_logo img {
	height: 70%;
}
.header .header_tools .quick_box {
	right: 0;
	width: 250px;
	left: auto;
	padding: 15px 15px;
	text-align: right;
}
.header .header_tools .quick_box a .lin {
	padding: 0 0 0 20px;
	float: right;
}
.header .header_tools .quick_box a {
	height: 40px;
	line-height: 40px;
}
.ibanner .item-mask .title {
	font-size: 28px;
}
.ibanner .swiper-btn {
	width: 40px;
	height: 40px;
}
.ibanner .item-mask .txt {
	margin: 0 35px;
	max-width: 80%;
}
.ibanner .item-mask .en {
	font-size: 16px;
}
.index-navList ul {
	max-width: 100%;
}
.index-navList ul a {
	padding: 16px 0 14px;
}
.index-navList ul .icon {
	width: 42px;
}
.title-box {
	padding: 50px 15px 45px;
}
.title-box .tit {
	letter-spacing: 3px;
}
.title-box .stit {
	margin-top: 15px;
	letter-spacing: 0;
	font-size: 14px;
}
.part-solution .box .left {
	max-width: 100%;
	padding: 60px 0 50px;
}
.part-solution .box .left .desc {
	height: auto;
}
.part-solution .box .left .list li {
	line-height: 16px;
}
.part-solution .box .right {
	position: static;
	width: 100%;
	max-width: 100%;
}
.part-solution .box .right li {
	min-height: 50px;
	font-size: 16px;
}
.part-solution .box .right li:first-child {
	border: none;
}
.part-solution .box .right li a {
	padding: 20px 15px;
}
.part-solution .box .right li a i {
	width: 30px;
	height: 30px;
	right: 15px;
	line-height: 30px;
	margin-top: -15px;
}
.part-solution .box .right li a i:after {
	font-size: 12px;
}
.part-solution .box .con {
	padding-bottom: 15px;
}
.part-case .line {
	left: 15px;
}
.part-case .left .txt-swiper {
	margin: 25px 0 0;
	max-width: none;
	width: 100%;
}
.part-case .left {
	width: 100%;
	padding: 0 0 0 15px;
	float: none;
}
.part-case .top-swiper .img-swiper {
	float: none;
	width: 100%;
	margin-top: 25px;
}
.part-case .left .en {
	margin: 0;
	line-height: 0.8;
}
.part-case .left .txt {
	padding-right: 15px;
	padding-left: 22px;
}
.part-case .left .txt .l, .part-about .con .l {
	height: 32px;
	width: 4px;
}
.part-case .left .txt .view-more {
	margin-top: 25px;
}
.part-case .bottom-list .swiper-slide {
	width: 50%;
}
.part-case .bottom-list .swiper-btn {
	width: 44px;
	height: 44px;
	margin-top: -22px;
	line-height: 44px;
}
.part-case .bottom-list {
	margin: 0;
	padding-top: 30px;
	background: #fff;
	position: relative;
	z-index: 10;
}
.part-about .img-box {
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 25px;
}
.part-about .img-box .img {
	height: auto;
	padding-bottom: 64.2%;
}
.part-about .box {
	padding: 0 0 30px;
}
.part-about .con {
	float: none;
	width: 100%;
	padding-top: 0;
}
.part-about .en {
	text-align: left;
}
.part-about .con .view-more {
	margin-top: 35px;
}
.part-news {
	padding: 0;
}
.part-news .right-list .item-date {
	float: left;
	margin-right: 20px;
}
.part-news .right-list .item-img {
	height: 105px;
}
.part-news .box .item-tit {
	margin-bottom: 18px;
}
.part-news .right-list li {
	margin-bottom: 20px;
}
.footer-bottom {
	margin-top: 50px;
}
.footer-bottom li {
	padding: 10px 0;
}
.footer-form {
	padding: 25px 0 10px;
}
.footer-form .l-txt {
	font-size: 18px;
}
.footer-form .r-form li {
	margin-bottom: 16px;
	padding-right: 10px;
}
.footer-form .r-form .form-val, .footer-form .r-form button {
	line-height: 46px;
	height: 46px;
}
.footer-box .footer-info {
	width: 65%;
}
.footer-box .footer-code {
	max-width: 35%;
}
.footer-box .footer-info .f-logo {
	margin-bottom: 20px;
	max-height: 50px;
}
.footer-box .footer-info p {
	margin-bottom: 10px;
}
.footer-box .footer {
	padding: 35px 0 20px;
}
.footer-box .footer-nav li .submenu {
	margin-top: 16px;
	font-size: 12px;
}
.footer-box .footer-nav li .submenu p {
	margin-bottom: 8px;
}
.footer-box .copyright {
	font-size: 12px;
	padding: 16px 0;
}
.footer-box .copyright .co {
	flex: none;
	padding-left: 5px;
}
.footer-form .r-form {
	font-size: 14px;
}
}
.inner-banner {
	position: relative;
	color: #fff;
}
.inner-banner .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(1,55,93,.4);
	z-index: 10;
}
.inner-banner .nav-now {
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	line-height: 1;
}
.inner-banner .location {
	margin-top: 40px;
	line-height: 1;
}
.inner-banner .location a::after {
	content: '-';
}
.inner-banner .location a:last-child::after {
	content: '';
}
.subcolumn-nav {
	border-bottom: 1px solid #e7e7e7;
	font-size: 0;
	text-align: center;
}
.subcolumn-nav a {
	display: inline-block;
	font-size: 18px;
	line-height: 1;
	padding: 20px 0;
	color: #333;
	letter-spacing: 1px;
	margin: 0 2.5%;
	position: relative;
}
.subcolumn-nav a:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -1px;
	width: 0;
	transition: all .3s;
	transform: translateX(-50%);
	height: 3px;
	background: #b1cc1d;
}
.subcolumn-nav a.active, .subcolumn-nav a:hover {
	color: #b1cc1d;
}
.subcolumn-nav a.active:after, .subcolumn-nav a:hover:after {
	width: 100%;
}
.product-list .list {
	margin: 0 -10px 0;
}
.product-list .list li {
	margin-top: 30px;
	padding: 0 10px;
}
.product-list .list .cont-wrap {
	border: 1px solid #f1f1f1;
	border-top: none;
	padding: 0 6.4% 0;
	line-height: 1;
	color: #0a0f2b;
}
.product-list .list .cont-wrap .name {
	padding: 28px 0 32px;
	border-bottom: 1px solid #f1f1f1;
}
.product-list .list .cont-wrap .bot-link {
	position: relative;
	padding: 18px 0 22px;
	color: #999999;
}
.product-list .list .pro-item .item-img {
	position: relative;
	padding-bottom: 72.65%;
	overflow: hidden;
	border: 1px solid #f1f1f1;
}
.product-list .list .pro-item .item-img img {
	position: absolute;
	left: 0;
	top: 0;
}
.product-list .list .cont-wrap .bot-link .arrow {
	width: 23px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../image/icon-arrow.png) no-repeat right center;
	background-size: 100% auto;
}
.imghover-box {
	display: block;
	overflow: hidden;
	position: relative;
}
.imghover-box .up-graybox {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.4s ease 0s;
}
.imghover-box .up-graybox .bgbox {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.imghover-box .up-graybox .tit {
	line-height: 1;
	padding: 19px 15px;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
}
.imghover-box .up-graybox .line {
	display: inline-block;
	width: 70px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	transition: all 0.6s ease 0s;
}
.imghover-box .up-graybox .linet {
	top: 0;
}
.imghover-box .up-graybox .lineb {
	bottom: 0;
}
.imghover-box:hover img {
	transform: scale(1.05, 1.05);
}
.imghover-box:hover .up-graybox {
	opacity: 1;
	filter: alpha(opacity=1);
}
.imghover-box:hover .up-graybox .line {
	width: 7px;
	margin-left: -3px;
	opacity: 1;
	filter: alpha(opacity=100);
}
.load-more {
	transition: all 0.4s ease 0s;
	cursor: pointer;
	text-transform: uppercase;
	font-family: arial;
	color: #999999;
	width: 230px;
	line-height: 58px;
	background: #ebebeb;
	margin: 40px auto 0;
	text-align: center;
	font-size: 14px;
}
.load-more:hover {
	background: #b1cc1d;
	color: #fff;
}
.column-list {
	display: none;
}
.imghover-box .up-graybox .play-btn {
	width: 52px;
	height: 52px;
	cursor: pointer;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}
.imghover-box .up-graybox .play-btn span {
	display: block;
	padding-bottom: 100%;
	background: url(../image/icon-vplay.png) no-repeat center;
	background-size: cover;
}
.video-fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 10000;
	top: 0;
	left: 0;
	cursor: pointer;
	display: none;
}
.video-fixed .videoboxs {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	margin: auto;
	margin-top: 0;
	background: #000;/* padding:30px;*/
	box-sizing: border-box;
}
.video-fixed .videoboxs .box {
	height: 100%;
}
.video-fixed .cha {
	width: 40px;
	height: 40px;
	background: url(../image/close-vid2.png) no-repeat center/100% auto;
	position: absolute;
	top: 40px;
	right: 40px;
	cursor: pointer;
}
 @media (max-width:1400px) {
.subcolumn-nav a {
	margin: 0 2%;
	letter-spacing: 0;
	font-size: 16px;
}
.product-list .list .cont-wrap .name {
	padding: 26px 0 28px;
}
.inner-banner .location {
	margin-top: 30px;
}
}
@media (max-width:992px) {
.product-list .list .cont-wrap .name {
	padding: 22px 0;
}
.product-list .list .cont-wrap .bot-link {
	padding: 16px 0 18px;
}
.inner-banner .location {
	margin-top: 25px;
}
.inner-banner .slide-item-img {
	min-height: 250px;
}
}
@media (max-width:767px) {
.subcolumn-nav {
	white-space: nowrap;
	overflow-x: auto;
	padding: 0 10px;
}
.subcolumn-nav a {
	font-size: 15px;
	margin: 0 15px;
}
.product-list .list li {
	margin-top: 25px;
}
.product-list .list .cont-wrap .name {
	padding: 20px 0;
}
.product-list .list .cont-wrap .bot-link {
	padding: 15px 0;
}
.inner-banner .location {
	margin-top: 20px;
}
.load-more {
	width: 140px;
	line-height: 48px;
	margin-top: 35px;
}
}
.back-btn {
	line-height: 1;
	padding: 28px 0;
}
.back-btn a {
	float: left;
	color: #333;
	padding: 3px 0 3px 43px;
	background: url(../image/icon-return.png) no-repeat left center;
}
.product-detail .detail-top .left-img {
	float: left;
	width: 54.2%;
	max-width: 768px;
	border: 1px solid #eee;
	border-radius: 10px;
	overflow: hidden;
}
.product-detail .detail-top .item-img {
	position: relative;
	padding-bottom: 72.8%;
	overflow: hidden;
	border-radius: 10px;
	overflow: hidden;
}
.product-detail .detail-top .item-img .mix {
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product-detail .detail-top .right-con {
	float: right;
	width: 42%;
	max-width: 600px;
	padding: 18px 0 10px;
}
.product-detail .detail-top .right-con .name {
	letter-spacing: 1px;
}
.product-detail .detail-top .right-con .desc {
	color: #999;
	line-height: 1.75;
	letter-spacing: 1px;
	margin-top: 30px;
}
.product-detail .detail-top .right-con .info span {
	font-weight: bold;
	color: #01375d;
}
.product-detail .detail-top .right-con .info {
	margin-top: 50px;
}
.product-detail .detail-top .right-con .info p {
	margin-bottom: 20px;
}
.product-detail .detail-top .gallery-thumbs .item-img {
	border: 2px solid transparent;
	transition: all .3s;
	cursor: pointer;
	padding-bottom: 71.8%;
}
.product-detail .detail-top .gallery-thumbs .swiper-slide-thumb-active .item-img {
	border-color: #01375d;
}
.product-detail .detail-top .b-img {
	position: relative;
	padding-right: 30px;
}
.product-detail .detail-top .b-img .swiper-btn {
	width: auto;
}
.product-detail .detail-top .b-img .swiper-btn:after {
	font-size: 20px;
	color: #000;
}
.product-detail .detail-top .b-img .swiper-button-next {
	right: 0;
}
.product-detail .detail-top .b-img .swiper-button-prev {
	left: -12px;
	transform: translateX(-100%);
}
div.zoomDiv {
	z-index: 999;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 200px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
}
div.zoomMask {
	position: absolute;
	background: url("../image/mask.png") repeat scroll 0 0 transparent;
	cursor: move;
	z-index: 1;
}
.video-fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 130;
	top: 0;
	left: 0;
	cursor: pointer;
	display: none;
}
.video-fixed .videoboxs {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	margin: auto;
	margin-top: 0;
	background: #000;/* padding:30px;*/
	box-sizing: border-box;
}
.video-fixed .videoboxs .box {
	height: 100%;
}
.video-fixed .cha {
	width: 40px;
	height: 40px;
	background: url(../image/close-vid2.png) no-repeat center/100% auto;
	position: absolute;
	top: 40px;
	right: 40px;
	cursor: pointer;
}
 @media (max-width:767px) {
.video-fixed .cha {
	width: 25px;
	height: 25px;
}
}
.product-detail .product-tab {
	margin-top: 80px;
	height: 270px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}
.product-detail .description {
	margin-top: 85px;
	font-size: 12px;
	color: #707070;
	line-height: normal;
	word-wrap: break-word !important;
	word-break: normal !important;
}
.product-detail .description img {
	max-width: 100%;
	width: auto!important;
	height: auto!important;
}
.reset_style p {
	margin: 0;
	font-size: 16px;
	line-height: 35px;
}
.STYLE1LE1 {
	font-size: 18px
}
.STYLE3E3 {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}
.STYLE6LE6 {
	color: #317a9b;
}
.STYLE7YLE7 {
	font-size: 18px;
	color: #317a9b;
	font-weight: bold;
}
.STYLE8LE8 {
	font-size: 18px;
	font-weight: bold;
}
.STYLE3 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.STYLE6 {
	color: #1c6588
}
.STYLE7 {
	font-size: 22px
}
.STYLE8 {
	color: #317a9b;
	font-size: 22px;
}
.STYLE9 {
	color: #000000
}
.STYLE10 {
	color: #FFFFFF;
	font-weight: bold;
}
.STYLE11 {
	color: #000000;
	font-weight: bold;
}
.STYLE13 {
	font-size: 14px;
}
.STYLE14 {
	font-size: 22px;
	color: #317a9b;
	font-weight: bold;
}
.STYLE15 {
	font-size: 18
}
 @media (max-width:1400px) {
.product-detail .detail-top .right-con {
	padding-top: 10px;
}
.product-detail .detail-top .right-con .desc {
	margin-top: 20px;
}
.product-detail .detail-top .right-con .info {
	margin-top: 35px;
}
.product-detail .detail-top .right-con .info p {
	margin-bottom: 12px;
}
.back-btn {
	padding: 24px 0;
}
.product-detail .product-tab {
	margin-top: 65px;
}
.product-detail .description {
	margin-top: 70px;
}
}
@media (max-width:1200px) {
.product-detail .detail-top .right-con .desc {
	font-size: 15px;
	letter-spacing: 0;
}
.product-detail .detail-top .right-con .info {
	margin-top: 30px;
}
.product-detail .description table {
	width: 100%!important;
}
.product-detail .product-tab {
	margin-top: 55px;
}
}
@media (max-width:992px) {
.product-detail .detail-top .left-img, .product-detail .detail-top .right-con {
	float: none;
	width: 100%;
}
.product-detail .detail-top .right-con {
	margin-top: 20px;
	flex-direction: column-reverse;
	max-width: 100%;
}
.product-detail .detail-top .b-img {
	padding: 0 26px;
	margin-bottom: 30px;
}
.product-detail .detail-top .b-img .swiper-button-prev {
	left: 0;
	transform: none;
}
.product-detail .product-tab {
	margin-top: 40px;
}
.product-detail .description {
	margin-top: 60px;
}
}
@media (max-width:767px) {
.product-detail .detail-top .right-con {
	padding: 0;
}
.product-detail .detail-top .b-img {
	padding: 0 20px;
}
.product-detail .detail-top .right-con .name {
	font-size: 20px;
	letter-spacing: 0;
}
.product-detail .detail-top .right-con .desc {
	font-size: 14px;
	margin-top: 16px;
}
.product-detail .detail-top .right-con .info {
	margin-top: 24px;
}
.product-detail .product-tab {
	margin-top: 30px;
	height: 220px;
}
.product-detail .description {
	margin-top: 45px;
}
.back-btn {
	padding: 16px 0;
}
}
.about-box .about-info {
	padding: 70px 0;
}
.about-box .about-info .left {
	float: left;
	width: 44%;
	padding: 5px 0 22px;
}
.about-box .about-info .img {
	float: right;
	width: 52.2%;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	overflow: hidden;
	z-index: 8;
}
.about-box .about-info .img .full_img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.about-box .about-info .left .name {
	line-height: 1;
	margin-bottom: 20px;
}
.about-box .about-info .left .desc {
	color: #666;
	line-height: 36px;
	text-align: justify;
}
.about-box .about-info .left .more {
	display: inline-block;
	padding-bottom: 8px;
	border-bottom: 1px solid #b7d039;
	color: #b7d039;
	line-height: 1;
	margin-top: 30px;
}
.about-box .about-info .left .num-box {
	margin-top: 30px;
	height: 137px;
	position: relative;
	text-align: center;
}
.about-box .about-info .left .num-box ul {
	line-height: 1;
	position: absolute;
	left: 0;
	top: 0;
	width: 140%;
	background: rgba(1,55,93,.8);
	color: #fff;
	padding: 36px 0;
	height: 100%;
	z-index: 10;
}
.about-box .about-info .left .num-box ul li {
	position: relative;
}
.about-box .about-info .left .num-box ul li:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 55px;
	background: #fff;
	opacity: 0.2;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.about-box .about-info .left .num-box .num {
	line-height: 1;
	margin-top: 20px;
}
.about-box .about-fixed {
	height: 270px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}
.about-partner {
	padding-top: 70px;
}
.about-partner .tit {
	line-height: 1;
}
.about-partner .title .d {
	margin-top: 28px;
	color: #666;
}
.about-partner .list {
	margin: 35px -8px 0;
}
.about-partner .list li {
	padding: 0 8px;
	margin-top: 17px;
}
.about-partner .partner-item {
	padding-bottom: 43.2%;
	position: relative;
	box-shadow: 0 0 8px #f0f0f0;
	overflow: hidden;
}
.about-partner .partner-item img {
	max-height: 100%;
	transition: all .6s;
}
.about-partner .partner-item .img {
	transition: all 1s;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.about-partner .partner-item:hover .img {
	transform: scale(1.1);
}
.text-fixed-words {
	position: fixed;
	z-index: 20;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	left: 0;
	top: 0;
	display: none;
}
.text-fixed-words .close {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30px;
	height: 30px;
	background-size: 100%;
	opacity: 1;
}
.text-fixed-words .left {
	width: 100%;
	height: 100%;
	overflow: auto;
}
.text-fixed-words .fixed-box {
	position: absolute;
	left: 50%;
	top: 50%;
	background: #ffffff;
	transform: translate(-50%, -50%);
	padding: 1rem;
	max-height: 70%;
	overflow: hidden;
	overflow-y: auto;
}
.text-fixed-words .fixed-box .left {
	width: 100%;
}
.text-fixed-words .fixed-box {
	width: 800px;
	height: 500px;
	overflow: hidden;
	padding: 45px 35px;
	font-size: 15px;
	color: #666666;
	line-height: 26px;
}
.text-fixed-words .fixed-box .h {
	font-weight: bold;
}
.text-fixed-words .fixed-box .con {
	margin-top: 15px;
	height: 300px;
	overflow-y: auto;
}
.text-fixed-words .fixed-box .con::-webkit-scrollbar {
width: 1px;
height: 1px;
}
.text-fixed-words .fixed-box .con::-webkit-scrollbar-track {
background: #d0d7de;
}
.text-fixed-words .fixed-box .con::-webkit-scrollbar-thumb {
background: #91969b;/*border-radius: 4px;*/
}
.text-fixed-words .fixed-box .con::-webkit-scrollbar-thumb:window-inactive {
background: #91969b;
}
.text-fixed-words .fixed-box .con::-webkit-scrollbar-thumb:vertical:hover {
background: #91969b;
}
.text-fixed-words .fixed-box .con-li:nth-child(n+2) {
margin-top: .75rem;
}
.text-fixed-words .fixed-box .close {
	width: 25px;
	height: 25px;
	background: url(../image/j54.png) no-repeat center;
	background-size: 100%;
	top: 40px;
	right: 40px;
}
.text-fixed-words .fixed-box .tit {
	font-size: 24px;
	color: #333;
	line-height: 1.6;
	padding-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
}
.text-fixed-words.on {
	display: block;
}
 @media (max-width:1200px) {
.about-box .about-info .left .desc {
	line-height: 30px;
}
}
@media (max-width:992px) {
.about-box .about-info .left {
	float: none;
	width: 100%;
}
.about-box .about-info .img {
	float: none;
	width: 100%;
	position: relative;
	height: auto;
	padding-bottom: 69.1%;
}
.about-box .about-info .left .num-box ul {
	width: 100%;
}
.about-box .about-info {
	padding: 60px 0;
}
.about-partner {
	padding-top: 60px;
}
.about-partner .list {
	margin-top: 25px;
}
}
@media (max-width:767px) {
.about-box .about-info .left .num-box ul, .about-box .about-info .left .num-box {
	height: auto;
}
.about-box .about-info .left .num-box ul {
	position: static;
	padding: 15px 0;
}
.about-box .about-info .left .num-box ul li {
	padding: 15px 0;
}
.about-box .about-info .left {
	padding-top: 0;
}
.about-partner {
	padding-top: 50px;
}
.about-partner .title .d {
	margin-top: 20px;
}
.about-partner .list {
	margin-top: 15px;
}
.about-partner .partner-item img {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
}
.about-box .about-info .left .num-box .num {
	margin-top: 16px;
}
.about-box .about-fixed {
	height: 220px;
}
.text-fixed-words .fixed-box {
	width: 100%;
	padding: 20px 15px;
}
}
.team-box .list {
	margin-top: 64px;
}
.team-box .list li {
	margin-bottom: 50px;
}
.team-box .list .team-item {
	position: relative;
	padding: 0 5% 35px;
}
.team-box .list .team-item .item-en {
	width: 2.2%;
	height: 30px;
	position: relative;
	color: #f1e184;
	text-transform: uppercase;
	margin-right: 3.8%;
	position: relative;
	z-index: 10;
}
.team-box .list .team-item .item-en p {
	white-space: nowrap;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(90deg);
	transform-origin: center;
	line-height: 1;
}
.team-box .list .team-item .item-img {
	width: 57.9%;
	max-width: 750px;
}
.team-box .list .team-item .item-bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 65.4%;
	height: 42.1%;
	max-height: 200px;
	background: #f7f5e9;
}
.team-box .list .team-item .item-img .img {
	position: relative;
	padding-bottom: 58.6667%;
	overflow: hidden;
}
.team-box .list .team-item .item-txt {
	width: 29%;
	max-width: 380px;
	margin-left: 7%;
}
.team-box .list .team-item .item-tit {
	line-height: 1;
	margin-bottom: 25px;
}
.team-box .list .team-item .item-desc {
	color: #999999;
}
.team-box .list li:nth-child(2n+2) .team-item {
	flex-direction: row-reverse;
}
.team-box .list li:nth-child(2n+2) .team-item .item-en {
	margin-left: 3.8%;
	margin-right: 0;
	color: #96ccc6;
}
.team-box .list li:nth-child(2n+2) .team-item .item-txt {
	margin-left: 0;
	margin-right: 7%;
	text-align: right;
}
.team-box .list li:nth-child(2n+2) .team-item .item-bg {
	left: auto;
	right: 0;
	background: #dceaea;
}
 @media (max-width:1200px) {
.team-box .list {
	margin-top: 50px;
}
.team-box .list li {
	margin-bottom: 40px;
}
.team-box .list .team-item .item-txt {
	width: 32%;
	margin-left: 4%;
}
.team-box .list .team-item .item-tit {
	margin-bottom: 20px;
}
.team-box .list li:nth-child(2n+2) .team-item .item-txt {
	margin-right: 4%;
}
}
 @media (max-width:992px) {
.team-box .list li {
	margin-bottom: 35px;
}
.team-box .list .team-item .item-tit {
	margin-bottom: 16px;
}
.team-box .list .team-item .item-desc {
	font-size: 14px;
}
.team-box .list .team-item .item-en {
	font-size: 20px;
}
}
@media (max-width:750px) {
.team-box {
	overflow: hidden;
}
.team-box .list {
	margin-top: 40px;
}
.team-box .list .team-item {
	padding: 0;
}
.team-box .list .team-item .item-img {
	position: relative;
	width: 94%;
}
.team-box .list .team-item .item-bg {
	width: 125.7%;
	height: 45.4%;
	bottom: auto;
	top: 62.5%;
	left: -12%;
}
.team-box .list li:nth-child(2n+2) .team-item .item-bg {
	right: -12%;
}
.team-box .list .team-item .item-txt {
	width: 100%;
	margin: 30px 0 0!important;
	text-align: left!important;
}
.team-box .list .team-item .item-en {
	font-size: 17px;
}
.team-box .list .team-item .item-tit {
	margin-bottom: 14px;
}
}
.honor-box {
	padding-top: 50px;
}
.honor-box .left {
	width: 31%;
	max-width: 440px;
	float: left;
}
.honor-box .left a {
	display: block;
	line-height: 1;
	padding: 30px 6.8%;
	color: #01375d;
	position: relative;
	background: #eef2f5;
}
.honor-box .left a span {
	right: 9.1%;
	width: auto;
}
.honor-box .left a span:after {
	font-size: 26px;
	color: #01375d;
}
.honor-box .left a.active, .honor-box .left a:hover {
	color: #fff;
	background: #01375d;
}
.honor-box .left a.active span:after, .honor-box .left a:hover span:after {
	color: #fff;
}
.honor-box .right-box {
	float: right;
	width: 63%;
	max-width: 895px;
}
.honor-box .right-box .honor-icon {
	margin-top: 20px;
	float: left;
	width: 43px;
	height: 47px;
	background: url(../image/icon-honor.png) no-repeat top center;
	background-size: 100% auto;
}
.honor-box .honor-list {
	margin-left: 43px;
	padding-left: 5.88%;
	position: relative;
}
.honor-box .honor-list .list {
	border-left: 1px solid #e5e7e8;
	padding-left: 6.25%;
	position: relative;
}
.honor-box .honor-list .list:after {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	border: 5px solid #e5e7e8;
	background: #fff;
	z-index: 10;
	overflow: hidden;
	transform: translateX(-50%);
	left: 0;
	top: 33px;
	z-index: 10;
}
.honor-box .honor-list .honor-item img {
	width: 24%;
	position: absolute;
	bottom: 0px;
	right: 4%;
	z-index: 100;
	visibility: hidden;
	opacity: 0;
	box-shadow: 0px 17px 11.3px 1.69px rgb(4 0 0 / 21%);
	transition: all ease .3s;
}
.honor-box .honor-list .honor-item:hover img {
	visibility: visible;
	opacity: 1;
}
.honor-box .honor-list .honor-item {
	position: relative;
	padding: 30px 4%;
	color: #666666;
	transition: background .3s;
	cursor: pointer;
}
.honor-box .honor-list .honor-item p {
	padding-right: 100px;
}
.honor-box .honor-list .honor-item .d {
	position: absolute;
	right: 4%;
	top: 50%;
	line-height: 20px;
	margin-top: -10px;
}
.honor-box .honor-list li:nth-child(2n+1) .honor-item {
	background: #eef2f5;
}
.honor-box .honor-list .honor-item:hover {
	color: #fff;
	background: #01375d!important;
}
.honor-box .tabc .honor-list {
	display: none;
}
.honor-box .tabc .honor-list:first-child {
	display: block;
}
 @media (max-width:1400px) {
.honor-box .honor-list .honor-item {
	padding: 25px 4%;
}
.honor-box .right-box .honor-icon {
	width: 40px;
}
.honor-box .honor-list {
	margin-left: 40px;
}
.honor-box .left a {
	padding: 25px 7%;
}
.honor-box .left a span:after {
	font-size: 22px;
}
.honor-box .honor-list .list:after {
	top: 27px;
}
}
@media (max-width:1200px) {
.honor-box .left a {
	padding: 22px 7%;
	font-size: 18px;
}
.honor-box .right-box .honor-icon {
	width: 36px;
}
.honor-box .honor-list {
	margin-left: 36px;
}
.honor-box .honor-list .honor-item {
	padding: 20px 4%;
}
.honor-box .honor-list .list:after {
	top: 22px;
}
.honor-box .left a span:after {
	font-size: 20px;
}
.honor-box .right-box {
	width: 65%;
}
.header .header_tools li:last-child {
	display: none;
}
}
@media (max-width:992px) {
.honor-box .right-box .honor-icon {
	width: 30px;
	margin-top: 12px;
}
.honor-box .honor-list {
	margin-left: 30px;
}
.honor-box .honor-list .honor-item {
	padding: 16px 15px;
}
.honor-box .honor-list .list:after {
	top: 18px;
}
.honor-box .left a {
	padding: 20px 7%;
	font-size: 17px;
}
.honor-box .left a span:after {
	font-size: 18px;
}
}
@media (max-width:750px) {
.honor-box {
	padding-top: 40px;
}
.honor-box .left {
	float: none;
	width: 100%;
	margin-bottom: 25px;
}
.honor-box .left img {
	display: none;
}
.honor-box .left a {
	float: left;
	width: 50%;
	padding: 16px 15px;
}
.honor-box .right-box {
	float: none;
	width: 100%;
}
.honor-box .right-box .honor-icon {
	width: 24px;
	margin-top: 6px;
}
.honor-box .honor-list {
	margin-left: 24px;
	padding-left: 5%;
}
.honor-box .honor-list .list:after {
	width: 18px;
	height: 18px;
	border-width: 4px;
}
.honor-box .honor-list .honor-item p {
	padding-right: 80px;
}
.honor-box .honor-list .honor-item .d {
	font-size: 12px;
}
}
.inner-title-box .tit {
	line-height: 1;
}
.inner-title-box .d {
	color: #666;
	margin-top: 28px;
}
.environment-box {
	padding-top: 70px;
}
.environment-list {
	margin: 20px -1% 0;
}
.environment-list .list li {
	float: left;
	width: 50%;
	padding: 0 1%;
	margin-top: 30px;
}
.environment-list .list .envir-item {
	position: relative;
	background: #f1f1f1;
}
.environment-list .list li .item-img {
	position: relative;
	padding-bottom: 53.9%;
	overflow: hidden;
}
.environment-list .list li .item-img .img {
	position: absolute;
	bottom: 0;
	width: 100%;
	top: 0;
	left: 0;
}
.environment-list .list li .item-con {
	background: #f1f1f1;
	padding: 22px 32px;
}
.environment-list .list li .item-name {
	line-height: 1;
}
.environment-list .list li .item-desc {
	line-height: 20px;
	height: 40px;
	margin-top: 14px;
	color: #666666;
}
.environment-list .list li:nth-child(4n+1) .item-img {
	padding-bottom: 52.63%;
}
.environment-list .list li:nth-child(4n+1) .item-con {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	background: rgba(49,49,49,.5);
	color: #fff;
	width: 100%;
}
.environment-list .list li:nth-child(4n+1) .item-desc {
	color: #fff;
}
 @media (min-width:750px) {
.environment-list .list li:nth-child(4n+1) {
	width: 66.667%;
}
.environment-list .list li:nth-child(4n+2) {
	width: 33.3333%;
}
.environment-list .list li:nth-child(4n+2) .item-img {
	padding-bottom: 108.695%;
}
.environment-list .list li:nth-child(4n+2) .item-img .img {
	bottom: 120px;
}
.environment-list .list li:nth-child(4n+2) .item-con {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
}
}
@media (min-width:992px) and (max-width:1600px) {
.environment-list .list li:nth-child(4n+2) .item-img .img {
	bottom: 112px;
}
}
@media (min-width:750px) and (max-width:992px) {
.environment-list .list li:nth-child(4n+2) .item-img .img {
	bottom: 102px;
}
}
@media (max-width:1600px) {
.environment-list .list li .item-name {
	font-weight: bold;
}
.environment-list .list li .item-con {
	padding: 20px 26px;
}
}
@media (max-width:1400px) {
.environment-box {
	padding-top: 60px;
}
.inner-title-box .d {
	margin-top: 22px;
}
.environment-list {
	margin-top: 15px;
}
}
@media (max-width:1200px) {
.inner-title-box .d {
	margin-top: 20px;
}
.environment-list .list li {
	margin-top: 22px;
}
.environment-list .list li .item-con {
	padding: 20px 22px;
}
}
@media (max-width:992px) {
.environment-list .list li .item-con {
	padding: 16px 18px;
}
.environment-list .list li .item-desc {
	margin-top: 12px;
}
.inner-title-box .d {
	margin-top: 18px;
}
.environment-box {
	padding-top: 55px;
}
.environment-list .list li {
	margin-top: 16px;
}
}
@media (max-width:750px) {
.environment-box {
	padding-top: 50px;
}
.environment-list .list li {
	width: 100%!important;
}
.environment-list .list li .item-con {
	padding: 18px;
}
.environment-list .list li:nth-child(4n+2) .item-img {
	padding-bottom: 82.6%;
}
.environment-list .list li:nth-child(4n+1) .item-con {
	padding: 16px 18px;
}
.environment-list .list li:nth-child(4n+1) .item-desc {
	font-size: 12px;
	line-height: 18px;
	height: 36px;
}
}
.case-box {
	padding-top: 10px;
}
.case-box .list {
	margin: 0 -1.35%;
}
.case-box .list li {
	padding: 0 1.35%;
	margin-top: 40px;
}
.case-box .case-item {
	display: block;
}
.case-box .case-item .item-img {
	padding-bottom: 57.1%;
	position: relative;
	overflow: hidden;
}
.case-box .case-item .item-con {
	border: 1px solid #eaeaea;
	color: #999;
	padding: 30px 4.28% 0;
	line-height: 1;
}
.case-box .case-item .item-tit {
	color: #333;
	line-height: 1;
	margin-bottom: 18px;
}
.case-box .case-item .item-desc {
	height: 14px;
}
.case-box .case-item .item-more {
	margin: 0 -4.28%;
	line-height: 46px;
	border-top: 1px solid #eaeaea;
	padding: 0 4.28%;
	margin-top: 43px;
}
.case-box .case-item .item-more span {
	float: left;
	padding-right: 24px;
	background: url(../image/icon-arrow1.png) no-repeat right center;
}
.case-box .case-item:hover .item-tit {
	color: #b1cc1d;
}
@media (max-width:1400px) {
.case-box .case-item .item-more {
	margin-top: 40px;
}
}
@media (max-width:1200px) {
.case-box .list li {
	margin-top: 30px;
}
.case-box .case-item .item-more {
	margin-top: 35px;
}
.case-box .case-item .item-con {
	padding-top: 25px;
}
.case-box .case-item .item-tit {
	margin-bottom: 15px;
}
}
@media (max-width:992px) {
.case-box .case-item .item-tit {
	margin-bottom: 14px;
	font-size: 18px;
	font-weight: bold;
}
.case-box .case-item .item-more {
	margin-top: 30px;
	line-height: 44px;
}
.case-box .case-item .item-con {
	padding-top: 22px;
}
.case-box .list li {
	margin-top: 24px;
}
}
@media (max-width:750px) {
.case-box .case-item .item-con {
	padding-top: 20px;
}
.case-box .case-item .item-more {
	margin-top: 25px;
	line-height: 42px;
}
.case-box .list {
	margin: 0;
}
.case-box .list li {
	padding: 0;
}
}
.news-box .news-list li {
	padding: 40px 0;
	border-bottom: 1px solid #e7e7e7;
}
/*.news-box .news-list .news-item{display: block;}*/
.news-box .news-list .news-item .item-con {
	float: left;
	width: 67.4%;
	max-width: 970px;
}
.news-box .news-list .news-item .item-right {
	float: right;
	width: 20%;
	max-width: 285px;
	position: relative;
}
.news-box .news-list .news-item .item-img {
	position: relative;
	padding-bottom: 57.34%;
	overflow: hidden;
}
.news-box .news-list .news-item .item-date {
	float: left;
	padding: 12px 0;
	text-align: center;
	line-height: 1;
	color: #01375d;
}
.news-box .news-list .news-item .item-date .d {
	margin-bottom: 28px;
	line-height: 0.8;
}
.news-box .news-list .news-item .item-txt {
	line-height: 1;
	margin-left: 30px;
	border-left: 1px solid #e7e7e7;
	padding: 13px 0 13px 30px;
}
.news-box .news-list .news-item .item-desc {
	margin-top: 20px;
}
.news-box .news-list .news-item .item-tools {
	color: #dbdbdb;
	margin-top: 20px;
}
.news-box .news-list .news-item .item-tools>* {
	float: left;
	margin-right: 28px;
}
.news-box .news-list .news-item .i-view {
	padding-left: 17px;
	background: url(../image/icon-eye.png) no-repeat left center;
	background-size: 13px auto;
}
.news-box .news-list .news-item .i-share {
	padding-left: 16px;
	background: url(../image/icon-share.png) no-repeat left center;
	background-size: 12px auto;
}
.news-box .news-list .news-item:hover .item-tit {
	color: #01375d;
}
@media (max-width:1400px) {
.news-box .news-list .news-item .item-right {
	width: 25%;
}
}
@media (max-width:1200px) {
.news-box .news-list li {
	padding: 30px 0;
}
.news-box .news-list .news-item .item-tools, .news-box .news-list .news-item .item-desc {
	margin-top: 16px;
}
.news-box .news-list .news-item .item-date .d {
	margin-bottom: 24px;
}
}
@media (max-width:992px) {
.news-box .news-list .news-item .item-txt {
	margin-left: 25px;
	padding: 10px 0 10px 25px;
}
.news-box .news-list .news-item .item-tit {
	font-weight: bold;
}
}
@media (max-width:750px) {
.news-box .news-list .news-item .item-con, .news-box .news-list .news-item .item-right {
	float: none;
	width: 100%;
	max-width: 100%;
}
.news-box .news-list .news-item .item-con {
	margin-bottom: 16px;
}
.news-box .news-list .news-item .item-date .d {
	margin-bottom: 20px;
}
.news-box .news-list .news-item .item-txt {
	margin-left: 14px;
	padding: 8px 0 8px 14px;
}
.news-box .news-list .news-item .item-tit {
	font-size: 17px;
}
.news-box .news-list .news-item .item-tools, .news-box .news-list .news-item .item-desc {
	margin-top: 12px;
}
.news-box .news-list .news-item .item-tools>* {
	margin-right: 10px;
}
.news-box .news-list .news-item .item-tools {
	font-size: 12px;
}
.news-box .news-list .news-item .item-date .d {
	margin-bottom: 17px;
}
.news-box .news-list li {
	padding: 25px 0;
}
}
.case-detail {
}
.case-detail .img-list {
	float: left;
	width: 50%;
}
.case-detail .content {
	float: right;
	width: 47.22%;
}
.case-detail .item-img {
	padding-bottom: 64%;
	position: relative;
	overflow: hidden;
}
.case-detail .img-list .swiper-btn {
	width: 46px;
	height: 46px;
	border-radius: 100%;
	text-align: center;
	line-height: 46px;
	background: #fff;
	color: #000;
}
.case-detail .img-list .swiper-btn:after {
	font-size: 16px;
	font-weight: bold;
}
.case-detail .content .title {
	padding-bottom: 35px;
}
.case-detail .content .description {
	max-height: 390px;
	overflow-y: auto;
	font-family: '宋体';
	color: #666666;
	line-height: 30px;
	padding-right: 8px;
	font-size: 18px;
}
.case-detail .content .description::-webkit-scrollbar {
width:4px;
}
.case-detail .content .description::-webkit-scrollbar-track {
background:#eaeaea;
}
.case-detail .content .description::-webkit-scrollbar-thumb {
background:#b1cc1d;
}
.case-detail .content .description::-webkit-scrollbar-thumb:window-inactive {
background:#b1cc1d;
}
.case-detail .content .description::-webkit-scrollbar-thumb:vertical:hover {
background:#b1cc1d;
}
.case-recommend-list {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	margin-top: 80px;
	padding: 78px 0 110px;
}
.case-recommend-list .title {
	text-align: center;
	line-height: 1;
	color: #fff;
	letter-spacing: 1px;
}
.case-recommend-list .recmd-swiper {
	margin-top: 72px;
	padding: 0 5.3%;
	position: relative;
}
.case-recommend-list .swiper-slide {
	width: 33.333%;
	padding: 0 10px;
}
.case-recommend-list .recmd-item {
	padding: 40px 30px;
	box-shadow: 0 14px 24px 0 rgba(0,0,0,.1);
	background: #fff;
	overflow: hidden;
	border-radius: 28px;
	border-bottom-right-radius: 0;
	display: block;
}
.case-recommend-list .recmd-item .en {
	line-height: 1;
	margin-bottom: 17px;
}
.case-recommend-list .recmd-item .tit {
	line-height: 28px;
	height: 56px;
	letter-spacing: 2px;
}
.case-recommend-list .recmd-item .more {
	margin-top: 40px;
}
.case-recommend-list .recmd-item .more span {
	float: left;
	width: 38px;
	height: 38px;
	border-radius: 100%;
	overflow: hidden;
	line-height: 38px;
	text-align: center;
	color: #fff;
	background: #cccccc;
	transition: all .3s;
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	margin: 0;
}
.case-recommend-list .recmd-item .more span:after {
	font-size: 18px;
	font-weight: bold;
}
.case-recommend-list .recmd-item:hover .more span {
	background: #b1cc1d;
}
.case-recommend-list .swiper-btn {
	position: absolute;
	top: 50%;
	width: 56px;
	height: 30px;
	background: url(../image/swiper-next.png) no-repeat center;
	background-size: 100% auto;
	margin-top: -15px;
}
.case-recommend-list .swiper-btn-next {
	left: 100%;
}
.case-recommend-list .swiper-btn-prev {
	right: 100%;
	background-image: url(../image/swiper-prev.png);
}
.case-recommend-list .swiper-btn.swiper-button-disabled {
	opacity: 0.5;
	pointer-events: none;
}
@media (max-width:1400px) {
.case-detail .content .title {
	padding-bottom: 30px;
}
.case-recommend-list {
	margin-top: 70px;
	padding: 68px 0 100px;
}
.case-recommend-list .recmd-item {
	padding: 35px 30px;
}
}
@media (max-width:1200px) {
.case-recommend-list .recmd-item .tit {
	font-size: 18px;
	letter-spacing: 1px;
}
.case-recommend-list .recmd-item .more {
	margin-top: 25px;
}
.case-recommend-list .swiper-btn {
	width: 50px;
}
.case-recommend-list .recmd-item .en {
	margin-bottom: 15px;
}
.case-recommend-list .swiper-btn {
	width: 40px;
}
.case-recommend-list .recmd-swiper {
	margin-top: 60px;
}
}
@media (max-width:992px) {
.case-recommend-list .swiper-slide {
	width: 50%;
}
.case-detail .content .title {
	padding-bottom: 25px;
}
.case-detail .content .description {
	font-size: 16px;
	line-height: 26px;
}
.case-recommend-list {
	margin-top: 60px;
	padding: 60px 0 80px;
}
.case-recommend-list .recmd-swiper {
	margin-top: 55px;
}
.case-recommend-list .recmd-item {
	padding: 30px 26px;
}
.case-recommend-list .recmd-item .more {
	margin-top: 20px;
}
.case-recommend-list .swiper-btn-next {
	left: auto;
	right: -15px;
}
.case-recommend-list .swiper-btn-prev {
	right: auto;
	left: -15px;
}
}
@media (max-width:750px) {
.case-detail .img-list, .case-detail .content {
	float: none;
	width: 100%;
}
.case-detail .content {
	margin-top: 20px;
}
.case-detail .img-list .swiper-btn {
	width: 40px;
	height: 40px;
}
.case-recommend-list .swiper-slide {
	width: 100%;
	max-width: 430px;
}
.case-recommend-list {
	margin-top: 50px;
	padding: 50px 0 40px;
}
.case-recommend-list .recmd-swiper {
	margin-top: 45px;
	padding: 0;
	padding-bottom: 50px;
}
.case-recommend-list .swiper-btn {
	width: 35px;
	top: auto;
	margin: 0;
	bottom: 0;
}
.case-recommend-list .swiper-btn-next {
	right: auto;
	left: 55%;
}
.case-recommend-list .swiper-btn-prev {
	left: auto;
	right: 55%;
}
.case-recommend-list .recmd-item .tit {
	font-size: 17px;
	letter-spacing: 0;
	line-height: 20px;
	height: 40px;
}
.case-recommend-list .recmd-item .more {
	margin-top: 25px;
}
.case-recommend-list .recmd-item .more span {
	width: 32px;
	height: 32px;
}
.case-recommend-list .recmd-item {
	padding: 25px 22px;
}
.case-recommend-list .recmd-item {
	border-radius: 20px;
	border-bottom-right-radius: 0;
}
.case-recommend-list .recmd-item .more span:after {
	font-size: 16px;
}
}
.contact-box {
	padding-top: 60px;
}
.contact-box .map-box {
	margin-bottom: 70px;
}
.contact-box #allmap {
	height: 430px;
}
.contact-box .info {
	float: left;
	width: 40%;
	max-width: 570px;
}
.contact-box .info-item {
	margin-bottom: 48px;
}
.contact-box .info-item .tit {
	line-height: 1;
margin-bottom:;
	padding-bottom: 20px;
	border-bottom: 1px dotted #c6c6c6;
	margin-bottom: 20px;
}
.contact-box .info-item .c-item {
	float: left;
	width: 148px;
	margin-right: 7%;
	max-width: 43%;
	text-align: center;
}
.contact-box .info-item .c-item p {
	line-height: 1;
	margin-top: 18px;
}
.contact-box .form {
	float: right;
	width: 50.3%;
	max-width: 724px;
}
.contact-box .form-item {
	margin-bottom: 30px;
}
.contact-box .form .item-value {
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 19px 30px;
	background: #f3f3f3;
	color: #000;
	border: none;
	outline: none;
}
.contact-box .form textarea.item-value {
	height: 244px;
	resize: none;
}
.contact-box .form .item-value::-webkit-input-placeholder {
color:#000;
}
.contact-box .form .item-value:-moz-placeholder {
color:#000;
}
.contact-box .form .item-value::-moz-placeholder {
color:#000;
}
.contact-box .form .item-value:-ms-input-placeholder {
color:#000;
}
.contact-box .form .submit-btn {
	width: 210px;
	line-height: 62px;
	text-align: center;
	color: #fff;
	background: #01375d;
	border: none;
	float: right;
}
 @media (max-width:1200px) {
.contact-box .form .submit-btn {
	width: 190px;
}
}
 @media (max-width:992px) {
.contact-box #allmap {
	height: 380px;
}
.contact-box {
	padding-top: 50px;
}
.contact-box .map-box {
	margin-bottom: 60px;
}
.contact-box .info-item {
	margin-bottom: 32px;
}
.contact-box .info-item .tit {
	margin-bottom: 14px;
	padding-bottom: 16px;
}
.contact-box .form .item-value {
	padding: 14px 20px;
}
.contact-box .form-item {
	margin-bottom: 20px;
}
.contact-box .form textarea.item-value {
	height: 210px;
}
.contact-box .form .submit-btn {
	width: 170px;
	line-height: 52px;
}
}
@media (max-width:750px) {
.contact-box .info, .contact-box .form {
	float: none;
	width: 100%;
}
.contact-box .map-box {
	margin-bottom: 45px;
}
.contact-box #allmap {
	height: 300px;
}
.contact-box .info-item .tit {
	padding-bottom: 14px;
	margin-bottom: 10px;
}
.contact-box .info-item .c-item {
	max-width: 35%;
}
.contact-box .form textarea.item-value {
	height: 180px;
}
.contact-box .form .item-value {
	padding: 12px 18px;
}
}
.install-box {
	margin-top: 30px;
}
.install-box .list li {
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 20px;
	position: relative;
}
.install-box .list li:after {
	content: '';
	width: 312px;
	height: 1px;
	position: absolute;
	z-index: 10;
	left: 0;
	bottom: -1px;
	background: #b1cc1d;
	transition: all .6s;
}
.install-box .list li:hover:after {
	width: 100%;
}
.install-box .install-item {
	display: block;
	padding-bottom: 40px;
}
.install-box .install-item .item-img {
	float: left;
	width: 312px;
	height: 240px;
	position: relative;
	overflow: hidden;
}
.install-box .install-item .img-icon {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../image/icon-play-w.png) no-repeat center;
	z-index: 10;
	background-size: 35px auto;
	cursor: pointer;
}
.install-box .install-item .item-con {
	margin-left: 312px;
	padding-left: 3.2%;
	padding-top: 28px;
}
.install-box .install-item .item-tit {
	line-height: 1;
}
.install-box .install-item .item-desc {
	line-height: 24px;
	color: #999;
	height: 48px;
	margin-top: 32px;
}
.install-box .install-item .item-btns {
	margin-top: 40px;
}
.install-box .install-item .btns {
	float: left;
	margin-right: 10px;
	padding: 0 28px;
	line-height: 38px;
	border: 1px solid #e8e8e8;
	color: #333;
	cursor: pointer;
}
.install-box .install-item .btns span {
	display: block;
	padding-left: 28px;
	background: url(../image/icon-more.png) no-repeat left center;
}
.install-box .install-item .btns.videoitems span {
	background-image: url(../image/icon-play.png);
	background-size: 18px auto;
}
.install-box .install-item .btns:hover {
	background: #b1cc1d;
	color: #fff;
}
.install-box .install-item .btns:hover span {
	background-image: url(../image/icon-more-w.png);
	border-color: #b1cc1d;
}
.install-box .install-item .btns.videoitems:hover span {
	background-image: url(../image/icon-play-w.png);
}
@media (max-width:992px) {
.install-box .install-item .item-img {
	width: 240px;
	height: 180px;
}
.install-box .install-item .item-con {
	margin-left: 240px;
	padding-top: 15px;
}
.install-box .install-item .item-btns {
	margin-top: 20px;
}
.install-box .install-item .item-desc {
	margin-top: 20px;
}
.install-box .install-item {
	padding-bottom: 30px;
}
.install-box .list li:after {
	width: 240px;
}
.install-box .install-item .btns {
	padding: 0 20px;
}
}
@media (max-width:700px) {
.install-box .install-item .item-img {
	width: 100%;
	float: none;
	height: auto;
	padding-bottom: 52%;
}
.install-box .install-item .item-con {
	margin: 20px 0 0;
	padding: 0;
}
.install-box .list li:after {
	width: 150px;
}
.install-box .install-item .item-desc {
	margin-top: 16px;
}
.install-box .install-item .item-tit {
	font-size: 18px;
}
}
.inner-banner .nav-now1 {
	padding-top: 20px;
}
.inner-banner .nav-now .title {
	letter-spacing: 1px;
}
.inner-banner .nav-now .subtit {
	line-height: 1;
	margin-top: 28px;
}
.inner-banner .nav-now .pdf-swiper {
	margin-top: 80px;
}
.inner-banner .nav-now .pdf-swiper .swiper-slide {
	width: auto;
}
.inner-banner .nav-now .pdf-swiper .swiper-btn {
	display: none;
}
.inner-banner .nav-now .pdf-swiper a {
	color: #333;
	background: rgba(255,255,255,.7);
	line-height: 1;
	padding: 25px 35px;
	min-width: 260px;
	text-align: center;
	margin-right: 18px;
	transition: all .3s;
}
.inner-banner .nav-now .pdf-swiper b {
	transition: all .3s;
	width: 0;
	background: url(../image/nav-arrow.png) no-repeat left center;
	background-size: 29px auto;
	height: 8px;
	display: block;
}
.inner-banner .nav-now .pdf-swiper a:hover {
	background: rgba(177,204,29,.7);
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
}
.inner-banner .nav-now .pdf-swiper a:hover b {
	width: 45px;
}
.solution-box {
	padding-top: 58px;
	background: url(../image/solution-bg.png) no-repeat top center;
	background-size: 100% auto;
}
.solution-box .title {
	color: #0a0f2b;
	line-height: 1;
}
.solution-box .desc {
	line-height: 2.7;
	margin-top: 42px;
	text-align: justify;
	letter-spacing: 1px;
}
.solution-box .top-img {
	margin-top: 65px;
}
.solution-box .top-img li {
	float: left;
	width: 46.8%;
	margin-bottom: 40px;
}
.solution-box .top-img li:nth-child(2n+2) {
	float: right;
}
.solution-box .top-img li .item-img {
	position: relative;
	padding-bottom: 59.5%;
	overflow: hidden;
	border-radius: 15px;
}
.solution-box .top-img li .item-num {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 66px;
	line-height: 66px;
	text-align: center;
	background: #ffffff;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}
.solution-list {
	background: url(../image/solution-listbg.png) no-repeat center top;
	background-size: 100% auto;
	margin-top: 80px;
}
.solution-list .solution-item {
	margin-top: 80px;
	background: #fff;
	box-shadow: 0 5px 34px 1px rgba(0,0,0,.15);
	border-radius: 18px;
	overflow: hidden;
	padding: 30px 0 50px;
}
.solution-list ul .solution-item:first-child {
	margin-top: 0;
}
.solution-list .solution-item .item-left {
	width: 48%;
	max-width: 690px;
	padding: 52px 0 0 3.47%;
	float: left;
}
.solution-list .solution-item .item-right {
	width: 46%;
	max-width: 660px;
	float: right;
}
.solution-list .solution-item .item-right .item-num {
	line-height: 0.8;
	text-align: right;
	font-size: 85px;
	text-shadow: #b1cc1d 1px 0 0, #b1cc1d 0 1px 0, #b1cc1d -1px 0 0, #b1cc1d 0 -1px 0;
	color: #fff;
	padding-right: 30px;
	font-family: arial;
	margin-bottom: 30px;
}
.solution-list .solution-item .item-img {
	position: relative;
	padding-bottom: 60.6%;
	overflow: hidden;
}
.solution-list .solution-item .item-left .item-title {
	padding: 10px 0 16px;
	position: relative;
	letter-spacing: 1px;
	line-height: 1.2;
}
.solution-list .solution-item .item-left .item-title b {
	position: absolute;
	top: 0;
	left: -20px;
	width: 70px;
	height: 70px;
	border: 10px solid #b1cc1d;
	opacity: 0.3;
	border-radius: 100%;
	overflow: hidden;
	z-index: 0;
}
.solution-list .solution-item .item-left .item-title span {
	position: relative;
	z-index: 10;
}
.solution-list .solution-item .item-desc {
	color: #666666;
	margin-top: 18px;
	line-height: 2;
	letter-spacing: 1px;
}
.solution-list .solution-item .item-desc p {
	min-height: 1em;
}
.solution-list .solution-item .item-left .item-more {
	margin-top: 56px;
}
.solution-list .solution-item .item-left .item-more a {
	float: left;
	padding: 0 20px;
	line-height: 60px;
	font-size: 16px;
	box-shadow: 0 5px 34px 1px rgba(0,0,0,.15);
	border-radius: 18px;
	overflow: hidden;
	text-align: center;
	min-width: 240px;
	letter-spacing: 1px;
}
.solution-list .solution-item .item-imgswiper {
	padding: 0 3.47%;
	margin-top: 40px;
	position: relative;
}
.solution-list .solution-item .item-imgswiper .swiper-slide {
	width: 31.2%;
	margin-right: 3.2%;
}
.solution-list .solution-item .item-imgswiper .swiper-slide:last-child {
	margin-right: 0;
}
.solution-list .solution-item .item-imgswiper .item-img {
	border-radius: 18px;
}
.solution-box .summary {
	padding-top: 55px;
	background: #fff;
}
.solution-box .sum-title {
	text-align: center;
	line-height: 1;
	color: #0a0f2b;
	letter-spacing: 1px;
}
.solution-box .sum-desc {
	line-height: 2.7;
	letter-spacing: 1px;
	text-align: justify;
	margin-top: 30px;
}
 @media (min-width:1200px) {
.inner-banner .nav-now2 .pdf-swiper .swiper-wrapper {
	flex-wrap: wrap;
}
.inner-banner .nav-now2 .pdf-swiper a {
	margin-bottom: 20px;
}
}
@media (min-width:1400px) {
.inner-banner .nav-now2 .pdf-swiper {
	margin-top: 62px;
}
}
@media (max-width:1600px) {
.inner-banner .nav-now .pdf-swiper {
	margin-top: 70px;
}
.solution-list .solution-item, .solution-list {
	margin-top: 60px;
}
.solution-list .solution-item .item-left {
	padding-top: 42px;
}
.inner-banner .nav-now .pdf-swiper a {
	padding: 22px 26px;
	min-width: 250px;
}
}
@media (max-width:1400px) {
.inner-banner .nav-now .pdf-swiper {
	margin-top: 55px;
}
.solution-box .top-img {
	margin-top: 50px;
}
.solution-list .solution-item .item-left {
	padding-top: 30px;
}
.solution-list .solution-item .item-left .item-more {
	margin-top: 40px;
}
.solution-list .solution-item {
	padding-bottom: 40px;
}
.solution-list .solution-item .item-right .item-num {
	font-size: 76px;
	margin-bottom: 25px;
}
}
@media (max-width:1200px) {
.inner-banner .nav-now .pdf-swiper {
	margin-top: 50px;
}
.inner-banner .nav-now .pdf-swiper a {
	min-width: 230px;
	margin-right: 16px;
}
.solution-box .desc {
	margin-top: 32px;
	line-height: 2.4;
}
.solution-box .top-img li {
	margin-bottom: 30px;
}
.solution-list .solution-item {
	margin-top: 50px;
}
.solution-box .top-img li .item-num {
	width: 60px;
	line-height: 60px;
}
.inner-banner .nav-now .pdf a {
	padding: 20px 0;
}
.inner-banner .nav-now .subtit {
	margin-top: 20px;
}
.solution-box {
	padding-top: 50px;
}
.solution-box .desc {
	font-size: 16px;
	margin-top: 25px;
}
.solution-box .top-img {
	margin-top: 40px;
}
.solution-list .solution-item .item-left {
	padding-top: 10px;
}
.solution-list .solution-item .item-right .item-num {
	font-size: 62px;
	margin-bottom: 20px;
	padding-right: 25px;
}
.solution-list .solution-item .item-left .item-title b {
	width: 64px;
	height: 64px;
}
.solution-list .solution-item .item-left .item-title {
	font-size: 28px;
}
.solution-list .solution-item .item-imgswiper {
	margin-top: 35px;
}
.solution-list .solution-item {
	padding-bottom: 35px;
}
.solution-list .solution-item .item-left .item-more {
	margin-top: 30px;
}
.solution-list .solution-item .item-desc {
	font-size: 15px;
	line-height: 1.8;
}
.solution-list .solution-item .item-left .item-more a {
	line-height: 56px;
	min-width: 220px;
}
}
@media (max-width:992px) {
.inner-banner .nav-now .subtit {
	margin-top: 15px;
}
.inner-banner .nav-now .pdf-swiper {
	margin-top: 40px;
}
.inner-banner .nav-now .pdf-swiper a {
	min-width: 200px;
	padding: 18px 20px!important;
}
.inner-banner .nav-now .pdf-swiper a:hover b {
	width: 40px;
}
.solution-list .solution-item .item-left {
	width: 52%;
}
.solution-list .solution-item .item-desc {
	font-size: 14px;
	letter-spacing: 0;
	text-align: justify;
}
.solution-list .solution-item .item-left .item-title {
	font-size: 24px;
	padding-bottom: 14px;
}
.solution-list .solution-item .item-left .item-title b {
	width: 50px;
	height: 50px;
	left: -15px;
	border-width: 7px;
}
.solution-list .solution-item .item-right .item-num {
	font-size: 58px;
	margin-bottom: 16px;
}
.solution-list .solution-item .item-left .item-more a {
	min-width: 200px;
	line-height: 50px;
	border-radius: 12px;
}
.solution-list .solution-item {
	padding: 25px 0 30px;
}
.solution-list .solution-item, .solution-list {
	margin-top: 40px;
}
.solution-box .desc {
	font-size: 14px;
	line-height: 2.2;
}
}
@media (max-width:767px) {
.inner-banner .nav-now .pdf-swiper {
	margin-top: 30px;
	padding: 0 45px;
	position: relative;
	overflow: hidden;
	margin-left: -15px;
	margin-right: -15px;
}
.inner-banner .nav-now .pdf-swiper .swiper-container {
	overflow: visible;
}
.inner-banner .nav-now .pdf-swiper .swiper-btn {
	border-radius: 6px;
	display: block;
	background: #fff;
	width: 36px;
	height: 36px;
	line-height: 36px;
	color: #333;
	text-align: center;
	top: 3px;
	margin: 0;
}
.inner-banner .nav-now .pdf-swiper .swiper-btn:after {
	font-size: 16px;
	font-weight: bold;
}
.inner-banner .nav-now .pdf-swiper .swiper-button-prev {
	left: 5px;
}
.inner-banner .nav-now .pdf-swiper .swiper-button-next {
	right: 5px;
}
.inner-banner .nav-now .pdf-swiper a {
	min-width: 150px;
	padding: 14px 16px!important;
	margin-right: 12px;
	font-size: 14px;
}
.inner-banner .nav-now .title {
	font-size: 26px;
}
.inner-banner .nav-now .subtit {
	font-size: 18px;
	margin-top: 12px;
}
.inner-banner .nav-now .pdf a {
	padding: 18px 0;
}
.solution-box .desc {
	line-height: 2;
}
.solution-box .top-img {
	margin-top: 30px;
}
.solution-box .top-img li {
	float: none!important;
	width: 100%;
	margin-bottom: 25px;
}
.solution-list {
	margin-top: 25px;
}
.solution-list .solution-item {
	position: relative;
	padding-bottom: 25px;
	margin-top: 25px;
	border-radius: 12px;
}
.solution-list .solution-item .item-left, .solution-list .solution-item .item-right {
	float: none;
	width: 100%;
}
.solution-list .solution-item .item-left {
	padding: 20px 20px 25px;
}
.solution-list .solution-item .item-desc {
	line-height: 1.9;
	text-align: left;
}
.solution-list .solution-item .item-left .item-title {
	font-size: 22px;
}
.solution-list .solution-item .item-right .item-num {
	position: absolute;
	right: 0;
	top: 15px;
	padding-right: 13px;
	font-size: 44px;
}
.solution-list .solution-item .item-left .item-more a {
	padding: 0 18px;
	min-width: 170px;
	font-size: 14px;
	line-height: 48px;
}
.solution-list .solution-item .item-imgswiper {
	margin-top: 25px;
	padding: 0 0 0 20px;
	overflow: hidden;
}
.solution-list .solution-item .item-imgswiper .swiper-container {
	overflow: visible;
}
.solution-list .solution-item .item-imgswiper .swiper-slide {
	width: 55%;
	margin-right: 4%;
}
.solution-list .solution-item .item-imgswiper .swiper-slide:last-child {
	margin-right: 20px;
}
.solution-list .solution-item .item-imgswiper .item-img {
	border-radius: 12px;
}
.solution-box {
	padding-top: 45px;
	background-size: auto;
	background-position: right top;
}
/*  .solution-list .solution-item .swiper-btn-box{position: relative;margin-top:15px;height: 36px;}
  .solution-list .solution-item .swiper-btn{line-height: 34px;height: 36px;width: 36px;border:1px solid #b1cc1d;border-radius:6px;overflow: hidden;text-align: center;color:#b1cc1d;margin:0 10px;top:0;}
  .solution-list .solution-item .swiper-button-next{left:50%;right:auto;}
  .solution-list .solution-item .swiper-button-prev{right:50%;left:auto;}
  .solution-list .solution-item .swiper-btn:after{font-size:16px;}*/
}
.solution-list .solution-item .swiper-btn-box {
	display: none;
}
.solution2-top {
	margin-top: 70px;
	position: relative;
	min-height: 380px;
}
.solution2-top .desc {
	width: 47%;
	max-width: 660px;
	margin-top: 0;
	text-align: justify;
	height: 432px;
	overflow-y: auto;
	padding-right: 20px;
}
.solution2-top .desc::-webkit-scrollbar {
width:4px;
}
.solution2-top .desc::-webkit-scrollbar-track {
background:#eaeaea;
}
.solution2-top .desc::-webkit-scrollbar-thumb {
background:#b1cc1d;
}
.solution2-top .desc::-webkit-scrollbar-thumb:window-inactive {
background:#b1cc1d;
}
.solution2-top .desc::-webkit-scrollbar-thumb:vertical:hover {
background:#b1cc1d;
}
.solution2-top .rightimg {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 49%;
	max-width: 703px;
}
.solution2-top .rightimg .img {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.solution-list1 {
	margin-top: 60px;
	background: url(../image/solution1-listbg.png) no-repeat top center #fafafa;
	background-size: 100% auto;
	padding: 110px 0 80px;
}
.solution-list1 ul {
	margin-top: 60px;
}
.solution-list1 .solution-item .item-img {
	border-top-left-radius: 18px;
	border-bottom-left-radius: 18px;
	overflow: hidden;
}
 @media (max-width:1600px) {
.solution-list1 {
	padding: 100px 0 70px;
}
.solution2-top .desc {
	height: 384px;
}
}
@media (max-width:1400px) {
.solution2-top {
	margin-top: 60px;
}
.solution-list1 {
	padding: 90px 0 70px;
}
.solution-list1 ul {
	margin-top: 50px;
}
}
@media (max-width:1200px) {
.solution2-top {
	min-height: 350px;
	margin-top: 50px;
}
.solution2-top .desc {
	height: 350px;
}
.solution-list1 {
	padding: 70px 0 60px;
}
.solution-box .summary {
	padding-top: 50px;
}
.solution-box .sum-desc {
	font-size: 16px;
	margin-top: 20px;
}
}
@media (max-width:767px) {
.solution2-top .desc {
	width: 100%;
	height: auto;
	padding-right: 0;
}
.solution2-top .rightimg {
	position: relative;
	height: auto;
	width: 100%;
	margin-top: 20px;
}
.solution2-top .rightimg .img {
	height: auto;
	padding-bottom: 59.7%;
}
.solution2-top {
	margin-top: 35px;
}
.solution-list1 {
	margin-top: 45px;
	padding: 50px 0 40px;
}
.solution-list1 ul {
	margin-top: 40px;
}
.solution-box .summary {
	padding-top: 40px;
}
.solution-box .sum-desc {
	font-size: 14px;
	line-height: 2.4;
	letter-spacing: 0;
}
}
.solution3-top .desc {
	text-align: justify;
}
.solution-list2 {
	padding-top: 70px;
}
.solution-list2 .s-list {
	margin-top: 0;
}
.solution-list2 .s-list .solution-item {
	width: 48%;
	max-width: 690px;
	margin-top: 60px!important;
	padding: 0 0 70px 3.47%;
	position: relative;
}
.solution-list2 .s-list .solution-item:nth-child(2n+1) {
	margin-right: 4%;
}
.solution-list2 .s-list .item-title {
	padding: 0;
	width: 67%;
}
.solution-list2 .s-list .item-desc {
	margin-top: 25px;
	height: 228px;
	padding-right: 5px;
	overflow-y: auto;
}
.solution-list2 .s-list .item-desc::-webkit-scrollbar {
width:4px;
}
.solution-list2 .s-list .item-desc::-webkit-scrollbar-track {
background:#eaeaea;
}
.solution-list2 .s-list .item-desc::-webkit-scrollbar-thumb {
background:#b1cc1d;
}
.solution-list2 .s-list .item-desc::-webkit-scrollbar-thumb:window-inactive {
background:#b1cc1d;
}
.solution-list2 .s-list .item-desc::-webkit-scrollbar-thumb:vertical:hover {
background:#b1cc1d;
}
.solution-list2 .s-list .item-right {
	width: 33%;
}
.solution-list2 .s-list .item-img {
	padding-bottom: 70.1%;
	position: relative;
	overflow: hidden;
	border-radius: 0;
}
.solution-list2 .s-list .item-txt {
	padding-right: 7.25%;
}
.solution-list2 .s-list .item-more1 {
	text-align: right;
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 7.25%;
	z-index: 10;
	font-size: 16px;
}
.solution-list2 .s-list .item-more1 a {
	float: right;
	padding: 6px 0;
	color: #01375d;
}
 @media (max-width:1400px) {
.solution-list2 .s-list .item-title {
	font-size: 30px;
}
.solution-list2 .s-list .solution-item {
	margin-top: 50px!important;
}
}
@media (max-width:1200px) {
.solution-list2 .s-list .item-title {
	font-size: 26px;
}
.solution-list2 .s-list .item-desc {
	margin-top: 20px;
	height: 205px;
}
.solution-list2 .s-list .solution-item {
	margin-top: 40px!important;
}
}
@media (max-width:992px) {
.solution-list2 .s-list .item-title {
	font-size: 20px;
}
.solution-list2 .s-list .item-desc {
	margin-top: 15px;
	height: 160px;
}
.solution-list2 .s-list .solution-item {
	margin-top: 30px!important;
	padding-bottom: 50px;
}
.solution-list2 .s-list .item-more1 {
	bottom: 20px;
	font-size: 15px;
}
}
@media (max-width:767px) {
.solution-list2 {
	padding-top: 55px;
}
.solution-list2 .s-list .solution-item {
	width: 100%;
	margin-right: 0!important;
	padding: 0 0 50px 16px;
}
.solution-list2 .s-list .item-desc {
	height: auto;
	max-height: 180px;
	margin-bottom: 20px;
}
.solution-list2 .s-list .item-more1 {
	bottom: 15px;
}
.solution-list2 .s-list .item-txt {
	padding-right: 11px;
}
}
.news-detail {
	margin: 50px 0;
	overflow: hidden;
}
.news-detail h1 {
	text-align: center;
	letter-spacing: 2px;
}
.news-detail .dtinfo {
	margin: 20px 0;
	text-align: center;
}
.news-detail .dtinfo span {
	margin: 0 10px;
}
.news-detail .caseimg {
	margin-bottom: 30px;
}
.news-detail .caseimg img {
	display: block;
	max-width: 100%;
	margin: auto;
}
.news-detail .content {
	font-size: 15px;
	line-height: 1.8;
}
.news-detail .content img {
	max-width: 100%;
}
.news-detail .news-epx {
	margin: 30px auto 0;
	overflow: hidden;
}
.news-detail .news-epx li {
	width: 49%;
	float: left;
	padding: 0 15px;
	line-height: 40px;
	background: #ccc;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news-detail .news-epx li:first-child {
	margin-right: 2%;
}
@media (max-width: 992px) {
.news-detail .news-epx li {
	width: 100%;
	margin: 5px 0;
}
.news-detail .news-epx li:first-child {
	margin-right: 0;
}
}
@media (max-width: 767px) {
.news-detail {
	margin: 30px 0;
}
.news-detail .dtinfo {
	margin: 15px 0;
}
.news-detail .dtinfo span {
	margin: 0 5px;
}
.news-detail .caseimg {
	margin-bottom: 20px;
}
.news-detail .news-epx {
	margin: 20px auto 0;
}
}
.Pages {
	margin-top: 50px;
	text-align: center;
}
.met_pager a {
	margin-right: 10px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #666;
	background: #fff;
	border-color: #ddd;
	border-width: 1px;
	border-style: solid;
	padding: 10px 15px;
}
.met_pager a.Ahover {
	color: #b1cc1d;
}
 @media (max-width: 767px) {
.Pages {
	margin-top: 30px;
}
.met_pager a {
	height: 30px;
	line-height: 30px;
	padding: 5px 10px;
}
}
.footer-sidebar {
	position: fixed;
	right: 0;
	top: 40%;
	z-index: 10000;
}
.rside {
	background: #333;
}
.rside li {
	width: 60px;
	height: 80px;
	border-top: 1px solid rgba(255,255,255,.5);
	cursor: pointer;
	position: relative;
}
.rside li:first-child {
	border-top: 0;
}
.rside_icon {
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.rside_tel .rside_icon {
	background-image: url(../image/sidebar_tel_b.png);
}
.rside_code .rside_icon {
	background-image: url(../image/sidebar_code_b.png);
}
.rside_top .rside_icon {
	background-image: url(../image/sidebar_top_b.png);
}
.rside_tel:hover .rside_icon {
	background-image: url(../image/sidebar_tel_h.png);
}
.rside_code:hover .rside_icon {
	background-image: url(../image/sidebar_code_h.png);
}
.rside_top:hover .rside_icon {
	background-image: url(../image/sidebar_top_h.png);
}
.rside_tel_left {
	width: 260px;
	height: 80px;
	background: #fff;
	border-radius: 40px 0 0 40px;
	position: absolute;
	right: 100%;
	top: 0;
	overflow: hidden;
	width: 0;
	opacity: 0;
	transition: all 0.3s;
}
.rside_tel_left p {
	font-size: 14px;
	color: #333;
	line-height: 1;
	text-align: center;
	margin: 20px 0 5px;
}
.rside_tel_left strong {
	display: block;
	font-size: 24px;
	color: #333;
	line-height: 1;
	text-align: center;
}
.rside_code_left {
	width: 245px;
	height: auto;
	padding: 25px 0 20px;
	background: #fff;
	border-radius: 8px;
	position: absolute;
	right: 75px;
	top: 8px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}
.rside_code_left::after {
	content: "";
	border-left: 15px solid #fff;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	position: absolute;
	right: -15px;
	top: 23px;
}
.rside_code_left img {
	display: block;
	width: 150px;
	margin: auto;
}
.rside_code_left p {
	width: 150px;
	margin: auto;
	margin-top: 5px;
	font-size: 14px;
	color: #333;
	line-height: 18px;
	text-align: center;
	position: relative;
}
.rside_code_left p:before {
	content: "";
	width: 10px;
	height: 10px;
	background: url(../image/rside_code_tbg_l.png) no-repeat center;
	position: absolute;
	left: 3px;
	top: 2px;
}
.rside_code_left p:after {
	content: "";
	width: 10px;
	height: 10px;
	background: url(../image/rside_code_tbg_r.png) no-repeat center;
	position: absolute;
	right: 3px;
	bottom: 2px;
}
.rside li:hover {
	background: #fff;
}
.rside li:hover .rside_tel_left {
	width: 260px;
	opacity: 1;
}
.rside li:hover .rside_code_left {
	visibility: visible;
	opacity: 1;
}
/*翻页*/
/*翻页*/
.pages {
	padding-top: 40px;
	overflow: hidden;
	padding-bottom: 90px;
	background: #fff;
}
div.flickr {
	padding: 0px;
	text-align: center;
	margin-top: 50px;
	font-size: 13px;
}
div.flickr a {
	border: #dedfde 1px solid;
	background-position: 50% center;
	margin-right: 3px;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	padding: 0px 15px;
	font-size: 13px;
}
div.flickr a:hover {
	border-right: #ddd 1px solid;
	border-top: #ddd 1px solid;
	background-image: none;
	border-left: #ddd 1px solid;
	border-bottom: #ddd 1px solid;
	background-color: #0d6fb1;
	color: #000;
}
div.flickr a:active {
	border-right: #ddd 1px solid;
	border-top: #ddd 1px solid;
	background-image: none;
	border-left: #ddd 1px solid;
	border-bottom: #ddd 1px solid;
	background-color: #0d6fb1;
}
div.flickr span {
	margin-right: 5px;
}
div.flickr span.current {
	border: #dedfde 1px solid;
	background-position: 50% bottom;
	color: #b8272d;
	margin-right: 5px;
	text-decoration: none;
	font-size: 13px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	padding: 0px 15px;
	font-weight: bold;
}
div.flickr span.disabled {
	color: #adaaad;
	margin-right: 5px;
}
/*左侧工具条*/
.icon-font {
	position: relative;
}
.icon-font:after {
	content: "";
	width: 30px;
	height: 30px;
	background-image: url(../image/icon_spirit.png);
	background-repeat: no-repeat;
	position: absolute;
	left: calc(50% - 15px);
	top: calc(50% - 15px);
}
#toolbar {
	position: fixed;
	z-index: 9999;
	right: 17px;
	bottom: 3%;
}
#toolbar li {
	margin-bottom: 3px;
	font-size: 0;
	width: 57px;
	height: 57px;
	right: 0;
	position: relative;
}
#toolbar li a {
	display: block;
	position: absolute;
	z-index: 9;
	right: 0;
	top: 0;
	width: 57px;
	height: 57px;
	overflow: hidden;
	background: #b1cc1d;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	white-space: nowrap;
	font-size: 0;
}
#toolbar li .icon-font {
	display: inline-block;
	vertical-align: middle;
	width: 57px;
	height: 57px;
	background-color: #d9d9d9;
}
#toolbar li .icon-qq:after {
	background-position: 0 -150px;
}
#toolbar li .icon-phone:after {
	background-position: 0 -90px;
}
#toolbar li .icon-ewm:after {
	background-position: 0 -30px;
}
#toolbar li .icon-message:after {
	background-position: 0 -120px;
}
#toolbar li .icon-top:after {
	background-position: 0 -60px;
}
#toolbar li .icon-wangwang:after {
	background-position: 0 0;
}
#toolbar li .wz {
	display: inline-block;
	line-height: 57px;
	font-size: 16px;
	color: #fff;
	vertical-align: middle;
	padding-left: 10px;
}
#toolbar li.ewm .ewm-box {
	position: absolute;
	z-index: 1;
	padding: 5px;
	background: #b1cc1d;
	width: 110px;
	right: 120%;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all .7s;
	transition: all .7s;
}
#toolbar li.ewm .ewm-box p {
	margin-bottom: 0;
}
#toolbar li.ewm .ewm-box img {
	max-width: 100%;
}
#toolbar li.ewm .ewm-box:after {
	content: '';
	position: absolute;
	right: -5px;
	bottom: 20px;
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	border-width: 5px;
	cursor: pointer;
	border-style: dashed dashed dashed solid;
	border-color: transparent transparent transparent #263265;
	border-right: none;
}
#toolbar li.ewm:hover .icon {
	background-position: -57px -180px;
}
#toolbar li.ewm:hover .ewm-box {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
#toolbar li.backtop {
	cursor: pointer;
}
#toolbar li.backtop .iconfont {
	color: #fff;
	background-color: #b1cc1d;
}
#toolbar li:hover a {
	width: 200px;
}
#toolbar li:hover .icon-font {
	background-color: #b1cc1d;
}
#toolbar li:hover .icon-qq:after {
	background-position: -30px -150px;
}
#toolbar li:hover .icon-phone:after {
	background-position: -30px -90px;
}
#toolbar li:hover .icon-ewm:after {
	background-position: -30px -30px;
}
#toolbar li:hover .icon-message:after {
	background-position: -30px -120px;
}
#toolbar li:hover .icon-wangwang:after {
	background-position: -30px 0;
}
#toolbar li:hover .icon-top:after {
	background-position: -30px -60px;
}
#backToTops {
	z-index: 999999;
	display: none;
}
