.main {
	width: 1230px;
	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;

}
body {
	padding-top: 80px;
}
.header_out {
	background: #fff;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	transition: all 0.3s;
	height: 80px;
	z-index: 999;
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}
.swiper-no-swiping img {
	max-height: 660px;
	object-fit: cover;
}
.ts {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.head {
	height: 80px;
	position: relative;
	transition: all 0.3s;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.head .logo {
	display: block;
	float: left;
	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_a {
	transition: all 0.35s;
	width: 110px;
	position: absolute;
	top: 5px;
	left: 0;
}
.head .nav {
	float: right;
}
.head .nav li {
	float: left;
	position: relative;
	margin: 0 15px;
}
.head .nav li>a {
	line-height: 80px;
	padding: 0 15px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	display: block;
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.head .nav li.hover>a{
	color:#2f68b2;
	box-sizing:border-box;
	position:relative;

}
.head .nav li.hover>a::after {
    content:"";
    display: block;
	height:3px;
	background:#2f68b2;
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
} 
.head .nav li .sub {
	position: absolute;
	min-width: 100%;
	left: 50%;
	transform: translateX(-50%);
	visibility: hidden;
	opacity: 0;
	top: 110%;
	text-align: center;
	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);
	white-space: nowrap;
	text-align: center;
	padding: 0 0;
	border-top: 3px solid #2f68b2;
}
.head .nav li .sub a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	padding: 0 10px;
	font-size: 14px;
	line-height: 40px;
	color: #949494;
	min-width: 105px;
	color: #333;
	border-bottom: 1px solid #d2d2d2;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.head .nav li .sub a:last-child {
	border-bottom: none;
}
.head .nav li .sub a:hover {
	background: #ededed;
}
.head .tel {
	float: right;
	padding-left: 35px;
	margin-top: 26px;
	margin-left: 35px;
	line-height: 26px;
	transition: all 0.3s;
	background: url(/template/default/images/tel.png) no-repeat left 4px;
}
.head .tel span {
	display: block;
	color: #ff6537;
	font-size: 16px;
	font-weight: bold;
}
.banner {
	display: block;
}
.banner img {
	display: block;
	width: 100%;
	object-fit: cover;
}
.banner .swiper-pagination-bullet {
	width: 50px;
	border-radius: 0;
	height: 5px;
	background: #fff;
	opacity: 0.5;
}
.banner .swiper-pagination-bullet-active {
	opacity: 1;
	background: #ef892e;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets, .banner .swiper-pagination-custom, .banner .swiper-pagination-fraction {
	bottom: 20px;
	font-size: 0;
}
.banner .swiper-button-next, .banner .swiper-button-prev {
	opacity: 0;
	transition: all 0.3s;
}
.banner:hover .swiper-button-next, .banner:hover .swiper-button-prev {
	opacity: 1;
}
.banner .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%232f68b2'%2F%3E%3C%2Fsvg%3E");
}
.banner .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%232f68b2'%2F%3E%3C%2Fsvg%3E");
}
.back_grey {
	background: #f3f3f3;
}
.title_box {
	padding: 45px 0;
	text-align: center;
}
.title_box h2 {
	font-size: 30px;
	color: #2f68b2;
	font-weight: bold;
}
.title_box span {
	font-size: 16px;
	color: #6d6d6d;
	text-transform: uppercase;
	display: block;
	margin: 5px 0;
}
.title_box .le {
	display: block;
	margin: 0 auto;
	width: 60px;
	height: 4px;
	background: #ff6537;
	margin-top: 10px;
}
.in_product {
	margin: 0 -15px;
	padding-bottom: 50px;
}
.in_product li {
	float: left;
	padding: 15px;
	box-sizing: border-box;
	width: 33.333%;
}
.in_product li .box {
	display: block;
	width: 100%;
	height: 210px;
	background: #fff;
	position: relative;
}
.in_product li:hover .box {
	box-shadow: 0px 1px 14.56px 1.44px rgba(0, 0, 0, 0.2);
}
.in_product li .box .pic {
	left: 0;
	top: 0;
	background: url(/template/default/images/bg_01.png) no-repeat left;
	background-size: auto 100%;
	width: 200px;
	height: 100%;
	position: absolute;
	box-sizing: border-box;
	padding: 15px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}
