@charset "utf-8";
html,
body,
dl,
dd,
img,
form,
div,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
    margin: 0;
    padding: 0;
    border: 0;
}

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

a img {
    border: none
}

iframe {
    border: none;
}


/* function */

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

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

.h {
    display: none;
    visibility: visible;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    visibility: visible;
}

.clearfix {
    *zoom: 1;
}

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

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.b {
    font-weight: bold;
}

.line-through {
    text-decoration: line-through;
}

.under {
    text-decoration: underline;
}

.break {
    word-break: break-all;
}

.red {
    color: #af0102;
}

.gray {
    color: #CCC;
}

a.gray {
    color: #CCC;
}

a.gray:visited {
    color: #CCC;
}

.f14 {
    font-size: 14px;
}

.editor {
    line-height: 24px;
    text-align: left;
}

.editor p {
    text-indent: 2em;
}

.editor ol li {
    list-style-type: circle;
    margin-left: 25px;
}

.editor ul li {
    list-style-type: square;
    margin-left: 25px;
}

body {
    font-family: "微软雅黑";
    font-size: 12px;
    padding-top: 100px;
}


/* .container {width:100%;margin:-1px auto;color:#444;} */

.container {
    width: 100%;
    color: #444;
}

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

a:visited {
    color: #333;
}

a:hover {
    color: #2691CF;
    text-decoration: none;
}

a:active {
    color: #d6312d;
    text-decoration: none;
}

.top {
    /* background:url(../images/top_bg.gif) repeat-x; */
    height: 30px;
    width: 100%;
    margin: 0 auto;
    line-height: 30px;
    background: #E7E7E7;
}

.top_con {
    width: 1200px;
    margin: 0 auto;
    text-align: right;
}

.top_con .mail {
    color: #333333;
    font-family: Arial;
    float: left;
    /* background:url(../images/mail.png) no-repeat 0px 14px;padding-left:18px;padding-right:13px; */
}

.top_con .tel {
    color: #333333;
    font-family: Arial;
    float: right;
    /* background:url(../images/tel.png) no-repeat 0px 13px;padding-left:20px;padding-right:13px; */
}

.top_con .weixin {
    float: right;
    padding-right: 13px;
    line-height: 16px;
    position: relative;
    cursor: pointer;
    height: 16px;
    margin-top: 12px;
    padding-bottom: 12px;
    z-index: 100000000;
}

.top_con .weixin_sel {
    float: right;
    padding-right: 13px;
    line-height: 16px;
    position: relative;
    cursor: pointer;
    height: 16px;
    margin-top: 12px;
    padding-bottom: 12px;
    z-index: 100000000;
}

.top_con .weixin_con {
    position: absolute;
    left: 0px;
    top: 28px;
    padding: 20px 20px 15px 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: none;
    z-index: 100000000;
}

.top_con .weibo {
    float: right;
    padding-right: 13px;
    height: 16px;
    line-height: 16px;
    margin-top: 10px;
}

.top_rightBox {
    width: 450px;
    float: right;
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%
}

.head_bg {
    background: #fff;
    box-shadow: 2px 2px 2px rgba(4, 80, 117, 0.08);
}

.head {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}

.logo {
    margin: 0px;
    padding: 0px;
    height: 39px;
    line-height: 39px;
    /* margin-top: 15px; */
}

.menu {
    font-family: "微软雅黑";
    font-size: 16px;
    /* line-height: 70px; */
    /* line-height: 20px; */
}

.menu ul li {
    float: left;
    /* width: 90px; */
    text-align: center;
}

.menu ul li a {
    display: block;
    padding: 12px 0;
    position: relative;
}

.menu ul li a:hover::after {
    /* background: url(../images/menu_hover_bg.png) no-repeat;
    color: #FFF;
    background-size: 100% 100%; */
    content: "";
    position: absolute;
    width: 33px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 2px;
    background: #2691CF;
    border-radius: 1px;
}

.menu ul li a.a1 {
    color: #2691CF
}

.menu ul li a.a1::after {
    /* background: url(../images/menu_hover_bg.png) no-repeat;
  color: #FFF;
  background-size: 100% 100%; */
    content: "";
    position: absolute;
    width: 33px;
    left: 0;
    margin: auto;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #2691CF;
    border-radius: 1px;
}

.footer {
    width: 100%;
    margin: 0 auto;
    background: url(../images/footer_bg.gif) repeat-x;
    height: 270px;
}

.footer2 {
    width: 100%;
    margin: 0 auto;
    background: url(../images/footer_bg.gif) repeat-x;
    height: 284px;
}

.footer_con {
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
}

.footer_dl {
    height: 240px;
}

.footer_dl dl {
    float: left;
    line-height: 34px;
    width: 160px;
}

.footer_dl dl dt {
    font-size: 18px;
    font-family: "微软雅黑";
    font-weight: bold;
    padding-bottom: 20px;
}

.footer_dl3 dd {
    margin-bottom: 7px;
    margin-right: 0;
}

.footer_dl dl dd input.input,
.footer_dl dl dd textarea {
    color: #999;
    border: #d8d8d8 1px solid;
    width: 230px;
    padding-left: 5px;
}

