﻿
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
button::-moz-focus-inner {
  border: 0;
}
:focus, :active {
    outline: 0;
    border: 0;
}
a{
    color: #666;
    -webkit-transition:color .3s,opacity .3s;
    transition:color .3s,opacity .3s;
}
a:hover{
    color: #009999;
}
textarea { overflow: auto; }

a, a:visited, a:focus, a:active, a:hover{
    outline:0 none !important;
}
u{text-decoration: none;}
img{
    max-width: 100%;
    height: auto;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  -webkit-appearance: none;
}
select,
input,
textarea{
    outline: none;
}

h1,h2,h3,h3,h4,h5,h6{font-weight: normal;}
.fix:before,
.fix:after{
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.fix:after{
  clear: both;
}

.fix{
  zoom: 1;
}

.hide-tab{
	height: 0;
	overflow: hidden;
	padding-top: 0;
	padding-bottom: 0;
}
#map img{
	max-width: 999999999px;
}
.BMapLabel{
	display: none !important;
}
body{
    -webkit-text-size-adjust: 100%;
    font-family:"微软雅黑","Microsoft Yahei";
    color: #404040;
    font-size: 14px;
    overflow-x: hidden;
}

.wp{
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}



.slick-slider{position:relative;display:block;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-slider,.slick-slider{outline:0}




/*手机头部*/
.m-bar{
    height: 60px;
    background-color: rgba(0,0,0,.8);
}
.logo-m{
    height: 60px;
    line-height: 60px;
    position: absolute;
    left: 50%;
   	transform: translateX(-50%);
   	-webkit-transform: translateX(-50%);
}
.logo-m img{
    height: 40px;
    display: inline-block;
    z-index: 60;
    vertical-align: middle;
    margin-top: -1px;
    /*margin-bottom: -5px;*/
}
/* .m-hd{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
} */
.m-nav{
    clear: both;
    position: absolute;
    top: 0;
    left: 0;width: 100%;
   max-height: 0;
   padding: 0 20%;
   overflow: hidden;
   -webkit-transition: all 300ms ease;
   transition: all 300ms ease;
}


.m-nav a{
    display: block;
    width: 100%;
    display: block;
    width: 100%;
    line-height: 50px;
    text-align: left;
    border-bottom: 1px solid #4d4d4d;
    font-size: 18px;
    color: #fff;
}



.m-sub{
	max-height: 0;
	overflow: hidden;

}
.menu-opened .m-nav{
	-webkit-transition: all .6s linear;
	transition: all .6s linear;
	max-height: 999px;
}

.m-sub a{font-size: 14px;padding: 0 30px;background-color: #F1F1F1;border-top-color: #efefef;}

.m-show{display: none;}



#nav-toggle { position: absolute; left: 14px; top: 18px; color: #fff;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	-o-transform: scale(0.7);
	transform: scale(0.7);
	transform-origin: 50% 50%;
	z-index: 999;
 }
#nav-toggle { cursor: pointer; padding: 10px 35px 16px 0px; }
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after { cursor: pointer; border-radius: 1px; -moz-border-radius: 1px; -webkit-border-radius: 1px; -o-border-radius: 1px; height: 3px; width: 35px; background: #fff; position: absolute; display: block; content: ''; }
#nav-toggle span:before { top: -10px; }
#nav-toggle span:after { bottom: -10px; }
#nav-toggle span{height: 0;}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after { transition: all 500ms ease-in-out; -webkit-transition: all 500ms ease-in-out; -moz-transition: all 500ms ease-in-out; -o-transition: all 500ms ease-in-out; }
#nav-toggle.active span { background-color: transparent; }
#nav-toggle.active span:before, #nav-toggle.active span:after { top: 0; }
#nav-toggle.active span:before { transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); }
#nav-toggle.active span:after { transform: translateY(-10px) rotate(-45deg); -webkit-transform: translateY(-10px) rotate(-45deg); -ms-transform: translateY(-10px) rotate(-45deg); top: 10px; }
.m-bar .user{
	position: absolute;
	right: 20px;
	top: 14px;
}
.m-bar .user img{
	height: 28px;
}






.m-hd {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  height: 60px;
  width: 100%;
  overflow: hidden;
  /*-webkit-transition: all 0.5s ease-out, background 1s ease-out;*/
  /*transition: all 0.5s ease-out, background 1s ease-out;*/
  -webkit-transition:.3s;
  transition:.3s;
  /*-webkit-transition-delay: 0.2s;*/
          /*transition-delay: 0.2s;*/
  z-index: 1000000;
  -webkit-box-shadow: 0px 4px 5px -2px rgba(0,0,0,.2);
  box-shadow: 0px 4px 5px -2px rgba(0,0,0,.2);

}
.m-hd .burger-container {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.m-hd .burger-container #burger {
  width: 18px;
  height: 8px;
  position: relative;
  display: block;
  margin: -4px auto 0;
  top: 50%;
}
.m-hd .burger-container #burger .bar {
  width: 100%;
  height: 1px;
  display: block;
  position: relative;
  background: #FFF;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.m-hd .burger-container #burger .bar.topBar {
  -webkit-transform: translateY(0px) rotate(0deg);
          transform: translateY(0px) rotate(0deg);
}
.m-hd .burger-container #burger .bar.btmBar {
  -webkit-transform: translateY(6px) rotate(0deg);
          transform: translateY(6px) rotate(0deg);
}
.m-hd .icon {
  display: inline-block;
  position: absolute;
  height: 100%;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #FFF;
  font-size: 22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.m-hd .icon.icon-bag {
  right: 0;
  top: 0;
  left: auto;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}
.m-hd .menu li.menu-item {
  -webkit-transform: scale(1.15) translateY(-30px);
          transform: scale(1.15) translateY(-30px);
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.m-hd .menu li.menu-item:nth-child(1) {
  -webkit-transition-delay: 0.49s;
          transition-delay: 0.49s;
}
.m-hd .menu li.menu-item:nth-child(2) {
  -webkit-transition-delay: 0.42s;
          transition-delay: 0.42s;
}
.m-hd .menu li.menu-item:nth-child(3) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
.m-hd .menu li.menu-item:nth-child(4) {
  -webkit-transition-delay: 0.28s;
          transition-delay: 0.28s;
}
.m-hd .menu li.menu-item:nth-child(5) {
  -webkit-transition-delay: 0.21s;
          transition-delay: 0.21s;
}
.m-hd .menu li.menu-item:nth-child(6) {
  -webkit-transition-delay: 0.14s;
          transition-delay: 0.14s;
}
.m-hd .menu li.menu-item:nth-child(7) {
  -webkit-transition-delay: 0.07s;
          transition-delay: 0.07s;
}

.m-hd.menu-opened {
  height: 100%;
  background-color: #000;
  /*-webkit-transition: all 0.3s ease-in, background 0.5s ease-in;*/
  
  /*transition: all 0.3s ease-in, background 0.5s ease-in;*/
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.m-hd.menu-opened .burger-container {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.m-hd.menu-opened .burger-container #burger .bar {
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.m-hd.menu-opened .burger-container #burger .bar.topBar {
  -webkit-transform: translateY(4px) rotate(45deg);
          transform: translateY(4px) rotate(45deg);
}
.m-hd.menu-opened .burger-container #burger .bar.btmBar {
  -webkit-transform: translateY(3px) rotate(-45deg);
          transform: translateY(3px) rotate(-45deg);
}
.m-hd.menu-opened .menu li.menu-item {
  -webkit-transform: scale(1) translateY(0px);
          transform: scale(1) translateY(0px);
  opacity: 1;
}
.m-hd.menu-opened .menu li.menu-item:nth-child(1) {
  -webkit-transition-delay: 0.27s;
          transition-delay: 0.27s;
}
.m-hd.menu-opened .menu li.menu-item:nth-child(2) {
  -webkit-transition-delay: 0.34s;
          transition-delay: 0.34s;
}
.m-hd.menu-opened .menu li.menu-item:nth-child(3) {
  -webkit-transition-delay: 0.41s;
          transition-delay: 0.41s;
}
.m-hd.menu-opened .menu li.menu-item:nth-child(4) {
  -webkit-transition-delay: 0.48s;
          transition-delay: 0.48s;
}
.m-hd.menu-opened .menu li.menu-item:nth-child(5) {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}
.m-hd.menu-opened .menu li.menu-item:nth-child(6) {
  -webkit-transition-delay: 0.62s;
          transition-delay: 0.62s;
}
.m-hd.menu-opened .menu li.menu-item:nth-child(7) {
  -webkit-transition-delay: 0.69s;
          transition-delay: 0.69s;
}
.m-hd.menu-opened .icon.icon-bag {
  -webkit-transform: translateX(75px);
          transform: translateX(75px);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.menu-opened .logo-m{
	/*opacity: 0;*/
}
.menu-opened .m-bar{
	background: none;
	-webkit-transition:1s;
	transition:1s;
}
.m-hd .tc img{
	height: 40px;
	vertical-align: middle;
	margin: 14px 0;
}
.m-hd .tc{
	/*opacity: 0;*/
	/*-webkit-transition:.6s;*/
	/*transition:.6s;*/
}
.menu-opened .tc{
	opacity: 1;
}
.m-hd .menu{
	/*margin-top: 90px;*/
	/*padding-top: 90px;*/
}
.m-hd ul{
	padding-top: 40px;
}





.logo{
	float: left;
	/*line-height: 100px;*/
}
.logo img{
	vertical-align: middle;
}
.logo .logo-green{
	display: none;
}



.nav:before,
.nav:after{
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.nav:after{
  clear: both;
}

.nav{
  	zoom: 1;
  	/*float: left;*/
  	display: inline-block;
  	vertical-align: middle;
}
#hd:before,
#hd:after{
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
#hd.on .logo{
	line-height: 60px;
}
#hd:after{
  clear: both;
}

#hd{
	overflow: hidden;
  zoom: 1;
  /*background-color: #fff;*/
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 20000;
  padding: 40px 30px 40px 45px;
  -webkit-transition:.3s;
  transition:.3s;
  /*border-bottom: 1px solid rgba(255,255,255,.5);*/
}
#hd.hd-green{
	background: #009999;
}
#hd.hd-green .nav a:hover{
	color: #fff !important;
}
#hd.hd-green a{
	color: #fff;
}
.logo .s2{display: none;}
#hd.on .s1{display: none;}
#hd.on .s2{display: inline-block;}
#hd.on{
	background-color: #fff;
	padding: 10px 20px;
}
#hd.on .hdr{margin-top: 10px;}
#hd.on .sl-box a{
	border-color: #d2d2d2;
	color: #000;
	padding: 5px 15px;
}
#hd.on .nav a{
	color: #000;
}
#hd.on .nav .on a{
	color: #099;
}
#hd .wp{
	position: relative;
}
.nav li{
	float: left;
	position: relative;
	padding: 0 30px;
}

