/*@charset "gb2312";*/

/**

 * ----------------------------------------------------------------------------

 * $codex 1. id和class命名采用该版块的英文单词或组合命名，并第一个单词小写，第二个单词首个字母大写，如:thinkCss（最新产品/think+Css)

 * $codex 2. CSS样式表各区块用注释说明

 * $codex 3. 尽量使用英文命名原则

 * $codex 4. 尽量不加中杠和下划线

 * $codex 5. 尽量不缩写，除非一看就明白的单词

 * $Author: psd2html

 * $mailto: <psd2html@qq.com>

 * $hack :ie 6 _  \ ie7 *+ \  ie6,ie7 *  \  ie7,firefox !important ie9, \9

*/

/**

 +------------------------------------------------------------------------------

 * 网站样式重写

 +------------------------------------------------------------------------------

 * @comefrom  互联网

 * @subpackage  RBAC

 +------------------------------------------------------------------------------

 */

 html{-webkit-text-size-adjust:none; /*解决chrome浏览器下字体不能小于12px*/}

 body{ color:#000000; font-family:'微软雅黑';}

 * {}

a{outline:none; text-decoration:none;} a:hover{ text-decoration:underline;}

html{zoom:1;}html *{outline:0;zoom:1;} html button::-moz-focus-inner{border-color:transparent!important;} 

body{overflow-x: hidden; font-size:12px;} body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;} table{/*border-collapse:collapse;border-spacing:0;*/} fieldset,a img{border:0;} address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;} li{list-style:none;} caption,th{text-align:left;} h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;} q:before,q:after{content:'';}

input[type="submit"], input[type="reset"], input[type="button"], button { -webkit-appearance: none; /*去掉苹果的默认UI来渲染按钮*/} em,i{ font-style:normal;}


a:hover{text-decoration: none; color:#CC4600;}
a:focus{-moz-outline-style: none; } /*针对firefox*/
a:link,a:visited{color:#5c5c5c;}
a:hover,a:active{color:#c11920;}




/**

 +------------------------------------------------------------------------------

 * Public Class

 +------------------------------------------------------------------------------

 * @subpackage  RBAC

 +------------------------------------------------------------------------------

 */

.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden; }.clearfix {display:block;}.clear{ clear:both;}/* 清除浮动*/

.colwrapper { overflow:hidden; zoom:1 /*for ie*/; margin:5px auto; }/* 高度自适应 */ 

.strong{ font-weight: bold;} .left{ float: left;} .right{ float: right;} .center{ margin:0 auto; text-align:center;}

.block{ display:block;} .inline{ display:inline;}

.transparent{filter:alpha(opacity=50); -moz-opacity:0.5;/** Firefox 3.5即将原生支持opacity属性，所以本条属性只在Firefox3以下版本有效 ***/ -khtml-opacity: 0.5; opacity: 0.5; } .break{ word-wrap:break-word;overflow:hidden; /*word-break:break-all;*/}



.tal{ text-align:left} .tar{ text-align:right;}



/*文字两侧对齐*/

.justify {

	text-align:justify;

	text-justify:distribute-all-lines;/*ie6-8*/

	text-align-last:justify;/* ie9*/

	-moz-text-align-last:justify;/*ff*/

	-webkit-text-align-last:justify;/*chrome 20+*/

}



.toe{

	/*超出省略号*/

	 word-break:keep-all;

white-space:nowrap;

overflow:hidden;

text-overflow:ellipsis;

}

@media screen and (-webkit-min-device-pixel-ratio:0){/* chrome*/

	.justify:after{

		content:".";

		display: inline-block;

		width:100%;

		overflow:hidden;

		height:0;

	}

}



/* 兼容IE6的定位属性fixed，固定不动样式 */

.fixed{

	position:fixed; 

	clip:rect(0 100% 100% 0);

	_position:absolute;

	

	/* 底部 */

	bottom:0px;

	left:0px;

	_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);

	/*_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);*/

	

	/* 左侧 */

	/*left:0px;*/

	/*_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);*/

	/*_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);*/

}

/* 解决固定层在IE6下闪的问题 */

*html{

	background-image:url(about:blank);

	background-attachment:fixed;

}





/*png图片ie6下透明滤镜实现写法*/

.pngimg{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/x.png');}



/**

 +------------------------------------------------------------------------------

 * FCK 兼容解决方案

 +------------------------------------------------------------------------------

 * @subpackage  RBAC

 +------------------------------------------------------------------------------

 */

em{ font-style:italic !important;} strike{ text-decoration:line-through !important;} strong{ font-weight:bold !important;} u{ text-decoration:underline !important;}



/**

 +------------------------------------------------------------------------------

 * 表单样式

 +------------------------------------------------------------------------------

 * @subpackage  RBAC

 +------------------------------------------------------------------------------

 */



/**

 +------------------------------------------------------------------------------

 * 网站整体颜色总汇

 +------------------------------------------------------------------------------

 * @codex  颜色:使用颜色的名称或者16进制代码,如 

 * @subpackage  RBAC

 +------------------------------------------------------------------------------

 */

.ff8600,ff86aa a{ color:#ff8600;}



/**

 +------------------------------------------------------------------------------

 * 网站整字体大小

 +------------------------------------------------------------------------------

 * @codex   字体大小,直接使用"font+字体大小"作为名称,如

 * @package  ORG

 * @subpackage  RBAC

 +------------------------------------------------------------------------------

 */

.font14px{ font-size:14px;}

.font9pt{ font-size:9pt;}

/*自定义字体*/

/* @font-face {  font-family: danley;  src: url('../font/danley.ttf');  }  .danley {  font-family: danley; } */





/**

 +------------------------------------------------------------------------------

 * 网站整布局命名规范

 +------------------------------------------------------------------------------

 * @codex   id和class命名采用该版块的英文单词或组合命名 如:newRelease

 * @package  ORG

 * @subpackage  RBAC

 +------------------------------------------------------------------------------

 */

  a{ color:#5d5d5e; transition: all 0.3s ease-in-out 0s;}

  a:hover{ color:#3e6ed4;}

 

body{font-family: "微软雅黑",sans-serif;}



.css3{

	/*transition: all 0.3s ease-in-out 0s;*/

	

	-webkit-transform:translate3d(0, -20px, 0);

	-ms-transform:translate3d(0, -20px, 0);

	transform:translate3d(0, -20px, 0);

	

	-webkit-transition-property:opacity, -webkit-transform;

	transition-property:opacity, transform;

	-webkit-transition-duration:1000ms;

	transition-duration:1000ms;

	-webkit-transition-timing-function:cubic-bezier(0.25, 0.46, 0.33, 0.98);

	transition-timing-function:cubic-bezier(0.25, 0.46, 0.33, 0.98);

	

	-webkit-transition-delay:800ms;

	transition-delay:800ms

}

.css3.animated{

	-webkit-transform:translate3d(0, 0, 0);

	-ms-transform:translate3d(0, 0, 0);

	transform:translate3d(0, 0, 0);

}

@media screen and (max-width: 650px) {    

  

  }

  

  @media screen and (max-width: 480px) {   

	 

  }

.rotate

{

transform:rotate(7deg);

-ms-transform:rotate(7deg); 	/* IE 9 */

-moz-transform:rotate(7deg); 	/* Firefox */

-webkit-transform:rotate(7deg); /* Safari 和 Chrome */

-o-transform:rotate(7deg); 	/* Opera */

}

body{

	font-size: 12px; line-height: 22px;

}

.wrapper{

	width: 1200px; margin: 0 auto; position: relative; 

}

.gb-header,

.gb-nav{

	height: 86px; background: #fff; position: fixed; left: 0; right: 0; z-index: 999;

}

.gb-nav{

	background: rgba(255,255,255,0.25); z-index: 99999;

}

.gb-nav,

.gb-header{

	 top: -86px; 

	/*css3*/

	-webkit-transition: all 0.5s;

    -moz-transition: all 0.5s;

    -o-transition: all 0.5s;

    transition: all 0.5s;

    opacity: 0;

    -webkit-opacity: 0;

    -moz-opacity: 0;

}

.gb-nav.show,

.gb-header.show{

	top: 0;

	opacity: 1;

    -webkit-opacity: 1;

    -moz-opacity: 1;

}

.gb-nav.show{

	background: rgba(0,0,0,0.25);

}

.gh {

	float:right;

	height:34px;

	width:34px;

	margin-right:30px;

	margin-top:25px;

	position:relative;

	transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;

	-webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;

	-ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;

	cursor:pointer;

}

.gh.selected {

	transform: rotate(90deg);

}

.gh a {

	background-color: #000;

	display: block;

	height: 4px;

	margin-top: -2px;

	position: relative;

	top: 50%;

	transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;

	-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;

	-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;

	width: 100%;

}

.gh:hover a:before {

	transform: translateY(-2px) rotate(0deg);

	-webkit-transform: translateY(-2px) rotate(0deg);

	-ms-transform: translateY(-2px) rotate(0deg);

}

.gh:hover a:after {

	transform: translateY(2px) rotate(0deg);

	-webkit-transform: translateY(2px) rotate(0deg);

	-ms-transform: translateY(2px) rotate(0deg);

}

.gh.selected:hover a:before {

	transform: translateY(0px) rotate(-55deg);

	-webkit-transform: translateY(0px) rotate(-55deg);

	-ms-transform: translateY(0px) rotate(-55deg);

}

.gh.selected:hover a:after {

	transform: translateY(0px) rotate(55deg);

	-webkit-transform: translateY(0px) rotate(55deg);

	-ms-transform: translateY(0px) rotate(55deg);

}

.gh a:after, .gh a:before {

	background-color: #000;

	content: "";

	display: block;

	height: 4px;

	left: 0;

	position: absolute;

	transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;

	-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;

	-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;

	width:100%;

}

.gh a:after {

	top:10px;

}

.gh a:before {

	top:-10px;

}

.gh.selected a:after, .gh.selected a:before {

	top: 0;

}

.gh.selected a:before {

	transform: translateY(0px) rotate(-45deg);

	-webkit-transform: translateY(0px) rotate(-45deg);

	-ms-transform: translateY(0px) rotate(-45deg);

}

.gh.selected a:after {

	transform: translateY(0px) rotate(45deg);

	-webkit-transform: translateY(0px) rotate(45deg);

	-ms-transform: translateY(0px) rotate(45deg);

}

.gh.selected a {

	background-color: transparent !important;

}

.gb-nav.show .gh a,

.gb-nav.show .gh a:after, 

.gb-nav.show .gh a:before{ background-color:#fff;}





.header .logo,

.gb-nav .logo{

	margin-left: 60px; float: left; display: inline; margin-top: 10px;

}

.gb-nav .logo{

	position: relative;

}

.gb-nav .logo img{

	position: absolute; left: 0; top: 0;

}

.gb-nav .logo img.img2{

	-webkit-transition: all 1s;

    -moz-transition: all 1s;

    -o-transition: all 1s;

    transition: all 1s;

    opacity: 0;

    -webkit-opacity: 0;

    -moz-opacity: 0;

}

.gb-nav.show .logo img.img2{

    opacity: 1;

    -webkit-opacity: 1;

    -moz-opacity: 1;

}

.header .nav{

	margin-right: 50px; float: right; display: inline; margin-top: 30px;

}

.header .nav li{

	float: left; display: inline; margin-left: 40px; font-size: 14px;

}

.header .nav li a{

	display: block; height: 24px; line-height: 24px; overflow: hidden;

}

.header .nav li span{

	display: block;

	/*css3*/

	transition: all 0.3s ease-in-out 0s;

}

.header .nav li span.s2{

	color: #610085; font-weight: bold;

}

.header .nav li a:hover .s1,

.header .nav li.selected a .s1{

	margin-top: -24px;

}



.section{

	position: relative; 

}

.page1{

	background: url(../image/bg1.jpg) no-repeat center; background-size: cover !important; height: 886px;

}

/*.page1 .nav{

	background: url(../imgs/img4.png) repeat-x center; height: 32px; position: absolute; left: 0; right: 0; bottom: -60px; text-align: center;

	-webkit-transition: all 1s;

    -moz-transition: all 1s;

    -o-transition: all 1s;

    transition: all 1s;

}

.page1.active .nav{

	bottom: 40px;

}

.page1 .nav li{

	display: inline; margin: 0 75px;

}

.page1 .nav li a{

	background: url(../imgs/img3.png) no-repeat center; width: 32px; height: 32px; display: inline-block;

}

.page1 .nav li.selected a{

	background-image: url(../imgs/img2.png);

}*/



.page1 .arrow,

.page1 .nav{

	z-index: 2; 

}

.page1 .arrow{

	width: 87px; height: 87px; position: absolute; left: 50%; margin-left: -44px; bottom: 110px; cursor: pointer;

	

	display:block;

	-moz-border-radius:50%;

	-webkit-border-radius:50%;

	border-radius:50%;

}

.page1 .arrow table{

	width: 100%; height: 100%; text-align: center; position: relative; top: 5px;

}

.page1 .arrow:before, .page1 .arrow:after {

	content:'';

	position:absolute;

	left:0;

	top:0;

	-moz-border-radius:50%;

	-webkit-border-radius:50%;

	border-radius:50%;

	pointer-events:none

}

.page1 .arrow:before {

	width:88px;

	height:88px;

	border:1px solid #fff;

	-moz-transition:all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);

	-o-transition:all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);

	-webkit-transition:all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);

	transition:all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955)

}

.page1 .arrow:after {

	width:86px;

	height:86px;

	border:2px solid #fff;

	background-color:rgba(255, 255, 255, 0.1);

	opacity:0;

	-moz-transform:scale(0.5, 0.5);

	-ms-transform:scale(0.5, 0.5);

	-webkit-transform:scale(0.5, 0.5);

	transform:scale(0.5, 0.5);

	-moz-transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);

	-o-transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);

	-webkit-transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);

	transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1)

}

