
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:before,:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
html, body {
    width: 100%;
    font-size:12px;
    line-height: 1em;
    font-family: 'Helvetica Neue',Helvetica,STHeiti,'Microsoft YaHei','SimSun',Arial,Tahoma,sans-serif;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li {
    margin: 0;
    padding: 0;
    line-height: 1em;
}
li {
    list-style: none;
}
a,
a:hover,
a:focus {
    line-height: 1em;
    color: inherit;
    text-decoration: none;
}
span {
    line-height: 1em;
}
.clear,
.wrapper:after,
.clearfix:after {
    display: block;
    height: 0;
    clear: both;
    content: '';
}
.clear,
.wrapper:after {
    visibility: hidden;
}
.wrapper {
    margin: 0 auto;
}
.full-single,
.full-single body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.wrapper {
    position: relative;
    max-width: 1200px;
	min-width:1002px;

}

/*************************************************
******************* navigation *******************
*************************************************/
header {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
}
body.home header .wrapper {
    overflow: visible;
}
.dropdown-sub-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.85);
    box-shadow: 0 1.5px 3px rgba(0,0,0,.15);
}
#navigation {
    position: relative;
}
#navigation:before {
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height:75px;
    background-color:#fff;
    content: '';
	border-bottom:4px #0059B2 solid;
}
#navigation .logo {
    float:left;
    margin-top:11px;
    margin-left:1%;
}
#navigation .logo img {
    width:100%;
    height:100%;
}
.navigation {
    float:right;
    display:block;
    margin-bottom:0;
    min-height:1%;
    border:none;
    border-radius:0;
    z-index:100;
    border:none;
	font-family:"微软雅黑";
}
.navigation a { font-size:14px; color:#333;}
.dropdown {
    position:relative;
    float:left;
    width:80px;
    text-align:center;
}
.dropdown .blue,
.dropdown .direction {
    position:absolute;
    display:block;
    content: '';

}
.dropdown .blue {

    opacity: 0;
	top:80;
    left:0;
    width:80px;
    height:71px;
    background: url('../imgs/nav.png') no-repeat center bottom;

}
.dropdown .direction {
    opacity: 0;
    left:50%;
    margin-left: -8px;
    top:60px;
}
.dropdown:first-child {
    margin-left: 0;
}
.dropdown.active .blue {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    opacity: 1;
    top: 0;
}

.dropdown.active .direction {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    opacity: 1;
}
.active a {}
.dropdown { margin:0px 15px 0px 0px; color:#333;}
.dropdown > a {
    display: block;
    position: relative;
    padding-top: 30px;
    width: 100%;
    height:75px;
    text-align: center;
}
.dropdown > a:hover {
    display: block;
    position: relative;
    padding-top: 30px;
    width: 100%;
    height: 75px;
    color: #f00;
    text-align: center;
}

.dropdown .dropdown-sub {
    display: none;
    position: relative;
	color:#333;
}
.dropdown ol {
    padding-top: 25px;
    padding-bottom: 20px;
}
.dropdown ol li {
    padding: 4px 0;
}
.dropdown ol li a {
    line-height: 18px;
    color:#707070;
    font-size:13px;
}
.dropdown .sub-menu {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    width: 100%;

    visibility: hidden;
    display: inline-block;
            opacity: 0;
         -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: visibility 0s linear 0.3s, opacity 0.2s linear;
       -moz-transition: visibility 0s linear 0.3s, opacity 0.2s linear;
        -ms-transition: visibility 0s linear 0.3s, opacity 0.2s linear;
         -o-transition: visibility 0s linear 0.3s, opacity 0.2s linear;
            transition: visibility 0s linear 0.3s, opacity 0.2s linear;
}
.dropdown .sub-menu.visible,
.dropdown:hover .sub-menu {
    visibility: visible;
            opacity: 1;
         -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition-delay: 0.2s;
       -moz-transition-delay: 0.2s;
        -ms-transition-delay: 0.2s;
         -o-transition-delay: 0.2s;
            transition-delay: 0.2s;
}
/*footer*/
.fowi { max-width:1200px; margin:0px auto; }
.footer {
	width:100%;
	height:180px;
	background-color:#283443;
	position:relative;
}
.wrap14 {
	width:90%;
	margin:0px auto;
	min-width:980px;

	}
.footer-info {
	padding-top:20px;
	height:90px;
}
.footer-info-l {
	float: left;
}
.footer-info-phone {
	float: left;
	margin-right: 36px;
}
.footer-info-phone p {
	font-size:1.2em;
	line-height:20px;
	color: rgba(152,164,169,.4);
	margin-bottom: 4px;
}
.footer-info-phone strong {
	font-size: 22px;
	line-height: 22px;
	color:#eee;
}
.footer-info-links {
	float: left;
}
.footer-info-links ul {
	margin-top: 26px;
}
.footer-info-links li {
	margin-right: 30px;
	float: left;
}
.footer-info-links li a {
	font-size:1.2em;
	line-height:1.2em;
	color: #5e6977;
}
.footer-info-links li a:hover {
	color:#a9aeb4;
}
.footer-info-r {
	float: right;
	padding-top: 20px;
}
.footer-info-weibo {
	float: left;
	padding-top: 20px;
}
.footer-info-weibo a {
	width: 24px;
	height: 21px;
	display: block;
	margin-right: 20px;
	float: left;
}

.footer-info-join {
	float: right;
}
.footer-info-join a {
	width:26px;
	height:26px;
	display: block;
	margin-left:0px;
	float: right;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	transition: 0.25s;
}
.join-txt {
	float: right;
	width:70px;
	margin-right: 10px;
	text-align: right;
}
.join-txt span {
	font-size: 13px;
	line-height: 13px;
	color: #5e6977;
	margin-bottom: 8px;
	display: block;
}
.join-txt em {
	font-size: 13px;
	line-height: 13px;
	color: rgba(255,255,255,.3);
	display: block;
}
.copyright {
	height:60px;
	padding-top:20px;
	border-top:1px solid rgba(50,62,76,.6);
}
.copyright p {
	font-size: 12px;
	color: #4d555f;
	float: left;
}
.copyright span {
	color: #707883;
	margin-left: 10px;
}
