/*通用类*/
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0 auto;
	font-size: 14px;
	font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
	background: #fff;
	text-align: justify;
	color: #010000;
	position: relative;
}
h1, h2, h3 {
	font-weight: 500;
}
img {
	border: none;
}
a {
	cursor: pointer;
	color: #333;
	text-decoration: none !important;
	outline: none;
}
a:hover {
	color: #006bb7;
}
ul {
	list-style-type: none;
}
em {
	font-style: normal;
}
.lt {
	float: left;
}
.rt {
	float: right;
}
input.sub, label {
	border: none;
	cursor: pointer;
}
input, textarea {
	font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
	outline: none;
}
table {
	border-collapse: collapse;
}
table td, table th {
	padding: 0;
}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
 color: #ccc;
}
 input::-moz-placeholder, textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ccc;
}
 input:-moz-placeholder, textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ccc;
}
 input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #ccc;
}
div.clear {
	font: 0px Arial;
	line-height: 0;
	height: 0;
	overflow: hidden;
	clear: both;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
.container1 {
	width: 1600px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}
/*header 头*/

.header {
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	top: 0px;
	height: 100px;
	position: fixed;
	width: 100%;
	padding: 0;
	z-index: 5555;
	/*background: rgba(0, 171, 213, 0.9);*/
	background-size: cover;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.header * {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ppp {
	width: 100%;
	height: 100px;
}
.header > div {
	padding: 20px 0;
}
.headlogo {
	position: absolute;
	left: 10px;
	top: 0;
}
.headnav {
	display: inline-block;
}
.headlogo .logo .n2 {
	display: none;
}
.headlogo .logo .n1 {
	display: block;
}
.nav_in {
	float: left;
	position: relative;
	text-transform: uppercase;
	z-index: 70;
}
.nav_in .par {
	display: block;
	height: 95px;
	line-height: 70px;
	margin: 0 20px;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}
.nav_in ul {
	position: absolute;
	left: 0;
	top: 100px;
	z-index: 70;
	background: url("../img/htbg.png");
	width: 120px;
	display: none;
}
.nav_in:hover ul {
	display: block;
}
.nav_in li {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	vertical-align: top;
}
.nav_in li a {
	display: block;
	padding-left: 10px;
	width: 110px;
	color: #fff;
}
.nav_in li a:hover {
	background: #4a4ca5;
}
.dropmenudiv_b {
	display: none\9;
	width: 144px;
	overflow: hidden;
	/*background: rgba(0, 0, 0, 0.7);*/
	top: 60px;
	position: absolute;
	font-weight: bold;
	left: 20px;
	/*box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);*/
	opacity: 1;
	z-index: 999999;
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-transition: all 300ms cubic-bezier(0.7, 0, 0.185, 1) 0s;
	transition: all 300ms cubic-bezier(0.7, 0, 0.185, 1) 0s;
	-webkit-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-transform: perspective(1200px) rotateX(-90deg);
	transform: perspective(1200px) rotateX(-90deg);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
}
.ani {
	display: block\9;
	transform: perspective(1200px) rotateX(0deg);
	-webkit-transform: perspective(1200px) rotateX(0deg);
	-moz-transform: perspective(1200px) rotateX(0deg);
	-ms-transform: perspective(1200px) rotateX(0deg);
	-o-transform: perspective(1200px) rotateX(0deg);
}
.dropmenudiv_b a::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -4px;
	background: #007cc3;
}
.dropmenudiv_b a:hover {
	color: #007cc3;
}
.header.fix .dropmenudiv_b a {
	color: #333;
}
.clearfix {
	clear: both;
	content: "";
	display: block;
}
.now_hover .par:after, .nav_in:hover .par:after {
	display: block;
	width: 30px;
	content: "";
	top: 82.5%;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	height: 3px;
	background: #fff;
}
.dropmenudiv_b a {
	display: block;
	float: left;
	font-size: 16px;
	padding-left: 0;
	margin: 0;
	text-align: left;
	font-weight: normal;
	width: 100%;
	padding-left: 15px;
	position: relative;
	line-height: 50px;
	color: #fff;
}
.header.hover .dropmenudiv_b {
	top: 90px;
}
.dropmenudiv_b a:hover {
	color: #00abd5;
	font-weight: bold;
}
.logo {
	margin-top: 15px;
	float: left;
}
 .header input::-webkit-input-placeholder {
 color: #fff;
}
 .header input::-moz-placeholder {
 color: #fff;
}
 .header input::moz-placeholder {
 color: #fff;
}
 .header input::-ms-input-placeholder {
 color: #fff;
}
.navwap {
	position: fixed;
	height: calc(100% - 69px);
	z-index: 9999;
	display: none;
	background: #007cc3;
	background-size: cover;
	left: 0;
	top: 69px;
	width: 100%;
}
/*flx*/
.header.fix {
	background: rgba(255,255,255,1);
}
.header.fix .logo .n2 {
	display: block !important;
}
.header.fix .logo .n1 {
	display: none !important;
}
.header.fix .ssaa .fa {
	color: #333;
}
.header.fix .nav_in .par {
	color: #333;
}
.header.fix .now_hover .par:after, .header.fix .nav_in:hover .par:after {
	display: none;
}
.header.fix .head_in {
	border: 1px solid #999;
}
.header.fix .head_in .phone {
	color: #333;
}
.header.fix .head_in .but {
	background: url(../img/sousuo-02.png) no-repeat center center;
	background-size: auto 20px;
	width: 50px;
	height: 100%;
}
.header.fix input::-webkit-input-placeholder {
 color: #333;
}
/*flx*/
.navwap.on {
	display: block;
}
.navwap ul li {
	padding-left: 15px;
	border-bottom: rgba(255, 255, 255, 0.2) solid 1px;
	position: relative;
}
.navwap li i {
	color: #fff;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}
.navwap ul {
	text-align: left;
}
.navwap li > a {
	display: block;
	width: 80%;
	padding: 10px 0;
	font-size: 18px;
	color: #fff;
}
.navwap li p a {
	font-size: 14px;
	color: #fff;
}
.navwap li div {
	display: none;
	padding: 10px;
}
.navwap li.hover div {
	display: block;
}
.wwp {
	color: #999;
}
.wwp .ssaa form {
	float: none;
	margin: 0 0 10px 0;
}
.fff {
	color: #fff;
}
input:focus {
	outline: none;
}
.ssaa {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -15px;
}
.ssaa form {
	max-width: 200px;
	margin-right: 20px;
	border: white solid 1px;
	color: #fff;
	display: inline-block;
	border-radius: 20px;
}
.ssaa input {
	float: left;
	background: none;
	max-width: 120px;
	height: 34px;
	border: none;
}
.ssaa input.bss {
	background: url(../img/index_08.png) no-repeat center center;
	margin-right: 10px;
	line-height: 100px;
	height: 20px;
	overflow: hidden;
	width: 40px;
	background-size: 45% !important;
	margin-top: 6px;
}
.ssaa .fa {
	color: #fff;
	font-size: 26px;
	padding-top: 3px;
}
.ssaa .dropmenudiv_b {
	top: 70px;
	left: -90px;
}
.iss {
	padding-left: 10px;
}
.container {
	position: relative;
}
.allnav {
	top: -101%;
	position: fixed;
	height: 100%;
	left: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	left: 0;
	background: rgba(0, 168, 226, 0.9);
	z-index: 55555;
	width: 100%;
}
.allnav.hover {
	top: 0;
}
.allnav * {
	color: #fff;
}
.all2 {
	height: 320px;
	position: absolute;
	top: 50%;
	margin-top: -160px;
	width: 100%;
	left: 0;
}
.all2 dl.er_a {
	width: 12%;
	float: left;
}
.allnav .container {
	height: 100%;
}
.all2 dt {
	font-size: 22px;
	padding: 30px 0;
	margin-bottom: 40px;
}
.all2 dd {
	font-size: 20px;
	padding: 10px 0;
}
.all1 h4 {
	position: absolute;
	top: 5%;
	width: 100%;
	left: 0;
}
.all1 p {
	position: absolute;
	top: 16%;
	width: 100%;
	left: 0;
}
.all3 {
	position: absolute;
	bottom: 7%;
	width: 100%;
	text-align: center;
	left: 0;
	letter-spacing: 10px;
}
.all3 h2 {
	font-size: 32px;
	font-weight: bold;
}
.all3 h2:before {
	content: "";
	display: inline-block;
	width: 10%;
	border-bottom: #fff solid 1px;
	vertical-align: middle;
	margin: 0 15px;
}
.all3 h2:after {
	content: "";
	display: inline-block;
	width: 10%;
	border-bottom: #fff solid 1px;
	vertical-align: middle;
	margin: 0 15px;
}
#guan {
	position: absolute;
	top: 30px;
	right: -100px;
}
#guan img {
	display: block;
}
.head_in {
	float: left;
	width: 160px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	border: 1px solid #fff;
	margin-right: 40px;
}
.head_in .phone {
	box-sizing: border-box;
	padding-left: 20px;
	height: 100%;
	color: #fff;
	width: calc(100% - 50px);
}
.head_in .but {
	background: url(../img/sousuo-01.png) no-repeat center center;
	background-size: auto 20px;
	width: 50px;
	height: 100%;
}
.banner img {
	width: 100%;
}
.banner .swiper-slide {
	padding-top: 275px;
	padding-bottom: 180px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.banner .box {
	padding: 70px 70px 32px 85px;
	background: rgba(0, 171, 213, 0.6);
	float: left;
	color: #fff;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
}
.banner .box h2 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 40px;
}
.banner .box p {
	font-size: 26px;
	font-style: italic;
	margin-bottom: 45px;
}
.banner .box a {
	display: inline-block;
	width: 145px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	background: #f69e2b;
	transition: all 0.3s;
	font-size: 16px;
	font-weight: bold;
}
.banner .box a:hover {
	background: #3fa7f3;
}
.banner .swiper-pagination-bullet {
	width: 60px;
	height: 8px;
	border-radius: 0;
	background: #fff;
}
.i_title {
	text-align: center;
	margin-bottom: 68px;
}
.i_title p {
	font-size: 30px;
	line-height: 1;
	margin-bottom: 28px;
	color: #555555;
}
.i_title span {
	display: block;
	font-size: 20px;
	color: #858585;
	font-style: italic;
}
footer {
	background: #242526;
}
footer .top {
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 30px;
	border-bottom: 1px solid #666768;
}
footer .top img {
	display: block;
	float: left;
}
footer .top .f_nav {
	float: right;
	margin-top: 20px;
}
footer .top .f_nav a {
	display: block;
	float: left;
	font-size: 18px;
	color: #fff;
	margin-left: 60px;
}
footer .top .f_nav a:hover {
	color: #00abd5;
}
footer .top .f_nav a:nth-child(1) {
	margin-left: 0;
}
footer .mid {
	overflow: hidden;
	padding-top: 45px;
	padding-bottom: 48px;
	border-bottom: 1px solid #666768;
}
footer .mid img {
	display: block;
	float: right;
	margin: 0 10px;
}
footer .mid .cl {
	float: left;
	margin-left: 176px;
	padding-top: 7px;
}
footer .mid .cl:nth-child(1) {
	margin-left: 0;
}
footer .mid .cl a {
	display: block;
	color: #fff;
	font-size: 18px;
	opacity: 0.6;
	margin-bottom: 12px;
}
footer .mid .cl a:last-child {
	margin-bottom: 0;
}
footer .mid .cl a:hover {
	color: #00abd5;
	opacity: 1;
}
footer .mid_b {
	border-bottom: 1px solid #666768;
	padding-top: 22px;
	padding-bottom: 12px;
}
footer .mid_b a {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	opacity: 0.3;
	margin-bottom: 10px;
	margin-right: 20px;
}
footer .mid_b a:last-child {
	margin-bottom: 0;
}
footer .mid_b a:hover {
	color: #00abd5;
	opacity: 1;
}
footer .bottom {
	overflow: hidden;
	font-size: 14px;
	color: #ffffff;
	opacity: 0.3;
	padding-top: 25px;
	padding-bottom: 25px;
}
footer .bottom a {
	display: block;
	float: right;
	color: #ffffff;
	padding-left: 10px;
}
/*浮窗*/
.fr_bar {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	position: fixed;
	width: 52px;
	height: 430px;
	border-radius: 62px;
	right: 10px;
	bottom: 20%;
	right: 1%;
	z-index: 99;
	opacity: 1
}
.fr_bar.hover {
	height: 62px;
}
.end {
	display: inline-block;
	margin: 0px 5px;
	width: 62px;
	position: absolute;
	bottom: 0;
	height: 62px;
}
.fr_bara a {
	display: inline-block;
	position: relative;
	margin: 4px 0;
	background: #007cc3;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	line-height: 50px;
}
.fr_bara a i {
	position: relative;
	display: block;
	line-height: 50px;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	z-index: 5;
	font-size: 32px;
}
.return_a {
}
.return_a {
	position: absolute;
	bottom: -100px;
	resize: 0;
	text-align: centerc;
}
.return_a i {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	margin: 4px 0;
	background: #102fba;
	line-height: 50px;
	display: inline-block;
	margin: 0 auto;
	text-align: center !important;
	font-size: 32px;
	color: #fff;
	display: block;
	line-height: 55px;
}
.fr_bara a>img {
	position: relative;
	z-index: 5
}
.fr_bara a .tsl {
	display: none;
	position: absolute;
	background: #007cc3;
	border-radius: 50px;
	line-height: 50px;
	width: 280px;
	padding: 0 20px;
	color: #f7ddc4;
	font-style: italic;
	font-size: 20px;
	right: 0px;
	top: 0;
	padding-right: 90px
}
.fr_bara {
	display: inline-block;
	position: absolute;
	top: 0px;
	transition: all 0.2s;
	z-index: 99
}
.hovera1 {
	top: 110%;
	opacity: 0
}
.ew {
	position: absolute;
	display: none;
	right: 80px;
	width: 146px;
	padding: 15px;
	background: #007cc3;
	top: 50%;
	margin-top: -74px;
}
.fr_bar .fhj {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #333;
	background: #fff;
	font-size: 32px;
	border-radius: 60px;
	border: 1px solid #007cc3;
	display: inline-block;
}
.ew img {
	border-radius: 5px
}
.hovera {
	display: none !important
}
.fhj {
	z-index: 999;
}
.end {
	float: right;
	z-index: 999;
	margin: 0px !important
}
.fr_bara a>img {
	display: block;
	width: 60px;
	height: 60px;
}
.ew:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-left: 20px solid #007cc3;
	border-bottom: 20px solid transparent;
	position: absolute;
	right: -14px;
	top: 50%;
	margin-top: -20px;
}
.fr_bara a:hover span {
	display: block
}
.fr_bara a:hover .ew {
	display: block
}
.in_banner .swiper-slide {
	width: 100%;
	position: relative;
}
.banner_title {
	position: absolute;
	text-align: center;
	width: 100%;
	left: 0;
	top: 20%;
	color: #fff;
}
.banner_title h1{
	margin-top:70px;
	font-size:80px;
	margin:50px 0;
	font-weight:bold;	
}
.banner_title i {
	width: 100px;
	height: 5px;
	background: #ff7a18;
	display: block;
	margin: 20px auto;
}
.banner_title h2 {
	font-size: 48px;
	font-weight: bold;
}
.banner_title h4 {
	font-size: 32px;
	margin: 20px 0;
	font-weight: bold;
}
.banner_title .huj {
	margin: 30px auto;
	display: block;
	text-align: center;
}
.banner_title .huj li {
	display: inline-block;
	text-align: center;
	margin: 0 10px;
	width: 230px;
	height: 160px;
	border-radius: 30px;
	background: #fff;
	overflow: hidden;
}
.banner_title .huj li .pic {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 0px;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}
.banner_title .huj li 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;
}
.banner_title .huj li:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);  /*兼容-webkit-引擎浏览器*/
	-moz-transform: scale(1.1);
}
.banner_next {
	background: #0176b3 url(../img/banner_next.png) no-repeat center;
	background-size: cover;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	right: 110px;
}
.banner_prev {
	background: #0176b3 url(../img/banner_prev.png) no-repeat center;
	background-size: cover;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	left: 110px;
}
.in_contact {
	background: #ff7a18 url(../img/phone_01.png) no-repeat center;
	background-size: auto 25px;
	background-position: 10%;
	padding-left: 40px;
	width: 400px;
	line-height: 70px;
	border-radius: 70px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	display: block;
	margin: 0 auto;
	z-index: 99;
	position: relative;
	margin-top: -35px;
}
.in_contact:hover {
	background-color: rgba(48,172,226,1);
}
.in_contact a {
	color: #fff;
}
.in_title {
	margin-top: 60px;
}
.in_title h2 {
	font-size: 30px;
	text-align: center;
	margin: 20px 0;
}
.in_title h2 span {
	font-size: 34px;
	position:relative;
	top:3px;
	margin-right:8px;
	font-family: "Arial black";
}
.in_title .bread_in {
	margin: 40px 0;
	font-size: 18px;
	text-align: center;
}
.in_title .bread_in li {
	display: inline-block;
	margin: 0 20px
}
.in_title .bread_in li.hover a, .in_title .bread_in li:hover a {
	color: #ff7a18;
	font-weight: bold;
}
.in_priduct {
	padding-bottom: 110px;
}
.part_swiper {
	display: none;
}
.show {
	display: block !important;
}
.part_swiper01 .swiper-button-next {
	right: 0;
	top: 32%;
	z-index:99;
}
.part_swiper01 .swiper-button-prev {
	left: 0;
	top: 32%;

	z-index:99;
}
.part_swiper02 .swiper-button-next {
	right: 0;
	top: 50%;
	z-index:99;
}
.part_swiper02 .swiper-button-prev {
	left: 0;
	top: 50%;
	z-index:99;
}
.part_swiper .swiper-slide .pic {
	display: block;
	width: 100%;
	height: 210px;
	position: relative;
	overflow: hidden;
}
.part_swiper .swiper-slide .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;
}
.part_swiper .swiper-slide .pic:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);  /*兼容-webkit-引擎浏览器*/
	-moz-transform: scale(1.1);
}
.part_swiper .swiper-slide .pic h3 {
	line-height: 44px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(48,172,226,.9);
	font-size: 20px;
	color: #fff;
	margin: 0;
	  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.part_swiper .swiper-slide .text {
	margin: 20px 0;
	line-height: 26px;
	font-size: 14px;
	color: #333;
	text-align: center;
}
.in_augreen {
	background: url(../img/augreen_bg.jpg) no-repeat fixed;
	background-size: cover;
	padding: 130px 0;
}
.in_augreen .play_a .title {
	color: #fff;
	font-size: 90px;
	margin: 0;
	font-family: "Arial black";
}
.in_augreen .play_a {
	padding: 0 20px;
}
.in_augreen .play_a .play_box {
	margin-top: 120px;
	width: 90%;
	height: 330px;
	border: 1px solid #fff;
}
.in_augreen .play_a .pl {
	position: relative;
	width: 100%;
	height: 100%;
	top: -40px;
	left: -40px;
}
.in_augreen .play_a .hm_vdo {
	width: 100%;
	height: 100%;
}
.in_augreen .play_a .dak {
	position: absolute;
	left: 50%;
	top: 50%;
	border: none;
	background: none;
	background: url(../img/play.png) no-repeat center;
	background-size: cover;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	margin-left: -30px;
}
.in_augreen .text .title_au {
	font-size: 26px;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 100px;
}
.in_augreen .text .title_au p {
	margin: 0;
}
.in_augreen .text .title_au span {
	font-family: "Arial black";
}
.in_augreen .text {
	padding-left: 20px;
}
.in_augreen .text .tag {
	overflow: hidden;
	margin-bottom: 45px;
}
.in_augreen .text .tag a {
	display: block;
	float: left;
	line-height: 46px;
	width: 145px;
	text-align: center;
	border: 2px solid #fff;
	color: #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	font-size: 16px;
	margin: 5px 0;
	font-weight: bold;
}
.in_augreen .text .tag a.hover, .in_augreen .text .tag a:hover {
	background: #fff;
	color: #81898d;
}
.in_augreen .text .tag a:nth-child(1) {
	border-left: 2px solid #fff;
}
.in_augreen .text .tag a:last-child {
	border-right: 2px solid #fff;
}
.in_augreen .text .des p {
	line-height: 26px;
	text-indent: 2em;
	font-size: 14px;
	color: #fff;
}
.in_augreen .text .tag {
	margin-bottom: 25px;
}
.pat_box .part {
	width: 50%;
	height: 400px;
	overflow: hidden;
}
.pat_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;
}
.pat_box .pic img:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);  /*兼容-webkit-引擎浏览器*/
	-moz-transform: scale(1.1);
}
.pat_box .text .box {
	margin-left: 26%;
	margin-right: 30px;
	padding: 50px 0;
}
.pat_box .text .box_2 {
	margin-right: 26%;
	margin-left: 30px;
	padding: 50px 0;
}
.pat_box .text .title {
	margin-bottom: 30px;
}
.pat_box .text .title h3 {
	font-size: 28px;
	font-weight: bold;
	margin: 0;
}
.pat_box .text .title span {
	font-size: 26px;
	font-family: "Arial black";
}
.pat_box .text .box p {
	line-height: 26px;
	color:#999;
}
.in_case {
	background: url(../img/dit_BG.png) no-repeat center top;
	padding: 110px 0;
}
.in_news {
	background: url(../img/in_news_bg.jpg) no-repeat center fixed;
	padding: 90px 0;
}
.white_title {
	color: #fff;
}
.white_title li a {
	color: #fff;
}
.in_news_swiper {
	display: none;
	padding-bottom: 50px;
}
.in_news_swiper .box {
	background: #f2f2f2;
}
.in_news_swiper .box {
	height: 230px;
}
.in_news_swiper .dy_news {
	width: 50%;
}
.in_news_swiper .box .text {
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
}
.in_news_swiper .box .text .time {
	color: #666;
	font-size: 12px;
}
.in_news_swiper .box .text h2 {
	font-size: 20px;
	line-height: 28px;
	margin: 10px 0;
}
.in_news_swiper .box .text p {
	color: #666;
	font-size: 14px;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.in_news_swiper .box .pic {
	height: 100%;
	overflow: hidden;
}
.in_news_swiper .box .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;
	object-fit: cover;
}
.in_news_swiper .box .pic img:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);  /*兼容-webkit-引擎浏览器*/
	-moz-transform: scale(1.1);
}
.in_news_swiper .swiper-pagination-white .swiper-pagination-bullet-active {
	background: #ffae73;
}
.banner_img {
	position: relative;
	width: 100%;
	height: 580px;
}
.banner_img>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.banner_img .b_title {
	position: absolute;
	width: 100%;
	left: 0;
	top: 40%;
	color: #fff;
	text-align: center;
}
.banner_img .b_title h2 {
	font-size: 52px;
	font-weight: bold;
}
.banner_img .b_title i {
	width: 80px;
	height: 3px;
	background: #ff7a18;
	margin: 20px auto;
	display: block;
}
.banner_img .b_title span {
	font-size: 20px;
}
.crumbs {
	width: 100%;
	height: 70px;
	line-height: 70px;
	background: rgba(9,94,194,.9);
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0;
}
.crumbs li {
	display: inline-block;
	font-size: 18px;
	width: 184px;
	margin: 0 -2px;
}
.crumbs li a {
	color: #fff;
}
.crumbs li:hover, .crumbs li.hover {
	background: #00a8e7;
}
.current_top {
	line-height: 60px;
	height: 60px;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
}
.current_top a {
	display: inline-block;
}
.current_top .back {
	float: right;
	line-height: 60px;
	background-color: rgba(0, 168, 231,.6);
	color: #fff;
	width: 160px;
	text-align: center;
}
/*关于*/