.page1 .arrow:hover:before {

	opacity:0;

	-moz-transform:scale(1.5, 1.5);

	-ms-transform:scale(1.5, 1.5);

	-webkit-transform:scale(1.5, 1.5);

	transform:scale(1.5, 1.5);

	-moz-transition:all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);

	-o-transition:all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);

	-webkit-transition:all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);

	transition:all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94)

}

.page1 .arrow:hover:after {

	opacity:1;

	-moz-transform:scale(1, 1);

	-ms-transform:scale(1, 1);

	-webkit-transform:scale(1, 1);

	transform:scale(1, 1)

}





.page2{

	background: url(../image/bg2.jpg) no-repeat center; background-size: cover !important; height: 964px;

}

.page2 .wrapper{

	height: 100%;

}

.page2 ul{

	height: 100%;

}

.page2 li{

	width: 25%; float: left; display: inline; text-align: center; color: #fff; height: 100%; position: relative;

	/*css3*/

	-webkit-transition: all 1s;

    -moz-transition: all 1s;

    -o-transition: all 1s;

    transition: all 1s;

    opacity: 0;

    -webkit-opacity: 0;

    -moz-opacity: 0;

}

.page2 li .bg{

	position: absolute; left: 0; right: 0; bottom: 0; background: #9a02e0; height: 0;

	-webkit-transition: all 0.5s;

    -moz-transition: all 0.5s;

    -o-transition: all 0.5s;

    transition: all 0.5s;

}

.page2 li.selected .bg{

	height: 100%;

}

.page2 li.l2 .bg{

	background-color: #acd146;

}

.page2 li.l3 .bg{

	background-color: #04afa6;

}

.page2 li.l4 .bg{

	background-color: #f8c200;

}

.page2 li .wrap{

	position: absolute; left: 30px; right: 30px; top: 50%; margin-top: -110px;

}

.page2 li .ico{

 	width: 109px; height: 109px; border-radius: 109px; margin: 0 auto; background-position: center top; background-repeat: no-repeat; overflow: hidden;

 	-webkit-transition: all 0.3s;

    -moz-transition: all 0.3s;

    -o-transition: all 0.3s;

    transition: all 0.3s;

	-webkit-transition-delay:400ms;

	transition-delay:400ms;

}

.page2 li.l1 .ico{

	background-image: url(../image/img5.png);

}

.page2 li.l2 .ico{

	background-image: url(../image/img6.png);

}

.page2 li.l3 .ico{

	background-image: url(../image/img7.png);

}

.page2 li.l4 .ico{

	background-image: url(../image/img8.png);

}

.page2 li.selected .ico{

	background-position: center bottom;

}

.page2 li .link{

	text-align: center; margin-top: 35px;

}

.page2 li .link a{

	background: url(../imgs/img41.png) no-repeat; width: 48px; height: 48px; display: inline-block;

}

.page2 li .img{

	position: absolute; left: 0; right: 0; bottom: -200px;

	-webkit-transition: all 0.3s;

    -moz-transition: all 0.3s;

    -o-transition: all 0.3s;

    transition: all 0.3s;

	-webkit-transition-delay:400ms;

	transition-delay:400ms;

	opacity: 0;

	-webkit-opacity: 0;

	-moz-opacity: 0;

}

.page2 li.selected .img{

	bottom: 0;

	opacity: 1;

	-webkit-opacity: 1;

	-moz-opacity: 1;

}

.page2 li .img img{

	display: block; width: 100%;

}

.page2 li a{

	color: #fff; text-decoration: none;

}

.page2 li.selected{

	

}

.page2 li.l1{

	-webkit-transform:translate3d(-600px, 0, 0);

	-ms-transform:translate3d(-600px, 0, 0);

	transform:translate3d(-600px, 0, 0);

}

.page2 li.l2{

	-webkit-transform:translate3d(-300px, 0, 0);

	-ms-transform:translate3d(-300px, 0, 0);

	transform:translate3d(-300px, 0, 0);

}

.page2 li.l3{

	-webkit-transform:translate3d(300px, 0, 0);

	-ms-transform:translate3d(300px, 0, 0);

	transform:translate3d(300px, 0, 0);

}

.page2 li.l4{

	-webkit-transform:translate3d(600px, 0, 0);

	-ms-transform:translate3d(600px, 0, 0);

	transform:translate3d(600px, 0, 0);

}

.page2.active li{

	-webkit-transform:translate3d(0, 0, 0);

	-ms-transform:translate3d(0, 0, 0);

	transform:translate3d(0, 0, 0);

	opacity: 1;

    -webkit-opacity: 1;

    -moz-opacity: 1;

}

.page2 li h2{

	margin-top: 20px; font-size: 18px; font-weight: bold; line-height: 1;

}

.page2 li dl{

	margin-top: 18px;

}

.page2 li dd{

	display: inline;

}

.page2 li dd span{

	width: 1px; height: 15px; display: inline-block; background: #fff; margin: 0 15px;

	

}

.page2 li p{

	margin-top: 30px; line-height: 24px;

}



.page3{

	background: url(../image/bg3.jpg) no-repeat center; height:100%;

}

.page3 .wrapper{

	position: absolute; left: 50%; top:20%

}

.page3 .head{

	position: relative; padding-left: 350px; 

	-webkit-transition: all 0.5s;

    -moz-transition: all 0.5s;

    -o-transition: all 0.5s;

    transition: all 0.5s;

	-webkit-transition-delay:600ms;

	transition-delay:600ms;

	/*opacity: 0;

    -webkit-opacity: 0;

    -moz-opacity: 0;*/

}

.page3.active .head{

	/*opacity: 1;

    -webkit-opacity: 1;

    -moz-opacity: 1;*/

}

.page3 .head .img{

	position: absolute; left: -400px; top: 11px;

	transition: all 1s ease 0s; 

	-webkit-transition: all 1s ease 0s; 

	-ms-transition: all 1s ease 0s; 

	opacity: 0;

	-webkit-opacity: 0;

	-ms-opacity: 0;

}

.page3.active .head .img{

	left: 0;

	opacity: 1;

	-webkit-opacity:1;

	-ms-opacity: 1;

}

.page3 .head .nav{
	height:50px;
	line-height:50px;
	text-align:right;
	color:#fff;
	font-size:14px;
	font-weight:bold;
}
.page3 .head .nav a{
	text-decoration: none;
	color:#fff;
}
/*
.page3 .head .nav li{

	display: inline; margin-right: 30px;

}

.page3 .head .sort{

	position: absolute; left: 1500px; bottom: 0; padding-top: 20px; color: #e9930b; text-transform: uppercase;

	transition: all 1s ease 0s; 

	-webkit-transition: all 1s ease 0s; 

	-ms-transition: all 1s ease 0s; 

	opacity: 0;

	-webkit-opacity: 0;

	-ms-opacity: 0;

}

.page3.active .head .sort{

	left: 610px;

	opacity: 1;

	-webkit-opacity: 1;

	-ms-opacity: 1;

}

.page3 .head .sort a{

	color:#e9930b ;

}

.page3 .head .sort dt{

	position: absolute; left: 0; top: 0;

}

.page3 .head .sort dd{

	display: inline; 

}

.page3 .head .sort dd span{

	margin: 0 10px; display: inline-block; width: 1px; height: 11px; background: #f19f1c;

}*/

.page3 .body{

	margin-top: 45px;

    position: relative;

    top: 0;

}

.page3 .body ul{

	height: auto; overflow: hidden; width: 105%;

}

.page3 .body li{

	width: 290px; height: 190px; position: relative; float: left; display: inline; margin-right: 16px; margin-bottom: 16px; overflow: hidden;

	-webkit-transition: all 1s;

    -moz-transition: all 1s;

    -o-transition: all 1s;

    transition: all 1s;

	opacity: 0;

    -webkit-opacity: 0;

    -moz-opacity: 0;

    -webkit-transform:translate3d(0, 100px, 0);

	-ms-transform:translate3d(0, 100px, 0);

	transform:translate3d(0, 100px, 0);

}

.page3.active .body li{

	opacity: 1;

    -webkit-opacity: 1;

    -moz-opacity: 1;

    -webkit-transform:translate3d(0, 0, 0);

	-ms-transform:translate3d(0, 0, 0);

	transform:translate3d(0, 0, 0);

}

.page3.active .body li:nth-child(2){

	-webkit-transition-delay:200ms;

	transition-delay:200ms;

}

.page3.active .body li:nth-child(3){

	-webkit-transition-delay:400ms;

	transition-delay:400ms;

}

.page3.active .body li:nth-child(4){

	-webkit-transition-delay:600ms;

	transition-delay:600ms;

}

.page3.active .body li:nth-child(5){

	-webkit-transition-delay:800ms;

	transition-delay:800ms;

}

.page3.active .body li:nth-child(6){

	-webkit-transition-delay:1000ms;

	transition-delay:1000ms;

}

.page3.active .body li:nth-child(7){

	-webkit-transition-delay:1200ms;

	transition-delay:1200ms;

}