.footer_dl3 dd input.input {
    height: 26px;
    line-height: 26px;
}

.footer_dl3 dd textarea {
    height: 52px;
    height: 26px;
    padding-top: 5px;
}

.footer_dl dl dd a:hover {
    color: #666;
    text-decoration: underline;
}

.footer_dl2 dd {
    display: flex;
    align-items: center;
}

.footer_dl2 dd img {
    margin-right: 10px;
    /* width: 16px; */
    /* height: 16px; */
}

.footer_dl2 dd:last-child {
    align-items: flex-start;
    margin-top: 9px;
}

.footer_dl2 dd:last-child div {
    line-height: normal;
}

.general_title_new {
    height: 35px;
    margin: 0px auto;
    width: 140px;
    text-align: center;
    line-height: 35px;
    font-size: 28px;
    font-weight: bold;
    background: url(../images/general_title_bg.png) no-repeat;
    background-size: 100% 100%;
}

.general_title_new h1 {
    font-size: 33px;
    color: #333;
    font-family: "微软雅黑";
    float: left;
    font-weight: normal;
    padding: 0px 10px;
}

.general_title_new .dian_bg {
    float: left;
    background: url(../images/dian_title_bg.gif) no-repeat 0px 0px;
    width: 113px;
    height: 10px;
    margin-top: 18px;
}

.bottom {
    width: 100%;
    margin: 0 auto;
    background: url(../images/bottom_bg.gif) repeat-x;
    height: 40px;
    line-height: 40px;
}

.bottom_con {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    color: #FFF;
}

.page {
    text-align: center;
    font-size: 14px;
    font-family: Arial;
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
}

.page a {
    border: #dedede solid 1px;
    padding: 4px 8px;
    vertical-align: middle;
    color: #333;
    display: inline-block;
    margin: 0px 3px;
}

.page a:hover,
.page a.a3 {
    background: #2eafbb;
    border: #128792 solid 1px;
    color: #fff;
}

.search {
    float: right;
    width: 315px;
}

.search_le {
    float: left;
    width: 23px;
}

.search_ri {
    float: left;
    width: 73px;
}

.search_input {
    float: left;
    width: 205px;
    background: url(../images/search_ce_bg.gif) repeat-x center center;
    height: 36px;
}

.search_input input {
    border: 0;
    line-height: 29px;
    height: 29px;
    margin-top: 2px;
    width: 200px;
    color: #999;
    padding-left: 5px;
}

.search_ri a {
    cursor: pointer;
}

.QQbox {
    Z-INDEX: 1000099;
    RIGHT: 0px;
    WIDTH: 178px;
    POSITION: absolute;
    TOP: 140px
}

.QQbox .press {
    RIGHT: 0px;
    WIDTH: 33px;
    CURSOR: pointer;
    BORDER-TOP-STYLE: none;
    BORDER-RIGHT-STYLE: none;
    BORDER-LEFT-STYLE: none;
    POSITION: absolute;
    HEIGHT: 158px;
    BORDER-BOTTOM-STYLE: none
}

.QQbox .Qlist {
    LEFT: 0px;
    WIDTH: 131px;
    POSITION: absolute
}

.QQbox .Qlist ul {
    background-color: #285a95;
    padding-top: 15px;
    padding-bottom: 10px;
}

.QQbox .Qlist ul li {
    padding: 0px;
    margin: 0px;
    line-height: 30px;
    height: 30px;
    background: url(../images/qq_line.gif) no-repeat bottom;
    padding-left: 30px;
    margin-top: 5px;
}

.QQbox3 {
    z-index: 1000099;
    right: 0px;
    width: 170px;
    position: absolute;
    top: 140px
}

.QQbox3 .press {
    right: 0px;
    width: 30px;
    cursor: pointer;
    border: 0px;
    position: absolute;
    height: 150px;
}

.QQbox3 .Qlist {
    width: 140px;
    background-color: #0087bd;
}

.QQbox3 .Qlist ul {
    padding-top: 15px;
    padding-bottom: 10px;
    margin: 0px;
}

.QQbox3 .Qlist ul li {
    padding: 0px;
    margin: 0px;
    line-height: 30px;
    height: 30px;
    background: #0087bd;
    padding-left: 30px;
    margin-top: 5px;
}

.menu ul li {
    margin-left: 80px;
    position: relative;
}

.menu nav {
    position: relative;
}

.menu .submenu {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 45px;
    line-height: 45px;
    background-color: #fff;
    width: 155px;
    text-align: center;
    font-size: 14px;
}

.menu nav .submenu .submenu-item:hover {
    cursor: pointer;
    background-color: #3993E2;
    color: #fff;
}

.menu nav .submenu2 {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 45px;
    line-height: 45px;
    background-color: #fff;
    width: 155px;
    text-align: center;
    font-size: 14px;
}

.menu nav .submenu2 .submenu-item:hover {
    cursor: pointer;
    background-color: #3993E2;
    color: #fff;
}

.official-accounts-img {
    width: 100%;
}