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

* {
    margin: 0;
    padding: 0;
    /* border: 0;*/
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

ol, ul, li {
    list-style: none;
}

body {
    line-height: 1.5;
    font-family: "Microsoft yahei", Arial, simsun;
    min-height: 460px;
    color: #333;
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #333;
}

a:hover {
    color: #039;
}

.c:link {
    display: block;
    text-decoration: none;
    cursor: pointer;
}

.c:hover {
    color: #039;
}

.q:link {
    display: block;
    text-decoration: none;
    cursor: pointer;
}

.q:hover {
    color: #039;
}

.disblock {
    display: block;
}

h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
}

/*************百分比宽度*****************/
.w-1 {
    width: 100%;
}

/*************背景颜色*****************/
.bg-1 {
    background-color: #f2f2f2;
}

/******背景灰色*****/
.bg-2 {
    background-color: #000000;
}

/******背景黑色*****/
.bg-3 {
    background-color: #eee;
}

/******背景浅灰色*****/
.bg-4 {
    background-color: #30333a;
}

/******背景浅灰色*****/
.bg-5 {
    background-color: #f0f0f0;
}

/******背景浅灰色*****/

/*************字体颜色*****************/

.zt-2 {
    color: #000000;
}

/******背景黑色*****/

/*************背景图*****************/
.ly-tu {
    background: url(../img/img-1.jpg) left center;
    background-repeat: no-repeat;
    padding-left: 20px;
}

.qq-tu {
    background: url(../img/img-2.jpg) left center;
    background-repeat: no-repeat;
    padding-left: 20px;
}

.dh-bj {
    background: url(../img/img-01.jpg) center center;
    background-repeat: no-repeat;
}

/*************宽度*****************/
.w-1240 {
    width: 1240px;
    margin: auto;
}

.w-80 {
    width: 80px;
}

.w-456 {
    width: 456px;
}

.w-622 {
    width: 615px;
}

.w-618 {
    width: 610px;
}

.w-424 {
    width: 450px;
}

.w-150 {
    width: 150px;
}

.w-250 {
    width: 350px;
}

.w-90 {
    width: 90px;
}

.w-230 {
    width: 260px;
}

.w-910 {
    width: 910px;
}

.w-730 {
    width: 757px;
}

.w-300 {
    width: 350px;
}

.w-750 {
    width: 750px;
}

.bzi {
    font-size: 12px;
    line-height: 24px;
    margin-right: 40px;
    color: #FFF;
}

/*************高度*****************/
.h-30 {
    height: 30px;
}

.h-80 {
    height: 80px;
}

.h-20 {
    height: 20px;
}

.h-35 {
    height: 35px;
}

.h-404 {
    height: 404px;
}

.h-212 {
    height: 212px;
}

.h-180 {
    height: 180px;
}

.h-160 {
    height: 160px;
}

/*************浮动*****************/
.fl {
    float: left
}

.fr {
    float: right
}

.clearH {
    clear: both;
}

/*************文字大小*****************/
.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.center {
    text-align: center;
}

.txt-r {
    text-align: right;
}

.red {
    color: #F00;
}

.fh-30 {
    line-height: 30px;
}

.fh-20 {
    line-height: 20px;
}

.fh-26 {
    line-height: 26px;
}

strong, b, .b {
    font-weight: 700
}

/*************margin*****************/
.mt8 {
    margin-top: 8px
}

.mt10 {
    margin-top: 10px
}

.mt-tb1 {
    margin: 10px 0 10px 0;
}

.mt-r1 {
    margin-right: 70px;
}

.mt-tb2 {
    margin: 20px 0 30px 0;
}

.mt-l1 {
    margin-left: 20px;
}

.mt-r20 {
    margin-right: 20px;
}

/*************padding*****************/
.pd {
    padding: 20px 0 20px 0;
}

.pd10 {
    padding: 5px 0 5px 6px;
}