.page3.active .body li:nth-child(8){

	-webkit-transition-delay:1400ms;

	transition-delay:1400ms;

}

.page3 .body li .img img{

	-webkit-transition: all 1s;

    -moz-transition: all 1s;

    -o-transition: all 1s;

    transition: all 1s;

}

.page3 .body li a:hover .img img{

	transform: scale(1.2);

}

.page3 .body li .brand{

	background: #000; position: absolute; left: 0; right: 0; top: 0; bottom: 0; text-align: center;
	

	-webkit-transition: all 1s;

    -moz-transition: all 1s;

    -o-transition: all 1s;

    transition: all 1s;

    opacity:0;

    -webkit-opacity: 0;

    -moz-opacity: 0;

}

.page3 .body li a:hover .brand{
	

    opacity:0.8;

    -webkit-opacity: 0.8;

    -moz-opacity: 0.8;

}

.page3 .body li .brand table{

	width: 100%; height: 100%; text-align: center;color:#fff;
	font-size:24px;font-weight:bold

}
.page3 .body li .brand table tr td p{
	
}



.page3 .jian{

	width: 46px; height: 46px; border-radius:46px; display: inline-block; position: relative;

}

.jian:before, .jian:after {

	content:'';

	position:absolute;

	left:0;

	top:0;

	-moz-border-radius:50%;

	-webkit-border-radius:50%;

	border-radius:50%;

	pointer-events:none

}

.jian:before {

	width:46px;

	height:46px;

	border:1px solid #f19f1c;

	-moz-transition:all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);

	-o-transition:all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);

	-webkit-transition:all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);

	transition:all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955)

}

.jian:after {

	width:46px;

	height:46px;

	border:1px solid #f19f1c;

	background-color:rgba(255, 255, 255, 0.1);

	opacity:0;

	-moz-transform:scale(0.5, 0.5);

	-ms-transform:scale(0.5, 0.5);

	-webkit-transform:scale(0.5, 0.5);

	transform:scale(0.5, 0.5);

	-moz-transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);

	-o-transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);

	-webkit-transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);

	transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1)

}

.jian:hover:before {

	opacity:0;

	-moz-transform:scale(1.5, 1.5);

	-ms-transform:scale(1.5, 1.5);

	-webkit-transform:scale(1.5, 1.5);

	transform:scale(1.5, 1.5);

	-moz-transition:all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);

	-o-transition:all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);

	-webkit-transition:all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);

	transition:all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94)

}

.jian:hover:after {

	opacity:1;

	-moz-transform:scale(1, 1);

	-ms-transform:scale(1, 1);

	-webkit-transform:scale(1, 1);

	transform:scale(1, 1)

}



.page4{

	background: url(../image/bg4.jpg) no-repeat center; background-size: cover !important; height: 100%;

}

.page4 .wrapper{

	position: absolute; left: 50%; margin-left: -600px; top: 30%; 

}

.page4 .head .img,

.page4 .head .list,

.page4 .head .list dl#dl1,

.page4 .head .list dl#dl2,

.page4 .list li{

	-webkit-transition: all 1s;

    -moz-transition: all 1s;

    -o-transition: all 1s;

    transition: all 1s;

    opacity: 0;

    -webkit-opacity: 0;

    -moz-opacity: 0;

}

.page4.active .head .img,

.page4.active .head .list,

.page4.active .head .list dl#dl1,

.page4.active .head .list dl#dl2,

.page4.active .list li{

	opacity: 1;

    -webkit-opacity: 1;

    -moz-opacity: 1;

}

.page4 .head{

	position: relative; width: 105%; height:112px

}

.page4 .head .img{

	margin-left: 30px; position: relative; left: -100px;

}

.page4.active .head .img{

	left: 0;

}

.page4 .head .nav{

	position: absolute; left: 260px; top: 20px;

}

.page4 .head .nav li{

	display: inline; margin-right: 20px;

}

.page4 .head .list{

	position: absolute; left: 485px; top: 0px;

	-webkit-transform:translate3d(-300px, 0, 0);

	-ms-transform:translate3d(-300px, 0, 0);

	transform:translate3d(-300px, 0, 0);

}

.page4.active .head .list{

	

	-webkit-transform:translate3d(0, 0, 0);

	-ms-transform:translate3d(0, 0, 0);

	transform:translate3d(0, 0, 0);

}

.page4 .head .list dl{

	float: left; display: inline; border-top: #f2f4f3 solid 1px; position: relative; padding-top: 45px; color: #fff; 

}

.page4 .head .list dl a{

	color: #fff;

}

.page4 .head .list dl#dl1{

	width: 470px;

}

.page4 .head .list dl#dl2{

	width: 240px; margin-left: 15px;

}

.page4 .head .list dt{

	position: absolute; left: 0; top: 10px; font-size: 14px; font-weight: bold;

}

.page4 .head .list dd span{

	margin: 0 5px;

}

.page4 .body{

	margin-top: 75px;

}

.page4 .list{

	height: auto; overflow: hidden; width: 105%;

}

.page4 .list li{

	float: left; display: inline; width: 228px; height: 306px; background: #fff; margin-right: 15px; position: relative;

	transition-delay: 1s;

	-webkit-transition-delay: 1s;

	-ms-transition-delay: 1s;

}

.page4 .list li:nth-child(2){

	top: 200px; left: 100px;

}

.page4 .list li:nth-child(3){

	top: 400px; left: 200px;

}

.page4 .list li:nth-child(4){

	top: 600px; left: 300px;

}

.page4 .list li:nth-child(5){

	top: 800px; left: 400px;

}

.page4.active .list li{

	top: 0; left: 0;

}

.page4 .view{

	position: relative; padding-top: 140px; padding-left: 35px; padding-right: 30px;

}

.page4 .view h4{ font-size:14px; color:#000;}



.page4 .view .date{

	position: absolute; left: 115px; top: 40px;

}

.page4 .view .date big{

	font-size: 50px; font-weight: bold; font-family: impact;

}

.page4 .view .date span{

	position: absolute; left: 18px; bottom: -5px; background: #fff; padding: 0 5px; line-height: 1.3; font-family: arial; width: 80px;

}

.page4 .view .img{

	height: 120px;

}

.page4 .view .img table{

	width: 100%; height: 100%;

}

.page4 .view h2{

	font-size: 15px; line-height: 25px;

}

.page4 .mask{

	background: #e50581; position: absolute; left: 0; right: 0; top: 400px; bottom: 0; padding: 40px 30px; color: #fff; 

	-webkit-transition: all 0.3s;

    -moz-transition: all 0.3s;

    -o-transition: all 0.3s;

    transition: all 0.3s;

    opacity: 0;

    -webkit-opacity: 0;

    -moz-opacity: 0;

}

.page4 .mask .img img{

	display: block;

}

.page4 a:hover .mask,

.page4 .selected .mask{

	top: 0;

    opacity: 1;

    -webkit-opacity: 1;

    -moz-opacity: 1;

}

.page4 .mask h2{

	margin-top: 20px; font-size: 15px;

}

.page4 .mask hr{

	width: 37px; height: 1px; border: none; background: #fff; display: block; margin-top: 20px; margin-left: 0;

}

.page4 .mask p{

	margin-top: 20px; clear: both;

}



.page4 .wen{

	width: 46px; height: 46px; border-radius:46px; display: inline-block; position: relative;

}

.page4 .wen:before, .wen:after {

	content:'';

	position:absolute;

	left:0;

	top:0;

	-moz-border-radius:50%;

	-webkit-border-radius:50%;

	border-radius:50%;

	pointer-events:none

}

.page4 .wen:before {

	width:46px;

	height:46px;

	border:1px solid #fff;

	-moz-transition:all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);

	-o-transition:all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);

	-webkit-transition:all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);

	transition:all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955)

}

.page4 .wen:after {

	width:46px;

	height:46px;

	border:1px solid #fff;

	background-color:rgba(255, 255, 255, 0.1);

	opacity:0;

	-moz-transform:scale(0.5, 0.5);

	-ms-transform:scale(0.5, 0.5);

	-webkit-transform:scale(0.5, 0.5);

	transform:scale(0.5, 0.5);

	-moz-transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);

	-o-transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);

	-webkit-transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);

	transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1)

}

.page4 .wen:hover:before {

	opacity:0;

	-moz-transform:scale(1.5, 1.5);

	-ms-transform:scale(1.5, 1.5);

	-webkit-transform:scale(1.5, 1.5);

	transform:scale(1.5, 1.5);

	-moz-transition:all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);

	-o-transition:all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);

	-webkit-transition:all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);

	transition:all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94)

}

.page4 .wen:hover:after {

	opacity:1;

	-moz-transform:scale(1, 1);

	-ms-transform:scale(1, 1);

	-webkit-transform:scale(1, 1);

	transform:scale(1, 1)

}



.page5{

	background: url(../image/bg5.jpg) no-repeat center; background-size: cover !important; height: 998px;

}

.page5 .wrapper{

	position: absolute; left: 50%;  top: 28%;
}

.page5 .wrapper .nav{
	width:100%;
	
}

.page5 .wrapper .nav li{
	float:left;width:25%;color:#fff;text-align:center;top:0px ;position: relative; display: inline;padding-top: 40px; padding-bottom: 80px;top: 0px;-webkit-transition: all 1s;
-moz-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
transition-delay: 0.5s;
-webkit-transition-delay: 0.5s;
opacity: 0;
-webkit-opacity: 0;
-moz-opacity: 0;
}
.page5 .wrapper .nav li p{
	height:64px;
	line-height:64px;
}
.page5 .wrapper .nav li .span1{
	position: absolute;
	top:30px;
	right:100px;
}
.page5 .wrapper .nav li .span2{
	position: absolute;
	top:30px;
	right:80px;
}
.page5 .wrapper .nav li .span3{
	position: absolute;
	top:30px;
	right:70px;
}
.page5 .wrapper .nav li .span4{
	position: absolute;
	top:30px;
	right:60px;
}


.page5.active .nav li{

    opacity: 1;

    -webkit-opacity: 1;

    -moz-opacity: 1;
}

.page5 .nav li:first-child{

	transition-delay: 0.7s;

	-webkit-transition-delay: 0.7s;

}
.page5 .nav li:nth-child(2){

	transition-delay: 1.4s;

	-webkit-transition-delay: 1.4s;

}
.page5 .nav li:nth-child(3){

	transition-delay: 2.1s;

	-webkit-transition-delay: 2.1s;

}
.page5 .nav li:nth-child(4){

	transition-delay: 2.8s;

	-webkit-transition-delay: 2.8s;

}


.page5.active .nav li{

	top: 0;

}

.page5  .info{
	position: absolute; left: 50%; top:65%
	/*position: absolute;
	top:80%;
	margin-top:120px;
	color:#e0e0e0;
	width:100%;*/

}
.page5  .info li:nth-child(1){
	float:left;
	width: 30%;
	
}
.page5  .info li:nth-child(2){
	float:left;
	width: 36%;
	
}
.page5  .info li:nth-child(3){
	float:left;
	width: 33%;
	
}
.page5 .info1{
	position: absolute; left: 50%; top:80%

}

.page5  .info1 .left{
	width:66%;
	float:left;
	
}
.page5  .info1 .left .copyright{

	width:100%;
	height:84px;line-height:84px;
}
.page5  .info1 .right{
	width:33%;
	float:left;
}
.page5 .footer{
	position: absolute; left: 50%; bottom:0px; color:#fff;padding-left:50px;height:36px;line-height:36px;
}

