a {
	color: inherit;
}
a:hover {
	color: #076ce0;
}
.main {
	width: 1430px;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
}
.main::after {
	content: "";
	display: block;
	clear: both;
}
.nav_btn {
	display: none;
}
.header_out {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}
.ts {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.head {
	height: 100px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.head .logo {
	display: block;
	float: left;
	margin-top: 18px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.head .logo img {
	display: block;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
	float: left;
}
.head .logo .logo_b {
	margin-left: 14px;
	margin-top: 10px;
}
.head .nav_search {
	display:block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin-top: 31px;
	background: #ff0813 url(/template/default/images/search.png) no-repeat center;
}
.search_rt {
	position:relative;
	float: right;
	width: 30px;
}
.search {
	width: 220px;
	z-index: 999;
	position:absolute;
	top: 80px;
	left: -180px;
	background: #fff;
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
	display: none;
}
.search form {
	position: relative;
	border: 1px solid #ff0813;
}
.search form .btn {
	display: block;
	width: 25%;
	height: 35px;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	background: #ff0813  url(/template/default/images/search.png) no-repeat center;
	font-size: 14px;
	cursor: pointer;
	color: #fff;
}
.search form .keyword {
	width: 75%;
	height: 35px;
	border: none;
	background: #fff;
	padding: 0 10px;
	font-size: 14px;
}
.head .nav_tel {
	line-height: 30px;
	float: right;
	font-weight: bold;
	color: #fff;
	font-size: 20px;
	position: relative;
	padding-left: 42px;
	margin-left: 10px;
	margin-top: 31px;
}
.head .nav_tel::after {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #ff0813 url(/template/default/images/tel.png) no-repeat center;
	position: absolute;
	left: 0;
	top: 0;
}
.head .nav {
	float: left;
	margin-left: 150px;
}
.head .nav li {
	float: left;
	position: relative;
}

.head .nav li > a {
	height: 100px;
	padding: 0 20px;
	font-size: 15px;
	padding-top: 59px;
	color: #fff;
	line-height: 1;
	display: block;
	transition: all 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
	position:relative;
}
.head .nav li>a {
	background-size:26px 28px !important;
}
.head .nav li > a img {
	display: block;
	margin: 0 auto 10px;
}
.head .nav li:nth-child(1) > a {
	background:url(/template/default/images/nav_icon_1.png) no-repeat center top 21px;
}
.head .nav li:nth-child(2) > a {
	background:url(/template/default/images/nav_icon_2.png) no-repeat center top 21px;
}
.head .nav li:nth-child(3) > a {
	background:url(/template/default/images/nav_icon_3.png) no-repeat center top 21px;
}
.head .nav li:nth-child(4) > a {
	background:url(/template/default/images/nav_icon_4.png) no-repeat center top 21px;
}
.head .nav li:nth-child(5) > a {
	background:url(/template/default/images/nav_icon_5.png) no-repeat center top 21px;
}
.head .nav li:nth-child(6) > a {
	background:url(/template/default/images/nav_icon_6.png) no-repeat center top 21px;
}
.head .nav li:nth-child(7) > a {
	background:url(/template/default/images/nav_icon_7.png) no-repeat center top 21px;
}
.head .nav li:nth-child(8) > a {
	background:url(/template/default/images/nav_icon_8.png) no-repeat center top 21px;
}
.head .nav li .sub {
	position: absolute;
	min-width: 100%;
	left: 0;
	display: none;
	opacity: 0;
	top: 110%;
	text-align: left;
	background: #fff;
	box-shadow: 0px 1px 1px 0.26px rgba(0, 0, 0, 0.15);
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	padding: 10px 0;
	white-space: nowrap;
}
.head .nav li .sub a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	padding: 0 20px;
	padding-right: 30px;
	line-height: 40px;
	font-size: 15px;
	color: #949494;
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	position: relative;
}
.head .nav li .sub a::after {
	content: "";
	display: block;
	height: 6px;
	width: 0;
	transition: all 0.35s;
	background: #076ce0;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -3px;
}
.head .nav li .sub a:hover {
	padding-left: 40px;
}
.head .nav li .sub a:hover::after {
	width: 12px;
}
 @keyframes moveup {
 from {
 top: 110%;
}
to {
	opacity: 1;
	top: 100%;
}
}
.main2 {
	width: 1200px;
}
.banner {
	color: #fff;
}
.banner .main2 {
	padding-top: 360px;
	padding-bottom: 285px;
}
.banner .swiper-slide-active .txt {
	opacity: 1;
	transform: translateY(0);
}
.banner .txt {
	background: rgba(7, 108, 224, 0.5);
	width: 675px;
	transition: all 0.35s;
	opacity: 0;
	transform: translateY(30%);
	padding-top: 40px;
	padding-left: 90px;
	padding-right: 50px;
	padding-bottom: 30px;
	position: relative;
	max-width: 100%;
	transition: all 0.35s;
	transition-delay: 0.45s;
}
.banner .txt h2 {
	font-weight: bold;
	line-height: 1;
	font-size: 66px;
}
.banner .txt p {
	font-size: 28px;
	line-height: 1.42857;
}
.banner .txt .border {
	width: 64px;
	height: 52px;
	border-top: 10px solid #fff;
	position: absolute;
	top: 19px;
	right: 24px;
	border-right: 10px solid #fff;
}
.banner .txt .line {
	display: block;
	width: 94px;
	height: 2px;
	background: #fff;
	margin: 20px 0;
}
.banner .txt em {
	display: block;
	font-size: 33px;
	font-weight: bold;
	opacity: 0.2;
	text-transform: uppercase;
	position: absolute;
	left: -10%;
	top: 40%;
	letter-spacing: -2px;
	transform: rotate(90deg);
}
.banner .swiper-pagination {
	font-size: 0;
	bottom: 34px;
}
.banner .swiper-pagination-bullet {
	width: 24px;
	border-radius: 50%;
	height: 24px;
	border: 1px solid transparent;
	background: none;
	position: relative;
	opacity: 1;
	transition: all 0.35s;
}
.banner .swiper-pagination-bullet::after {
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.banner .swiper-pagination-bullet-active {
	border-color: #fff;
}
.title {
	text-align: center;
	padding-top: 70px;
	padding-bottom: 50px;
}
.title span {
	display: block;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: lighter;
	color: #b0b0b0;
	line-height: 1;
}
.title h2 {
	font-weight: bold;
	font-size: 35px;
	line-height: 1;
	color: #000;
	margin: 10px 0 12px;
}
.title h2 em {
	color: #076ce0;
}
.title .line {
	display: block;
	margin: 0 auto;
	width: 65px;
	height: 3px;
	background: #076ce0;
}
.business {
	padding-bottom: 100px;
}
.business ul {
	margin: 0 -25px;
	border-left: 1px solid #e0e0e0;
}
.business ul li {
	width: 16.666666666%;
	float: left;
	height: 308px;
}
.business ul a {
	border: 1px solid #e0e0e0;
	border-left: none;
	padding-top: 70px;
	display: block;
	position: relative;
	z-index: 5;
	height: 100%;
	overflow: hidden;
	transition: all 0.35s;
}
.business ul a:hover {
	background: #076ce0;
	padding-top: 40px;
}
.business ul a:hover p {
	color: #fff;
	margin-top: 30px;
}
.business ul a:hover .img {
	width: 100px;
	height: 100px;
	background: #fff;
}
.business ul a:hover .img img {
	height: 60px;
	margin-top: 20px;
}
.business ul .img {
	width: 94px;
	height: 94px;
	transition: all 0.35s;
	border-radius: 50%;
	padding-top: 1px;
	background: transparent;
	transition: all 0.35s;
	margin: 0 auto;
}
.business ul .img img {
	display: block;
	margin: 0 auto;
	max-height: 100%;
	height: 92px;
	transition: all 0.35s;
}
.business ul p {
	text-align: center;
	margin-top: 70px;
	font-size: 20px;
	transition: all 0.35s;
	font-weight: bold;
	color: #2a2a2a;
}
.business ul span {
	display: block;
	width: 114px;
	line-height: 36px;
	border: 1px solid #fff;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin: 40px auto 0;
	text-align: center;
}
.intro {
	overflow: hidden;
	position: relative;
}
.intro .txt {
	width: 50%;
	float: right;
	background: #f4f4f4;
	padding: 60px 37px 45px 75px;
}
.intro .txt .tit {
	position: relative;
	padding-top: 31px;
}
.intro .txt .tit span {
	display: block;
	line-height: 1;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}
.intro .txt .tit span img {
	display: block;
}
.intro .txt .tit h2 {
	position: relative;
	z-index: 5;
	color: #076ce0;
	font-weight: bold;
	font-size: 35px;
	line-height: 1;
}
.intro .txt .tit em {
	display: block;
	background: #076ce0;
	width: 63px;
	height: 5px;
	margin-top: 22px;
}
.intro .txt p {
	font-size: 16px;
	color: #757575;
	line-height: 2.1875;
	margin-top: 40px;
}
.intro .txt ul {
	margin: 60px -2.5px 0;
}
.intro .txt ul li {
	width: 20%;
	padding: 0 2.5px;
	float: left;
}
.intro .txt ul a {
	display: block;
	background: #fff;
	padding: 25px 0;
	transition: all 0.35s;
}
.intro .txt ul a:hover {
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
}
.intro .txt ul img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.intro .txt ul span {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #313131;
	font-weight: bold;
	margin-top: 15px;
}
.intro .img {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	left: 0;
}
.intro .img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.c_num {
	padding-top: 135px;
	padding-bottom: 90px;
	background: #000 url(/template/default/images/bg.png) no-repeat center/cover;
}
.c_num li {
	width: 25%;
	float: left;
	font-size: 0;
	text-align: center;
}
.c_num li h2 {
	display: inline-block;
	position: relative;
	font-size: 70px;
	color: #fff;
	line-height: 1;
	position: relative;
}
.c_num li h2 em {
	font-size: 23px;
	position: absolute;
	right: -45px;
	top: -5px;
}
.c_num li p {
	text-align: center;
	color: #fff;
	font-size: 20px;
	margin-top: 22px;
}
.news {
	padding-bottom: 62px;
}
.news .swiper-button-next,  .news .swiper-button-prev {
	width: 40px;
	height: 40px;
	margin-top: -20px;
}
.news .swiper-button-next {
	background: url(/template/default/images/icon_next.png) no-repeat center/cover;
	right: 0;
}
.news .swiper-button-prev {
	background: url(/template/default/images/icon_prev.png) no-repeat center/cover;
	left: 0;
}
.news .inner {
	position: relative;
	padding: 0 80px;
}
.news .inner img {
	display: block;
	width: 100%;
	height:260px;
	object-fit:cover;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.news .inner img:hover {
	transform:scale(1.05);
}
.news .inner a {
	display: block;
}
.news .inner a h2 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	font-weight: bold;
	color: #2b2b2b;
	line-height: 1;
	margin: 20px 0 11px;
}
.news .inner a h2:hover {
	color:#076ce0;
}
.news .inner a p {
	font-size: 14px;
	line-height: 25px;
	height: 50px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #666;
	overflow: hidden;
}
.news .inner a span {
	display: block;
	line-height: 14px;
	font-size: 12px;
	margin-top: 12px;
	color: #949494;
	padding-left: 20px;
	background: url(/template/default/images/date.png) no-repeat left center;
}
.case {
	background: #f4f4f4;
}
.case li {
	width: 25%;
	float: left;
}
.case a {
	display: block;
	position: relative;
	overflow: hidden;
}
.case a:hover p {
	bottom: -50px;
}
.case a:hover .mask {
	opacity: 1;

}
.case a > img {
	display: block;
	width: 100%;
}
.case a p {
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	color: #fff;
	background: rgba(0, 0, 0, 0.8);
	line-height: 50px;
	font-size: 16px;
	font-weight: lighter;
	transition: all 0.35s;
}
.case a .mask {
	position: absolute;
	opacity: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(7, 108, 224, 0.8);
	color: #fff;
	opacity: 0;
	transition: all 0.35s;
}
.case a .mask .in {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	text-align: center;
	transform: translateY(-50%);
}
.case a .mask .in img {
	display: block;
	margin: 0 auto;
}
.case a .mask .in span {
	display: block;
	font-size: 23px;
	font-weight: bold;
	margin-top: 40px;
}
.partner {
	padding-bottom: 85px;
}
.partner img {
	display: block;
	width: 100%;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.partner .swiper-slide {
	overflow:hidden;
	border:1px solid #ddd;
}
.partner img:hover {
	transform:scale(1.1);-webkit-transform:scale(1.1);  /*兼容-webkit-引擎浏览器*/-moz-transform:scale(1.1); 
}
.partner .swiper-pagination {
	position: static;
	font-size: 0;
	margin-top: 28px;
}
.partner .swiper-pagination-bullet {
	width: 39px;
	height: 3px;
	border-radius: 0;
	margin: 0 7px;
}
footer {
	background: #1f1f1f;
	padding-top: 30px;
}
footer .box {
	float: left;
	margin-right: 85px;
}
footer .box:nth-child(4) {
	padding-left: 50px;
}
footer .box:last-child {
	float: right;
	margin-right: 0;
}
footer .box .tt {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
	margin-bottom: 20px;
}
footer .box .tt::after {
	content: "";
	display: block;
	background: #076ce0;
	margin-top: 12px;
	width: 35px;
	height: 2px;
}
footer .box p {
	font-size: 14px;
	line-height: 30px;
	color: #969696;
}
footer .box p.tel {
	background: url(/template/default/images/icon_tel.png) no-repeat left center;
	padding-left: 26px;
}
footer .box p.address {
	background: url(/template/default/images/icon_address.png) no-repeat left center;
	padding-left: 26px;
}
footer .bottom {
	margin-top: 70px;
	border-top: 1px solid #484848;
	font-size: 14px;
	color: #909090;
	text-align: center;
	padding: 28px 0;
}


/*n1*/
.inner_banner {
	height:500px;
}
.inner_banner img {
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.inner_crumbs {
	line-height:60px;
	height:60px;
	padding:0 45px;
	color:#545454;
	box-shadow:0px 0px 10px rgba(0,0,0,.25);
	position:relative;
	z-index:9;
	margin-top:-30px;
	background:#fff url(/template/default/images/crumbs_icon.png) no-repeat center left 15px;
}
.business_list {
	padding-top:15px;
	padding-bottom:15px;
}
.business_list li {
	padding:40px 0;
}
.business_list .pic {
	width:39%;
	float:left;
	height:364px;
	overflow:hidden;
}
.business_list .pic img {
	width:100%;
	height:100%;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	display:block;
	object-fit:cover;
}
.business_list .pic img:hover {
	transform:scale(1.1);-webkit-transform:scale(1.1);  /*兼容-webkit-引擎浏览器*/-moz-transform:scale(1.1); 
}
.business_list .about {
	float:right;
	width:100%;
}
.business_list .about p {
	color:#5f5f5f;
	font-size:16px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
	overflow:hidden;
	line-height:40px;
}
.business_list .about img {
	max-width:100%;
}

.business_list .word {
	float:right;
	width:56.5%;
}
.business_list .word h3 {
	font-size:30px;
	line-height:73px;
	font-weight:bold;
	color:#343434;
	position:relative;
}
.business_list .word h3:before {   
    content:"";
	width:85px;
	position:absolute;
	bottom:0;
	height:2px;
	background:#076ce0
}
.business_list .word p {
	color:#5f5f5f;
	font-size:16px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
	overflow:hidden;
	height:200px;
	line-height:40px;
	margin:25px 0;
}
.business_list .word .more {
	width:130px;
	line-height:38px;
	height:40px;
	font-size:16px;
	color:#076ce0;
	border:1px solid #076ce0;
	display:inline-block;
	text-align:center;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.business_list .word .more:hover {
	background:#076ce0;
	color:#fff;
}
.business_list li:nth-child(2n) .word {
	float:left;
}
.business_list li:nth-child(2n) .pic {
	float:right;
}


/*n2*/
.inner_nav {
	height:60px;
	border-bottom:1px solid #d0d0d0;
}
.inner_nav li {
	display:inline-block;
	padding:0 20px;
	margin-right:10px;
	line-height:58px;
}
.inner_nav li.hover,.inner_nav li:hover {
	border-bottom:2px solid #076ce0;
	color:#076ce0;
}
.inner_list {
	padding-top:5px;
	padding-bottom:45px;
}
.inner_list li {
	width:31.8%;
	float:left;
	margin-top:40px;
	margin-right:2.3%;
}
.inner_list li:nth-child(3n) {
	margin-right:0;
}
.inner_list .pic {
	height:296px;
	width:100%;
	overflow:hidden;
}
.inner_list .pic img {
	height:100%;
	width:100%;
	display:block;
	object-fit:cover;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.inner_list .pic:hover img {
	transform:scale(1.1);-webkit-transform:scale(1.1);  /*兼容-webkit-引擎浏览器*/-moz-transform:scale(1.1); 
}
.inner_list .word h3 {
	line-height:65px;
	height:65px;
	color:#076ce0;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inner_list .word p {
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
	overflow:hidden;
	font-size:14px;
	color:#5f5f5f;
	line-height:30px;
	height:90px;
}

/*n3*/
.inner_list.a1 li {
	background:#fff;
	box-shadow:0px 0px 10px rgba(0,0,0,.25);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.inner_list.a1 li:hover {
	background:#076ce0;
}
.inner_list.a1 h3 {
	line-height:68px;
	height:68px;
	color:#545454;
	font-size:16px;
	font-weight:normal;
}
.inner_list.a1 li:hover h3 {
	color:#fff;
}
	
 @media (min-width: 1031px) {
.nav li:hover > a ,.nav li.hover > a{
	background-color: #076ce0 !important;
	color: #fff;
}

.nav li:hover .sub {
	opacity: 1;
	display: block;
	animation: moveup 0.5s;
	animation-fill-mode: forwards;
}
.header_out.on {
	box-shadow: 0.174px 0.985px 13.58px 0.42px rgba(0, 0, 0, 0.1);
}
.header_out.on .head {
	height: 66px;
}
.header_out.on .head .nav li > a {
	line-height: 66px;
}
.header_out.on .head .logo {
	margin-top: 9px;
}
.m_nav {
	display: none !important;
}
}
 @media (max-width: 1430px) {
.main {
	width: 1200px;
}
.head .nav li > a {
	padding-right: 10px;
	padding-left: 10px;
}
.head .nav {
	margin-left: 100px;
}
.inner_banner {
    height: 400px;
}
.inner_list .pic {
	height:250px;
}
.news .inner img {
	height:210px;
}
}
 @media (max-width: 1230px) {
.main {
	width: 992px;
}
.head .logo .logo_b {
	display: none;
}
.head .nav_tel {
	display: none;
}
.banner .main2 {
	padding-top: 300px;
	padding-bottom: 250px;
}
.intro .txt {
	padding-left: 20px;
	padding-right: 20px;
}
.inner_nav li {
    display: inline-block;
    padding: 0 10px;
	font-size:14px;
    margin-right:5px;
}
.inner_banner {
    height: 350px;
}
.inner_list .pic {
	height:200px;
}
.inner_list.a1 h3 {
	line-height:58px;
	height:58px;
}
.news .inner img {
	height:170px;
}
}
 @media (max-width: 1030px) {
.head .nav {
	display: none;
}
.main {
	width: 768px;
}
body {
	padding-top: 70px;
}
.banner .main2 {
	padding-top: 200px;
	padding-bottom: 150px;
}
.banner .txt h2 {
	font-size: 50px;
}
.business ul .img img {
	height: 80px;
}
footer .box:nth-child(4) {
	padding-left: 0;
	margin-right: 0;
}
footer .box:last-child {
	width: 100%;
	margin-top: 24px;
}
.banner .txt em {
	font-size: 28px;
}
.banner .txt .border {
	border-width: 5px;
}
.banner .txt p {
	font-size: 20px;
}
.header_out {
	box-shadow: 0.174px 0.985px 13.58px 0.42px rgba(0, 0, 0, 0.1);
	background: #000;
	position: fixed;
}
.header_out .head {
	height: 70px;
}
.header_out .head .nav li > a {
	line-height: 1.6;
}
.header_out .head .logo {
	margin-top: 13px;
	position: absolute;
	margin-top: 0;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
html {
	position: relative;
	transition: all 0.3s;
	left: 0;
}
html.slide_nav {
	left: 450px;
}
.header_out {
	transition: all 0.3s;
	left: 0;
}
.header_out.slide_nav {
	left: 450px;
}
.head .nav {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	display: block;
	width: 450px;
	position: fixed;
	z-index: 999;
	top: 0;
	overflow: hidden;
	z-index: 50;
	background: #076ce0;
	margin-left: 0;
	height: 100%;
	padding-top: 60px;
	padding-right: 25px;
	padding-left: 25px;
	left: -450px;
	transition: all 0.3s;
}
.head .nav.on {
	left: 0;
}
.head .nav li {
	display: block;
	float: none;
	border-bottom: 0.6px solid rgba(255, 255, 255, 0.6);
	padding-right: 55px;
}
.head .nav li > a {
	line-height: 1;
	padding: 14px 0;
	font-size: 13px;
	height:auto;
}
.head .nav li.has_sub::after {
	content: "";
	display: block;
	position: absolute;
	font-family: Arial;
	width: 40px;
	height: 100%;
	font-weight: lighter;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 32px;
	right: 0;
	top: 0;
	background: url(/template/default/images/more.png) no-repeat center/20px 20px;
}
.header_out .head .nav li > a {
	line-height: 2;
	color: #fff;
}
.head .nav li > a img {
	margin-left: 0;
}
.m_nav .con > a img {
	display: none;
}
.head .nav_search {
	margin-top: 22px;
}
.nav_btn {
	display: block;
	width: 26px;
	height: 18px;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -9px;
	z-index: 999;
}
.nav_btn span {
	display: block;
	transition: all 0.3s;
	height: 1px;
	width: 100%;
	position: absolute;
	left: 0;
	background: #fff;
	transition: all 0.3s;
}
.nav_btn span:nth-of-type(1) {
	top: 0;
}
.nav_btn span:nth-of-type(2) {
	top: 50%;
	margin-top: -0.5px;
}
.nav_btn span:nth-of-type(3) {
	bottom: 0;
}
.nav_btn.active span {
	background: #333;
}
.nav_btn.active span:nth-of-type(1) {
	top: 50%;
	transform: rotate(45deg);
}
.nav_btn.active span:nth-of-type(2) {
	opacity: 0;
}
.nav_btn.active span:nth-of-type(3) {
	top: 50%;
	transform: rotate(-45deg);
}
.m_nav {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 50;
	top: 0;
	left: 100%;
	background: #076ce0;
	transition: all 0.3s;
	padding: 150px 40px 0;
}
.m_nav .close {
	display: block;
	width: 30px;
	height: 30px;
	top: 80px;
	left: 50%;
	margin-left: -15px;
	position: absolute;
	background: url(/template/default/images/close.png) no-repeat center/cover;
}
.m_nav .con > a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 18px;
	margin-bottom: 25px;
}
.m_nav .sub a {
	display: block;
	text-align: center;
	margin-bottom: 15px;
	color: #fff;
	font-size: 14px;
}
.m_nav.on {
	left: 0;
}
.search {
	top:60px;
}
.head .nav li>a {
	background:none !important;
}
}
 @media (max-width: 800px) {
.header_out.slide_nav {
	left: 300px;
}
html.slide_nav {
	left: 300px;
}
.head .nav {
	width: 300px;
}
.header_out .head .nav li > a {
	line-height: 1.6;
}
.head .nav {
	padding-right: 0;
	padding-left: 0;
}
.head .nav li {
	padding-left: 26px;
}
.header_out .head {
	height: 50px;
}
body {
	padding-top: 50px;
}
.head .logo img {
	height: 40px;
}
.head .nav_search {
	margin-top: 10px;
}
.banner .main2 {
	padding-top: 150px;
	padding-bottom: 100px;
}
.banner .txt h2 {
	font-size: 40px;
}
.banner .txt p {
	font-size: 18px;
}
.title span {
	font-size: 14px;
}
.title h2 {
	font-size: 28px;
}
.title {
	padding-top: 40px;
	padding-bottom: 30px;
}
.business ul {
	margin: 0;
}
.business ul li {
	width: 50%;
}
.business ul .img img {
	height: 60px;
}
.business ul p {
	margin-top: 30px;
	font-size: 18px;
}
.business ul li {
	height: 250px;
}
.business ul a {
	padding-top: 30px;
}
.business ul .img {
	width: 70px;
	height: 70px;
}
.business ul a:hover .img {
	width: 70px;
	height: 70px;
}
.business ul a:hover .img img {
	margin-top: 5px;
}
.business ul span {
	margin-top: 20px;
}
.intro .img {
	position: relative;
	width: 100%;
}
.business {
	padding-bottom: 40px;
}
.intro .txt {
	width: 100%;
	float: none;
}
.intro .txt .tit span img {
	max-width: 80%;
}
.intro .txt ul span {
	font-size: 14px;
}
.intro .txt ul img {
	width: 40px;
}
.c_num li {
	width: 50%;
	margin-bottom: 24px;
}
.c_num li h2 em {
	right: -20px;
}
.news .inner {
	padding: 0 50px;
}
.case li {
	width: 100%;
	margin-bottom: 10px;
}

footer .box:last-child {
	display: block;
}
footer .box:last-child img {
	display: block;
	margin: 0 auto;
}
footer .box {
    float:none;
    margin-right:0;
}
footer .box p {
	display:inline-block;
	margin-right:15px;
}
footer .box .tt {
	margin:20px 0 10px;
}
footer .bottom {
    margin-top: 30px;
    padding: 15px 0;
}
.inner_banner {
    height: 150px;
}
.inner_crumbs {
    line-height: 40px;
    height: 40px;
    padding: 0 40px;
	font-size:12px;
}
.business_list .pic {
    width: 100%;
    float:none;
    height:auto;
}
.business_list .word {
    float: none;
    width: 100%;
}
.business_list .word h3 {
    font-size: 20px;
    line-height: 53px;
    font-weight: bold;
    color: #343434;
    position: relative;
}
.business_list .word h3:before {
    content: "";
    width: 55px;
}
.business_list .word p {
	font-size:14px;
	line-height:30px;
	-webkit-line-clamp:initial;
	height:auto;
	margin:10px 0;
}
.business_list .word .more {
    width: 120px;
    line-height: 35px;
    height: 37px;
    font-size: 14px;
}
.business_list li {
    padding: 20px 0;
}
.inner_list li {
    width:100%;
    float:none;
    margin-top: 20px;
    margin-right:0;
}
.inner_list .pic {
    height:auto;
}
.inner_list .word h3 {
	    line-height:45px;
    height: 45px;
	font-size:16px;
}
.inner_list .word p {
    -webkit-line-clamp: inherit;
    line-height: 24px;
    height:auto;
}
.inner_nav {
	height:auto;
	line-height:inherit;
}
.inner_nav li {
    display: inline-block;
    padding: 0 5px;
	font-size:14px;
    margin-right:0px;
}
.inner_nav li {
	line-height:40px;
}
.inner_list.a1 h3 {
	font-size:14px;
}
.search {
	top:50px;
}
}

.xiaocms-page{ padding:15px 0; text-align: center; font-size:12px;}
.xiaocms-page span { display: inline-block; height: 22px; padding: 0 10px; line-height: 22px; background: #076ce0; border: 1px solid #076ce0; color: #fff; text-align: center; margin-left: 1px;}
.xiaocms-page a { display: inline-block; height: 22px; line-height: 22px; background: #fff; border: 1px solid #076ce0; text-align: center; color: #333; padding: 0 10px; margin-left: 1px; font-size:12px;}

.nmain{ padding:0px 0; overflow:hidden}
.nnbt{ text-align:center; font-size:25px; margin-bottom:40px; color:#076ce0; line-height:45px;}
.nnbt em{ display:block; height:3px; width:80px; margin:0 auto; background:#076ce0}
.ab2{ margin-top: 35px; line-height: 30px; font-size: 14px;}
.ab2 a{ color:#333; }
.ab2 a:hover{ color:#076ce0 }
.ab2 img{ max-width: 100%;}
.about1{ width:98%; margin:0px auto;  max-width:1200px; padding:50px 0; font-size:16px; line-height:45px; color:#777; overflow:hidden}
.about1 img{ float:right; width:30%; height:auto; padding-left:5%;}