@charset "utf-8";
/* CSS Document */
html{color:#333;background:#fff}
* {
	
}
body,div,p,h1,h2,h3,h4,h5,h6,img,ul,li,a,strong,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;
}
table{border-collapse:collapse;border-spacing:0}
a{ text-decoration:none;}
a:hover{text-decoration: none !important;}
a:focus {text-decoration: none!important;}
fieldset,img{border:0}
ol,ul{list-style:none}
.w-100{width:100%; height:auto; overflow:hidden;}
.w-1260{width:1300px; margin:0 auto; overflow:hidden;}
.w-1260-1{width:1300px; margin:0 auto;}
.fl{ float:left;}
.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:60px;}
.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;}
.t-align-c{ text-align:center;}
.clearfix:after {content:""; display: block; clear:both; }

.margin0{margin:0 0px;}
.margin3{margin:0 3px;}
.margin5{margin:0 5px;}
.margin8{margin:0 8px;}
.margin-20{margin:0 -20px;}
.padding0{padding:0px;}
.padding3{padding:0 3px;}
.padding8{padding:0 8px;}
.padding-8{padding-right: 3px;padding-left:3px;}
.padding-15{padding:0 -15px !important;}
.padding0-sm15{padding:0px;}
.padding6{padding:6px;}
.padding15-8{padding:15;}
.case-padding{padding:5px;}
#w-70{margin:0 auto;width: 70%;}
#w-90{margin:0 auto;width: 90%;}
#w-80{margin:0 auto;width: 80%;}
#w-1260{margin:0 auto;width: 1300px;}
#pro-w{margin:0 auto;width: 80%;}
#w-1260-1{margin:0 auto;width: 1300px;}
.p-img{width: 100%;}

.kf53kf_mobile_unsuccess * {
    text-align: inherit;
    font-size: inherit;
    color: inherit;
}

.forma {
	margin: 0 auto;
	width: 220px;
	height: 35px;
	background-color: #fff;
	border-radius: 30px;
	overflow: hidden;
}

.h-input1 {
	float: left;
	width: 226px;
	height: 40px;
	border: 1px solid #dcdcdc;
	background-color: #fff;
	font-size: 14px;
	color: #666;
	line-height: 40px;
	text-indent: 15px;
}

.h-input2 {
	float: left;
	width: 82px;
	height: 40px;
	background-color: #333;
	text-align: center;
	font-size: 15px;
	color: #fff;
	line-height: 40px;
}

.h-form {
	display: block;
	margin-top: 10px;
}

/*===================top====================*/
/*====================导航====================*/
.header {
	width: 100%;
	position: relative;
	top: 0;
	right: 0;
	z-index: 9999999999;
	height: 60px;
	/*  padding: 0 30px;*/
	/* background: rgba(13, 111, 184, 0.8); */
	background-color: #fdad13;
}

/*左侧logo*/
.header .left {
	width: 12%;
}

.header .left a img {
	height: 40px;
	margin-top: 6px;
}

.header .left .img2 {
	display: none;
}

/*右侧*/
.header .nava {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	height: 100%;
	line-height: 60px;
	display: block;
}

.header .navbar_nav li {
	float: left;
	position: relative;
	display: block;
	width: 12%;
}

.header .navbar_nav li:after {
	content: "";
	width: 0;
	height: 60px;
	background-color: #333;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.5s ease 0s;
}

.header .navbar_nav li:hover:after {
	width: 100%;
}

.header .navbar_nav .active:after {
	width: 100% !important;
	left: 0%;
}

.header .navbar_nav li a {
	position: relative;
	z-index: 10;
	text-decoration: none;
	height: 100%;
	padding: 0 15px;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #fff;
	font-size: 17px;
	text-align: center;
	border-right: 1px solid #666;
}

.header .navbar_nav li:hover a {
	color: fff;
}

.header .navbar_nav li.dropdown {
	display: inherit;
	position: relative;
}