/*.page6{

	background: url(../imgs/bg6.jpg) no-repeat center; background-size: cover !important; height: 900px;

}

.page6 video{

	position: absolute; left: 0; right: 0; top: 0; bottom: 0;
	min-width:100%;

}

.page6 .bg{

	background: url(../imgs/img50.png) repeat; position: absolute; left: 0; right: 0; top: 0; bottom: 0;

}

.page6 .wrapper{

	position: absolute; left: 50%; margin-left: -600px; top: 50%; margin-top: -205px;

}

.page6 .img{

	margin-left: 340px; position: relative;

}

.page6 .img .quan,

.page6 .img .wen{

	-webkit-transition: all 2s;

    -moz-transition: all 2s;

    -o-transition: all 2s;

    transition: all 2s;

    opacity: 0.9;

    -webkit-opacity: 0.9;

    -moz-opacity: 0.9;

}

.page6.active .img .quan,

.page6.active .img .wen{

	opacity: 1;

    -webkit-opacity: 1;

    -moz-opacity: 1;

}

.page6 .img .wen{

	position: absolute; left: 160px; top: 60px;

	-webkit-transform:translate3d(100px, 0, 0);

	-ms-transform:translate3d(100px, 0, 0);

	transform:translate3d(100px, 0, 0);

}

.page6.active .img .wen{

	-webkit-transform:translate3d(0, 0, 0);

	-ms-transform:translate3d(0, 0, 0);

	transform:translate3d(0, 0, 0);

}

.page6 .img .quan{

	-webkit-transform:translate3d(-100px, 0, 0);

	-ms-transform:translate3d(-100px, 0, 0);

	transform:translate3d(-100px, 0, 0);

}

.page6.active .img .quan{

	-webkit-transform:translate3d(0, 0, 0);

	-ms-transform:translate3d(0, 0, 0);

	transform:translate3d(0, 0, 0);

}

.page6 .text{

	height: auto; margin-top: 60px;

}

.page6 .time{

	width: 340px; float: left; display: inline; color: #fff; font-family: arial; line-height: 1;

}

.page6 .time .wrap{

	display: inline-block; text-align: center;

}

.page6 .time h2{

	margin-top: 10px; color: #fff; font-size: 21px;

}

.page6 .time h4{

	margin-top: 10px;

}

.page6 .tele{

	width: 860px; float: right; display: inline; 

}

.page6 .tele img{

	display: block;

}

.page6 .tele .qq{

	margin-top: 30px;

}

.page6 .info{

	height: auto; overflow: hidden; width: 1200px; position: absolute; left: 50%; margin-left: -600px; bottom: 35px; color: #c3c5c3; 

}

.page6 .info a{

	color: #c3c5c3;

}

.page6 .info ul{

	width: 340px; float: left; display: inline; font-size: 12px;

}
*/


.flink{

	background: #202020; padding: 25px 0; color: #4f4f4f;

}

.flink dt,

.flink dd{

	display: inline; margin-right: 35px; line-height: 27px;

}

.flink dt{

	font-weight: bold;

}



.gb-arrow{

	background: url(../imgs/img42.png) no-repeat left center; height: 47px; line-height: 47px; padding-left: 30px; position: absolute; left: 30px; top: 50%; margin-top: 1500px; font-size: 12px; color: #fff;

	-webkit-transition: all 2s;

    -moz-transition: all 2s;

    -o-transition: all 2s;

    transition: all 2s;

    opacity: 0;

    -webkit-opacity: 0;

    -moz-opacity: 0;

}

.active .gb-arrow{

	margin-top: -23px;

    opacity: 1;

    -webkit-opacity: 1;

    -moz-opacity: 1;

}





.slide-wrap{

	width: 100%; height: 100%; position: relative;

}

.slide-wrap ul{

	width: 100%; height: 100%;

}

.slide-wrap li{

	width: 100%; height: 100%; overflow: hidden; text-align: center; position: absolute; left: 0; right: 0; top: 0; bottom: 0; 

}

.slide-wrap li .wrap{

	position: absolute; left: 0; right: 0; top: 50%; margin-top: -250px;

}

.slide-wrap li.selected{

}

.slide-wrap li .bg{

	position: absolute; left: 0; right: 0; top: 0; bottom: 0;

	transition: all 1s;

	-webkit-transition: all 1s;

	-ms-transition: all 1s;

	-moz-transition: all 1s;

	opacity: 0;

	-webkit-opacity: 0;

	-ms-opacity: 0;

	-moz-opacity: 0;

}

.slide-wrap li.selected .bg{

	opacity: 1;

	-webkit-opacity: 1;

	-ms-opacity: 1;

	-moz-opacity: 1;

}

.slide-wrap li .img{

	position: relative; z-index: 9;

	transition: all 1s;

	-webkit-transition: all 1s;

	-ms-transition: all 1s;

	-moz-transition: all 1s;

}

.slide-wrap li.selected .img{

	-webkit-transform:translate3d(0, 0, 0) !important;

	-ms-transform:translate3d(0, 0, 0) !important;

	transform:translate3d(0, 0, 0) !important;

}

.slide-wrap li .text{

	color: #fff; font-size: 20px; margin-top: 25px; position: relative; z-index: 9;

	transition: all 0.5s;

	-webkit-transition: all 0.5s;

	-ms-transition: all 0.5s;

	-moz-transition: all 0.5s;

}

.slide-wrap video{

	position: absolute; z-index: 0; top: 0px; left: 0px; min-width: 0px; /*min-height: 999px;*/ min-width: 100%; height:auto;

	transition: all 0.5s;

	-webkit-transition: all 0.5s;

	-ms-transition: all 0.5s;

	-moz-transition: all 0.5s;

}



.slide-wrap li#s1 video{

	opacity:0;

}

.slide-wrap li#s1.selected video{

	opacity:1;

}

.slide-wrap li#s1 .img{

	opacity:0;

	-webkit-transform:translate3d(0, 50px, 0);

	-ms-transform:translate3d(0, 50px, 0);

	transform:translate3d(0, 50px, 0);

}

.slide-wrap li#s1.selected .img{

	opacity:1;

	

}
.slide-wrap li#s1 .quan{

	position: absolute; right: 0; top: 0;

}

.slide-wrap li#s1 .text{

	opacity:0;

}

.slide-wrap li#s1.selected .text{

	opacity:1;

}







.slide-wrap li#s2 video{

	opacity:0;

	-webkit-opacity:0;

	-ms-opacity:0;

	-moz-opacity:0;

}

.slide-wrap li#s2.selected video{

	opacity:1;

	-webkit-opacity:1;

	-ms-opacity:1;

	-moz-opacity:1;

}

.slide-wrap li#s2 .img{

	position: relative; display: inline-block; opacity:0;

	-webkit-transform:translate3d(0, 50px, 0);

	-ms-transform:translate3d(0, 50px, 0);

	transform:translate3d(0, 50px, 0);

}

.slide-wrap li#s2.selected .img{

	opacity:1;

}


.slide-wrap li#s2 .img{

	opacity:0;

}

.slide-wrap li#s2 .text{

	opacity:0;

}

.slide-wrap li#s2.selected .text{

	opacity:1;

}



.slide-wrap li#s3 video{

	opacity: 0;

}

.slide-wrap li#s3.selected video{

	opacity: 1;

}

.slide-wrap li#s3 .img{

	opacity:0;

	-webkit-transform:translate3d(0, 50px, 0);

	-ms-transform:translate3d(0, 50px, 0);

	transform:translate3d(0, 50px, 0);

}

.slide-wrap li#s3.selected .img{

	opacity:1;

}

.slide-wrap li#s3 .text{

	opacity:0;

}

.slide-wrap li#s3.selected .text{

	opacity:1;

}



.slide-nav-wrap {

	position:absolute;

	left:0;

	bottom:0;

	width:100%;

	padding-top:25px;

	margin-bottom:-22px;

	opacity:1;

	overflow:hidden;

	z-index:8;

	-moz-transform:translateY(100%);

	-ms-transform:translateY(100%);

	-webkit-transform:translateY(100%);

	transform:translateY(100%);

	transform: matrix(1, 0, 0, 1, 0, 0);

	-webkit-transform: matrix(1, 0, 0, 1, 0, 0);

	-moz-transform: matrix(1, 0, 0, 1, 0, 0);

	-ms-transform: matrix(1, 0, 0, 1, 0, 0);

	height: 84px;

}

#slide-nav {

	position:relative;

	width:620px;

	height:26px;

	margin:auto;

	-moz-transform:translateX(90px);

	-ms-transform:translateX(90px);

	-webkit-transform:translateX(90px);

	transform:translateX(90px)

}

.nav-line {

	float:left;

	position:relative;

	width:90px;

	height:1px;

	top:13px

}

.nav-line:after {

	content:'';

	position:absolute;

	top:0;

	width:90px;

	height:100%;

	background-color:#fff;

	-moz-transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);

	-o-transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);

	-webkit-transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);

	transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1)

}

.nav-line.small:after {

	width:78px

}

.nav-line.x-small:after {

	width:63px;

	-moz-transition:all 1s cubic-bezier(0.77, 0, 0.175, 1);

	-o-transition:all 1s cubic-bezier(0.77, 0, 0.175, 1);

	-webkit-transition:all 1s cubic-bezier(0.77, 0, 0.175, 1);

	transition:all 1s cubic-bezier(0.77, 0, 0.175, 1)

}

.nav-line.prev:after {

	left:0

}

.nav-line.next:after {

	right:0

}

.nav-line:first-child:before, .nav-line:last-child:before {

	content:'';

	position:absolute;

	top:0;

	width:8000px;

	height:1px;

	background-color:#fff;

	-moz-backface-visibility:hidden;

	-webkit-backface-visibility:hidden;

	backface-visibility:hidden

}

.nav-line:first-child:before {

	left:-8000px

}

.nav-line:last-child:before {

	right:-8000px

}

.nav-bullet-container {

	float:left;

	position:relative;

	width:26px;

	height:26px;

	-moz-border-radius:50%;

	-webkit-border-radius:50%;

	border-radius:50%

}

.nav-bullet-container:nth-child(1) {

margin-left:100px

}

.nav-bullet-container:before {

	content:'';

	position:absolute;

	top:-15px;

	left:8px;

	opacity:0;

	pointer-events:none;

	width:0;

	height:0;

	border-style:solid;

	border-width:6px 5px 0 5px;

	border-color:#fff transparent transparent transparent;

	-moz-transform:translateY(-10px);

	-ms-transform:translateY(-10px);

	-webkit-transform:translateY(-10px);

	transform:translateY(-10px);

	-moz-transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);

	-o-transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);

	-webkit-transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);

	transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);

	-moz-backface-visibility:hidden;

	-webkit-backface-visibility:hidden;

	backface-visibility:hidden

}

.desktop #slide-nav .nav-bullet-container:hover:before {

	-moz-transform:translateY(0px);

	-ms-transform:translateY(0px);

	-webkit-transform:translateY(0px);

	transform:translateY(0px);

	opacity:1

}

.desktop #slide-nav .nav-bullet-container:hover .nav-link:before {

	-moz-transform:scale(2, 2);

	-ms-transform:scale(2, 2);

	-webkit-transform:scale(2, 2);

	transform:scale(2, 2);

	opacity:0;

	-moz-transition:all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);

	-o-transition:all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);

	-webkit-transition:all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);

	transition:all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94)

}