.in_product li .box .pic img {
	max-height: 100%;
	max-width: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.in_product li .box .pic img:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);  /*兼容-webkit-引擎浏览器*/
	-moz-transform: scale(1.1);
}
.in_product li .box .text {
	margin-left: 200px;
	padding: 20px;
	box-sizing: border-box;
}
.in_product li .box .text h2 {
	font-size: 26px;
	color: #2f68b2;
	font-weight: bold;
	margin-top: 35px;
}
.in_product li .box .text .more {
	display: block;
	width: 110px;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	box-sizing: border-box;
	background: #2f68b2 url(/template/default/images/gd.png) no-repeat right;
	background-size: auto 20px;
	background-position: 90%;
	color: #fff;
	font-size: 14px;
	border-radius: 5px;
	margin-top: 30px;
}
.in_product li .box .text .more:hover {
	background: #337ad7 url(/template/default/images/gd.png) no-repeat right;
	background-size: auto 20px;
	background-position: 90%;
}
.in_product_b {
	margin: 0 -10px;
	padding-bottom: 50px;
}
.in_product_b li {
	color: #fff;
	float: left;
	width: 25%;
	padding: 10px;
	box-sizing: border-box;
}
.in_product_b li .box {
	display: block;
	width: 100%;
	padding: 5px;
	border: 1px solid #ccc;
	background: #fff;
}
.in_product_b li:hover .box {
	box-shadow: 0px 1px 14.56px 1.44px rgba(0, 0, 0, 0.1);
}
.in_product_b li .box .pic {
	width: 100%;
	height: 230px;
	padding: 15px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}
