@charset "utf-8";
/* CSS Document */



@font-face {
    font-family: 'iconfont';  /* project id 983233 */
    src: url('//at.alicdn.com/t/font_983233_cb58hxnj1g.eot');
    src: url('//at.alicdn.com/t/font_983233_cb58hxnj1g.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_983233_cb58hxnj1g.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_983233_cb58hxnj1g.woff') format('woff'),
    url('//at.alicdn.com/t/font_983233_cb58hxnj1g.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_983233_cb58hxnj1g.svg#iconfont') format('svg');
}
.icon-font{
    font-family: 'iconfont';
    font-style: normal;
    font-weight: bold;
}
body, div, ul, ol, dl, dt, dd, li, dl, p, h1, h2, h3, h4，h5, h6 {
    margin: 0;
    padding: 0;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-style: normal;
}
ol, ul, li {
    list-style: none;
}
body {
    /*max-width: 1280px;
    min-width: 1200px;*/
    color: #323232;
    background: #FFF;
}
a {
    color: #323232;
    text-decoration: none;
}
a:hover {
    color: #3B6CAA;
}
img {
    border: 0;
    vertical-align: middle;
}
q:before, q:after {
    content: ''
}
.clear {
    clear: both;
    height: 1px;
    width: 100%;
    overflow: hidden;
    margin-top: -1px;
}
header {
    width: 100%;
    height: 80px;
    background-color: white;
    z-index: 1000;
    position:fixed ;/* 确保导航栏位于其他内容之上 */
    
}
.header_left {
    width: 400px;
    height: 100%;
    float: left;
}
.header_left img {
    width: 300px;
    /*height: 40px;*/
    margin-left: 50px;
    margin-top: 25px;
}
.header_right {
    width: 650px;
    height: 100%;
    float: right;
}
.header_top {
    width: 100%;
    height: 20px;
    margin-top: 10px;
    margin-bottom: 40px;
}
.header_top_tel {
    float: left;
    margin-left: 22px;
}
.header_top_mail {
    margin-left: 70px;
    float: left;
}
.header_top_mail a:hover {
    text-decoration: underline;
}
.language {
    width: 80px;
    height: 20px;
    float: left;
    margin-left: 40px;
}
.language a {
    padding-left: 20px;
    display: block
}
.languageWrap {
    width: 100px;
    height: auto;
    background-color: #fff;
    border: medium solid #F5F5F5;
    display: none;
    z-index: 1;
    position: absolute;
}
.languageWrap li {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
}
.language:hover .languageWrap {
    display: block;
}
.main-navbar {
    width: 100%;
    height: 32px;
    margin-top: 30px;
}
.main-navbar li {
    width: auto;
    height: 32px;
    float: left;
    line-height: 32px;
    font-size: 20px;
}
.main-navbar a {
    color: #323232;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
}
.main-navbar a:hover {
    background-color: #3B6CAA;
    color: #FFFFFF;
    padding-left: 20px;
    padding-right: 20px
}
.downwrap {
    width: 350px;
    height: auto;
    background-color: #F5F5F5;
    position: absolute;
}
.downwrap li {
    width: 100%;
    display: none
}
.main-navbar li:hover .downwrap li {
    display: block
}
.labelrow {
    width: 100%;
    margin-top: 15px;
}
.label {
    width: 800px;
    height: 20px;
    margin-left: 0px;
    margin-top: 30px;
    color: #788791;
    font-size: 16px;
    font-weight: normal;
}
.label a {
    color: #788791;
}
.label a:hover {
    color: #3B6CAA;
}
.label span {
    margin-left: 10px;
    margin-right: 10px;
}
.left-box {
    width: 300px;
    min-height: 380px;
    float: left;
    margin-right: 80px;
}
.left-tit {
    width: 300px;
    height: 50px;
    background-color: #5D8CC6;
    margin-right: auto;
    margin-left: auto;
    padding-top: 15px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.left-tit h1 {
    color: #fff;
    text-align: center;
    font-weight: 100;
}
.left-nav {
    width: 300px;
    /*height: 270px;*/
    background-color: #F5F5F5;
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.left-nav > li {
    width: 280px;
    /*height: 29px;*/
    border-top: thin solid #B7C9DB;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: auto;
}
.left-nav > li:nth-last-child(1){
    border-bottom: thin solid #B7C9DB;
}

.left-nav > li:hover{
    background: #dbe7f3;
    text-decoration: none;
}
.left-nav li:hover a > div:nth-child(1){
    text-decoration: none;
}
.left-nav li:hover a > div:nth-child(2){
    color:#000;
}
.left-nav li a > div:nth-child(2){
    color:#716d6d;
}
.left-nav > li:nth-child(1){
    border-top: thin solid #B7C9DB;
}
.lefe-nav_lastli {
    border-bottom: thin solid #B7C9DB;
}
.left-nav a {
    padding-top: 9px;
}
.left-nav a:hover {
    text-decoration: none;
}
.left-nav .col-nav{
    background: #F5F5F5;
    width: 300px;
    padding-left: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: auto;
}


footer {
    width: 100%;
    height: 150px;
    background-color: #FFFFFF;
}
.footer_infoBox {
    width: 1100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
}
.footer_flag {
    width: 70px;
    height: auto;
    float: left;
    margin-top: 25px;
}
.footer_companyContent {
    width: 350px;
    height: 100px;
    float: left;
    margin-left: 20px;
}
.footer_companyTit {
    font-weight: bold;
}
.footer_companyTel {
    width: 350px;
    height: 80px;
	float: left;
    margin-top: 20px;
}
.footer_copyright {
    width: 380px;
    height: 20px;
    font-size: 14px;
	margin: auto;
}
.arrowDown {
    width: 8px;
    height: 8px;
    border-top: 1px solid;
    border-right: 1px solid;
    border-color: #323232;
    display: inline-block;
    transform: rotate(135deg);
    margin-left: 12px;
    margin-bottom: 3px;
}