.nav a{
	display: block;
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	position: relative;
}
.nav a:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-top: 2px solid #fff;
	-webkit-transform: scale(0);
	-moz-transform: scale(0); 
	-ms-transform: scale(0); 
	-o-transform: scale(0); 
	transform: scale(0);
	-webkit-transition:.3s;
	transition:.3s;
}
.nav li.on a:after,
.nav li a:hover:after{
	-webkit-transform: scale(1);
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1);
	/*color: #009999 !important;*/
	/*background-color: #fff;*/
	/*border-bottom: 2px solid #fff;*/
}

.hdr{float: right;}
.sl-box{vertical-align: middle;}
.sl-box a{
	display: inline-block;
/*	width: 80px;*/
	text-align: center;
	margin-left: 14px;
	border: 1px solid #fff;
	color: #fff;
	padding: 10px 20px;
	border-radius: 30px;
	-webkit-transition:.3s;
	transition:.3s;
}
.sl-box a:hover{
	background-color: #fff;
	color: #009999;
}
#hd.on .sl-box a:hover{
	background-color: #099;
	color: #fff;
	border-color: #099;
}
#hd.on .nav li.on a:after,
#hd.on .nav a:hover:after{
-webkit-transform: scale(1);
-moz-transform: scale(1); 
-ms-transform: scale(1); 
-o-transform: scale(1); 
transform: scale(1);
border-top: 2px solid #099;
}
.t2,
.t1{
	text-align: center;
}
.t2{
	line-height: 1;
}
.t2:after,
.t1:after{
	line-height: 1;
	content: '';
	width: 160px;
	height: 0;
	border-top: 1px solid #009999;
	display: inline-block;
}

.t1 span{
	font-size: 60px;
	display: block;
	color: #000;
	margin-bottom: 10px;
}
.i-row1 {
	padding: 120px 0 70px 0;
}
.i-row2 .t1{
	color: #fff;
}
.list-1{
	margin: 0 -40px;
	padding: 84px 0;
	overflow: hidden;
}
.list-1 li{
	float: left;
	width: 33.33333%;
	color: #fff;
	padding: 0 40px;
}
.list-1 h3{
	font-size: 30px;
	margin: 20px 0;
}
.list-1 p{
	font-size: 16px;
	color: #bfbfbf;
	line-height: 1.7;
}
.t2 span{
	display: block;
	font-size: 36px;color: #000;
}
.t2:after{
	width: 70px;
}
#fd{
	overflow: hidden;
	background: url(../images/bg2.gif) left top;
	text-align: center;
	padding:0 0 60px 0;
}
.fd-logo img{
	margin-top: -50px;
}
.fd-logo{
	padding:0 0 50px 0;
}
.fd-logo p{
	color: #666;
}
.fd-logo img{
	margin-bottom: 30px;
}
.fd-copy p{
	color: #1d1d21;
	line-height: 1.6;
}


