﻿html,
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
dl,
dt,
dd,
iframe,
span {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

html {
    min-width: 1200px;
}

body {
    background-color: #fff;
    padding: 0px;
    margin: 0px;
    zoom: 100%;
    font-size: 16px;
    line-height: 1;
    font-family: "Microsoft YaHei", 微软雅黑, 宋体, 黑体, "Helvetica Neue", Tahoma, Arial, "Hiragino Sans GB";
}

table {
    width: 100%;
    text-align: center;
}

table td {
    word-break: break-all;
    word-wrap: break-word;
    font: 500 14px Arial
}

ul,
dl,
dt,
dd,
ol {
    list-style-type: none;
}

select,
input {
    vertical-align: middle;
    padding: 0;
    margin: 0;
    outline: none;
}

textarea {
    resize: none;
    outline: none;
}

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

a:hover {
    color: #DD2525;
    cursor: pointer;
}

em {
    font-style: normal;
}

i {
    font-style: normal;
}

* html .clear {
    zoom: 1;
}

*+html .clear {
    zoom: 1;
}

* {
    margin: auto;
    padding: auto;
    font-family: "Microsoft YaHei", 微软雅黑, 宋体, 黑体, "Helvetica Neue", Tahoma, Arial, "Hiragino Sans GB";
}

img {
    display: block;
}

.r {
    float: right;
}

.l {
    float: left;
}

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

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}

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

.zz_clear:after {
    clear: both;
}

.zz_clear {
    *zoom: 1;
    /*IE/7/6*/
}

.w1180 {
    width: 1180px;
    margin: 0 auto;
    position: relative;
}

.container {
    width: 1280px;
    margin: 0 auto;
    position: relative;
}

.middle {
    min-width: 1180px;
}


/*通用头部、尾部、检索等公用代码*/


/*分页样式，根据实际情况修改*/

.g-ul {
    display: block;
    margin-left: 130px;
}

.g-ul li {
    float: left;
    margin-right: 5px;
}

.g-ul li a {
    padding: 7px 5px;
    border: 1px solid #f5f5f5;
    border-radius: 3px;
    display: block;
    font-size: 14px;
    color: #7d7d7d;
    transition: .3s;
    text-align: center;
}

.g-ul .hidden-xs a {
    width: 28px;
    height: 28px;
    line-height: 30px;
    padding: 0;
}

.g-ul li.on a {
    background-color: #ae2519;
    border: 1px solid #ae2519;
    color: #fff;
}

.g-ul li:hover a {
    color: #fff;
    background-color: #ae2519;
    border: 1px solid #ae2519;
    transition: .3s;
}

.g-ul .bot {
    margin-left: 20px;
}

.g-ul .bot:hover a {
    color: #7d7d7d;
    background: none;
    border: 1px solid #f5f5f5;
    padding: 0;
}

.g-ul .bot a:hover {
    color: #fff;
    background-color: #ae2519;
    border: 1px solid #ae2519;
    transition: .3s;
}

.g-ul .bot span {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #666;
}

.g-ul .bot input {
    display: inline-block;
    width: 35px;
    height: 28px;
    text-align: center;
    margin: 0px 5px;
    border: 1px solid #f5f5f5;
    border-radius: 3px;
    vertical-align: initial;
}

.g-ul .bot a {
    display: inline-block;
    width: 40px;
    text-align: center;
    border: 1px solid #f5f5f5;
    border-radius: 3px;
    margin-left: 10px;
}

body {
    background-color: #f7f7f7;
}


/* header */

.header {
    min-height: 221px;
    background: url("header-bg.png") no-repeat center top;
}

.header .top {
    height: 35px;
}

.header .topR {
    position: relative;
}

.header .topL a.nmg {
    padding-left: 26px;
    background: url("nmg_bg.png") no-repeat left center;
}

.header .topR a,
.header .topL a {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #666;
    margin-left: 14px;
    position: relative;
}

.header .topR a:hover,
.header .topL a:hover {
    font-weight: 700;
}

.header .topR a.person {
    padding-left: 26px;
    background: url("login_bg.png") no-repeat left center;
}

.header .topR a img {
    position: absolute;
    left: 50%;
    margin-left: -36px;
    top: 34px;
    width: 72px;
    height: 0;
    transition: .3s;
    z-index: 100;
}

.header .topR a:hover {
    font-weight: 700;
}

.header .topR a:hover img {
    height: 72px;
    transition: .3s;
}

.header .topR a.btn-elder {
    padding: 0 20px;
    line-height: 30px;
    font-size: 18px !important;
    color: #fff !important;
    font-weight: bold;
    background-color: #ffa200;
    border-radius: 15px;
    margin-right: 20px;
    display: block;
    position: absolute;
    top: 2px;
    left: -130px;
}