.content_title {
	text-align: center;
	margin: 50px 0;
}
.content_title.a2 {
	padding-bottom: 50px;
	border-bottom: 1px solid #ddd
}
.content_title h2 {
	font-size: 42px;
	color: #003a7e;
	margin-bottom: 20px;
}
.content_title span {
	color: #727272;
	font-size: 24px;
}
.content_box {
	padding: 60px 0;
}
.about_con .text {
	margin: 50px auto;
	width: 80%;
	font-size: 20px;
	color: #727272;
	line-height: 28px;
	text-align: center;
}
.about_culture .box {
	width: 43%;
	height: 350px;
	box-sizing: border-box;
	margin: 40px 0;
}
.about_culture .text {
	padding: 30px 0;
}
.about_culture .text h2 {
	color: #003a7e;
	font-size: 32px;
	margin-bottom: 20px;
}
.about_culture .text .wh-des {
	color: #727272;
	font-size: 18px;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}
.about_culture .pic {
	overflow: hidden;
}
.about_culture .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;
}
.about_culture .pic:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);  /*兼容-webkit-引擎浏览器*/
	-moz-transform: scale(1.1);
}
.about_culture .text .more {
	font-size: 16px;
	color: #f68e2a;
	margin-top: 20px;
	display: block;
}
.about_culture .text .more:hover {
	color: #007cc3;
}
.group_product {
	padding-top: 20px;
}
.pr_more {
	width: 340px;
	line-height: 80px;
	border-radius: 80px;
	display: block;
	margin: 80px auto;
	text-align: center;
	font-size: 24px;
	color: #fff;
	background: rgb(48,172,226);
}
.pr_more:hover {
	background: #007cc3;
	color: #fff;
}
.map_group {
	text-align: center;
	margin-top: 50px;
	padding-bottom: 90px;
}
.map_group .pic {
	margin: 0 auto;
	display: block;
}
.map_group .pic p {
	font-size: 24px;
	color: #727272;
	margin: 20px 0;
}
.map_group #dituContent {
	margin: 50px auto;
	width: 1000px;
	height: 500px;
	border: 1px solid #30ace2;
}
.map_phone {
	display: block;
	width: 340px;
	line-height: 80px;
	border-radius: 80px;
	margin: 0 auto;
	margin-top: -90px;
	text-align: center;
	font-size: 36px;
	color: #fff;
	z-index: 99;
	position: relative;
	background: rgb(48,172,226);
}
.map_phone:hover {
	background: #007cc3;
	color: #fff;
}
.pr_page {
	padding: 20px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #a1a1a1;
}
.product_box {
	padding: 80px 0;
}
.un_page i {
	display: inline-block;
	position: relative;
	top: -2px;
}
.un_page a {
	display: inline-block;
	line-height: 38px;
	padding: 0 10px;
	border-radius: 5px;
	color: #a1a1a1;
	font-size: 18px;
}
.un_page span {
	display: inline-block;
	line-height: 38px;
	padding: 0 10px;
	border-radius: 5px;
	color: #007cc3;
	font-size: 18px;
}
.pr_page .loca {
	font-size: 18px;
}
.product_top {
	padding-bottom: 50px;
}
.title_pr h2 {
	color: #003a7e;
	font-size: 42px;
	margin: 0;
	margin-bottom: 20px;
}
.title_pr .ao {
	width: 32px;
	height: 32px;
	display: inline-block;
	position: relative;
	top: 8px;
	margin-right: 10px;
}
.title_pr .a1 {
	background: url(../img/a_01.png) no-repeat center;
	background-size: cover;
}
.title_pr .a2 {
	background: url(../img/a_02.png) no-repeat center;
	background-size: cover;
}
.title_pr li {
	font-size: 20px;
	margin: 5px 0;
}
.product_top .text {
	font-size: 20px;
	line-height: 30px;
	color: #a1a1a1;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}
.product_list li {
	margin: 15px 0;
}
.product_list .box {
	display: block;
	width: 100%;
	height: 300px;
	overflow: hidden;
	position: relative;
}
.product_list .box 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;
}
.product_list .box img:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);  /*兼容-webkit-引擎浏览器*/
	-moz-transform: scale(1.1);
}
.product_list .box p {
	line-height: 44px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(48,172,226,.9);
	font-size: 20px;
	color: #fff;
	margin: 0;
}
.product_text {
	font-size: 18px;
	width: 70%;
	color: #a1a1a1;
	line-height: 28px;
	text-align: center;
	margin: 0 auto;
}
.product_con2 {
	margin: 60px 0;
}
.product_con2 li {
	margin: 35px 0;
}
.product_con2 .box {
	position: relative;
	width: 100%;
	height: 420px;
	box-shadow: 0px 1px 14.56px 1.44px rgba(153, 153, 153, 0.2);
}
.product_con2 .box .tli {
	width: 320px;
	line-height: 70px;
	border-radius: 70px;
	background: #30ace2;
	color: #fff;
	font-size: 24px;
	display: inline-block;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -160px;
	bottom: -35px;
}
.product_con2 .box .tli:hover {
	background: #007cc3;
}
.product_con2 .box .pic {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.product_con2 .box 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;
}
.product_con2 .box .pic:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);  /*兼容-webkit-引擎浏览器*/
	-moz-transform: scale(1.1);
}
.gallery-top .swiper-slide {
	height: 480px;
	width: 100%;
}
.gallery-top .pinch-zoom {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.gallery-top .pinch-zoom 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;
}
.gallery-top .pinch-zoom img:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);  /*兼容-webkit-引擎浏览器*/
	-moz-transform: scale(1.1);
}
.gallery-thumbs {
	margin: 20px 100px;
}
.gallery-thumbs .swiper-slide {
	width: 130px;
	height: 70px;
	box-sizing: border-box;
	overflow: hidden;
}
.gallery-thumbs .swiper-slide-active {
	border: 2px solid #fcd7ab;
}
.gallery-thumbs .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.details_top .text {
	padding: 50px;
}
.details_top .text .tli {
	padding-bottom: 40px;
	border-bottom: 1px solid #ddd;
}
.details_top .text .tli h2 {
	font-size: 42px;
	color: #003a7e;
	margin: 0;
}
.details_top .text .at {
	margin: 30px 0;
}
.details_top .text .proshow-des {
	font-size: 18px;
	color: #a1a1a1;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.details_top .text .remind {
	color: #f5be7e;
	font-size: 18px;
	display: block;
	margin-top: 50px;
}
.details_top .text .more {
	width: 100%;
	height: 70px;
	line-height: 70px;
	border-radius: 70px;
	text-align: center;
	font-size: 24px;
	background: #0955bd;
	color: #fff;
	box-sizing: border-box;
	border: 3px solid #c6e8ff;
	display: block;
	margin: 30px 0;
}
.details_con {
	margin: 50px 0;
}
.details_con .title_tab li {
	width: 50%;
	float: left;
	font-size: 24px;
	text-align: center;
	color: #00a8e7;
	background: #f2f2f2;
	line-height: 70px;
}
.details_con .title_tab li:hover, .details_con .title_tab li.hover {
	background: #00a8e7;
	color: #fff;
}
.details_con .tex {
	width: 80%;
	display: none;
	margin: 50px auto;
	font-size: 16px;
	color: #999;
	line-height: 28px;
}
.details_con .tex .hm_vdo {
	width: 100%;
}
.details_con .tex video {
	width: 100%;
}
.pung_lo {
	padding: 30px 0;
}
.pung_lo a {
	font-size: 18px;
	display: block;
	margin: 20px 0;
	color: #999;
}
.details_con {
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
}
.bac_hui {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	z-index: 98;
	display: none;
}
.consulting_popup {
	padding: 30px 60px;
	box-sizing: border-box;
	width: 800px;
	min-height: 700px;
	position: fixed;
	left: 50%;
	top: 50%;
	border-radius: 20px;
	background: #fff;
	margin-left: -400px;
	margin-top: -300px;
	z-index: 99;
	display: none;
}
.details_top {
	margin-top: 100px;
}
.consulting_popup .no_cl {
	position: absolute;
	background: url(../img/no.png) no-repeat center;
	background-size: cover;
	width: 40px;
	opacity: .6;
	height: 40px;
	right: 20px;
	top: 20px;
}
.consulting_popup .form_a h2 {
	font-size: 32px;
}
.consulting_popup .form_a h4 {
	font-size: 16px;
	color: #999;
	margin: 20px 0;
	font-weight: 300;
}
.consulting_popup .form_a .in {
	margin: 20px 0;
}
.consulting_popup .form_a .in p {
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
}
.consulting_popup .form_a .in .phone {
	height: 40px;
	border-radius: 5px;
	width: 100%;
	border: 1px solid #ccc;
	background: none;
	padding: 5px 10px;
	box-sizing: border-box;
}
.consulting_popup .form_a .in .phone.ho {
	height: 120px;
}
.consulting_popup .form_a .but {
	height: 40px;
	width: 160px;
	background: #003a7e;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	border: none;
}
.nows_box {
}
.nows_box li .pic {
	width: 100%;
	height: 260px;
	display: block;
	overflow: hidden;
}
.nows_box li .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;
}
.nows_box li .pic img:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);  /*兼容-webkit-引擎浏览器*/
	-moz-transform: scale(1.1);
}
.nows_box li .text {
	margin: 20px 0;
	padding-bottom: 20px;
}
.nows_box li .text .sj {
	color: #666;
}
.nows_box li .text h3 {
	line-height: 28px;
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.news_details {
	width: 1000px;
	margin: 0 auto;
}
.title_news {
	text-align: center;
	padding-bottom: 40px;
	border-bottom: 1px solid #ddd;
}
.title_news .xqoi {
	margin: 10px 0;
}
.title_news .xqoi span {
	display: inline-block;
	line-height: 30px;
	font-size: 16px;
	color: #999;
	margin: 0 20px;
}
.title_news .xqoi .my {
	background: url(../img/MY.png) no-repeat left;
	background-size: auto 18px;
	padding-left: 25px;
}
.title_news .xqoi .sj {
	background: url(../img/sj.png) no-repeat left;
	background-size: auto 18px;
	padding-left: 25px;
}
.news_details .text {
	font-size: 18px;
	line-height: 28px;
	color: #999;
	margin: 40px 0;
	padding-bottom: 40px;
	border-bottom: 1px solid #ddd;
}
.news_up {
	padding: 10px 0;
	text-align: center;
	font-size: 18px;
	color: #999;
	border-bottom: 1px solid #ddd;
}
.news_up a {
	margin: 30px 0;
	display: block;
	color: #999;
}
.news_swiper03 .swiper-button-next {
	right: 0;
	top: 30%;
}
.news_swiper03 .swiper-button-prev {
	left: 0;
	top: 30%;
}
.news_swiper03 .swiper-slide .pic {
	width: 100%;
	height: 260px;
	display: block;
	overflow: hidden;
}
.news_swiper03 .swiper-slide .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_swiper03 .swiper-slide .pic img:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);  /*兼容-webkit-引擎浏览器*/
	-moz-transform: scale(1.1);
}
.news_swiper03 .swiper-slide .text {
	margin: 20px 0;
	padding-bottom: 20px;
}
.news_swiper03 .swiper-slide .text .sj {
	color: #666;
}
.news_swiper03 .swiper-slide .text h3 {
	line-height: 28px;
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.contact_box {
}
.contact_box .pic {
	width: 100%;
}
.contact_box .pic img {
	width: 100%;
}
.contact_fo {
	padding: 40px 0 0;
}
.contact_fo .pac_a {
	border-bottom: 1px solid #ddd;
	padding-bottom: 40px;
}
.contact_fo h2 {
	font-size: 42px;
	font-weight: bold;
	margin-bottom: 30px;
}
.contact_fo .in {
	margin-bottom: 40px;
}
.contact_fo .in h3 {
	color: #194b8c;
	font-size: 28px;
	font-family: "Arial black";
}
.contact_fo .in p {
	font-size: 18px;
	color: #999;
}
.contact_fo .in a {
	font-size: 18px;
	color: #999;
}

/*荣誉*/
#certify {
	position: relative;
	margin: 0 auto
}
#certify .swiper-container {
	padding-bottom: 60px;
}
#certify .swiper-slide {
	width: 410px;
	height: 580px;
	background: #fff;
}
#certify .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover
}
#certify .swiper-slide p {
	line-height: 38px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}
