﻿@charset "UTF-8";
/*项目基础样式*/
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Microsoft Yahei !important;
    font-size: 14px;
    background: #ffffff;
    overflow-x:hidden
}

p {
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
ul {
    list-style: none;
}

.nav ul {
    float: right;
    background: #fff;
    list-style: none;
    margin-left: 20px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.nav ul li + li {
    border-left: 1px solid #e5e5e5;
}

.header {
    width: 100%;
    height: 102px;
    background: #fff;
}

.nav {
    margin: 0 auto;
    max-width: 1200px;
    height: 100%;

}

.logo {
    float: left;
    line-height: 100px;
    height: 100%;
}

a {
    color: #808080;
}

.logo img {
    vertical-align: middle;
}

.nav ul li {
    background: #ffffff;
    position: relative;
    z-index: 100;
    height: 102px;
    float: left;
    width: 132px;
    display: inline;
    text-align: center;
}
.nav ul li:nth-child(1):hover{
    box-shadow: none;
    transform:translate3d(0,-2px,0);
}
.nav ul li a {
    background: #ffffff;
    display: inline-block;
    padding: 35px 0px 0 0px;
    text-align: center;
    font-size: 16px;
    color: #666666;
    text-decoration: none;
}

.nav ul:first-child:hover {
    background: #ffffff;
}

.nav li:hover {
    background: #ffffff;
    /*border-bottom: 2px solid #0080ff;*/
    -webkit-box-shadow: 0px 0px 8px 0px rgba(211, 211, 211, 0.5);
    -moz-box-shadow: 0px 0px 8px 0px rgba(211, 211, 211, 0.5);
    box-shadow: 0px 0px 8px 0px rgba(211, 211, 211, 0.5);
    transform:translate3d(0,-2px,0);
    /*box-shadow: 5px 0px 5px -5px black, -5px 0px 5px -5px black;*/
}

.nav li:hover a span, .nav li:hover a {
    color: #0080ff;
}

.nav-bottom {
    display: block;
    font-size: 10px;
    color: #808080;
    letter-spacing: 1px;
}

.nav-bottom-border {
    display: none;
    left: 51.48px;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    width: 22%;
    height: 3px;
    border: #0080ff;
    background: #0080ff;
}

.nav ul li .li_3_content {
    display: none;
    position: absolute;
    z-index: 99;
    width: 132px;
    left: 0px;
    top: 102px;
    background: #ffffff;
    /*-webkit-box-shadow: 0px 5px 20px 0px #d3d3d3;*/
    /*-moz-box-shadow: 0px 5px 20px 0px #d3d3d3;*/
    /*box-shadow: 0px 5px 20px 0px #d3d3d3;*/
    box-shadow: 5px 0px 5px -5px #d3d3d3, -5px 0px 5px -5px #d3d3d3;
}

.nav ul li .li_3_content dt {
    height: 15px;
    line-height: 15px;
}

.nav ul li .li_3_content dd {
    height: 30px;
    line-height: 30px;
    background: #ffffff no-repeat bottom;
}

.nav ul li .li_3_content dd a {
    font-size: 14px;
    padding: 0;
    text-align: center;
    color: #808080;
}

.nav ul li .li_3_content dd a:hover {
    color: #808080;
}

/*---底部导航--*/
.footer {
    width: 100%;
    background: #17181b;
    height: auto;
}

.footer-main {
    height: 200px;
    margin-bottom: 40px;
}

.content {
    margin: 0 auto;
    max-width: 1200px;
    height: 100%;
}

.content-left {
    height: 100%;
    float: left;
    width: 800px;

}

.content-left .list {
    float: left;
    height: auto;
}

.content-left .list h5 {
    font-weight: normal;
    font-size: 16px;
    color: #e5e5e5;
    padding: 30px 0px 20px 0px;
    border-bottom: solid 1px #cccccc;
}

.content-left .list .h5-border {
    width: 80px;
    height: 21px;
    border-bottom: solid 1px #30333a;
}

.content-left .list ul {
    margin-top: 10px;
}

.content-left .list ul li {
    height: 30px;
    line-height: 30px;
}
    .content-left .list ul li:hover a {
        color:#0080ff;
    }
.content-left .list ul li a {
    text-decoration: none;
    color: #666666;
    font-size: 14px;
}

.content-right {
    height: 100%;
    float: right;
    width: 390px;
}

.content-right img {
    margin-top: 30px;
}

.copyright {
    height: 50px;
    border-top: 1px solid #30333a;
}

.copyright-main {
    max-width: 1200px;
    margin: 0 auto;
    line-height: 50px;
}

.contact {
    color: #999999;
    margin-right: 50px;
}

.content-center {
    width: 100%;
    height: auto;
    margin-bottom: 100px;
}

/*---tabs-header--*/
.about-tabs {

}

.tabs {
    width: 1200px;
    height: auto;
    margin-bottom: 50px;
}
.tabs img{
    /*---width: auto;--*/
    height: auto;
    max-width:100%;
}


.tabs-header {
    border-bottom: 1px solid #999999;
}

.tabs-title {
    font-weight: normal;
    display: inline-block;
    font-size: 20px;
    color: #0d0d0d;
    border-bottom: 4px solid #0d0d0d;
}

.tabs-content {
    width: 100%;
    height: auto;
    margin:50px 0px 50px 0px;
}
.tabs-content *{
    text-align:justify;
    color: #666666;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.5px;
}
.tabs-content p{
    margin-bottom: 10px;
}
.tabs-content img{
    padding:0px 20px 0px 0px;
	/*---width: auto;--*/
    height: auto;
    max-width:100%;
}
/*---tabs-header--*/

