body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    font: 12px/1.5em Arial, "Microsoft YaHei";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

code,
kbd,
pre,
samp {
    font-family: couriernew, courier, monospace;
}

small {
    font-size: 12px;
}

ul,
ol {
    list-style: none;
}

em {
    font-style: normal;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

a:hover {
    color: #4a9bee;
    text-decoration: none;
}

a:focus {
    outline: none;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000;
}

fieldset,
img {
    border: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input {
    flex: 1;
    padding: 0;
    overflow: hidden;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    background: transparent;
    border: none;
    outline: none;
    resize: none;
}

/**/
/*page-root*/
.page-root {
    width: 1200px;
    margin: 20px auto 0;
    height: 12px;
    line-height: 12px;
    overflow: hidden;
}

.page-root em {
    float: left;
    color: #999;
}

.page-root a {
    color: #333;
    float: left;
    margin-left: 5px;
}

.page-root a b {
    color: #ccc;
    float: right;
    margin-left: 5px;
    font-weight: normal;
}

.page-root span {
    float: left;
    margin-left: 5px;
    color: #2883e0;
}

/*global-tit*/
.gl-title h3 {
    position: relative;
    float: left;
    font-size: 22px;
    color: #333;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    padding-left: 20px;
}

.gl-title {
    overflow: hidden;
    height: 25px;
    width: 1200px;
}

.gl-title h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 25px;
    width: 5px;
    background: #ffa735;
}

/*氓藛鈥犆┞÷�*/
.pager {
    margin: 40px auto;
    height: 31px;
    line-height: 31px;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
    zoom: 1;
}

.pager a {
    background: #e8e8e8;
    padding: 5px 11px;
    margin: 0 6px 0 0;
    color: #666;
    border: 1px solid #d7d7d7;
}

.pager a:hover {
    color: #fff;
    background: #ff7800;
    text-decoration: none;
    border: 1px solid #ff7800;
}

.pager span {
    padding: 4px 10px;
    margin: 0 1px 0 0;
    background: #22b0f7;
    color: #fff;
}

.pager b.sele {
    color: #fff;
    background: #ff7800;
    text-decoration: none;
    padding: 5px 11px;
    margin: 0 6px 0 0;
    border: 1px solid #ff7800;
}

.pager b.total {
    color: #999;
    font-weight: normal;
}

.pager b.selected {
    background: #1b8bd1;
    border: 1px solid #1b8bd1;
    color: #fff;
    padding: 5px 11px;
    margin: 0 6px 0 0;
}

.pager strong.total {
    color: #888;
    font-weight: normal;
}

/*page-root*/
.host-link a {
    float: left;
    color: #999;
    font-size: 12px;
}

.host-link span {
    font-size: 12px;
    color: #333;
    float: left;
    margin-left: 5px;
}

.host-link {
    overflow: hidden;
    display: block;
}

/*glo-tit*/
.con_r_tab {
    border-bottom: 2px solid #efefef;
    height: 34px;
    line-height: 34px;
}

.con_r_tab_do {
    float: left;
    font-size: 16px;
    position: relative;
    color: #666;
}

.con_r_tab_do:before {
    content: '';
    position: absolute;
    width: 67px;
    height: 2px;
    left: 0;
    bottom: -2px;
    background: #f7b333;
}

.con_r_tab_do:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #f7b333;
}

.global-tit {
    height: 22px;
    line-height: 22px;
    position: relative;
    padding-left: 21px;
}

.gl-title {
    font-size: 18px;
    font-weight: bold;
    color: #444;
    float: left;
    display: inline;
    height: 22px;
    line-height: 22px;
}

.global-tit:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 22px;
    background: #1b8bd1;
}

/*head*/
.head {
    background: #032553;
    height: 110px;
    position: relative;
}