.more1{
	border: 1px solid #ddd;
	display: inline-block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #666;
	border-radius: 50px;
	-webkit-transition:.3s;
	transition:.3s;
}
.more1:hover{
	background-color: #009999;
	border-color: #099;
	color: #fff;
}
.i-row1{text-align: center;}
.i-row1 .con{
	padding: 20px 0;
	line-height: 1.8;
}
.i-row2{
	background: #1c1c1e url(../images/bg1.gif)  left top;
	padding: 120px 0 60px 0;
}
.i-row2 .t1 span{
	color: #fff;
}
.i-row3{
	background-color: #efefef;
	padding: 60px 0 80px 0;
}




.n-list li{
	float: left;
	width: 33.3333%;
	padding:15px;
}
.n-list{
	margin: 0 -15px;
	overflow: hidden;
	padding: 15px 0 50px 0;
}
.n-list li a{
	position: relative;
	display: block;
	background-color: #fff;
	padding: 20px;
}
.n-list li *{
	-webkit-transition:.2s;
	transition:.2s;
}
.n-list li a:hover{
}
.n-list li a:hover *{
}
.n-list h3{
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 20px;
	color: #111212;
	height: 54px;
	overflow: hidden;
}
.n-list .pad{
	display: block;
	padding: 20px 20px 30px 20px;
	background-color: #fff;
	position: relative;
	z-index: 50;
}
.n-list a:hover .pad{
}

.n-list p{
	line-height: 1.8;
	color: #404040;
	height: 76px;
	overflow: hidden;
}
.n-list h4{
	font-size: 12px;
	color: #aaa;
	margin-top: 16px;
	text-align: right;
}
.n-list .img{
	padding-top: 75%;
	display: block;
	-webkit-transition:.6s;
	transition:.6s;
}
.n-list a{
	overflow: hidden;
}


.n-list a:hover em{
	display: block;
}
.n-list li a:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	z-index: 100;
	opacity: 0;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	-webkit-transition:.3s;
	transition:.3s;
}
.n-list a:hover:after{
	opacity: 1;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.mask-u{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	-webkit-transition:.3s;
	transition:.3s;
	z-index: 200;
}
.n-list em{
	width: 100px;
	height: 100px;
	line-height: 100px;
	background-color: #009899;
	text-align: center;
	border: 0;
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	text-align: center;
	border-radius: 50%;
	color: #000;
	z-index: 110;
	-webkit-transition:.3s;
	transition:.3s;
	display: none;
}
.mask-u::before, .mask-u::after {
    position: absolute;
        content: '';
        opacity: 0;
        transition: all 0.5s;
}
.mask-u::before {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    border-top: 1px solid #009999;
    border-bottom: 1px solid #009999;
    transform: scale(0,1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.mask-u::after {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    border-right: 1px solid #009999;
    border-left: 1px solid #009999;
    transform: scale(1,0);
    transform-origin: 100% 0;
}



.n-list a:hover .mask-u::before, .n-list a:hover .mask-u::after {
    opacity: 1;
       transform: scale(1);
       transition: all 1s;
}


.banner-box,
#banner .item, #banner .slick-track, #banner .slick-list, #banner .bg, #banner {
    height: 100%;
}

.more-b{
	width: 80px;
	height: 80px;
	color: #fff;
	line-height: 80px;
	text-align: center;
	border: 0;
	cursor: pointer;
	display: inline-block;
	border-radius: 50%;
	border: 1px solid #fff;
	-webkit-transition:.3s;
	transition:.3s;
}
.more-b:hover{
	background-color: #fff;
	color: #009899;
}
.banner-box{
	color: #fff;
	background-color: #009899;
	position: relative;
	overflow: hidden;
}
.banner-box .cir{
	border: 1px solid #fff;
	border-radius: 50%;
	position: absolute;
	width: 38%;
	padding-top: 38%;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}
 .banner-box .cir1{
 	transform: translateY(-52%) translateX(-52%);
 	-webkit-transform: translateY(-51%) translateX(-51%);
}
.banner-box .cir2{
	transform: translateY(-49%) translateX(-49%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}
.banner-box .cir3{
	transform: translateY(-53%) translateX(-53%);
	-webkit-transform: translateY(-49%) translateX(-49%);
} 

#banner h3{
	font-size: 50px;
}
#banner h4{
	font-size: 60px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
#banner .con{
	z-index: 20;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100%;
	text-align: center;
}
#banner p{
	line-height: 1.8;
	padding: 30px 0;
	font-size: 16px;
}
#banner .tc{
}

.cir-box{
	-webkit-animation:spin 4s linear infinite;
	  -moz-animation:spin 4s linear infinite;
	  animation:spin 4s linear infinite;
	  position: absolute;
	  left: 0;
	  width: 100%;
	  height: 100%;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
.cir-2{
	position: absolute;
	top: 60px;
	border: 1px solid #fff;
	border-radius: 50%;
	width: 100%;
	padding-top: 100%;
	left: 0;
	top: 10%;
}
.cir-u2{
	transform: translateX(-4%) translateY(0);
	width: 108%;
	padding-top: 108%;
}
.cir-u3{
	transform: translateX(-8%) translateY(0);
	width: 116%;
	padding-top: 116%;
}
#banner .img{
	position: absolute;
}
#banner .s1 .img{
	left: 0%;
	bottom: -10%;
	width: 36%;
}
#banner .item{
	position: relative;
}

#banner .s2 .img{
	right: 0;
	bottom: 0;
	width: 42%;
}
#banner .animated {
    opacity: 0;
}


.banner-box .slick-dots{
	position: absolute;
	bottom: 70px;
	width: 100%;
	text-align: center;
}
.banner-box .slick-dots li{
	display: inline-block;
	margin: 0 7px;
}

.banner-box .slick-dots li em{
	display: inline-block;
	width: 55px;
	height: 2px;
	cursor: pointer;
	background-color: #d6d6d6;
	position: relative;
}
.banner-box .slick-dots b{
	position: absolute;
	width: 100%;
	left: 0;top: 0;
	height: 100%;
	background-color: #000;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	-webkit-transform-origin: left;
	transform-origin: left;
}
.banner-box .slick-dots li{
    font-size: 0;
}
.banner-box .slick-dots li.on b{
	-webkit-transition:4s;
	transition:4s;
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
}
.banner-box li.current b{
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
}

.banner-box .slick-arrow{
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    margin-top: -40px;
    border: none;
    font-size: 0;
    cursor: pointer;
    background-position: 50%;
    background-repeat: no-repeat;
    z-index: 50;
    border-radius: 50%;
    background-color: #33adad;
    -webkit-transition:.3s;
    transition:.3s;
}
.banner-box .slick-prev{
    left: 50px;
    background-image:url(../images/ar_l1.png);
}
.banner-box .slick-next{
    right: 50px;
    background-image:url(../images/ar_r1.png);
}
.banner-box .slick-disabled{
	opacity: .5;
}
.banner-box .slick-arrow:hover{
	background-color: #00b2b2;
}

