@font-face {
	font-family: 'shuFont';
	/*字体名称*/
	src: url('HelveticaNeueLTPro-ThEx.otf');
	/*字体源文件*/
}
html{
  font-family: '微软雅黑','microsoft yahei';
  -webkit-text-size-adjust:100%;
  -ms-text-size-adjust:100%;
  color: #666;
}
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select {margin:0;padding:0;}
th,td{border-spacing:0;}
img,fieldset,iframe{border:0;}
img{max-width: 100%;vertical-align: top;}
ul,ol,li{list-style: none;}
a{text-decoration:none;color: #666;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display: block;}
audio,canvas,progress,video{display: inline-block;vertical-align: baseline;}
.clearfix{*height:1%;*zoom:1;}
.clearfix:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}
*{
	-webkit-box-sizing:border-box;
    box-sizing: border-box;
    font-family: "Microsoft YaHei";
}
/*下拉菜单*/
.btn-nav{
  position: absolute;
  top:50%;
  margin-top: -20px;
  right:0px;
  background: transparent;
  border:none;
  padding:0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  cursor: pointer;
  z-index: 9999;
  display: none;
}
.btn-nav:focus{
  outline: 0;
}
.icon-bar {
  display: block;
  margin: 9px 0;
  width: 30px;
  height: 2px;
  border-radius: 5px;
  background-color:#008dd5;
}
.heaSub.header .icon-bar{
  background-color:#efeb04;
}
.btn-nav:hover .icon-bar {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.nav-content {
  position: fixed;
  top:0;
  bottom: 0;
  right: -100%;
  background:rgba(0, 141, 213, 0.9);
  display: block;
  height:100%;
  max-height: 1024px;
  z-index: 110;
  width: 100%;
  overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.nav-list {
  list-style: none;
  padding: 0 0 10px;
  position: relative;
  top:40px;
}
.item-anchor:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  left: 0;
  bottom: 0;
  z-index: 9;
  background: transparent;
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
}

.item-anchor {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  padding: 10px;
  display: block;
}

.item-anchor:hover,
.item-anchor:focus {
  color: #fff;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.item-anchor:hover:after,
.item-anchor:focus:after{
  width: 100%;
  background: #efeb04;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.nav-item {
  margin: 0px auto;
  line-height:38px;
  margin-bottom: 20px;
}
.nav-item>a{
  color:#fff;
  padding:0 10px;
  display: block;
  font-weight: 600;
  position: relative;
  font-size: 15px;
  text-align: center;
}
.nav-item.active>a{
  color: #CBAD69;
}
.sub_menu1 a{
  font-size: 12px;
  line-height: 2;
  display: block;
  text-align: center;
  color:#fff;
}
.animate-nav {
  display: block;
  margin: 0 auto;
}

.animated-nav:hover .icon-bar,
.animated:focus .icon-bar{
  background-color:#efeb04;
}

.animated-nav:focus {
  cursor: pointer;
  z-index: 9999;
}
.middle {
  margin: 0 auto;
}
.icon-bar {
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
  z-index: 999999;
}

.animated-nav .icon-bar {
  z-index: 999999;
  background: #E8382F;
}

.animated-nav .top {
  -webkit-transform: translateY(13px) rotateZ(45deg);
  -moz-transform: translateY(13px) rotateZ(45deg);
  -ms-transform: translateY(13px) rotateZ(45deg);
  -o-transform: translateY(13px) rotateZ(45deg);
  transform: translateY(13px) rotateZ(45deg);
}

.animated-nav .bottom {
  -webkit-transform: translateY(-9px) rotateZ(-45deg);
  -moz-transform: translateY(-9px) rotateZ(-45deg);
  -ms-transform: translateY(-9px) rotateZ(-45deg);
  -o-transform: translateY(-9px) rotateZ(-45deg);
  transform: translateY(-9px) rotateZ(-45deg);
}
.ove{
  overflow: hidden;
}
.animated-nav .middle {
  width: 0;
}
@keyframes showNav {
  from {
    right: -100%;
  }
  to {
    right:0px;
  }
}
@-webkit-keyframes showNav {
  from {
    right: -100%;
  }
  to {
    right: 0;
  }
}

@-moz-keyframes showNav {
  from {
    right: -100%;
  }
  to {
    right:0px;
  }
}

@-o-keyframes showNav {
  from {
    top: -100%;
  }
  to {
    top:0px;
  }
}
.showNav {
  -webkit-animation: showNav 1s ease forwards;
  -moz-animation: showNav 1s ease forwards;
  -o-animation: showNav 1s ease forwards;
  animation: showNav 1s ease forwards;
}
@keyframes hideNav {
  from {
    top:0px;
  }
  to {
    top: -100%;
  }
}

@-webkit-keyframes hideNav {
  from {
    top:0px;
  }
  to {
    top: -100%;
  }
}

@-moz-keyframes hideNav {
  from {
    top:0px;
  }
  to {
    top: -100%;
  }
}

@-o-keyframes hideNav {
  from {
    top:0px;
  }
  to {
    top: -100%;
  }
}
.hideNav {
  -webkit-animation: hideNav 1s ease forwards;
  -moz-animation: hideNav 1s ease forwards;
  -o-animation: hideNav 1s ease forwards;
  animation: hideNav 1s ease forwards;
}
.hidden{
  display: none;
}
/*g*/
.pwrap{
    width: 82%;
    margin: 0 auto;
    min-width:1180px;
}
.pwrap1{
  width:1300px;
  margin: 0 auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.pd70{
  padding: 70px 0;
}
/*anim*/
.animated {-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
.animated-fast {-webkit-animation-duration: .5s;animation-duration: .5s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
@-webkit-keyframes fadeIn {
  from {opacity: 0;-ms-transform: scale(0.95);-webkit-transform: scale(0.95);transform: scale(0.95);}
  to {opacity: 1;-ms-transform: scale(1.0);-webkit-transform: scale(1.0);transform: scale(1.0);}
}
@keyframes fadeIn {
  from {opacity: 0;-ms-transform: scale(0.95);-webkit-transform: scale(0.95);transform: scale(0.95);}
  to {opacity: 1;-ms-transform: scale(1.0);-webkit-transform: scale(1.0);transform: scale(1.0);}
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInLeft {
  from {opacity: 0;-webkit-transform: translate3d(-150px, 0, 0);transform: translate3d(-150px, 0, 0);}
  to {opacity: 1;-webkit-transform: none;transform: none;}
}

@keyframes fadeInLeft {
  from {opacity: 0;-webkit-transform: translate3d(-150px, 0, 0);transform: translate3d(-150px, 0, 0);}
  to {opacity: 1;-webkit-transform: none;transform: none;}
}
.fadeInLeft {-webkit-animation-name: fadeInLeft;animation-name: fadeInLeft;}

@-webkit-keyframes fadeInRight {
  from {opacity: 0;-webkit-transform: translate3d(50px, 0, 0);transform: translate3d(50px, 0, 0);}
  to {opacity: 1;-webkit-transform: none;transform: none;}
}
@keyframes fadeInRight {
  from {opacity: 0;-webkit-transform: translate3d(50px, 0, 0);transform: translate3d(50px, 0, 0);}
  to {opacity: 1;-webkit-transform: none;transform: none;}
}
.fadeInRight {-webkit-animation-name: fadeInRight;animation-name: fadeInRight;}

@-webkit-keyframes fadeInUp {
  from {opacity: 0;visibility: hidden;-webkit-transform: translate3d(0, 100px, 0);transform: translate3d(0, 100px, 0);}
  to {opacity: 1;-webkit-transform: none;transform: none;}
}
@keyframes fadeInUp {
  from {opacity: 0;visibility: hidden;-webkit-transform: translate3d(0, 100px, 0);transform: translate3d(0, 100px, 0);}
  to {visibility: visible;opacity: 1;-webkit-transform: none;transform: none;}
}
.fadeInUp {-webkit-animation-name: fadeInUp;animation-name: fadeInUp;}
/*header*/
.top_he{
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	font-size: 12px;
	position: relative;
}
.top_he:before{
	position: absolute;
	content: "";
	top: 0;
	width:100%;
	height: 3px;
	background-image: linear-gradient(to right, #008dd5 , #efeb04);
}
.tt_fl{
	float: left;
}
.tt_fr{
	float: right;
}
.tt_fr p{
	display: inline;
}
.he_wrap{
	position: relative;
	padding-left: 300px;
	padding-right: 300px;
	line-height: 90px;
	height: 90px;
}
.logo{
	display: block;
	position: absolute;
	width: 230px;
	left: 0;
	top: 0;
}

.logo img{
	vertical-align: middle;
}
.htel{
	position: absolute;
	right: 0;
	top: 0;
	width: 300px;
	text-align: right;
}
.nav_ul{
  height: 90px;
}
.nav_ul li{
  float: left;
  width: 20%;
  position: relative;
}
.nav_ul li>a{
  padding:0 5px;
  font-size:19px;
  position: relative;
  display: block;
  text-align: center;

}
.nav_ul li>a:hover,.nav_ul li.act>a{
	color:#008dd5;  
}
.nav_ul li.act:after {
    content: '';
    width: 100%;
    height: 16px;
    position: absolute;
    left: 0;
    bottom:-7px;
    background: url(../images/dian.png) no-repeat center;
    z-index: 5;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.htel img{
	display: inline-block;
	width: 55px;
	vertical-align: middle;
	margin-top: -13px;
}
.htel p{
	/*font-weight: 600;*/
	font-size: 28px;
	color:#008dd5; 
	font-family: fantasy;
	display: inline-block;
}
/*footer*/
.footer{
  background: linear-gradient(90deg, #008dd5  0%,  #6EB929 100%);
}
.fo_top{
	/*background-color: #008dd5;*/
	padding: 30px 0 20px;
}
.fo_bot{
	color: #fff;
	font-size: 14px;
	text-align: center;
	/*background-color: #008dd5;*/
  padding: 15px 0;
  border-top: 1px solid #035f8f;
}
.fo_wrap{
	position: relative;
	padding-left: 330px;
	padding-right: 130px;
}
.fo_fl{
	position: absolute;
	left: 0;
	top: 0;
	width: 260px;
}
.fo_fr{
	position: absolute;
	right: 0;
	top: 15px;
	width: 120px;
	text-align: center;
}
.fo_mid{
	color: #fff;
	font-size: 17px;
}
.fo_mid h5{
	font-size: 26px;
	margin-bottom: 10px;
	padding-top: 13px;
}
.fo_mid p{
	line-height: 2;
	font-size: 16px;
	font-weight: 300;
}
.fo_fr img{
	display: block;
}
.fo_fr p{
	font-size: 14px;
	color: #fff;
	margin-top: 15px;
}
/*index*/
.banner{
	height: 730px;
	position: relative;
}
.ban_sw{
	height: 100%;
}
.ban_sw .swiper-slide{
	height: 730px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.ban_sw .swiper-pagination{
	text-align: center;
	box-sizing: border-box;
	padding-right: 20px;
}
.ban_sw .swiper-pagination-bullet{
	background-color: #fff;
	opacity: 0.6;
	width: 10px;
	height: 10px;
}
.ban_sw.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin:0 7px;
}
.ban_sw .swiper-pagination-bullet-active{
	opacity: 1;
}
.wen_bo{
	position: absolute;
	left: 10%;
	bottom: 30%;
	z-index: 2;
	min-width: 550px;
	width: 40%;
}
.wen_bo h5{
	color: #fff;
	font-size: 40px;
	font-weight: normal;
	letter-spacing: 2px;
}
.wen_bo p{
	font-size: 18px;
	background-color:rgba(0, 141, 213, 0.4);
	 color: #fff;
	padding: 25px;
	margin-top: 20px;
	
	line-height: 2;
	text-align: justify;
}
.w_fu{
	font-size: 20px;
	color:#efeb04;
	margin-top: 20px;
}
.ptit{
	text-align: center;
	margin-bottom: 50px;
}
.ptit h5{
	text-align: center;
    font-size: 30px;
    color: #434343;
}
.ptit p{
	font-size: 16px;
    color: #a3a3a3;
    margin: 32px 0;
}
.xnav{
	text-align: center;
}
.xnav a{
	font-size: 16px;
	display: inline-block;
	margin: 0 6px;
	background-color: #f2f2f2; 
	height: 51px;
	line-height: 51px;
	color: #666;
	width: 260px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.xnav a:hover{
	background-color: #008dd5;
	color: #fff;
}
.pro_sw{
	margin-top: 60px;
}
.pro_sw a.pro_aa,.cp_aa{
	display: block;
	box-shadow: 0 0 9px rgba(0,0,0,0.15);
	margin: 8px;
}
.pro_de,.cp_de{
	padding:15px;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}
.pro_aa:hover .pro_de,.cp_aa:hover .cp_de{
	background-color: #008dd5;
	color: #fff;
}
.pro_de h6,.cp_de h6{
	font-size: 18px;
	font-weight: normal;
}
.pro_de .a_det,.cp_de .a_det{
	margin-top: 5px;
	font-size: 13px;
	color: #999;
	font-weight: 300;
}
.pro_aa:hover .pro_de .a_det,.cp_aa:hover .cp_de .a_det{
	color: #eee;
}
.pro_aa:hover .pro_de .a_duo,.cp_aa:hover .cp_de .a_duo{
	color: #fff;
	padding-left:70%;
}
.pro_de .a_duo,.cp_de .a_duo{
	margin-top: 15px;
	font-size: 14px;
    color: #8b8b8b;
    -webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}
.pro_de .a_duo span,.cp_de .a_duo span{
	display: inline-block;
	background: url(../images/more1.png) no-repeat;
    width: 13px;
    height: 13px;
    vertical-align: middle;
    margin-left: 10px;
}
.amore{
	display: block;
	margin: 50px auto 0;
	width: 150px;
	text-align: center;
	border-top-right-radius: 5px;
	position: relative;
	background-color:#008dd5;
	overflow: hidden;
	font-size: 16px;
}
.amore span{
	display: block;
	color:#fff;
	padding: 12px 0;
	z-index: 2;
	position: relative;
}
.amore:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(125deg,#efeb04 0,#008dd5 38%,#008dd5 100%);
    background-image: -webkit-linear-gradient(125deg,#efeb04 0,#008dd5 38%,#008dd5 100%);
    background-image: -ms-linear-gradient(125deg,#efeb04 0,#008dd5 38%,#008dd5 100%);
    z-index: 1;
    -ms-transform: translate(-100%,0%);
    -webkit-transform: translate(-100%,0%);
    transform: translate(-100%,0%);
    transition: all .5s;
}
.amore:hover:before{
	-ms-transform: translate(0%,0%);
    -webkit-transform: translate(0%,0%);
    transform: translate(0%,0%);
}
/*adv*/
.adv{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 50px 0;
}
.adv_txt{
	padding-top: 50px;
}
.adv_txt p{
	display: inline-block;
}
.adv_t1{
	color:#efeb04 ;
	font-size: 45px;
	font-weight: 600
	margin-right: 10px;
}
.adv_t2{
	color:#fff; 
	font-size: 58px;
}
.adv_de{
	font-size: 18px;
	color:#efeb04 ;
	font-weight: 300;
	margin-top: 20px;
}
.adv_tel{
	color: #fff;
	font-size: 22px;
	margin-top: 20px;
}
.adv_tel .s_strong{
	font-weight: 600;
	font-size: 32px;
}
.adv_fl{
	float: left;
	width: 70%;
	text-align: center;
}
.adv_fr{
	float: right;
	position: relative;
	width: 25%;
}
.adv_img1{
	padding: 10px;
	border:1px solid #fff;
	border-radius: 50%;
	width: 320px;
	height: 320px;
}
.adv_img1 img{
	border-radius: 50%;
	
	display: block;
}
.adv_img2{
	position: absolute;
	padding: 5px;
	border:1px solid #fff;
	border-radius: 50%;
	bottom: -158px;
	left: -50px;
}
.adv_img2 img{
	width: 200px;
	height: 200px;
	border-radius: 50%;
	
	display: block;
}
/*about*/
.pbanner img{
	display: block;
	width: 100%;
}
.pbanner .per_pc{
	display: block;
}
.pbanner .per_mob{
	display: none;
}
.ah5{
	font-size: 28px;
	position: relative;
	font-weight: normal;
	letter-spacing: 1px;
	color: #333;
	padding-top: 20px;
}
.ah5::before{
	position: absolute;
	content: "";
	margin-top: 0.48rem;
    width: 85px;
    height:0;
    border-bottom: 3px solid;
    border-image: linear-gradient(270deg, rgba(239, 235, 1, 0.1), rgba(0, 141, 213, 1)) 10;
    left: 0;
    bottom: -12px;
}
.ab_box{
	position: relative;
}
.ab_fl{
	float: left;
	width: 45%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:top center;
	height: 490px;
}
.ab_fr{
	float: right;
	width: 48%;
}
.ab_xq{
	margin-top: 30px;
}
.ab_xq p{
	line-height: 2.2;
	color: #777;
	font-size: 17px;
	font-weight: 300;
	display: -webkit-box;
	-webkit-line-clamp:7;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: justify;
}
.mjia{
	color: #666666;
    display: block;
    line-height: 38px;
    text-transform: uppercase;
    border: 1px solid #dddddd;
    text-align: center;
    width: 200px;
    margin-top: 30px;
}
.mjia:hover{
	background-color: #008dd5;
	color: #fff;
}
.tdb{
	background-image: url(../images/hbg.jpg);
	background-size: cover;
}
.tdb_ul li{
	float: left;
	width: 25%;
	box-sizing: border-box;
	padding: 0 20px;
	text-align: center;
	position: relative;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}
.tdb_ul li:hover{
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}
.tdb_ul li:before{
	position: absolute;
	content: "";
	height: 60%;
	top: 20%;
	right: 0;
	width: 2px;
	background-color: #e5e5e5;
}
.tdb_ul li:last-child:before{
	display: none;
}
.td_num{
	font-family:shuFont;
    font-size: 60px;
    color: #333333;
}
.td_ht{
	font-size: 24px;
    font-weight: 700;
    color: #333333;
    margin-top: 18px;
}
.td_de{
	font-size: 14px;
    color: #555555;
    margin-top: 10px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news_ul,.zx_ul{
	margin: 0 -1%;
}
.news_ul li{
	float: left;
	width: 23%;
	margin: 0 1%;
}
.zx_ul li{
	float: left;
	width: 23%;
	margin: 0 1% 40px;
}
.news_img{
	overflow: hidden;
}
.news_pic{
	height: 235px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:top center;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}
.news_img:hover .news_pic{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.ne_time{
	color: #1f2735;
    display: block;
    font-size: 15px;
    font-family: shuFont;
    margin-top: 10px;
}
.ne_pp{
	color: #adadad;
    display: block;
    font-size: 15px;
}
.ne_h4{
	color: #000;
    font-size: 21px;
    font-weight: bold;
    margin:15px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_ul li:hover .ne_h4, .zx_ul li:hover .ne_h4{
	color: #008dd5;
}
.hezuo{
	position: relative;
}
.hezuo:before{
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-position:top center;
	background-image: url(../images/hez.jpg);
	z-index: 1;
	height: 320px;
	width: 100%;
	top: 0;
}
.he_ul{
	margin: 0 -1%;
}
.he_ul li{
	float: left;
	width: 14.6666%;
	margin: 0 1% 30px;
	box-sizing: border-box;
	border: 1px solid #008dd5;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.pwhite.ptit,.he_ul{
	position: relative;
	z-index: 2;
}
.pwhite.ptit h5{
	color: #fff;
}
.pwhite.ptit p{
	color: #eee;
}
/*关于我们*/
.pd80{
	padding: 80px 0;
}
.guan_box{
	position: relative;
}
.gu_fl{
	float: left;
	width: 45%;
	padding-top: 40px;
}
.dh3{
	font-size: 26px;
	color: #000;
}
.gu_en{
	color: #999;
	font-size: 14px;
	margin-top: 10px;
}
.gu_de,.ji_de{
	margin-top: 30px;
}
.gu_de p,.ji_de p{
	line-height: 2.3;
	font-weight: 300;
	text-align:justify;
}
.gu_fr{
	float: right;
	width: 48%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 500px;
}
.yous{
	background-image: url(../images/hbg.jpg);
    background-size: cover;
}
.yo_ul li{
	float: left;
	width: 23%;
	margin: 0 1%;
	text-align: center;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}
.yo_ul li:hover{
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}
.yo_ul li img{
	width: 70px;
}
.yo_ul li h6{
	margin-top: 20px;
	font-size: 27px;
	color: #000;
}
.yo_ul li p{
	margin-top: 10px;
}
.ji_fl{
	float: left;
	width: 40%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height:415px;
}
.ji_fr{
	float: right;
	width: 55%;
	padding-top: 50px;
}
.cp_ul{
	margin: 0 -1%;
}
.cp_ul li{
	float: left;
	width: 23%;
	margin: 0 1% 40px;
}
/*页面*/
.pagination{
  text-align: center;
  margin-top: 20px;
}
.pagination li{
  display:inline-block;
  padding:5px 11px;
  color:#666; 
  border: 1px solid #eee;
  cursor: pointer;
  font-size: 14px;
  border-radius: 5px;
}
.pagination li a{
  color:#666;
}
.pagination li.active{
  background-color: #008dd5;
  color: #fff;
}
.pagination li.active a{
  color: #fff;
}
/*小标题2*/
.cnav{
	padding: 30px 0;
	background-color: #eee;
	text-align: center;
}
.cnav a{
	display: inline-block;
    cursor: pointer;
    margin-right:20px;
    width: 180px;
    height:50px;
    background: #FFFFFF;
    border-top-right-radius: 5px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height:50px;
    text-align: center;
}
.cnav a.active{
    color: #FFFFFF;
    background: linear-gradient(90deg, #008dd5  0%,  #6EB929 100%);
}
/*zixun*/
.lf_ul{
	margin: 0 -1%;
}
.lf_ul li{
	float: left;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.1);
	width: 21%;
	margin: 0 2%;
	text-align: center;
	padding: 59px 20px;
}
.lf_ul li img{
	width: 79px;
}
.lf_ul li h6{
	font-size: 19px;
	color: #111;
	margin-top: 20px;
	font-weight: normal;
}
.lf_ul li p{
	font-size: 14px;
	color: #999;
	margin-top: 12px;
	height: 40px;
}
.amap{
	margin-top: 60px;
	height: 490px;
}
.map_imgg{
	width: 100%;
	display: block;
	height: 100%;
}
.amap img{
	max-width: initial;
}
.dtit{
	margin-top: 60px;
	text-align: center;
}
.dtit h5{
	font-size: 20px;
	font-weight: normal;
	position: relative;
	color: #000;
}
.dtit h5:before{
	position: absolute;
	content: "";
	left:50%;
	margin-left: -1em;
	width: 2em;
	height: 2px;
	background-color:#008dd5; 
	bottom: -5px;
}
.dtit p{
	font-size: 12px;
	margin-top: 10px;
	color: #999;
}
.liu_box{
	width: 800px;
	margin: 50px auto 0;
}
.liu_box input{
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	height: 50px;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
	padding: 0 15px;
}
.liu_item{
	margin: 0 -1% 30px;
}
.liu_item input{
	width: 48%;
	margin: 0 1%;
	float: left;
}
.abtn{
	border: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    height: 50px;
    outline: none;
    appearance:none;
    -webkit-appearance:none;
    float: right;
	width: 49%;
	background-color: #008dd5;
}
.liu_fl{
	float: left;
	width: 49%;
	box-sizing: border-box;
	position: relative;
	padding-right: 110px;
}
.y_img{
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	width: 100px;
}
/* 产品详情 */
.xg_con{
	padding: 50px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.xqing{
	padding-top: 60px;
}
.xg_fl{
	float: left;
	width: 43%;
}
.xg_fl img{
	width: 100%;
}
.xg_fr{
	float: right;
	width: 53%;
}
.xg_tit{
	font-size: 30px;
	padding: 20px 0;
	border-bottom: 2px solid #008dd5;
}
.xg_bq{
	background-color: #eee;
	margin-top: 28px;
	border-radius: 5px;
	padding: 30px;
}
.xg_bq p{
	line-height: 2.2;
	font-size: 18px;
	font-weight: 300;
}
.xg_tel{
	margin-top: 30px;
}
.xg_tel span{
	display: inline-block;
	background-color:#008dd5;
	color: #fff;
	padding: 18px 50px;
	border-radius: 5px; 
	font-weight: 600;
	font-size: 18px;
}
.xg_ln{
	margin-top: 25px;
}
.xg_ln h6{
	font-size: 18px;
	color: #222;
	font-weight: normal;
}
.xg_ln p{
	font-size: 15px;
	color: #999;
	margin-top: 5px;
	line-height: 2;
}
.zwen{
	padding: 50px 0 0;
}
.article{
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	border: 1px solid #f6f6f6;
	padding: 50px;
}
.art_top{
	text-align: center;
	border-bottom: 1px dashed #c9c9c9;
	padding-bottom: 30px;
	margin-bottom: 40px;
}
.art_tit{
	font-size:27px;
}
.art_time{
	text-align: center;
	margin-top: 20px;
	font-size: 13px;
	color: #999;
}
.art_con p{
	font-size: 16px;
	line-height: 2.2;
	color: #777;
}
.art_img{
	margin: 20px 0;
	text-align: center;
}
@media(max-width: 1600px){
	.ban_sw .swiper-slide,.banner{
		height: 700px;
	}
}
@media(max-width: 1400px){
	.he_wrap{
		padding-left: 270px;
		padding-right: 270px;
	}
	.htel img{
		width: 47px;
	}
	.htel p{
		font-size: 25px;
	}
	.logo{
		width: 220px;
	}
	.ban_sw .swiper-slide,.banner{
		height: 650px;
	}
	.wen_bo h5{
		font-size: 37px;
	}
	.w_fu{
		font-size: 18px;
	}
	.wen_bo p{
		font-size: 16px;
	}
	.ptit h5{
		font-size: 28px;
	}
	.pd70{
		padding: 60px 0;
	}
	.ptit p{
		margin: 27px 0;
	}
	.xnav a{
		width: 230px;
		height: 49px;
		line-height: 49px;
	}
	.adv_fl{
		width: 60%;
	}
	.adv_fr{
		width: 35%;
	}
	.ah5{
		font-size: 26px;
	}
	.ab_xq p{
		font-size: 16px;
	}
	.gu_fl{
		padding-top: 30px;
	}
	.gu_fr{
		height: 560px;
	}
	.yo_ul li h6{
		font-size: 25px;
	}
	.amap{
		height: 400px;
	}
}
@media(max-width: 1200px){
	.pwrap{
		min-width: 280px;
		width: 92%;
	}
	.nav_ul li>a{
		font-size: 17px;
	}
	.ban_sw .swiper-slide,.banner{
		height: 600px;
	}
	.wen_bo h5{
		font-size: 35px;
	}
	.w_fu{
		font-size: 17px;
	}
	.wen_bo p{
		font-size: 14px;
	}
	.ptit h5{
		font-size: 26px;
	}
	.pd70{
		padding: 50px 0;
	}
	.ptit p{
		margin: 23px 0;
	}
	.xnav a{
		width: 200px;
		height: 45px;
		line-height: 45px;
		font-size:14px;
	}
	.pro_sw{
		margin-top: 50px;
	}
	.adv_t1{
		font-size: 37px;
	}
	.adv_t2{
		font-size: 50px;
	}
	.adv_img1{
		width: 290px;
		height: 290px;
	}
	.adv_de{
		font-size: 17px;
	}
	.adv_tel .s_strong{
		font-size: 30px;
	}
	.adv_img2 img{
		width: 160px;
		height: 160px;
	}
	.adv_img2{
		bottom: -119px;
	}
	.adv{
		padding: 40px 0;
	}
	.ab_fl{
		height: 450px;
		width: 46%;
	}
	.ah5{
		font-size: 24px;
	}
	.ne_h4{
		font-size: 19px;
		margin: 12px 0;
	}
	.ne_time{
		font-size: 14px;
	}
	.hezuo:before{
		height: 235px;
	}
	.dh3{
		font-size: 24px;
	}
	.gu_de p, .ji_de p{
		line-height: 2.1;
	}
	.pd80{
		padding: 70px 0;
	}
	.yous .pwrap{
		width: 100%;
	}
	.yo_ul li h6{
		font-size: 23px;
	}
	.yo_ul li img{
		width: 65px;
	}
	.yo_ul li p{
		font-size: 14px;
	}
	.cnav a{
		font-size: 17px;
	}
	.cnav{
		padding:25px 0;
	}
	.lf_ul li{
		width: 23%;
		margin: 0 1%;
	}
	.lf_ul li img{
		width: 45px;
	}
	.xg_tit{
		font-size: 28px;
	}
	.xg_bq{
		padding: 25px;
	}
	.xg_bq p{
		font-size: 16px;
		line-height: 2;
	}
}
@media(max-width: 1080px){
	.logo{
		width: 190px;
	}
	.he_wrap{
		padding-left: 230px;
		padding-right: 230px;
	}
	.htel p{
		font-size: 22px;
	}
	.htel img{
		width: 42px;
		margin-top:-5px;
	}
	.pd70 {
	    padding: 45px 0;
	}
	.ptit p{
		font-size: 14px;
		margin: 8px 0;
	}
	.ptit h5{
		font-size: 24px;
	}
	.ptit{
		margin-bottom: 35px;
	}
	.xnav a{
		width: 170px;
	}
	.pro_de .a_det, .cp_de .a_det{
		font-size: 12px;
	}
	.pro_de h6, .cp_de h6{
		font-size: 17px;
	}
	.amore{
		font-size: 15px;
		width: 140px;
		margin-top: 35px;
	}
	.amore span{
		padding: 8px 0;
	}
	.adv_txt{
		padding-top: 10px;
	}
	.adv_t1{
		font-size: 30px;
	}
	.adv_t2{
		font-size: 40px;
	}
	.adv_img1{
		width: 170px;
		height: 170px;
	}
	.adv_de{
		font-size: 15px;
	}
	.adv_tel .s_strong{
		font-size: 30px;
	}
	.adv_img2 img{
		width: 90px;
		height: 90px;
	}
	.adv_img2{
		bottom: -89px;
	}
	.adv_fr{
		width: 30%;
	}
	.td_num{
		font-size: 50px;
	}
	.td_ht{
		font-size: 21px;
	}
	.td_de{
		font-size: 12px;
	}
	.news_ul li{
		width: 31.3333333%;
	}
	.news_ul li:last-child{
		display: none;
	}
	.ne_h4{
		font-size: 17px;
	}
	.ne_pp{
		font-size: 14px;
	}
	.hezuo:before{
		height: 180px;
	}
	.fo_fl{
		width: 200px;
	}
	.fo_wrap{
		padding-left: 250px;
	}
	.fo_mid h5{
		font-size: 23px;
		padding-top: 10px;
	}
	.fo_fr{
		width: 100px;
	}
	.gu_de p, .ji_de p{
		font-size: 15px;
	}
	.pd80{
		padding: 60px 0;
	}
	.yo_ul li h6{
		font-size: 20px;
	}
	.yo_ul li img{
		width: 50px;
	}
	.cp_ul li,.zx_ul li{
		width: 31.3333333%;
		margin-bottom: 20px;
	}
	.amap{
		height: 330px;
		margin-top: 50px;
	}
	.xg_tit{
		padding: 15px 0;
		font-size: 25px;
	}
	.xg_tel span{
		font-size: 16px;
		padding: 15px 40px;
	}
	.xg_tel{
		margin-top: 20px;
	}
	.xg_fl{
		width: 52%;
	}
	.xg_fr{
		width: 43%;
	}
}
@media(max-width: 1000px){
	.htel{
		display: none;
	}
	.he_wrap{
		padding-right: 0;
		line-height: 70px;
		height: 70px;
	}
	.logo{
		width: 180px;
	}
	.nav_ul{
		height: 70px;
	}
	.liu_box{
		width: 100%;
	}
}
@media(max-width: 768px){
	#menu{
		display: none;
	}
	.btn-nav{
		display: block;
	}
	.wen_bo{
		width: 80%;
		min-width: initial;
	}
	.adv_txt{
		padding-top: 0px;
	}
	.adv_t1{
		font-size: 20px;
	}
	.adv_t2{
		font-size: 26px;
	}
	.adv_de{
		font-size: 13px;
	}
	.adv_tel{
		font-size: 16px;
	}
	.adv_tel .s_strong{
		font-size: 22px;
	}
	.adv_img1{
		width: 130px;
		height: 130px;
		padding: 4px;
	}
	.adv_img2{
		padding: 2px;
	}
	.ab_fl{
		height: 382px;
		width: 48%;
	}
	.ab_xq p{
		font-size: 15px;
	}
	.mjia{
		width: 140px;
		font-size: 14px;
	}
	.td_num{
		font-size: 30px;
	}
	.td_ht{
		font-size: 18px;
	}
	.he_ul li{
		margin-bottom: 20px;
	}
	.fo_fl{
		display: none;
	}
	.fo_wrap{
		padding-left: 0;
	}
	.fo_mid h5{
		padding-top: 0;
		font-size: 20px;
	}
	.fo_mid p{
		font-size: 14px;
	}
	.fo_fr{
		top: 5px;
	}
	.gu_fr,.gu_fl,.ji_fl,.ji_fr{
		width: 100%;
		float: none;
	}
	.gu_fr{
		height: 453px;
	}
	.pd80{
		padding: 50px 0;
	}
	.gu_de, .ji_de{
		margin-top: 20px;
	}
	.gu_fl{
		padding-top: 0;
	}
	.gu_fr{
		margin-top: 15px;
	}
	.ji_fr{
		padding-top: 20px;
	}
	.yo_ul li h6{
		font-size: 18px;
	}
	.yo_ul li img{
		width: 45px;
	}
	.cnav a{
		font-size: 16px;
		height: 42px;
		line-height: 42px;
		width: 150px;
	}
	.lf_ul li{
		width: 48%;
		margin: 5px 1%;
	}
	.article{
		padding: 30px;
	}
	.art_tit{
		font-size: 24px;
	}
	.art_top{
		padding-bottom:13px;
		margin-bottom:20px ;
	}
	.xg_tit{
		font-size: 19px;
		padding: 10px 0 8px;
	}
	.xg_fl{
		width: 45%;
	}
	.xg_fr{
		width: 52%;
	}
	.xg_bq{
		margin-top: 15px;
		padding: 10px;
	}
	.xg_bq p{
		font-size: 14px;
	}
	.xg_tel span{
		padding: 15px 20px;
	}
	.xg_tel{
		margin-top: 15px;
	}
	.xg_con{
		padding: 35px;
	}
	.xqing{
		padding-top: 35px;
	}
}
@media(max-width: 640px){
	.pd80{
		padding: 35px 0;
	}
	.top_he{
		display: none;
	}
	.logo{
		width: 140px;
	}
	.he_wrap{
		height: 60px;
		line-height: 60px;
	}
	.wen_bo h5{
		font-size: 30px;
	}
	.wen_bo p{
		padding: 15px;
	}
	.wen_bo{
		width: 90%;
		left: 5%
	}
	.ban_sw .swiper-slide, .banner{
		height: 500px;
	}
	.pd70{
		padding: 35px 0;
	}
	.ptit h5 {
	    font-size: 22px;
	}
	.xnav a{
		width: 72px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}
	.ptit {
	    margin-bottom: 20px;
	}
	.pro_sw{
		margin-top: 30px;
	}
	.amore{
	    width: 110px;
	    margin-top: 15px;
	    font-size: 14px;
	}
	.adv{
		padding: 20px 0;
	}
	.adv_fl{
		position: relative;
		z-index: 2;
	}
	.adv_fl,.adv_fr{
		width: 100%;
		float: none;
	}
	.adv_img1{
		display: none;
	}
	.adv_fr{
		z-index: 1;
	}
	.adv_img2{
		left: auto;
		right:0;
		bottom:-52px;
	}
	.ab_fl,.ab_fr{
		width: 100%;
		float: none;
	}
	.ah5{
		font-size: 18px;
	}
	.ab_xq p{
		font-size: 14px;
	}
	.mjia{
		font-size: 12px;
		width: 120px;
		line-height: 28px;
	}
	.tdb .pwrap{
		width: 100%;
	}
	.td_ht{
		font-size: 16px;
		margin-top: 10px;
	}
	.td_num{
		font-size: 20px;
	}
	.td_de{
		line-height: 1.6;
		font-weight: 300;
	}
	.tdb_ul li{
		padding: 0 15px;
	}
	.news_ul li{
		width: 48%;
	}
	.news_ul li:nth-child(3){
		display: none;
	}
	.he_ul li{
		width: 23%;
		margin-bottom: 10px;
	}
	.pbanner .per_pc{
		display: none;
	}
	.pbanner .per_mob{
		display: block;
	}
	.dh3{
		font-size: 20px;
	}
	.gu_en{
		font-size: 12px;
		margin-top: 5px;
	}
	.gu_de, .ji_de{
		margin-top: 12px;
	}
	.gu_de p, .ji_de p{
		font-size: 14px;
	}
	.yo_ul li h6{
		font-size:15px;
		margin-top: 10px;
	}
	.yo_ul li img{
		width: 30px;
	}
	.yo_ul li p{
		font-size: 12px;
	}
	.cp_ul li,.zx_ul li{
		width: 48%;
		margin-bottom: 13px;
	}
	.cnav a{
		width: 95px;
		height: 33px;
		line-height: 33px;
		font-size: 13px;
	}
	.cnav{
		padding: 13px 0;
	}
	.lf_ul li{
		padding: 25px 18px
	}
	.lf_ul li p{
		font-size: 12px;
	}
	.lf_ul li h6{
		font-size: 17px;
		margin-top: 15px;
	}
	.lf_ul li img{
		width: 39px;
	}
	.amap{
		height: 260px;
		margin-top: 25px;
	}
	.dtit{
		margin-top: 40px;
	}
	.liu_box{
		margin-top: 25px;
	}
	.liu_box input,.y_img,.abtn{
		height: 40px;
	}
	.liu_item{
		margin-bottom: 12px;
	}
	.zwen{
		padding-top: 20px;
	}
	.art_tit{
		font-size: 18px;
	}
	.article{
		padding: 20px 15px;
	}
	.art_con p{
		font-size: 14px;
		line-height: 1.8;
	}
	.art_img{
		margin: 15px 0;
	}
	.art_time{
		font-size: 12px;
		margin-top: 8px;
	}
	.xg_con{
		padding: 0;
		box-shadow: none;
	}
	.xqing{
		padding: 30px 0;
	}
	.xg_fl,.xg_fr{
		width: 100%;
		float: none;
	}
	.xg_ln p{
		font-size: 14px;
	}
	.xg_ln h6{
		font-size: 17px;
	}
	.xg_tit{
		padding-top: 0;
	}
	.xg_fl{
		margin-top: 15px;
	}
}
@media(max-width: 414px){
	.logo{
		width: 120px;
	}
	.he_wrap{
		height: 50px;
		line-height: 50px;
	}
	.icon-bar{
		margin:7px 0;
	}
	.btn-nav{
		margin-top: -16px;
	}
	.animated-nav .bottom {
	    -webkit-transform: translateY(-5px) rotateZ(-45deg);
	    -moz-transform: translateY(-5px) rotateZ(-45deg);
	    -ms-transform: translateY(-5px) rotateZ(-45deg);
	    -o-transform: translateY(-5px) rotateZ(-45deg);
	    transform: translateY(-5px) rotateZ(-45deg);
	}
	.wen_bo h5{
		font-size:26px;
	}
	.w_fu{
		font-size: 15px;
	}
	.wen_bo p{
		padding: 13px;
	}
	.pd70 {
	    padding: 25px 0;
	}
	.ptit h5 {
	    font-size: 19px;
	}
	.ptit p{
		font-size: 12px;
	}
	.xnav a{
		margin: 0 3px;
	}
	.adv_de,.adv_tel{
		margin-top: 10px;
	}
	.adv_t2{
		font-size: 20px;
	}
	.adv_tel .s_strong{
		font-size: 17px;
	}
	.adv_tel{
		font-size: 14px;
	}
	.ab_fl{
		height: 232px;
	}
	.tdb_ul li{
		width: 50%;
		padding: 10px 15px;
	}
	.news_img{
		height: 210px;
	}
	.ne_h4{
		font-size: 15px;
		margin: 7px 0;
	}
	.ne_pp{
		font-size: 12px;
	}
	.ne_time{
		font-size: 12px;
		margin-top: 6px;
	}
	.hezuo:before{
		height: 118px;
	}
	.fo_wrap{
		padding-right: 0;
	}
	.fo_fr{
		position: initial;
		margin-top: 10px;
		width: auto;
		text-align: center;
	}
	.fo_fr img{
		width:70px;
		display: inline-block;
	}
	.fo_mid p{
		font-size: 13px;
	}
	.fo_top{
		padding: 18px 0 15px;
	}
	.fo_mid h5{
		font-size: 18px;
	}
	.fo_bot{
		font-size: 12px;
		padding: 8px 0;
	}
	.gu_fr,.ji_fl{
		height: 230px;
	}
	.pd80 {
	    padding: 20px 0;
	}
	.yo_ul li{
		width: 48%;
		padding: 10px 0;
	}
	.dh3{
		font-size: 19px;
	}
	.cp_ul li,.zx_ul li{
		width: 98%;
		margin-bottom: 10px;
	}
	.cnav a{
		margin-right:6px;
		width: 66px;
		height: 29px;
		line-height: 29px;
	}
	.news_ul li{
		width: 98%;
		padding: 6px 0;
	}
	.lf_ul li{
		width: 98%;
		padding: 12px;
	}
	.lf_ul li img{
		width: 25px;
	}
	.lf_ul li p{
		height: auto;
	}
	.amap{
		height: 190px;
		margin-top: 17px;
	}
	.dtit {
	    margin-top: 20px;
	}
	.dtit h5{
		font-size: 18px;
	}
	.liu_box input{
		width: 98%;
		margin-bottom: 12px;
	}
	.liu_item{
		margin-bottom: 0;
	}
	.liu_fl,.abtn{
		width: 100%;
	}
}
@media(max-width: 376px){
	.ab_fl{
		height: 200px;
	}
	.ab_xq{
		margin-top: 20px;
	}
	.ptit h5{
		font-size: 18px;
	}
	.gu_fr, .ji_fl {
	    height: 209px;
	}
	.amap{
		height: 160px;
	}
	.wen_bo h5{
		font-size: 22px;
	}
}
@media(max-width: 320px){}