////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//                                                                                                            //
//      ____________   ____________    ___________ ___              ________________   ____        ___        //
//     |  ________    | ___________|  | __________| \ \            / /  | __________|  |  \ \      | |        //
//     | |                 | |        | |            \ \          / /   | |            | | \ \     | |        //
//     | |________         | |        | |________     \ \        / /    | |________    | |  \ \    | |        //
//     |_________  |       | |        | |________|     \ \      / /     | |________|   | |   \ \   | |        //
//               | |       | |        | |               \ \    / /      | |            | |    \ \  | |        //
//               | |       | |        | |                \ \  / /       | |            | |     \ \ | |        //
//       ________| |       | |        | |_________        \ \/ /        | |_________   | |      \ \| |        //
//     ____________|       |_|        |___________|        \__/         |___________|  |_|       \___|        //
//                                                                                                            //
//     _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _      //  
//                                                                                                            //
//     Designed by Steven in Shanghai, CN.                                                                //
//                                                                                                            //
//     Copyright 2014                                                                                         //
//     www.jingshangad.com	竞尚创意设计                                                                                     //
//                                                                                                            //
////////////////////////////////////////////////////////////////////////////////////////////////////////////////

/*-----------------------------------------------------------*/
@charset "utf-8"; {copyright© 2014}

body{
	font-family: 'Times New Roman', Times New Roman, Times;
	font-size:14px;
	line-height:18px;
	color:#666;
    background: #fff;
	margin: 0px;
	width:100%;
	height:100%;
}

* {	position:relative;	font-weight:normal;}

a{color:#666;text-decoration:none;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;	color: #000;}
a:active {text-decoration: none;}


::-moz-selection{ color: #fff; background: #28415c; }
::selection { color: #fff; background: #28415c; }


img{border:0;}

ul,li,p{list-style:none;margin:0; padding:0;}




	h1 { font-size: 50px; }
	h2 { font-size: 37px; }
	h3 { font-size: 30px; }
	h4 { font-size: 24px; }
	h5 { font-size: 18px; }
	h6 { font-size: 14px; }


p {
	font-size:14px;
}

.warp{
	width:1050px;
	margin:0 auto;
}


.opacity40 {
	opacity:0.4 !important;
	filter: alpha(opacity=40) !important;
}
.opacity100 {
	opacity:1 !important;
	filter: alpha(opacity=100) !important;
}
.opacity70 {
	opacity:0.7 !important;
	filter: alpha(opacity=70) !important;
}
.bg-grey {
	background-color:#e3e3e3 !important;
}



.transition {
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;
}
.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
}


#loading-mask {
    background: #fff url(../images/loading3.gif) no-repeat center;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999999;
	text-align:center;
	opacity:1;
}

/*---------------ZOOM 2 using css ---------------*/
.zoom2 {
	background:#28415c url(../images/bg-zoom.png) no-repeat center center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
	float:left;
}
.zoom2 img {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.zoom2 img:hover {
	opacity:0.1;
}


/*------ Top scrollBar ---------------------------------------------*/

#scrollBar A {
	TEXT-INDENT: 2000em;
	HEIGHT: 40px;
	WIDTH: 40px;  
	DISPLAY: block; 
	BACKGROUND:#28415c url(../images/arrow_top.png) no-repeat center center; 
	OVERFLOW: hidden; 
	CURSOR: pointer;
	border-radius:50%;
	
	opacity:0.55;
	filter: alpha(opacity=55);
		
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}
#scrollBar A:hover {
	margin-bottom:10px;
	opacity:1;
	filter: alpha(opacity=90);
	
}



/*==================================== header css ====================================*/

.header {
	width:1050px;
	height:140px;
	position:relative;
	overflow:visible;
	margin:0 auto;
	z-index:1000;
}



/*-------- logo css ----------------------------*/
.sglogo {
	width:240px;
	height:60px;
	position: relative;
	float:left;
	margin:35px 20px 0 0px;
}
.sglogo img{
	width: 230px;
	height:58px;
}
.sglogo .text{
}

/*-------- search css ----------------------------*/
.search {
	margin-top:60px;
	position: absolute;
	right:0;
	width: 165px;
	height: 40px;
	float: right;
	overflow: ;
	background:#fff;
	z-index:2;
	
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;	
}

.search-input {
	position:relative;
	float:right;
	text-align:left;
	top:0;
	right:0;
	margin:0;
	padding:0 35px 0 5px;
	
	width: 125px;
	height: 28px;
	font-family:"Times New Roman", Times;
	font-size: 14px;
	line-height:16px;
	color: #333;
	border:none;
	
	border-radius:3px;
	border:1px solid #ccc;
}


.sb-search {
	position: absolute;
	z-index:2;
	display:block;
	top: 4px;
	right: 0;
	width: 30px;
	height: 22px;
	border-left:1px solid #ccc;
	background:transparent url(../images/icons/search.png) no-repeat center;
}




