/**********************- CSS reset -***********************/

* {
    margin: 0;
    padding: 0;
    border: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

html,
body {
    font-family: "微软雅黑";
    font-family: Microsoft YaHei, arial, helvetica, clean, sans-serif;
}

html {
    font-size: 62.5%;
    -webkit-text-size-adjust: none;
    word-wrap: break-word;
    /*     -ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%; */
    /*修正手持设备字体变化*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

a {
    font-size: 1.4px;
    font-size: 1.4rem;
    cursor: pointer;
    text-decoration: none;
    background: transparent;
    /*修正win8系统IE连接灰色背景*/
    outline: none;
    blr: expression(this.onFocus=this.blur());
}

a:focus,
a:active,
a:hover {
    outline: 0;
    text-decoration: none;
}

img {
    border: 0;
    border: none;
    display: block;
    width: 100%;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    outline: none;
    border: 0;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input.submit {
    cursor: pointer;
}

input[type="text"],
input[type="number"] {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: none;
    -webkit-appearance: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul,
ol,
li {
    list-style: none;
}

i {
    font-style: normal;
}

* {
    box-sizing: border-box;
}

*::after,
*::before {
    box-sizing: border-box;
}

.fl {
    float: left;
    display: inline;
    margin-top: 13px;
}

.fr {
    float: right;
    display: inline;
}

.por {
    position: relative;
}

.poa {
    position: absolute;
}

.ovh {
    overflow: hidden;
}

.db {
    display: block;
}

.dn {
    display: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

p {
    font-size: 14px;
    font-size: 1.4rem;
    color: #999999;
}

body {
    font-family: "微软雅黑";
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    margin: 0;
    margin: 0 auto;
}

.header_nav {
    background: #fff;
    width: 100%;
    height: 80px;
    line-height: 80px;
    position: fixed;
    top: 0;
    z-index: 999;
}

.header_in {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.nav_menus {
    margin-left: 215px;
}

.nav_menus {
    margin-left: 142px;
}

.nav_menus ul li {
    float: left;
    position: relative;
}

.nav_menus ul li a,
.nav_menus ul li a:visited {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 0 25px;
    height: 40px;
    color: #000;
    line-height: 40px;
    font-size: 14px;
}

/* .nav_menus ul li a:hover,
.nav_menus ul li a:visited {
    border-bottom: 3px solid #fff;
} */

.nav_menus>ul>li:hover {
    background: #f4f4f4 url(../images/header_line.png) no-repeat bottom center;
}

.nav_menus>ul>li.headBg:hover {
    background: #fff;
}

.nav_menus>ul>li.headBg:hover a{
   background: url(../images/header_line1.png) no-repeat center bottom;
}
.nav_menus ul li a:hover {
    background: #f4f4f4;
}

.nav_menus ul li a.nav_show {
    background: url(../images/header_line.png) no-repeat center 37px;
}
.nav_menus ul li a.nav_show_w{background: url(../images/navLinesr.png) no-repeat center 37px;}
.nav_menus ul li a.navi_show {
    background: url(../images/header_line1.png) no-repeat center 37px;
}

.nav_menus ul li:hover ul {
    display: block;
    position: absolute;
    top: 37px;
    left: 0;
}

.nav_menus ul li ul {
    display: none;
    padding-top: 3px;
    background: #f4f4f4 url(../images/header_line.png) no-repeat top center;
}

.nav_menus ul li.navLines ul {
    background: #f4f4f4 url(../images/navLinesr.png) no-repeat top center;
}

.nav_menus ul li ul li a:hover,
.nav_menus ul li ul li a:visited {
    border: 0;
}

.nav_menus ul li ul li {
    float: none;
}

.nav_menus ul li:hover a {
    color: #006dba;
}

.nav_menus ul li:hover a.headBg:hover {
    color: #000;
    background: url(../images/header_line.png) no-repeat bottom center;
}

.nav_menus ul li ul li {
    background: #f4f4f4;
    width: 100%;
    float: left;
}

.nav_menus ul li ul li a {
    text-align: left;
    padding:0 10px 0 25px;
}

.nav_menus ul li:hover ul li a {
    display: block;
    background: url(../images/nav_iconc.png) no-repeat 15px center;
    color: #000;
}

.nav_menus ul li:hover ul li a:hover {
    background: url(../images/nav_iconl.png) no-repeat 15px center;
    color: #006dba;
}


/* pc显示 */

.head_nav {
    display: none;
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: auto;
    background: #fff;
}

.pho_title {
    width: 100%;
    display: block;
    margin: 0 auto;
    background: #fff;
    border-bottom: 1px solid #0b3968;
    padding-top: 30px;
    height: 80px;
    line-height: 80px;
}

.pho_title a {
    display: inline-block;
}

.pho_title .logo {
    float: left;
    margin-left: 3%;
}

.pho_title .logo img {
    max-width: 100%;
}

.pho_title #dl-menu-button {
    float: right;
    cursor: pointer;
    margin-right: 3%;
}

#dl-menu-button img {
    max-width: 100%;
}

.pho_ban {
    width: 100%;
}

.pho_Navigate {
    width: 100%;
    background: rgba(0, 109, 186, 0.9);
    position: absolute;
    top: 80px;
    z-index: 99;
    display: none;
    padding: 0 3% 19% 3%;
}

.pho_Navigate .pho_gate {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 26px;
    font-size: 2.6rem;
   /*  padding: 2% 0;
   line-height: 45px; */
    border-bottom: 2px solid #fff;
    color: #fff;
}

.gate_down {
    display: none;
}

.gate_down li {
    border: 1px solid #fff;
    float: left;
    width: 23%;
    margin-right: 2%;
    margin-top: 2%;
    margin-bottom: 3%;
    height: 45px;
    line-height: 40px;
}

.gate_down a {
    width: 100%;
    text-align: center;
    line-height: 22px;
    font-size: 20px;
    font-size: 2.0rem;
    display: inline-block;
    text-align: center;
    color: #fff;
}

.pho_bottom {
    display: none;
}

.pho_footer {
    width: 100%;
    display: none;
}

.pho_footer ul {
    width: 90%;
    margin: 0 auto;
}

.pho_footer a {
    display: inline-block;
    width: 100%;
    padding: 4% 0;
    border-bottom: 1px solid #e6e6e6;
    font-size: 20px;
    font-size: 2.0rem;
    color: #000;
    background: url(../images/pho_foot.png) no-repeat right center;
}

.pho_footer a:hover {
    text-decoration: none;
}


/* 头部 */


/* 二级页公共 */

.conternt {
    width: 100%;
    margin: 100px auto 0 auto;
    background: #f4f4f4;
    width: 100%;
    padding-bottom: 50px;
}

.conternt_box {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 40px;
}


/* 底部 */

.footer {
	box-sizing:border-box;
    width: 100%;
    height: 120px;
	padding-top:10px;
}

.footerConter {
    width: 100%;
    margin: 0 auto;
    background: #879eac;
    height: 70px;
    line-height: 70px;
}

.footer_top {
    width: 1000px;
    margin: 0 auto;
}

.footerConter img {
    width: 204px;
}

.footer_in {
    float: left;
    margin: 0 25px;
}

.footer_in a i {
    margin-left: 10px;
    display: inline-block;
    width: 1px;
    height: 9px;
    overflow: hidden;
    background: url(../images/line_footers.png) no-repeat right center;
}

.footer_in a {
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    color: #fff;
    padding: 0 10px;
    background: url(../images/line_footers.png) no-repeat left center;
}

.footerConter p.footP {
    margin-left: 0.5rem;
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    margin-top: 0;
}

.footerConter p span {
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
}

.footer .footer_bottoms {
    width: 100%;
    height: 110px;
}

.footer .footer_bottoms .footer_bottom_body {
    width: 1000px;
    margin: 20px auto;
    text-align: center;
}

.footer .footer_bottoms .footer_bottom_body .footer_contact {
    margin-left: 170px;
}

.footer .footer_bottoms .footer_bottom_body .footer_contact>li {
    float: left;
    color: rgb(137, 137, 137);
    margin-bottom: 15px;
}

.footer .footer_bottoms .footer_bottom_body .footer_contact>li+li:before {
    content: " ";
    padding: 0 5px;
}

.footer .footer_bottoms .footer_bottom_body p {
    clear: both;
    text-align: center;
    color: rgb(137, 137, 137);
}

.footer .footer_bottoms .footer_bottom_body p span::after {
    padding: 0 5px;
    content: " ";
}

.m_footer {
    display: none;
}


@media only screen and (max-width: 999px) {
    html {
        font-size: 58.5%;
    }
    .gate_down a {
    font-size: 16px;
    font-size: 1.6rem;
}
    .conternt {
    margin: 80px auto 0 auto;
}
    .header_nav {
        display: none;
    }
    .head_nav {
        display: block;
    }
	.pho_title {padding-top:20px;}
    .footer_in {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .footer_in a i {
        margin-left: 8px;
        display: inline-block;
        width: 1px;
        height: 9px;
        overflow: hidden;
        /* background:url(../images/footer_logo.png) no-repeat right center;  */
    }
    .footer_in a {
        text-align: center;
        color: #fff;
        padding: 0 2%;
        margin: 1% 0;
    }
    .footer_l {
        text-align: center;
        margin: 0 auto;
        width: 100%;
    }
    .footer_l img {
        text-align: center;
        display: inline-block;
    }
    .footerConter p.footP {
        width: 100%;
        text-align: center;
        line-height: 24px;
    }
    .footerConter p span {
        display: inline-block;
        width: 100%;
    }
    .gate_down a {
        padding: 0 8%;
    }
    .footer {
        display: none;
    }
    .m_footer {
        display: block;
        background: rgb(135, 158, 172);
    }
    .m_footer .footer_top {
        width: 100%;
        height: 85px;
        background: rgb(135, 158, 172);
        color: #ffffff;
        text-align: center;
    }
    .m_footer .footer_top>p {
        color: #ffffff;
        background: rgb(135, 158, 172);
        width: 100%;
    }
    .fl {
        margin-top: 0;
    }
    .footer_logo img {
        width: auto;
        margin: 0 auto;
        padding-top: 10px;
    }
    .m_footer .footer_nav {
        float: left;
        width: 100%;
        margin-bottom: 5%;
    }
    .m_footer .footer_nav>li {
        float: left;
        width: 50%;
        text-align: center;
        border: 1px solid rgb(243, 243, 243);
        height: 75px;
    }
    .m_footer .footer_nav>li>a {
        display: block;
        color: #000000;
        line-height: 75px;
    }
    .m_footer .footer_bottom {
        text-align: center;
        clear: both;
    }
    .m_footer .footer_bottom .footer_contact {
        margin-top: 5%;
        color: rgb(137, 137, 137);
    }

.footer .footer_bottoms{
    display: none;
}


}

@media only screen and (max-width: 768px) {
html {
        font-size: 58.5%;
    }
}

/* @media only screen and (max-width: 640px) {
    html {
        font-size: 50%;
    }
}

@media only screen and (max-width: 480px) {
html {
        font-size: 45%;
    }
}

@media only screen and (max-width: 360px) {
    html {
        font-size: 40%;
    }
} */
@media only screen and (max-width: 360px) {
    html {
        font-size: 45%;
    }
}