﻿/*公有样式开始*/
.w1200 {
    width: 1200px;
    margin: 0 auto;}

body {
    background: #f1f1f1;}

.top {
    margin-top: 19px;}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;}

.box-bg {
    background: white;
    border: 1px solid #e7e7e7;}

.ft .title {
    width: 100%;
    height: 63px;
    line-height: 63px;
    background: white;
    border-bottom: 1px solid #e7e7e7;
    padding-left: 16px;
    padding-right: 18px;
    box-sizing: border-box;
    padding-top: 30px;}

.ft .hgroup h4 {
    font-size: 18px;
    color: black;
    float: left;
    height: 100%;
    line-height: 100%;
    margin-right: 23px;
    padding-bottom: 11px;
    cursor: pointer;
    float: left;}

.ft .moves a:nth-child(2) {
    display: none;}

.ft .hgroup h4:last-child {
    margin-right: 0px;}

.ft .hgroup h4.active {
    color: #09386e;
    border-bottom: 3px solid #2b4474;}

.right .ft .hgroup h4.active {
    border-bottom-width: 1px;
    font-weight: bolder;}

.ft .hgroup h4.active i {
    font-size: 12px;
    color: #bfbfbf;
    font-weight: normal;}

.ft .hgroup h4.active a {
    font-size: 18px;
    color: #09386e;
    font-weight: normal;}

.r-top {
    margin-top: 27px !important;}

/*公有样式结束*/

/*头部样式开始*/
.header {
    background: #ffffff;}

.header .log-info {
    overflow: hidden;
    padding-top: 20px;
    height: 114px;
    box-sizing: border-box;
    padding-left: 6px;
    padding-right: 29px;}

.header .log-info .left {
    font-size: 0;}

.header .log-info .left a {
    width: 296px;
    height: 61px;
    display: inline-block;}

.header .log-info .left span {
    display: inline-block;
    font-size: 24px;
    color: #0e386f;
    height: 47px;
    line-height: 47px;
    vertical-align: top;
    margin-top: 10px;
    padding-left: 20px;
    border-left: 1px solid #dcdcdc;
    margin-left: 20px;
    box-sizing: border-box;}

.header .log-info .left img {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 0;}

.header .log-info .right span:first-child {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 20px;
    color: #434343;
    background: url(../img/index/tel.jpg) 5px center no-repeat;}

.header .log-info .right span:nth-child(2) {
    font-size: 20px;
    color: #ed0000;
    font-weight: bolder;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 6px;}

.header .log-info .right {
    text-align: center;
    margin-top: 13px;}

/*nav*/

.header .nav {
    height: 50px;
    background: #09386e;}

.header .nav-list::after {
    content: " ";
    clear: both;
    display: block;
    visibility: hidden;}

.header .nav-list > li {
    float: left;
    position: relative;}

.header .nav-list > li.active > a, .header .nav-list > li:hover {
    background: #ed0000;}

.header .nav-list > li a {
    min-width: 109px;
    height: 100%;
    line-height: 49px;
    display: block;
    font-size: 14px;
    color: white;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    border-bottom: 1px solid transparent;}

.header .nav-item {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;}

.header .active .nav-item {
    -webkit-box-shadow: 0.5px 1px 4px #c0bfbf;
    -moz-box-shadow: 0.5px 1px 4px #c0bfbf;
    box-shadow: 0.5px 1px 4px #c0bfbf;
    z-index: 2;}

.header .active .nav-item a {
    width: 109px;
    height: 48px;
    display: block;
    line-height: 48px;
    text-align: center;
    font-size: 14px;
    color: #3b4959;
    background: white;
    box-sizing: border-box;
    border-bottom: 1px solid #f1f1f1;
    cursor: pointer;}

.header .active .nav-item {
    border-top-color: #e24444;}

.header .active .nav-item::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-bottom: 8px solid white;
    border-right: 9px solid transparent;
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -8px;
    z-index: 6;}

/*头部样式结束*/

/*当前位置开始*/
.location {
    height: 42px;
    line-height: 42px;
    background: white;
    font-size: 0;
    text-align: left;
    padding-left: 13px;
    box-sizing: border-box;
    border: 1px solid #eaeaea;}

.location span, .location a {
    display: inline-block;
    color: #999999;
    font-size: 14px;
    vertical-align: top;
    line-height: 42px;}

.location ul {
    display: inline-block;
    overflow: hidden;}

.location ul li {
    float: left;
    position: relative;
    line-height: 42px;}

.location ul li:not(:last-child)::after {
    content: ">";
    width: 7px;
    height: 7px;
    line-height: 15px;
    text-align: center;
    display: inline-block;
    margin: 0 14px;
    font-size: 14px;
    color: #999999;
    vertical-align: text-bottom;}

.location li.active a {
    color: #09386e;}

.location li a {
    cursor: pointer;}

/*当前位置结束*/

/*main中左侧公有内容开始*/
.main {
    overflow: hidden;
    margin-bottom: 39px;}

.main .left {
    width: 307px;
    float: left;}

.main .right {
    width: 885px;
    min-height: 823px;
    float: right;
    position: relative;}

.quick-nav {
    overflow: hidden;}

.quick-nav .list {
    width: 281px;
    margin: 0 auto;
    margin-top: 17px;}

.quick-nav .list li {
    float: left;
    margin-bottom: 16px;}

.quick-nav .list li:nth-child(2n) {
    float: right;}

.contact .list {
    width: 271px;
    margin: 18px auto;
    font-size: 0;}

.quick-nav .list a {
    width: 135px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    box-sizing: border-box;
    background: #f8f9fd;
    border: 1px solid #cdd9e8;
    display: inline-block;
    font-size: 14px;
    color: #09386e;}

.contact .list li {
    box-sizing: border-box;
    padding-left: 38px;
    min-height: 48px;}

.contact .list li:not(:last-child) {
    background: url(../img/public/l-tel.jpg) 4px 14px no-repeat;}

.contact .list li:not(:nth-child(3)):not(:nth-child(4)) {
    border-bottom: 1px dashed #c9c9c9;}

.contact .list li:nth-child(2) {
    background-image: url(../img/public/l-email.jpg);
    background-position-x: 0px;}

.contact .list li:nth-child(3) {
    background-image: url(../img/public/l-location.jpg);
    padding-bottom: 8px;
    line-height: 36px;
    background-position-y: 7px;}

.contact .list p {
    display: inline-block;
    width: 190px;
    text-align: justify;}

.contact .list li, .contact .list p {
    font-size: 14px;
    color: black;
    line-height: 48px;}

.contact .list li.address p {
    line-height: 22px;
    vertical-align: text-top;}

#map {
    width: 269px;
    height: 196px;}

/*main中左侧公有内容结束*/

/*banner*/
.banner {
    height: 300px;
    background: center center no-repeat;}

/*页脚开始*/
.footer {
    width: 100%;
    height: 235px;
    background: #09386e;}

.footer .f1 {
    padding-top: 29px;
    box-sizing: border-box;
    height: 177px;
    overflow: hidden;
    padding-bottom: 19px;
    position: relative;}

.footer .f1 p {
    font-size: 14px;
    color: white;
    margin-bottom: 10px;}

.footer .code img {
    width: 96px;
    height: auto;
    display: block;}

.footer .code {
    display: block;}

.footer .code i {
    font-size: 18px;
    color: white;
    display: block;
    text-align: center;
    margin-top: 14px;}

.footer .f1::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 3px;
    background: url(../img/index/footer-border.jpg) no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;}

.footer .f2 {
    color: #f1f1f1;
    font-size: 12px;
    text-align: center;
    margin-top: 19px;}

/*页脚结束*/


