﻿.wrap {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}
.content .wrap, .service .wrap, .footer .wrap, .bottom .wrap, .list-news .wrap, .list-join-ad .wrap {
	max-width: 1440px;
}
.top .wrap {
	max-width: 1440px;
}
.navbar-area {
	background-color: #fff;
	clear: both;
}
.navbar-light .navbar-brand img {
	float: left;
}
.mobile-nav {
	z-index: 999;
	background: #fff;
	height: 72px;
}
.logo img {
	width: 80%;
}
.navbar-brand {
	width: 216px;
	height: 70px;
	background: url(../picture/logo.png);
}
.sticky-nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.3);
	box-shadow: 0 0 15px rgba(0,0,0,.3);
	margin: auto;
	z-index: 999;
	background-color: #fff;
	-webkit-animation: .9s ease-in-out 5s normal none 1 running fadeInDown;
	animation: .9s ease-in-out 5s normal none 1 running fadeInDown;
	-webkit-transition: .9s;
	transition: .9s;
	width: 100%!important
}
.sticky-nav .nav-top {
	width: 100%;
	border-radius: 0
}
.sticky-nav .main-nav {
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
	box-shadow: 0 0 15px rgba(0,0,0,.1)
}
.main-nav {
	position: inherit;
	background: #fff;
	top: 0;
	left: 0;
	padding: 0;
	width: 100%;
	z-index: 999;
	height: auto;
	background: #fff !important;
}
.main-nav .navbar, .main-nav .navbar-brand {
	padding: 0;
}
.main-nav nav .navbar-nav .nav-item .active, .main-nav nav .navbar-nav .nav-item:hover a {
	color: #006cb7;
	border-bottom: 4px solid #006cb7;
}
.main-nav nav .navbar-nav .nav-item a {
	text-transform: capitalize;
	color: #515151 !important;
	font-weight: 400;
	line-height: 74px;
}
.main-nav nav .navbar-nav .nav-item a i {
	font-size: 10px
}
.main-nav nav .navbar-nav .nav-item a :focus, .main-nav nav .navbar-nav .nav-item a:hover {
	color: #006cb7
}
.main-nav nav .navbar-nav .nav-item a.active {
	color: #006cb7!important;
	border-bottom: 4px solid #006cb7;
}
.main-nav nav .navbar-nav .nav-item a.active i {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}
.main-nav nav .navbar-nav .nav-item a:hover i {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: .7s;
	transition: .7s
}
.main-nav nav .navbar-nav .nav-item a .active::before {
	-webkit-transform: scale(1);
	transform: scale(1)
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu {
	border: 0;
	border-radius: 0;
	background-color: #fff!important
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
	border-bottom: 1px dotted rgba(148,46,89,.4);
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child {
	border-bottom: 0
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
	color: #373737;
	position: relative;
	-webkit-transition: .7s;
	transition: .7s;
	font-weight: 400;
	line-height: 25px;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #006cb7;
	-webkit-transition: all .5s;
	transition: all .5s
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::before {
	width: 100%
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover a {
	border-bottom: 0;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a {
	border-bottom: 0;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a :focus, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
	color: #006cb7;
	letter-spacing: .5px
}
.mobile-nav .mean-container .mean-nav ul li a .active {
	color: #006cb7
}
.mean-container a.meanmenu-reveal {
	color: #373e58
}
.mean-container a.meanmenu-reveal span {
	background-color: #373e58
}
.other-side .search-area {
	float: left;
	position: relative;
	top: 0;
	margin-right: 10px
}
.other-side .search-area .search-item {
	display: inline-block;
	position: relative;
	color: #373737;
	cursor: pointer;
	top: 9px
}
.other-side .search-area .search-item i {









	display: inline-block;
	text-align: center;
	font-size: 16px;
	position: relative;
	top: -2px;
	color: #373737;
	font-weight: 600
}
.other-side .search-area .search-item .search-overlay {
	display: none
}
.other-side .search-area .search-item .search-overlay.search-popup {
	position: absolute;
	top: 100%;
	width: 300px;
	right: 0;
	background: #fff;
	z-index: 2;
	padding: 20px;
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
	box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
	margin-top: 20px
}
.other-side .search-area .search-item .search-overlay.search-popup .search-form {
	position: relative
}
.other-side .search-area .search-item .search-overlay.search-popup .search-form .search-input {
	display: block;
	width: 100%;
	height: 50px;
	line-height: initial;
	border: 1px solid #eee;
	color: #373737;
	outline: 0;
	-webkit-transition: .5s;
	transition: .5s;
	padding-top: 4px;
	padding-left: 10px
}
.other-side .search-area .search-item .search-overlay.search-popup .search-form .search-input:focus {
	border-color: #ff6464
}
.other-side .search-area .search-item .search-overlay.search-popup .search-form .search-button {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	background: 0 0;
	border: 0;
	width: 50px;
	outline: 0;
	-webkit-transition: .5s;
	transition: .5s;
	padding: 0;
	cursor: pointer
}
.other-side .search-area .search-item .search-overlay.search-popup .search-form .search-button:focus {
	color: #ff6464
}
.other-side .search-area .search-item .search-btn {
	-webkit-transition: all .5s;
	transition: all .5s;
	font-size: 16px;
	color: #373737
}
.other-side .search-area .search-item .search-btn:hover {
	color: #2a3b96
}
.other-side .search-area .search-item .search-btn:hover i {
	color: #2a3b96
}
.other-side .search-area .search-item .close-btn {
	cursor: pointer;
	display: none;
	-webkit-transition: .5s;
	transition: .5s;
	color: #373737
}
.other-side .search-area .search-item .close-btn:hover {
	color: #2a3b96
}
.other-side .search-area .search-item .close-btn.active {
	display: block;
	margin-left: 5px;
	top: 1px
}
.other-side .lang {
	float: right;
	margin-top: 8px;
	margin-left: 10px
}
.other-side .modal-menu {
	float: right;
	margin-left: 20px;
	margin-top: 3px
}
.other-side .modal-menu a {
	color: #64acff;
	font-size: 20px;
	font-weight: 700;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	text-align: center
}
.other-side .modal-menu a:hover {
	color: #ff6464
}
.top {
	height: 30px;
	line-height: 30px;
	background: #636060;
}
.top p {
	color: #fff;
}
/* 
.header .logo{margin-right:80px;;height:100px;max-width:320px;}
.header .logo img{margin-top:20px}
.header .menu{max-width:800px;}
.header .menu ul li{width:100px;text-align:center;z-index:1002;position:relative;float:left;height:55px;margin-top:45px;}
.header .menu ul li a{font-size:16px;}
.header .menu ul li:hover a,.header .menu ul li.on a{color:#006cb7}
.header .menu ul li:before,.header .menu ul li.on:before{animation:icon01 linear infinite 2s;content: '';display:block;width:0px;height:0px;background:#006cb7;position:absolute;bottom:15px;left:50%;margin-left:-15px;}
.header .menu ul li:hover:before,.header .menu ul li.on:before{width:30px;height:1px;}
@keyframes icon01{ 0%{ width:0px;} 50%{ width:30px;} 100%{ width:0px;} }
.header .menu ul li .submaneu{border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:none;position:absolute;top:55px;left:-25%;background:#f7f7f7;width:150%;text-align:center;}
.header .menu ul li .submaneu a{color:#000;display:block;height:50px;font-size:14px;line-height:50px;}
.header .menu ul li .submaneu a:hover{background:#006cb7;color:#fff;}
.header .menu ul li .submaneu a:last-child{border-bottom-left-radius:10px;border-bottom-right-radius:10px;} */

.indexbanner {
	width: 100%;
	clear: both;
}
.list-banner {
	width: 100%;
	clear: both;
	position: relative;
}

.indexbanner .swiper-pagination {
	display: none;
	width: 740px;
	box-shadow: 0px 15px 30px rgba(0,0,0,.5);
	background: rgba(0, 0, 0, .5);
	left: 50%;
	bottom: 70px;
	margin-left: 0px;
}
.indexbanner .swiper-pagination .swiper-pagination-bullet {
	text-transform: Uppercase;
	float: left;
	width: 32%;
	height: 100px;
	box-sizing: border-box;
	color: #fff;
	font-size: 15px;
	line-height: 30px;
	padding: 20px 30px;
	background: 0;
	border-radius: 0;
	margin: 0;
	opacity: 1;
}
.indexbanner .swiper-pagination .swiper-pagination-bullet-active {
	background: #006cb7;
}
.indexbanner .swiper-button-prev, .indexbanner .swiper-button-next {
	width: 50px;
	height: 50px;
	color: #fff;
	font: 25px/50px '宋体';
	text-align: center;
	background: rgba(0, 0, 0, .2);
	border-radius: 100%;
}
.indexbanner .swiper-button-prev {
	left: 5%;
}
.indexbanner .swiper-button-next {
	right: 5%;
}
.index-pro {
	margin: 80px auto 50px;
}
.index-pro img {
	margin: 0 auto;
}
.content .customer {
	background: #F2F6F7;
	padding: 120px 0 90px;
}
.content .customer h2 {
	font-size: 44px;
	font-weight: 100;
	color: #676767;
}
.content .customer ul li {
	position: relative;
	float: left;
	text-align: center;
	margin-right: 100px;
}
.content .customer ul li:first-child {
	min-width: 180px;
}
.content .customer ul li:last-child {
	min-width: 90px;
}
.content .customer ul li span {
	display: block;
	color: #006cb7;
	font-family: "roboto";
	font-size: 52px;
}
.content .customer ul li p {
	color: #a6a6a6;
	font-size: 16px;
	margin-top: 10px;
}
.content .customer ul li:after {
	position: absolute;
	right: -15px;
	top: 0;
	color: #006cb7;
	font-family: '微软雅黑';
	content: "+";
	font-size: 22px;
}
.content .index-about {
	margin-top: 30px;
	background: url(../images/one_bg.png) repeat-x #fff;
}
.content .index-about .one {
	margin-bottom: 70px;
	background: #fcfcfc;
}
.content .index-about .one .pic {
	width: 50%;
}
.content .index-about .one .pic2 {
	width: 40%;
}
.content .index-about .one .txt {
	width: 50%;
	padding: 0 5%
}
.content .index-about .one .txt2 {
	width: 55%;
	padding: 0 2.5%
}
.content .index-about .one .txt h1 {
	padding: 20px 0;
	color: #666;
	font-size: 38px;
}
.content .index-about .one .txt span {
	font-size: 18px;
	color: #666;
	padding-bottom: 20px;
	display: block;
}
.content .index-about .one .txt p {
	color: #666;
	font-size: 16px;
	line-height: 38px;
	margin-bottom: 30px;
}
.content .index-about .two .txt {
	max-width: 480px;
}
.content .index-about .two .txt h2 {
	padding: 0px 10px 70px 10px;
	color: #535353;
	font-size: 38px;
	font-weight: 100;
}
.content .index-about .two ul {
	overflow: hidden
}
.content .index-about .two ul li {
	border-bottom: 1px dashed #EEEEEE;
	position: relative;
	float: left;
	text-align: center;
	width: 240px;
	height: 150px;
	padding-top: 30px;
}
.content .index-about .two ul li span {
	display: block;
	color: #006cb7;
	font-family: "roboto";
	font-size: 52px;
}
.content .index-about .two ul li p {
	color: #a6a6a6;
	font-size: 16px;
	margin-top: 10px;
}
.content .index-about .two ul li:after {
	position: absolute;
	top: 30px;
	color: #006cb7;
}
.content .index-about .two ul li:nth-child(1):after {
	right: 45px;
	content: "年";
	font-size: 15px;
}
.content .index-about .two ul li:nth-child(2):after {
	right: 55px;
	content: "强";
	font-size: 15px;
}
.content .index-about .two ul li:nth-child(3):after {
	right: 60px;
	font-family: '微软雅黑';
	content: "+";
	font-size: 20px;
}
.content .index-about .two ul li:nth-child(4):after {
	right: 45px;
	;
	font-family: '微软雅黑';
	content: "+";
	font-size: 20px;
}
.content .index-about .two .pic {
	max-width: 50%;
}
.content .index-about a.more {
	font-size: 16px;
	display: block;
	margin: 70px 0 0 25px;
	width: 150px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #006cb7;
	color: #fff;
}
.content .index-news {
	clear: both;
}
.content .index-news .pic {
	width: 62%;
}
.content .index-news .pic .bd .swiper-slide {
	position: relative;
	width: 100%;
	border-radius: 12px;
}
.content .index-news .pic .bd .swiper-slide a {
	display: block
}
.content .index-news .pic .bd .swiper-slide a img {
	width: 100%;
}
.content .index-news .pic .bd .swiper-slide p {
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	;
	color: #fff;
	font-size: 24px;
	background: rgba(0,0,0,.6);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 90%;
	padding-left: 10%;
	height: 80px;
	line-height: 80px;
}
.content .index-news .pic .bd .swiper-button-prev, .content .index-news .pic .bd .swiper-button-next {
	width: 50px;
	height: 50px;
	color: #fff;
	font: 25px/50px '微软雅黑';
	text-align: center;
	background: rgba(0, 0, 0, .2);
	border-radius: 100%;
}
.content .index-news .pic .bd .swiper-button-prev {
	left: 2%;
}
.content .index-news .pic .bd .swiper-button-next {
	right: 2%;
}
.content .index-news .txt {
	width: 35%;
	background: #F9F9F9;
	border-radius: 12px;
}
.content .index-news .txt .hd {
	padding: 50px;
}
.content .index-news .txt .hd h2 {
	font-size: 32px;
	color: #707070;
	padding-bottom: 30px;
}
.content .index-news .txt .hd li {
	overflow: hidden;
	height: 70px;
	border-top: 1px dashed #D3D3D3;
}
.content .index-news .txt .hd li:last-child {
	border-bottom: 1px dashed #D3D3D3;
}
.content .index-news .txt .hd li a {
	font-size: 18px;
	line-height: 70px;
}
.content .index-news .txt .hd .more {
	display: block;
	text-align: right;
	padding-top: 23px;
}
.list-content .index-about {
	padding: 40px 0;
}
.list-content .index-about .two ul li span {
	font-size: 52px;
}
.history .hd {
	position: relative;
}
.history .hd .prev {
	position: absolute;
	left: 0;
	bottom: 0px;
	cursor: pointer;
}
.history .hd .next {
	position: absolute;
	right: 0;
	bottom: 0px;
	cursor: pointer;
}
.history .hd .t {
	position: relative;
	color: #67645f;
	font-size: 18px;
}
.history .hd .t:after {
	left: 150px;
	top: 8px;
	position: absolute;
	width: 90%;
	content: "";
	height: 1px;
	background: #F0F0F0
}
.history .hd ul {
	padding: 0 100px;
}
.history .hd li {
	cursor: pointer;
	width: 10%;
	position: relative;
	text-align: center;
	float: left;
	padding-top: 20px;
	font-size: 22px;
	color: #f97506
}
.history .hd li:after {
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -5px;
	content: "";
	width: 10px;
	height: 10px;
	background: #BFBFBF;
	border-radius: 10px;
}
.history .hd li.on:after {
	background: #f97506
}
.history .bd {
	margin: 40px 0;
	padding-left: 200px;
	background: url(../images/fz.jpg) no-repeat left top;
}
.history .bd .body {
	min-height: 60px;
}
.culture {
	padding: 20px 0s;
	overflow: hidden
}
.culture ul:last-child {
	padding-top: 40px;
	clear: both;
}
.culture li {
	width: 30%;
	float: left;
	margin-right: 5%;
	position: relative;
}
.culture li:nth-child(3n) {
	margin-right: 0;
}
.culture li img {
	width: 100%;
}
.culture li .text {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	text-align: center;
	margin-top: 20px;
}
.culture li .text h3 {
	font-weight: 100;
	padding: 10px 0 0px;
	font-size: 38px;
	color: #606060;
}
.culture li .text svg {
	width: 65px;
	height: 65px;
	padding-top: 30px;
}
.culture li .text p {
	font-size: 18px;
	color: #2c2c2c
}
.culture li:last-child {
	margin-right: 0;
}
.culture li:hover h3, .culture li:hover p {
	color: #006cb7
}
.service {
	margin: 70px 0 0px 0;
	background: url(../images/bottom.jpg) no-repeat center;
	height: 462px;
	clear: both;
}
.service h2 {
	font-size: 38px;
	color: #fff;
	padding: 120px 0 40px;
}
.service p {
	color: #fff;
	font-size: 19px;
	line-height: 38px;
}
.footer {
	background: #212121;
	padding: 80px 0 40px
}
.footer .footer-info {
	width: 14%;
}
.footer .footer-info h3 {
	font-family: '微软雅黑';
	font-size: 20px;
	color: #fff;
}
.footer .footer-info p {
	margin: 10px 0 30px 0;

	font-size: 16px;
	color: #fff;
}
.footer .footer-info a {
	margin-bottom: 40px;
	font-size: 16px;
	display: block;
	width: 160px;
	height: 50px;
	line-height: 50px;
	background: #444444;
	color: #fff;
	text-align: center;
}
.footer .footer-menu {
	width: 68%;
	margin: 0 2%;
}
.footer .footer-menu dl {
	width: 12.5%;
	float: left;
}
.footer .footer-menu dt {
	color: #fff;
	font-size: 18px;
	margin-bottom: 30px;
}
.footer .footer-menu dt a {
	color: #fff;
}
.footer .footer-menu dd a {
	color: #777;
	font-size: 14px;
}
.footer .footer-menu dd a:hover {
	color: #006cb7
}
.footer .footer-pic {
	width: 14%;
}
.footer .footer-pic li {
	float: left;
	margin-left: 15px;
	text-align: center;
}
.footer .footer-pic li img {
	width: 150px;
	height: 150px;
	margin: 0 auto;
	display: block;
	background: #fff;
	padding: 10px;
	border-radius: 6px;
}
.footer .footer-pic li p {
	color: #a4a4a4;
	margin-top: 15px;
	font-size: 14px;
}
.bottom {
	background: #212121;
	padding: 30px 0;
	border-top: 1px solid #2C2C2C;
}
.bottom .wrap {
	position: relative;
}
.bottom .wrap p {
	color: #a4a4a4;
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 0;
}
.bottom .wrap p a {
	color: #a4a4a4;
}
.location {
	max-width: 1440px;
	margin: 10px auto;
	font-size: 14px;
}
.location a:not(:last-child)::after {
	content: " > ";
}
.location a, .location {
	color: rgba(0,0,0,.8);
}
.w1680 {
	max-width: 1680px;
}
.location .fa-home {
	padding-right: 5px;
}
.list-service .box {
	padding: 80px 0;
}
.list-service .box h2 {
	color: #eb6200;
	font-weight: bold;
	font-size: 32px;
	text-align: center;
	padding: 40px 0;
}
.list-service .box p {
	color: #535353;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
}
.list-service .box p img {
	margin: 40px auto;
}
.list-service ul {
	background: #FAFAFA;
}
.list-service ul li {
	width: 50%;
}
.list-service ul li:nth-child(2) {
	padding-top: 170px;
	;
}
.list-service ul li:nth-child(2) p {
	padding: 0 60px 30px 60px;
	color: #535353;
	font-size: 18px;
	line-height: 40px;
}
.list-service ul li:nth-child(5) {
	text-align: center;
}
.list-service ul li:nth-child(5) h2 {
	padding: 250px 150px 0;
	color: #eb6200;
	font-size: 32px;
	font-weight: bold
}
.list-service ul li:nth-child(5) p {
	color: #515151;
	font-size: 18px;
	display: block;
	margin-top: 15px;
}
.pc-menu {
	height: 80px;
	border-bottom: 1px solid #E5E5E5;
}
.pc-menu a {
	position: relative;
	display: inline-block;
	line-height: 80px;
	padding: 0 40px;
	color: #5c5c5c;
	font-size: 16px;
}
.pc-menu a.on, .pc-menu a:hover {
	color: #006cb7;
}
.pc-menu a.on:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #006cb7;
	left: 0;
	bottom: -1px;
}
.list-pro {
	padding: 20px 0;
}
.list-pro .intro {/*max-width: 1680px;*/
	max-width: 1440px;
	margin: 0 auto 40px auto;
}
.list-pro .intro .catSubject {
	font-size: 32px;
	text-align: center;
	margin-bottom: 30px;
}
.list-pro li {
	margin-bottom: 60px;
}
.list-pro li:last-child {
	margin-bottom: 0;
}
.list-pro li .pic {
	max-width: 50%;
}
.list-pro li .pic .bd img {
	border-radius: 10px;
}
.list-pro .hd {
	padding-top: 40px;
}
.list-pro .hd a {
	border-radius: 8px;
	width: 80px;
	margin-right: 15px;
	height: 60px;
	float: left;
	border: 1px solid #ccc;
	cursor: pointer;
}
.list-pro .hd a.on {
	border-color: #006cb7
}
.list-pro .hd a img {
	border-radius: 8px;
	width: 80px;
	max-width: 80px;
	height: 60px;
}
.list-pro li .txt {
	width: 45%;
	min-width: 560px;
}
.list-pro li .txt h1 {
	padding: 20px 0 10px 0;
	font-size: 24px;
	font-weight: bold;
}
.list-pro li .txt h1 a {
	font-size: 26px;
	color: #252525;
}
.list-pro li .txt h1 a:hover {
	color: #006cb7;
}
.list-pro li .txt .time {
	font-size: 18px;
	color: #3e3e3e;
}
.list-pro li .txt p.p {
	padding: 25px 0;
	margin: 25px 0 40px 0;
	width: 100%;
	border-top: 1px dashed #E6E6E6;
	border-bottom: 1px dashed #E6E6E6;
	font-size: 15px;
	color: #666;
	line-height: 34px;
}
.list-pro li .txt a.more {
	display: block;
	border-radius: 6px;
	width: 150px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background: #616161;
}
.list-pro li .txt a.more:hover {
	background: #006cb7
}
.list-pro .body {
	max-height: 350px;
	margin: 15px 0;
	overflow-y: scroll
}
.list-pro .body, .list-pro .body p {
	font-size: 14px !important;
}
.show-pro .body table {
	border-spacing: 1px !important;
	width: 100% !important;
	height: auto !important;
	margin: 0 auto;
	border-right: 1px solid #ddd !important;
	border-bottom: 1px solid #ddd !important;
	text-align: center !important;
	font-size: 14px !important;
}
.show-pro .body tr, .show-pro .body td {
	border-top: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	height: 40px !important;
	line-height: 40px !important;
}
.show-pro .body tr:nth-child(odd) {
	background-color: #F0F0F0 !important
}
.show-pro .body td {
	border-left: 1px solid #ddd !important;
	border-top: 1px solid #ddd !important
}
.list-news-nav {
	margin-top: 20px;
}
.list-news-nav a {
	display: inline-block;
	padding: 4px 12px;
	margin-left: 5px;
	text-align: center;
	border: 1px solid #E5E5E5;
}
.list-news-nav a.on {
	border-color: #006cb7;
	background: #006cb7;
	color: #fff
}
.list-news-nav a:hover {
	color: #006cb7
}
.list-news .hd {
	padding: 30px 0;
	text-align: center;
}
.list-news .hd h2 {
	color: #252525;
	font-size: 32px;
}
.list-news .hd h3 {
	color: #3e3e3e;
	font-size: 16px;
	margin-top: 10px
}
.list-news .bd a:hover {
	text-decoration: none;
}
.list-news .bd li {
	transition-duration: 1s;
	margin: 0 30px 30px 0;
	padding: 15px;
	float: left;
	width: 448px;
}
.list-news .bd li img {
	max-height: 240px;
	width: 100%;
}
.list-news .bd li .tit {
	padding: 10px 0 10px;
	color: #393939;
	font-size: 18px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list-news .bd li .tit a {
	color: #3e3e3e;
}
.list-news .bd li p {
	line-height: 24px;
	color: #979797;
	font-size: 14px;
	margin-bottom: 10px;
}
.list-news .bd li .txt {
	height: 40px;
	font-size: 14px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #979797;
	;
}
.list-news .bd li:hover {
	box-shadow: 0 8px 20px rgba(0,0,0,0.1);
	border-radius: 8px;
	text-decoration: none;
}
.list-news .show {
	padding-bottom: 30px;
}
.list-news .show .t {
	color: #050505;
	font-size: 16px;
}
.list-news .show .info {
	margin: 15px 0 25px 0;
	color: #acacac;
	font-size: 14px;
}
.list-news .show p {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-bottom: 12px;
}
.list-news .show p img {
	margin: 0 auto;
}
.list-news .show p a {
	color: #006cb7;
}
.list-news .show .updown {
	position: relative;
	border-top: 1px solid #D2D3D6;
	padding-top: 25px;
	margin-top: 25px;
}
.list-news .show .updown a {
	display: inline-block;
	line-height: 32px;
	color: #000;
}
.list-news .show .updown a:hover {
	color: #006cb7
}
.list-news .show .updown a.more {
	width: 100px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 30px;
	color: #fff;
	background: #006cb7;
}
.news-info {
	width: 100%;
	overflow: hidden;
	background: #fff;
	padding: 10px 30px 50px 0px;
}
@media(max-width:990px){
	.news-info { 
    padding: 10px 0px 30px 0px;
	margin-right: 0px !important;
    margin-left: 0px !important;
}
	.news-info .col-lg-8{ width:100%;padding: 0px 0px;}
	
	.news-info .col-lg-8 .hd {
    padding: 20px 0;
}
}

.news-info h1 {
	display: block;
	margin-bottom: 20px;
	color: #505050;
	font-size: 28px;
	line-height: 40px;
	font-weight: bold;
}
.news-info .entry-meta {
	padding: 0px;
	background: #fff;

	overflow: hidden;
	color: #878787;
	line-height: 30px;

	font-size: 14px;
	border-bottom: #e9e9e9 solid 1px;
}
.news-info .contwrap {
	font-size: 15px;
	padding: 20px 0;
	color: #555;
}
.news-info .contwrap p, .news-info .contwrap center {
	line-height: 30px;
	margin-bottom: 25px;
}
.news-info .contwrap p a {
	color: #0091ea;
}
.news-info .contwrap img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.news-info .rightwrap h2 {
	display: block;
	margin-bottom: 30px;
	overflow: hidden;
}
.news-info .rightwrap ul {
	width: 100%;
}
.news-info .rightwrap li {
	width: 100%;
	margin-bottom: 20px;
	clear: both;
	overflow: hidden;
}
.news-info .rightwrap li:last-child {
	border-bottom: none;
}
.news-info .rightwrap li a {
	color: #333;
	display: inline-block;
	font-size: 15px;
	line-height: 28px;
}
.news-info .rightwrap li a:hover {
	color: #ea4f23;
}
.news-info .rightwrap li ._img {
	display: block;
	float: left;
	width: 37%;
}
.news-info .rightwrap li ._img img {
	width: 100%;
}
.news-info .rightwrap li .txt {
	width: 60%;
	float: right;
}
.news-info .rightwrap li .txt .info {
	line-height: 20px;
	font-size: 12px;
}
.news-info .rightwrap li i {
	font-style: normal;
	line-height: 22px;
	display: block;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	min-height: 44px;
}
.rightwrap ul.inews_list li i {
	display: inline;
	height: auto;
	font-size: 14px;
	color: #ccc;
	margin-right: 5px;
}
.rightwrap ul.inews_list li a {
	display: inline;
	font-weight: normal;
}
.news-info .rightwrap li i a {
	line-height: 22px;
}
.news-info .rightwrap li .post-date {
	display: block;
	font-size: 14px;
	color: #a8a8a8;
	margin-top: 15px;
}
.news-info .paging {
	width: 100%;
	overflow: hidden;
	padding: 50px 0;
	width: 100%;
}
.news-info .rightwrap h2 i u {
	position: relative;
	z-index: 2;
	text-decoration-line: none;
	font-size: 20px;
	bottom: -3px;
}
.news-info .rightwrap h2 i o.line {
	display: block;
	background: #006cb7;
	position: absolute;
	height: 6px;
	width: 80px;
	margin-top: 5px;
	z-index: 1;
}
.body {
	font-size: 17px;
	color: #828282;
	line-height: 34px;
	padding: 30px 0;
}
.show-pro .body .row {
	margin-right: 0;
	margin-left: 0;
}
.show-pro .body .container {
	padding-right: 0;
	padding-left: 0;
}
.show-pro .body .row .col-sm-5, .show-pro .body .row .col-sm-7 {
	padding-right: 0;
	padding-left: 0;
}
.show-menu a {
	display: inline-block;
	width: 48px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	border: 1px solid #7C7C7C;
	margin-right: 10px;
	font-size: 20px;
}
.show-menu a:hover {
	background: #006cb7;
	color: #fff;
	border-color: #006cb7;
}
.show-menu a:last-child {
	background: #fff;
	border-color: #EEEEEE;
	color: #006cb7;
	font-size: 16px;
	width: 170px;
}
.show-menu a:last-child img {
	display: inline-block;
	height: 25px;
	margin-right: 15px;
	vertical-align: middle;
}
.show-menu a:last-child:hover {
	border-color: #006cb7
}
.list-case .t h2 {
	padding: 125px 0 30px;
	text-align: center;
	font-size: 32px;
	color: #eb6200;
}
.list-case .t h2.t2 {
	padding: 60px 0 30px
}
.list-case .t h3 {
	padding-bottom: 30px;
	text-align: center;
	font-size: 18px;
	color: #535353;
}
.list-case .swiper-button-prev, .list-case .swiper-button-next {
	width: 50px;
	height: 50px;
	color: #fff;
	font: 25px/50px '宋体';
	text-align: center;
	background: rgba(0, 0, 0, .2);
	border-radius: 100%;
}
.list-case .swiper-button-prev {
	left: -10%;
}
.list-case .swiper-button-next {
	right: -10%;
}
.list-case .bd li {
	position: relative;
	float: left;
	margin: 0 48px 30px 0;
	width: 576px;
}
.list-case .bd li a {
	display: block;
}
.list-case .bd li a img {
	width: 100%;
	display: block;
}
.list-case .bd li a p {/*position:absolute;bottom:0;left:0;*/
	text-align: center;
	width: 100%;
	height: 55px;
	line-height: 55px;
	background: rgba(0,0,0,.7);
	font-size: 18px;
	color: #fff;
	text-decoration: none;
}
.list-case .bd li .txt {
	color: #050505;
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	text-overflow: -o-ellipsis-lastline;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.list-case .bd li:hover a {
	text-decoration: none;
}
.list-case .bd li:hover a p {
	background: rgba(238,114,0,.8);
}
.list-case .bd li:nth-child(2n) {
	margin-right: 0;
}
.list-contact {
	padding-bottom: 60px;
}
.list-contact .t {
	border-bottom: 1px solid #ECECEC;
	color: #818181;
	font-size: 32px;
	padding: 45px 0 30px;
	font-weight: 100;
	margin-bottom: 70px
}
.list-contact .t h1 {
	font-size: 30px;
}
.list-contact .leftmenu {
	width: 15%;
	margin-right: 2%;
	padding-right: 3%;
}
.list-contact .leftmenu a {
	cursor: pointer;
	display: block;
	font-size: 28px;
	color: #585858;
	font-weight: 100;
}
.list-contact .leftmenu a.on {
	color: #006eb4;
	padding: 40px 0;
}
.list-contact .rightcontent {
	width: 80%;
	position: relative;
}
.list-contact .rightcontent:before {
	content: "";
	height: 100%;
	width: 1px;
	position: absolute;
	left: -5%;
	top: 0;
	background: #ECECEC;
}
.list-contact .rightcontent p {
	font-size: 18px;
	color: #535353;
}
.list-contact .rightcontent ul {
	padding: 30px 0;
}
.list-contact .rightcontent ul li {
	width: 25%;
	float: left
}
.list-contact .rightcontent ul li span {
	display: block;
	color: #535353;
	font-size: 18px;
	line-height: 50px;
}
.list-contact .rightcontent ul li:first-child {
	width: 50%;
}
.list-contact .rightcontent .box {
	margin-top: 30px;
}
.list-contact .rightcontent .box .hd a {
	width: 215px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	background: #F9F9F9;
	border-color: #F2F2F2;
	font-size: 18px;
	color: #535353;
	display: inline-block;
	border-radius: 10px;
	margin-right: 20px;
}
.list-contact .rightcontent .box .hd a.on {
	background: #EB6200;
	color: #fff;
}
.list-contact .rightcontent .box .bd p {
	line-height: 34px;
}
.contact-box {
	overflow: hidden;
	background: #FAFAFA;
}
.contact-box div {
	width: 50%;
	float: left;
	padding-top: 40px;
}
.contact-box .contact-form {
	width: 40%;
	padding: 40px 5% 40px 15%;
}
.contact-box .contact-form h2 {
	color: #535353;
	font-size: 20px;
	margin-bottom: 15px;
}
.contact-box .contact-form p {
	margin-bottom: 40px;
	font-size: 12px;
	line-height: 20px;
	color: #b4b4b4
}
.contact-box .contact-form input {
	display: block;
	width: 100%;
	margin-bottom: 25px;
	padding-left: 20px;
	border: 1px solid #DBDBDB;
	height: 43px;
	line-height: 43px;
}
.contact-box .contact-form .codeInner {
	width: 100%;
}
.contact-box .contact-form .codeInner input {
	width: 40%;
	float: left;
}
.contact-box .contact-form .codeInner img {
	margin-left: 10px;
	box-shadow: 2px 2px 3px rgba(0,0,0,.3);
	border: #ccc solid 1px;
	float: left;
}
.contact-box .contact-form .content_info {
	height: 80px;
}
.contact-box .contact-form input:last-child, .portlet-body button {
	width: 240px;
	padding: 0;
	height: 60px;
	line-height: 40px;
	border: 0;
	cursor: pointer;
	color: #202020;
	font-size: 16px;
	background: #006eb4;
	color: #fff;
}
.portlet-body {
	margin-bottom: 20px;
}
.list-join-t {
	text-align: center;
}
.list-join-t h2 {
	padding: 90px 0 40px;
	color: #ff7800;
	font-size: 30px;
}
.list-join-t p {
	color: #818181;
	font-size: 16px;
	padding: 0 40px;
	line-height: 30px;
}
.list-join .join-banner {
	padding: 40px 0;
}
.list-join .join-banner .swiper-pagination .swiper-pagination-bullet {
	width: 70px;
	height: 9px;
	border-radius: 0;
	border-radius: 15px;
}
.list-join .join-banner .swiper-pagination .swiper-pagination-bullet-active {
	background: #ff7800
}
.list-join-ad {
	background: #FBFBFB;
	padding-bottom: 45px;
}
.list-join-ad h2 {
	padding: 45px 0 5px 0;
}
.list-join-ad ul {
	padding-top: 60px;
}
.list-join-ad li {
	width: 19%;
	border-radius: 10px;
	margin-right: 1%;
	text-align: center;
	float: left;
	min-height: 320px;
	background: #fff;
}
.list-join-ad li img {
	margin: 50px auto 25px;
	max-height: 45px;
}

.list-join-ad li h3 {
	position: relative;
	margin-bottom: 30px;
	color: #404040;
	font-size: 24px;
	font-weight: 100;
}
.list-join-ad li h3:after {
	background: #A2A2A2;
	content: "";
	width: 30px;
	height: 1px;
	position: absolute;
	left: 50%;
	bottom: -20px;
	margin-left: -15px;
}
.list-join-ad li p {
	font-size: 14px;
	color: #6c6c6c;
	line-height: 30px;
}
.list-join-content {
	padding: 60px 0;
}
.list-join-content .list-join-t {
	max-width: 1200px;
	margin: 0 auto;
}
.list-join-content img {
	margin: 15px auto;
}
@media(max-width:990px) {
.content .index-about {
	margin-top: 20px;
}
}
@media screen and (max-width:1440px) {
.content .index-about .one .txt p {
	margin-bottom: 20px;
}
.content .index-news .txt .hd h2 {
	font-size: 26px;
	padding-bottom: 20px;
}
.content .index-news .txt .hd li {
	height: 58px;
}
.content .index-news .txt .hd li a {
	line-height: 58px;
}
.footer .footer-pic li {
	margin-bottom: 15px;
}
.list-service ul li:nth-child(2) {
	padding-top: 60px;
	;
}
.list-service ul li:nth-child(2) p {
	padding: 0 60px 20px 60px;
	font-size: 16px;
	line-height: 36px;
}
.list-service ul li:nth-child(5) h2 {
	padding: 150px 150px 0;
	color: #eb6200;
	font-size: 32px;
	font-weight: bold
}
.list-service ul li:nth-child(5) p {
	color: #515151;
	font-size: 16px;
	display: block;
	margin-top: 15px;
}
.list-news .bd li {
	width: 440px;
	margin: 0 10px 10px 0;
	padding: 15px
}
.list-news .bd li h3 {
	padding: 30px 0 15px
}
.list-news .bd li:nth-child(3n) {
	margin-right: 0;
}
.contact-box .contact-form {
	width: 40%;
	padding: 30px 0 0 10%
}
.contact-box .contact-form p {
	margin-bottom: 20px
}
.contact-box .contact-form input {
	margin-bottom: 15px;
	height: 50px;
	line-height: 50px;
}
}

@media screen and (max-width:1366px) {
.content .index-about .one .txt h2 {
	padding: 100px 0 40px
}
.content .index-about .one .txt p {
	margin-bottom: 20px;
	line-height: 34px;
}
.content .index-news .txt .hd {
	padding: 20px;
}
.content .index-news .txt .hd h2 {
	font-size: 26px;
	padding-bottom: 20px;
}
.content .index-news .txt .hd li {
	height: 60px;
}
.content .index-news .txt .hd li a {
	line-height: 60px;
}
.footer .footer-info h3 {
	font-size: 28px;
}
.footer .footer-pic li {
	margin-bottom: 15px;
}
.list-news .bd li {
	width: 410px;
	margin: 0 10px 10px 0;
	padding: 15px
}
.list-news .bd li h3 {
	padding: 15px 0 10px
}
.list-news .bd li:nth-child(3n) {
	margin-right: 0;
}
.contact-box .contact-form {
	width: 45%;
	padding: 30px 0 0 5%
}
.contact-box .contact-form p {
	margin-bottom: 20px
}
.contact-box .contact-form input {
	margin-bottom: 15px;
	height: 45px;
	line-height: 45px;
}
}

@media screen and (max-width:1280px) {
.content .index-about .one .txt h2 {
	font-size: 42px;
	padding: 80px 0 40px
}
.content .index-about .one .txt p {
	margin-bottom: 20px;
	line-height: 34px;
}
.content .index-about .two .txt h2 {
	padding-bottom: 25px;
	font-size: 32px;
}
.content .index-about .two ul li {
	height: 100px;
	padding: 15px 0;
}
.content .index-news .txt .hd {
	padding: 20px;
}
.content .index-news .txt .hd h2 {
	font-size: 26px;
	padding-bottom: 20px;
}
.content .index-news .txt .hd li {
	height: 56px;
}
.content .index-news .txt .hd li a {
	line-height: 56px;
	font-size: 16px;
}
.footer .footer-info h3 {
	font-size: 28px;
}
.footer .footer-pic li {
	margin-bottom: 15px;
}
.list-service ul li:nth-child(5) h2 {
	padding: 150px 100px 0;
}
.list-news .bd li {
	width: 390px;
	margin: 0 10px 10px 0;
	padding: 15px
}
.list-news .bd li h3 {
	padding: 15px 0 10px
}
.list-news .bd li:nth-child(3n) {
	margin-right: 0;
}
.contact-box .contact-form {
	width: 45%;
	padding: 30px 0 0 5%
}
.contact-box .contact-form p {
	margin-bottom: 15px
}
.contact-box .contact-form input {
	margin-bottom: 10px;
	height: 45px;
	line-height: 45px;
}
}

@media screen and (max-width:1200px) {
.content .customer h2 {
	font-size: 36px;

}

.content .index-about .one {
	margin-bottom: 50px;
}
.content .index-about .one .txt h2 {
	font-size: 32px;
	padding: 60px 0 30px
}
.content .index-about .one .txt p {
	margin-bottom: 20px;
	line-height: 32px;
}
.content .index-about .two .txt h2 {
	padding-bottom: 25px;
	font-size: 32px;
}
.content .index-about .two ul li {
	height: 100px;
	padding: 15px 0;
}
.content .index-news .txt .hd {
	padding: 20px;
}
.content .index-news .txt .hd h2 {
	font-size: 26px;
	padding-bottom: 20px;
}
.content .index-news .txt .hd li {
	height: 52px;
}
.content .index-news .txt .hd li a {
	line-height: 52px;
	font-size: 16px;
}
.footer .footer-info h3 {
	font-size: 28px;
}
.footer .footer-pic li {
	margin-bottom: 15px;
}
.list-service ul li:nth-child(5) p {
	color: #515151;
	font-size: 15px;
	display: block;
	margin-top: 20px;
}
.list-news .hd {
	padding: 70px 0 60px
}
.list-news .bd li {
	width: 360px;
	margin: 0 15px 15px 0;
	padding: 15px
}
.list-news .bd li h3 {
	padding: 15px 0 10px
}
.list-news .bd li:nth-child(3n) {
	margin-right: 0;
}
.contact-box .contact-form {
	width: 45%;
	padding: 30px 0 0 5%
}
.contact-box .contact-form p {
	margin-bottom: 15px
}
.contact-box .contact-form input {
	margin-bottom: 10px;
	height: 40px;
	line-height: 40px;
}
}

@media screen and (max-width:1024px) {
.wrap {
	max-width: 1000px;
}
.header .logo {
	max-width: 260px;
	margin-right: 0;
}
.header .logo img {
	width: 80%;
	margin: 30px 0 0 10px
}
.header .menu {
	max-width: 730px
}
.header .menu ul li {
	width: 91px;
}
.content .customer h2 {
	font-size: 34px;
}
.content .index-about .one {
	margin-bottom: 50px;
}
.content .index-about .one .txt h2 {
	font-size: 28px;
	padding: 30px 0 20px
}
.content .index-about .one .txt p {
	margin-bottom: 10px;
	line-height: 26px;
}
.content .index-about .two .txt h2 {
	padding-bottom: 25px;
	font-size: 28px;
}
.content .index-about .two ul li {
	height: 100px;
	padding: 15px 0;
}
.content .index-about a.more {
	margin-top: 30px;
}
.content .index-news .txt .hd {
	padding: 20px;
}
.content .index-news .txt .hd h2 {
	font-size: 26px;
	padding-bottom: 20px;
}
.content .index-news .txt .hd li {
	height: 40px;
}
.content .index-news .txt .hd li a {
	line-height: 40px;
	font-size: 15px;
}
.service {
	margin: 30px 0 10px 0;
}
.footer {
	padding: 60px 0 30px;
}
.footer .footer-pic {
	display: none;
}
.footer .footer-info {
	width: 25%;
}
.footer .footer-menu {
	margin: 0;
	width: 70%;
}
.list-service ul li:nth-child(2) {
	padding-top: 40px;
	;
}
.list-service ul li:nth-child(2) p {
	padding: 0 20px 10px;
	font-size: 16px;
	line-height: 32px;
}
.list-service ul li:nth-child(2) p img {
	width: 80%;
	margin: 10px auto 0;
}
.list-service ul li:nth-child(5) h2 {
	padding: 80px 50px 0;
	color: #eb6200;
	font-size: 26px;
	font-weight: bold
}
.list-service ul li:nth-child(5) p {
	color: #515151;
	font-size: 16px;
	display: block;
	margin: 15px 10px 0;
	line-height: 32px;
	;
}
.list-pro li .txt p.p {
	padding: 20px 0;
	margin: 20px 0 30px 0;
	border-top: 1px dashed #E6E6E6;
	border-bottom: 1px dashed #E6E6E6;
	font-size: 15px;
	color: #666;
	line-height: 32px;
}
.list-news .hd {
	padding: 60px 0 50px
}
.list-news .bd li {
	width: 300px;
	margin: 0 20px 20px 0;
	padding: 10px
}
.list-news .bd li h3 {
	padding: 20px 0 10px
}
.list-news .bd li:nth-child(3n) {
	margin-right: 0;
}
.contact-box .contact-form {
	width: 45%;
	padding: 30px 0 0 5%
}
.contact-box .contact-form p {
	margin-bottom: 15px
}
.contact-box .contact-form input {
	margin-bottom: 10px;
	height: 40px;
	line-height: 40px;
}
}

@media(max-width:990px) {
/*.content .index-about .one .txt p.anim-3{opacity: 1; width:100%}
	.content .index-about .one .txt span.anim-2{opacity: 1;}
	.content .index-about .one .txt {
		width: 100%;
	}

	.content .index-about .one .txt h2 {
		padding: 30px 0 0px;
	}*/
}
.wp {
	margin: 0 auto;
	width: 100%;
	max-width: 100%;

}
.molibe-wh-1 {
	display: none;
}
.wh-1 {
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	margin-top: 58px;
}
.wh-list1 {
	border-right: 1px solid rgba(255,255,255,.3);
	overflow: hidden;
	margin-bottom: 0;
}
.wh-list1 li {
	float: left;
	width: 20%;
	height: 659px;
	line-height: 659px;
	font-size: 0;
	text-align: center;
	border-left: 1px solid rgba(255,255,255,.3);
	position: relative;
	overflow: hidden
}
.wh-list1 .con {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.4;
	width: 100%;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}
.wh-list1 .con .pic {
	margin: 0 auto 42px;
	width: 79px;
	height: 79px;
	border-radius: 50%;
	position: relative
}
.wh-list1 .con .pic:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 90px;
	height: 90px;
	margin: -45px 0 0 -45px;
	background: url(../images/i27.png) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	animation: 30s linear infinite rotate-anim;
	-webkit-animation: 30s linear infinite rotate-anim
}
.wh-list1 .con .pic img {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2
}
.wh-list1 .con span {
	padding-bottom: 28px;
	font-size: 24px;
	color: #fff;
	position: relative
}
.wh-list1 .con span:after {
	margin-left: -83px;
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 166px;
	height: 6px;
	background: url(../images/i26.png) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover
}
.wh-list1 .con h4 span {
	margin-top: 8px;
	display: block;
	font-size: 16px;
	color: #fff;
	font-family: Arial;
	font-weight: 400;
	text-transform: uppercase
}
.wh-list1 .mask {
	padding: 0 13%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: url(../images/bg16.png) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	line-height: 1.4;
	z-index: 2;
	height: 0;
	overflow: hidden;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}
.wh-list1 .mask .pic {
	margin: 40% auto 40px;
	width: 79px;
	height: 79px;
	border-radius: 50%;
	position: relative
}
.wh-list1 .mask .pic:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 90px;
	height: 90px;
	margin: -45px 0 0 -45px;
	background: url(../images/i27_on.png) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	animation: 30s linear infinite rotate-anim;
	-webkit-animation: 30s linear infinite rotate-anim
}
.wh-list1 .mask .pic img {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2
}
.wh-list1 .mask h3 {
	margin-bottom: 26px;
	padding-bottom: 28px;
	font-size: 24px;
	color: #fff;
	position: relative
}
.wh-list1 .mask h3:after {
	margin-left: -83px;
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 166px;
	height: 6px;
	background: url(../images/i26.png) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover
}
.wh-list1 .mask h4 span {
	margin-top: 8px;
	display: block;
	font-size: 16px;
	color: #f5e0e1;
	font-family: Arial;
	text-transform: uppercase;
	font-weight: 400
}
.wh-list1 .mask .txt {
	font-size: 16px;
	color: #fff;
	line-height: 1.9;
	overflow: hidden
}
.wh-list1 li:hover .con {
	opacity: 0;
	filter: alpha(opacity=0);
	filter: alpha(Opacity=0);
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)'
}
.wh-list1 li:hover .mask {
	height: 100%
}

@media (max-width:991px) {
.wp {
	width: 90%;
}
.wh-list1 {
	border: 0;
	overflow: hidden
}
.wh-list1 li {
	float: none;
	width: 100%;
	height: 370px;
	line-height: 0;
	position: inherit;
	border: 1px solid rgba(255,255,255,.3);
	margin: 10px 0;
	padding: 20px 0 0 0;
}
.wh-list1 .mask {
	overflow: inherit;
	position: inherit;
	background: none;
	overflow: inherit;
}
.wh-list1 .mask .pic {
	display: none;
}
.wh-list1 .mask h4 {
	display: none;
}
.wh-list1 .mask .txt {
	text-align: left;
	font-size: 14px;
	margin-top: -21px;
}
.molibe-wh-1 {
	margin-top: 50px;
}
.molibe-wh-1 img {
	width: 100%;
}
}

@media screen and (max-width:999px) {
.wrap {
	max-width: 100%;
}
.top, .header, .indexbanner .swiper-pagination, .pc-menu {
	display: none;
}
.fl, .fr {
	float: none;
}
.index-pro {
	margin: 0
}
.content .customer {
	padding: 60px 0 45px;
}
.content .customer h2 {
	text-align: center;
	margin-bottom: 20px;
	font-size: 26px;
}
.content .customer ul li {
	min-width: 50% !important;
	margin: 0;
	text-align: center;
}
.content .customer ul li:after {
	display: none;
}
.content .index-about .one .pic {
	width: 100%;
	padding: 0 2.5%;
}
.content .index-about .one .txt {
	width: 100%;
}
.content .index-about .two ul li {
	width: 50%;
}
.content .index-about .two ul li p {
	font-size: 14px;
}
.content .index-about .two ul li:after {
	top: 10px;
	right: 40px !important;
}
.content .index-about a.more {
	margin: 20px auto;
}
.content .index-about .two .pic {
	max-width: 100%;
}
.content .index-news .pic {
	width: 100%;
}
.content .index-news .pic .bd li p {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	padding-left: 5%;
	width: 95%;
}
.content .index-news .txt {
	width: 100%;
}
.service {
	height: 350px;
	margin: 44px 0px 0px 0px;
	padding: 0 10px;
}
.service h2 {
	padding: 100px 0 30px
}
.service p {
	font-size: 16px;
}
.footer {
	display: none;
}
.footer .footer-info {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.footer .footer-info a {
	margin: 0 auto 30px;
}
.footer .footer-info img {
	display: none;
}
.footer .footer-menu {
	width: 95%;
	margin: 0 auto;
}
.footer .footer-menu dl {
	width: 25%;
	text-align: center;
}
.footer .footer-menu dl:nth-child(3) {
	display: none;
}
.footer .footer-menu dl:nth-child(5) {
	display: none;
}
.footer .footer-menu dl:nth-child(6) {
	display: none;
}
.bottom {
	padding: 20px 10px;
}
.bottom a.michuan {
	position: static;
	display: block;
	margin: 10px auto 0;
	width: 100%;
}
.bottom a.michuan img {
	margin: 0 auto;
}
.list-service .box {
	padding: 40px 10px;
}
.list-service .box h2 {
	font-size: 26px;
	padding: 20px 0;
}
.list-service .box p {
	font-size: 16px;
	line-height: 26px;
	text-align: left;
}
.list-service ul li {
	width: 100%
}
.list-service ul li:nth-child(2) {
	padding-top: 20px;
}
.list-service ul li:nth-child(2) p img {
	width: 100%;
}
.list-service ul li:nth-child(5) {
	padding-bottom: 40px;
}
.list-service ul li:nth-child(5) h2 {
	padding: 40px 40px 0 40px;
}
.list-pro {
	padding: 30px 15px 20px;
}
.list-pro li .pic {
	max-width: 100%;
}
.list-pro li .txt {
	max-width: 96%;
	margin: 0 auto;
}
.body {
	padding: 20px 10px;
}
.list-news {
	padding: 0px 10px;
}
.list-news .bd li {
	margin: 0 0 15px 0;
	width: 100%;
	padding: 0;
}
.list-news .bd li h3 {
	padding: 20px 10px 10px
}
.list-news .bd li p {
	padding: 0 10px;
}
.list-news .hd {
	padding: 40px 0 20px;
}
.list-news .show {
	padding: 0 10px 30px;
}
.list-news .show .info {
	margin: 10px 0 20px
}
.list-news .show .updown a.more {
	display: none;
}
.list-case .t h2 {
	padding: 70px 0 30px;
}
.list-case .t h3 {
	padding: 0 10px 30px;
}
.list-case .bd li {
	width: 100%;
	float: none;
	margin: 0 0 30px 0;
}
.list-contact {
	padding: 0 10px 40px
}
.list-contact .t {
	padding: 30px 0 15px;
	margin-bottom: 35px;
}
.list-contact .leftmenu {
	display: none;
}
.list-contact .rightcontent {
	position: static;
	width: 100%;
	float: none;
}
.list-contact .rightcontent:before {
	display: none;
}
.list-contact .rightcontent ul li {
	width: 50%
}
.list-contact .rightcontent ul li:first-child {
	margin-bottom: 15px;
	width: 100%;
}
.list-contact .rightcontent .box .hd a {
	height: 40px;
	line-height: 40px;
	width: 30%;
	margin-right: 2%;
	border-radius: 0;
}
.contact-box .contact-form {
	width: 100%;
	float: none;
	padding: 20px;
}
.contact-box .contact-pic {
	display: none;
}
.history {
	display: none;
}
.culture li {
	width: 100%;
	float: none;
	margin-bottom: 20px;
}
.list-join-t h2 {
	padding: 60px 0 20px;
}
.list-join-t p {
	padding: 0 10px
}
.list-join-ad ul {
	padding-top: 20px;
}
.list-join-ad li {
	width: 100%;
	float: none;
	margin: 0 0 15px 0;
	overflow: hidden;
	min-height: 200px;
}
.list-join-content img {
	max-width: 90%;
}
.list-pro .body {
	margin: 0;
	min-height: auto;
	overflow: auto
}
.show-pro .body {
	overflow-x: scroll;
}
.show-pro .body table {
	width: 95% !important;
}
.show-pro .body td {
	width: auto !important;
}
.list-news-nav {
	text-align: left;
}
.list-news-nav a {
	margin-bottom: 5px;
}
}
/*首页新闻*/
.swiper-button-prev:after, .swiper-button-next:after {
	content: '' !important;
}
.index-tit {
	text-align: center;
	width: 100%;
	overflow: hidden;
}
.index-tit h2 {
	display: block;
	color: #666;
	font-size: 36px;
	margin-bottom: 15px;
}
.index-tit em {
	display: block;
	color: #666;
	font-size: 18px;
	font-weight: lighter;
	line-height: 19px;
}
.index-news {
	padding: 70px 0 0 0;
	position: relative;
	overflow: hidden;
}
.index-news canvas {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 50% !important;
	z-index: 1
}
.index-news-con {
	margin-top: 90px;
	z-index: 2;
	width: 100%;
	overflow: hidden;
}
.index-news-con .dd {
	position: relative;
}
.index-news-con .dd .img {
	overflow: hidden;
}
.index-news-con .dd .img .time {
	position: absolute;
	top: 144px;
	left: 20px;
	width: 70px;
	height: 75px;
	background: #006cb7;
	z-index: 999;
}
.index-news-con .dd .img .time span {
	display: block;
	margin-top: 2px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}
.index-news-con .dd .img .time em {
	display: block;
	margin-top: 0px;
	text-align: center;
	color: #fff;
}
.index-news-con .dd img {
	width: 100%;
}
.index-news-con .dd img {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.index-news-con .dd:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.index-news-con .dd .txt {
	padding: 35px 20px 74px 20px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
	position: relative;
	color: #222;
}
.index-news-con .dd .txt span {
	display: block;
	font-size: 18px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}
.index-news-con .dd .txt span a {
	color: #555;
}
.index-news-con .dd .txt em {
	display: block;
	margin-top: 15px;
	font-size: 16px;
	line-height: 25px;
	height: 50px;
	font-weight: normal;
	color: #777;
}
.index-news-con .dd .txt .more {
	position: absolute;
	right: 20px;
	bottom: 10px;
}

@media(max-width:990px) {
.index-news-con .dd .img .time {
	top: 140px
}
}
.rbtn2 {
	width: 48px;
	height: 48px;
	transition: all .4s ease 0s;
	background: #006cb7;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	overflow: hidden
}
.rbtn2 i {
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url('../images/arr3.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	background-size: 28px
}
.rbtn2:hover {
	background: #5cbc5e;
}
.rbtn2 i {
	animation: downico 1.5s ease-out infinite;
	background-image: url('../images/arr.png')
}

@media (max-width:768px) {
.rbtn2 {
	width: 30px;
	height: 30px
}
.rbtn2 i {
	left: 0;
	background-size: 60% auto
}
}
.rbtn2.on {
	background: #123938
}
.rbtn2.on i {
	animation: downico 1.5s ease-out infinite;
	background-image: url('../images/arr.png')
}

@media screen and (max-width:991px) {
.index-news {
	width: 100% !important;
	padding: 26px 0 0px 0;
}
.index-news-con {
	margin-top: 40px;
}
.index-news canvas {
	height: 10% !important;
}
.index-news-con .dd .txt {
	padding: 50px 20px;
	margin-bottom: 20px;
}
.index-news-con.dd .txt span {
	font-size: 18px;
}
.index-news-con .dd .txt em {
	font-size: 14px;
}
.rbtn2 {
	width: 35px;
	height: 35px
}
}
.index-news {
	width: 1440px;
	margin: 0px auto;
}
.index-news .swiper {
	width: 100%;
	height: 100%;
	padding-bottom: 54px;
}
.index-news .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-height: 200px;
}
.index-news .swiper-pagination-bullet {
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	font-size: 14px;
	color: #000;
	opacity: 1;
	background: rgba(0, 0, 0, 0.2);
}
.index-news .swiper-pagination-bullet-active {
	color: #fff;
	background: #28a745;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #f37804;
	border-color: #f37809;
}
/*服务领域*/
.section-title {
	position: relative;
	font-size: 24px;
	font-weight: 900;
	line-height: 1;
	margin: 0 0 40px 0;
	z-index: 0;
	text-transform: uppercase;
	color: #0d1d31;
	display: table;
	width: 100%;
}
.section-title .icon-inner {
	display: table-cell;
	width: 70px;
}
.section-title .title-inner {
	display: table-cell;
	padding-bottom: 2px;
	vertical-align: middle;
	font-weight: normal;
}
.clearfix:after {
	clear: both;
}
/*产品中心*/

.application_list {
	padding: .8rem 0 .3rem
}
.application_list li {
	margin-bottom: .8rem;
	background: #fff
}
.application_list li img {
	width: 100%;
}

@media (min-width: 641px) {
.application_list li {
	display: flex;
	align-items: stretch
}
.application_list li .img, .application_list li .info {
	width: 50%
}
.application_list li:nth-child(2n) .info {
	order: -1
}
}
.application_list .hd2 {
	margin: 30px 0;
}
.application_list .hd2 a {
	color: #006eb4;
	font-size: 30px;
}
.application_list .info {
	padding: .6rem 5%
}
.application_list .info .desc {
	line-height: 1.8;
	color: #666;
	margin-bottom: 30px;
}
.new-service {
	padding: 60px 10px;
}
.new-service h1.page-title {
	position: relative;
	color: #333333;
	padding-left: 2rem;
	font-size: 24px;
	margin-top: 20;
	line-height: 40px;
	font-weight: bold;
	margin-bottom: 20px;
}
.new-service h1.page-title:after {
	top: 0.3rem;
	height: 30px;
	content: "";
	position: absolute;
	left: 2px;
	width: 5px;
	background-color: #333333;
}
.faqlist {
	min-height: 500px;
}
.faqlist .panel-default .panel-title {
	padding: 20px 0;
	color: #333;
	background-color: transparent;
	border-bottom: #ddd solid 1px;
	line-height: 30px;
	font-size: 16px;
}
.faqlist .panel-default .panel-body {
	padding: 20px 0;
	color: #505050;
	line-height: 30px;
	font-size: 16px;
}
.faqlist .panel-default .panel-body p{
	margin-bottom: 0;
}
.faqlist .panel-default .panel-title span{line-height: 30px; font-size: 18px;}
.faqlist .panel-default .panel-title svg{float:right;margin-top: 7px;font-size: 18px;}
.subject {
	font-size: 32px;
	text-align: center;
	line-height: 40px;
	margin-bottom: 30px;
}
.list-news .subject {
	margin-top: 20px;
}


.show-pro-banner{ width:100%; overflow: hidden;}
.inner_table{ overflow:scroll; }
.inner_table .tableHtml{overflow-x: scroll; width:160%;}
.inner_table.w_700 .tableHtml{ width:200%;}
.inner_table .tableHtml table{ border-collapse:collapse; }
.inner_table .tableHtml table td{line-height:21px; padding:0px 2px;}
p.table_title{line-height: 25px;}
p.table_title i{ font-size:16px; color:#171c61; line-height: 25px;}
p.table_title i.fa-hand-o-down{color:red; padding: 0px 7px;}
p.table_title strong{ font-size: 20px; text-indent: 10px;line-height: 25px; margin-right: 10px;}