.desktop #slide-nav .nav-bullet-container:hover .nav-link:after {

	-moz-transform:scale(3.3, 3.3);

	-ms-transform:scale(3.3, 3.3);

	-webkit-transform:scale(3.3, 3.3);

	transform:scale(3.3, 3.3);

	opacity:0.2

}

.desktop #slide-nav .nav-bullet-container:hover .nav-bullet {

	opacity:1;

	-moz-transform:scale(1, 1);

	-ms-transform:scale(1, 1);

	-webkit-transform:scale(1, 1);

	transform:scale(1, 1)

}

.desktop #slide-nav .nav-bullet-container:hover .nav-text {

	opacity:1;

	-moz-transform:translateY(0px);

	-ms-transform:translateY(0px);

	-webkit-transform:translateY(0px);

	transform:translateY(0px)

}

.nav-bullet-container.active .nav-link:after {

	opacity:1

}



.nav-link {

	display:block;

	position:relative;

	width:100%;

	height:100%;

	color:#fff;

}

.nav-link:before {

	content:'';

	position:absolute;

	left:5px;

	top:5px;

	width:14px;

	height:14px;

	border:1px solid #fff;

	-moz-border-radius:50%;

	-webkit-border-radius:50%;

	border-radius:50%;

	opacity:0.5;

	-moz-transition:all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);

	-o-transition:all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);

	-webkit-transition:all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);

	transition:all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955)

}

.nav-link:after {

	content:'';

	position:absolute;

	left:9px;

	top:9px;

	width:8px;

	height:8px;

	-moz-border-radius:50%;

	-webkit-border-radius:50%;

	border-radius:50%;

	background-color:#fff;

	opacity:0.5;

	-moz-backface-visibility:hidden;

	-webkit-backface-visibility:hidden;

	backface-visibility:hidden;

	-moz-transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);

	-o-transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);

	-webkit-transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);

	transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1)

}

.nav-bullet {

	position:absolute;

	left:9px;

	top:9px;

	width:8px;

	height:8px;

	-moz-border-radius:50%;

	-webkit-border-radius:50%;

	border-radius:50%;

	background-color:#fff;

	opacity:0;

	-moz-transform:scale(0, 0);

	-ms-transform:scale(0, 0);

	-webkit-transform:scale(0, 0);

	transform:scale(0, 0);

	-moz-transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);

	-o-transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);

	-webkit-transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);

	transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1)

}

.nav-text {

	position:absolute;

	left:-44px;

	bottom:-22px;

	width:113px;

	text-align:center;

	opacity:0;

	pointer-events:none;

	-moz-transform:translateY(10px);

	-ms-transform:translateY(10px);

	-webkit-transform:translateY(10px);

	transform:translateY(10px);

	-moz-transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);

	-o-transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);

	-webkit-transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);

	transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);

	color: #fff;

}











/*雷达波纹效果*/

.gb-radar{

	position: relative;

}

.gb-radar:before, .gb-radar:after {

	content:'';

	position:absolute;

	left:0;

	top:0;

	-moz-border-radius:50%;

	-webkit-border-radius:50%;

	border-radius:50%;

	pointer-events:none

}

.gb-radar:before {

	width:88px;

	height:88px;

	border:1px solid #fff;

	-moz-transition:all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);

	-o-transition:all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);

	-webkit-transition:all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);

	transition:all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955)

}

.gb-radar:after {

	width:86px;

	height:86px;

	border:2px solid #fff;

	background-color:rgba(255, 255, 255, 0.1);

	opacity:0;

	-moz-transform:scale(0.5, 0.5);

	-ms-transform:scale(0.5, 0.5);

	-webkit-transform:scale(0.5, 0.5);

	transform:scale(0.5, 0.5);

	-moz-transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);

	-o-transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);

	-webkit-transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);

	transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1)

}

.gb-radar:hover:before {

	opacity:0;

	-moz-transform:scale(1.5, 1.5);

	-ms-transform:scale(1.5, 1.5);

	-webkit-transform:scale(1.5, 1.5);

	transform:scale(1.5, 1.5);

	-moz-transition:all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);

	-o-transition:all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);

	-webkit-transition:all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);

	transition:all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94)

}

.gb-radar:hover:after {

	opacity:1;

	-moz-transform:scale(1, 1);

	-ms-transform:scale(1, 1);

	-webkit-transform:scale(1, 1);

	transform:scale(1, 1)

}





/*弹出菜单*/

#nav {

	position:fixed;

	top:0;

	width:0;

	width:100%;

	height:100%;

	background:#282828;

	z-index:9999;

	transition: all 0.6s;

	-webkit-transition: all 0.6s;

	-ms-transition: all 0.6s;

	-moz-transition: all 0.6s;

	opacity: 1;

	-webkit-opacity: 1;

	-ms-opacity: 1;

	-moz-opacity: 1;

}

#nav.hide{

	top: -100%;

	opacity: 0;

	-webkit-opacity: 0;

	-ms-opacity: 0;

	-moz-opacity: 0;

}

.nav_top {

	width:100%;

}

.nav_main {

	max-width:1000px;

	height:514px;

	margin:0 auto;

	position:relative;

	top:50%;

	margin-top:-250px;

	display:table;

}

.nav_main h1 {

	color:#fff;

	font-size:48px;

	clear:both;

	padding-left:10px;

	font-style:italic;

	font-family: "MS Serif","New York",Microsoft YaHei;

}

.nav_main ul {

	width:100%;

	padding-top:80px;

	display:table;

}

.nav_main ul li {

	width:257px;

	height:130px;

	padding-left:76px;

	float:left;

	color:#fff;

}

.nav_main ul li a {

	color:#fff;

}

.nav_main ul li h2 {

	height:50px;

	line-height:50px;

	font-size:16px;

}



.nav_main ul li h2 a em {

	color:#949494;

	margin-left:20px;

	font-size:12px;

	font-style:normal;

	font-family:Verdana, Geneva, sans-serif;

}

.nav_main ul li div a {

	color:#dbdbdb;

	display:block;

	line-height:22px;

	font-size:12px;

}

.nav_main ul li div a:hover {

	color:#fff;

}

.nav_main ul li.homes {

	background:url(../images/homes.png) no-repeat 10px 12px;

}

.nav_main ul li.services {

	background:url(../images/services.png) no-repeat 10px 12px;

}

.nav_main ul li.cases {

	background:url(../images/cases.png) no-repeat 10px 12px;

}

.nav_main ul li.abouts {

	background:url(../images/abouts.png) no-repeat 10px 12px;

}

.nav_main ul li.news {

	background:url(../images/news.png) no-repeat 10px 12px;

}

.nav_main ul li.Advantages {

	background:url(../images/Advantages.png) no-repeat 10px 12px;

}

.nav_main ul li.Experiences {

	background:url(../images/tiyans.png) no-repeat 10px 12px;

}

.nav_main ul li.Jobs {

	background:url(../images/jobs.png) no-repeat 10px 12px;

}

.nav_main ul li.Contacts {

	background:url(../images/contacts.png) no-repeat 10px 12px;

}

.nav_main ul li div a:after {

	-webkit-transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);

	transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);

	-webkit-transform: translate3d(0, 0, 0);

	transform: translate3d(0, 0, 0);

}

.nav-toggle {

	background-color: #fff;

	position: fixed;

	-webkit-transform: rotate(0deg);

	-ms-transform: rotate(0deg);

	transform: rotate(0deg);

	-webkit-transition: 0.5s ease-in-out;

	transition: 0.5s ease-in-out;

	cursor: pointer;

	border-radius: 50%;

	width: 36px;

	height: 36px;

	top: 15px;

	right: 13px;

	z-index: 30;

	overflow: hidden;

}

.nav-toggle span {

	width: 16px;

	display: block;

	height: 2px;

	position: absolute;

	left: 10px;

	background-color: #24252f;

	opacity: 1;

	-webkit-transform: rotate(0deg);

	-ms-transform: rotate(0deg);

	transform: rotate(0deg);

	-webkit-transition: 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);

	transition: 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);

}

 .nav-toggle span:nth-child(1) {

 top: 13px;

}

 .nav-toggle span:nth-child(2) {

 top: 18px;

}

 .nav-toggle span:nth-child(3) {

 top: 23px;

}

 .nav-toggle.close span:nth-child(1) {

 top: 18px;

 -webkit-transform: rotate(135deg);

 -ms-transform: rotate(135deg);

 transform: rotate(135deg);

}

 .nav-toggle.close span:nth-child(2) {

 opacity: 0;

 left: -30px;

}

 .nav-toggle.close span:nth-child(3) {

 top: 18px;

 -webkit-transform: rotate(-135deg);

 -ms-transform: rotate(-135deg);

 transform: rotate(-135deg);

}





a.logo_menu {

	margin-top:21px;

	display:inline-block;

	margin-left:31px;

}

a.close_menu {

	width:50px;

	height:48px;

	display:inline-block;

	margin-top:20px;

	background:url(../images/close.png) no-repeat;

	float:right;

	margin-right:30px;

	-moz-transition:-moz-transform 0.5s; /* Firefox 4 */

	-webkit-transition: -webkit-transform 0.5s; /* Safari and Chrome */

	-o-transition: -o-transform 0.5s; /* Opera */

}

a.close_menu:hover {

	-moz-transform:rotate(90deg); /* Firefox 4 */

	-webkit-transform:rotate(90deg); /* Safari and Chrome */

	-o-transform:rotate(90deg); /* Opera */

}



.sidebar{

	position: fixed; right: 0; top: 50%; margin-top: -80px; width: 55px; background: rgba(0,0,0,0.3); padding: 12px 0 0 0; border-radius:8px 0 0 8px; z-index:999999;

}

.sidebar li{

	height: 50px; width: 160px; padding-left: 17px; border-radius:8px 0 0 8px;

	

	-webkit-transition: all 0.5s;

    -moz-transition: all 0.5s;

    -o-transition: all 0.5s;

    transition: all 0.5s;

}

.sidebar li img{

	display: block;

}

.sidebar li:hover{

	margin-left: -105px; background: rgba(0,0,0,0.6); 

}



/*进度条*/

#loader{

	position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 999999; background: #none;

}

#loader .myStat{

	margin: 0 auto;

}

#loader .wrap{

	text-align: center; color: #fff; position: absolute; left: 50%; margin-left: -100px; width: 200px; height: 120px; top: 50%; margin-top: -60px;

}

#loader .wrap h2{

	margin-top: 20px;

}

#loader .quan{

	width: 100px; height: 100px; border-radius:100px; margin: 0 auto; text-align: center; line-height: 100px; font-size: 12px; position: relative;

}

