
 *{-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:14px;
    line-height:14px;
    font-family:'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;

}

/*************************************************
******************* 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 .cpr {
    font-family: 'Microsoft YaHei';
}
#footer .gotop {
    display: inline-block;
    margin-left: 8px;
    padding-left: 22px;
    height: 16px;
    line-height: 16px;
    background: url('../../imgs/gotop.jpg') no-repeat left center;
}
#returnTop {
    position: fixed;
    z-index: 3;
    display: block;
    right: 20px;
    bottom: 20px;
    width: 74px;
    height: 74px;
    background: url('../../imgs/go_top.jpg') no-repeat center;

    opacity: 0.2;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
@media screen and (max-width: 1440px) {
    #returnTop {
        width: 60px;
        height: 60px;
    }
}
#returnTop:hover {
    opacity: 1;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    filter: gray;
}
#rocket-to-top {
    background: url("../../imgs/rocket_button_up.png") no-repeat scroll 0 0 transparent;
    cursor: default;
    display: block;
    height: 250px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: 0;
    bottom: 20px;
    width: 149px;
    z-index: 11;
}
#rocket-to-top div {
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 149px;
}
#rocket-to-top .level-2 {
    background: url("../../imgs/rocket_button_up.png") no-repeat scroll -149px 0 transparent;
    display: none;
    height: 250px;
    opacity: 0;
    z-index: 1;
}
#rocket-to-top .level-3 {
    background: none repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 150px;
    z-index: 2;
}

/*---------------------------------------------------------------*/
.search { width:450px; float:left;}
.s-button {
	display: block;
	padding: 0px 15px;
	background-color: #1E6AC8;
	color: white;
	border: 0;
	text-decoration: none;
	cursor: pointer;
	border-radius: 0;
	height:32px;
	float:right;
	f

}

.w-col {
	position: relative;
	float: left;
	width: 100%;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
}
.w-col-8 {
	width: 66.66666667%;
}
.s-input, .s-select {
	display: block;
	width:320px;
	height:32px;
	padding:0px 12px;
	font-size: 14px;
	line-height:14px;
	color: #333333;
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	float:right;
	background: url('../imgs/sousuoimg.png') no-repeat center center;
}

.text-area { font-family: "微软雅黑";}


.s-input:-moz-placeholder, .s-select:-moz-placeholder {
 color: #999999;
}
.s-input::-moz-placeholder, .s-select::-moz-placeholder {
 color: #999999;
 opacity: 1;
}
.s-input:-ms-input-placeholder, .s-select:-ms-input-placeholder {
 color: #999999;
}
.s-input::-webkit-input-placeholder, .s-select::-webkit-input-placeholder {
 color: #999999;
}
.s-input:focus, .s-select:focus {
	border-bottom-color:#3898ec;
	border-top-color:#3898ec;
	border-left-color:#3898ec;
	border-right-color:#fff;
	outline:0;
}
.s-input[disabled], .s-select[disabled], .s-input[readonly], .s-select[readonly], fieldset[disabled] .s-input, fieldset[disabled] .s-select {
	cursor: not-allowed;
	background-color: #eeeeee;
}
textarea.s-input, textarea.s-select {
	height: auto;
}
.s-select {
	background-image: -webkit-linear-gradient(white 0%, #f3f3f3 100%);
	background-image: linear-gradient(white 0%, #f3f3f3 100%);
}
.s-select[multiple] {
	height: auto;
}
.w-button {
	display: inline-block;
	padding: 9px 15px;
	background-color: #3898ec;
	color: white;
	border: 0;
	line-height: inherit;
	text-decoration: none;
	cursor: pointer;
	border-radius: 0;
}
button, html input[type="button"], input[type="reset"] {
	border: 0;
	cursor: pointer;
	-webkit-appearance: button;
	float:right;
}
