.arrow-down{
	position: absolute;
    text-align: center;
    border: 0;
    cursor: pointer;
    left: 50%;
    margin-left: -10px;
    bottom: 14px;
    width: 21px;
    height: 41px;
}


.mouse-icon {
  border: 2px solid #fff;
  border-radius: 16px;
  height: 40px;
  width: 24px;
  display: block;
  z-index: 10;
  opacity: 0.7;
}
.mouse-icon .wheel {
  -webkit-animation-name: drop;
          animation-name: drop;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.mouse-icon .wheel {
  position: relative;
  border-radius: 10px;
  background: #fff;
  width: 2px;
  height: 6px;
  top: 4px;
  margin-left: auto;
  margin-right: auto;
}
@-webkit-keyframes drop {
  0% {
    top: 5px;
    opacity: 0;
  }
  30% {
    top: 10px;
    opacity: 1;
  }
  100% {
    top: 25px;
    opacity: 0;
  }
}
@keyframes drop {
  0% {
    top: 5px;
    opacity: 0;
  }
  30% {
    top: 10px;
    opacity: 1;
  }
  100% {
    top: 25px;
    opacity: 0;
  }
}


.circliful .outer {
    fill: transparent;
    stroke: #333;
    stroke-width: 19.8;
    stroke-dasharray: 534;
    transition: stroke-dashoffset 1s;
    -webkit-animation-play-state: running;
    /* firefox bug fix - won't rotate at 90deg angles */
    -moz-transform: rotate(-89deg) translateX(-190px);
}

/* full circle 25 empty 534 */
.circliful .inner {
    fill: transparent;
    stroke: orange;
    stroke-width: 20;
    stroke-dasharray: 534;
    transition: stroke-dashoffset 1s;
    -webkit-animation-play-state: running;
    /* firefox bug fix - won't rotate at 90deg angles */
    -moz-transform: rotate(-89deg) translateX(-190px);
    stroke-dashoffset: 0;
}

.circliful {
    overflow: visible !important;

}

.svg-container {
    width: 100%;
    margin: 0 auto;
    overflow: visible;
}

svg .icon {
    font-family: FontAwesome;
}


.timer{display: none !important;}
.cir img,
.ul-function li .pic em img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	text-align: center;
}
.cir{
	position: relative;
}