.header .navbar_nav li.dropdown .jt {
	width: 20px;
	height: 20px;
	background: url(i/top.png) no-repeat;
	background-size: 100% 100%;
	display: block;
}

.header .navbar_nav li.dropdown .dropdown_menu {
	display: none;
	position: absolute;
	top: 60px;
	background: #fff;
	box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
	width: 140%;
	left: -20%;
}

.header .navbar_nav li.dropdown .dropdown_menu a {
	font-size: 14px;
	color: #666;
	padding: 0 10px;
	line-height: 60px;
	text-align: center;
	background: #fff;
	margin-bottom: 2px;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu {
	display: block;
	background: #fff;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu a {
	color: #666;
	border-bottom: 1px solid #efefef;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover {
	color: #fff;
	background: #333;
}

/*白色背景的头部*/
.header.on {
	position: fixed;
	background: #fdad13;
	border-bottom: 1px solid #ccc;
}

.header.on .left .img1 {
	display: none;
}

.header.on .left .img2 {
	display: block;
}

.header.on .navbar_nav li a {
	color: #fff;
}

.header.on .navbar_nav li:hover a {
	color: fff;
}

#navToggle {
	display: none;
}

.m_nav {
	position: fixed;
	top: 0px;
	box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
	width: 100%;
	height: 100%;
	background: #fff;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	z-index: 1000;
	opacity: 1;
	visibility: visible;
	margin-top: 0;
	overflow-y: auto;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	top: 0;
	transform: translateX(100%);
}

.m_nav.open {
	transform: translateX(0);
}

.m_nav .top {
	height: 60px;
	padding: 20px;
	box-sizing: border-box;
}

.m_nav .top .closed {
	width: 30px;
	height: 30px;
	vertical-align: middle;
	float: right;
	cursor: pointer;
}

.m_nav .logo {
	width: 100%;
	margin: 0 auto;
}

.m_nav .logo img {
	/*height: 50px;*/
	display: block;
	margin: 10px auto;
}

.m_nav .ul {
	margin-top: 30px;
}

.m_nav .ul li {
	padding: 0 20px;
	border-bottom: 1px solid #f5f5f5;
	transform: translateY(0);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	opacity: 0;
}

