body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
}
html,body { width: 100%;
    height: 100%;}
body {
	background: #fff;
	color: #333;
	font-family: "microsoft yahei";
	
}

ul,
ol,
li {
	list-style-type: none;
}

select,
input,
img,
select {
	vertical-align: middle;
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: #333333;
}

dl,
dt,
dd {
	margin: 0;
}

.w11 {
	width: 86%;
	margin: 0 auto;
}

.w22 {
	width: 1300px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}


/*澶撮儴*/

.header {
	width: 100%;
	background: #fff;
	position: fixed;
	top: 0; left: 0;
	z-index: 9999;
}
.top{width: 100%; transition-duration: .5s;border-bottom: 1px solid #eaeaea;}

.header-nav-fl {
	margin-top: 15px;
	 transition-duration: .5s;
}

.header-nav-fr {
	zoom: 1;
}

.header-nav-fr:after {
	display: block;
	content: '';
	clear: both;
}

.header-nav-fr ul {
	float: left;
	zoom: 1;
	margin-right: 20px;
}

.header-nav-fr ul:after {
	display: block;
	content: '';
	clear: both;
}

.header-nav-fr ul li {
	float: left;
	font-size: 18px;
	color: #333333;
	line-height: 88px;
	padding-right: 30px;
	margin-right: 70px;
	position: relative;
	transition-duration: .5s;
}
.header-nav-fr ul li a:hover{ color: #eb6629; }

.header-nav-fr ul li a:after {
	display: block;
	content: '';
	width: 13px;
	height: 8px;
	background: url(../images/icon-1.png) no-repeat;
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -4px;
	transition-duration: .5s;
}
.header-nav-fr ul li a:hover:after{background: url(../images/icon-1-1.png) no-repeat;}

.header-nav-fr ul li:last-child {
	margin-right: 0;
}

.header-icon {
	float: left;
	display: flex;
	margin-top: 20px;
	transition-duration: .5s
}

.search {
	margin-right: 15px;
	position: relative;
    top: 0;
    transition-duration: 1s;
}
.enlish{
	position: relative; 
	top: 0;
	transition-duration: 1s;

}
.search:hover{top:-5px;}
.enlish:hover{top:-5px;}
/*澶撮儴缁撴潫*/


/*棣栭〉banner*/
.home-banner{ width:100%; height:100%; position:relative;  padding-top:89px;}
.home-banner .slideBox{width: 100%; overflow:hidden; height: 100%;  position:relative; }
.home-banner .slideBox .bd{ width: 100%; height:100%; position: relative;}
.home-banner .slideBox .bd ul{height:100%;}
.home-banner .slideBox .bd li{ vertical-align:middle; width: 100%; height: 100%; position: relative;}
.home-banner .slideBox .bd li .dw{width: 100%; position: absolute; top: 35%; text-align: center; left: 0; color: #fff; font-weight: bold;}
.home-banner .slideBox .bd li .banner-tit {width: 100%;font-size: 60px; letter-spacing: .1em;text-shadow: 0 0 10px #555;}
.home-banner .slideBox .bd li .banner-desc { overflow: hidden;font-size: 24px; line-height: 40px; width: 100%; text-align: center; font-family: "Arial"; text-transform: uppercase; font-weight: bold; text-shadow: 0 0 10px #555;}
.home-banner .slideBox .bd img{ width: 100%;height: 100%; display: inline-block;}

.home-banner .slideBox .prev{ position:absolute; right:15%; bottom:30px; width:50px; height:50px; background: #eee url(../images/works_arr.png) no-repeat 0 0; border-radius: 50%; -webkit-transition: 0.3s;-moz-transition: 0.3s; transition: 0.3s; cursor: pointer;}
.home-banner .slideBox .next{ position:absolute; right:11%; bottom:30px;  display:block; width:50px; height:50px; background-position:100% 0;background: #eee url(../images/works_arr.png) no-repeat -52px -50px;-webkit-transition: 0.3s;-moz-transition: 0.3s; transition: 0.3s; border-radius: 50%; cursor: pointer;}
.home-banner .slideBox .prev:hover{background: #eb6629 url(../images/works_arr.png) no-repeat -52px 0;}
.home-banner .slideBox .next:hover{background: #eb6629 url(../images/works_arr.png) no-repeat 0px -50px;}
.banner-video{position: absolute; top: -20%; left: 0; width: 100%;height: 140%;object-fit: cover;}
.video-ty{width: 100%; position: absolute; height: 100%; background: rgba(0,0,0,0.7); top: 0; left: 0;}


.go-btn {
    opacity: 1;
    webkit-animation: go-btn 3s cubic-bezier(0.5,0,0.1,1)infinite;
    -webkit-animation: go-btn 3s cubic-bezier(0.5,0,0.1,1)infinite;
    -ms-animation: go-btn 3s cubic-bezier(0.5,0,0.1,1)infinite;
    -moz-animation: go-btn 3s cubic-bezier(0.5,0,0.1,1)infinite;
    -o-animation: go-btn 3s cubic-bezier(0.5,0,0.1,1)infinite;
    position: absolute;
    bottom: 10px;
    left: 48%;
    width: 84px;
    height: 70px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
	z-index:999;
	display:none;

}
.go-btn .img{width: 24px; height: 42px; margin:0 auto; background:url(../images/mouse.png) no-repeat;}
.go-btn .txt{width: 100%; line-height: 28px; text-transform: uppercase; text-align: center; margin-top:2px; font-size:18px; font-family: "Arial";}
.go-btn:hover{animation-play-state:paused;-webkit-animation-play-state:paused;-ms-animation-play-state:paused;-moz-animation-play-state:paused;-o-animation-play-state:paused}
@keyframes go-btn{%0,%100{bottom:10px;opacity:1}50%{bottom:30px;opacity:.5}}
@-webkit-keyframes go-btn{%0,%100{bottom:10px;opacity:1}50%{bottom:30px;opacity:.5}}
@-ms-keyframes go-btn{%0,%100{bottom:10px;opacity:1} 50%{bottom:30px;opacity:.5}}
@-moz-keyframes go-btn{%0,%100{bottom:10px;opacity:1}50%{bottom:30px;opacity:.5}}
@-o-keyframes go-btn{%0,%100{bottom:10px;opacity:1}50%{bottom:30px;opacity:.5}}



/*棣栭〉banner缁撴潫*/

.home-search {
	width: 100%;
	background: url(../images/bg1.jpg) no-repeat top center;
	padding-top: 30px;
}

.home-search-fl {
	width: 50%;
	padding-right: 14px;
}

.home-search-fr {
	width: 50%;
	padding-left: 14px;
}

.home-search-top {
	width: 100%;
	height: 56px;
	margin-bottom: 35px;
	position: relative;
}

.home-search-top h3 {
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	line-height: 36px;
}

.home-search-top p {
	font-size: 16px;
	color: #fff;
	padding-top:10px;
}

.get-more {
	display: block;
	font-size: 16px;
	color: #fff;
	padding-right: 20px;
	position: absolute;
	right: 0;
	top: 0;
}
.get-more:before{
	display: block;
	content: '';
	width: 0%;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: -6px;
	transition-duration: 0.5s;
}
.get-more:hover:before{
	width: 100%;
}
.get-more:after {
	content: '+';
	font-size: 20px;
	color: #fff;
	position: absolute;
	right: 7px;
	top: -3px;
}

.home-search-top input {
	display: block;
	border: none;
	outline: none;
	width: 100%;
	height: 55px;
	background: #fff;
	padding-left: 20px;
	padding-right: 70px;
	font-size: 18px;
	color: #555555;
}

.search-btn {
	width: 35px;
	height: 35px;
	background: url(../images/search1.png) no-repeat;
	position: absolute;
	right: 35px;
	top: 10.5px;
	cursor: pointer;
}

.home-fn {
	width: 100%;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.home-fn img {
	width: 100%;
	transition-duration: 0.5s;
}

.home-fn:hover img {
	transform: scale(1.2);
}

.home-fn h4 {
	width: 100%;
	height: 52px;
	background: rgba(0, 0, 0, 0.5);
	font-size: 24px;
	color: #fff;
	line-height: 52px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	bottom: 0;
}
/**/

.hover {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.hover .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.hover img {
  position: relative;
}

.hover h2 {
	width: 100%;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position:absolute;
  font-size: 24px;
  line-height: 52px;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0; 
  left: 0;
  transition-duration: 0.5s;
}

.hover button.info {
	width: 96%;
	height: 92%;
	position: relative;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  margin:2%;
  border-radius: 0px;
  background-color: transparent;
  font-size: 24px;
  cursor: pointer;
}

.hover button.info:hover {

}


.ehover4:hover h2 {
  transform: translateY(56px);
}

.ehover4 .overlay {
  background-color: rgba(75,75,75,0);
  transition: all 0.4s ease-in-out;
}

.ehover4:hover .overlay {
  background-color: rgba(0, 0, 0, 0.6);
}

.ehover4 button.info {
  opacity: 0;
  transform: scale(0);
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  border: 1px solid white;
  margin: 2%;
}

.ehover4:hover button.info {
  opacity: 1;
  transform: scale(1);
}

/**/
.home-news {
	padding: 85px 0 90px;
}

.home-title {
	margin-bottom: 30px;
}

.home-title h3 {
	font-size: 36px;
	color: #333333;
	font-weight: bold;
	text-align: center;
}

.home-title p {
	font-size: 18px;
	color: #555555;
	text-align: center;
}

.home-newbox {
	display: flex;
}

.home-newbox-fl {
	width: 50%;
	padding-right: 14px;
}

.home-newbox-fr {
	width: 50%;
	padding-left: 14px;
}

.home-newbox-sp {
	background: #eb6629;
}

.newbox-sp-title {
	padding: 35px 30px;
}

.newbox-sp-title h4 {
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 25px;
	position: relative;
}

.newbox-sp-title h4:after{content: ""; width: 0; height: 2px; background: #fff; position: absolute; left: 0; bottom:-10px; transition-duration: 1s; }
.home-newbox-sp:hover .newbox-sp-title h4:after{width: 180px;}

.newbox-sp-title h4 span:nth-child(2) {
	font-family: arial;
	margin-left: 20px;
}

.newbox-sp-title h3 {
	font-size: 28px;
	color: #fff;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 20px;
}

.newbox-sp-title p {
	font-size: 16px;
	color: #fff;
	opacity: 0.7;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.home-newbox-spImg {
	width: 100%;
	overflow: hidden;
	background: #000;
	position: relative;
	 padding-bottom:58%;
}

.home-newbox-spImg .dw{ width: 100%; height: 100%; position: absolute; left:0; top:-100%; background: rgba(0,0,0,0.5); transition-duration: 1s;}
.home-newbox-spImg .dw .link{ width: 50px; height: 50px; background: url(../images/link.png) no-repeat center center; position: relative;
    top: 50%; transform: translateY(-50%); margin:0 auto; }
.home-newbox-sp:hover .home-newbox-spImg .dw{height: 100%; top: 0;}

.home-newbox-spImg img {
	width: 100%;
	transition-duration: 0.5s;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}

.home-newbox-spImg:hover img {
	transform: scale(1.2);
	opacity: 0.7;
}

.home-newbox-fr-top {
	zoom: 1;
	margin-bottom: 25px;
}

.home-newbox-fr-top:after {
	display: block;
	content: '';
	clear: both;
}

.home-newbox-fr-top .home-newbox-sp {
	float: left;
	width: 49%;
	background: #555555;
	transition-duration: 1s;
}
.home-newbox-fr-top .home-newbox-sp:hover{background: #eb6629;}


.home-newbox-fr-top .home-newbox-sp:nth-child(1) {
	margin-right: 2%;
}

.home-newbox-fr-top .home-newbox-sp .newbox-sp-title {
	padding: 30px 15px;
}

.home-newbox-fr-top .home-newbox-sp .newbox-sp-title h3 {
	font-size: 20px;
	margin-bottom: 0;
}

.home-newbox-fr-bottom {
	background: #eaeaea;
	height: 45%; transition-duration: 1s;
}

.home-newbox-fr-bottom:hover{
	background: #eb6629;
}
.home-newbox-fr-bottom:hover .newbox-sp-title1 h4{color: #fff;}
.home-newbox-fr-bottom:hover .newbox-sp-title1 h3{color: #fff;}
.home-newbox-fr-bottom:hover .newbox-sp-title1 p{color: #fff;}
.newbox-sp-title1 {
	padding: 35px 30px;
}

.newbox-sp-title1 h4 {
	font-size: 16px;
	color: #333333;
	font-weight: normal;
	margin-bottom: 25px;
	transition-duration: 1s;
	position: relative;
}
.newbox-sp-title1 h4:after{content: ""; width: 0; height: 2px; background: #fff; position: absolute; left: 0; bottom:-10px; transition-duration: 1s; }
.home-newbox-fr-bottom:hover .newbox-sp-title1 h4:after{width: 180px;}
.newbox-sp-title1 h4 span:nth-child(2) {
	font-family: arial;
	margin-left: 20px;
}

.newbox-sp-title1 h3 {
	font-size: 28px;
	color: #333333;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 20px;
	transition-duration: 1s;
}

.newbox-sp-title1 p {
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	transition-duration: 1s;
}

.home-about {
	width: 100%;
	background: url(../images/bg2.jpg) no-repeat;
	padding:50px 0;
}

.home-about-fl {
	width: 50%;
	height: 375px;
	padding-right: 14px;
	position: relative;
	cursor: pointer;
}
.home-about-fr .dw{position: absolute; width: 102%; height: 0px; background: #eb6629; left: 0%; bottom: -15px; z-index: 1; transition-duration: .5s; display:none;}
.home-about-fr:hover .dw{height: 405px;}
.home-about-nav h1{ color:#fff; font-size:36px; text-align:center; padding-bottom:36px;}
.home-about-fr {
	width: 50%;
	height: 375px;
	padding-left: 14px;
	position: relative;
}

.home-about-wh {
	width: 100%;
	height: 100%;
	background: #fff;
	position: relative;
	transition-duration:.5s;
}


.home-about-wh h3 {
	font-size: 30px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 15px;
	padding:0 45px;
}
.home-about-wh:hover h3 {
	
}

.home-about-wh li {
	padding:0 36px;
	position:relative;
	transition-duration:.5s;
}

.home-about-wh li h4 {
	font-size: 18px;
	color: #333333;
	font-weight: normal;
}
.home-about-wh li:hover h4,.home-about-wh li:hover p {
	color:#fff;
}
.jj-box{ border-bottom:1px solid #c5c5c5; padding:20.6px 0 22px 60px; position:relative; z-index:2;}
.jj-icon{width:40px; height:40px; background-repeat:no-repeat; background-position:0 0; transition-duration:.5s; position:absolute; top:25px; left:0;}
.home-about-wh li:hover .jj-box .jj-icon{ background-position:0 -40px;}
.home-about-wh li:hover .jj-box{ border-color:#eb6629;}
.h-bg{ position:absolute; width:0; height:100%; background:#eb6629; transition-duration:.5s; left:0; top:0; z-index:1;}
.home-about-wh li:hover .h-bg{ width:110%;}
.home-about-wh li:after,.home-about-wh li:before{content: "";background: #fff;display: block;top: 54%;position: absolute;visibility: hidden;opacity: 0;transition-duration:1s; z-index:2;}
.home-about-wh li:after{width: 30px;height: 1px;right: 0px;}
.home-about-wh li:before{width: 1px;height: 30px;margin-top: 0;right: 25px;}
.home-about-wh li:hover:after,.home-about-wh li:hover:before {visibility: visible; opacity:1;}
.home-about-wh li:hover:before{ margin-top:-14px;}
.home-about-wh li:hover:after{ right:10px;}
.home-about-wh li:last-child .jj-box{ border:none;}
.home-about-wh li p {
	font-size: 16px;
	color: #555555;
	transition-duration: .5s;
}
.home-about-wh li:hover{
	color:#fff;
}

.home-about-wh a {
	 
}
.home-about-wh a span:nth-child(2) {
	margin-left: 10px;
}

.home-about-wh:hover a{

}

.home-about-fr .slideBox{
	width: 100%;
	height: 375px;
	overflow: hidden;
	position: relative;
	z-index: 99;
}

.home-about-fr .slideBox .hd{
	width: 100%;
	position: absolute;
	bottom: 15px;
	z-index: 1;
	text-align: center;
}

.home-about-fr .slideBox .hd ul{
	overflow: hidden;
	zoom: 1;
	display: inline-block;
}

.home-about-fr .slideBox .hd ul li {
	float: left;
	margin: 0 6px;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #eb6629;
	transition-duration: 0.5s;
	cursor: pointer;
}

.home-about-fr .slideBox .hd ul li.on {
	width: 25px;
}

.home-about-fr .slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
	overflow:hidden
}

.home-about-fr .slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	overflow:hidden
	
}

.home-about-fr .slideBox .bd img {
	width: 100%;
	height: 100%;
	display: block; 
	transition-duration: 1s;
}
.home-about-fr .slideBox .bd:hover img{ opacity:0.8; transform:scale(1.1,1.1)}
/* 涓嬮潰鏄墠/鍚庢寜閽唬鐮侊紝濡傛灉涓嶉渶瑕佸垹闄ゅ嵆鍙�*/
.home-about-fr .slideBox .prev,
.home-about-fr .slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -14.5px;
	display: block;
	width: 14px;
	height: 29px;
	background: url(../images/left1.png) no-repeat;
	filter: alpha(opacity=50);
}

.home-about-fr .slideBox .next {
	left: auto;
	right: 3%;
	background: url(../images/right1.png) no-repeat;
}

.footer-top{
	padding-top: 60px;
	padding-bottom: 30px;
	background: #f5f5f5;
}

.footer-top-nav dl:nth-child(-n+6){
	float: left;
}

.footer-top-nav dl dt{
	font-size: 18px;
	font-weight: bold;
	height: 25px;
	margin-bottom: 20px;
}
.footer-top-nav dl dt a{
	color: #333333;
}
.footer-top-nav dd{
	margin-bottom: 15px;
}
.footer-top-nav dd>a{
	font-size: 16px;
	color: #555555;
	opacity: 0.8;
}
.footer-top-nav dd>a:hover{
	color: #eb6629;
	opacity: 1;
}
.footer-top-nav dl:nth-child(-n+5){
	margin-right: 60px;
}
.footer-top-nav dd h3{
	zoom: 1;
	margin-bottom: 10px;
}
.footer-top-nav dd h3:after{
	display: block;
	content: '';
	clear: both;
}
.footer-top-nav dd h3 span:nth-child(1){
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	font-family: arial;
	float: left;
}
.footer-top-nav dd h3 span:nth-child(2){
	    font-size: 24px;
    color: #333333;
    font-weight: bold;
    font-family: arial;
    float: left;
}

.footer-add{
	font-size: 16px;
	color: #555555;
	line-height: 24px;
	opacity: 0.8;
	margin-bottom: 15px;
}
.footer-link{
	margin-top: 20px;
	display: flex;
}
.footer-link span{
	display: block;
	font-size: 24px;
	line-height: 31px;
	color: #eb6629;
	font-weight: bold;
}
.footer-link a{
	display: block;
	margin-left: 15px;
	position: relative;
}

.ewm{width: 100px; height: 100px; position: absolute; top:40px;right: 50%;  display:none;}

.footer-link a img{
	display: block;
}
.footer-beian{
	background: #eb6629;
}
.footer-beian-nav{
	zoom: 1;
	font-size: 16px;
	color: #fff;
	line-height: 70px;
}
.footer-beian-nav a{
	color: #fff;
}
.footer-beian-nav:after{
	display: block;
	content: '';
	clear: both;
}
/* side */
.side{position:fixed;width:54px; right:0;top:314px;z-index:100; display:none;}
.side ul li{width:54px;height:54px;float:left;position:relative; margin-bottom:2px;}
.side ul li .sidebox{position:absolute;width:54px;height:54px;top:0;right:0;transition:all 0.3s;background:#000;opacity:0.8;filter:Alpha(opacity=80);color:#fff;overflow:hidden; line-height: 54px;
font-size: 16px; border-radius:6px 0 0 6px;}
.side ul li .sidetop{width:54px;height:54px;line-height:54px;display:inline-block;background:#a0a3a5;transition:all 0.3s; border-radius:6px 0 0 6px;}
.side ul li .sidetop:hover{background:#eb6629;}
.side ul li img{float:left;}
/*灏忓睆瀵艰埅*/
.xs-top{display: none;}
.logo{width: 24%; float: left; margin-top: 10px; margin-left: 2%;}
.mobile-inner-nav a{ -webkit-animation-duration: 0.8s; animation-duration: 0.8s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: bounceInRight; animation-name: bounceInRight;}  
.mobile{width: 100%; z-index: 9999; position: fixed; top: 0; left: 0; height: 55px; background: #fff;}
.mobile-inner{ margin-right: auto;margin-left: auto;background-color: #fafafa; position: relative;}
.mobile-inner img{ width: 100%;}
.mobile-inner p{ color: #676767; line-height: 25px; font-size: 16px; padding-bottom: 30px; padding-right: 30px;  padding-left: 30px; margin:0px;}
.mobile-inner-header{width: 100%; height: 55px; position: fixed; top: 0; left: 0;background: #fff;}
.mobile-inner-header-icon{color: #ffffff;background: #eb6629; height: 55px; font-size:25px; text-align: center; float:right; width: 55px; position: relative; -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: #eb6629;cursor: pointer;}
.mobile-inner-header-icon span{position: absolute; left: calc((100% - 25px) / 2); top: calc((100% - 5px) / 2); width: 30px; height: 3px; background-color: #fff;transition-duration: 0.5s;}
.mobile-inner-header-icon span:nth-child(1){transform: translateY(10px) rotate(0deg); }
.mobile-inner-header-icon span:nth-child(2){transform: translateY(-10px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(3){ width:20px;}
.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;}
.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; }
.mobile-inner-nav{ background-color: rgba(0,0,0,0.8); width: 100%; position: absolute; top: 55px;left: 0px; padding-top: 30px; padding-bottom: 30px;display: none;}
.mobile-inner-nav a{ display: inline-block; line-height: 40px; text-decoration: none; width: 85%; margin-left: 5%; color: #FFFFFF; border-bottom: solid 1px rgba(255,255,255,0.3); -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; font-weight:300;}
.mobile-inner-nav a:hover{ color: rgba(255,255,255,0.4); border-bottom: solid 1px rgba(255,255,255,0.2);}
.active_mobile span:nth-child(1){transform: rotate(45deg);width: 30px;}
.active_mobile span:nth-child(2){transform: rotate(-45deg);width: 30px;}
.active_mobile span:nth-child(3){ opacity:0;}
/*鑿滃崟缁撴潫*/
.zxzx{
	width: 50px;
	height: 155px;
	background: #eb6629;
	position: fixed;
	right: 0;
	bottom: 40%;
}
.zxzx span{
	display: block;
	margin: 0 auto;
	width: 20px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	padding-top: 30px;
	position: relative;
	margin-top: 15px;
}
.zxzx span:before{
	display: block;
	content: '';
	width: 29px;
	height: 27px;
	background: url(../images/zx1.png) no-repeat;
	position: absolute;
	top: 0;
	left: -5px;
	/*transition-duration: 0.5s;*/
	animation: caleTop 1s infinite;
}
.zxzx:hover{
	
}

.search01{position: fixed;width: 100%;height: 100%;top: 0;left: 0; background: rgba(0,0,0,0.7);z-index: 9999;display: none;}
.search_nav{width: 600px;height: 140px;position: absolute;left: 50%;top: 40%;margin-left: -300px;margin-top: -70px; background: #d30011;}
.ylt-big{width: 90%;height: 90%;position: absolute;left: 5%;top: 5%;}
.colse{width: 90%;margin: 0 auto;padding: 10px 0;zoom: 1;margin-bottom: 20px;}
.colse:after{display: block;content: '';clear: both;}
.colse span{float: right;font-size: 16px;color: #FFFFFF;cursor: pointer; }
.search_input{width: 90%;margin: 0 auto;zoom: 1;}
.search_input{width: 90%;margin: 0 auto;zoom: 1;}
.search_input:after{display: block;content: '';clear: both;}
.search_input input{float: left;width: 90%;height: 40px;background: none; border: none;outline: none;border-bottom: 2px solid #fff;font-size: 18px;color: #555;padding-left: 20px;box-sizing: border-box; background:#fff;}
.search_input a{width: 10%;height: 40px;display: block;line-height: 40px;text-align: center;float: left; color: #fff; background: url(../images/search-bg.png) no-repeat center center;}

.mobile-fl01{ display:none;}
.home-mobile-banner{ display:none; padding-top:55px;}
.m_link{ display:none;}

.m_link{text-align:center; border-bottom:1px solid #dbdcde;}
 .m_link.active{background:#d5d9df;}
.m_link .tab{color:#666666; font-size:18px; line-height:1; padding:18px 48px 18px 0; display:inline-block; *display:inline; *zoom:1; position:relative;}
.m_link .tab:after,
.m_link .tab:before{content:''; background:#b3b3b3; width:9px; height:2px; display:block; position:absolute; top:0; bottom:0; right:15px; margin:auto; transition-duration:.5s;}
.m_link .tab:after{-webkit-transform:rotate(-90deg); transform:rotate(-90deg); transition:all 0.6s ease-out;} 
.m_link .tab:before{-webkit-transform:rotate(0deg); transform:rotate(0deg); transition:all 0.6s ease-out;}
.m_link .tab.active:before{-webkit-transform:rotate(180deg); transform:rotate(180deg); background:#b3b3b3;}
.m_link .tab.active:after{-webkit-transform:rotate(180deg);transform:rotate(180deg);opacity: 1;-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';background:#b3b3b3;}
.m_link .tab_con{display:none; line-height:40px; border-top:1px solid #ced0d4; padding:5px 0; font-size:13px;}
.m_link .tab_con ul{overflow:hidden; padding:0 20px;}
 .m_link .tab_con ul li{float:left; width:33.3333%; text-align:left; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}

.xz-jia:before{webkit-transform: rotate(180deg);transform: rotate(180deg);}
.xz-jia:after{ opacity:0;}
.mobile-tel{ display:none;}
.zr-text{ position:absolute; bottom:0; left:0; width:100%; background:rgba(255,255,255,0.8); text-align:center; padding:5px 0;}
.zr-text h3{ font-size:16px;}
.zr-text p{ font-size:14px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.home-about-nav .owl-theme .owl-controls .owl-dots,.home-about-nav .owl-theme .owl-controls{ position:absolute; top:25%; left:0; width:100%;}
/*.home-about-nav .owl-theme .owl-controls .owl-dots{ bottom:65px; width:100%;}*/
.home-about-nav .owl-theme .owl-controls .owl-dots .owl-dot span{ width:10px; height:10px; background:#eb6629; margin:0 5px; display:none;}
/*.home-about-nav .owl-theme .owl-controls .owl-dots .active span{ width:20px;}*/
.home-mobile-banner .owl-theme .owl-controls{ display:none}
.home-about-nav .owl-theme .owl-controls .owl-nav [class*=owl-]{ width:21px; height:39px;background:url(../images/pre01.png) no-repeat; padding:0; text-indent:9999px; position:absolute; left:2%; overflow:hidden; background-size:contain;}
.home-about-nav .owl-theme .owl-controls .owl-nav .owl-next{ left:auto; right:2%; transform:rotate(180deg)}
.home-about-nav .owl-theme .owl-controls .owl-nav [class*=owl-]:hover{background:url(../images/pre01.png) no-repeat; background-size:contain;}
.mobike-shzr{ display:none;}
.gai-dl{ float:right;}

@keyframes caleTop{
	0%{
		top: 0;
		/*transform: scale(1);*/
}
	50%{
		top: -3px;
		/*transform: scale(1.01);*/

}
	100%{
		top: 0;
		/*transform: scale(1);*/
}
}

@media screen and (max-width:1440px) {
	.w11{
		width: 92%;
	}
}

@media screen and (max-width:1366px) {
	.w11{
		width: 1200px;
	}
	.w22{
		width: 1200px;
	}
	.home-search-top p{
		font-size: 15px;
	}
	.home-search-top h3{
		font-size: 34px;
    	margin-bottom: 3px;
	}
	.home-newbox-fr-bottom{
		height: 44%;
	}
	.home-about-fl{
		height: 345px;
	}
	.home-about-fr{
		height: 345px;
	}
	.home-about-fr .slideBox{
		height: 345px;
	}
	.home-about-wh h3{
		font-size: 32px;
		margin-bottom: 20px;
	}
	.home-about-wh li{
		
	}
	.footer-top-nav dl:nth-child(-n+3){
		margin-right: 65px;
	}
	.home-about-fr:hover .dw{height: 375px;}
	.home-about-wh h3{ font-size:20px; margin-bottom:10px;}
	.home-about-wh li h4{ font-size:16px;}
	.home-about-wh li p{ font-size:14px;}
	.jj-box{padding: 20px 0 21px 60px;}
	.jj-icon{ top:15px;}
}
@media screen and (max-width:1200px) {
	.w11{
		width: 100%; padding:0 15px;
	}
	.w22{
		width: 100%;padding:0 15px;
	}
	.home-newbox-fr-bottom{
		display:none;
	}
	.home-about-fl{
		height: 282px;
	}
	.home-about-fr{
		height: 282px;
	}
	.home-about-fr .slideBox{
		height: 282px;
	}
	.home-about-wh h3 {
	    font-size: 24px;
	    margin-bottom: 15px;
	}
	.home-about-wh li h4{
		font-size: 16px;
	}
	.home-about-wh li p{
		    font-size: 14px;
	}
	.footer-top-nav dl dt{
		font-size: 16px;
	}
	.footer-top-nav dd>a{
		font-size: 14px;
	}
	.footer-top-nav dd h3 span:nth-child(1){
		font-size: 20px;
	}
	.footer-top-nav dd h3 span:nth-child(2){
		font-size: 16px;
	}
	.footer-add{
		 font-size: 14px;
	}
	.footer-top-nav dl:nth-child(-n+3){
		margin-right: 30px;
	}
	.footer-link a{
		margin-left: 10px;
	}
	.home-about-wh li{ padding:0 16px;}
	.jj-box{padding: 10px 0 10px 60px;}
}
@media screen and (max-width:769px) {
	.xs-top{
		display: block;
	}
	.header{
		display: none;
	}
	.home-banner{
		margin-top: 50px;
		height:200px;
	}
	.home-banner .slideBox .hd{
		bottom: 3px;
	}
	.home-banner .slideBox .hd ul li span{
		display: none;
	}
	.home-banner .slideBox .hd ul li{
		width: 30px;
	}
	.home-search{
		padding-top: 60px;
		position: relative;background: url(../images/bg1-1.jpg) no-repeat top center;
	}
	.home-search-fl{
		width: 100%;
		padding-right: 0;
	}
	.home-search-top h3{
		font-size: 20px;
	}
	.home-search-top{
		height: auto;
		margin-bottom:15px;
	}
	.get-more{
		top: 6px;
		font-size:14px;
	}
	.home-fn h4{
		font-size: 20px;
	}
	.home-search-fr{
		width: 100%;
		padding-left: 0;
		margin-top: 15px;
	}
	.home-search-fr .home-search-top{
		position: absolute;
		width: 90%;
		top: 15px;
	}
	.home-news{
		padding: 10px 0 15px;
	}
	.home-title h3{
		font-size: 20px;
	}
	.home-title p{
		font-size: 14px;
	}
	.home-newbox-fl{
		width: 100%;
		padding-right: 0;
	}
	.newbox-sp-title h3,.home-newbox-fr-top .home-newbox-sp .newbox-sp-title h3{
		font-size: 14px;
		color:#333;
		margin-bottom:18px;
	}
	.newbox-sp-title h4{
		margin-bottom: 15px;
		color:#333;
		font-size:12px; padding-top:15px;
	}
	.home-newbox-sp,.home-newbox-fr-top .home-newbox-sp{ background:#fff; border-top:1px solid #e4e4e4; padding-top:15px;}
	.newbox-sp-title p{ display:none;}
	.home-newbox{
		display: block;
	}
	.home-newbox-fr{
		width: 100%;
		padding-left: 0;
		margin-top: 10px;
	}
	.home-newbox-fr-top .home-newbox-sp{
		width: 100%;
	}
	.home-newbox-fr-top .home-newbox-sp:nth-child(1){
		margin-right: 0;
		margin-bottom: 10px;
	}
	.home-newbox-fr-top{
		margin-bottom: 10px;
	}
	.newbox-sp-title,.home-newbox-fr-top .home-newbox-sp .newbox-sp-title{
		padding:0;
		width:60%; float:left;
	}
	.home-newbox-spImg{ width:37%; float:right; padding-bottom:25%;}
	.newbox-sp-title1{
		padding: 30px 15px;
	}
	.newbox-sp-title1 h3{
		font-size: 20px;
	}
	.footer-top-nav dl:nth-child(-n+3){
		display: none;
	}
	.home-about-fl{
		display:none;
	}
	
	.home-about-fr{
		display:none;
	}
	.home-about{
		padding-top: 40px;
    	padding-bottom: 40px;	background: url(../images/bg2-1.jpg) no-repeat top center; background-size:cover;
	}
	.home-about-nav h1{ font-size:20px; padding-bottom:15px;}
	.home-about-wh li{ padding:0;}
	.jj-box{ padding:15px 0 15px 45px;}
	.home-about-wh li h4{ font-size:16px;}
	.footer-top-nav dl:nth-child(5){
		float: left;
	}
	.footer-beian{
		padding: 10px 0;
	}
	.footer-beian-nav p{
		width: 100%;
		line-height: 24px;
		text-align: center;
	}
	.home-banner .slideBox{ margin-top:0;}
	.slide-pos,.side{ display:none;}
	.home-banner .slideBox .bd li .dw{ display:none;}
	.home-banner .slideBox .prev{ }
	.home-banner .slideBox .next{  width:36px; height:36px; background:url(../images/next.png) no-repeat center center #eee; bottom:10px; right:5%;}
	.home-banner .slideBox .prev{ width:36px; height:36px; background:url(../images/pre.png) no-repeat center center #eee;right:18%; bottom:10px}
	.home-banner .slideBox .prev:hover{background:url(../images/pre.png) no-repeat center center #eee}
	.home-banner .slideBox .next:hover{ background:url(../images/next.png) no-repeat center center #eee;}
	.home-search-top input{ height:40px; font-size:14px;}
	.search-btn{ width:20px; height:20px; background-size:contain;}
	.home-search-top p{ padding-top:0; font-size:14px;}
	.home-fn{ width:48%;}
	.hover h2{ font-size:14px; line-height:35px;}
	.pc-pd{ display:none;}
	.mobile-fl01{ display:block;}
	.xg-en{ position:absolute; right:22px; bottom:15px; width:44%;}
	.home-banner{ display:none;}
	.home-mobile-banner{ display:block;}
	.home-title{ margin-bottom:15px;}
	.footer-top-nav dl:nth-child(1),.footer-top-nav dl:nth-child(2),.footer-top-nav dl:nth-child(3),.footer-top-nav dl:nth-child(4),.footer-top-nav .gai-dl dd h3,.footer-top-nav .gai-dl dd .footer-add,.footer-beian-nav p:nth-child(2){ display:none;}
	.footer-beian-nav{ font-size:13px;}
	.footer-top{ padding:10px 0px;}
	.m_link{ display:block;}
	.mobile-tel{ display:block; font-size:13px; padding-top:10px; width:100%; text-align:center;}
	.mobile-tel span{ font-weight:bold; font-family:"Arial"; display:block;}
	.mobile-tel span a{ font-size:16px;}
	.footer-top-nav dl dt{ display:none;}
	.footer-link span{ font-size:16px;}
	.footer-link{ display:inline-block;}
	.ehover4 button.info{ display:none;}
	.ehover4:hover h2 {transform: translateY(0);}
.ehover4:hover .overlay {background-color: rgba(0, 0, 0, 1);}
.home-newbox-sp{ position:relative;}
.home-newbox-sp:after{ content:""; clear:both; display:block;}
.mobike-shzr{ display:block;}
.home-newbox-spImg .dw,.newbox-sp-title h4:after{ display:none;}
.home-newbox-fr-bottom:hover .newbox-sp-title1 h4{color: #333;}
.home-newbox-fr-bottom:hover .newbox-sp-title1 h3{color: #333;}
.home-newbox-fr-top .home-newbox-sp:hover{background: #fff;}
.ewm{right: -120%; width:150px;}
.footer-link a .ewm img,.gai-dl{ width:100%; text-align:center;}
.get-more:after{ top:-5px;}

}


@keyframes changeScale
{   0%   {transform: scale(1.1, 1.1);-o-transform: scale(1.1, 1.1);-ms-transform: scale(1.1, 1.1);-moz-transform: scale(1.1, 1.1);-webkit-transform: scale(1.1, 1.1); opacity: .2;}
100% {transform: scale(1, 1);-o-transform: scale(1, 1);-ms-transform: scale(1, 1);-moz-transform: scale(1, 1);-webkit-transform: scale(1, 1);opacity: 1}
}
}

@-moz-keyframes changeScale 
{   0%   {transform: scale(1.1, 1.1);-o-transform: scale(1.1, 1.1);-ms-transform: scale(1.1, 1.1);-moz-transform: scale(1.1, 1.1);-webkit-transform: scale(1.1, 1.1); opacity: .2;}
100% {transform: scale(1, 1);-o-transform: scale(1, 1);-ms-transform: scale(1, 1);-moz-transform: scale(1, 1);-webkit-transform: scale(1, 1);opacity: 1}
}
}

@-webkit-keyframes changeScale
{   0%   {transform: scale(1.1, 1.1);-o-transform: scale(1.1, 1.1);-ms-transform: scale(1.1, 1.1);-moz-transform: scale(1.1, 1.1);-webkit-transform: scale(1.1, 1.1); opacity: .2;}
100% {transform: scale(1, 1);-o-transform: scale(1, 1);-ms-transform: scale(1, 1);-moz-transform: scale(1, 1);-webkit-transform: scale(1, 1);opacity: 1}
}
}

@-o-keyframes changeScale 
{   0%   {transform: scale(1.1, 1.1);-o-transform: scale(1.1, 1.1);-ms-transform: scale(1.1, 1.1);-moz-transform: scale(1.1, 1.1);-webkit-transform: scale(1.1, 1.1); opacity: .2;}
100% {transform: scale(1, 1);-o-transform: scale(1, 1);-ms-transform: scale(1, 1);-moz-transform: scale(1, 1);-webkit-transform: scale(1, 1);opacity: 1}
}
}


















