﻿@charset "utf-8";

/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

body {
    padding: 0;
    font-size: 14px;
    font-family: "思源黑体";
    margin: 0 auto;
}

ul,
p,
form,
input,
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-size: 12px;
}

li {
    list-style: none;
}

img {
    border: 0;
}

a {
    text-decoration: none;
    color: #000000;
}

a:hover {
    text-decoration: none;
}

.w14 {
    width: 1200px;
    margin: auto;
}

.w12 {
    width: 1200px;
    margin: auto;
}

.clear {
    clear: both;
}

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}


/* head */

.head {
    width: 100%;
    background: #efefef;
    height: 40px;
    overflow: hidden;
    clear: both;
}

.head .top {
    font-size: 12px;
    color: #fff;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    clear: both;
}

.top a {
    color: #fff;
    text-decoration: none;
}

.top_l {
    float: left;
    display: inline;
    width: 820px;
    letter-spacing: 1.5px;
    color: #818188;
    font-size: 16px;
}

.top_l span {
    padding: 0 2px;
    margin-right: 5px;
    background: #267b09;
    color: #fff;
    padding: 3px;
    border-radius: 2px;
}

.shu {
    border-left: 1px dashed #c1c1c4;
    height: 100%;
    line-height: 1px;
    display: inline;
    margin: 0 5px;
}

.lv {
    color: #267b09;
    display: inline;
}

.top_r {
    float: right;
    display: inline;
    letter-spacing: 1.5px;
}

.top_r a {
    /* margin:0 auto; */
    color: #818188;
    font-size: 16px;
}

.mob {
    padding-left: 15px;
    background: url(../images/mob.jpg) no-repeat;
    background-position: 0 4px;
}

.wx {
    background: url(../images/wchat.jpg) no-repeat;
    background-position: 0 3px;
    padding-left: 22px;
}


/* logo */

.logo {
    height: 70px;
    margin-top: 15px;
    padding: 20px 0;
}