#loader .quan .num{

	width:60px ; height: 22px; background: #000; position: absolute; top: 50%; margin-top: -8px; left: 20px; text-align: center; color: #fff; line-height: 1;

}
.bottom_footer{	
	position: fixed;
	bottom:0px;
	left:0px;
	height:84px;
	background:#282828;
	width:100%;
	color:gray;
}
.bottom_footer .container{
	width:80%;
	margin:0px auto;
}
.bottom_footer .container .left{
	float:left;
	width:50%;
}
.bottom_footer .container .right{
	float:right;
	width:50%;
}
.bottom_footer .container .right a{
	color:gray;
	text-decoration: none;
}
.jtjs{
	height:960px;
	width:100%;
	position:relative;
}
.produce_top{
	background:url(../image/group/bg1.png) no-repeat ;
	background-size: cover !important; height: 600px;
	position:relative;
}
.produce_top .cp{
	position: absolute;
	top:35%;
	left:50%;
	margin-left:-210px;
}
.produce_top .down{
	width:150px;
	position: absolute;
	top:35%;
	margin-top:48px;
	border-top:1px solid orange;
	left:50%;
	margin-left:-75px;
	height:100px;
}
.produce_top .down img{
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-15px
}
.produce_top .produce{
	background:url(../image/group/bg2.png) no-repeat ;
	width:1000px;
	position: absolute;
	margin-top:248px;
	top:35%;
	left:50%;
	margin-left:-500px;
	height:500px;
	margin-bottom:100px;
}
.produce_top .produce .container{
	width:80%;
	margin:0px auto;
	position:relative;
}
.produce_top .produce .container .left{
	margin:30px auto;
	background:#333;
	width:48%;
	height:440px;
	float:left;
	margin-right:2%;
}

.produce_top .produce .container .left .content{
	width:80%;
	margin:20px auto;
	color:#fff;
}

.produce_top .produce .container .right{
	width:48%;
	height:440px;
	float:left;
	position:relative;
	margin:30px auto;
}

.jtjs_middle{
	margin-top:20px;
	height:220px;
}

.jtjs_middle .produce_middle{
	width:60%;
	margin:40px auto;
}

.jtjs_middle .produce_middle .culture{
	margin-top:20px;
}
.jtjs_middle .produce_middle .culture li{
	float:left;
	width:33.3%;
	text-align:center;
}

.jtjs_middle .produce_middle .culture li img{
	width:100px;
}

.jtjs_bottom{
	
	margin-top:20px;
	background:#f3f3f3;
	width:100%;
	padding-bottom:84px;
	text-align:center;
	
}
.jtjs_bottom .produce_bottom{
	width:100%;
	margin:20px auto;
	text-align:center;

}
.jtjs_bottom .produce_bottom p{
	height: 60px;
	line-height:60px;
	border-bottom:1px solid #888;
}

.jtjs_bottom .produce_bottom .entitle{
	width:6%;
	border-top:2px solid #555;
	height:30px;
	line-height:30px;
	margin:0px auto;
	margin-top:-1px;
	font-size:14px;
	letter-spacing: 0.5px;
}

.jtjs_bottom .produce_bottom .companys{
	height:350px;
	width:80%;
	text-align:center;
	margin:0px auto;
}

.jtjs_bottom .produce_bottom .companys li{

	float:left;
	width:21%;
	margin:15px 2%;
	
}

.service{
	width:100%;
	margin-top:86px;
}

.service .service_pic{
	width:100%;
	margin:0px auto;
}

.service .type{
	width:100%;
	text-align:center;
	height:80px;
	border-bottom:1px solid #ccc;
}

.service .type ul{
	width:500px;
	height:80px;
	margin:0px auto;
}

.service .type ul li{
	float:left;
	width:100px;
	background:#ccc;
	color:#fff;
	height:30px;
	line-height:30px;
	margin:25px 10px;
	border-radius:15px;
	font-size:14px;
	font-weight:bold;
}

.service .type ul li:hover{
	float:left;
	width:100px;
	background:#FF5500;
	color:#fff;
	height:30px;
	line-height:30px;
	margin:25px 10px;
	border-radius:15px;
}

.service .cases{
	width:80%;
	margin:20px auto;
}

.service .cases li{
	float:left;
	width:23%;
	margin:20px 1%;
	position: relative;
}

.service .cases li .brand{

	background: #000; position: absolute; left: 0; top: 0;right:0px;bottom:0px; text-align: center;	

	-webkit-transition: all 1s;

    -moz-transition: all 1s;

    -o-transition: all 1s;

    transition: all 1s;

    opacity:0;

    -webkit-opacity: 0;

    -moz-opacity: 0;

}

.service .cases li a:hover .brand{
	
    opacity:0.8;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
}
/*.service .cases li a:hover .img img{

	transform: scale(1);

}*/
.service .cases li .brand table{
	height:100%;
	width: 100%; 
	 text-align: center;color:#fff;
	font-size:20px;font-weight:bold

}

.service .pages{
	width:80%;
	margin:0px 10%;
	text-align:right;
	float: left;
	margin-bottom: 84px;
}

.service .pages a,a:hover{
	text-decoration: none;
	color:#555;
}


.service .pages .page_list li{
	min-width:60px;
	width:auto;
	height:36px;
	float:left;
	background:url(../image/service/page1.png) no-repeat;
	background-size:60px 36px ;
	text-align: center;
	line-height:36px;
}
.service .pages .page_list li:hover{
	min-width:60px;
	width:auto;
	height:36px;
	float:left;
	background:url(../image/service/page2.png) no-repeat;
	background-size:60px 36px ;
	text-align: center;
	line-height:36px;
}
.service .pages .page_list li a{
	height:36px;
	line-height: 36px;
	color:#fff;
	text-decoration: none;
}

.service_article{
	margin-top:106px;
	width:100%;
	
}
.service_article .article_content{
	width:80%;
	margin:40px auto;
	background:#fff;
	height:auto;

}

.service_article .article_content .article_title{
	font-size:22px;
	color:#333;
	padding-left:30px;
	height:60px;
	line-height:60px;
	font-weight:bold;
}
.service_article .article_content .article_copy{
	font-size:12px;
	color:#ccc;
	padding-left:30px;
	font-weight:bold;
}
.service_article .article_content .article_detail{
	width:80%;
	margin:36px auto;
}
.service_article .article_content .thanks{
	width:80%;
	margin:20px auto;
	text-align:center;
	font-size:48px;
	height:48px;
	line-height:48px;
	padding-bottom:20px;
	color:#FF5500;
	letter-spacing: 5px;
}

.service_article  .recommand{
	margin:20px auto;
	width:80%;
	
}
.service_article  .recommand li{
	float:left;
	width:31%;
	margin:20px 1%;
	padding-bottom:86px;
}
.domain_pic{
	width:100%;
	margin-top:86px;
}
.domain_container{
	width:70%;
	margin:0px auto;
	padding-bottom:106px;
}
.domain_container li{
	background:#fff;
	margin:30px auto;
	height:220px;
}
.domain_container li .con{
	width:90%;
	margin:10px auto;
}

.domain_container li .con .detail{
	float:right;
	width:100px;
	height:30px;
	line-height:30px;
	border:1px solid #ccc;
	text-align:center;
	border-radius:5px;
	color:#5c5c5c;
}

.domain_container li .con .left{
	float:left;
	width:20%;
	height:190px;
	margin-top:15px;
	border-right:1px solid #ccc;
	text-align:center;
	
}
.domain_container li .con .left img{
	margin-top:20px;
}
.domain_container li .con .left p{
	height:50px;line-height:50px;text-align: center;font-weight:bold;font-size:14px;
}
.domain_container li .con .right{
	float:left;
	width:76%;
	height:190px;
	margin-left:20px;
	margin-top:15px;

}
.domain_container li .con .right  h3{
	height:48px;line-height:48px;color:#333;font-size:18px;font-weight:bold
}

.domain_container li .con .right .content{
	word-wrap: break-word;
	line-height:24px;
	color:#676767;
}
.advantage_pic{
	width:100%;
	margin-top:86px;
}

.advantage_container{
	width:80%;
	margin:20px auto;
	/*padding-bottom:84px;*/
}
.advantage_container .nav {
	width:100%;
	margin:0px auto;
	text-align:center;
	color:#ff5500;
	margin-top:80px;
}
.advantage_container .nav li{
	width:25%;
	float:left;
	text-align:center;
	position: relative;
}
.advantage_container  .nav li p{
	height:48px;
	line-height:48px;
}
.advantage_container  .nav li .span1{
	position: absolute;
	top:-14px;
	right:120px;
}
.advantage_container  .nav li .span2{
	position: absolute;
	top:-14px;
	right:105px;
}
.advantage_container  .nav li .span3{
	position: absolute;
	top:-14px;
	right:95px;
}
.advantage_container  .nav li .span4{
	position: absolute;
	top:-14px;
	right:80px;
}
.advantage_container .five{
	width:100%;
	text-align:center;
	margin:0px auto;

}
.advantage_container .five li{
	float:left;
	width:12%;
	text-align:center;
	margin:20px 4% 86px 4%;

}
.advantage_container .experience{
	width:100%;
	margin:20px auto;

}
.advantage_container .experience h1{
	text-align:center;
	font-size:36px;
	color:#333;
	letter-spacing:1px;	
}
.advantage_container .experience p{
	height:60px ;
	line-height:60px;
	color:#555;
	text-align:center
}
.advantage_container .four{
	width:100%;
	margin:20px auto;
	height:150px;
	border-bottom:1px solid #ccc;
	text-align: center;
}
.advantage_container .four li{
	float:left;
	width:25%;
/*	border-bottom:2px solid #ff5500;*/
}

.advantage_container .four li p{
	height:50px ;
	line-height:50px;
	color:#888;
	font-size:16px;
	font-weight:bold;
}
.advantage_container .step{
	width:100%;
	margin:40px auto;
	background:#d1d1d1;
	height:400px;
}
.advantage_container .step .steps{
	width:90%;
	margin:40px auto;
	height:320px;
	text-align:center;
	color:#fff;
	font-size:14px;
	font-weight:bold;
}
.advantage_container .step .left{
	width:18%;
	margin:0px 1%;
	float:left;
}
.advantage_container .step .left .top{
	margin-top:20px;
	height:40px;
	line-height:40px;
	color:#4b5cc4;
	border-bottom:1px solid #4b5cc4;
	font-size:14px;
}
.advantage_container .step .left .bottom{
	margin-top:20px;
}
.advantage_container .step .left .bottom li{
	width:100%;
	margin-top:2px;
	height:36px;
	line-height:36px;
	background: #4b5cc4;
	cursor:pointer;
}
.advantage_container .step .middle{
	width:58%;
	margin:0px 1%;
	float:left;
}
.advantage_container .step .middle .top{
	margin-top:20px;
	height:40px;
	line-height:40px;
	color:#12B5B2;
	border-bottom:1px solid #12B5B2;
	font-size:14px;
}
.advantage_container .step .middle .bottom{
	margin-top:20px;
	
}
.advantage_container .step .middle .bottom .left1{
	width:32%;
	float:left;
	margin-right:2%;
}
.advantage_container .step .middle .bottom  li{
	width:100%;
	margin-top:2px;
	height:36px;
	line-height:36px;
	background:#12B5B2;
	cursor:pointer;
}
.advantage_container .step .middle .bottom .middle1{
	width:32%;
	float:left;
	margin-right:2%;
}
.advantage_container .step .middle .bottom .right1{
	width:32%;
	float:left;
}
.advantage_container .step .right{
	width:18%;
	margin:0px 1%;
	float:left;
}
.advantage_container .step .right .top{
	margin-top:20px;
	height:40px;
	line-height:40px;
	color:#4489CA;
	border-bottom:1px solid #4489CA;
	font-size:14px;
}
.advantage_container .step .right .bottom{
	margin-top:20px;
}
.advantage_container .step .right .bottom li{
	width:100%;
	margin-top:2px;
	height:36px;
	line-height:36px;
	background: #4489CA;
	cursor:pointer;
}
.step_top{
	width:100%;
	height:36px;
	line-height:36px;
	background:#004986;
	text-align:center
}