.cv1{
	width: 200px;margin: 0 auto;
	height: 200px;
}
.cv2{
	width: 100px;
	height: 100px;
	margin: 0 auto;
}
.cv3{
	width: 170px;
	height: 170px;
	margin: 0 auto;
}
/*******************************
	-------[=lxj]-------
********************************/
#ban-in{
	overflow: hidden;
	background: #009999;
	padding-top: 10%;
	text-align: center;
	position: relative;
	padding-bottom: 8%;
}
.bg-fix{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition:.3s;
	transition:.3s;
}
#ban-in img{
	margin-bottom: 15px;
}
#ban-in p{
	font-size: 18px;
	color: #fff;
	line-height: 1.83;
}
.about-bd{
	position: relative;
}
.about-bg{
	background-attachment:fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% top;
	background-repeat: no-repeat;
	overflow: hidden;
	padding-top: 63%;
	position: relative;
}
.ul-about{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.ul-about li{
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	font-size: 18px;
	color: #fff;
	text-align: left;
}
.ul-about li:first-child,
.ul-about li:last-child{
	line-height: 100%;
	background: rgba(0,0,0,.6);
}
.ul-about li img,
.ul-about li .txt{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	width: 78%;
}
.ul-about li .txt{
	/*width: 56%;*/
	width: 100%;
	padding: 0 14%;
	line-height: 1.78;
}
.ul-about li a{
	color: #fff;
	text-decoration: underline;
}
.a-contact{
	background: url(../images/black.png) repeat #1c1c1e;
	overflow: hidden;
}
.tit-i{
	position: relative;
	text-align: center;
}
.tit-i span{
	position: relative;
	font-size: 60px;
	color: #fff;
	padding: 30px 0;
}
.agent-pros .tit-i span{
	color: #000;
}
.tit-i span:after{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-0-transform: translateX(-50%);
	width: 100px;
	height: 2px;
	background: #009999;
}
.a-contact .tit-i{
	background: url(../images/my.png) center top no-repeat;
	padding-top: 66px;
	padding-bottom: 25%;
	-webkit-background-size: 88%;
	background-size: 88%;
}
.map-box{
	padding-top: 31%;
	position: relative;
}
#map{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.ul-icon1 li{
	float: left;
	width: 33.333%;
	text-align: center;
	color: #FFF;
	font-size: 14px;
}
.ul-icon1{
	padding-top: 11%;
	padding-bottom: 14%;
	overflow: hidden;
}
.ul-icon1 li span{
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius: 100%;
	display: inline-block;
	margin-bottom: 45px;
	position: relative;
}
.ul-icon1 li span img{
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}
.a-contact{
	overflow: hidden;
	text-align: center;
}
.manner-bd{
	background: url(../images/black.png) repeat;
	overflow: hidden;
	padding-bottom: 30%;
}
#gallery-wrapper {
	position: relative;
}
img.thumb {
	/*width: 100%;*/
	max-width: 100%;
	height: auto;
}
.white-panel {
	position: absolute;
	border-radius: 5px;
	/*box-shadow: 0px 1px 2px rgba(0,0,0,0.3);*/
	padding: 10px;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
}
.white-panel .pic,
.pro-slider .item .pic{
	background: url(../images/phone.png) no-repeat;
	padding: 20% 5.2%;
	-webkit-background-size: 100%;
	background-size: 100%;
	border-radius: 35px;
	position: relative;
	-webkit-transition:.3s;
	transition:.3s;
}
.white-panel .pic .hover,
.pro-slider .item .pic .hover{
	position: absolute;
	left: 5.2%;
	right: 5.2%;
	top: 9.8%;
	bottom: 10.9%;
	background: rgba(0,153,153,.9);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: none;
}
.pro-slider .item .pic .hover{
	left: 20px;
	right: 20px;
	top: 75px;
	bottom: 75px;
}
.white-panel .pic .hover .more,
.pro-slider .item .pic .hover .more{
	width: 114px;
	height: 114px;
	border-radius: 100%;
	border: 1px solid #000000;
	color: #000;
	font-size: 16px;
	text-align: center;
	line-height: 114px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-webkit-transition:.3s;
	transition:.3s;
}
.pro-slider .item .pic .hover .more:hover{
	background-color: #099;
	color: #fff;
	border-color: #fff;
}
.white-panel h1 {
	font-size: font-size: 20px;
	text-align: center;
	padding: 18px 0;
}
.white-panel h1 a {
	color: #fff;
}
.white-panel:hover .pic .hover,
.pro-slider .item .pic:hover .hover{
	display: block;
}
.manner-ban .buy{
	width: 100px;
	height: 100px;
	border-radius: 100%;
	border: 1px solid #fff;
	text-align: center;
	line-height: 100px;
	color: #fff;
	display: inline-block;
	margin-top: 25px;
	-webkit-transition:.3s;
	transition:.3s;
}
.buy:hover{
	background-color: #fff;
	color: #009899;
}
.manner-bd .tit-i{
	padding: 65px 0 100px 0;
	text-align: center;
}
.manner-bd .tit-i span{
	font-size: 60px;
}
.more-i{
	text-align: center;
}
.more-i a{
	display: inline-block;
	width: 180px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background-color: #009999;
	color: #fff;
	font-size: 16px;
	border-radius: 25px;
	margin-top: 45px;
	-webkit-transition:.3s;
	transition:.3s;
}
.more-i a:hover{
	background-color: #fff;
	color: #099;
}
.pro-video{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.pro-video video{
	position: absolute;
	top: 50%;
	  left: 50%;
	  min-width: 100%;
	  min-height: 100%;
	  width: auto;
	  height: auto;
	  -ms-transform: translateX(-50%) translateY(-50%);
	  -moz-transform: translateX(-50%) translateY(-50%);
	  -webkit-transform: translateX(-50%) translateY(-50%);
	  transform: translateX(-50%) translateY(-50%);
}
.pro-video img.txt{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	width: 34%
}
.pro-video .mouse{
	position: absolute;
	left: 50%;
	bottom: 30px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-webkit-animation: arrowDown 1s infinite linear;
	    animation: arrowDown 1s infinite linear;
}

.arrow{
	
	-webkit-animation: arrowDown 1s infinite linear;
	    animation: arrowDown 1s infinite linear;
}
@-webkit-keyframes arrowDown {

    0% {
        -webkit-transform: translate(0,0);
    }

    25%{
        -webkit-transform: translate(0,6px);
    }

    50% {
        -webkit-transform: translate(0,0);
    }
    75%{
        -webkit-transform: translate(0, -6px);
    }
    100% {
        -webkit-transform: translate(0,0);
    }

}

@keyframes arrowDown {
    0% {
        transform: translate(0,0);
    }
    25%{
        transform: translate(0,6px);
    }
    50% {
        transform: translate(0,0);
    }
    75%{
        transform: translate(0, -6px);
    }
    100% {
        transform: translate(0,0);
    }

}
.pro-info{
	padding-top: 78px;
	padding-bottom: 7%;
	background: #009999;
	text-align: center;
	color: #fff;
}
.pro-info h3{
	font-size: 48px;
}
.pro-info h5{
	font-size: 23px;
	padding-bottom: 30px;
	padding-top: 15px;
	position: relative;
}
.pro-info h5:after{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 200px;
	height: 2px;
	background: #fff;
	margin-left: -100px;
}
.ul-product li{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.ul-product li em{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	margin-left: -40px;
	margin-top: -40px;
	background: #fff;
	color: #bfbfbf;
	border: 1px solid #bfbfbf;
	text-align: center;
	line-height: 80px;
}
.ul-product li .pic{
	width: 50%;
	float: left;
	overflow: hidden;
}
.ul-product li .pic a{
	display: block;
	padding-top: 56%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-transition:.3s;
	transition:.3s;
	width: 100%;
	overflow: hidden;
}
.ul-product li .pic a:hover{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2); 
	-ms-transform: scale(1.2); 
	-o-transform: scale(1.2); 
	transform: scale(1.2);
	transform-origin: 50% 50%;
}
.ul-product li .txt{
	position: absolute;
	top: 0;
	height: 100%;
	width: 50%;
	right: 0;
	font-size: 16px;
	line-height: 1.5;
	color: #000;
	padding: 0 10.5%;
}
.ul-product li .txt .pad{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.ul-product li .txt h3{
	font-size: 60px;
}
.ul-product li .txt h5{
	font-size: 30px;
	margin-bottom: 10px;
}
.ul-product li:nth-child(2n) .pic{
	float: right;
}
.ul-product li:nth-child(2n) .txt{
	left: 0;
	right: auto;
}
.pro-slider{
	background: url(../images/black.png) repeat;
	padding-bottom: 5%;
}
.pro-slider .wp{
	background: url(../images/black2.jpg) no-repeat center top;
	
}
.pro-slider .tit-i{
	padding: 8% 0;
}
.pro-slider .item,
.pro-slider2 .item{
	text-align: center;
	position: relative;
}
.pro-slider .item .pic{
	width: 326px;
	margin: 0 auto;
	padding: 75px 17px;
}
.pro-slider .item .pic img,
.pro-slider2 .item .pic img{
	display: inline-block;
}
.pro-slider .item .txt,
.pro-slider2 .item .txt{
	position: absolute;
	max-width: 424px;
	width: 100%;
	right: 0;
	bottom: 0;
	padding: 5% 4%;
	text-align: left;
	color: #fff;
	font-size: 16px;
	line-height: 1.75;
}
.pro-slider .item .txt h3,
.pro-slider2 .item .txt h3{
	font-size: 24px;
}
.pro-slider .slick-arrow,
.slick-arrow-c{
	position: absolute;
	top: 50%;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center center;
	border: 0;
	cursor: pointer;
	z-index: 1000;
	font-size: 0;
	-webkit-transition:.3s;
	transition:.3s;
}
.pro-slider .slick-prev,
#prev{
	left: 47px;
	background-image: url(../images/prev.png);
}
.pro-slider .slick-next,
#next{
	right: 47px;
	background-image: url(../images/next.png);
}
#prev{
	left: -260px;
}
#next{
	right: -260px;
}
.pro-slider .slick-arrow,
.slick-arrow-c:hover{
	opacity: .8;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.slick-arrow-c:hover{
	background-color: #099;
}
.pro-slider .slick-arrow{
	margin-top: -40px;
}
.pro-slider2 .slider{
	background: url(../images/phone.png) no-repeat;
	padding: 75px 18px 80px 21px;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.pro-function{
	background: #efefef;
	padding-bottom: 7%;
}
.pro-function .tit-i span{
	color: #000;
}
.pro-function .tit-i{
	padding-top: 7%;
	padding-bottom: 10%;
}
.ul-function{
	margin: 0 -15px;
	overflow: hidden;
}
.ul-function li{
	float: left;
	width: 25%;
	padding: 0 15px;
}
.ul-function li .pic{
	padding: 34px 0;
	text-align: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.ul-function li .pic em{
	width: 170px;
	height: 170px;
	border-radius: 100%;
	display: inline-block;
	text-align: center;
	line-height: 170px;
	margin: 0 auto;
	position: relative;
}
.ul-function li .pic em img{
	display: inline-block;
	vertical-align: middle;
	
}
.ul-function li .txt{
	background: #fff;
	color: #666;
	font-size: 14px;
	line-height: 24px;
	height: 356px;
	padding: 0 25px;
}
.ul-function li .txt h3{
	color: #000;
	text-align: center;
	font-size: 30px;
	padding: 30px 0;
}
.pro-case{
	padding-bottom: 7%;
	overflow: hidden;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.pro-case .tit-i{
	padding-top: 7%;
	padding-bottom: 13%;
}
.ul-case p{padding: 10px 0;}
.ul-case li{
	float: left;
	width: 50%;
	text-align: center;
	padding: 0 105px;
}
.ul-case .circle{
	position: relative;
	width: 375px;
	height: 375px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.ul-case li .circle .bg{
	background: #fff;
	border-radius: 100%;
	width: 325px;
	height: 325px;
	line-height: 325px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	text-align: center;
}
.ul-case li .circle .bg img{
	display: inline-block;
	vertical-align: middle;
}
.ul-case li .txt{
	color: #fff;
	font-size: 24px;
	line-height: 1.67;
}
.ul-case li .txt a{
	color: #fff;
	border: 1px solid #fff;
	border-radius: 20px;
	width: 150px;
	padding: 0px 0;
	display: inline-block;
	font-size: 18px;
	-webkit-transition:.3s;
	transition:.3s;
}
.pro-industry{
	background: url(../images/black.png) repeat;
	padding: 8% 0;
	overflow: hidden;
}
.pro-industry .tit-i{
	padding-bottom: 13%;
}

.ul-case  li .txt a:hover{
	background-color: #099;
	border-color: #099;
	color: #fff;
}
.ul-industry{
	margin: 0 -62px;
}
.ul-industry li{
	float: left;
	width: 25%;
	padding: 0 62px;
	margin-bottom: 100px;
	text-align: center;
}
.ul-industry li .circle{
	width: 200px;
	height: 200px;
	border-radius: 100%;
	/*border: 1px solid #009999;*/
	text-align: center;
	line-height: 200px;
	font-size: 24px;
	color: #fff;
	position: relative;
	margin: 0 auto;
}
.ul-industry li .circle em{
	position: absolute;
	left: 50%;
	top: -12px;
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	margin-left: -12px;
}
.ul-industry li .circle em img{
	display: inline-block;
}
.mt30{margin-top: 30px;}
#ban-in.agent{
	position: relative;
	/*padding-top: 12.5%;*/
	height: 600px;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	/*height: 600px;*/
	/*padding-bottom: 0;*/
}
.agent .arrow{
	width: 8%;
	max-width: 95px;
}

.agent-info{
	/*background: #efefef;*/
	text-align: center;
	padding-top: 6%;
}
.agent-info .tit-i{
	padding-bottom: 5%;
}
.agent-info .tit-i span{
	color: #000;
}
.agent-info2 .tit-i span{color: #fff;}

.agent-info .txt{
	color: #000;
	font-size: 24px;
	line-height: 1.83;
	background: url(../images/one.png) center bottom -10px no-repeat;
	padding-bottom: 13%;
}
.agent-info .more-i a{
	margin-top: 6%;
}
.agent-info2{
	background: url(../images/black.png) repeat;
}
.agent-info2 .txt{
	color: #fff;
	background-image: url(../images/two.png);
}
.login-main{
	margin-top: 100px;
}
.login{
	padding-top: 52%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	height: 1000px;
}
.login .wp{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	height: 100%;
}
.login .login-r{
	position: absolute;
	right: 0;
	top: 8%;
}
.login .box{
	background: #fff;
	border-radius: 8px;
	width: 400px;
	height: 320px;
	padding: 0 60px;
	margin-bottom: 37px;
}
.login .box h3,
.registre h3{
	text-align: center;
	font-size: 20px;
	color: #000;
	padding: 30px 0;
}
.login .box ul li{
	border: 1px solid #e5e5e5;
	height: 50px;
	margin-bottom: 18px;
	padding-left: 50px;
	background: url(../images/icon_user.png) 8px center no-repeat;
}
.login .box ul li .inp{
	height: 48px;
	width: 100%;
	border: 0;
	padding-right: 10px;
	font-size: 16px;
	font-family:"微软雅黑","Microsoft Yahei";
}
.login .box ul li:nth-child(2){
	background-image: url(../images/icon_pwd.png);
}
.login .box .sub,
.registre .sub{
	font-family:"微软雅黑","Microsoft Yahei";
	width: 180px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background-color: #009999;
	color: #fff;
	font-size: 18px;
	border-radius: 10px;
	border: 0;
	cursor: pointer;
}
.login a{
	display: block;
	border-bottom: 1px solid #fff;
	font-size: 18px;
	color: #fff;
	padding: 13px 0;
	margin-bottom: 17px;
}

.registre{
	border-radius: 8px;
	width: 75%;
	background: #fff;
	margin: 8% auto;
	padding: 0 7%;
	padding-bottom: 6%;
}
.registre .inp,
.registre select{
	width: 220px;
	height: 50px;
	padding: 0 20px;
	font-family:"微软雅黑","Microsoft Yahei";
	font-size: 16px;
	border: 1px solid #e5e5e5;
	margin-right: 20px;
}
.registre select{
	color: #9c9c9c;
}
.registre .item{
	margin-bottom: 25px;
}
.registre .item p{
	font-size: 16px;
	line-height: 1.75;
	margin-top: 10px;
}
.registre .item span{
	font-size: 12px;
	color: #959595;
}
.register-bg{
	overflow: hidden;
	min-height: 1000px;
	background-attachment: fixed;
}
#ban-service{
	overflow: hidden;
	position: relative;
	padding-top: 32%;
}
#ban-service img{
	display: block;
	width: 100%;
}
.ul-tab{
	height: 100px;
	background: #fff;
	margin-top: -110px;
	position: relative;
	z-index: 100;
}
.ul-tab li{
	float: left;
	width: 33.333%;
	text-align: center;
}
.ul-tab li a{
	display: block;
	line-height: 100px;
	font-size: 18px;
	color: #000;
}
.ul-tab li.hover a,
.ul-tab li a:hover{
	color: #099;
}
.pages{
	text-align: center;
	padding-bottom: 15%;
}
.pages li{
	display: inline-block;
	
}
.pages li a,
.pages li span{
	-webkit-transition:.3s;
	transition:.3s;
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 100%;
	border: 1px solid #c2c2c2;
	color: #000;
	font-size: 16px;
}
.pages li span{
}
.pages li:first-child a,
.pages li:last-child a{
	width: 100px;
	border-radius: 25px;
	margin: 0 5px;
}
.pages li a:hover,
.pages li.on a{
	background-color: #009999;
	color: #fff;
	border-color: #009999;
}
.article-con{
	padding-top: 5%;
	color: #000;
}
.article-con h1{
	text-align: center;
	font-size: 30px;
}
.article-con .time{
	text-align: center;
	margin: 33px 0;
}
.article-con .time span{
	width: 180px;
	height: 30px;
	display: inline-block;
	line-height: 30px;
	background-color: #fff;
	font-size: 12px;
	color: #aaa;
	border-radius: 25px;
}
.article-con .cont{
	font-size: 18px;
	line-height: 1.83;
	padding-bottom: 30%;
}
.manner-bd2{
	margin-top: 100px;
}
.pro-slider2{
	position: relative;
	width: 320px;
	margin: 0 auto;
	background: none;
}
.pro-slider2 h1{
	font-size: 36px;
	color: #fff;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 35px;
}
.pro-slider2 .txt{
	font-size: 14px;
	line-height: 1.8;
	position: relative;
	right: auto;
	bottom: auto;
	margin: 0 auto;
	color: #fff;
	margin-top: 70px;
}
.pro-slider2 .slick-dots{
	text-align: center;
	padding: 20px 0;
	position: absolute;
	left: 50%;
	bottom: -7%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.pro-slider2 .slick-dots li{
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #000;
	border-radius: 100%;
	margin: 0 5px;
	cursor: pointer;
}
.pro-slider2 .slick-dots li button{
	display: none;
}	
.pro-slider2 .slick-dots li.slick-active{
	background: #009999;
}
.article-next{
	text-align: center;
	margin-top: 35px;
	font-size: 16px;
}
.article-next a{
	width: 320px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background-color: #000;
	color: #fff;
	border-radius: 20px;
	display: inline-block;
	margin: 0 auto;
	-webkit-transition:.3s;
	transition:.3s;
}
.article-next a:hover{
	background-color: #009899;
	color: #fff;
}
#banner{
	background-color: #009999;
	height: 100%;
}

#hd.hd-white{
	background: #fff;
	height: 60px;
	line-height: 60px;
}
#hd.hd-white .logo{
	line-height: 60px;
}
#hd.hd-white .logo .logo-green{
	display: inline-block;
}
#hd.hd-white .logo .logo-white{
	display: none;
}
#hd.hd-white .nav a{
	height: 60px;
	color: #000;
	line-height: 60px;
}
#hd.hd-white .nav a:hover{
	background-color: #009999;
	color: #fff;
}
#hd.hd-white .sl-box a{
	border-color: #009999;
	color: #099;
}