.header .topR a.mob_ver {
    padding-left: 26px;
    padding-right: 18px;
    background: url("top1.png") no-repeat left center, url("top3.png") no-repeat right center;
}

.header .topR a.wza_ver {
    padding-left: 18px;
    padding-right: 18px;
    background: url("wza.png") no-repeat left center;
}

.header .topR a.wechat_ver {
    padding-left: 31px;
    padding-right: 18px;
    background: url("top2.png") no-repeat left center, url("top3.png") no-repeat right center;
    ;
}

.header .topR a.wechat_ver img {
    margin-left: -30px;
}

.logo {
    height: 188px;
}

.logo .sousuo {
    float: left;
    width: 45px;
    height: 40px;
    background: url("search.png") no-repeat center center;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-right: none;
    border-radius: 3px 0 0 3px;
    cursor: pointer;
}

.logo .search1 {
    float: left;
    width: 267px;
    height: 38px;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-right: none;
    border-left: none;
}

.logo .logoL {
    margin-top: 30px;
}

.logo .logoR {
    margin-top: 61px;
    margin-right: 80px;
}

.logo .logoR .tylogo {
    position: absolute;
    right: 0;
    top: 58px;
}

.logoR1 {
    width: 423px;
    line-height: 49px;
    border-radius: 28px;
    border: 2px solid #ae2519;
    background-color: #fff;
}

.logo .logoR1 input::-webkit-input-placeholder {
    font-size: 14px;
    color: #999;
}

.logo .logoR1 input::-moz-placeholder {
    font-size: 14px;
    color: #999;
}

.logo .logoR1 input:-moz-placeholder {
    font-size: 14px;
    color: #999;
}

.logo .logoR1 input:-ms-input-placeholder {
    font-size: 14px;
    color: #999;
}

#sotype {
    border: 0;
    margin-left: 15px;
    color: #999;
    width: 77px;
    font-size: 15px;
}

.logo .logoR1 .searchinp {
    float: left;
    height: 46px;
    border: none;
    width: 188px;
}

.logo .logoR1 button {
    cursor: pointer;
    margin-right: 16px;
    background: url(../images/search_img.png) no-repeat right center;
    font-size: 14px;
    color: #999;
    box-sizing: border-box;
    padding-left: 19px;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: #fff;
    outline: 0;
    width: 100px;
    float: left;
    height: 46px;
    border: none;
    border-radius: 25px 0 0 25px;
}

.logo .logoR1 button span {
    display: block;
    height: 46px;
    line-height: 46px;
    text-align: left;
}

.logo .logoR1 button ul {
    display: none;
    margin-left: -13px;
    margin-top: -5px;
    background: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
}

.logo .logoR1 button ul li {
    height: 32px;
    line-height: 32px;
}

.logo .logoR1 button ul li:hover {
    height: 32px;
    background: #bd1a2d;
    color: #fff;
}

.logo .logoR1 input[type=button] {
    float: right;
    border: none;
    width: 118px;
    height: 49px;
    background-color: #bd1a2d;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    border-radius: 29px;
}

.logo .logoR2 {
    margin-top: 13px;
}

.logo .logoR2 p {
    font-size: 14px;
    color: #666;
}

.logo .logoR2 p span {
    margin-right: 7px;
    cursor: pointer;
}

.nav {
    height: 50px;
    background: #bd1a2d;
}

.nav ul {
    position: relative;
}

.nav ul i {
    width: 160px;
    height: 55px;
    position: absolute;
    left: -7px;
    bottom: 0;
    background: url("nav.png") no-repeat center center;
    z-index: 1;
}

.nav li {
    float: left;
    width: 146px;
    height: 50px;
    text-align: center;
    border-left: 1px solid #c93446;
}

.nav li:first-child {
    border-left: none;
}

.nav li a {
    display: block;
    height: 100%;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    transition: .2s;
    position: relative;
    z-index: 10;
}

.nav li.on {}

.nav {
    box-shadow: 0px 20px 30px #e7d1d3;
}


/* /header */


/* footer */

.footer .hd {
    height: 45px;
    /* background-color: #e9e9e9; */
    background-color: #bd1a2d;
    padding-top: 10px;
    ;
}

.footer .hd span {
    float: left;
    height: 45px;
    line-height: 45px;
    margin-left: 22px;
    font-size: 16px;
    /* color: #333; */
    color: #fff;
    font-weight: 700;
}

.footer .hd ul {
    float: left;
    margin-left: 40px;
}

.footer .hd ul li {
    float: left;
    margin-right: 60px;
    position: relative;
    background-color: #c43142;
    padding: 0 69px;
}