.pd-t {
    padding-top: 20px;
}

/*************border*****************/
.bd-1 {
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
}

.bd-2 {
    border: 1px solid #CCC;
    background-color: #f0f0f0;
}

.bd-3 {
    border: 1px solid #bfbfbf;
}

.bd-4 {
    border-right: 1px solid #bfbfbf;
}

.bd-5 {
    border-right: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    border-left: 1px solid #bfbfbf;
}

.bd-6 {
    border-right: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
}

.bd-7 {
    border-top: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
}

.bd-8 {
    border-bottom: 1px solid #bfbfbf;
}

/*************下拉菜单*****************/
.mainlevel ul {
    display: none;
    position: absolute;
    z-index: 999;
    width: 110px;
    border-top: 1px solid #fff;
}

.mainlevel ul li {
    height: 35px;
    line-height: 35px !important;
    float: left;
    width: 110px;
    background-color: #da0203;
    border-bottom: 1px solid #fff;
    font-size: 16px; /*IE6 only*/
}

.mainlevel ul li a {
    height: 35px;
    line-height: 35px !important;
    color: #fff;
    font-size: 16px;
    background-color: #da0203
}

.mainlevel ul li a:hover {
    background-image: none !important;
    color: #fff
}

.menu {
    width: 1240px;
    float: right;
    height: 35px;
    line-height: 35px;
    color: #fff;
    float: left;
}

.menu span {
    display: block;
    width: 110px;
    float: left;
    height: 35px;
    border-right: 1px solid #ccc;
}

.menu span a {
    display: block;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    padding: 0px 5px;
    min-width: 60px;
    text-align: center;
    color: #fff;
}

.menu span a:hover {
    background-color: #3ab4ff;
    color: #fff;
}

.list-al {
    width: 330px;
}

.list-al ul li {
    border-bottom: 1px dashed #989898;
    line-height: 30px;
    height: 30px;
}

.list-al ul li a {
    display: block;
    width: 250px;
    float: left;
    color: #636363;
}

.list-al ul li a:hover {
    background: #e9e9e9;
    color: #0a64df;
}

.h1 {
    font-size: 24px;
    text-align: center;
    color: #1e6ee1;
    height: 60px;
    line-height: 60px;
    font-weight: bold;
    display: block;
    background: url(../img/img-6.jpg) 50px 20px no-repeat;
    padding-left: 20px;
}

.left-dh {
}

.left-dh li {
    border-top: 1px solid #CCC;
    font-size: 16px;
    text-align: center;
}
.left-dh-yw li {
    border-top: 1px solid #CCC;
    font-size: 16px;
    text-align: center;
}

.left-dh li p {
    font-size: 14px;
    text-align: left;
    padding: 10px 40px 6px 40px;
    line-height: 22px;
}

.left-dh li span {
    display: block;
    margin: 10px 0 10px 0;
}

.left-dh li a {
    display: block;
    width: 97%;
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 50px;
    padding-left: 10px;
}
.left-dh-yw li p {
    font-size: 14px;
    text-align: left;
    padding: 10px 40px 6px 40px;
    line-height: 22px;
}

.left-dh-yw li span {
    display: block;
    margin: 10px 0 10px 0;
}

.left-dh-yw li a {
    display: block;
    width: 97%;
    font-size: 16px;
    color: #333;
    text-align: left;
    line-height: 50px;
    padding-left: 10px;
}
.left-dh-yw li b {
    display: block;
    width: 8%;
    font-size: 16px;
    color: #333;
    text-align: left;
    line-height: 50px;
    float: right;
}

.left-dh li a:hover {
    color: #fff;
    background-color: #666;
    text-align: center;
}
.left-dh-yw li a:hover {
    color: #fff;
    background-color: #666;
    text-align: left;
}