.m_nav.open .ul li {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.m_nav .ul li:nth-child(1) {
	-webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(2) {
	-webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(3) {
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(4) {
	-webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(5) {
	-webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(6) {
	-webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li a {
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	height: 60px;
	line-height: 60px;
	width: 100%;
}

.m_nav .ul li .dropdown_menu {
	display: none;
}

.m_nav .ul li.dropdown.active .dropdown_menu {
	display: block;
}

.m_nav .ul li .dropdown_menu a {
	display: block;
	height: 60px;
	line-height: 60px;
	padding: 0 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5;
}

.m_nav .ul li .dropdown_menu a:last-child {
	border: none;
}

.banner {
	width: 100%;
}

.banner img {
	width: 100%;
}
/*====================menu====================*/
.top-1 {
	width: 100%;
	height: 3px;
	background: url(../images/top-1.jpg) top center repeat-x;
}

.top-2 {
	width: 100%;
	height: 36px;
	background-color: #f2f2f2;
}

.top-tit {
	padding: 30px 0px;
}

.top2-l {
	font-size: 15px;
	color: #000;
	line-height: 36px;
}

.top2-r {
	text-align: right;
	overflow: hidden;
}

.top2-r a {
	display: inline-block;
	margin-top: 10px;
	padding: 0px 10px;
	height: 16px;
	font-size: 15px;
	color: #333;
	line-height: 16px;
	border-right: 1px solid #666;
}


/*====================手机站menu====================*/
.ph-menu {
  display: block;
  width: 100%;
  padding: 10px 0px;
  font-size: 14px;
  color: #333;
  text-align: center;
}

.iphone {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
}

.iphone-tit {
  padding: 10px 0px;
  width: 100%;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

.iphone__screen {
  position: fixed;
  z-index: 100000000;
  top: 0px;
  left: 0px;
  width: 100%;
  /*height:100%;*/
  overflow: hidden;
}

.iphone__content {
  position: relative;
  width: 100%;
  height: 100%;
}

.nav {
  position: absolute;
  z-index: 100;
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.nav--active .nav {
  opacity: 1;
  background-color: #333;
}

.nav__list {
  margin: 0;
  padding: 10px;
  padding-top: 30px;
}

.nav__item {
  margin: 0 auto;
  width: 90%;
  padding: 7px;
  list-style-type: none;
  text-align: left;
}

.nav__item:after {
  content: '';
  display: block;
  position: relative;
  bottom: -8px;
  width: 50%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.nav__link {
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
  opacity: 1;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}

.nav__trigger {
  display: block;
  position: relative;
  z-index: 111111;
  position: fixed;
  top: 20px;
  right: 19px;
  padding: 10px;
  padding-bottom: 15px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
}

.nav--active .nav__trigger {
  opacity: 0.5;
}

.nav__icon {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 5px;
  background-color: #FFFFFF;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.nav__icon:before,
.nav__icon:after {
  content: '';
  display: block;
  width: 30px;
  height: 5px;
  position: absolute;
  background: #FFFFFF;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  transition-property: margin, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.nav__icon:before {
  margin-top: -10px;
}

.nav__icon:after {
  margin-top: 10px;
}


/*====================手机站menu2====================*/
.ph-menu2 {
  height: auto;
  padding: 5px;
  background-color: #2c2c2c;
  overflow: hidden;
}

.ph-menu2 li {
  float: left;
  width: 25%;
  height: auto;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -ms-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
}

.ph-menu2 li a {
  display: block;
  margin: 2px auto;
  padding: 6px 0px;
  width: 96%;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 5px;
}

/*====================手机站 end menu2====================*/

/* 样式一*/
.style-1 .nav {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 100%;
  height: 100%;
}

.style-1 .nav--active {
  height: 100%;
}

.style-1 .nav__link {
  opacity: 0;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.style-1 .nav--active .nav__link {
  opacity: 1;
}

.style-1 .nav--active .nav {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.style-1 .nav--active .nav__icon {
  background: rgba(0, 0, 0, 0);
}

.style-1 .nav--active .nav__icon:before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.style-1 .nav--active .nav__icon:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*====================end手机站menu====================*/
.hy-logo{
  margin-top: 0px;
}
/*====================title====================*/
  /*标题*/
/*标题*/
.h-tit1 {
	position: relative;
	padding: 0px 0px;
	text-align: center;
}

.h-tit1 h2 {
	display: inline-block;
	padding: 0px 25px;
	margin-top: 10px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #fdb513;
	vertical-align: middle;
}

.h-tit1 .linea {
	display: inline-block;
	width: 50px;
	height: 2px;
	margin-top: 16px;
	background: #ccc;
	vertical-align: middle;
}

.h-tit1 p {
	display: block;
	font: normal 45px "AvantGarde Bk BT";
	color: #666;
	text-align: center;
	text-transform: uppercase;
}

/*产品分类*/
.h-proc {}

.h-proc a {
	display: inline-block;
	float: left;
	margin: 0.5%;
	padding: 9px 0px;
	width: 19%;
	font-size: 17px;
	color: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	background-color: #fdad13;
	text-align: center;
}

.h-proc a:hover {
	background-color: #333;
}

.h-menu-prc {
	text-align: center;
}

.h-menu-prc a {
	display: inline-block;
	margin: 5px;
	width: 150px;
	padding: 10px 15px;
	font-size: 17px;
	color: #fff;
	background-color: #fdb513;
	border-radius: 8px;
}

/*产品*/
.pro-padding {
	padding: 15px;
}

.pro-bg {
	padding: 20px 0px 20px 0px;
	overflow: hidden;
}

.jy-pro {
	margin-bottom: 15px;
	position: relative;
	border: 1px solid #e5e5e5;
	border-bottom: 2px solid #fdad13;
	background-color: #f6f6f6;
}

.jy-pro:before {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 50%;
	z-index: 1;
	width: 0px;
	height: 100%;
	background-color: #fdad13;
	transition: all 0.3s ease-out;
}

.jy-pro:hover:before {
	height: 100%;
	width: 100%;
	left: 0px;
}

.jy-pro .tu {
	position: relative;
	z-index: 10;
	margin: 0px;
	height: auto;
	overflow: hidden;
}

.jy-pro .tu img {
	width: 100%;
	transition: all 0.3s ease-out;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
}

.jy-pro:hover .tu img {
	transition: all 0.3s ease-out;
	-webkit-transform: scale(0.92, 0.92);
	-moz-transform: scale(0.92, 0.92);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
}

.jy-pro h3 {
	display: block;
	margin-top: 8px;
	position: relative;
	z-index: 10;
	padding: 8px 0px;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	color: #fdad13;
	transition: all 0.3s ease-out;
}


.jy-pro .linea {
	display: block;
	position: relative;
	z-index: 10;
	margin: 0 auto;
	margin-bottom: 10px;
	width: 50px;
	height: 2px;
	background-color: #666;
	transition: all 0.3s ease-out;
}

.jy-pro p {
	display: block;
	position: relative;
	z-index: 10;
	height: 40px;
	font-size: 14px;
	color: #666;
	line-height: 150%;
	text-align: center;
	overflow: hidden;
	transition: all 0.3s ease-out;
}

.jy-pro .more {
	display: block;
	position: relative;
	z-index: 10;
	margin: 15px auto;
	padding: 5px;
	width: 30%;
	background-color: #e50112;
	text-align: center;
	font-size: 15px;
	color: #fff;
	transition: all 0.3s ease-out;
}

.jy-pro:hover .more {
	background-color: #171615;
}

.jy-pro:hover h3,
.jy-pro:hover p {
	color: #fff;
}

.jy-pro:hover .linea {
	background-color: #fff;
}

.pro-more {
	width: 100%;
	height: 48px;
	background: url(../images/bg-1.jpg) top center repeat-x;
}

.pro-more a {
	display: block;
	margin: 0 auto;
	width: 198px;
	height: 48px;
	font-size: 16px;
	line-height: 48px;
	text-align: center;
	border: 1px solid #ccc;
	color: #333;
	background-color: #fff;
}

.pro-more a:hover {
	background: #fdb513;
	color: #fff;
	transition: all .5s;
	border: 1px solid #fdb513;
}

/*间图*/
.jiantu-1 {
	width: 100%;
	height: 180px;
	background: url(../images/ixbannerbg1.png) top center no-repeat;
	overflow: hidden;
}

.jiantu1-l p {
	display: block;
	padding-top: 45px;
	font: bold 32px "microsoft yahei";
	color: #333333;
}

.jiantu1-l span {
	display: block;
	margin-top: 14px;
	font-size: 24px;
	color: #fff;
}

.jiantu1-r p {
	display: block;
	float: right;
	margin-top: 64px;
	width: 202px;
	height: 57px;
	background: url("../images/ixbanner-btn.png") no-repeat;
	font: bold 20px "microsoft yahei";
	line-height: normal;
	line-height: 56px;
	text-align: center;
	color: #fdb513;
}

.jiantu1-r:hover a {
	background: url("../images/ixbanner-btn1.png") no-repeat;
}

.jiantu-2 {
	width: 100%;
	height: 180px;
	background: url(../images/ixbannerbg.png) top center no-repeat;
	overflow: hidden;
}

/*优势*/
.h-ys {
	margin-top: 50px;
	text-align: center;
}

.h-ys .ys-tit {
	padding-top: 30px;
	text-align: center;
}

.h-ys:hover .ys-tit {
	padding-top: 10px;
}

.h-ys .ys-tit p {
	display: block;
	margin-top: 20px;
	font-size: 24px;
	text-align: center;
	color: #fdb513;
}

.h-ys .ys-tit span {
	display: block;
	padding: 0px 30px;
	margin-top: 15px;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	color: #666;
}

/*厂区实力*/
.h-cq-w {
	padding: 50px 0px 100px 0px;
	width: 100%;
	height: auto;
	background: #f6f6f6;
	overflow: hidden;
}

.swiper-container-pj {
	margin: 0 auto;
	width: 95%;
	height: 440px;
	margin-left: auto;
	margin-right: auto;
}

.swiper-container-pj .swiper-slide {
	text-align: center;
	font-size: 18px;
	color: #fff;
	/* background-color: #00347B; */
	/* height: calc((100% - 30px) / 2); */
	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-pagination-pj {
	padding: 15px 0px;
	width: 100%;
	text-align: center;
}

.swiper-pagination-pj .swiper-pagination-bullet {
	background-color: #000;
	margin: 0px 4px;
	width: 100px;
	height: 3px;
	border-radius: 0px;
}

/*展会*/
.zhanhui {
	width: 100%;
	padding-bottom: 20px;
	border: 1px solid #ddd;
	background-color: #fff;
}

.zhanhui .tua {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.zhanhui .tua .zh-logo {
	position: absolute;
	z-index: 10;
	bottom: 50%;
	left: 50%;
	margin-bottom: -150px;
	margin-left: -150px;
	opacity: 0;
}

.zhanhui .tua .zh-logo img {
	width: 300%;
}

.zhanhui:hover .tua .zh-logo {
	opacity: 1;
	left: 0px;
	bottom: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.zhanhui:hover .tua .zh-logo img {
	width: 100px;
}

.zhanhui .tua img {
	width: 100%;
}

.zhanhui .tita {
	padding: 15px;
}

.zhanhui .tita a h3 {
	display: block;
	padding: 10px 0px;
	font-size: 17px;
	color: #333;
	text-align: center;
}

.zhanhui .morea {
	display: none;
	margin: 0 auto;
	padding: 8px 10px;
	width: 120px;
	background-color: #fdb513;
	text-align: center;
	font-size: 15px;
	color: #fff;
}
/*
.zhanhui:hover .morea{
	background-color: #fff;
	color: #333;
}
*/


/*.zhanhui:hover {
	background-color: #ff8400;
}

.zhanhui:hover .tita a h3 {
	color: #fff;
}*/

/*展会 end*/

/*案例*/
.case-w {
	padding: 25px 0px;
	background: url(../images/bg1.jpg);
}

.case {
	margin-bottom: 20px;
	position: relative;
	width: 100%;
	height: auto;
	border-radius: 5px;
	overflow: hidden;
}

.case img {
	width: 100%;
}

.case .uptu {
	position: absolute;
	top: 100%;
	left: 0%;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	ilter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, endColorstr=#B2000000);
	transition: all 0.3s ease-out;
}

.case:hover .uptu {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border-radius: 0px;
}

.case .case1-tit {
	position: absolute;
	top: -50%;
	left: 0px;
	z-index: 100;
	width: 100%;
	padding: 0px 15px;
	opacity: 0;
	transition: all 0.5s ease-out;
}

.case:hover .case1-tit {
	opacity: 1;
	top: 40%;
}

.case .case1-tit a h3 {
	display: block;
	margin: 0 auto;
	width: 90%;
	padding: 10px;
	font-size: 17px;
	color: #fff;
	background-color: #fe0000;
	text-align: center;
	border-radius: 10px;
}

/*案例 end*/







.proc1 {
	margin: 0 auto;
	width: 1300px;
	height: auto;
}

.proc1 li {
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
	width: 176px;
	height: 42px;
	border: 1px solid #d2d2d2;
	transition: all 0.3s ease-out;
}

.proc1 li:hover {
	background-color: #01a175;
}

.proc1 li a {
	display: block;
	width: 100%;
	height: 42px;
	line-height: 42px;
	font-size: 17px;
	text-align: center;
	color: #31383e;
	letter-spacing: 0px;
}

.proc1 li:hover a {
	color: #ffffff;
}



/*简介*/
.about-w {
	width: 100%;
	height: auto;
	background: url(../images/bg3.jpg) top center repeat-x;
}

.about-l {
	margin-top: 80px;
}

.about-l img {
	width: 100%;
}

.about-r {
	margin-top: 160px;
	padding: 56px 50px 50px;
	background-color: #fff;
}

.about-tit p {
	font: normal 45px "AvantGarde Bk BT";
	color: #666;
}

.about-tit h2 strong {
	font: bold 30px "microsoft yahei";
	color: #fdb513;
}

.about-cont {
	margin-top: 30px;
	width: 100%;
	height: 143px;
	overflow: hidden;
}

.about-cont p,
.about-cont p a,
.about-cont p strong {
	font-size: 14px;
	color: #666;
	line-height: 30px;
	text-align: justify;
}

.about-more a {
	display: inline-block;
	margin-top: 8px;
	padding: 10px 40px;
	background-color: #fdb513;
	font-size: 16px;
	color: #fff;
}

/*新闻*/
.h-news {
	display: block;
	margin-bottom: 15px;
	padding: 30px;
	border: 1px solid #ddd;
	background: #f6f6f6;
	overflow: hidden;
}

.h-news .datea {
	float: left;
	width: 20%;
}

.h-news .datea .zia {
	display: block;
	text-align: center;
	color: #999;
	font: normal 50px "arial";
}

.h-news .datea .zib {
	display: block;
	text-align: center;
	margin-top: 8px;
	font: normal 16px "arial";
}

.h-news .news-cont {
	margin-left: 23%;
}

.h-news .news-cont a h3 {
	display: block;
	font-size: 20px;
	color: #333;
}

.h-news .news-cont p {
	display: block;
	margin-top: 8px;
	font-size: 14px;
	color: #666;
	line-height: 150%;
}
 
 /*====================end middle====================*/


/*====================foot====================*/
.foot-w {
	width: 100%;
	color: #fff;
	padding: 30px 0 20px;
	background: #191919;
}

.gl-bq {
	padding: 15px 0px;
	font-size: 12px;
	background: #101010;
	border-top: 1px solid #434343;
}

.foot-link {
	padding-bottom: 30px;
	margin-bottom: 30px;
	font-size: 16px;
	border-bottom: 1px solid #434343;
}

.foot-link h3 {
	display: inline-block;
	padding-right: 15px;
	font-size: 15px;
	color: #fff;
}

.foot-link a {
	display: inline-block;
	padding-right: 15px;
	font-size: 15px;
	color: #fff;
}

.foot-ewm {
	display: inline-block;
	float: left;
	width: 115px;
}

.foot-ewm img {
	width: 100%;
}

.foot-cont {
	margin-left: 135px;
}

.foot-cont p {
	padding-bottom:5px;
	font-size: 15px;
	color: #fff;
	line-height: 150%;
}

.foot-cont p strong {
	padding:5px 0px;
	font-size: 30px;
	color: #fff;
}
.foot-menu{
	text-align: left;
}
.foot-menu a{
	display: inline-block;
	margin-bottom: 15px;
	padding:5px 15px;
	font-size: 18px;
	color: #fff;
	border-right: 1px solid #fff;
}

.gl-bq p,
.gl-bq p strong,
.gl-bq p p {
	color: #999999;
	text-align: center;
	line-height: 24px;
	font-size: 14px;
}

.gl-bq a {
	display: inline-block;
	font-size: 14px;
	color: #999999;
	text-align: center;
	line-height: 24px;
}

/*内页*/
.xy-ny-l{
	float: left;
	width: 245px;
	height: auto;
}
.xy-ny-r{
	margin-left: 275px;
	overflow: hidden;
}
.xy-l-tita h2{
	background: url(../images/bg5.jpg) no-repeat left;
	height: 102px;
	color: #fff;
	font-weight: bold;
	line-height: 102px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.xy-l-titb h2{
	background: url(../images/bg5.jpg) no-repeat left;
	height: 60px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 60px;
	text-align: center;
}
.xy-l-list{
	background: #fff;
}
.xy-l-list ul{
	border: 1px solid #ddd;
}
.xy-l-list ul li{
	
}
.xy-l-list ul li a h3{
	display: block;
	background: #fff url(../images/tb9.png) 213px center no-repeat;
	border-top: 1px solid #eaeaea;
	line-height: 60px;
	height: 60px;
	display: block;
	padding-left: 25px;
	font-size: 17px;
	font-weight: bold;
}
.xy-l-list ul li .second{
	padding:5px 25px;
}
.xy-l-list ul li .second a{
	display: block;
	padding:8px;
	margin-bottom: 5px;
	font-size: 15px;
	color: #333;
	border-bottom: 1px solid #efefef;
}
.xy-l-list ul li .second a:hover{
	background-color: #333;
	color: #fff;
}
.xy-l-list ul li a:hover h3{
	background: #fdb513 url(../images/tb11.png) 213px center no-repeat;
	font-weight: bold;
	color: #fff;
}
.h-proc1-hover{
	background: #1048a0 url(../images/tb11.png) 213px center no-repeat !important;
    font-weight: bold !important;
    color: #fff !important;
}
.xy-second{
	background-color: #333 !important;
	color: #fff !important;
}

.xy-l-pro{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.xy-l-pro ul{
	width: 105%;
}
.xy-l-pro li{
	float: left;
	width: 48%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.xy-l-pro li .tua{
	width: 117px;
	height: 87px;
	overflow: hidden;
}
.xy-l-pro li .tua img{
	width: 117px;
	height: 87px;
}
.xy-l-pro li h3{
	display: block;
	padding:8px 0px;
	text-align: center;
	font-size: 15px;
	color: #333;

}

.xy-l-cont{
	border-bottom: 9px solid #eaeaea;
	overflow: hidden;
}
.xy-l-cont h3 strong{
	display: block;
	padding:15px;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 10px;
}
.xy-l-lx p{
	padding:15px;
	font-size: 18px;
	color: #333;
	padding-top: 10px;
	line-height: normal;
}
.xy-l-lx p i{
	font-size: 22px;
	color: #333333;
	display: block;
}
.xy-l-cont-nr{
	padding:15px;
	border-top:1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}
.xy-l-cont-nr p{
	line-height: 24px;
	font-size: 12px;
	color: #333;
}


/*内页*/
.jt-ny-tit{
  position: relative;
  height: 480px;
}
.jt-ny-tit h2{
  position: absolute;
  bottom:0px;
  left:0px;
  width: 200px;
  height: 50px;
  background-color: #f60e0e;
  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手机样式*/

@media only screen and (max-width: 1400px){
#w-80{width: 95%;}
#w-90{width: 95%;}
.top-bt-phone .top-bt h2,.top-bt-phone .top-bt .zia{font-size: 20px;}
.top-bt-phone h3{font-size: 15px;}

}

@media only screen and (max-width: 1260px){
  #w-1260{width:100%;}
  #w-1260-1{width:100%;}
  #w-90{width: 100%;}
  #w-80{width: 100%;}
  #w-70{width: 100%;}
  #pro-w{width: 100%;}
  .padding0-sm15{padding:0px 15px;}
  .pc-menu-bg{width: 100%;}
  .pc-menu{width: 100%;}
  .padding-about{padding:15px;}
  /*menu*/
  .header-nav .nav-list>li>a{padding:0 8px;}
  .header-nav .nav-list > li > a::after{margin-left: 12px;}

  /*首页*/
.top-tit img{width: 80%; display: block;margin: 0 auto;}
.top-phone img{width: 80%; display: block;margin: 0 auto;}

.h-input1{width: 70%;}
.h-input2{width: 28%;}






  
}
@media only screen and (max-width: 992px){
  #w-1260{width:100%;}
  #w-1260-1{width:100%;}
  #w-90{width: 100%;}
  #w-80{width: 100%;}
  #w-70{width: 100%;}
  #pro-w{width: 100%;}
  .padding0-sm15{padding:0px 15px;}

  .pc-menu{width: 100%;}
  .pc-menu-bg{width: 100%;}
  .header .navbar_nav li a{padding:0px 3px;}

  .yz-logo {text-align: center;}
  .pc-menu{margin-top: 5px;}

  .jy-pro h3{font-size: 20px;}

  .padding15-8{padding:8px;}
  .header-nav .nav-list>li>a{padding:0 3px;}
  .header-nav .nav-list > li > a::after{margin-left: 12px;}


  .mini-tit{padding:0px 0px; text-align: center;}
  .mini-tit img{ display: block; width: 100%; margin:0 auto;}
	
	/*首页*/
.top-tit img{width: 100%;}
.tit01 h2{font-size: 18px;}
.tit01 h2 .zia{font-size: 15px;}
.tit01 span{font-size: 10px;}
.tit01 p{font-size: 14px;padding:0px 15px;}

.xm-proc li{width: 46%; padding-top:0px;}
.xm-proc li h3{padding: 3px 0px;}

.auto-pro1 a h3{font-size: 15px;}
.h-cq-w{padding:30px 0px;}
.swiper-pagination-pj{width: 90%;}
.swiper-container-pj{height: 300px;}





}
  



/*====================手机====================*/
@media only screen and (max-width: 768px){
  #w-1200{width:100%;}
  #w-1200-1{width:100%;}
  #w-1260{width:100%;}
  #w-1260-1{width:100%;}
  #w-70{width: 100%;}
  #pro-w{width: 100%;}
  .mini-tit{padding:0px 0px; text-align: center;}
  .mini-tit img{ display: block; width: 100%; margin:0 auto;}
  
  .padding0-sm15{padding:15px;}


  .xy-ny-r{margin-left: 0px;}
  .h-proc{text-align: center;}
  .h-proc a{width: 44%; float: none;}
  .jy-pro h3{font-size: 18px;}

  .jiantu1-l p{font-size: 20px;padding-top: 15px;}
  .jiantu1-l span{font-size: 20px;}
  .h-ys{margin-top: 0px;}

  .swiper-pagination-pj .swiper-pagination-bullet{
  	width: 15px;
  }
  .h-cq-w{padding: 20px 0px 50px 0px;}
  .about-r{margin-top: 0px; padding:15px;}
  .about-tit p{font-size: 20px; text-align: center;}
  .about-tit h2 strong{text-align: center;display: block;}
  .about-l{margin-top: 15px;}
  .about-more a{display: block;margin:0 auto; margin-top: 25px; width: 150px;}
	.gl-bq{padding:15px;}


/*标题*/
.ny-tit01 h2{font-size: 26px;}
.ny-tit01 span{font-size: 14px; padding:0 15px;}

.gl-proc li{width: 45%; margin:2px 2px;}
.gl-proc li a{width: 100%;}

/*其它*/
.search-p{padding:0px 15px; width: 90%; text-align: center; margin:0 auto;}


 /*地图*/
 .b-map .close-btn{
  top:10%;
 }
 .map-ys{height: 300px; width: 90%;}

 
 
}

.jy-pro h3{
	font-size: 16px;
}

