@charset "utf-8";

@font-face {
	font-family: 'font1';
	src: url('../font/politicaregular.ttf');
}

@font-face {
	font-family: 'font2';
	src: url('../font/Oswald-Medium.ttf');
}

@font-face {
	font-family: 'font3';
	src: url('../font/akrobat-regular.ttf');
}

@font-face {
	font-family: 'font4';
	src: url('../font/Oswald-ExtraLight.ttf');
}

@font-face {
	font-family: 'font5';
	src: url('../font/AgencyFB.ttf');
}

@font-face {
	font-family: 'font6';
	src: url('../font/Bernard MT Condensed.ttf');
}



html {
	color: #333;
	background: #fff
}

* {
	transition: all 0.3s ease-in-out;
}

body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ul,
li,
a,
strong,
span,
p,
dl,
dt,
dd,
input,
textarea {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
	text-decoration: none;
	font-family: "microsoft yahei";
	font-weight: normal;
	font-size: 14px;
}


a {
	text-decoration: none;
}

a:hover {
	text-decoration: none !important;
}

a:focus {
	text-decoration: none !important;
}

fieldset,
img {
	border: 0
}

.my-fl {
	float: left;
}

.my-fr {
	float: right;
}

.clear {
	clear: both;
}

.mt-10 {
	margin-top: 10px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-35 {
	margin-top: 35px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-50 {
	margin-top: 55px;
}

.mt-60 {
	margin-top: 55px;
}

.mt-65 {
	margin-top: 65px;
}

.mt-70 {
	margin-top: 60px;
}

.mt-80 {
	margin-top: 80px;
}

.mt-90 {
	margin-top: 90px;
}

.mt-100 {
	margin-top: 100px;
}

.mt-120 {
	margin-top: 100px;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.fm{margin:0 auto;}
.padding0{
	padding:0px;
}

.w-100{
	margin: 0 auto;
	width: 100%;
}
.w-80 {
	margin: 0 auto;
	width: 80%;
	/* overflow: hidden; */
}
.w-90 {
	margin: 0 auto;
	width: 90%;
	/* overflow: hidden; */
}
#w-80 {
	margin: 0 auto;
	width: 80%;
	/* overflow: hidden; */
}

#w-90 {
	margin: 0 auto;
	width: 90%;
	/* overflow: hidden; */
}

#w-1300 {
	width: 1300px;
	margin: 0 auto;
	overflow: hidden;
}

#w-1300-1 {
	width: 1300px;
	margin: 0 auto;
}
.ny-pad{
  padding:10px 10px;
  overflow: hidden;
}
/*====================swiper设置====================*/
* {
	margin: 0;
	padding: 0;
}

html,
body {
	height: 100%;
}

body {
	font-family: "microsoft yahei";
}
/*背景*/

.pro-bg{
	background-image: url(../image/part2-bg.jpg);
	background-position: top center;
	background-size: cover;
}
.part3-bg {
	background-image: url(../image/part3-bg.jpg);
	background-position: top center;
	background-size: cover;
}
.part4-bg {
	background-image: url(../image/part4-bg.jpg);
	background-position: top center;
	background-size: cover;
}
.part5-bg {
	background-image: url(../image/part5-bg.jpg);
	background-position: top center;
	background-size: cover;
}
.part6-bg {
	background-image: url(../image/part6-bg.jpg);
	background-position: top center;
	background-size: cover;
}
.part7-bg {
	background-image: url(../image/part7-bg.jpg);
	background-position: top center;
	background-size: cover;
}
.part8-bg {
	background-image: url(../image/part8-bg.jpg);
	background-position: top center;
	background-size: cover;
}

/*视频背景设置*/
.video{  
	position:absolute;  
	right: 0px;  
	bottom: 0px;  
	min-width: 100%;  
	min-height: 100%;  
	height: auto;  
	width: auto;  
	padding:0px;
	background-size: cover;
	object-fit: cover;
	/*加滤镜*/
   /* filter: blur(15px); //背景模糊设置 */
	/* -webkit-filter: grayscale(100%);  */
	/* filter:grayscale(100%); //背景灰度设置 */  
	z-index:-11
}  
.source
{  
	min-width: 100%;  
	min-height: 100%;  
	height: auto;  
	width: auto;  
} 

.nr-layer{
	position: absolute;
	z-index: 10;
	width: 100%;
}
/*end 视频背景设置*/

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	width: 100%;
	overflow: hidden;
	/* height:100%; */
	/* background-color:#1A1A1A */

	/* Center slide text vertically */
	/* display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center; */
}

.header,
.footer {
	height: 100px;
}

.swiper-pagination-bullet {
	/* margin:5px 0px !important; */
	width: 15px;
	height: 15px;
	background: #fff;
	opacity: .4;
}

.swiper-pagination-bullet-active {
	opacity: 1;
}

.ani {
	/* position:absolute; */
	position: inherit;
}

.txt {
	position: absolute;
}

.swiper-container-vertical>.swiper-pagination-bullets {
	height: 50px;
}



/*==================== 首页====================*/
/*标题*/
.shili-tita{
	margin-top:130px;
}
.shili-tita p{
	display: block;
  text-align: center;
  font-size: 100px;
  height: 120px;
  color: #efefef;
  font-weight: bold;
  font-family: "Impact";
  text-transform: uppercase;
  letter-spacing: 5px;
}
.shili-tita h2{
	display: block;
  font-size: 62px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  /* text-shadow: 2px 2px 3px #fff; */
}
/*导航*/
.top-w {
	position: absolute;
	z-index: 100000222;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 135px;
	background: url(../image/top-bga.png);
}

.top-logo {
	float: left;
	width: 20%;
}

.top-phone {
	margin-right: 5%;
	margin-top: 15px;
	float: right;
	width: 20%;
}