.develope{
 	width:100%;
 	height:500px;
	background:url(../image/advantage/develope.png) no-repeat;
	background-size: 100% 500px;
	margin-bottom:84px;
	margin-top:20px;
}

.develope .container{
 	width:80%;
 	margin:0px auto;
 }
 
.develope .container .top{
	margin:0px auto;
	width:100%;
	text-align:center;
}

.develope .container .top h1{
	padding-top:40px;
	font-size:36px;
	height:60px;
	line-height:60px;
	font-weight:bold;
}
.develope .container .top p{
	color:#686868;
	font-size:16px;
	letter-spacing: 1px;
	font-weight:bold;
}
.develope .container .bottom{
	padding-top:30px;
	text-align:center;
} 
.develope .container .bottom h1{
	height:48px;
	line-height:48px;
	color:#ff5500;
	font-size:28px;
	font-weight:bold;
}
.develope .container .bottom .course{
	height:48px ;
	line-height:48px;
	text-align:center;
	width:60%;
	margin:0px auto;

}
#timeline {
	width: 800px;
	overflow: hidden;
	margin: 30px auto;
	position: relative;
	background: url('../image/dot.gif') left 45px repeat-x;	
}
#dates {
	width: 800px;
	height: 60px;
	overflow: hidden;
}
#dates li {
	list-style: none;
	float: left;
	width: 100px;
	height: 50px;
	font-size: 24px;
	text-align: center;
	background: url('../image/biggerdot.png') center bottom no-repeat;
}
#dates a {
	line-height: 38px;
	padding-bottom: 10px;
}
#dates .selected {
    font-size: 38px;
}

#issues {
	width: 800px;
	overflow: hidden;
}	
#issues li {
	width: 800px;
	list-style: none;
	float: left;
	text-align:center;
}
#issues li h1 {
	color: #ff5500;
	font-size: 48px;
	font-weight:bold;
}
#issues li p {
	font-size: 14px;
	line-height: 22px;
	margin-top:10px;
}

.news_pic{
	width:100%;
	margin-top:86px;
}
.news{
	width:100%;
	margin:0px auto;
}
.news .title{
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:32px;
	color:#999;
	margin-top:30px;
	letter-spacing: 2px
}
.news .cates{
	width:100%;
	margin:20px auto;
	text-align:center;
	height:40px
}
.news .cates_name{
	text-align:center;
	margin:0px auto;
	width:325px;
}
.news .cates_name li{
	float:left;
	width:120px;
	height:36px;
	line-height:36px;
	border:1px solid #ccc;
	margin:0px 20px;
}
.news .news_list{
	width:100%;
	margin:0px auto;
	
}
.news .news_list li{
	width:100%;
	margin:0px auto;
	height:174px;
	text-align:center;
}
.news .news_list li:nth-child(2n){
	background:#fff;
}
.news .news_list li:nth-child(2n-1){
	background:#F3F2F0;
}
.news .news_list li .content{
	width:50%;
	height:120px;
	margin:0px auto;
	padding-top:27px;
}
.news .news_list li .content .left{
	width:75%;
	float:left;
	height:120px;
	text-align:left;
}
.news .news_list li .content .left p{
	height:24px;
	line-height:24px;
}
.news .news_list li .content .left .detail{
	line-height:24px;
	word-break: break-all;
	height:48px;
	font-weight:bold;
	color:#686868;
}
.news .news_list li .content .right{
	margin-top:10px;
	width:25%;
	text-align:center;
}
.newpages{
	width:80%;
	margin:20px 10% 66px 10%;
	text-align:right;
	float: left;
	height:60px;
}
.newpages a,a:hover{
	text-decoration: none;
	color:#555;
}
.newpages .page_list{
	float: right;

}

.newpages .page_list li{
	min-width:60px;
	width:auto;
	height:36px;
	float:left;
	background:url(../image/service/page1.png) no-repeat;
	background-size:60px 36px ;
	text-align: center;
	line-height:36px;
}
.newpages .page_list li:hover{
	min-width:60px;
	width:auto;
	height:36px;
	float:left;
	background:url(../image/service/page2.png) no-repeat;
	background-size:60px 36px ;
	text-align: center;
	line-height:36px;
}
.newpages .page_list li a{
	height:36px;
	line-height: 36px;
	color:#fff;
	text-decoration: none;
}

.news_article{
	margin-top:106px;
	width:100%;
	
}
.news_article .article_content{
	width:80%;
	margin:40px auto;
	background:#fff;
	height:auto;
	margin-bottom:106px;
}

.news_article .article_content .article_title{
	font-size:22px;
	color:#333;
	padding-left:30px;
	height:60px;
	line-height:60px;
	font-weight:bold;
}
.news_article .article_content .article_copy{
	font-size:12px;
	color:#ccc;
	padding-left:30px;
	font-weight:bold;
}
.news_article .article_content .article_detail{
	width:80%;
	margin:36px auto;
}
.news_article .article_content .thanks{
	width:80%;
	margin:20px auto;
	text-align:center;
	font-size:48px;
	height:48px;
	line-height:48px;
	padding-bottom:20px;
	color:#FF5500;
	letter-spacing: 5px;
}

.news_article  .recommand{
	margin:20px auto;
	width:80%;
	
}
.news_article  .recommand li{
	float:left;
	width:31%;
	margin:20px 1%;
	padding-bottom:86px;
}

.contact_top{
	background:url(../image/contact/cubk.png) no-repeat;
	width:100%;
 	height:420px;
	background-size: 100% 420px;
	margin-top:84px;
}

.contact_top .container{
	width:70%;
	margin:0px auto;
	height:420px;
}

.contact_top .container .left{
	height:420px;
	width:35%;
	background:#89AEC8;
	float:left;
}

.contact_top .container .left .country{
	width:90%;
	margin:0px auto;
	margin-top:60px;
}

.contact_top .container .left .country h1{
	color:#fff;
	font-size:26px;
	font-weight:bold;
	height:42px;
	line-height:42px;
}

.contact_top .container .left .country hr{
	width:50%;
	border:1px solid #ff5500;
}

.contact_top .container .left .country .companyinfo{
	width:100%;
}

.contact_top .container .left .country .companyinfo li{
	margin:20px auto;
}

.contact_top .container .right{
	height: 100%;
	width:65%;
	padding:4%px ;
	text-align:center;
	background:url(../image/contact/map.png) center center no-repeat;
	background-size: 96% 96%;
	float:left;
}
.contact_bottom{
	width:70%;
	margin:20px auto;
}
.contact_bottom .left{
	width:65%;
	float:left;
	margin-bottom:84px;
}
.contact_bottom .left .guestbook{
	margin:20px auto;
	width:90%;
}
.contact_bottom .left .guestbook h1{
	color:#ff5500;
	height:36px;
	line-height:36px;
	font-size:18px;
	font-weight:bold
}
.contact_bottom .left .guestbook table{
	width:100%;
}
.contact_bottom .left .guestbook table tr{
	width:100%;
	margin:40px auto;
}
.contact_bottom .left .guestbook table tr td{
	width:50%;
	margin-right:40px;
	height:36px;
	font-size:12px;
	padding-top:30px;
}
.contact_bottom .left .guestbook table tr td input{
	height:28px;
	width:60%
}
.contact_bottom .right{
	width:35%;
	float:left;
	margin-bottom:104px
}

.scrollup{
    width:40px;
    height:40px;
    opacity:1;
    position:fixed;
    bottom:90px;
    right:20px;
    display:none;
    text-indent:9999;
    background: url(../image/scroll-top-arrow.png) no-repeat left top;
	z-index: 999;
}