@charset "UTF-8";
.animated{
    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-fill-mode:both;
    -moz-animation-fill-mode:both;
    animation-fill-mode:both;

}


.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}



.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}


@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}


@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}


@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}


@-webkit-keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}


.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@-moz-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;

}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}


.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}




@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}


#hd.hd-fixed{
	position: fixed;
	background-color: rgba(231, 74, 69, 0.9);
	
}
.ul-industry .circle canvas{
	position: absolute;
	left: 0;
	top: 0;
}

.hd-green.on a{
	color: #fff !important;
}
.hd-green .nav a:hover{
	color: #099 !important;
}
.hd-green .sl-box a:hover{
	border-color: #fff !important;
	background: none;
}



.page{
  text-align: center;
}
.page a{
  display: inline-block;
  height: 50px;
  line-height: 50px;
  width: 50px;
  border: 1px solid #c3c3c3;
  color: #545454;
  margin: 3px;
  text-align: center;
  color: #222220;
  font-family:"微软雅黑","Microsoft Yahei";
  border-radius: 50%;
  -webkit-transition:.3s;
  transition:.3s;
  font-size: 16px;
}
.page a.on,.page a:hover{
  background-color: #009999;
  color: #fff;
  border-color: #009999;
}
.page{
	padding-bottom: 100px;
}