.top-menu {
	float: left;
	width: 50%;
	margin-left: 3%;
	text-align: center;
}
/*导航*/
.yuyan{
	padding-top: 15px;
	text-align: right;
}
.yuyan a{
	display: inline-block;
	margin:0px 2px;
	padding:2px 25px;
	border: 1px solid #fff;
	border-radius: 20px;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
}
.header-nav{
  position: relative;
  z-index: 0;
  padding:0px 20px;
}
.header-nav .nav-list{ width: 100%; margin:0 auto; text-align: center; }
.header-nav .nav-list ul{text-align: center;}
.header-nav .nav-list>li{/* float:left; */padding:0px 0;position:relative; display: inline-block;}
.header-nav .nav-list>li>a{padding:0 7px;font-size:16px;position:relative; z-index: 100; height: 100px; display: block; line-height: 100px; color: #fff;}
.header-nav li.active>a,.header-nav .nav-list>li>a:hover{color:#fff;}
.header-nav li.active:after{content:'';position:absolute;width:100%;height:100px;background-color:#f19a41;top:0px; left: 0px; z-index: 10;}
.header-nav .nav-list>li:hover:after{content:'';position:absolute;width:100%;height:100px;background-color:#f19a41;top:0px; left: 0px; z-index: 10;}
.header-nav .nav-list>li:hover>a{color: #fff;}
.header-nav .nav-list>li:last-child>a:after{display:none;}
.header-nav .header-contact{margin-top:32px; no-repeat left center;padding-left:42px;}
.header-nav .header-contact>p{color:#444;font-size:14px;margin-bottom:0;line-height:18px;}
.header-nav .header-contact>.fr p:first-child{font-size:12px;color:#bbb;line-height: 12px;}
.top-icon{width:12px;height:12px;position:absolute;margin-left:-18px;vertical-align:middle;margin-top:6px;}
.icon-follow{background:url("img/top_icons2.png") no-repeat left center;}
.icon-global{background:url("img/top_icons3.png") no-repeat left center;}
.dropdown-menu{border-radius:0;margin-top:0;border-top-color:#ddd;min-width:auto;display:block;display: none\9;display: block\9\0;-webkit-transform:scale(1.2,0);transform:scale(1.2,0);opacity:0;-webkit-transform-origin:top;transform-origin:top;-webkit-transition:all .2s ease-out;-webkit-transition:-webkit-all .2s ease-out;transition:-webkit-all .2s ease-out;transition:all .2s ease-out;transition:all .2s ease-out,-webkit-all .2s ease-out;-webkit-box-shadow:0px 5px 8px rgba(102,102,102,0.35);box-shadow:0px 5px 8px rgba(102,102,102,0.35);padding:17px 26px;}
.dropdown-menu > li:not(:last-child){border-bottom:1px solid #d7d7d7;}
.dropdown-menu > li>a{padding:5px 0;font-size:14px;line-height:28px;}
.dropdown-menu > li>a:hover{color:#f19a41;background-color:transparent;}
.dropdown-active{display: block\9;-webkit-transform:scale(1,1);transform:scale(1,1);opacity:1;}
/*横排*/

.chanpin_list_wrap{ -webkit-transition: all .2s ease-out;-webkit-transition: -webkit-all .2s ease-out;transition: -webkit-all .2s ease-out;transition: all .2s ease-out;transition: all .2s ease-out,-webkit-all .2s ease-out;border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;position: absolute;z-index: 99;left: 0;right: 0; top:97px; background-color: #fff;padding-top:30px;padding-bottom:22px;}
.chanpin_list_wrap .chanpin_list{/* margin:0 15px; */text-align:center;}
.chanpin_list_wrap .chanpin_list h3{border-bottom:1px solid #ddd;padding-bottom:15px;color: #333;margin-top: 20px;margin-bottom: 10px;font-size:16px;font-weight:bold;}
.chanpin_list_wrap ul{padding-left:0;}
.chanpin_list_wrap ul li{line-height:24px;}
.chanpin_list_wrap ul li .pro_list_item a{color:#999;font-size:14px;margin:0 10px 14px;line-height:14px;display:inline-block;}
.chanpin_list_wrap ul li .pro_list_item a.active{color:#FF9900}
.chanpin_list_wrap li span{color:#3671CF;width:80px;border-right:1px solid #e4e4e4;line-height:14px;margin-right:15px;float:left;}
.chanpin_list_wrap li a{color:#777;}
.chanpin_list_wrap li a:hover{color:#01a175;}
.chanpin_list_wrap li span>a{color:inherit;}
.chanpin_list_wrap li span>a:hover{color:inherit;}
.chanpin_list_wrap .pro_list_item{overflow:hidden;}
.hide{display:none;}


/*手机导航*/
.mobile-inner-header {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 111111;
}

.mobile-inner-header-icon {
	color: #ffffff;
	height: 50px;
	font-size: 25px;
	text-align: center;
	float: right;
	width: 50px;
	position: relative;
	right: 15px;
	top: 15px;
	background-color: #f19a41 !important;
	border-radius: 50%;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}

.mobile-inner-header-icon:hover {
	background-color: rgba(255, 255, 255, 0.2);
	cursor: pointer;
}

.mobile-inner-header-icon span {
	position: absolute;
	left: calc((100% - 25px) / 2);
	top: calc((100% - 1px) / 2);
	width: 25px;
	height: 1px;
	background-color: rgba(255, 255, 255, 1);
}

.mobile-inner-header-icon span:nth-child(1) {
	transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
	transform: translateY(-4px) rotate(0deg);
}





.mobile-inner-header-icon-click span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clicksecond;
}



@keyframes clickfirst {
	0% {
		transform: translateY(4px) rotate(0deg);

	}

	100% {
		transform: translateY(0) rotate(45deg);
	}
}



@keyframes clicksecond {
	0% {
		transform: translateY(-4px) rotate(0deg);
	}

	100% {
		transform: translateY(0) rotate(-45deg);
	}
}

.mobile-inner-header-icon-out span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
}

@keyframes outfirst {
	0% {
		transform: translateY(0) rotate(-45deg);
	}

	100% {
		transform: translateY(-4px) rotate(0deg);
	}
}



@keyframes outsecond {
	0% {
		transform: translateY(0) rotate(45deg);
	}

	100% {
		transform: translateY(4px) rotate(0deg);
	}
}

.mobile-inner-nav {
	/* background-color: rgba(9,113,209,0.9); */
	background: -webkit-linear-gradient(left, #0093E9, #80D0C7);
	width: 0px;
	min-height: 100vh !important;
	position: absolute;
	top: 0px;
	right: 0px;
	overflow: hidden;
	/* display: none; */
}

.menu-w-h {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 80px;
}

.h-logo {
	width: 100%;
	padding: 20px;
	text-align: center;
}

.mobile-inner-nav ul {
	width: 95%;
	padding-left: 2%;
	margin: 0 auto;
}

.mobile-inner-nav ul li {
	margin-top: 20px;
	width: 11%;
	float: left;
}

.mobile-inner-nav ul li h2 {
	display: block;
	width: 100%;
	font-size: 26px;
	color: #fff;
	font-weight: bold;
}

.mobile-inner-nav ul li span {
	display: block;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
}

.mobile-inner-nav ul li .linea {
	margin: 20px 0px;
	width: 50px;
	height: 1px;
	background-color: #fff;
}

.mobile-inner-nav ul li .sec-menu {
	margin-top: 15px;
}

.mobile-inner-nav ul li .sec-menu a {
	display: block;
	padding: 5px;
	font-size: 17px;
	color: #fff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mobile-inner-nav ul li .sec-menu a:hover {
	color: #f0ff00;
}

.mobile-inner-nav ul li .sec-menu a {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: returnToNormal;
	animation-name: returnToNormal;
}


.mobile-inner-nav ul li .sec-menub {
	margin-top: 15px;
}

.mobile-inner-nav ul li .sec-menub a {
	display: block;
	padding: 5px;
	font-size: 17px;
	color: #fff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mobile-inner-nav ul li .sec-menub a:hover {
	color: #f0ff00;
}

.mobile-inner-nav ul li .sec-menub a {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: returnToNormal;
	animation-name: returnToNormal;
}


@-webkit-keyframes returnToNormal {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes returnToNormal {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}


/*end 手机导航*/
/*视频展示*/
.vidbacking-active-body-back {
	position: fixed;
	z-index: -100;
	min-width: 100%;
	min-height: 100%;
	top: 50%;
	left: 50%;
	background-size: cover;
	overflow: hidden;
	opacity: 1;
	transition: 2s opacity;
	transform: translateX(-50%) translateY(-50%);
}

.vidbacking-active-block-back {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	height: auto;
	width: auto;
	z-index: -100;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.vidbacking {
	display: none;
}

.vidmask-body-back {
	background: url(../image/videooverlay1.png) repeat;
	opacity: 0.4;
	min-height: 100%;
	min-width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -50;
	display: block;
}

.vidmask-block-back {
	background: url(../image/videooverlay1.png) repeat;
	opacity: 1;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: auto;
	width: auto;
	z-index: -50;
	display: block;
}

.video-back {
	display: block;
	padding: 0px 0px 0px 0px;
	padding-top: 26%;
	text-align: center;
}

.video-back h1 {
	display: block;
	width: 705px;
	margin:0 auto;
	text-align: center;
	color: #fff;
	text-shadow: 2px 2px 4px #000;
	font-size: 70px;
	font-weight: bold;
	letter-spacing: 5px;
}

.video-back p {
	display: block;
	margin: 0px auto;
	width: 660px;
	padding: 0px;
	margin-bottom: 20px;
	margin-top: 20px;
	color: #fff;
	font-size: 30px;
	text-shadow: 2px 2px 1px #000;
	text-transform: uppercase;
	text-align: right;

}

.video-back img {
	width: 150px;
}



.qiehuan {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	animation: shangxia 2s 0.8s infinite;
}

.qiehuan img {
	display: block;
	margin: 0 auto;
}

@-webkit-keyframes shangxia {
	0%{
		transform: translate(0px,0px)
	}
	50% {
		transform: translate(0px,-20px)
	}
	
	100% {
		transform: translate(0px, 0px)
	}
}

@keyframes shangxia {
	0%{
		transform: translate(0px,0px)
	}
	50% {
		transform: translate(0px,-20px)
	}
	
	100% {
		transform: translate(0px, 0px)
	}
}

/*公告*/
.h-gg{
	position: absolute;
	left:0px;
	top:150px;
	z-index: 111111111;
	width: 500px;	
	height: auto;
	background-color: #f19a41;
}
.h-gg .gg-nr{
	padding:20px;
}
.h-gg .gg-nr h2{
	display: block;
	width: 100%;	
	font-size: 26px;
	color: #fff;	
	text-align: center;	
	padding-bottom: 15px;
}
.h-gg .gg-nr p{
	display: block;	
	font-size: 15px;
	color: #fff;	
	line-height: 150%;
}

/*实力展示*/
.shili-tit{
	margin-top:150px;
	margin-bottom: 20px;
}
.shili-tit h2{
	display: block;
	font-size: 73px;
	color: #f2bc1d;
	font-weight: bold;
	letter-spacing: 1px;
}
.shili-tit p{
	display: block;
	padding-top: 10px;
	font-size: 20px;
	color: #f2bc1d;
	text-transform: uppercase;
}
.shili-l{
	position: relative;
	float: left;
	width: 60%;
}
.shili-l-l{
	position: absolute;
	left:0px;
	top:0px;
	z-index: 15;
	width: 65%;
}
.shili-l-l .tua{
	width: 100%;
	border: 10px solid #f2bc1d;
	box-sizing: border-box;
	overflow: hidden;
}
.shili-l-l .tua img{
	display: block;
	width: 100%;
}
.shili-l-r{
	position: absolute;
	right: 0px;
	top:10%;
	z-index: 2;
	width: 60%;
}
.shili-l-r .sl-nr{
	margin-top: 18%;
	display: block;
	padding:8%;
	background-color: #fff;
	overflow: hidden;
}
.shili-l-r .sl-nr .nraa{
	float: right;
	width: 40%;
}
.shili-l-r .sl-nr .nraa h3{
	display: block;
	font-size: 33px;
	color: #333;
	font-weight: bold;
}
.shili-l-r .sl-nr .nraa .zia{
	padding:15px 0px;
	font-size: 25px;
	color: #f28b1d;
	line-height: 110%;
}
.shili-l-r .sl-nr .nraa p{
	display: block;
	font-size: 16px;
	color: #000;
	line-height: 210%;
}
.shili-l-r .sl-nr .nrbb{
	margin-right: 15px;
	float: right;
}
.shili-l-r .sl-tu{
	width: 100%;
}
.shili-l-r .sl-tu img{
	width: 100%;
}


.shili-r{
	float: right;
	width: 38%;
}
.shili-list{
	margin-bottom: 30px;
}
.shili-list .tua{
	border:6px solid #f2bc1d;
	box-sizing: border-box;
	border-radius: 8px;
	overflow: hidden;
}
.shili-list .tua img{
	width: 100%;
}
.shili-list h4{
	display: block;
	margin-top: 13px;
	padding-left: 20px;
	border-left:1px solid #f2bc1d;
	font-size: 18px;
	color: #f2bc1d;
}
/*联系我们*/
.sh-ny-lx {
	
    padding: 15px 15px;
    font-size: 15px;
    background-color: #efefef;
    line-height: 200%;
    letter-spacing: 0px;
}


/*================荣誉=====================*/
.swiper-slide-rongyu {
	background: url(../image/part5-bg.jpg) top center no-repeat;
	background-size: cover;
	padding-top:8%;
	
}
.rongyutit h2{
	text-align: center;
	font-size: 50px;
	color: #f19a41;
	font-weight: bold;
}
#certify {
	position: relative;
	width: 90%;
	margin: 0 auto;
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify .swiper-slide {
	width: 38%;
	height: 60%;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}

#certify .swiper-slide img {
	display: block;
	width: 100%;
}

#certify .swiper-slide p {
	line-height: 40px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.2em;
	margin: 0;
	font-weight: bold;
}

#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: 0;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
	/* background: url(../image/wm_button_icon.png) no-repeat; */
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#certify .swiper-button-next {
	right: -30px;
	width: 45px;
	height: 45px;
	/* background: url(../image/wm_button_icon.png) no-repeat; */
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}

/*新闻*/
.news-bg {
	width: 100%;
	background: url(../image/news-bg.jpg) top center no-repeat;
	background-size: cover;
}

.lk-news {
	width: 100%;
	text-align: center;
}

.lk-news li {
	display: inline-block;
	width: 33%;
	background-color: #f2bc1d;
}

.blog-one {
	padding-top: 120px;
	padding-bottom: 120px;
}

.blog-one__single {
	margin-bottom: 30px;
	padding: 25px;
	padding-bottom: 30px;
	background-color: #fff;
	border-style: solid;
	border-width: 1px;
	border-color: #e3e9ec;
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-one__single:hover {
	box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03);
}

.blog-one__single::before,
.blog-one__single::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	transform-origin: left top;
	top: 0;
	left: 0;
	-webkit-transition: all 500ms linear;
	transition: all 500ms linear;
}

.blog-one__single::before {
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
	border-top: 8px solid #f2bc1d;
	border-bottom: 8px solid #f2bc1d;
}

.blog-one__single::after {
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	border-left: 8px solid #f2bc1d;
	border-right: 8px solid #f2bc1d;
}

.blog-one__single:hover::before,
.blog-one__single:hover::after {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.blog-one__date {
	background-color: #505050;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	font-weight: 600;
	width: 120px;
	text-align: center;
	position: absolute;
	top: 10px;
	left: -10px;
	z-index: 11;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-one__date:hover {
	background-color: #abea03;
	color: #333;
}

.blog-one__date:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0px;
	width: 10px;
	height: 10px;
	background-color: #f2bc1d;
	-webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
	clip-path: polygon(0 0, 100% 100%, 100% 0);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-one__date:hover:before {
	background-color: #f2bc1d;
}

.blog-one__image {
	position: relative;
}

.blog-one__image-inner {
	position: relative;
	overflow: hidden;
	background-color: #f2bc1d;
	z-index: 10;
}

.blog-one__image-inner>img {
	width: 100%;
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
	opacity: 1;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-one__single:hover .blog-one__image-inner>img {
	opacity: 0.2;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.blog-one__image-inner>a {
	width: 65px;
	height: 65px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	text-align: center;
	font-size: 20px;
	color: #000000;
	background-color: #f2bc1d;
	position: absolute;
	top: calc(50% - 32.5px);
	left: calc(50% - 32.5px);
	opacity: 0;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: perspective(500px) rotate(45deg);
	transform: perspective(500px) rotate(45deg);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: opacity 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
	transition: opacity 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
	transition: transform 500ms ease 0ms, opacity 500ms ease 0ms;
	transition: transform 500ms ease 0ms, opacity 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.blog-one__single:hover .blog-one__image-inner>a {
	opacity: 1;
	-webkit-transform: perspective(500px) rotate(0deg);
	transform: perspective(500px) rotate(0deg);
	-webkit-transition: opacity 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
	transition: opacity 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
	transition: transform 500ms ease 500ms, opacity 500ms ease 500ms;
	transition: transform 500ms ease 500ms, opacity 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.blog-one__image-inner>a::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: -10px;
	top: -10px;
	background-color: #fff;
	opacity: 0.1;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-one__image-inner>a:hover::after {
	left: 0;
	top: 0;
}

.blog-one__content {
	text-align: center;
	padding-top: 31px;
	position: relative;
	z-index: 11;
}

.blog-one__content h3 {
	margin: 0;
	font-size: 20px;
	line-height: 34px;
	font-weight: bold;
	color: #333;
	width: 68%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 16px;
}

.blog-one__content h3 a {
	color: inherit;
	font-size: 20px;
	font-weight: bold;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-one__content h3 a:hover {
	color: #f2bc1d;
}

.blog-one__content p {
	margin: 0;
	width: 73%;
	margin-left: auto;
	margin-right: auto;
	color: #838aa6;
	line-height: 150%;
	height: 60px;
	overflow: hidden;
}

.blog-one__meta {
	border-top: 1px solid #e3e9ec;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	text-align: center;
	padding-top: 20px;
	margin-top: 35px;
}

.blog-one__meta a {
	font-size: 14px;
	color: #999;
	text-transform: uppercase;
	font-weight: 500;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-one__meta a:hover {
	color: #3b91e4;
}

.blog-one__meta a i {
	margin-right: 5px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-one__meta a:hover i {
	color: #f2bc1d;
}

.blog-one__meta a+a {
	margin-left: 40px;
}

/* blog post pagination */

.blog-one .post-pagination {
	margin-top: 30px;
}

/* blog home */

.blog-one__home-one {
	padding-bottom: 90px;
	background-position: bottom center;
	background-repeat: no-repeat;
}


/* blog home */

.blog-one__home-one {
	padding-bottom: 90px;
	background-position: bottom center;
	background-repeat: no-repeat;
}

/*厂区展示-标题*/
.lk-h-cq-tit {
	width: 100%;
	margin-top: 100px;
	text-align: center;
	font-weight: bold;
}

.lk-h-cq-tit .tua img {
	display: block;
	margin: 0 auto;
}

.lk-h-cq-tit h2 {
	display: block;
	margin-top: 10px;
	font-weight: bold;
	font-size: 53px;
	color: #fff;
	text-align: center;
}

.lk-h-cq-tit h2 .zia {
	font-weight: bold;
	font-size: 80px;
	color: #fff;
	text-align: center;
}

.lk-h-cq-tit p {
	display: block;
	font-family: "font5";
	text-align: center;
	font-size: 60px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 5px;
	height: 60px;
}
/*产品*/
.swiper-container-pro {
	width: 95%;
	height: 45%;
	margin: 0 auto;
}

.swiper-container-pro .swiper-wrapper {
	/* width: 90%;
	 height: 80%; */

}

.swiper-container-pro .swiper-slide {
	text-align: center;
	font-size: 18px;
	height: auto;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
/*手机站产品*/
.swiper-container-pro-ph {
	width: 95%;
	height: 45%;
	margin: 0 auto;
}

.swiper-container-pro-ph .swiper-wrapper {
	/* width: 90%;
	 height: 80%; */

}

.swiper-container-pro-ph .swiper-slide {
	text-align: center;
	font-size: 18px;
	height: auto;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-container-pro-ph .swiper-button-prev{
	display: none;
}
.swiper-container-pro-ph .swiper-button-next{
	display: none;
}
.lk-pro{
	margin-bottom: 15px;
	position: relative;
	
}
.lk-pro .tua{
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	/* border:1px solid #fff;
	box-sizing: border-box; */
}
.lk-pro .tua img{
	width: 100%;
	transition: all 0.5s ease-out;
	  -webkit-transform: scale(1, 1); 
	     -moz-transform: scale(1, 1); 
	  -webkit-transition: all 0.5s ease-out; 
	     -moz-transition: all 0.5s ease-out; 
}
.lk-pro:hover .tua img{
	 transition: all 0.5s ease-out;
	  -webkit-transform: scale(1.1, 1.1); 
	     -moz-transform: scale(1.1, 1.1); 
	  -webkit-transition: all 0.5s ease-out; 
	     -moz-transition: all 0.5s ease-out; 
}
.lk-pro .tua .up-con{
	position: absolute;
	bottom:-250px;
	left: 0px;
	padding:15px;
	background: rgba(0,0,0,0.7);
}
.lk-pro:hover .tua .up-con{
	bottom: 0px;
}

.lk-pro .tua .up-con p{
	display: block;
	font-size: 15px;
	color: #fff;
	line-height: 150%;
}

.lk-pro h3{
	display: block;
	margin-top: 15px;
	text-align: center;
	font-size: 28px;
	color: #f2bc1d;
	font-weight: bold;
}

.gl-proc-w{
	margin-left: 30%;
	padding:20px 50px;
	overflow: hidden;
	border-top:1px solid #756023;
}

.gl-proc{
    padding:0px 0px;
  }
  .gl-proc li{
	  float: left;
	  width: 20%;
    display: inline-block;
    text-align: -webkit-match-parent;
  }
  .gl-proc li a{
	  display: block;
    font-size: 17px;
    margin:3px;
    padding: 8.5px 16px;
    color: #fff;
    background-color: #505050;
	/* border:1px solid #f2bc1d; */
	box-sizing: border-box;
    border-radius: 3px;
    transition: all 0.5s;
    text-align: center;
  }
  .gl-proc li:hover a{
    background-color: #fd8800;
    color: #fff;
  }
  .h-proc1-hover{
    background-color: #333 !important;
    color: #fff !important;
  }
.i-pro-t{
	display: block;
	margin-top: 150px;
}
.pro-tita{
	padding:40px 50px 40px 20px;
	float: left;
	width: 30%;
	background-color: #f2bc1d;
	box-sizing: border-box;
	background: -webkit-linear-gradient(left, rgba(255, 203, 60, 0.8), #feed30);  
	border-right:1px solid #f2bc1d;
	}
.pro-tita p{
	display: block;
  text-align: right;
  margin-top: 15px;
  font-size: 20px;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.pro-tita h2{
	display: block;
	text-align: left;
  font-size: 50px;
  color: #333;
  font-weight: bold;
  text-align: right;
}
.pro-w{
	width: 100%;
	margin-top: 150px;
}
.prolist{
	margin-top:200px;
	width: 100%;
	height: auto;
	text-align: center;
}
.prolist li{
	position: relative;
	z-index: 10;
	float: left;
	width: 17%;
	margin:1%;
	overflow: hidden;
}
.prolist li:before{
	content: "";
	position: absolute;
	left:0px;
	top:0px;
	z-index: -10;
	width: 100%;
	height: 300px;
	background-color: #fff;
	opacity: 0;
}
.prolist li:hover{
	margin-top: -15px;
}
.prolist li:nth-of-type(even){
	padding-top: 90px;
}
.prolist li a h3{
	display: block;
	font-size: 30px;
	color: #ffb66b;
	height: 85px;
	font-weight: bold;
	text-align: center;
	line-height: 130%;
	/* text-shadow: 2px 2px 3px #fff; */
}
.prolist li .tua{
	width: 100%;
	border:1px solid #efefef;
	box-sizing: border-box;
}
.prolist li .tua img{
	width: 100%;
}
.prolist li:hover .tua img{
	transition: all 0.5s ease-out;
	  -webkit-transform: scale(1.1, 1.1); 
	     -moz-transform: scale(1.1, 1.1); 
	  -webkit-transition: all 0.5s ease-out; 
	     -moz-transition: all 0.5s ease-out; 
}
/*简介*/
.abo-mt{
	display: block;
	margin-top: 55px;
	width: 100%;
}
.about-tit {
	margin-top: 120px;
	overflow: hidden;
}

.about-tit .tua {
	margin-top: 20px;
}

.about-tit .tub {
	margin-top: 15px;
}

.about-tit h2 strong {
	display: block;
	margin-top: 3px;
	font-size: 35px;
	color: #fff;
	font-weight: bold;
}

.about-cont {
	margin-top: 35px;
	width: 100%;
	height: 231px;
	font-size: 15px;
	color: #fff;
	line-height: 210%;
	overflow: hidden;
}

.about-cont p,
.about-cont p a,
.about-cont p strong {
	font-size: 15px;
	color: #fff;
	line-height: 190%;
}

.about-video {
	float: right;
	margin-top: 150px;
	width: 522px;
	height: auto;
	border:5px solid #f2bc1d;
	overflow: hidden;
	background-color: #f2bc1d;
}

.about-num {
	margin-top: 76px;
	float: right;
	width: 90%;
}

.about-num .num-l {
	float: left;
	width: 100px;
	height: 285px;
	background-color: #061a33;
}

.about-num .num-r {
	height: 285px;
	margin-left: 100px;
	background-color: #fed619;
	overflow: hidden;
}

.shu-bian {
	margin-top: 102px;
	margin-left: 76px;
	overflow: hidden;
}

.shu-bian li {
	float: left;
	display: inline-block;
}

.shu-bian li p {
	display: inline-block;
	font-size: 56px;
	color: #061a34;
	font-family: "font5";
}

.shu-bian li span {
	margin-left: 15px;
	display: inline-block;
	font-size: 20px;
	color: #676452;
}
.shu-bian .jiantu{
	float: left;
	display: inline-block;
	margin:0 40px;
}
.shu-bian .morea a{
	display: inline-block;
	margin-top: 10px;
	margin-left: 30px;
	width: 170px;
	height: 60px;
	background-color: #505050;
	border-radius: 10px;
	text-align: center;
	line-height: 60px;
	color: #fff;
	font-size: 16px;
}


/*新闻资讯*/
.news-l{
	margin-top: 120px;
	width: 100%;
}
	/*新闻标题*/
.news-tit{
	display: block;	
	width: 100%;
}
.news-tit p{
	display: block;
	padding-top: 15px;
	font-size: 23px;
	color: #d9d9d9;
	text-transform: uppercase;
	line-height: 100%;
	text-align: center;
}
.news-tit h2{
	display: block;
	margin-top: 15px;
	font-size: 45px;
	color: #f19a41;
	text-align: center;
	font-weight: bold;
}
.news-proc{
	margin:0 auto;
	width: 80%;
	margin-top: 10px;
	text-align: center;
}
.news-proc a{
	display: inline-block;
	margin:0px 5px;
	margin-bottom:25px;
	padding:7px 60px;
	border-radius: 25px;
	font-size: 20px;
	color: #ffbf79;
	border:1px solid #ffbf79;
}
.news-proc a:hover{
	background-color: #f2bc1d;
	color: #333;
}
.news-proc a:first-child{
	background-color: #f2bc1d;
	color: #333;
}

.news-r{
	margin-top: 170px;
	margin-left: 5%;
	float: left;
	width: 55%;
}
.about-zi{
	padding:15px 30px;
	display: block;
	font-size: 22px;
	color: #ffb66b;
}

.swiper-container-news {
	width: 95%;
	height: 45%;
	margin: 0 auto;
}

.swiper-container-news .swiper-wrapper {
	/* width: 90%;
	 height: 80%; */

}

.swiper-container-news .swiper-slide {
	text-align: center;
	font-size: 18px;
	height: auto;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.hh-news4{
  padding:20px;
}
.hh-news4 .wimg{
	width: 100%;
	position: relative;
}
.hh-news4 .wimg img{
	width: 100%;
}
.hh-news4 .wimg .news_bg {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.5s;
}
.hh-news4 .wimg:hover .news_bg {
    opacity: 1;
}
.hh-news4 h3 {
	margin-top: 30px;
    font-weight: 500;
    text-align: left;
    font-size: 22px;
    color: #fff;
	font-weight: bold;
    padding-top: 20px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.hh-news4 p {
    font-weight: 500;
    text-align: left;
    font-size: 14px;
    color: #999;
    margin-top: 15px;
    height: 70px;
    overflow: hidden;
}
.hh-news4 .date {
    position: relative;
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-top: 1px solid #fff;
}
.hh-news4 .date::after {
    position: absolute;
    display: block;
    width: 0;
    height: 1px;
    background: #333;
    content: "";
    left: 0;
    top: -1px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.hh-news4:hover .date::after {
    width: 100%;
}
.hh-news4 .date span{
	display: block;
	float: left;
	transition: 0.5s;
	font-size: 14px;
	color: #999;
}
.hh-news4 .date .more {
	float: right;
    border-bottom: 0;
    margin-top: 0px;
    color: #999;
		transition: all 0.3s ease-out;
}
.hh-news4:hover .date .more {
    color: #5ad6ff;
    padding-right: 30px;
}
.hh-news4 .date::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #e60012;
    position: absolute;
    left: 0;
    bottom: -1px;
    transform-origin: 100%;
    -webkit-transform-origin: 100%;
    -webkit-transition: -webkit-transform .6s cubic-bezier(.4,0,.2,1);
    transition: -webkit-transform .32s cubic-bezier(.4,0,.2,1);
    transition: transform .6s cubic-bezier(.4,0,.2,1);
    transition: transform .6s cubic-bezier(.4,0,.2,1),-webkit-transform .6s cubic-bezier(.4,0,.2,1);
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    visibility: hidden\9;
}
.hh-news4 .date::after {
    position: absolute;
    display: block;
    width: 0;
    height: 1px;
    background: #33cfff;
    content: "";
    left: 0;
    top: -1px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

/*服务体系-内页内容*/
.nr-zia{
  padding:15px;
  background-color: #efefef;
}
.nr-zia p{
  font-size: 18px;
  color: #333;
  line-height: 210%;
}
.ny-zib p{
	display: block;
	font-size: 20px;
	color: #333;
	line-height: 210%;
	font-weight: bold;
	text-align: center;
}
/*首页联系我们*/
.h-fgs{
	padding-top: 170px;
}
.h-fgs li{
	margin-bottom: 15px;
	width: 70%;	
	padding:20px;
	background: rgba(49,49,49,0.7);
	border:1px solid #f2bc1d;
	border-radius: 8px;
	overflow: hidden;	
}
.h-fgs li .tua{
	float: left;	
	width: 124px;	
	border-radius: 8px;
	overflow: hidden;	
}
.h-fgs li .tua img{
	width: 100%;	
}
.h-fgs li .fgs{
	margin-left: 155px;
}
.h-fgs li .fgs h3{
	display: block;	
	font-size: 22px;
	color: #f2bc1d;	
}
.h-fgs li .fgs .fgs-add{
	padding-top: 11px;
}
.h-fgs li .fgs .fgs-add .add-img{
	float: left;	
	width: 36px;	
}
.h-fgs li .fgs .fgs-add p{
	margin-left: 36px;
	font-size: 17px;
	color: #fff;	
	line-height: 170%;
}

.h-footb{
	position: absolute;
	z-index: 222222;
	bottom: 0px;
	left:0px;
	width: 100%;
	background-color: #535353;
}
.h-foot-bq{
	width: 100%;
	background-color: #313131;
	padding:15px;
	text-align: center;
}
.h-foot-bq p,
.h-foot-bq p strong,
.h-foot-bq p a{
	font-size: 17px;
	color: #fff;
	text-align: center;
}
.h-foot-bq img{
	display: inline-block;
	padding:0px 5px;
	vertical-align: middle;
}

.h-foot-l{
	float: left;
	padding-top: 22px;
	width: 325px;
	border-right: 1px solid #636363;
}
.h-foot-ewm{
	text-align: center;
}
.h-foot-ewm li{
	float: left;
	width: 45%;
	display: inline-block;
	padding:0px 20px;
	text-align: center;
}
.h-foot-ewm li .img-ewm{
	display: block;
	margin:0 auto;
	width: 104px;
	height: 104px;
}
.h-foot-ewm li .img-ewm img{
	width: 100%;
}
.h-foot-ewm li p{
	display: block;
	padding:8px 5px;
	font-size: 15px;
	color: #fff;
	text-align: center;
}
.h-foot-lb{
	float: left;
	margin-left: 3%;
	padding-top: 40px;
	width: 42%;
}
.h-foot-lb .zia{
	display: block;
	font-size: 17px;
	color: #f2bc1d;
}
.h-foot-lb .lb-zib{
	padding-top: 15px;
}
.h-foot-lb .lb-zib p{
	display: inline-block;
	padding-right: 15px;
	font-size: 18px;
	color: #fff;
}
.h-foot-lb .ry-flist{
	padding-top: 15px;
}
.h-foot-lb .ry-flist li{
	margin-right: 3%;
	float: left;
	width: 22%;
}
.h-foot-lb .ry-flist li img{
	width: 100%;
}
.h-foot-lb .ry-flist li p{
	display: block;
	padding:10px 0px;
	font-size: 18px;
	color: #f2bc1d;
	text-align: center;
}
.h-foot-lc{
	margin-top: 50px;
	float: right;
	width: 30%;
}
.h-foot-lc h2 strong{
	display: block;
	margin-bottom: 15px;
	font-size: 32px;
	color: #fff;
}
.h-foot-lc p{
	display: block;
	font-size: 20px;
	color: #fff;
	line-height: 170%;
}




/*第二屏*/
.page-blocks{
	height: 100%;
	width: 100%;
}
.home-hero .home-hero-wrapper {
	display: flex;
	flex-direction: row
}

@media screen and (max-width: 1000px) {
	.home-hero .home-hero-wrapper {
		flex-wrap: wrap
	}
}

.home-hero .home-hero-wrapper .hero-box {
	height: 100vh;
	width: 33.333vw;
	justify-content: center;
	align-items: flex-end;
	display: flex;
	background: #0A0A0A;
	position: relative;
	transition: width 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

.home-hero .home-hero-wrapper .hero-box:hover {
	width: 50vw
}

.home-hero .home-hero-wrapper .hero-box:hover .hero-box-background {
	opacity: .8
}
.home-hero .home-hero-wrapper .hero-box .biaoyu{
	position: absolute;
	z-index: 1000;
	top:25%;
	left:-15px;
	width: 40px;
	height: auto;
	font-size: 30px;
	color: #f19a41;
	line-height: 110%;
	opacity: 0;
}
.home-hero .home-hero-wrapper .hero-box:hover .biaoyu{
	opacity: 1;
	left:5%;
	top:15%
}

@media screen and (max-width: 1000px) {
	.home-hero .home-hero-wrapper .hero-box {
		margin-top:20%;
		width: 20%;
		height: auto
	}

	.home-hero .home-hero-wrapper .hero-box:hover {
		width: 20%
	}

}

.home-hero .home-hero-wrapper .hero-box .hero-box-wrapper {
	z-index: 2;
	position: relative;
	max-width: 340px;
	padding: 0 20px;
	margin: 0 auto 23vh;
	text-align: center
}

@media screen and (max-width: 1000px) {
	.home-hero .home-hero-wrapper .hero-box .hero-box-wrapper {
		margin: 80px auto
	}

}

.home-hero .home-hero-wrapper .hero-box .hero-box-wrapper p {
	color: #eee
}

.home-hero .home-hero-wrapper .hero-box .hero-box-background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	transition: opacity .5s;
	opacity: .5
}

.home-hero .home-hero-wrapper .hero-box .hero-box-background .hero-box-image {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	height: 100%;
	width: 100%
}

.btn-red-outline {
    background-color: transparent;
    border-color: #464646;
    background: #212529;
    color: #F6A61D;
    border-radius: 0;
    color: #FFFFFF;
    border-bottom: 3px solid #F6A61D;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.1em;
    padding: .75rem 1.5rem;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.btn {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
}
.m-r-2 {
    margin-right: 1.5rem !important;
    color: #fff;
}
.btn-red-outline {
    background-color: transparent;
    border-color: #464646;
    background: #212529;
    color: #F6A61D;
    border-radius: 0;
    color: #FFFFFF;
    border-bottom: 3px solid #F6A61D;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.1em;
    padding: .75rem 1.5rem;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.font-oswald {
    font-family: 'Oswald', sans-serif;
}
.color--white {
    color: #ffffff;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.h1 {
    font-size: 2.5rem;
}

.page-blocks .page-block {
	position: relative;
	border-radius: 5px
}
.h-hot h2{
	display: block;
	margin-bottom: 25px;
	color: #ffffff;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	line-height: 150%;
}
.h-hot .tua{
	margin:10px 0px 20px 0px;
	overflow: hidden;
}
.h-hot .tua img{
	margin-bottom: 20%;
	width: 90%;
}
  /*内页分类*/
  .ny-gl-proc{
    text-align: center;
 	padding:30px 0px;
  }
  .ny-gl-proc li{
    display: inline-block;
    text-align: -webkit-match-parent;
  }
  .ny-gl-proc li a{
    display: inline-block;
    font-size: 17px;
    margin:3px;
    width: 250px;
    padding: 8.5px 16px;
    color: #fef80b;
    background-color: #3b3b47;
	/* border:1px solid #fff; */
	box-sizing: border-box;
    border-radius: 3px;
    transition: all 0.5s;
    text-align: center;
  }
  .ny-gl-proc li:hover a{
    background-color: #fd8800;
    color: #fff;
  }
/*产品切换参数*/
.zhanluo{
  margin-top: 20px;
  overflow: hidden;
}
.zhanluo ul{
  text-align: center;
}
.zhanluo ul .bt{
	padding:15px;
  float: left;
  width: 25%;
  
}
.zhanluo ul .bt p{
  display: block;
  width: 100%;
  padding:15px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background-color: #f19a41;
  border-radius: 5px;
  overflow: hidden;
}
.zhanluo ul .bt:hover p{
  background-color: #00a2bf;
}
.zhanluo .zl-box{
  margin-top: 5px;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.zhanluo .zl-box .tb-nr{
  display: none;
  margin:5px 15px;
}

.table-list{
	display: block;
	/*padding:10px;*/
	font-size: 14px;
}
.table-list table{
	border-collapse:separate;
	border-spacing:2px 2px;
	border-spacing: 2px;
	/*border-collapse: collapse;*/
	width: 100%;
	font-size: 14px;
}
.table-list th{
	text-align: left;
	padding:10px;
	font-size:16px;
	border-bottom: 1px solid #ddd;
	background-color: #ffe4d0;
}
.table-list td{
	padding:10px;
	background-color: #efefef;
	border-collapse:separate !important;
	border-spacing:10px 50px !important;
}
.table-list ul{
	background: #f9f9f9;
	margin:10px 0;
	padding:10px;
	border:1px solid #ddd;
	border-radius: 5px;
	box-shadow: 1px 1px 1px #ddd;
	overflow: hidden;
}
.table-list ul:after{
	content:"";
	display: table;
}
.table-list ul li{
	display: block;
	padding:5px;
	width: 100%;
}

/*联系我们*/
.foot-lx-w{
	padding:50px 30px;
	width: 100%;
	margin-top: 20%;
	background-color: #313131;
	overflow: hidden;
}
.foot-lx{
	float: right;
	width: 80%;
	overflow: hidden;
}
.foot-lx h3{
	display: block;
	font-size: 36px;
	color: #fff;
}
.foot-lx span{
	display: block;
	margin-top: 20px;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
}
.foot-conta{
	margin-top: 55px;
}
.foot-conta p,
.foot-conta p a,
.foot-conta p strong{
	font-size: 16px;
	color: #fff;
	line-height: 270%;
}
.foot-ewm{
	float: left;
	margin-top: 30px;
	width: 160px;
}
.foot-ewm img{
	width: 100%;
}
.foot-ys{
	padding:40px 30px;
	width: 100%;
	margin-top: 20%;
	overflow: hidden;
}
.foot-h-bq{
	margin-top: 30px;
	margin-left: 200px;
}
.foot-h-bq p,
.foot-h-bq p a,
.foot-h-bq p strong{
	font-size: 14px;
	color: #fff;
	line-height: 170%;
}
.foot-ys-tit{
}
.foot-ys-tit p{
	display: block;
	margin-bottom: 10px;
	font-size: 64px;
	color: #ffb66b;
	text-transform: uppercase;
	font-weight: bold;
}

.foot-ys-tit h3{
	float: left;
	width: 270px;
	font-size: 36px;
	color: #fff;
	font-weight: bold;
}
.foot-ys-tit .linea{
	margin-top: 36px;
	margin-left: 270px;
	height: 1px;
	background-color: #777777;
}
.foot-ys-w{
	width: 105%;
	margin-top: 30px;
}
.foot-ys-w li{
	float: left;
	margin-right: 2%;
	min-height: 480px;
	border:1px solid #ffffff;
	padding:26px 20px;
	width: 29%;
	background-color:rgba(0,152,202,0.5);
	
}
.foot-ys-w li .tua{
	text-align: center;
}
.foot-ys-w li .tua img{
	margin:0 auto;
}
.foot-ys-w li .shu{
	display: block;
	font-size: 78px;
	color: #ffb66b;
	font-weight: bold;
	font-family: "font2";
	text-align: center;
}
.foot-ys-w li p{
	margin:10px 5px 15px 5px;
	display: block;
	text-align: center;
	font-size: 28px;
	color: #fff;
	font-weight: bold;
}
.foot-ys-w li span{
	display: block;
	font-size: 17px;
	color: #fff;
	left: 190%;
	text-align: center;
}

/*内页foot*/
/*====================foot====================*/
.foot-w {
	padding: 80px 0px;
	width: 100%;
	height: auto;
	background-color: #333;
	/* background: url(../images/foot-w.jpg) top center repeat-x; */
	overflow: hidden;
}

.foot-l {
	float: left;
	width: 70%;
	border-right: 1px solid #666;
	overflow: hidden;
}

.foot-one {
	float: left;
	width: 25%;
}

.foot-twe {
	float: left;
	width: 50%;
}

.foot-tit {
	margin-bottom: 28px;
}

.foot-tit h3 {
	display: block;
	font-size: 23px;
	color: #fff;
	font-weight: bold;
}

.foot-tit .linea {
	margin: 15px 0px;
	width: 25px;
	height: 3px;
	background-color: #ffb66b;
}

.foot-proc {}

.foot-proc a {
	float: left;
	display: inline-block;
	width: 45%;
	padding-bottom: 5px;
	font-size: 16px;
	color: #fff;
}

.foot-menu {}

.foot-menu a {
	float: left;
	display: inline-block;
	width: 50%;
	padding-bottom: 5px;
	font-size: 16px;
	color: #fff;
}

.foot-r {
	float: right;
	width: 25%;
}

.foot-r .foot-logo {
	width: 100%;
}

.foot-r .foot-logo img {}

.foot-lxc {
	padding: 28px 15px;
	font-size: 15px;
	color: #fff;
	line-height: 170%;
	text-align: center;
}

.foot-lxc img {
	display: inline-block;
	vertical-align: middle;
}

.foot-ewm-ny {
	float: left;
	width: 25%;
	text-align: center;
}

.foot-ewm-ny img {
	display: block;
	margin: 0 auto;
}

.foot-ewm-ny p {
	display: block;
	padding: 20px 0px;
	font-size: 15px;
	color: #fff;
	text-align: center;
}

.foot-list {
	margin-top: 15px;
	margin-right: 20px;
	padding: 20px 0px;
	border-top: 1px dashed #666;
}

.foot-list li {
	float: left;
	width: 50%;
}

.foot-list li .tua {
	float: left;
	width: 40px;
}

.foot-list li .tua img {}

.foot-list li .f-r-p {
	margin-left: 58px;
}

.foot-list li .f-r-p p {
	padding-top: 5px;
	font-size: 16px;
	color: #fff;
	line-height: 150%;
}

.foot-lxb p,
.foot-lxb p a,
.foot-lxb p strong {
	font-size: 14px;
	color: #fff;
	line-height: 220%;
	text-align: left;
}

.f-bq {
	margin-top: 20px;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #fff;
}

.f-bq a,
.f-bq p,
.f-bq p a {
	font-size: 14px;
	color: #fff;
	text-align: center;
}

/*内页*/
.jt-ny-tit{
  position: relative;
  height: 460px;
}
.jt-ny-tit h2{
  position: absolute;
  bottom:0px;
  left:0px;
  width: 200px;
  height: 50px;
  background-color: #f2bc1d;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 26px;
}


/*手机样式*/


/*返回顶部*/
.to-top { position: relative; z-index: 11111111111; display: none; padding: 5px 10px; color: #fff !important; background-color: #f50;}
.to-top:visited { color: #fff;}
/*====================end middle====================*/


/*===========底部==========*/


/*====================PC====================*/
@media only screen and (max-width: 1650px) {
	.h-foot-lb{width: 36%;}
	.h-foot-lc{width: 28%;}
}
@media only screen and (max-width: 1550px) {
	.header-nav{padding:0px 10px;}
	.top-phone{width: 15%;}
	.top-menu{width: 60%; margin-left: 0px;}
	.h-foot-lb{width: 36%;}
	.h-foot-lc{width: 29%;}
	.h-foot-lc h2 strong{font-size: 26px;}

}
@media only screen and (max-width: 1315px) {
	.header-nav .nav-list>li>a{padding:0px 3px;}
	.h-foot-lb{width: 32%;}
	.h-foot-lc{width: 28%;}
	.h-foot-lc h2 strong{font-size: 22px;}
}



@media only screen and (max-width: 1300px) {
	#w-1300 {
		width: 100%;
	}

	#w-1300-1 {
		width: 100%;
	}

	#w-90 {
		width: 99%;
	}

	#w-80 {
		width: 99%;
	}
	.w-100 {
		width: 100%;
	}
	.w-90 {
		width: 99%;
	}

	.w-80 {
		width: 99%;
	}



	/*menu*/
	.header-nav .nav-list>li>a {
		padding: 0 2px;
	}

	.header-nav .nav-list>li>a::after {
		margin-left: 12px;
	}

	.about-num{width: 99%;}
	.shu-bian li p{font-size: 30px;}
	.shu-bian .jiantu{margin:0 10px;}
	.shu-bian{margin-left: 30px;}



}
@media only screen and (max-width: 1150px) {
	.top-rexian{display: none;}
	.top-menu{display: none;}
	.top-phone{width: 80px;margin-right: 85px;}

	/*资质荣誉*/
	#certify .swiper-slide {
		width: 70%;
		height: 60%;
		background: #fff;
		box-shadow: 0 8px 30px #ddd;
	}
	.shili-tit h2{font-size: 26px;}

	.h-fgs li{width: 90%;}
}
/*====================992====================*/
@media only screen and (max-width: 992px) {
	#w-1300 {
		width: 100%;
	}

	#w-1300-1 {
		width: 100%;
	}

	#w-90 {
		width: 98%;
	}

	#w-80 {
		width: 98%;
	}
	.w-100 {
		width: 100%;
	}
	.w-90 {
		width: 100%;
	}

	.w-80 {
		width: 100%;
	}

	.header-nav .nav-list>li>a {
		padding: 0 3px;
	}

	/*导航*/
	.h-logo{padding:0px;}
	.h-logo img{width: 250px;}
	.mobile-inner-nav ul li{width: 100%; margin-top: 10px;}
	.mobile-inner-nav ul li h2{font-size: 18px; display: block; float: left; width: 100%; margin-bottom: 5px; color: #fffdc9;}
	.mobile-inner-nav ul li span{display: none;}
	.mobile-inner-nav ul li .linea{display: none; float: left; width: 1px; height: 15px; margin:0px 10px;}
	.mobile-inner-nav ul li .sec-menu{display: block;margin-top: 0px; width: 100%; overflow: hidden;}
	.mobile-inner-nav ul li .sec-menu a{ display: inline-block; padding:2px 5px; float: left;font-size: 14px;}
	.mobile-inner-nav ul li .sec-menub{display: block;margin-top: 0px;width: 100%; overflow: hidden;}
	.mobile-inner-nav ul li .sec-menub a{ display: inline-block; width: 48%; float: left;font-size: 14px; padding:1px;}
	.menu-w-h{padding-top: 15px;}

	.top-logo{width: 50%;}
	.video-back h1{font-size: 26px;}
	.video-back{padding-top: 67%;}

	/*part2产品*/
	.h-hot h2{font-size: 16px;margin-bottom:10px;}
	.h-hot .tua img{margin-bottom: 6%;}
	.home-hero{padding-top: 25%;}
	.home-hero .home-hero-wrapper .hero-box .biaoyu{display: none;}
	.home-hero .home-hero-wrapper .hero-box{width: 50%;  margin-top: 0px;}
	.home-hero .home-hero-wrapper .hero-box .hero-box-wrapper{margin:25px auto;}
	.btn-red-outline{padding: .55rem 1.5rem;}
	.home-hero .home-hero-wrapper .hero-box:hover {
		width: 50%
	}



	/*part3产品*/
	.pro-tita{width: 100%; box-sizing: border-box;}
	.pro-tita p{font-size: 60px;text-align: center;}
	.pro-tita h2{font-size: 40px;top: -48px; text-align: center;}
	.pro-tita{margin-top: 0px; height: 100px;}
	.gl-proc li{width: 33%;}
	.gl-proc li a{width: 95%;font-size: 15px; padding:5px 3px; }
	.lk-pro h3{font-size: 18px; height: 40px;}
	.gl-proc-w{width: 100%;box-sizing: border-box; margin-left: 0px;}
	.i-pro-t{margin-top: 108px;}

	/*part4企业实力*/
	.shili-l{display: none;}
	.shili-r{width: 95%;margin-right: 0px; margin:0 auto; float: none;}

	/*简介*/
	.video-show{height: 290px;}
	.about-num{display: none;}
	.about-tit .tua{margin-top: 5px;}
	.about-tit .tub{margin-top: 3px;}
	.about-tit .tub img{width: 120px;}
	.about-tit h2 strong{font-size: 20px;}
	.about-cont{margin-top: 0px;}
	.about-video{width: 90%; margin:0 auto;float: none; text-align: center; margin-top: 10px;}
	.about-video img{width: 90%; margin:0 auto; display: block;}
	.about-cont{height: 243px;}

	/*资质荣誉*/
	.rongyutit{margin-top: 10%;}
	#certify .swiper-slide {
		width: 70%;
		height: 60%;
		background: #fff;
		box-shadow: 0 8px 30px #ddd;
	}
	/*新闻*/
	.news-l{width: 100%; margin-top: 130px;}
	.news-tit{width: 90%; float: none; margin:0 auto;}
	.news-tit p{font-size: 26px;}
	.news-proc{width: 90%; float: none; margin:0 auto; padding-top: 20px; text-align: center;}
	.news-proc a{margin-right: 5px;}
	.news-r{width: 90%; margin: 0 auto; float: none;}
	.about-zi{padding:15px 0px;font-size: 16px;}

	.blog-one__single{padding:0px;}
	.blog-one__content{padding-top: 10px;}
	.blog-one__date{display: none;}
	.blog-one__content h3{width: 95%; line-height: 100%; margin-bottom: 5px; height: 50px;}
	.blog-one__content h3 a{font-size: 15px;}
	.blog-one__content p{display:none;height: 40px; overflow: hidden; width: 95%;}
	.blog-one__meta{margin-top: 10px; padding:5px 0px;}
	/*联系我们*/
	.foot-conta p, .foot-conta p a, .foot-conta p strong{line-height: 190%;}
	.foot-lx{width: 95%;}
	.foot-ys-tit p{font-size: 19px;}
	.foot-ys-tit h3{font-size: 26px;}
	.foot-ys{padding:37px 11px;}
	.foot-ys-w li{padding:10px;}
	.foot-ys-w li .shu{font-size: 30px;}
	.foot-ys-w li p{font-size: 20px;}


	.h-foot-lc{width: 50%;}

}


/*====================手机====================*/
@media only screen and (max-width: 768px) {
	#w-1300 {
		width: 100%;
	}

	#w-1300-1 {
		width: 100%;
	}

	#w-90 {
		width: 96%;
	}

	#w-80 {
		width: 96%;
	}
	.w-100 {
		width: 100%;
	}
	.w-90 {
		width: 100%;
	}

	.w-80 {
		width: 100%;
	}

	.padding0-sm15 {
		padding: 15px;
	}

	.index-bg{
			background-image: url(../image/index-bg.jpg);
			background-position: top center;
			background-size: cover;
		}
	.yuyan{padding-top: 10px;}
	.yuyan a{padding:1px 20px; margin-bottom: 2px;}
	.top-logo{width: 40%;}
	.video-back h1{width: 100%;}

	/*part3产品*/
	.pro-tita p{font-size: 35px;}
	.pro-tita h2{font-size: 30px;top: -48px;}
	.pro-tita{margin-top: 0px; height: 33px;}
	.i-pro-t{margin-top: 80px;}
	.hh-shili h3{font-size: 15px; padding:5px 5px;}
	.gl-proc-w{padding:10px 15px;}

	/*资质荣誉*/
	.rongyutit{margin-top: 30%;}
	.rongyutit h2{font-size: 26px;}
	#certify .swiper-slide p{line-height: 25px; padding:15px;}

	/*公告*/
	.h-gg{top:80px;width: 100%; height: 140px;overflow-y:scroll;}

	/*简介*/
	.about-num-w{display: none;}
	.about-l{width: 98%; margin:0 auto; float: none; padding-top: 10%;}
	.about-r{width: 92%; margin:0 auto; float: none;padding-top: 0px;}
	.about-video{padding:0px;  float: none; width: 96%; margin: 0 auto; margin-top: 20px;}
	.about-video p{font-size: 26px;}
	.about-video span{font-size: 12px;}
	.video-show{height: 200px; margin-top: 20px;}
	.about-tita{ margin-top: 0px; }
	.about-tita h2{font-size: 26px;}
	.about-tita .linea{height: 2px; width: 50px;}
	.about-cont{margin-top: 15px; width: 100%; height: 156px;}
	.about-cont p,.about-cont p a, .about-cont p strong{line-height: 170%;font-size: 14px;}
	.about-more a{margin-top: 15px; padding:8px 20px;}

	/*新闻*/
	.news-l{margin-top: 15%;}
	.news-tit p{font-size: 15px;}
	.news-tit h2{font-size: 26px;}
	.news-proc a{margin-bottom: 8px; padding:3px 15px;font-size: 15px;}
	.about-zi{font-size: 14px;}
	.hh-news4 h3{margin-top: 10px; font-size: 15px; padding-top: 0px;}
	.hh-news4 .date span{font-size: 12px;}

	.blog-one__content h3{overflow: hidden; height: 41px;}
	.blog-one__content h3 a{font-size: 12px; line-height: 110%;}
	.blog-one__content{padding-top: 2px;}

	/*产品切换卡*/
	.zhanluo ul{}
	.zhanluo ul .bt{padding:2px; width: 50%;}
	.zhanluo ul .bt p{padding:8px; font-size: 16px;}
	.table-list ul li{width: 100%;}

	.pro-tita{padding:20px 10px 40px 10px;}

	.ny-xq-bt h3{font-size: 20px;}
	.ny-xq-bt .linea{margin: 10px 10px 6px 15px;}
	.ny-xq-bt{padding:15px 0px;}
	.zhanluo{margin-top:2px;}
	.zhanluo .zl-box .tb-nr{margin:0px;}
	.table-list{padding:0px;}

	.ny-xj .xj-tu{width: 100%;}
	.ny-xj .xj-cont{width: 100%;}
	.biaopei-list p{width: 100%;}
	.lk-pro .tua .up-con{display: none;}
	.swiper-container-pro-ph{height: 36%;}

	/*联系我们*/
	.foot-lx-w{margin-top: 18%; padding:30px 20px;}
	.foot-lx h3{font-size: 26px;}
	.foot-lx span{font-size: 14px; margin-top: 10px;}
	.foot-conta{margin-top: 15px;}
	.foot-conta p, .foot-conta p a, .foot-conta p strong{line-height: 130%;}
	.foot-ewm{width: 130px;}
	.foot-h-bq{margin-left: 150px;}

.foot-w{padding: 20px 0px;}
  .foot-r{width: 100%;}
  .foot-r .foot-logo{text-align: center;}
  .h-foot-l{width: 35%;}
  .h-foot-lc{width: 63%;}
  .h-foot-ewm li{width: 100%; padding:0px 10px 0px 0px;}
  .h-foot-ewm li .img-ewm{width: 100%; height: auto;}
  .h-foot-lc h2 strong{font-size: 16px;}
  .h-foot-lc p{font-size: 13px;}

	.h-fgs{padding-top: 100px;}
	.h-fgs li{width: 98%; padding:10px 15px;}
	.h-fgs li .tua{display: none;width: 40%; margin:0 auto; float: none; margin-bottom: 10px;}
	.h-fgs li .tua img{display: block;margin:0 auto;}
	.h-fgs li .fgs{margin-left: 0px; display: block;width: 100%;}
	.h-fgs li .fgs h3{font-size: 14px;}
	.h-fgs li .fgs .fgs-add p{font-size: 12px;}
	.h-fgs li .fgs .fgs-add{padding-top:5px;}
	.h-foot-bq p, .h-foot-bq p strong, .h-foot-bq p a{font-size: 12px;}
	.foot-lxb{padding:15px 15px 40px 15px;}


}