.websiteDetail05 { height: 68px; background-color: #2a2a2a; border-bottom: 6px solid #bf0a24; position: fixed;bottom: 0;width: 100%;opacity: 0;filter: alpha(opacity=0);z-index: 999}
.websiteDetail05:hover{opacity: 1 !important; filter: alpha(opacity=100) !important;}
.websiteDetail05 .wrapper { height: 100%; position: relative; }
.websiteDetail05 ul { width: 93%; float: left; }
.websiteDetail05 ul li { vertical-align:center;text-align:center;width: 24.9%; border-left: 1px solid #494949; float: left; transition: all .8s; -webkit-transition: all .8s; -moz-transition: all .8s; -ms-transition: all .8s; -o-transition: all .8s; }
.websiteDetail05 ul li:hover { background-color: #202020;}
.websiteDetail05 ul li:hover i { background-color: #FFF; border-color: #FFF; }
.websiteDetail05 ul li i{ font-size: 20px; width: 39px; height: 39px; font-weight: normal; font-style: normal; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border: 1px solid #494949; display: inline-block; text-align: center; line-height: 39px; margin: 12px 12px 12px 52px; float: left; }
.websiteDetail05 ul li .myIcon1{background: url(../image/wzjs.png) center no-repeat;}
.websiteDetail05 ul li .myIcon2{background: url(../image/sjapp.png) center no-repeat;}
.websiteDetail05 ul li .myIcon3{background: url(../image/wxkf.png) center no-repeat;}
.websiteDetail05 ul li .myIcon4{background: url(../image/rjkf.png) center no-repeat;}
.websiteDetail05 ul li .text { float: left; }
.websiteDetail05 ul li .text p { font-size: 16px; color: #FFF; margin-top: 20px; }
.websiteDetail05 .gotop { width: 85px; height: 78px; background-color: #e33f4a; float: left; position: absolute; top: -10px; right: 0px; color: #FFF; display: block; }
.websiteDetail05 .gotop p { margin: 10px 14px 0 14px; }
.websiteDetail05 .gotop span { color: #e98493; display: inline-block; margin: 0 14px; }
.websiteDetail05 .gotop i { width: 11px; height: 10px; background: url(../image/wzjs/tr.png) center no-repeat; margin-top: 10px; display: inline-block; margin-left: 13px; }

/*footer*/
.bottom { height: auto; padding-bottom: 15px; border-bottom: 1px solid #353535; background-color: #2a2a2a; padding-top: 70px; }
.bottom .tit { font-size: 16px; background: url(../image/footer_tit_bg.png) right bottom no-repeat; padding-right: 28px; display: inline-block; color: #fff; margin-bottom: 18px; }
.action{ margin-bottom:18px;}
.bottom .index_contact { float: left; width: 32.3%; }
.bottom .index_contact p { font-size: 13px; color: #797979; line-height: 22px }
.bottom .index_contact p span { color: #d8251e; font-size: 16px; }
.bottom .index_contact .index_phone, .bottom .index_contact .index_email, .bottom .index_contact .index_qq, .bottom .index_contact .index_address { color: #9f9f9f; line-height: 43px; }
.bottom .index_contact .index_phone { background: url(../image/wzjs/tel.png) left center no-repeat; padding-left: 43px; }
.bottom .index_contact .index_email { background: url(../image/wzjs/email.png) left center no-repeat; padding-left: 43px; }
.bottom .index_contact .index_qq { background: url(../image/wzjs/qq.png) left center no-repeat; padding-left: 43px; line-height: 53px;}
.bottom .index_contact .index_qq img{
	vertical-align: middle;
}
.bottom .index_contactm .index_address { background: url(../image/wzjs/position.png) left center no-repeat; padding-left: 43px; }

.bottom .index_contactm { float: left; width: 39.3%; }
.bottom .index_contactm p { font-size: 13px; color: #797979; line-height: 22px }
.bottom .index_contactm p span { color: #d8251e; font-size: 16px; }
.bottom .index_contactm .index_phone, .bottom .index_contactm .index_email, .bottom .index_contactm .index_qq, .bottom .index_contactm .index_address { color: #9f9f9f; line-height: 43px; }
.bottom .index_contactm .index_phone { background: url(../image/wzjs/tel.png) left center no-repeat; padding-left: 43px; }
.bottom .index_contactm .index_email { background: url(../image/wzjs/email.png) left center no-repeat; padding-left: 43px; }
.bottom .index_contactm .index_qq { background: url(../image/wzjs/qq.png) left center no-repeat; padding-left: 43px; line-height: 53px;}
.bottom .index_contactm .index_qq img{
	vertical-align: middle;
}
.bottom .index_contact .index_address { background: url(../image/wzjs/position.png) left center no-repeat; padding-left: 43px; }

.bottom .index_contactr { float: left; width: 28.3%; }
.bottom .index_contactr p { font-size: 13px; color: #797979; line-height: 22px }
.bottom .index_contactr p span { color: #d8251e; font-size: 16px; }
.bottom .index_contactr .index_phone, .bottom .index_contactr .index_email, .bottom .index_contactr .index_qq, .bottom .index_contactr .index_address { color: #9f9f9f; line-height: 43px; }
.bottom .index_contactr .index_phone { background: url(../image/wzjs/tel.png) left center no-repeat; padding-left: 43px; }
.bottom .index_contactr .index_email { background: url(../image/wzjs/email.png) left center no-repeat; padding-left: 43px; }
.bottom .index_contactr .index_qq { background: url(../image/wzjs/qq.png) left center no-repeat; padding-left: 43px; line-height: 53px;}
.bottom .index_contactr .index_qq img{
	vertical-align: middle;
}
.bottom .index_contactr .index_address { background: url(../image/wzjs/position.png) left center no-repeat; padding-left: 43px; }


.bottom .requirement { width: 46.7%; float: right; font-size: 13px }
.bottom .requirement form input { background: none; background-color: #353535; width: 229px; height: 35px; line-height: 35px; color: #868686; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; margin-bottom: 10px; padding: 0 10px; transition: all .3s; -webkit-transition: all .3s; }
.bottom .requirement form textarea { background-color: #353535; resize: none; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; color: #868686; padding: 2%; width: 96%; height: 140px; margin-bottom: 14px; transition: all .3s; -webkit-transition: all .3s; }
.bottom .requirement form .submit { width: 99px; height: 26px; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; text-align: center; line-height: 24px; background-color: #d4251e; color: #FFF; float: right; cursor: pointer; }
.footer { height: auto; overflow: hidden; border-top: 1px solid #252525; background-color: #2a2a2a; padding-top: 26px; position: relative; }
.footer .link { padding-bottom: 20px }
.footer h2 { font-size: 13px; color: #FFF; margin-bottom: 13px; }
.footer p a { font-size: 12px; color: #9b9b9b; margin-right: 19px; line-height: 24px; }

.step{
		width:1200px;height:160px;margin:20px auto;
	}
	.step ul{
		width:100%;
	}
	.step ul li{
		float:left;width:23%;text-align:center;margin-left:1%;margin-right:1%;
	}
	.step ul li .img{
		height:30px;line-height:30px
	}
	.step ul li .title{
		font-weight:bold;
		color:#e33f4a;
		font-size:16px;
		margin-top:16px;
		margin-bottom:5px;
	}
	.step ul li .nr{
		color:#333;font-size:12px;
	}
	.step .steps{
		height:40px;line-height:40px;text-align:center;margin-top:20px;
	}
	.cehua{
		width: 100%;margin:40px auto;
	}
	.cehua h1{
		color:red;text-align: center;font-size:34px;font-weight:bold;margin:20px auto
	}
	.cehua .ms{
		width:600px;margin:10px auto;font-size:18px;text-align:center;color:#333;
	}
	.cehua .chs{
		width:800px;margin:20px auto;height:160px;
	}
	.cehua ul li{
		float:left;margin:10px 15px 10px 20px;text-align:center;width:120px;height:120px;
	}
	.cehua .chs .yuan{
		width:120px;height:120px;text-align:center;border:1px solid #555;border-radius:50%;font-size:14px;line-height:120px;
	}
	.sheji{
		width: 100%;margin:40px auto;
	}
	.sheji h1{
		color:red;text-align: center;font-size:34px;font-weight:bold;margin:20px auto
	}
	.sheji .ms{
		width:600px;margin:25px auto;font-size:18px;text-align:center;color:#333;
	}
	.sheji .sl{
		text-align:center;font-size:26px;color:red;margin:30px auto;
	}
	.sheji .tips{
		width:700px;height:200px;margin:0px auto;
	}
	.sheji .tips li{
		float:left;width:24%;margin-left:1%;margin-right:1%;line-height:65px;font-size:14px;
	}
	.sheji .tips .computer{
		padding-left:48px;background: url(../image/wzjs/computer.png) left center no-repeat;
	}
	.hudong{
		width: 70%;margin:40px auto;height:400px;
	}
	.hudong h1{
		color:red;text-align: center;font-size:34px;font-weight:bold;padding-top:20px;line-height:40px;margin-bottom:20px;
	} 
	.hudong .left{
		float:left;width:26.3%;text-align: right;margin-top:95px;
	}
	.hudong .left .lc{
		margin:50px auto;
	} 
	.hudong .left .lc p{
		font-size:18px;
	}
	.hudong .middle{
		float:left;width:57.3%;text-align: center;margin-top:20px;
	}
	.hudong .right{
		float:left;width:16.3%;text-align: left;margin-top:95px;
	}
	.hudong .right p{font-size:14px;}
	.kaifa{
		width: 100%;margin:20px 0px auto;height:80px;margin-top:60px;
	}
	.kaifa p{font-size:18px;}
	.kaifa h1{
		color:red;text-align: center;font-size:34px;font-weight:bold;margin:20px auto
	} 
	.yuyan{
		width:100%;height:220px;background:#eee;
	}
	.yuyan .yl{
		width:30%;float:left;text-align:center;margin-left:3.3%
	}
	.yuyan .ym{
		width:25%;float:left;text-align:left;margin-left:8.3%;padding-top:40px
	}
	.yuyan .yr{
		width:25%;float:left;text-align:left;margin-left:8.3%;padding-top:20px;
	}
	.yuyan .yr p{
		line-height:30px;background: url(../image/wzjs/yes.png) left center no-repeat;background-size:20px 20px;padding-left:22px
	}


.jygs{
	width:1200px;margin:50px auto;text-align: center
}
.jygs h1{
	font-size:36px;color:#333;font-weight:bold;text-align:center;margin-bottom:20px;
}
.jcgn{
	width:1200px;margin:0px auto;text-align: center
}
.jcgn .top{
	text-align:center;height:36px;line-height:36px;
}
.jcgn .abc{
	width:60%;margin:20px auto;height:160px
}
.jcgn .abc .abcs{
	float:left;width:30%;margin-left:1.5%;margin-right:1.5%;height:140px;border:1px solid #eee
}
.jcgn .abc .letter{
	color:red;font-size:36px;font-weight:bold;text-align:left;padding-left:10px;margin-top:20px
}
.jcgn .abc .xiahua{
	padding-left:10px;text-align:left 
}
.jcgn .abc .detail{
	padding-left:10px;text-align:left 
}
.sence{
	width:1200px;margin:80px auto;height:300px;
}
.sence .lists{
	width:80%;margin:0px auto;
}
.sence .lists li{
	float:left;width:144px;margin-left:8px;margin-right:8px;margin-bottom:30px;
}
.sence .lists li .icon{
	text-align:center;height:40px;line-height:40px;
}
.sence .lists li .title{
	text-align:center;font-size:16px;font-weight:bold;line-height:48px;color:#333;
}
.sence .lists li .line{
	text-align:center;font-size:12px;line-height:16px;color:#888
}
.advantage{
	width:1200px;margin:40px auto;height:620px;
}
.advantage h1{
	color:red;font-size:30px;font-weight:bold;text-align:center;margin-bottom:20px;line-height:42px;
}
.advantage .lists{
	width:80%;margin:0px auto;
}
.advantage .lists .ls{
	float:left;width:400px;margin-left:40px;margin-right:40px;
}
.advantage .lists .ls li{
	width:4000px;height:126px;margin:40px auto;
}
.advantage .lists .ls-left{
	float:left;width:48px;margin-left:12px;height:126px
}
.advantage .lists .ls-left .num{
	width:48px;height:48px;line-height:48px;border-radius:50%;font-size:24px;background:#f00;color:#fff;text-align:center;
}
.advantage .lists .ls-right{
	float:left;width:304px;margin-left:12px;height:126px
}
.advantage .lists .ls-right p{
	font-size:14px;font-family:'微软雅黑';
}
.advantage .lists .ls-right h2{
	color:#f00;font-size:18px;font-weight:bold;height:30px;line-height:30px;
}
.rjfw{
	width:1200px;margin:0px auto;height:360px;margin-bottom:80px;
}
.rjfw h1{
	color:red;font-size:30px;font-weight:bold;text-align:center;margin-bottom:20px;line-height:42px;
}
.rjfw .sers{
	width:80%;margin:0px auto;
}
.rjfw .sers li{
	float:left;width:160px;margin-left:40px;margin-right:40px;text-align:center
}
.rjfw .sers li{;font-size:14px}
.rjfw .sers li h3{
	color:#f00;font-size:20px;margin:20px auto
}
.rjfw .sers li .sicon{
	height:110px;line-height:110px;text-align:center;margin:20px auto;
}

	
.layer{ width:1200px; height:auto; overflow:hidden; margin:0 auto;}
.appservice{width:100%; height:auto; overflow:hidden; margin:0 auto;}
.appservice .title{width:100%; height:auto; overflow:hidden; margin:0 auto; margin-top:50px; text-align:center;}
.appservice ul{width:100%; height:auto; overflow:hidden; margin:30px auto;}
.appservice ul li{width:180px; height:180px; overflow:hidden; float:left; margin-left:96px;}
.appservice ul li a{width:180px; height:180px; overflow:hidden; margin:0 auto; }
.appservice ul li a p{width:180px; height:180px; overflow:hidden; margin:0 auto;}
.appservice ul li.appservice1{ background:url(../image/sjapp/ios-0.png) center center no-repeat;}
.appservice ul li.appservice1:hover{ background:url(../image/sjapp/ios.png) center center no-repeat;}
.appservice ul li.appservice2{ background:url(../image/sjapp/android-0.png) center center no-repeat;}
.appservice ul li.appservice2:hover{ background:url(../image/sjapp/android.png) center center no-repeat;}
.appservice ul li.appservice3{ background:url(../image/sjapp/web-0.png) center center no-repeat;}
.appservice ul li.appservice3:hover{ background:url(../image/sjapp/web.png) center center no-repeat;}
.appservice ul li.appservice4{ background:url(../image/sjapp/apptg-0.png) center center no-repeat;}
.appservice ul li.appservice4:hover{ background:url(../image/sjapp/apptg.png) center center no-repeat;}
.solution{width:100%; height:auto; overflow:hidden; margin:0 auto;}
.solution .title{width:100%; height:auto; overflow:hidden; margin:0 auto; margin-top:50px; text-align:center;}