#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}
#certify .swiper-button-prev {
	left: 12px;
	width: 45px;
	height: 45px;
	background: url(../img/icon_prev.png) no-repeat;
	background-size: cover;
}

#certify .swiper-button-next {
	right: 12px;
	width: 45px;
	height: 45px;
	background: url(../img/icon_next.png) no-repeat;
	background-size:cover;
}

.text-i{
	text-align:center;
	line-height:28px;
	margin-top:50px;
}

 @media (max-width: 1600px) {
.container1 {
	width: 1500px;
}
.headlogo .logo {
	width: 240px;
	margin-top: 25px;
}
.headlogo .logo img {
	width: 100%;
}
.banner_title img {
	width: 180px;
	margin: 0 auto;
	display: block;
}
.banner_title i {
	width: 80px;
	height: 3px;
	margin: 20px auto;
}
.banner_title h2 {
	font-size: 38px;
}
.banner_title h4 {
	font-size: 24px;
}
.banner_title .huj li {
	width: 160px;
	height: 120px;
	border-radius: 20px;
}
.banner_title h1 {
    margin-top: 70px;
    font-size: 60px;
    margin: 50px 0;
}
 }
 @media (max-width: 1500px) {
.head_tel {
	padding-right: 10px;
	font-size: 20px;
	margin-top: 2px;
}
.container1 {
	width: 1360px;
}
.pat_box .text .box {
	margin-left: 16%;
}
.pat_box .text .box_2 {
	margin-right: 16%;
}
.in_news_swiper .box .text h2 {
	font-size: 18px;
}
.banner_title h1 {
    margin-top: 70px;
    font-size: 50px;
    margin: 50px 0;
}
}
 @media (max-width: 1360px) {
.nav_in .par {
	margin: 0 15px;
	font-size: 16px;
}
.ssaa form {
	max-width: 150px;
}
.ssaa input {
	max-width: 90px;
}
.container1 {
	width: 1200px;
}
.banner_title h1 {
    margin-top: 50px;
    font-size: 30px;
    margin: 40px 0;
}
.banner_title {
	top: 25%;
}
.banner_title img {
	width: 160px;
	margin: 0 auto;
	display: block;
}
.banner_title i {
	width: 80px;
	height: 3px;
	margin: 20px auto;
}
.banner_title h2 {
	font-size: 28px;
}
.banner_title h4 {
	font-size: 18px;
}
.banner_title .huj li {
	width: 120px;
	height: 90px;
	border-radius: 20px;
}
.banner_title .huj li .pic {
	padding: 15px;
}
.in_contact {
	background: #ff7a18 url(../img/phone_01.png) no-repeat center;
	background-size: auto 20px;
	background-position: 10%;
	padding-left: 30px;
	width: 360px;
	line-height: 60px;
	border-radius: 60px;
	font-size: 18px;
	margin-top: -30px;
}
.crumbs li {
	font-size: 16px;
	width: 140px;
	margin: 0 -2px;
}
.banner_img {
	height: 500px;
}
.banner_img .b_title h2 {
	font-size: 36px;
}
.content_title h2 {
	font-size: 32px;
}
.current_top {
	font-size: 14px;
}
.content_title span {
	font-size: 18px;
}
.about_culture .box {
	height: 300px;
}
.about_culture .text h2 {
	font-size: 24px;
}
.about_culture .text .wh-des {
	font-size: 16px;
}
.product_top .title_pr h2 {
	font-size: 28px;
}
.product_top .text {
	font-size: 18px;
}
.product_top .title_pr .ao {
	width: 28px;
	height: 28px;
	display: inline-block;
	position: relative;
	top: 8px;
	margin-right: 10px;
}
.product_top .title_pr li {
	font-size: 18px;
}
.product_list .box {
	height: 260px;
}
.details_top .text {
	padding: 15px;
}
.details_top .text .tli {
	padding-bottom: 30px;
}
.details_top .text .tli h2 {
	font-size: 26px;
}
.details_top .text .more {
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	text-align: center;
	font-size: 20px;
	margin: 30px 0;
}
.details_con .title_tab li {
	font-size: 18px;
	line-height: 50px;
}
.pung_lo a {
	font-size: 16px;
}
.pung_lo {
	padding: 10px 0;
}
}
 @media (max-width: 1200px) {
.nav_in .par {
	margin: 0 20px;
	font-size: 16px;
}
.all2 dt {
	font-size: 16px;
	padding: 20px 0;
	margin-bottom: 20px;
}
.all2 dd {
	font-size: 14px;
}
.container1 {
	width: 1000px;
}
.in_augreen {
	padding: 80px 0;
}
.in_augreen .play_a .title {
	font-size: 60px;
}
.in_augreen .play_a .play_box {
	margin-top: 80px;
	width: 90%;
	height: 220px;
	border: 1px solid #fff;
}
.in_augreen .text .title_au {
	font-size: 20px;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 40px;
}
.in_augreen .text .tag a {
	display: block;
	float: left;
	line-height: 35px;
	width: 105px;
	text-align: center;
	border: 2px solid #fff;
	color: #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	font-size: 14px;
	margin: 5px 0;
	font-weight: bold;
}
.headlogo .logo {
	width: 200px;
}
.nav_in .par {
	margin: 0 10px;
	font-size: 14px;
}
.banner_title {
	top: 25%;
}
.banner_title img {
	width: 120px;
	margin: 0 auto;
	display: block;
}
.banner_title i {
	width: 80px;
	height: 3px;
	margin: 20px auto;
}
.banner_title h2 {
	font-size: 22px;
}
.banner_title h4 {
	font-size: 14px;
}
.banner_title .huj li {
	width: 80px;
	height: 60px;
	margin: 0 5px;
	border-radius: 10px;
}
.banner_title .huj li .pic {
	padding: 10px;
}
.in_contact {
	background: #ff7a18 url(../img/phone_01.png) no-repeat center;
	background-size: auto 15px;
	background-position: 10%;
	padding-left: 30px;
	width: 260px;
	line-height: 40px;
	border-radius: 40px;
	font-size: 16px;
	margin-top: -20px;
}
.in_title h2 {
	font-size: 24px;
}
.in_title h2 span {
	font-size: 26px;
}
.pat_box .text .box {
	margin: 0 30px;
}
.pat_box .text .box_2 {
	margin: 0 30px;
}
.pat_box .text .title {
	margin-bottom: 20px;
}
.pat_box .text .title h3 {
	font-size: 20px;
}
.pat_box .text .title span {
	font-size: 18px;
}
.in_news_swiper .box .text h2 {
	font-size: 16px;
}
.in_news_swiper .box .text p {
	margin: 0;
	font-size: 13px;
	line-height: 24px;
}
.about_culture .box {
	height: 260px;
}
.about_culture .text h2 {
	font-size: 22px;
}
.about_culture .text .wh-des {
	font-size: 14px;
}
.about_culture .box {
	width: 45%;
}
.pr_more {
	width: 260px;
	line-height: 60px;
	border-radius: 60px;
	display: block;
	margin: 40px auto;
	font-size: 20px
}
.map_group .pic p {
	font-size: 18px;
}
.map_group #dituContent {
	width: 100%;
}
.map_phone {
	width: 260px;
	line-height: 60px;
	border-radius: 60px;
	display: block;
	margin: 0 auto;
	font-size: 26px;
	margin-top: -80px;
}
.product_text {
	width: 100%;
}
.product_con2 .box {
	height: 300px;
}
.product_con2 .box .tli {
	width: 260px;
	line-height: 50px;
	border-radius: 50px;
	;
	font-size: 18px;
	left: 50%;
	margin-left: -130px;
	bottom: -25px;
}
.gallery-top .swiper-slide {
	height: 360px;
}
.gallery-thumbs {
	margin: 10px 30px;
}
.details_top .text .remind {
	font-size: 16px;
	margin-top: 30px;
}
.nows_box li .pic {
	height: 200px;
}
.nows_box li .text {
	margin: 10px 0;
	padding-bottom: 10px;
}
.nows_box li .text h3 {
	line-height: 26px;
	font-size: 16px;
	margin: 10px 0;
}
.news_swiper03 .swiper-slide .pic {
	height: 300px;
}
.news_swiper03 .swiper-slide .text {
	margin: 10px 0;
	padding-bottom: 10px;
}
.news_swiper03 .swiper-slide .text h3 {
	line-height: 26px;
	font-size: 16px;
	margin: 10px 0;
}
.news_details {
	width: 100%;
	margin: 0 auto;
}
.title_news h2 {
	font-size: 28px;
}
.contact_fo h2 {
	font-size: 24px;
	margin-bottom: 20px;
}
.contact_fo .in {
	margin-bottom: 20px;
}
.contact_fo .in h3 {
	font-size: 20px;
}
.contact_fo .in p {
	font-size: 16px;
}
.contact_fo .in a {
	font-size: 16px;
}
}
 @media (max-width: 1000px) {
.container1 {
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}
.in_banner {
	height: 380px;
	width: 100%;
}
.in_banner .swiper-slide>img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.banner_prev {
	left: 10px;
}
.banner_next {
	right: 10px;
}
.headlogo .logo {
	margin-top: 15px;
}
.header.hover {
	height: 70px;
}
.all2 dd {
	font-size: 12px;
}
.all2 dt {
	font-size: 14px;
}
#bar {
	color: #fff;
	font-size: 24px;
	margin: 20px 10px;
}
.header > div {
	padding: 0;
}
.header {
	height: 70px;
	padding: 0;
}
.headlogo img {
	height: 40px;
}
.header.hover .logo {
	margin-top: 15px;
}
.ssaa {
	position: absolute;
	right: 10px;
	top: 38%;
	margin-top: -15px;
}
.ssaa input {
	height: 25px;
	font-size: 14px;
	line-height: 26px;
}
.ssaa input.bss {
	margin-right: 5px;
	line-height: 100px;
	height: 20px;
	overflow: hidden;
	width: 40px;
	background-size: 45% !important;
	margin-top: 3px;
}
.ssaa .fa {
	color: #fff;
	font-size: 28px;
	padding-top: 4px;
}
.ssaa .dropmenudiv_b {
	top: 70px;
	left: -90px;
}
.banner .swiper-slide {
	padding-top: 220px;
}