.in_product_b li .box .pic img {
	max-height: 100%;
	max-width: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.in_product_b li .box .pic img:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);  /*兼容-webkit-引擎浏览器*/
	-moz-transform: scale(1.1);
}
.in_product_b li .box p {
	line-height: 34px;
	background: #eee url(/template/default/images/gd2.png) no-repeat right;
	background-size: auto 18px;
	background-position: 96%;
	padding: 0 15px;
	box-sizing: border-box;
	font-size: 14px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.in_advantage {
	padding: 50px 0;
}
.in_advantage .title h2 {
	font-size: 40px;
	font-weight: bold;
	color: #333;
	text-align: center;
}
.in_advantage .title h2 em{
	color:#ff6537;
}
.in_advantage .title span {
	color: #fff;
	text-align: center;
	font-size: 26px;
	background: url(/template/default/images/bg_02.png) no-repeat center;
	line-height: 46px;
	display: block;
	margin: 20px auto;
}
.advantage_box {
	margin: 90px -15px 0;
}
.advantage_box li {
	float: left;
	padding: 15px;
	box-sizing: border-box;
	width: 33.333%;
}
.advantage_box li .box {
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	height: 460px;
	position: relative;
}
.advantage_box li .box .pic {
	width: 100%;
	height: 200px;
	position: relative;
}
.advantage_box li .box .pic span {
	width: 60px;
	height: 60px;
	border-radius: 60px;
	background: #ff6537;
	line-height: 60px;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: -30px;
	z-index: 9;
	left: 50%;
	margin-left: -30px;
}
.advantage_box li .box .pic img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.advantage_box li .box .text {
	padding: 40px;
	color: #333;
	text-align: center;
	line-height: 28px;
}
.advantage_box li .box .text h2 {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight:bold;
}
.advantage_box li .box .text p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}
.advantage_box li.on {
	margin-top: -50px;
}
.advantage_box li.on .pic {
	position: absolute;
	bottom: 0;
	left: 0;
}
.advantage_box li.on .box .pic span {
	width: 60px;
	height: 60px;
	border-radius: 60px;
	background: #ff6537;
	line-height: 60px;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	position: absolute;
	top: -30px;
	z-index: 9;
	left: 50%;
	margin-left: -30px;
}
.in_industry {
	margin: 0 -5px;
	padding-bottom: 50px;
}
.in_industry li {
	float: left;
	width: 20%;
	padding: 5px;
}
.in_industry li.ho {
	width: 30%;
}
.in_industry li .box {
	width: 100%;
	height: 160px;
	display: block;
	position: relative;
	overflow: hidden;
	object-fit: cover;
}
.in_industry li .box::after {
    content:"";
    display: block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background: rgba(0,0,0,.2);

} 
.in_industry li .box img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.in_industry li:hover .box img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);  /*兼容-webkit-引擎浏览器*/
	-moz-transform: scale(1.1);
}
.in_industry li .box P {
	width: 100%;
	position: absolute;
	left: 0;
	top: 49%;
	font-weight: bold;
	text-shadow: 0.1em 0.1em 0.05em #333;
	font-size: 16px;
	text-align: center;
	color: #fff;
	z-index:9;
}
.in_company {
	background: url(/template/default/images/bg_03.jpg) no-repeat top;
	background-size: auto 310px;
	padding: 90px 0 60px;
}
.in_company .con {
	color: #fff;
	padding: 30px;
	height: 400px;
	box-sizing: border-box;
	background: linear-gradient(left, #2da2dd, #1e52a4);
	background: -ms-linear-gradient(left, #2da2dd, #1e52a4);
	background: -webkit-linear-gradient(left, #2da2dd, #1e52a4);
	position: relative;
}
.in_company .con .pic {
	width: 600px;
	height: 400px;
	position: absolute;
	left: 30px;
	top: -30px;
	overflow: hidden;
}
.in_company .con .pic img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.in_company .con .pic img:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);  /*兼容-webkit-引擎浏览器*/
	-moz-transform: scale(1.1);
}
.in_company .con .text {
	margin-left: 630px;
	font-size: 14px;
	line-height: 28px;
}
.in_company .con .text .title h3 {
	font-size: 23px;
}
.in_company .con .text .title span {
	display: block;
	margin: 5px 0;
}
.in_company .con .text .title i {
	width: 50px;
	height: 2px;
	background: #fff;
	display: block;
}
.in_company .con .text .title {
	margin-bottom: 30px;
}
.in_company .con .text .more {
	width: 140px;
	line-height: 38px;
	text-align: center;
	background: #ff6537;
	color: #fff;
	font-size: 14px;
	display: block;
	margin-top: 20px;
}
.in_company .con .text .more:hover {
	background: #f16940;
}
.in_news {
	padding: 50px 0 30px;
	margin: 0 -15px;
}
.in_news .con {
	width: 50%;
	padding: 15px;
	box-sizing: border-box;
	float: left;
}
.in_news .con .ion {
	background: #fff;
}
.in_news .con .title {
	padding: 0 15px;
	position: relative;
	line-height: 60px;
	border-bottom: 1px solid #ccc;
	font-size: 24px;
	color: #2f68b2;
	font-weight: bold;
}
.in_news .con .title::after {
	content: "";
	display: block;
	width: 140px;
	background: #2f68b2;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -1px;
}
.in_news .con .box {
	margin: 15px;
	height: 125px;
	padding-bottom: 15px;
	position: relative;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
}
.in_news .con .box .pic {
	width: 190px;
	height: 110px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}
.in_news .con .box .pic img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.in_news .con .box .pic img:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);  /*兼容-webkit-引擎浏览器*/
	-moz-transform: scale(1.1);
}
.in_news .con .box .text {
	margin-left: 210px;
}
.in_news .con .box .text h3 {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.in_news .con .box .text .tims {
	font-size: 12px;
	display: block;
	color: #a6a6a6;
}
.in_news .con .box .text p {
	font-size: 14px;
	color: #656565;
	line-height: 24px;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.in_news .con .list {
	margin: 15px;
	padding-bottom: 20px;
}
.in_news .con .list li {
	line-height: 34px;
	position: relative;
}
.in_news .con .list li p {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 20px;
	position: relative;
}
.in_news .con .box .text:hover h3 {
	color: #2f68b2;
}
.in_news .con .list li:hover p {
	color: #2f68b2;
}
.in_news .con .list li p::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #ff6537;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -4px;
}
.in_news .con .list li .time {
	font-size: 14px;
	display: block;
	color: #a6a6a6;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
}
.swiper_honor {
	padding-bottom: 60px;
}
.swiper_honor .swiper-button-next {
	background: url(/template/default/images/b_next.jpg) no-repeat center;
	background-size: cover;
	width: 95px;
	height: 36px;
	right: 40%;
	left: auto;
	bottom: 0;
	top: auto;
}
.swiper_honor .swiper-button-prev {
	background: url(/template/default/images/b_prev.jpg) no-repeat center;
	background-size: cover;
	width: 95px;
	height: 36px;
	left: 40%;
	right: auto;
	bottom: 0;
	top: auto;
}
.swiper_honor .pic {
	width: 100%;
	height: 200px;
	display: block;
	border: 1px solid #ccc;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	padding: 5px;
	box-sizing: border-box;
	justify-content: center;
}
.swiper_honor .pic img {
	max-width: 100%;
	max-height: 100%;
}
.in_honor {
	padding-bottom: 50px;
}
.footer {
	background: #202021;
	padding: 30px 0;
	border-bottom: 1px solid #333;
}
.footer .logo {
	float: left;
	width: 240px;
	border-right: 1px solid #333;
}
.footer .cot {
	float: left;
	margin-left: 60px;
}
.footer .cot h3 {
	font-size: 14px;
	color: #fff;
	margin-bottom: 20px;
	font-weight:bold;
}
.footer .cot p {
	font-size: 14px;
	line-height: 28px;
	color: #666;
}
.footer .erm {
	float: right;
	width: 100px;
	text-align: center;
	font-size: 14px;
	line-height: 28px;
	color: #666;
}
.record {
	background: #202021;
	padding: 15px 0;
	font-size: 14px;
	color: #666;
	text-align: center;
}
.record a {
	color: #666;
	display: inline-block;
}
.banner_b {
	display: block;
	position: relative;
	width: 100%;
}
.banner_b img {
	width: 100%;
	display: block;
	object-fit: cover;
}
.crumbs {
	background: rgba(0,0,0,.6);
	line-height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.crumbs .con {
	background: url(/template/default/images/fangzi.png) no-repeat left;
	background-size: auto 18px;
	padding-left: 30px;
	color: #fff;
	font-size: 14px;
}
.crumbs .con a {
	display: inline-block;
	color: #fff;
}
.title_ta {
	text-align: center;
	padding: 40px 0;
}
.title_ta h2 {
	color: #333;
	font-size: 30px;
	font-weight: bold;
}
.title_ta i {
	width: 40px;
	height: 3px;
	display: block;
	margin: 10px auto;
	background: #2f68b2;
}
.nav_b {
	text-align: center;
}
.nav_b li {
	display: inline-block;
	margin: 0 5px 10px;
	text-align: center;
	width: 146px;
	height: 45px;
	font-size: 16px;
	line-height: 45px;
	color: #333;
	background: #eee;
}
.nav_b li a {
	color: #333;
}
.nav_b li.hover {
	background: #2f68b2;
}
.nav_b li.hover a {
	color: #fff;
}
.about_box {
	margin: 40px 0;
	padding: 30px;
	box-shadow: 0px 1px 14.56px 1.44px rgba(0, 0, 0, 0.1);
}
.about_box h2 {
	text-align: center;
	color: #2f68b2;
	font-size: 30px;
	font-weight: bold;
}
.about_box .text {
	line-height: 28px;
	color: #333;
	margin-top: 20px;
	font-size: 16px;
}
.about_box .text p {
	text-indent: 2em;
}
.about_box dl {
	margin: 15px -15px 30px;
}
.about_box dl dd {
	padding: 15px;
	float: left;
	box-sizing: border-box;
	width: 50%;
	height: 280px;
	overflow:hidden;
}
.about_box dl dd img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.about_box dl dd img:hover{
	transform:scale(1.1);-webkit-transform:scale(1.1);  /*兼容-webkit-引擎浏览器*/-moz-transform:scale(1.1); 
}
.about_box .int {
	margin: 15px -15px;
	margin-top: 30px;
}
.about_box .int li {
	padding: 15px;
	float: left;
	width: 25%;
	text-align: center;
}
.about_box .int li .iocn {
	display: block;
	margin: 10px auto;
	width: 80px;
	height: 80px;
	border-radius: 80px;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.about_box .int li .iocn:hover {
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	/*兼容IE*/
	filter: FlipH;
}
.about_box .int li .iocn img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about_box .int li p {
	font-size: 16px;
	text-indent: 0;
	line-height: 28px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
		padding:0 30px;
		font-weight:bold;
	box-sizing:border-box;
}
.enterprise_box {
	background: url(/template/default/images/bg_04.png) no-repeat center;
	background-size: cover;
	padding-bottom: 50px;
}
.enterprise_con {
	margin: 10px -10px;
}
.enterprise_con li {
	padding: 10px;
	float: left;
	width: 20%;
	box-sizing: border-box;
}
.enterprise_con li .box {
	background: #fff;
}
.enterprise_con li .box .pic {
	width: 100%;
	height: 170px;
	overflow:hidden;
}
.enterprise_con li .box .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.enterprise_con li .box .pic img:hover{
transform:scale(1.1);-webkit-transform:scale(1.1);  /*兼容-webkit-引擎浏览器*/-moz-transform:scale(1.1); 	
}
.enterprise_con li .box .text {
	width: 100%;
	height: 170px;
	box-sizing: border-box;
	padding: 15px;
	text-align: center;
}
.enterprise_con li .box .text h3 {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin-bottom: 15px;
}
.enterprise_con li .box .text i {
	display: block;
	width: 30px;
	height: 3px;
	background: #2e80e2;
	margin: 0 auto;
	margin-bottom: 15px;
}
.enterprise_con li .box .text p {
	line-height: 28px;
	color: #333;
	font-size: 16px;
	padding:0 15px;
	box-sizing:border-box;
}
.honor_box {
	margin: 0 -10px 50px;
}
.honor_box li {
	float: left;
	width: 25%;
	padding: 10px;
	box-sizing: border-box;
}
.honor_box li .box {
	background: #fff;
	border: 1px solid #ccc;
	padding: 5px;
	box-sizing: border-box;
	height: 200px;
}
.honor_box li .box .pic {
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow:hidden;
}
.honor_box li .box img {
	max-width: 100%;
	max-height: 100%;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.honor_box li .box img:hover{
transform:scale(1.1);-webkit-transform:scale(1.1);  /*兼容-webkit-引擎浏览器*/-moz-transform:scale(1.1); 	
}
.news_cc {
	height: 360px;
	position: relative;
	margin-bottom: 100px;
}
.news_cc .pic {
	width: 520px;
	height: 360px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	overflow:hidden;
}
.news_cc .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.news_cc .pic img:hover{
transform:scale(1.1);-webkit-transform:scale(1.1);  /*兼容-webkit-引擎浏览器*/-moz-transform:scale(1.1); 	
}
.news_cc .text {
	height: 360px;
	margin-left: 540px;
	background: url(/template/default/images/n1_LE.jpg) no-repeat left;
	background-size: auto 100%;
	padding-left: 40px;
}
.news_cc .text ul {
	overflow: auto;
	height: 100%;
}
.news_cc .text li {
	padding: 0 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}
.news_cc .text ul::-webkit-scrollbar {/*滚动条整体样式*/
 width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
 height: 1px;
}
.news_cc .text ul::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
 border-radius: 10px;
 -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
 background: #535353;
}
.news_cc .text ul::-webkit-scrollbar-track {/*滚动条里面轨道*/
 -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
 border-radius: 10px;
 background: #EDEDED;
}
.news_cc .text li h3 {
	font-size: 22px;
	color: #2f68b2;
	font-weight: bold;
	margin-bottom: 10px;
}
.news_cc .text li p {
	line-height: 28px;
	color: #333;
	font-size: 16px;
}
.in_product_c {
	margin: 30px -10px;
}
.plan_box {
	margin: 0 -15px;
	margin-bottom: 80px;
}
.plan_box li {
	float: left;
	width: 33.333%;
	padding: 15px;
	box-sizing: border-box;
}
.plan_box li .box {
	position: relative;
	display: block;
	width: 100%;
	background: #fff;
}
.plan_box li .box .pic {
	width: 100%;
	height: 220px;
	overflow: hidden;
	display: block;
}
.plan_box li .box .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.plan_box li .box .pic img:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);  /*兼容-webkit-引擎浏览器*/
	-moz-transform: scale(1.1);
}
.plan_box li .box .text {
	padding: 15px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	height: 230px;
}
.plan_box li .box .text h2 {
	font-size: 20px;
	margin-bottom: 10px;
}
.plan_box li .box .text h2 a {
	color: #2f68b2;
}
.plan_box li .box .text p {
	font-size: 14px;
	line-height: 28px;
	color: #757575;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.plan_box li .box .text .more {
	width: 120px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: 1px solid #2f68b2;
	color: #2f68b2;
	display: block;
	margin: 10px 0;
}
.plan_box li .box .text .more:hover {
	background: #2f68b2;
	border: 1px solid #2f68b2;
	color: #fff;
}
.contact_box {
	padding: 50px 0;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.contact_box .text {
	float: left;
}
.contact_box .text dt {
	font-size: 20px;
	color: #2f68b2;
	font-weight: bold;
}
.contact_box .text dd {
	margin: 20px 0;
	color: #535353;
	font-size: 14px;
}
.contact_box .text dd i {
	position: relative;
	width: 20px;
	height: 20px;
	top: 5px;
	margin-right: 10px;
}
.contact_box .pic {
	float: right;
}
.contact_box .pic .ic_a {
	display: inline-block;
	width: 160px;
	margin-left: 50px;
}
.contact_box .pic .ic_a img {
	width: 100%;
}
.contact_box .pic p {
	font-size: 14px;
	line-height: 28px;
	text-align: center;
}
#dituContent {
	height: 560px;
	width: 100%;
	margin: 50px 0;
}
.iw_poi_title {
	color: #CC5522;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	padding-right: 13px;
	white-space: nowrap
}
.iw_poi_content {
	font: 12px arial, sans-serif;
	overflow: visible;
	padding-top: 4px;
	white-space: -moz-pre-wrap;
	word-wrap: break-word
}
.download_list {
	margin:40px 0 100px;
	display:none;
}
.download_list.show {
	display:block;
}
.download_list li {
	border-bottom:1px dashed #ccc;
	height:50px;
	line-height:50px;
	padding:0 15px;
	font-size:16px;
}
.download_list li p {
	width:70%;
	float:left;
	background:url(/template/default/images/xz.png) no-repeat center left;
	background-size:15px;
	padding-left:25px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.download_list li span {
	float:right;
}
.download_list li .btn {
	width:100px;
	float:right;
	height:34px;
	line-height:34px;
	font-size:14px;
	background:#2f68b2;
	text-align:center;
	color:#fff;
	margin-top:8px;
	margin-left:20px;
	border-radius:2px;
}
.download_list li:hover {
	background:#f5f5f5;
}

 @media (min-width: 1031px) {
.nav li:hover>a {
}
.nav li:hover .sub {
	top: 100%;
	opacity: 1;
	visibility: visible;
}
.header_out.on {
	box-shadow: 0.174px 0.985px 13.58px 0.42px rgba(0, 0, 0, 0.1);
	height: 60px;
}
.header_out.on .head {
	height: 60px;
}
/* sss */
.header_out.on .head .nav li>a {
	line-height: 60px;
}
.header_out.on .head .tel {
	margin-top: 18px;
}
.header_out.on .head .logo .logo_a {
	width: 80px;
}
.m_nav {
	display: none !important;
}
}
 @media (max-width: 1230px) {
.main {
	width: 992px;
}
.head .nav li>a {
	padding: 0 16px;
}
.head {
	height: 80px;
}
.head .nav li>a {
	line-height: 80px;
}
.header_out {
	height: 80px;
}
body {
	padding-top: 80px;
}
.head .nav li {
	margin: 0 5px;
}
.head .nav li>a {
	padding: 0 10px;
}
.header_out.on .head {
	height: 60px;
}
.header_out.on .head .nav li>a {
	line-height: 60px;
}
.header_out.on {
	height: 60px;
}
.header_out.on .head .tel {
	margin-top: 15px;
}
.in_product li {
	width: 50%;
}
.in_product_b li .box .pic {
	height: 200px;
}
.advantage_box li .box .text {
	padding: 40px 20px;
}
.in_industry li .box {
	height: 140px;
}
.in_company .con .pic {
	width: 450px;
	height: 400px;
}
.in_company .con .text {
	margin-left: 480px;
}
.swiper_honor .pic {
	height: 160px;
}
.enterprise_con li .box .pic {
	height: 130px;
}
.enterprise_con li .box .text p {
	font-size: 14px;
}
enterprise_con li .box .text {
	height: 150px;
}
.title_ta h2 {
	font-size: 24px;
}
.honor_box li .box {
	height: 160px;
}
.plan_box li .box .pic {
	height: 170px;
}
}
 @media (max-width: 1030px) {
.head .nav {
	display: none;
}
.main {
	width: 768px;
}
body {
	padding-top: 70px;
}
.header_out {
	height: 70px;
}
.head .tel {
	margin-top: 23px;
	margin-left: 0;
}
.header_out {
	box-shadow: 0.174px 0.985px 13.58px 0.42px rgba(0, 0, 0, 0.1);
}
.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: 0;
	transform: translate(-50%, 0%);
}
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: #2f68b2;
	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;
}
.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;
}
.header_out.on .head .nav li>a {
	line-height: 2;
}
.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: #666;
	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: #2f68b2;
	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;
}
.head .logo .logo_a {
	transition: all 0.35s;
	width: 70px;
	position: absolute;
	top: 10px;
	left: 0;
	margin-left: -35px;
}
.title_box h2 {
	font-size: 24px;
}
.title_box span {
	font-size: 14px;
}
.in_product li .box .text h2 {
	font-size: 23px;
}
.in_product_b li {
	width: 50%;
}
.in_company .con {
	height: auto;
}
.in_company .con .pic {
	position: static;
	width: 100%;
}
.in_company .con .text {
	margin-left: 0;
	margin-top: 20px;
}
.in_news .con {
	width: 100%;
}
.swiper_honor .swiper-button-next {
	right: 30%;
}
.swiper_honor .swiper-button-prev {
	left: 30%;
}
.footer .logo {
	width: 100%;
	border: none;
	text-align: center;
}
.footer .cot {
	margin-left: 0;
}
.enterprise_con li .box .pic {
	height: 90px;
}
.honor_box li .box {
	height: 120px;
}
.news_cc .pic {
	width: 430px;
}
.news_cc .text {
	margin-left: 450px;
}
.plan_box li {
	width: 50%;
}
contact_box .text {
	float: left;
	width: 100%;
}
.contact_box .pic {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.contact_box .pic .ic_a {
	display: inline-block;
	width: 120px;
	margin: 0;
	margin-right: 20px;
}
#dituContent {
	height: 400px;
	width: 100%;
	margin: 20px 0;
}
.contact_box {
	padding: 30px 0;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.contact_box .text dd {
	margin: 10px 0;
	line-height: 28px;
}
#dituContent {
	height: 300px;
}
}
 @media (max-width: 800px) {
.header_out.slide_nav {
	left: 180px;
}
html.slide_nav {
	left: 50%;
}
.head .nav {
	width: 50%;
}
.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;
}
.header_out {
	height: 50px;
}
.head .tel {
	display: none;
}
.head .logo .logo_a {
	transition: all 0.35s;
	width: 60px;
	position: absolute;
	top: 5px;
	left: 0;
	margin-left: -30px;
}
.banner .swiper-button-next, .banner .swiper-button-prev {
	display: none;
}
.header_out.on .head {
	height: 50px;
}
.header_out.on {
	height: 50px;
}
.header_out.on .head .nav li>a {
	line-height: 1.6;
}
.banner img {
	height: 220px;
	object-fit: cover;
}
.title_box {
	padding: 25px 0;
	text-align: center;
}
.title_box h2 {
	font-size: 20px;
}
.in_product li {
	width: 100%;
	padding: 10px 15px;
}
.in_product li .box .text h2 {
	font-size: 20px;
	margin-top: 42px;
}
.in_product_b li .box .pic {
	height: 120px;
}
.in_advantage {
	padding: 30px 0;
}
.in_advantage .title h2 {
	font-size: 20px;
}
.in_advantage .title span {
	font-size: 14px;
}
.advantage_box li {
	width: 100%;
}
.advantage_box {
	margin: 20px -15px 0;
}
.advantage_box li.on .pic {
	position: relative;
}
.advantage_box li.on {
	margin-top: 0;
}
.advantage_box li.on .box .pic span {
	bottom: -30px;
	top: auto;
}
.in_industry li {
	width: 40%;
}
.in_industry li.ho {
	width: 60%;
}
.in_industry li .box {
	height: 100px;
}
.in_industry li .box P {
	top: 40%;
}
.in_company .con {
	padding: 15px;
}
.in_company .con .pic {
	height: 200px;
}
.in_company .con .text .title h3 {
	font-size: 20px;
}
.in_news {
	padding: 20px 0 20px;
}
.in_news .con .title {
	font-size: 20px;
	line-height: 46px;
}
.in_news .con .list li p {
	width: 70%;
}
.in_news .con .list li .time {
	font-size: 12px;
}
.in_news .con .box {
	height: auto;
}
.in_news .con .box .pic {
	width: 100%;
	height: 160px;
	position: static;
}
.in_news .con .box .text {
	margin-left: 0;
	margin-top: 10px;
}
.swiper_honor .swiper-button-next {
	background: url(/template/default/images/b_next.jpg) no-repeat center;
	background-size: cover;
	width: 70px;
	height: 30px;
	right: 0;
}
.swiper_honor .swiper-button-prev {
	background: url(/template/default/images/b_prev.jpg) no-repeat center;
	background-size: cover;
	width: 70px;
	height: 30px;
	left: 0;
}
.swiper_honor {
	padding-bottom: 40px;
}
.swiper_honor .pic {
	height: 250px;
}
.footer .cot {
	width: 100%;
	margin-top: 20px;
	margin-left: 0;
}
.footer .erm {
	float: left;
	margin-top: 20px;
}
.title_ta {
	text-align: center;
	padding: 20px 0;
}
.title_ta h2 {
	font-size: 20px;
}
.nav_b li {
	margin: 5px;
	width: 100px;
	height: 35px;
	font-size: 14px;
	line-height: 35px;
}
.about_box h2 {
	font-size: 20px;
}
.about_box {
	margin: 20px 0;
	padding: 15px;
}
.about_box dl dd {
	width: 100%;
	height: 180px;
}
.about_box .int li {
	padding: 15px;
	float: left;
	width: 50%;
	text-align: center;
}
.about_box .int li p {
	font-size: 14px;

}
.enterprise_con li {
	width: 100%;
}
.enterprise_con li .box .pic {
	height: 200px;
}
.enterprise_con li .box .text {
	height: 130px;
}
.honor_box {
	margin: 0 -5px 20px;
}
.honor_box li {
	padding: 5px;
	width: 50%;
}
.news_cc {
	height: auto;
	position: relative;
	margin-bottom: 100px;
}
.news_cc .pic {
	width: 100%;
	height: 200px;
	overflow: hidden;
	position: static;
	left: 0;
	top: 0;
}
.news_cc .text {
	margin-top: 25px;
	margin-left: 0;
}
.news_cc .text li h3 {
	font-size: 18px;
	color: #2f68b2;
}
.news_cc .text li p {
	font-size: 14px;
}
.banner_b img {
	height: 200px;
}
.crumbs {
	line-height: 40px;
}
.plan_box li {
	width: 100%;
}
.download_list li {
	font-size:14px;
}
.download_list li .btn {
    width: 60px;
	font-size:12px;
	height:30px;
	line-height:30px;
	margin-top:10px;
}
.download_list li p {
    width: 50%;
}
}