/*-------- manubar css ----------------------------*/
.header .menubar {
	display:none;
	width:100%;
	height:2px;
	background:#28415c;
	top:120px;
	position:absolute;
}

.header .menu_open {
	display:none;
	width:65px;
	height:60px;
	background:transparent url(../images/icons/icon_menu_open.png) no-repeat center;
	top:40px;
	right:0px;
	position:absolute;
	cursor:pointer;
}





/*==================================== content css ====================================*/
.content {
	width:1050px;
	margin:10px auto 80px auto;
}

.content .title {
	width:600px;
	margin:20px auto 0 auto;
	text-align:center;
	font-size:34px;
	line-height:40px;
	color:#28415c;
	text-transform:uppercase;
	letter-spacing:1px;
}
.content .description {
	width:800px;
	margin:20px auto;
	font-size:16px;
	line-height:28px;
	color:#28415c;
	text-align:center;
}
.content .line-arrow {
	width:100%;
	height:40px;
	display:block;
	margin:20px auto;
	background:url(../images/line-down.png) no-repeat center;
}
.content .title2 {
	width:500px;
	height:30px;
	margin:0 auto 10px auto;
	text-align:center;
	font-size:24px;
	line-height:20px;
	color:#28415c;
	letter-spacing:1px;
}
.content .blank {
	width:100%;
	height:50px;
	display:block;
}


/*==================================== footer css ====================================*/
#footer {
	width:100%;
	min-width:1050px;
    background:#333333 ;
	position:relative;
	overflow:hidden;
}
.footer {
	width:1050px;
	margin:0 auto;
	min-height:200px;
	padding:40px 0;
}
.footer ul {
	width:100%;
	height:180px;
}
.footer li {
	width:170px;
	float:left;
	margin-left:51px;
	color:#ccc;
	font-size:15px;
	line-height:40px;
	text-transform:uppercase;
	letter-spacing:1px;
}
.footer li .blue-line {
	width:135px;
	height:1px;
	background:#3e70a5;
}
.footer li.first {
	margin-left:0;
}
.footer li.last {
	width:160px;
}
.footer li ul {
	margin-top:10px;
}
.footer li li {
	margin:0;
}
.footer li li a {
	color:#999;
	padding:3px 0;
	font-size:14px;
	line-height:20px;
	display:block;
	text-transform: none;
	letter-spacing: normal;
	
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;
}
.footer li li a:hover {
	color:#ccc;
}

.footer li li a.weibo, .footer li li a.weixin, .footer li li a.facebook, .footer li li a.linkedin {
	margin-right:2px;
	width:36px;
	height:38px;
	float:left;
	display:block;
	opacity:0.35;
}
.footer li li a.weibo:hover, .footer li li a.weixin:hover, .footer li li a.facebook:hover, .footer li li a.linkedin:hover {
	opacity:0.55;
}
.footer li li a.weibo {
	margin-left:-5px;
	background:url(../images/icons/weibo.png) no-repeat center;
}
.footer li li a.weixin {
	background:url(../images/icons/weixin.png) no-repeat center;
}
.footer li li a.facebook {
	background:url(../images/icons/facebook.png) no-repeat center;
}
.footer li li a.linkedin {
	background:url(../images/icons/linkedin.png) no-repeat center;
}


/*-------- footer copyright css ----------------------------*/

#copyright {
	width:100%;
	background:#fff;
}
.copyright {
	width:1050px;
	margin:0 auto;
	color:#666;
	font-size:14px;
	line-height:50px;
}
.copyright a {
	text-decoration:underline;
}



/* Mobile */
@media screen and (max-width: 767px) {
body {
	margin:0 auto;
	min-width:767px;
}

.content {
	width:740px;
	margin-bottom:50px;
}
.content .title {
/*	font-size:38px;
	line-height:44px;
*/}
.content .description {
	width:700px;
}
.content .title2 {
	text-align:center;
}



.warp{
	width:740px;
}



.header {
	width:740px;
	height:140px;
}

.search {
	width:260px;
	margin-top:57px;
	right:240px;
}
.search-input {
	width:200px;
	height:30px;
}

/*-------- manubar css ----------------------------*/
.header .menu_open {
	display:block;
}
.header .menubar {
	display:none;
}

.content .description {
	width:700px;
	margin:20px auto;
}


#footer {
	display:none;
}
#copyright {
	background:#333;
}
.copyright {
	width:660px;
	padding:20px 50px;
	color:#ccc;
	text-align:center;
	font-size:0.8em;
	line-height:20px;
}
.copyright a {
	color:#ccc;
}


@media only screen and (max-width: 767px), only screen and (max-height: 1000px) {
.content {
	min-height:850px;
}













