/*-----------------------------------------------------------------------------
 [TABLE OF CONTENTS]
    +common
        =anchor
        =clear,clearfix
        =banner
    +header
        =cis
        =site-func
        =share-func
        =nav
    +content
        +content-main
        +content-sidebar
    +footer
        =footer-link
/*-----------------------------------------------------------------------------
 [TABLE OF CONTENTS]
    +common
        =anchor
        =clear,clearfix
        =banner
    +header
        =cis
        =site-func
        =share-func
        =nav
    +content
        +content-main
        +content-sidebar
    +footer
        =footer-link
        =company-info
-----------------------------------------------------------------------------*/

/* +common
*----------------------------------------------------------------------------*/
body {
	margin:0;
	border:0;
	width:100%;
	color: #274385;
	font-size: 14px;
	line-height:170%;
}
div, h1, h2, h3, h4, hr, p, form, label, input, textarea, img, span {
	text-align: left;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	word-wrap: normal;
	word-break: normal;
	border-width:0;
	font-family: "å¾®è»Ÿæ­£é»‘é«”", "è˜‹æžœå„·ä¸­é»‘", "Lucida Grande", "Arial", "Arial Narrow";
	transition:all linear 0.5s;
	-moz-transition:all linear 0.5s;
	-ms-transition:all linear 0.5s;
	-o-transition:all linear 0.5s;
	-webkit-transition:all linear 0.5s;
}
hr {
	noshade:noshade;
}
th {
	font-weight: normal;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
    overflow:hidden;
}
li{
	list-style: none;
}
a ,
a:hover{
	text-decoration: none;
	cursor: pointer;
}
img{
	max-width:100%;
}
section{
	width: 1280px;
	margin:0 auto;
	overflow:hidden;
	max-width: 95%;
}
header{
	position: absolute;
	width: 100%;
	background: #2d2d3f; /* Old browsers */
	background: -moz-linear-gradient(175deg, #97562e 0%,#a35e34 25%,#9b5f3b 60%,#a2613a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(175deg, #97562e 0%,#a35e34 25%,#9b5f3b 60%,#a2613a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(175deg, #97562e 0%,#a35e34 25%,#9b5f3b 60%,#a2613a 100%); 
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4baac1', endColorstr='#b0d46b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color:#fff;
	top: 0;
	z-index: 999;
}
header.headerTop{
    position: fixed;
}
header.headerTop #top-nav{
    display: none;
}
header.headerTop #main-menu{
    margin-top: 0;
    padding-bottom: 19px;
}
header a{
	color:#fff;
}
header section{
	position:relative;
	padding: 25px 0 0;
}
#top-nav{
    position: absolute;
    right: 0;
    top: 10px;	
}
#top-nav ul{
}
#top-nav ul li{
	display: inline-block;
	margin-left: 15px;
	vertical-align: bottom;
}
#top-nav ul li:nth-child(2){
    display: none;
}
#top-nav ul li a{font-size: 23px;vertical-align: bottom;line-height: 38px;}
#top-nav ul li a i{
	font-size: 14px;
	margin-right: 5px;
}
#cis{
	float: left;
	width: 25%;
	margin-top: -18px;
}
.nav-func{
	display:none;
}
#main-menu{
	float: right;
	overflow:hidden;
	margin-top: 15px;
	width: 70%;
}
#main-menu li{ 
	float: left;
	padding: 20px 15px;
	position:relative;
}
#main-menu li:hover:after{
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: #df8032;
	transform-origin: bottom;
	transform: skewX(-10deg);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#main-menu li a{
	font-size: 17px;
	font-weight: 600;
	display:block;
	letter-spacing: 0.05em;
	z-index: 2;
	position: relative;
	margin-left: 9px;
}
#main-menu li:hover a:before{ 
	display: block;
    content: '';
    width: 100%;
    height: 2px;
    background: #fdc76f;
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: 1;
}
#main-menu li span{
	display:none;  
}
#main-menu li.last{
	margin-right: 20px;
}
footer{
	margin-top: 50px;
}
footer section >div{
	float:left;
	overflow:hidden;
	width: 22%;


}
footer section .one{
}
footer section .one #footer-cis{
	text-align:center;
	margin-right: 5px;
}
footer section .one #community{
	overflow:hidden;
	text-align:center;
	margin-top: 20px;
}
footer section .one #community a{
	display:inline-block;
	color:#fff;
	font-size:14px;
	background:#26a6d1;
	border-radius:50%;
	width:26px;
	height:26px;
	line-height:26px;
	text-align:center;
	margin:0 2px;
}
footer section .one #community a:nth-child(2){
	background:#3b5998;
}
footer section .one #community a:nth-child(3){
	background:#dd4b39;
}
footer section .one #community a:nth-child(4){
	background:#f4b459;
}