.cp-lb {
    width: 170px;
    height: 240px;
    margin-right: 55px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.fy {
    width: 700px;
    float: right;
    margin-top: 20px;
}

.fy a {
    display: block;
    padding: 5px 20px 5px 20px;
    border: 1px solid #CCC;
    font-size: 14px;
    color: #333;
    float: left;
    margin-left: 6px;
    text-align: center;
}

.fy a:hover {
    color: #fff;
    background-color: #333;
    text-align: center;
}

.ke-cx {
    width: 285px;
    height: 260px;
    margin-right: 18px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.ke-cx span {
    display: block;
    margin-top: 5px;
}

.ke-cx span a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    color: #333;
    text-align: center;
}

.ke-cx span a:hover {
    color: #1e6ee1;
}

.an-li {
    width: 180px;
    height: 125px;
    margin-right: 20px;
}

.an-li-1 {
    width: 700px;
}

.an-li-1 a {
    display: block;
    font-size: 16px;
    line-height: 40px;
    font-weight: bold;
    color: #333;
}

.an-li-1 a:hover {
    color: #1e6ee1;
}

.an-li-1 p {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #999;
}

.banner {
    width: 100%;
    overflow: hidden;
    height: 404px;
    position: relative
}

.banList {
    position: absolute;
    left: 50%;
    margin-left: -960px;
    height: 404px
}

.banList li {
    height: 470px;
    opacity: 0;
    position: absolute;
    transform: scale(0);
    transition: transform 0.5s ease 0s, opacity 1.5s ease 0s;
    z-index: 1;
}

.banList li.active {
    opacity: 1;
    transform: scale(1);
    z-index: 2;
}

.fomW {
    position: absolute;
    bottom: 20px;
    left: 50%;
    height: 20px;
    z-index: 9;
    width: 1000px;
    margin-left: -500px
}

.jsNav {
    text-align: center;
}

.jsNav a {
    display: inline-block;
    background: #fff;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 0 5px;
}

.jsNav a.current {
    background: #fc8f0f;
    cursor: pointer
}

.input {
    border: 1px solid #bfbfbf;
    height: 26px;
    line-height: 26px;
    width: 200px;
}

.input-1 {
    border: 1px solid #bfbfbf;
    height: 100px;
    line-height: 22px;
    width: 500px;
}

.an a {
    display: block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    color: #FFF;
    background-color: #109ed6;
    text-align: center;
}

.an a:hover {
    color: #FFF;
    background-color: #00658d;
}

.news {
    width: 100%;
}

.news li {
    border-bottom: 1px dashed #999;
    height: 30px;
    line-height: 30px;
    padding: 10px 0 10px 16px;
    font-size: 16px;
    background: url(../img/img-12.jpg) left center;
    background-repeat: no-repeat;
}

.news li a {
    display: block;
    height: 30px;
    line-height: 30px;
    float: left;
    text-align: left;
}

.news li a:hover {
    color: #C00;
}

.news li span {
    display: block;
    height: 30px;
    line-height: 30px;
    float: right;
    text-align: right;
    color: #CCC;
}

.fwzx {
    width: 100%;
    margin-left: 20px;
}

.fwzx li {
    border-bottom: 1px dashed #999;
    height: 30px;
    line-height: 30px;
    padding: 10px 0 10px 16px;
    font-size: 16px;
    background: url(../img/img-12.jpg) left center;
    background-repeat: no-repeat;
}

.fwzx li a {
    display: block;
    height: 30px;
    line-height: 30px;
    float: left;
    text-align: left;
}

.fwzx li a:hover {
    color: #C00;
}

.fwzx li span {
    display: block;
    height: 30px;
    line-height: 30px;
    float: right;
    font-size: 14px;
}

.fwzx li span a {
    display: block;
    height: 30px;
    line-height: 30px;
    float: right;
    text-align: center;
    background-color: #1e6ee1;
    color: #fff;
    width: 80px;
    border-radius: 5px
}

.fwzx li span a:hover {
    background-color: #fe0000;
    color: #FFF;
}