.footer .hd ul li:nth-child(4) {
    margin-right: 0;
}

.footer .hd ul li>a {
    display: block;
    height: 45px;
    line-height: 45px;
    /* color: #333; */
    color: #fff;
}

.footer .hd ul li>a:hover {
    color: #fff;
}

.footer .hd ul .liList {}

.footer .hd ul .liList img {
    position: absolute;
    right: 15px;
    top: 20px;
    transition: 0.3s;
}

.footer .hd ul .liList.show img {
    transform: rotate(-180deg);
    transition: 0.3s;
}

.footer .hd ul li .list {
    position: absolute;
    left: 0;
    bottom: 45px;
    background-color: #c43142;
    width: 100%;
    padding-top: 0px;
    overflow: hidden;
    height: 0;
    overflow-y: auto;
}

.footer .hd ul li .list1 {
    left: -667px;
    width: 1180px;
}

.footer .hd ul li .list2 {
    left: -946px;
    width: 1180px;
}

.footer .hd ul li .list1 a,
.footer .hd ul li .list2 a {
    float: left;
    padding: 0 20px;
}

.footer .hd ul li .list a {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
}

.footer .bd {
    padding: 18px 0;
    background-color: #bd1a2d;
}

.footer .bd .DangZjg {
    margin-left: 20px;
    margin-top: 19px;
}

.footer .bd .GuanYwm {
    width: 118px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 20px;
    background: url("bottomImg2.png") right center no-repeat;
}

.footer .bd .GuanYwm a {
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.footer .bd .GuanYwm a:hover {
    font-weight: 700;
}

.footer .bd .ZFXinx {
    padding-bottom: 18px;
    width: 784px;
    margin-left: 10px;
    color: #fff;
    font-size: 14px;
    background: url("bottomImg2.png") right center no-repeat;
}

.footer .bd .ZFXinx p {
    margin-left: 35px;
    margin-top: 15px;
}

.footer .bd .ZFXinx p a {
    color: #fff;
    font-size: 14px;
}

.footer .bd .ZFXinx p a:hover {
    font-weight: 700;
}

.footer .bd .ZFXinx p img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}

.footer .bd .WoZhaoC {
    width: 143px;
    height: 112px;
}

.footer .bd .WoZhaoC img {
    margin: 0 auto;
}

.footer .bd .WoZhaoC p {
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 14px
}


/* /footer */

.FenYe {
    padding: 30px 0;
    text-align: center;
}

.FenYe ul li {
    display: inline-block;
    font-size: 14px;
    color: #7d7d7d;
    margin: 0 4px;
}

.FenYe ul li.active {
    background: #ae2519;
    color: #fff;
}

.FenYe ul li.active a {
    color: #fff;
}

.FenYe ul li a {
    display: block;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #7d7d7d;
    /*padding: 0 9px;*/
    width: 28px;
    border: 1px solid #f5f5f5;
    transition: all .28s linear;
    -moz-transition: all .28s linear;
    -webkit-transition: all .28s linear;
    -o-transition: all .28s linear;
}

.FenYe ul li span {
    display: block;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #ffffff;
    padding: 0 9px;
    border: 1px solid #ae2519;
    background: #ae2519;
}

.FenYe ul li a[href]:hover {
    color: #ffffff;
    border-color: #ae2519;
    background: #ae2519;
}

.FenYe ul li input {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #7d7d7d;
    text-align: center;
    outline: none;
    background: none;
    margin: 0 8px;
    border: 1px solid #f5f5f5;
}

.FenYe ul li button {
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #7d7d7d;
    text-align: center;
    outline: none;
    background: none;
    padding: 0 14px;
    cursor: pointer;
    border: 1px solid #f5f5f5;
    transition: all .28s linear;
    -moz-transition: all .28s linear;
    -webkit-transition: all .28s linear;
    -o-transition: all .28s linear;
}

.FenYe ul li button:hover {
    color: #ffffff;
    border-color: #ae2519;
    background: #ae2519;
}


/*部门网站导航*/

.c_rightlink3 {
    background: url(web.png) no-repeat 15px center;
    padding: 0 15px 0 41px;
}

.c_kunzigun {
    padding: 20px 30px;
    position: relative;
}

.c_guanblef {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 16px;
    background: #fff;
    right: 5px;
    top: 5px;
    font-size: 22px;
    font-weight: bolder;
    line-height: 30px;
    text-align: center;
    z-index: 9;
    cursor: pointer;
}

.c_caiddan {
    width: 560px;
    overflow: hidden;
    background: #fff;
    position: absolute;
    right: 0;
    top: 36px;
    border: 4px solid #9f2419;
    display: none;
    z-index: 1000;
}

.c_caiddan .c_yizutit {
    color: #ae2519;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
}