.head:after {
    content: "";
    height: 100%;
    background: url(../images/head-r.png) 0 0 no-repeat;
    width: 313px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.logo {
    float: left;
    width: 193px;
    height: 42px;
    /* background: url(../images/logo.png) 0 0 no-repeat; */
    margin-top: 15px;
}

.logo img {
    max-width: 100%;
    vertical-align: middle;
}

.nav {
    float: left;
    margin-left: 65px;
    height: 77px;
    width: 570px;
    overflow: hidden;
}

.nav a {
    float: left;
    font-size: 16px;
    line-height: 77px;
    height: 77px;
    padding: 0 15px;
    color: #fff;
    text-shadow: 2px 2px 0px #000;
    position: relative;
    margin-left: 15px;
}

.nav a:hover {
    color: #fff;
}

.head-cen {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}

.search {
    float: right;
    margin-top: 20px;
    width: 172px;
    height: 35px;
    background: #f5f5f5;
    border-radius: 100px;
}

.search input {
    display: block;
    width: 75%;
    height: 35px;
    line-height: 35px;
    border: none;
    text-indent: 15px;
    color: #999;
    font-size: 12px;
    background: transparent;
    float: left;
}

.search span {
    float: right;
    width: 25%;
    height: 35px;
    cursor: pointer;
    position: relative;
}

.cen {
    width: 1000px;
    margin: 0 auto;
}

.cen:after {
    content: "";
    display: block;
    clear: both;
}

.website-nav {
    float: left;
    position: relative;
    cursor: pointer;
}

.web-nav-tit {
    display: block;
    height: 14px;
    line-height: 14px;
    color: #a4aab6;
    padding-left: 28px;
    position: relative;
}

.web-nav-tit:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 15px;
    height: 10px;
    transform: translateY(-50%);
    background: url(../images/jlt.png) -200px 0 no-repeat;
}

.head-top {
    padding-top: 9px;
    height: 14px;
}

.website-navbox {
    position: absolute;
    top: 14px;
    left: 0;
    background: rgba(0, 0, 0, .9);
    width: 1000px;
    display: none;
    z-index: 3;
}

.website-navbox a {
    display: block;
    color: #fff;
}

.website-navbox ul {
    margin: 10px 20px 20px 10px;
    overflow: hidden;
}

.website-navbox ul li {
    float: left;
    margin: 10px 0 0 10px;
}

.website-nav:hover .website-navbox {
    display: block;
}

.phone {
    float: left;
    height: 14px;
    line-height: 14px;
    color: #a4aab6;
    padding-left: 16px;
    margin-left: 25px;
    position: relative;
}

.phone:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 9px;
    height: 14px;
    background: url(../images/jlt.png) -221px 0 no-repeat;
}

.mainlist {
    float: right;
}

.mainlist li {
    float: left;
}

.mainlist li a {
    height: 14px;
    line-height: 14px;
    color: #a4aab6;
    display: block;
    padding: 0 10px;
}

.mainlist li a:hover {
    color: #fff;
}

.nav a.active,
.nav a:hover {
    text-shadow: 2px 2px 2px #c26706;
    background: #eebc41;
    color: #fff;
}

.nav a.active:after,
.nav a:hover:after {
    content: "";
    position: absolute;
    top: 0;
    right: -8px;
    border: 10px solid #c26706;
    border-width: 5px 4px;
    border-color: transparent transparent #c26706 #c26706;
}

.nav-box {
    overflow: hidden;
    margin-top: 10px;
}

.head:before {
    content: "";
    height: 100%;
    background: url(../images/head-l.png) 0 0 no-repeat;
    width: 368px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.search span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 40%;
    background: url(../images/jlt.png) -236px 0 no-repeat;
    width: 19px;
    height: 18px;
    transform: translate(-50%, -50%);
}

/*搴曢儴*/
.foot {
    border-top: 2px solid #032553;
    position: relative;
    background: #ecf0f8;
    padding: 70px 0;
}

.foot:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: url(../images/foot-line.png) 0 0 repeat-x;
    height: 41px;
}

.fot-logo {
    float: left;
    width: 193px;
    height: 42px;
    /* background: url(../images/logo.png) 0 -47px no-repeat; */
    margin-top: 15px;
    position: relative;
}

.fot-logo img {
    max-width: 100%;
    vertical-align: middle;
}

.fot-logo:after {
    content: "";
    position: absolute;
    right: -70px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 45px;
    background-color: #001839;
}

.fot-count {
    float: left;
    margin-left: 150px;
}

.fot-link {
    overflow: hidden;
    text-align: center;
}

.fot-link a {
    color: #515c7a;
    margin: 7px;
    font-weight: bold;
}

.fot-txt {
    color: #515c7a;
    display: block;
    text-align: center;
    font-size: 12px;
    height: 12px;
    line-height: 12px;
    margin-top: 6px;
}

.beian {
    display: block;
    text-align: center;
    font-size: 12px;
    height: 12px;
    line-height: 12px;
    margin-top: 22px;
    color: #515c7a;
}

/*  */
/* .con_l_c ul li.uitem-tid1{opacity: 0;} */
/*  */