footer section .two .border{
	border-right:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
	padding: 0 20px;
}
footer section .two .border p{
	font-size:12px;
	color:#212121;
}
footer section .two .border p a{
	color:#6d6adf;
}
footer section .three ul{
	text-align:center;
}
footer section .three li{
	display:inline-block;
	width:50%;
	margin-right:-4px;
}
footer section .three li a{
	color:#737373;
	font-size:12px;
}
footer section .four{
	float:right;
	width: 34%;
}
footer section .four .leftborder{
	border-left:1px solid #e5e5e5;
	overflow: hidden;
    padding-left: 20px;
}
footer section .four .leftborder >div{
	float: left;
	margin-left: 5px;
	display:inline-block;
	width: 43%;
}

footer section .four .leftborder #cellphone li{
	margin-top: 15px;
}
footer .footer2{
	border-top:1px solid #e5e5e5;
	padding:15px 0;
	margin-top:30px;
}
footer .maq > div{
	float: none;
	width: 100%;
	font-size: 12px !important;
	color: #636363;
}
#webSeo .seo > div{
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
footer .footer2 .info{
	text-align:center;
	font-size:12px;
	color:#c5c5c5;
	width: 100%;
    float: none;
}
footer .footer2 .info a{
	color:#c5c5c5;
}
footer .footer2 .info >p{
	color:#6e6e6e;
	display: inline-block;
    text-align: center;
	margin-right:10px;
}
#footer-qrcode2 img {
	width: 60%;
	/* padding-left: 15px; */
}

#gotop{
	position: fixed;
    right: 20px;
    bottom: 30px;
    font-size: 40px;
    color: #fff;
    text-shadow: 0 0 10px #000;
	z-index: 9;
}
@media screen and (max-width: 1280px) {
	section{
		width:90%;
	}
	#main-menu li{
		padding: 20px 5px;		
	}
	#main-menu li a{
		font-size: 15px;
	}
	footer section .four .leftborder >div{
		margin-left: 1%;
		width: 32%;		
	}
	footer section .one{
		width: 100%;	
		margin-bottom: 30px;
	}
	footer section >div{
		width: 33%;	
	}
	footer section .two .border{
	    border-left: 0;	
	}
}
@media screen and (max-width: 980px) {
	header section{
	    padding: 15px 0;
	    overflow: visible;
	    height: 58px;
	}
	#cis {
		width: 35%;
	}
	.nav-func{
		display: block;
		position: absolute;
		right: 0;
		top: 42px;
		font-size: 28px;
		z-index: 99;
	}
	#main-menu{
		position: absolute;
		top: 73px;
		z-index: 9999;
		left: 0;
		background: rgba(253, 152, 61, 0.92);
		width: 100%;
	}
	#main-menu li{
		float: none;
		padding: 10px;
	}
	#main-menu li:hover{
		background: #e74724;		
	}
	#main-menu li:hover:after{
		display:none;
	}
	#main-menu li:hover a:before{
		bottom: -10px;	
	}
	#main-menu li a{
		margin-left:0;
		padding: 0 20px;
	}
	footer section >div{
		width: 50%;	
	}
	footer section .four{
	    float: none;
		width: 60%;
		clear: both;
		margin: 0 auto;
		padding: 30px 0 0;	
	}
	footer section .four .leftborder{
		border-left:0;
		padding-left: 0;
	}
}
@media screen and (max-width: 768px) {
	#cis {
		width: 40%;
	}
	footer section .four{
		width: 70%;
	}
}
@media screen and (max-width: 640px) {
	#top-nav{
		display:none;
	}
	header section{
	    width: 100%;
	}
	#cis{
		float: none;
	}
	#cis h1{
		text-align:center;
	}
	#cis h1 img{
		height: 40px;		
	}
	.nav-func{
	    top: 23px;
		right: 5%;	
	}
	#main-menu{
		top: 55px;	
	}
	footer{
		margin-bottom:50px;
	}
	footer section .four .leftborder >div{
		margin: 0 1%;
		width: 48%;		
	}

	footer section .four .leftborder #cellphone{
		position: fixed;
		left: 0;
		bottom: 0;
		margin: 0;
		width: 100%;		
	}
	footer section .four .leftborder #cellphone ul{
		text-align:center;
	}
	footer section .four .leftborder #cellphone li{
	    display: inline-block;
		margin-top: 0;
		margin-bottom: 10px;
	}
	#cis{
		width: 34%;
		margin-top: 0;
	}
}
@media screen and (max-width: 480px) {
	#cis{
		width: 50%;
	}
	footer section >div{
	    width: 100%;	
	}
	footer section .two .border{
		border-right: 0;
	}
	footer section .two .border p{
		text-align:center;
	}
	footer section .three{
		margin-top:30px;
	}
	footer section .four .leftborder #footer-qrcode,
	footer section .four .leftborder #footer-qrcode2{
		display:none;
	}
}
@media screen and (max-width: 450px) {
	#cis{
		width: 50%;
	}
}
@media screen and (max-width: 375px) {
	#cis {
		width: 59%;
	}
}