.page .next,
.page .prev{
	width: auto;
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 30px;
}

#hd.hd-green.on .nav a,
#hd.hd-green.on .sl-box a{
	color: #000 !important;
}
#hd.hd-green.on .nav li.on a,#hd.hd-green.on .nav li a:hover{
	color: #099 !important;
}
#hd.hd-green.on .sl-box a:hover{
	color: #fff !important;
}
.BMap_scaleCtrl,
.anchorBL,
.BMap_omCtrl,
.BMap_omOutFrame{
	display: none !important;
}

.pro-video{
	height: 100%;
}
.agent-tips{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url(../images/bg3.jpg);
	background-attachment: fixed;
}

.list-1-2 p{
	font-size: 16px;
	color: #fff;
}
.list-1-2{position: relative;}
.list-1-2 h3{text-align: center;}

.list-1-2 .cir{
	border-radius: 50%;
	border: 1px solid #099;
	width: 170px;
	margin: 0 auto;
	height: 170px;
}

#next1,
#prev1{
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    margin-top: -40px;
    border: none;
    font-size: 0;
    cursor: pointer;
    background-position: 50%;
    background-repeat: no-repeat;
    z-index: 50;
    border-radius: 50%;
    background-color: #cccccc;
    -webkit-transition:.3s;
    transition:.3s;
}
#prev1{
    left: 8%;
    background-image:url(../images/ar_l2.png);
}
#next1{
    right: 8%;
    background-image:url(../images/ar_r2.png);
}
#next1:hover,
#prev1:hover{
	
    background-color: #fff;
}

.agent-tips{
	padding: 160px 0 160px 0;
}
.agent-pros {
	text-align: center;
	padding: 120px 0 140px 0;
	color: #000;
}
.agent-pros p{
	font-size: 26px;
	line-height: 2;
}
.agent-pros .tit-i{margin-bottom: 80px;}

.agent-pros .tit-i span:after,
.agent-tips .tit-i span:after,
.agent-info .tit-i span:after{
	width: 200px;
}
.agent-pros u{
	text-decoration: underline;
}

