html, body {
	margin: auto;
	font-size: 100%;
	font-family: 'Microsoft YaHei';
	background-color:#fff;
}




body a {
	text-decoration: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
a:focus {
	outline-width:0px;
	outline-style:dotted;
	outline-color:invert;

}
.caret {
	border:0px;
	width:12px;
	height:8px;
	background: url("../images/drop.png");
}
a:hover {
	text-decoration: none;
}

h2,h3,h4,h5,h6 {
	margin: 0;
	font-family: 'Microsoft YaHei';
	font-weight: 400;
}

p {
	margin: 0;
	font-family: 'Microsoft YaHei'
}

ul {
	margin: 0;
	padding: 0;
}

label {
	margin: 0;
}

img {
	border: 0;
}

/*--header--*/



.top_menu_w3layouts {
	padding: 0.5em 2em;
	background: #000;
}

.tlinks {
	text-indent: -9999px;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

.content {
	margin: 0;
	padding: 0px;
}

.content p:last-child {
	margin: 0;
}

.content a.button {
	display: inline-block;
	padding: 10px 20px;
	background: #ff0;
	color: #000;
	text-decoration: none;
}

.content a.button:hover {
	background: #000;
	color: #ff0;
}

.content.title {
	position: relative;
	background: #333;
}



.content.title h1 span.demo {
	display: inline-block;
	font-size: .5em;
	padding: 10px;
	background: #fff;
	color: #333;
	vertical-align: top;
}

.content.title .back-to-article {
	position: absolute;
	bottom: -20px;
	left: 20px;
}

.content.title .back-to-article a {
	padding: 10px 20px;
	background: #168eea;
	color: #fff;
	text-decoration: none;
}

.content.title .back-to-article a:hover {
	background: #168eea;
}

.content.title .back-to-article a i {
	margin-left: 5px;
}

.content.white {
	background: #fff;
}

.content.black {
	background: #000;
}

.content.black p {
	color: #999;
}

.content.black p a {
	color: #08c;
}

/*--自定义--*/




.bg1 {
	position: absolute;
	width: 1000px;
	height: 1000px;
	background: #000;
	transform: rotate(-45deg);
	margin-top: 20px;
	left: -440px;
	background-color: #389fff;
	overflow: hidden;
	z-index: 1;
}

.bg2 {
	position: absolute;
	width: 300px;
	height: 300px;
	background: #000;
	transform: rotate(-45deg);
	margin-top: 20px;
	left: -100px;
	background-color: #389fff;
	overflow: hidden;
	z-index: 1;
}


.container {
	width:1170px;
	margin:auto;
	position:relative;
}
.logo {
	position:absolute;
	top:30px;
	left:15px;
	width:249px;
	height:25px;
	margin-left: 10px;
}


/*footer*/
.footer {
	padding-bottom: 3em;
	margin: auto;
	height:516px;
}

.footer a {
	color: #fff;
	font-size: 14px;
}

.footer a:hover {
	font-size: 14px;
}

.copyright {
	margin: 1em 0 0;
	padding: 1em 0 0;
	border-top: 1px solid #2194ff;
	text-align: center;
}

.copyright p {
	color: #a6a6a6;
	line-height: 2em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
}

.copyright p a {
	color: #a6a6a6;
	text-decoration: none;
}



/*--end自定义--*/

.main-content {
	padding: 3em 0;
}

b.fa.fa-caret-right {
	vertical-align: middle;
	margin-left: 2em;
}


/*aaa*/


.navbar-nav>li > a {
	color: #ffffff !important;
}
.navbar-nav>li{
	width:130px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {

	background-color: transparent;


}
.navbar-nav > li > .dropdown-menu {
	margin-top: 14px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.dropdown-menu > li > a {
	display: block;
	font-size:14px;
	clear: both;
	font-weight: normal;
	color: #2194ff;
	white-space: nowrap;
	text-align:center;
	line-height:26px;

	width: 80%;
	margin:auto;


}
.dropdown-menu > li > a :hover{
	background-color:#fff;
}

.dropdown-menu > li:first-child{
	width: 110px;
	height: 5px;
	position: absolute;
	left: 16px;
	top: 0px;
	background-color: #2194ff;

}
.dropdown-menu > li:nth-child(2){
	margin-top:8px;


}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 144px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 0px solid #ccc;
	border: 0px solid rgba(0, 0, 0, .15);
	border-radius: 0px;
	-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .175);
	box-shadow: 0 0px 0px rgba(0, 0, 0, .175);
	overflow:hidden;
	padding-bottom:15px;
}


.navbar-default {
	background-color: transparent;
	border-color: #e7e7e7;
	border-width:0px;
}


/*-- welcome --*/
.welcome {
	padding: 0px;

}
.welcome #roloadText{
	line-height: 250px;
	margin-top:50px;

}
.welcome .numbers{
	position:absolute;
	top:350px;
	z-index:50;
	left:100px;

}



.welcome_left p {
	font-size: 15px;
	color: #666;
	line-height: 1.8em;
	letter-spacing: 1px;
}

h3.agileits-title {
	color: #333;
	font-size: 2.5em;
	font-weight: 700;
	margin-bottom: .7em;
	margin-top: .4em;
	line-height: 0.9em;
}

.w3ls-title h3.agileits-title {
	display: inline-block;
}

.w3ls-title {
	text-align: center;
}

.welcome_left h4 {
	color: #333;
	font-size: 1.4em;
	text-transform: capitalize;
	border-left: 3px solid #03C5E2;
	padding-left: 1em;
	margin: 0 0 1em;
	line-height: 1.6em;
	letter-spacing: 1px;
}
/*-- //welcome --*/




/*-- footer --*/
.footer {
	background-color: #3a3a3a;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
}

.footer .qrcode {
	width: 105px;
	height: 105px;
}

.footer .qrtitle {
	line-height:1.8em;
	padding:0px 10px 10px 10px;
}


ul.footer_grid_list li {
	color: #fff;
	line-height: 1.8em;
	list-style-type: none;
	text-align:left;
}


ul.footer_grid_list li a {
	color: #fff;
	text-decoration: none;

}

ul.footer_grid_list li a:hover {
	color: #fff;
}

ul.footer_grid_list li label {
	display: block;
	color: #fff;
	margin: .5em 0 0;
	font-weight: normal;
}

ul.footer_grid_list li span {
	padding-right: 1.5em;
	color: #0accff;
}

ul.footer_grid_list li:first-child a {
	font-size: 16px;
	line-height: 30px;
}

.footer_grid li {
	color: #eee;
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 5px;
	list-style-type: none;
	padding-right: 10px;
}

.right li span {
	float: right;
	font-size: 14px;
}

.right li span.fa {
	float: none;
	font-size: 14px;
	color: #ed1b2e;
	padding-right: 1em;
}

.w3_agile_footer_grid h3 {
	font-size: 25px;
	color: #fff;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(251, 251, 251, 0.18);
}

.agileits_w3layouts_footer_grid_list li {
	list-style-type: none;
	margin-bottom: 1em;
	color: #999;
}

.agileits_w3layouts_footer_grid_list li span {
	color: #ed1b2e;
	padding-right: 1em;
}

.agileits_w3layouts_footer_grid_list li a {
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 14px;
}

.agileits_w3layouts_footer_grid_list li a:hover {
	color: #03C5E2;
}

.agileits_w3layouts_footer_grid_list li:last-child {
	margin-bottom: 0;
}

.w3_agileits_footer_grid_left {
	float: left;
	width: 33.33%;
	border: 4px solid rgba(18, 18, 18, 0.18);
}

.w3_newsletter_footer_grids {
	margin: 0 0 4em;
}

.w3_newsletter_footer_grid_left input[type="email"] {
	outline: none;
	background: transparent;
	font-size: 1em;
	color: #fff;
	width: 72%;
	padding: 14px;
	margin-right: 1em;
	border: 1px solid rgba(255, 255, 255, 0.64);
}

.w3_newsletter_footer_grid_left input[type="submit"] {
	outline: none;
	border: none;
	background: #ff8040;
	font-size: 1em;
	color: #fff;
	width: 21%;
	letter-spacing: 1px;
	padding: 15px 0;
}

.w3_newsletter_footer_grid_left h5 {
	font-size: 30px;
	color: #fff;
	text-align: center;
	margin-bottom: 23px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.w3_newsletter_footer_grid_left input[type="submit"]:hover {
	background: #ff8040;
}

.w3_newsletter_footer_grid_right {
	text-align: center;
	margin-top: .5em;
}

.w3l-icon {
	float: left;
	width: 15%;
	text-align: left;
}

.w3l-icon span {
	color: #03C5E2;
	font-size: 20px;
}

.w3ls_footer_grid_left p {
	color: #fff;
	line-height: 2em;
	float: left;
	font-size: 14px;
	letter-spacing: 1px;
}

.w3ls_footer_grid_left p span {
	display: block;
}

.w3ls_footer_grid_left p a {
	color: #fff;
	text-decoration: none;
}

.w3ls_footer_grid_left p a:hover {
	color: #fff;
}

.w3ls_footer_grid_left {
	text-align: center;
	margin: 10px 0;
}




/*-- //footer --*/
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 2%;
	overflow: hidden;
	z-index: 999;
	width: 0px;
	height: 0px;
	border: none;
	text-indent: 100%;

}

#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/

/*index*/
.menubgshow {
	display: block;
}

.menubghide {
	display: none;
}

/*end index*/

/*about*/
.about-section {
	padding: 5em 0;
}




.about-section .txtcontent {

	display: block;
	margin: auto;
	font-size: 14px;
}

.about-section p {
	padding: 10px;
	text-indent: 2em;
}

.about-section .tab_img>div {
	text-align: center;
	margin-top: 20px;
}


/*end about*/

/*common*/
.common-section {
	padding: 5em 0;
}

.common-section .container {

}
.common-section .bigcontainer {

}
.common-section p {
	padding: 10px;
	text-indent: 2em;
	line-height: 22px
}
.common-section .txtcontent {
	width: 90%;
	display: block;
	margin: auto;
	font-size: 14px;
}

.lmtitle {
	border-left: 6px solid #2194ff;
	line-height: 45px;
}

.lmtitle .cnname {
	margin-left: 10px;
	font-size: 18px;
	font-weight: bold;
}

.lmtitle .enname {
	margin-left: 10px;
	font-size: 12px;
}
.lmtitle {
	margin-bottom:50px;
}
/*end common*/

/*team*/





.team-section .txtcontent {
	display: block;
	margin: auto;
	font-size: 14px;
}

.team-section p {
	padding: 10px;
	text-indent: 2em;
}

.team-section .tab_img>div {
	text-align: center;
	margin-top: 20px;
}

.team-grids a {
	display: block;
	overflow: hidden;
	position: relative;
}

.team-grids img.img-responsive {
	width: 100%;
}

.team-grids a:hover .b-wrapper {
	left: 0%;
}

.team-grids .b-wrapper {
	background: #fff;
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0%;
	left: 100%;
	/*padding: 2em;*/
	transition: .1s all;
	text-align: center;
	border: 1px solid #e4e4e4;
}

.team-grids  a:hover .b-wrapper {
	left: 0%;
}

.team-grids .b-wrapper h5 {
	font-size: 25px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	padding: 14px 0;
}

.team-grids .b-wrapper p {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	line-height: 1.8em;
	text-align: center;
}

.team-grids .b-wrapper p {
	border: 1px;
}

.b-wrapper .teaminfo {
	border-left: 5px solid #2194ff;
	margin-top: 20px;
	margin-bottom: 20px;
}

.b-wrapper .teaminfo>.tname {
	margin-left: 20px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

.b-wrapper .teaminfo>.tposion {
	margin-left: 20px;
	font-size: 10px;
	color: #979797;
	text-align: left;
}

.b-wrapper .teamintro {
	border-top: 1px solid #e4e4e4;
	margin: 0 auto;
	display: block;
	margin-top: 10px;
	width: 100%;
	font-size: 14px;
	padding: 20px;
	text-align: left;
	text-transform: capitalize;
	padding-left: 1em;
	margin: 0 0 1em;
	line-height: 1.6em;
	letter-spacing: 1px;
}


/*culture*/
.culitem {
	float:left;
	width:289px;
	height:308px;
	margin-left:35px;
	border: 1px solid #e2e2e2;
}
.culitem .intro {
	margin-left:5px;
	margin-right:5px;
	margin-top:42px;
	color:#505050;
	font-size:16px;
}
.txtjzg {
	margin-left: 10px;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	margin-top: 90px;
	margin-bottom: 80px;
}

.txtjzg > div {
	width: 30px;
	height: 5px;
	background-color: #2194ff;
	display: block;
	margin: auto;
	margin-top: 10px;
}

.imgshadow img {
	box-shadow: 0 0 5px 0 #e1e1e1;
}

/*honner*/


.honoritem {
	margin-top: 20px;
	margin-bottom: 10px;
	overflow: hidden;
}

.honortitle {
	font-size: 18px;
	font-weight: bold;
}

.honorintro {

	margin-top:20px;
	font-size: 15px;
	line-height:30px;
	font-weight: 500;
	margin-bottom:88px;

}
/*plat common*/
.platcommon_banner {
	min-height: 300px;
	background-size: 100% 100%;
}

.platcommon_banner_m {
	min-height: 524px;
	background-size: 100% 100%;
}

.platcommon_banner_m h4 {
	font-size: 30px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	padding-top: 40px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.platcommon_banner_m .banner_m_line {
	width: 33px;
	height: 4px;
	background-color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	display: block;
	margin: auto;
	margin-top: 10px;
}

.platcommon_banner h4 {
	font-size: 30px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	padding-top: 20px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.platcommon_banner img {
	padding-top: 40px;
	height: 150px;
	text-shadow: 0 1px 2px #000;
}

.platcommon .product {
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	margin-top: 60px;
}

.platcommon1 .product:hover {
	transform: translateZ(30px) rotateY(360deg);
	-webkit-transform: translateZ(30px) rotateY(360deg);
	-ms-transform: translateZ(30px) rotateY(360deg);
	-moz-transform: translateZ(30px) rotateY(360deg);
}

.platcommon .product .proimg {
	width: 100%;
	height: 100px;
	background-color: #f9f9f9;
}

.platcommon .product .proimg > img {
	margin-top: -50px;
}

.platcommon .product .prointro {
	width: 100%;
	height: 187px;
	background-color: #eaeaea;
	position: relative;
}

.platcommon .product .prointro .protitle {
	color: #69acfa;
	padding: 15px;
	font-size: 26px;
}

.platcommon .product .prointro .promemo {
	margin: auto;
	width: 80%;
	font-size: 16px;
	text-align: left;
}

.platcommon .product .prointro .brobottom {
	background-color: #2194ff;
	color: #2194ff;
	position: absolute;
	width: 130px;
	height: 6px;
	top: 160px;
	left: 180px;
}

.platcommon .product .prointro .brobottom3 {
	background-color: #2194ff;
	color: #2194ff;
	position: absolute;
	width: 130px;
	height: 6px;
	top: 160px;
	left: 92px;
}

.platcommon_banner_m .banneritem2 .itemimg {
	width: 100%;
	height: 85px;
}

.platcommon_banner_m .banneritem2 .itemimg > img {
	margin-top: -50px;
}

.platcommon_banner_m .banneritem2 {
	width: 218px;
	height: 325px;
	background-color: #fff;
	margin-top: 60px;
}




.platcommon_banner_m .banneritem2 {
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-ms-transition: 0.2s;
	-moz-transition: 0.2s;
	margin-top: 60px;
	cursor:pointer;
}

.platcommon_banner_m .banneritem2:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
}





.platcommon_banner_m .banneritem2 .itemintro .itemtitle {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}

.platcommon_banner_m .banneritem2 .itemintro .itemline {
	background-color: #2194ff;
	color: #2194ff;
	margin: auto;
	width: 32px;
	height: 4px;
}

.platcommon_banner_m .banneritem2 .itemintro .itembottom {
	margin: auto;
	margin-top: 10px;
	width: 90%;
	font-size: 14px;
	text-align: left;
}
.partner {
	margin-bottom:80px;
}
.partner .partnertitle {
	font-size: 30px;
	font-weight: 500;
	color: #000;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.partner .common-underline {
	background-color: #2194ff;
	color: #2194ff;
	margin: auto;
	width: 32px;
	height: 4px;
}

.partner .partnercontent {
	margin-top: 50px;
	padding: 20px;
	text-align: center;
}


/*marketing*/

.market_banner h4 {
	font-size: 30px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	padding-top: 60px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.market_banner img {
	padding-top: 80px;
	text-shadow: 0 1px 2px #000;
}

/*news*/
.news-grids {
	margin: 3em 0 0;
}

.txtmiddle {
	margin-top: 25px;
}

.news-grid {
	color: #7c7c7c;
	border-bottom: 1px solid #d0d0d0;
	margin-top: 20px;
	padding-bottom: 20px;
}

.news-grid:hover {
	color: #2194ff;
}

.news-grid a {
	display: block;
	color: #7c7c7c;
	font-size: 18px;
	padding-bottom: 10px;
}

.news-grid a:hover {
	color: #2194ff;
}

.news-grid-left {
	float: left;
	width: 10%;
	border-right: 1px solid #d0d0d0;
	vertical-align: middle;
	display: inline-block;
}

.news-grid-left .newsday {
	font-size: 16px;
}

.news-grid-left .newsmoon {
	font-size: 14px;
}

.news-grid-right .newsimg {
	float: left;
	width: 144px;
	height:80px;
	overflow:hidden;
}

.news-grid-right .newsinfo {
	margin-left: 25px;
	float: left;
	width: 70%;
}

.news-grid-right .newsinfo a {
	color:#7c7c7c;
	font-weight:500;
}

.news-grid-right .newsinfo a:hover {
	color:#2194ff;
}

.news-grid-right .newsinfo a .newst{
	color:#000;
	font-size:18px;
	font-weight:500;
}

.news-grid-right .newsinfo a .newsdes{

	font-size:14px;
	margin-top:10px;

}



.news-grid-right .newsinfo a .newst:hover{
	color:#2194ff;

}




.news-grid-right img {
	padding:2pxem;
	border: 2px;
	border-radius: 0%;
	-o-border-radius: 0%;
	-moz-border-radius: 0%;
	-ms-border-radius: 0%;
	-webkit-border-radius: 0%;
	width: 100%;
}

.news-grid-right a h4 {
	margin: 10px;
}

.news-grid-right {
	float: right;
	width: 87%;
}

.newstitle {
	font-size: 20px;
	text-align: center;
	border-bottom: 1px solid #d0d0d0;
	line-height: 70px;
	font-weight:600;
}

.newsfrom {
	font-size: 14px;
	text-align: center;
	line-height: 60px;
	color: #7c7c7c;
}

.newsinfo {
	font-size: 14px;
	color: #7c7c7c;
}
.newsinfo p {
	font-size: 16px;
	color: #7c7c7c;
	line-height: 2;
	margin-bottom: 10px;
	text-indent: 32px;
}

/*job*/
.jobitem {
	border: 1px solid #eaeaea;
	margin-top:10px;
	margin-bottom:10px;
	width:100%;
	display:block;
}
.jobitem .joblisttitle{

	padding:30px 20px 30px 20px;
	text-align:left;
	color:#505050;
	font-weight:400;

}

.jobitem .joblisttitle a{
	font-weight:500;
	font-size:16px;
	color:#505050;
	font-weight:500;
}

.jobitem .joblisttitle a:hover{
	color:#2194ff;
}
.jobitem .jobtype {

	height:30px;
	font-size:12px;

}
.jobitem .jobtype div:nth-child(1){
	color:#8f8f8f;
	width:80px;
	float:left;
	text-align:left;
	margin-left:20px;


}
.jobitem .jobtype div:nth-child(2){
	color:#8f8f8f;
	width:50px;
	float:left;
	border-left: 1px solid #d7d7d7;

}

.jobtitle {
	font-size: 18px;
	text-align: left;
	line-height: 80px;
	font-weight:600;
}



.jobinfo .jobtitle{
	font-size: 14px;
	line-height:30px;
	font-weight:500;

}

.jobinfo {
	font-size: 14px;
	line-height:30px;

}

.jobinfo ul li{
	list-style-type:none;
}

.skypage {
	margin-top:50px;
}

.skypage .pagetitle {
	font-size: 30px;
	font-weight: 400;
	color: #000;
	text-align: center;
	padding-top: 50px;
	font-weight:500;
	padding-bottom: 20px;
}

.skypage .common-underline {
	background-color: #2194ff;
	color: #2194ff;
	margin: auto;
	width: 32px;
	height: 4px;
}

.skypage .pagecontent {
	padding: 50px 20px 20px 20px;
	text-align: center;
}
.xcitem {
	width:324px;
	height:268px;
	margin-top:10px;
	text-align:center;

}
.xcitem>div {
	position:absolute;
	width:315px;
	left:20px;
	text-align:center;
	font-size:13px;
	top:215px;
	color:#6a6a6a;
}

.xcitemimg1 {
	background: url("../images/join/xcjb.jpg") no-repeat center;
}
.xcitemimg2 {
	background: url("../images/join/xcjx.jpg") no-repeat center;
}
.xcitemimg3 {
	background: url("../images/join/xczx.jpg") no-repeat center;
}


.bigtitle {
	color:#2194ff;
	font-size: 28px;
	font-weight:550;
	line-height:80px;
}
.bigintro {
	color:#505050;
	font-size: 20px;
	font-weight: 550;
	width:930px;
	padding-left:80px;
	padding-top:70px;
	padding-bottom:70px;
	border: 1px solid #e2e2e2;
	margin-bottom:60px;

}

/*背景适配*/
.commonhead {
	margin: auto;
	background: url("../images/head.png") no-repeat center;
}

.indexhead {
	margin: auto;
	height:733px;
	background: url("../images/bannner.png") no-repeat center;

}

.index_banner{
	margin: auto;
	height:693px;
	background: url("../images/banner-index.jpg") no-repeat center;
}

.page_banner_postion {
	margin-top:81px;
}

.aboutpages_banner {
	min-height: 360px;
	background: url("../images/about/bannerintro.jpg") no-repeat center;

}
.culture_banner {
	min-height: 360px;
	background: url("../images/culture/banner.jpg") no-repeat center;

}


.team_banner {
	min-height: 360px;
	background: url("../images/team/banner.jpg") no-repeat center;
}
.history_banner {
	min-height: 360px;
	background: url("../images/history/banner.jpg") no-repeat center;
}
.honor_banner {
	min-height: 360px;
	background: url("../images/honor/banner.jpg") no-repeat center;

}
.market_banner {
	min-height: 360px;
	background: url("../images/market/banner.jpg") no-repeat center;

}

.market_banner2 {
	background: url("../images/market/banner2.jpg") no-repeat center;
}


.ent_banner {
	min-height: 360px;
	background: url("../images/ent/banner.jpg") no-repeat center;

}

.ent_banner2 {
	background: url("../images/ent/banner2.jpg") no-repeat center;
}

.health_banner {
	min-height: 360px;
	background: url("../images/health/banner.jpg") no-repeat center;

}

.health_banner2 {
	background: url("../images/health/banner2.jpg") no-repeat center;
}
.finance_banner {
	min-height: 360px;
	background: url("../images/finance/banner.jpg") no-repeat center;

}

.finance_banner2 {
	background: url("../images/finance/banner2.jpg") no-repeat center;
}

.cloud_banner {
	min-height: 360px;
	background: url("../images/cloud/banner.jpg") no-repeat center;

}
.news_banner {
	min-height: 360px;
	background: url("../images/news/banner.jpg") no-repeat center;

}

.cloud_banner2 {
	background: url("../images/cloud/banner2.jpg") no-repeat center;
}
.contact_banner {
	min-height: 360px;
	background: url("../images/contact/banner.jpg") no-repeat center;
}
.job_banner {
	min-height: 360px;
	background: url("../images/job/banner.jpg") no-repeat center;
}
.bannerauto {

}
.skyhistory {
	width:820px;
	height:1842px;
	position:relative;
	background-color:#fff;
	margin:auto;
	overflow:hidden;
	color:#393939;


}
.skyhistory .hisline {
	position:absolute;
	width:19px;
	left:400px;
	top:0px;
	height:1784px;
	background: url("../images/history/line.png");
}

.skyhistory .year {
	position:absolute;
	left:320px;
	font-size:20px;
	font-weight:600;
}

.skyhistory .yearinfo {
	position:absolute;
	width:368px;
	height:77px;
	left:5px;
	font-size:15px;
	font-weight:500;
	border: 1px solid #e2e2e2;
	padding:5px 10px 5px 10px;
}

.skyhistory .yearinfo{ opacity:0; animation:move 1s forwards; animation-play-state:paused;}
.skyhistory .move{ animation-play-state:running;}
@keyframes move{
	from{ opacity:0;left:-320px }
	to{ opacity:1; left:5px}
}

.skyhistory .year2 {
	position:absolute;
	left:455px;
	font-size:20px;
	font-weight:600;
}

.skyhistory .yearinfo2 {
	position:absolute;
	width:368px;
	height:77px;
	left:455px;
	font-size:15px;
	font-weight:500;
	border: 1px solid #e2e2e2;
	padding:5px 10px 5px 10px;
}

.skyhistory .yearinfo2{ opacity:0; animation:move2 1s forwards; animation-play-state:paused;}
.skyhistory .move2{ animation-play-state:running;}
@keyframes move2{
	from{ opacity:0;left:810px }
	to{ opacity:1; left:450px}
}



.aboutpages_banner h2 {
	font-size: 55px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	padding-top: 2em;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

#menumask {
	width:100%;
	height:230px;
	width:100%;
	/*background-color:#62b3ff;*/
	background-color:#fff;
	position:absolute;
	margin-top:84px;
	z-index:5;
}

.commonhead .navbar {
	background: url("../images/head.png") no-repeat center;
}


.navdown{background-color: #2194ff;}

.navbar{
	width: 100%;
}


/*--responsive--*/

.footer {
	margin: auto;
	width:1200px;
}
.page_banner_postion {

	width:1200px;
}
@media (min-width: 1200px){
	.footer {
		width:100%;
	}
	.page_banner_postion {
		width:100%;
	}
}


@media (min-width: 1920px){
	/*>=1920的设备*/
	.footer {
		width:1920px;
	}
	.indexhead {
		width:1920px;
	}
	.commonhead {
		width:1920px;
	}

	#menumask {
		width:100%;

	}
	.navbar{
		width: 1920px;
	}

}


DIV.skypage {

	text-align: center;
	COLOR: #c2c2c2;
	PADDING-RIGHT: 2px;
	PADDING-LEFT: 2px;
	PADDING-BOTTOM: 2px;
	MARGIN: 7px;
	PADDING-TOP: 30px;
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Grande", LucidaGrande, "Lucida Sans", Geneva, Verdana, sans-serif;
}

DIV.skypage A {
	PADDING-RIGHT: 25px;
	PADDING-LEFT: 25px;
	PADDING-BOTTOM: 8px;
	MARGIN: 2px;
	COLOR: #fff;
	PADDING-TOP: 8px;
	BACKGROUND-COLOR: #d8d8d8;
	TEXT-DECORATION: none;
}

DIV.skypage A:hover {
	PADDING-RIGHT: 25px;
	PADDING-LEFT: 25px;
	PADDING-BOTTOM: 8px;
	MARGIN: 2px;
	COLOR: #fff;
	PADDING-TOP: 8px;
	BACKGROUND-COLOR: #c2c2c2;
}

DIV.skypage A:active {
	PADDING-RIGHT: 25px;
	PADDING-LEFT: 25px;
	PADDING-BOTTOM: 8px;
	MARGIN: 2px;
	COLOR: #fff;
	PADDING-TOP: 8px;
	BACKGROUND-COLOR: #c2c2c2;
}

DIV.skypage SPAN.current {
	PADDING-RIGHT: 25px;
	PADDING-LEFT: 25px;
	PADDING-BOTTOM: 8px;
	MARGIN: 2px;
	COLOR: #fff;
	PADDING-TOP: 8px;
	BACKGROUND-COLOR: #c2c2c2;
}

DIV.skypage SPAN.disabled {
	DISPLAY: none;
}