.logo img {
    width: initial;
    height: auto;
    clear: both;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

ul,
li,
dl,
dt,
dd,
ol {
    display: block;
    list-style: none;
}


/* navbg */

.navbg {
    width: 100%;
    height: 65px;
    background: #40ae55;
}

.navbg ul {
    width: 1200px;
    margin: 0 auto;
    height: 65px;
}

.navbg li {
    width: 132px;
    height: 65px;
    text-align: center;
    font: 16px/65px 微软雅黑;
    color: #5a740a;
    float: left;
    position: relative
}

.navbg li ol {
    display: none;
    position: absolute;
    z-index: 999;
}

.navbg li ol li {
    background: #8c8f94;
    height: 40px;
    line-height: 40px;
}

.navbg li ol li a:hover {
    background-color: rgba(0, 0, 0, 0.5)
}

.navbg li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

.navbg li a:hover {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    background: #b00b0b;
    ;
}

.tab {
    height: 23px;
    margin-top: 30PX;
}

.tab ul {
    list-style: none;
}

.tab li {
    cursor: pointer;
    display: block;
    float: left;
    text-align: center;
    text-decoration: none;
    width: 294px;
    height: 63px;
    font-size: 24px;
    line-height: 45px;
    position: relative;
    color: #656565;
    z-index: 9;
}

.tab li.c1 {
    background: url(../images/c1bg_03.png) no-repeat;
    background-position: -10px -5px;
}

.tab li.c1curr {
    background: url(../images/c1bg_03_h.png) no-repeat;
    background-position: -10px -5px;
    color: #fff;
}

.tab li.c2 {
    background: url(../images/c2bg_03.png) no-repeat;
    background-position: -10px -5px;
}

.tab li.c2curr {
    background: url(../images/c2bg_03_h.png) no-repeat;
    background-position: -10px -5px;
    color: #fff;
}

.tab li.c3 {
    background: url(../images/c3bg_03.png) no-repeat;
    background-position: -10px -5px;
}

.tab li.c3curr {
    background: url(../images/c3bg_03_h.png) no-repeat;
    background-position: -10px -5px;
    color: #fff;
}

.tab li.c4 {
    background: url(../images/c4bg_03.png) no-repeat;
    background-position: -10px -5px;
}

.tab li.c4curr {
    background: url(../images/c4bg_03_h.png) no-repeat;
    background-position: -10px -5px;
    color: #fff;
}

.tab {
    width: 1176px;
    height: 55px;
    background: #fff;
}

.tt {
    background: url(../images/ttbg.png);
    height: 73px;
    margin-top: 50px;
}

.tt h2 {
    font-size: 36px;
    background: #f5f5f5;
    width: 260px;
    height: 75px;
    margin: auto;
    padding-left: 30px;
}

.swiper-slide {
    background: #fff;
}

.nav {
    margin-bottom: 48px;
}

.nav ul {
    *zoom: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #333;
}

.nav ul:before,
.nav ul:after {
    content: "";
    display: table;
}

.nav ul:after {
    clear: both;
}

.nav ul>li {
    float: left;
    position: relative;
}

.nav a {
    display: block;
    padding: 10px 20px;
    line-height: 1.2em;
    color: #fff;
    border-left: 1px solid #595959;
}

.nav a:hover {
    text-decoration: none;
    background: #595959;
    transition: all .7s ease 0s;
}

.nav li ul {
    background: #273754;
}

.nav li ul li {
    width: 200px;
}

.nav li ul a {
    border: none;
}

.nav li ul a:hover {
    background-color: rgba(148, 235, 253, 0.70);
    color: #000;
    font-weight: bold;
}

.nav2 ul>li:hover ul {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.nav2 li ul {
    width: 139px;
    position: absolute;
    left: 0;
    top: 65px;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 200ms ease;
    -moz-transition: 200ms ease;
    -o-transition: 200ms ease;
    transition: 200ms ease;
}

.nav2 li ul li {
    float: none;
    background: rgba(130, 130, 130, 0.8);
    height: 40px;
    line-height: 40px;
}

.title {
    text-align: center;
    padding-top: 30px;
}

.title h2 {
    font-size: 36px;
}

.title p {
    font-size: 24px;
}

.xian {
    height: 3px;
    width: 120px;
    background: #40ae55;
    margin: 10px auto;
}

.two-l {
    width: 590px;
    margin-top: 20px;
}

.two-l img {
    width: 100%;
}

.two-l h3 {
    padding-left: 20px;
    color: #2B428E;
    font-size: 22px;
    padding: 20px;
}

.two-l p {
    padding-left: 20px;
    text-indent: 26px;
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 30px;
}

.an1 {
    background: #2B428E;
    padding: 8px 28px;
    color: #fff;
    margin-left: 130px;
}

.an1 a {
    color: #fff;
}

.an2 {
    border: 2px solid #2B428E;
    padding: 8px 28px;
    color: #2B428E;
    margin-right: 130px;
}

.an2 a {
    color: #2B428E;
}

.two {
    padding-top: 30px;
}

.two-l {
    padding-bottom: 20px;
}

.three {
    padding-top: 20px;
}

.three-1 {
    width: 390px;
    padding-bottom: 10px;
}

.three-1 img {
    width: 100%;
}

.three-1 h3 {
    color: #2B428E;
    font-size: 20px;
    padding: 15px;
}

.three-1 p {
    padding-left: 20px;
    text-indent: 26px;
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 30px;
}

.an3 {
    padding: 5px 15px;
    float: left;
    background: #2B428E;
    color: #fff;
    margin-left: 80px;
}

.an4 {
    padding: 3px 15px;
    float: left;
    border: 2px solid #2B428E;
    color: #2B428E;
}

.an3 a {
    color: #fff;
}

.an4 a {
    color: #2B428E;
}

.three-1:nth-child(2) {
    margin-left: 15px;
}

.three-1:nth-child(3) {
    margin-left: 15px;
}

.jbgc {
    padding: 30px;
    overflow: hidden;
}

.lv {
    color: #40ae55;
}

.xqjy,
.gdjt,
.rgzn {
    padding-top: 30px;
}


/*dibu*/

.bottom {
    height: 420px;
    background: #ececec;
    margin-top: 50px;
    padding-top: 20px;
}

.bottom_left {
    width: 385px;
    float: left;
}

.bottom_left img {
    margin-top: 5px;
}

.bottom-right {
    width: 790px;
    height: 220px;
    float: left;
    padding-top: 30px;
    padding-left: 20px;
}

.bottom-right ul {
    background: url(../images/btgg.png) no-repeat;
    width: 130px;
    height: 235px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background-position: 20px 30px;
    margin-left: 40px;
    float: left;
}

.bottom-right ul li {
    font-size: 16px;
    margin-top: 12px;
    text-align: center;
    font-weight: 50;
}

.bx {
    border-bottom: 1px solid #999;
    overflow: hidden;
    padding-bottom: 50px;
}

.bottom p {
    text-align: center;
    font-size: 16px;
    padding: 20px;
    color: #999;
}

.bian {
    border: 1px solid #d5d5d5;
    padding-bottom: 30px;
}