.pat_box .part {
	width: 100%;
}
.crumbs {
	height: 50px;
	line-height: 50px;
}
.current_top {
	height: 50px;
	line-height: 50px;
	margin: 10px 0;
}
.current_top .back {
	line-height: 50px;
	width: 120px;
}
.banner_img {
	height: 300px;
}
.banner_img .b_title {
	top: 20%;
}
.banner_img .b_title h2 {
	font-size: 26px;
}
.banner_img .b_title i {
	margin: 20px auto 10px;
	width: 60px;
}
.banner_img .b_title span {
	font-size: 16px;
}
.content_title h2 {
	font-size: 24px;
	margin: 10px 0;
}
.content_title span {
	font-size: 14px;
}
.content_box {
	padding: 20px 0;
}
.content_title {
	margin: 30px 0;
}
.about_con .text {
	font-size: 16px;
	width: 100%;
}
.product_box {
	padding: 50px 0;
}
.product_top .title_pr h2 {
	font-size: 22px;
	margin-bottom: 10px;
}
.product_top .title_pr li {
	font-size: 16px;
}
.product_top .text {
	font-size: 14px;
}
.product_list .box p {
	line-height: 30px;
	font-size: 16px;
}
.un_page i {
	width: 10px;
}
.un_page i img {
	width: 100%;
}
.pr_page {
	padding: 10px 0;
}
.un_page a {
	font-size: 14px;
	padding: 0 5px;
}
.pr_page .loca {
	font-size: 14px;
}
.title_news .xqoi span {
	font-size: 14px;
}
.title_news h2 {
	font-size: 24px;
}
.title_news {
	padding-bottom: 20px;
}
.news_details .text {
	font-size: 16px;
	line-height: 26px;
	color: #999;
	margin: 20px 0;
}
.news_up {
	padding: 5px 0;
	text-align: center;
	font-size: 16px;
	color: #999;
}
.news_up a {
	margin: 10px 0;
	display: block;
	color: #999;
}
.banner_title h1 {
 
    font-size: 24px;
    margin: 20px 0;
	   margin-top: 50px;
}
}
 @media (max-width: 768px) {
.newlist li .pic img {
	width: 100%;
}
.now_pos .pos {
	font-size: 12px;
}
.ff-text {
	margin-top: 25px;
}
.ppp {
	width: 100%;
	height: 30px;
}
.navwap ul {
	position: absolute;
	width: 100%;
	height: calc(100% - 140px);
	top: 0;
	overflow-y: auto;
}
.ssaa {
	bottom: 0;
	left: 0;
	width: 100%;
	top: auto;
}
.header {
	background-size: cover;
	background: #fff;
}
.headlogo .logo .n2 {
	display: block;
}
.headlogo .logo .n1 {
	display: none;
}
#bar {
	color: #333;
	margin: 25px 20px;
}
body {
	padding-top: 70px;
}
.header.hover {
	height: 70px;
}
.header.hover .logo {
	margin-top: 15px;
}
.headlogo img {
	height: 40px;
}
.header {
	height: 70px;
	padding: 0;
}
.banner .swiper-slide {
	padding-top: 60px;
	padding-bottom: 60px;
}
.banner .box {
	padding: 15px;
	text-align: center;
}
.banner .box h2 {
	font-size: 24px;
	margin-bottom: 20px;
}
.banner .box p {
	font-size: 15px;
}
.banner .box {
	width: 100%;
}
.banner .box a {
	line-height: 2;
	font-size: 15px;
	font-weight: lighter;
}
.banner .swiper-pagination-bullet {
	width: 30px;
	height: 4px;
}
.i_title p {
	font-size: 22px;
}
.i_title span {
	font-size: 16px;
}
/*底部*/
footer .top img {
	display: none;
}
footer .top .f_nav a {
	margin-left: 0;
	margin-right: 15px;
	margin-bottom: 5px;
	font-size: 14px;
}
footer .top .f_nav {
	width: 100%;
}
footer .top {
	padding: 25px 0;
}
footer .mid .cl {
	display: none;
}
footer .mid {
	text-align: center;
}
footer .mid img {
	float: none;
	display: inline-block;
}
.in_augreen {
	padding: 50px 0;
}
.in_augreen .play_a .title {
	font-size: 40px;
}
.in_augreen .play_a .pl {
	position: relative;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 10px;
	left: 0;
	top: 0;
}
.in_augreen .text {
	margin-top: 30px;
}
.in_banner {
	height: 300px;
}
.banner_title {
	top: 6%;
}
.banner_title .huj li {
	width: 70px;
	height: 55px;
	margin: 0px 3px;
	border-radius: 10px;
}
.in_title {
	margin-top: 30px;
}
.in_title h2 {
	font-size: 20px;
}
.in_title h2 span {
	font-size: 22px;
	margin-left: 5px;
	display: inline-block;
}
.in_title .bread_in {
	margin: 20px 0;
	font-size: 14px;
	text-align: center;
}
.in_title .bread_in li {
	margin: 5px;
}
.swiper-button-next, .swiper-button-prev {
	width: 36px;
	height: 38px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-size: cover;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-size: cover;
}
.in_augreen .play_a {
	padding: 0;
}
.part_swiper .swiper-slide .pic h3 {
	font-size: 16px;
}
.in_priduct {
	padding-bottom: 30px;
}
.in_augreen .play_a .play_box {
	margin-top: 30px;
	width: 100%;
	height: 220px;
	border: 1px solid #fff;
}
.in_augreen .text {
	padding: 0;
}
.in_augreen .text .title_au {
	padding-bottom: 20px;
}
.in_augreen .text .tag a {
	line-height: 30px;
	width: 85px;
}
.in_case {
	padding: 0 0 30px;
}
.in_news {
	padding: 20px 0 30px;
}
.in_news_swiper .box .pic {
	height: 210px;
}
.pat_box .text .title {
	margin-bottom: 10px;
}
.pat_box .part {
	height: auto;
}
.pat_box .text .box {
	padding: 15px;
	margin: 0;
	overflow: hidden;
}
.in_news_swiper .box {
	height: auto;
}
.in_news_swiper .dy_news {
	width: 100%;
}
.banner_img {
	height: 260px;
}
.banner_img .b_title h2 {
	font-size: 24px;
}
.about_con .text {
	font-size: 14px;
	margin: 20px 0;
}
.crumbs {
	display: flex;
	flex-direction: row;
	line-height: 40px;
	height: 40px;
}
.crumbs li {
	width: auto;
	margin: 0;
	font-size: 12px;
	flex: 1;
}
.current_top {
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	margin: 0;
}
.current_top .back {
	line-height: 30px;
	width: 60px;
	font-size: 12px;
	margin-top: 5px;
}
.content_title {
	margin: 20px 0;
}
.content_title h2 {
	font-size: 22px;
}
.about_culture .box {
	height: auto;
	margin: 5px 0;
	width: 100%;
}
.about_culture .text {
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 0;
}
.about_culture .text h2 {
	font-size: 20px;
	margin: 5px 0;
}
.about_culture .text .wh-des {
	font-size: 14px;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
}
.about_culture .text .more {
	font-size: 14px;
	margin-top: 5px;
}
.pr_more {
	width: 160px;
	line-height: 40px;
	border-radius: 40px;
	display: block;
	margin: 20px auto;
	font-size: 14px
}
.map_group .pic img {
	width: 90px;
}
.map_group .pic p {
	font-size: 16px;
}
.map_group #dituContent {
	width: 100%;
	height: 300px;
	margin: 10px 0;
}
.map_phone {
	width: 200px;
	line-height: 40px;
	border-radius: 40px;
	display: block;
	margin: 0 auto;
	font-size: 18px;
	margin-top: -30px;
}
.product_top {
	padding-bottom: 20px;
}
.product_top .text {
	margin-top: 20px;
}
.product_list .box {
	height: 210px;
}
.un_page a {
	padding: 0 2px;
}
.product_box {
	padding: 30px 0;
}
.product_text {
	font-size: 14px;
}
.product_con2 {
	margin: 0;
	margin-bottom: 30px;
}
.product_con2 li {
	margin-bottom: 40px;
}
.product_con2 .box {
	height: auto;
}
.product_con2 .box .tli {
	width: 180px;
	line-height: 40px;
	border-radius: 40px;
	font-size: 16px;
	left: 50%;
	margin-left: -90px;
	bottom: -20px;
}
.zuipin_mobile {
	padding: 0;
}
.gallery-thumbs {
	margin: 10px 0;
}
.gallery-top .swiper-slide {
	height: 180px;
}
.gallery-thumbs .swiper-slide {
	height: 55px;
}
.details_top .text {
	padding: 15px 0;
}
.details_top .text .tli h2 {
	font-size: 20px;
}
.details_top .text .at {
	margin: 15px 0;
}
.title_pr li {
	font-size: 16px;
	margin: 2px 0;
}
.details_top .text .proshow-des {
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}
.details_top .text .more {
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	text-align: center;
	font-size: 16px;
	margin: 30px auto;
	width: 80%;
}
.details_con {
	margin: 0;
}
.details_con .tex {
	width: 100%;
	margin: 10px 0;
}
.pung_lo a {
	font-size: 14px;
	margin: 5px 0;
}
.details_con .title_tab li {
	font-size: 18px;
	line-height: 40px;
}
.content_title.a2 {
	padding-bottom: 30px;
}
.consulting_popup {
	padding: 20px;
	box-sizing: border-box;
	width: 100%;
	min-height: 600px;
	position: fixed;
	left: 0;
	top: auto;
	bottom: 0;
	border-radius: 10px 10px 0 0;
	margin-left: 0;
	margin-top: 0;
}
.consulting_popup .no_cl {
	width: 30px;
	opacity: .6;
	height: 30px;
	right: 10px;
	top: 10px;
}
.consulting_popup .form_a h2 {
	font-size: 20px;
}
.consulting_popup .form_a .but {
	font-size: 16px;
}
.consulting_popup .form_a .in {
	margin: 10px 0;
}
.news_swiper03 .swiper-slide .pic {
	height: 200px;
}
.news_up {
	font-size: 14px;
}
.news_details .text {
	margin: 0;
	margin-top: 20px;
}
.title_news {
	padding-bottom: 10px;
}
.title_news h2 {
	font-size: 20px;
	line-height: 28px
}
.contact_fo {
	padding: 20px 0;
}
.contact_fo h2 {
	font-size: 20px;
	margin-bottom: 20px;
}
.contact_fo .in h3 {
	font-size: 18px;
	margin: 10px 0;
}
.contact_fo .pac_a {
	padding-bottom: 10px;
}
footer .bottom{ text-align:center;}
footer .bottom a{ float: none; text-align:center;}
.un_page i {
    width: auto;
	height:13px;
}
.un_page i img{
	width:auto;
	height:100%;
}
.pr_page .loca{ text-align:right;}
.pr_page{ display:block;}
#certify .swiper-slide{ width:220px; height: auto;}
#certify .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
  object-fit:fill;
}
#certify .swiper-button-prev {
	left: 0;
	width: 35px;
	height: 35px;
	background: url(../img/icon_prev.png) no-repeat;
	background-size: cover;
}

#certify .swiper-button-next {
	right: 0;
	width: 35px;
	height: 35px;
	background: url(../img/icon_next.png) no-repeat;
	background-size:cover;
}
}

.show_con {}
.show_con img { max-width:100% !important; height:auto !important;}
.ssaa .fa {
 color: #fff;
 font-size: 26px;
 padding-top: 3px;
 margin-left: 10px;
}