.ul-about .s1 img{width: 50%;}
.welcome-box{
	border-radius: 8px;
	background-color: #fff;
	padding: 50px;
	padding-bottom: 20px;
	margin-top: 90px;
  padding-top: 30px;
}
.welcome-box .hd{
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 30px;
}
.welcome-box .hd a{color: #099;font-size: 20px;margin-right: 20px;}

.welcome-box h2{
	font-size: 20px;
	color: #000;
/*	border-bottom: 1px solid #d2d2d2;*/
	padding-bottom: 10px;
}
.list-tc{
	margin: 0 -14px;
	padding: 25px 0;
	margin-bottom: 30px;
	overflow: hidden;
}
.list-tc li{
	float: left;
	width: 25%;
	padding: 0 14px;
	margin-bottom: 30px;
}
.list-tc .con{
	padding: 20px;
	padding-bottom: 50px;
	font-size: 20px;
	background-color: #e8e8e8;
}
.list-tc .connew{
  padding: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  border: 1px solid #e8e8e8;
}
.list-tc .connew p{
  line-height: 1.8;
  height: 90px;
  font-size: 12px;
  color: #999
}

.list-tc .con p{
	line-height: 1.8;
	height: 150px;
	font-size: 14px;
}
.list-tc h3{
	padding: 10px 0;
	text-align: center;
	font-size: 20px;
}
.list-tc h4{
	font-size: 20px;
	text-align: center;
	color: #099;
	margin-bottom: 14px;
  text-overflow:ellipsis;
white-space: nowrap;
overflow: hidden;
}
.list-tc img{
	width: 100%;vertical-align: bottom;
}
.list-tc p a{color: #099;}

.more-5{
	display: block;
	margin: 0 10px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #009999;
    color: #fff;
    font-size: 16px;
    border-radius: 25px;
    margin-top: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}
.more-5new{
  display: block;
  margin: 0 10px;
    height: 35px;
    text-align: center;
    line-height: 33px;
    font-size: 14px;
    border-radius: 25px;
    margin-top: 17px;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    border:1px solid #eee;
    background-color: #f0f0f0;
}
.more-5new:hover {
    background-color: #009999;
    color: #fff;
}

.more-5:hover {
    background-color: #fff;
    color: #099;
}
.welcome-box .hd a:hover,
.list-tc p a:hover{
	text-decoration: underline;
}

.pro-slider .slick-dots, 
.list-1-2 .slick-dots{
	text-align: center;
}
.pro-slider .slick-dots li,
.list-1-2 .slick-dots li{
	padding: 0;
	float: none;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 100%;
	margin: 0 5px;
	cursor: pointer;
	font-size: 0;
}
.pro-slider .slick-dots li button,
.list-1-2 .slick-dots li button{
	display: none;
}	
.pro-slider .slick-dots li.slick-active,
.list-1-2 .slick-dots li.slick-active{
	background: #009999;
}
.ul-product .m-show{display: none;}
.pro-slider .slick-dots{
	position: absolute;
	top: 670px;
	width: 100%;
	left: 0;
}
.list-1-2 .list-1{margin: 0;}
.agent .txt{
	position: absolute;
	top: 60%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100%;
	text-align: center;
	color: #fff;
}
.agent .txt h3{
	font-size: 60px;
	margin-bottom: 30px;
  font-weight: bold;
}
.agent .txt p{
	font-size: 18px;
	line-height: 1.8;
}
.manner-ban .con{
	
}
.manner-ban h3{
	font-size: 80px;
	color: #fff;
	margin-bottom: .4em;
}
.manner-ban p{
	font-size: 18px;
}

.qq-online{
	position: fixed;
	bottom: 20%;
	width: 100px;
	height: 100px;
	right: 0;
	z-index: 60;
	opacity: 0;
	  visibility: hidden;
	  -webkit-transition:.3s;
	  transition:.3s;
}
.qq-online.show-online{
	opacity: 1;
	visibility: visible;
}
.qq-online a{
	height: 100%;
	display: block;
	background:url(../images/kefu.gif) no-repeat 50%;
	 background-size: contain;
	-webkit-transition:.3s;
	transition:.3s;
}
.qq-online a:hover{
	/*background-color: #099;*/
}


.list-p1 li .pad{
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto;
}
.list-p1 li{
  float: left;
  width: 20%;
  padding: 30px 20px;
  overflow: hidden;
}
.list-p1 .back,
.list-p1 .front{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #000;
  -webkit-transition:.3s;
  transition:.3s;
  overflow: hidden;
}
.list-p1 .back{
  background-color: #fff;
}
.list-p1{
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}
.list-p1 .front img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  text-align: center;
  max-width: 90%;
}
.list-p1 .back img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  text-align: center;
}
.list-p1 .back{
  opacity: 0;
  -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
  filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.list-p1 .pad:hover .back{
  opacity: 1;
  -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
  filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.list-p1 .pad:hover .front{
  opacity: 0;
  -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
  filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.i-row5{
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../images/bg4.jpg);
  background-attachment: fixed;
  padding: 90px 0;
}
.i-row5 .more1{
  color: #000;
  border-color: #000;
}
.i-row5 .more1:hover{
  background-color: #099;
  border-color: #099;
  color: #fff;
}
.pro-video{
	background-color: #0b090b;
}

/**
在线客服
**/
  .kefu-bg{
            position: fixed;
            right:5px;
            bottom: 15%;
            width: 103px;
            height: 242px;
            background: url(../images/kefu-bg.png) no-repeat center;
            background-size: contain;
            display: block;
          
        }

        .kefu-bg i{
              display: block;
               position: absolute;
               top: -4px;
            right: 0px;
            width: 15px;
            height: 15px;
            background: url("../images/false.png") no-repeat center;
        }

        .kefu-img{
            width: 67px;
            height: 67px;
            margin: 10px auto;
        }
        .kefu-img img{
            width: 100%;
            height: auto;
            display: block;
        }

        .kefu-phone{

            width: 98%;
            margin: 0px auto;
          text-align: center;
            color: white;
            font-size: 12px;
        }
        .kefu-phone span{
            display: inline-block;
            vertical-align: middle;
            width: 22px;
            height: 19px;
            background: url(../images/kefu-phone.png) no-repeat center;
            background-size: cover;
        }
         .kefu-phone a{
             font-size: 13px;
             font-weight: bold;
             text-decoration: none;
             color: white;
             display: inline-block;
             margin-top: 7px;
         }
         .kefu-phone a:hover{
           background-color: #000;
           color: #fff;
         }
        .zixun{
            width: 100%;
            margin: 0px auto;
            text-align: center;
            margin-top: 13px;
        }
        .zixun a{
            width: 78px;
            text-align: center;
            line-height: 30px;
            height: 30px;
            background-color: white;
            color: #009899;
            margin-bottom: 3px;
        }
        .kefu-bg i{
           cursor: pointer;
        }
        /**  店铺已打烊**/
         .mengceng{
                   width: 100%;
                   height: 100%;
                   position: absolute;
                   top:0;
                   left: 0;
                    background-color: rgba(0, 0, 0,0.5);
                   
                   color:#eee;
                   text-align: center;
                   
                }

                .mengceng-kong{
                   max-width: 118px;
                    height: 60px;
                     position: absolute;
                     top: 0;
                      left: 0;
                      bottom: 0;
                      right: 0;
                      margin: auto;
                }
                .mengceng-kong img{
                     max-width: 60px;
                      display: block;
                      margin: 0 auto;
                      margin: auto;
                }
                .mengceng-kong a{ 
                    display: block;
                    padding: 5px 35px;
                   /* border:1px solid #009999;*/
                    font-size:12px;
                    color:#000;
                    width: 120px;
                    border-radius:15px;
                    background-color: #fff;
                    margin:auto;
                    margin-top: 12px;
                    opacity: 1;
                    display: none;
                }
                .list-tc li .connew{
                   position: relative;
                }