.c_caiddan .c_yizulitd {
    overflow: hidden;
}

.c_caiddan .c_yizulitd a {
    float: left;
    color: #666;
    font-size: 14px;
    line-height: 35px;
    width: 31.33%;
    margin: 0 2% 0 0;
}

.c_caiddan .c_yizulitd a:hover {
    background: none;
    color: #ae2519;
}


/*部门网站导航结束*/


/*右侧悬浮*/

.c_flowright {
    position: fixed;
    z-index: 9;
    right: 20px;
    top: 300px;
    width: 56px;
}

.c_flowright a {
    display: block;
    width: 56px;
    height: 56px;
    background-color: #d9ecfa;
    border-radius: 28px;
    padding: 0;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 10px 0 0;
}

.c_flowright a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #eee;
}

.c_flowright a.c_bangzhu {
    background-image: url(cicon1.png);
}

.c_flowright a.c_gotop {
    background-image: url(cicon5.png);
}

.c_flowright .bshare-custom a {
    display: block;
    width: 56px;
    height: 56px;
    background-color: #fff;
    border-radius: 28px;
    padding: 0;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 10px 0 0;
}

.c_flowright .bshare-custom a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #eee;
}

.c_flowright .bshare-custom .bshare-weixin {
    background-image: url(cicon2.png);
}

.c_flowright .bshare-custom .bshare-weixin:hover .share-show {
    display: block;
}

.c_flowright .bshare-custom .bshare-sinaminiblog {
    background-image: url(cicon3.png);
}

.c_flowright .bshare-custom .bshare-sinaminiblog:hover .share-show1 {
    display: block;
}

.c_flowright .bshare-custom .bshare-more {
    background-image: url(cicon4.png);
}

.share-show,
.share-show1 {
    position: absolute;
    border: 1px solid #1073b7;
    padding: 12px;
    background: #fff;
    padding: 11px 10px;
    right: 80px;
    top: -30px;
    display: none;
    border-radius: 3px;
}


/*分页样式开始*/

.xll_pagebox_mobile {
    display: none;
}

.xll_pagebox {
    text-align: center;
    line-height: 39px;
    margin: 30px auto;
    margin-bottom: 0px;
}

.xll_pagebox>a {
    margin-top: 10px;
    display: inline-block;
    width: 53px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #f5f5f5;
    font-size: 14px;
    color: #7d7d7d;
    border-radius: 3px;
}

.xll_pagebox>p {
    display: inline-block;
}

.xll_pagebox>font {
    margin-left: 0px;
    color: #7d7d7d;
}

.xll_pagebox>span {
    font-size: 14px;
    color: #7d7d7d;
    margin-left: 6px;
}

.page_hide a,
.page_hide span {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #f5f5f5;
    color: #7d7d7d;
    font-size: 14px;
}

.zt11 {
    width: 28px;
    height: 28px;
    border-radius: 3px;
    border: 1px solid #f5f5f5;
    text-align: center;
    color: #7d7d7d;
}

.zt12 {
    width: 53px;
    height: 28px;
    border-radius: 3px;
    border: 1px solid #f5f5f5;
    text-align: center;
    color: #7d7d7d;
    background-color: #fff;
    cursor: pointer;
}

.xll_pagebox>a:hover,
.zt12:hover,
.page_hide a:hover {
    color: #fff;
    background-color: #bd1a2d;
    border: 1px solid #bd1a2d;
}

.page_hide span {
    background-color: #bd1a2d;
    color: #fff;
    border: 1px solid #bd1a2d;
}


/*分页样式结束*/


/*试运行弹窗开始*/

.testRun {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 285px;
    transition: height .3s;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    padding: 0 15px 16px;
    z-index: 99999;
}

.testRun1 {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 285px;
    transition: height .3s;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    padding: 0 15px 16px;
    z-index: 99999;
}

.testRun .testRun_close,
.testRun1 .testRun_close {
    height: 16px;
}

.testRun .testRun_close span,
.testRun1 .testRun_close span {
    float: right;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    margin-right: -10px;
    cursor: pointer;
    font-size: 20px;
    color: #67696a;
}

.testRun_cont a {
    display: block;
}

.testRun_cont p {
    font-size: 15px;
    color: #222;
    line-height: 22px;
    margin-top: 10px;
}

.testRun .bot a,
.testRun1 .bot a {
    font-size: 12px;
    color: #015293;
    margin-top: 15px;
    display: inline-block;
}

.testRun .bot a:hover,
.testRun1 .bot a:hover {
    color: red;
}

.testRun.hide,
.testRun1.hide {
    height: 0;
    overflow: hidden;
    transition: height .3s;
}


/*试运行弹窗结束*/