@charset "utf-8";
/* CSS Document */
/*
* @description: 网站公共样式
* @author: ishang_pan
* @update: ishang_pan (2017-10-11 10:50)
*/
/*全局 on*/
html {
    -webkit-text-size-adjust: none;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
}

q:before,
q:after {
    content: "";
}

abbr,
acronym {
    border: 0;
}

body {
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-family: "微软雅黑";
    color: #333;
    background-color: #fff;
    overflow-x: hidden;
    position: relative;
}

input,
textarea,
select,
button,
label {
    vertical-align: middle;
    font-family: "Microsoft YaHei", 微软雅黑;
}

.clear {
    margin: 0;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
    padding: 0;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
a,
form,
input,
label,
select {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    color: #026cb1;
    text-decoration: none;
}

a img {
    border: none;
}

li,
img {
    vertical-align: top;
}

ul {
    zoom: 1;
}

input {
    border: none;
    background: none;
    outline: none;
}

textarea {
    resize: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*去除谷歌自带黄色背景问题*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    box-shadow: 0 0 0 60px #fff inset;
    -webkit-text-fill-color: #333;
}
/*全局 end*/
.align-center {
    text-align: center;
    padding: 100px 0px;
}

.align-center h3 {
    border: none !important;
}
/*title提示 on*/
.tooltip {
    font-size: 13px;
    line-height: 1.5;
    position: absolute;
    padding: 5px;
    z-index: 100003;
    opacity: 0.9;
}

.tipsy-arrow {
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    border: 8px dashed #333333;
    top: 0;
    left: 20px;
    margin-left: -3px;
    border-bottom-style: solid;
    border-top: 0;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-arrow-n {
    border-bottom-color: #333333;
}

.tipsy-inner {
    background-color: #333333;
    color: #fff;
    max-width: 400px;
    padding: 5px 8px 4px 8px;
    text-align: left;
    border-radius: 3px;
}
/*title提示 end*/

.container {
    padding: 0;
}

/*头部 on*/
.is-header {
    position: relative;
    overflow: hidden;
    background-color: #fff;
}
/*logo*/
.m-logo {
    padding: 28px 15px;
    float: left;
}
.b-logo {
    padding: 10px 0;
    float: left;
}
@media (max-width: 1185px) {
    .b-logo {
        float: none;
    }
}
@media (max-width: 800px) {
    .b-logo {
        text-align: center;
    }
    .b-logo .logo {
        height: 60px;
    }
}
@media (max-width: 600px) {
    .b-logo .logo {
        height: 55px;
    }
}
@media (max-width: 500px) {
    .b-logo .logo {
        height: 40px;
    }
}
.m-bj {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    z-index: -1;
}

.m-searchbox {
    float: right;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

/*导航*/
.m-nav {
    background: #026cb1;
    display: none;
}

.m-nav ul li {
    float: left;
    height: 50px;
    overflow: hidden;
}

.m-nav li a {
    display: block;
    margin-top: 4px;
    padding: 0 46px;
    height: 46px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.m-nav li a:hover {
    background: #fff;
    color: #026cb1;
}

.m-nav li:first-child {
    background: no-repeat;
}

.navbar-collapse {
    padding: 0;
}

.navbar-header {
    display: none;
    height: 50px;
    line-height: 50px;
    background: #026cb1;
    text-align: left;
    padding: 0 15px;
}

.navbar-header a {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.navbar-toggle {
    padding: 2px 3px;
    margin: 10px 0 0 0;
    border: 1px solid #fff;
    line-height: 0;
}

.m-navmenu {
    display: none;
}

.m-navmenu::after {
    *zoom: 1;
    display: table;
    line-height: 0;
    content: "";
    clear: both;
}

.m-navmenu ul {
    padding: 10px 15px;
}

.m-navmenu li {
    float: left;
    margin: 0 10px;
    line-height: 32px;
}

.m-navmenu li a {
    font-size: 16px;
}

/*当前位置*/
.m-location {
    margin: 15px 0;
    width: 100%;
    padding: 0 0 0 20px;
    font-size: 14px;
    color: #666;
    background: url(/Content/media/images/page/locate.png) 0 0 no-repeat;
    overflow: hidden;
}

/*搜索*/
.m-nav .container {
    position: relative;
}

.search {
    margin-right: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.search form {
    display: flex;
    width: 330px;
    height: 38px;
    border: 1px solid #026cb1;
    border-radius: 5px;
    overflow: hidden;
}

.search form input[type="text"] {
    flex: 1;
    padding: 0 10px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #888;
    background: #fff;
}

.search form input[type="submit"] {
    width: 36px;
    height: 38px;
    background: #026cb1 url(/Content/media/images/public/search.png) center
        center no-repeat;
    color: #fff;
}

.userBox {
    margin: 30px 0;
}

.userBox ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.userBox ul li {
    text-indent: 35px;
    margin-right: 10px;
}

.userBox ul li a {
    text-indent: 35px;
    line-height: 30px;
    border-right: 2px solid #c6c6c6;
    padding-right: 15px;
}

.userBox ul li:first-child {
    background: url(/Content/media/images/public/ks.png) left center no-repeat;
}

.userBox ul li:nth-child(2) {
    background: url(/Content/media/images/public/grzx.png) left center no-repeat;
}

.userBox ul li:last-child {
    text-indent: 0px;
    margin-right: 0px;
}

.userBox ul li:last-child a {
    text-indent: 0px;
    border-right: none;
    margin-right: 0px;
}

.mb20 {
    margin-bottom: 20px;
}

@media (max-width: 1200px) {
    .m-searchbox {
        width: 100%;
        justify-content: space-around;
    }

    .m-nav li a {
        padding: 0 25px;
    }

    .m-friendlink h3 {
        float: none !important;
        margin-bottom: 30px;
    }

    .m-friendlink .hd {
        float: none !important;
    }
}

@media (max-width: 992px) {
    .m-nav li {
        width: 20%;
    }

    .m-friendlink .hd li {
        margin-bottom: 20px !important;
    }
}

@media (max-width: 767px) {
    .m-nav_1 {
        display: none;
    }

    .m-nav {
        display: block;
    }

    .m-searchbox {
        flex-wrap: wrap;
    }

    .userBox {
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;
    }

    .search {
        margin-right: 0px;
    }

    .m-subnav {
        display: none;
    }

    .m-nav .container {
        padding: 0 15px;
    }

    .navbar-header {
        display: block;
    }

    .m-nav ul li {
        width: 100%;
    }

    .search {
        padding: 0 15px;
        width: 100%;
        right: 0;
    }

    .search form {
        width: 100%;
    }
    /* .m-hots{display: none;} */
}

@media (max-width: 700px) {
    .m-logo img {
        width: 100%;
    }
}

@media (max-width: 414px) {
    .u-footer {
        float: none !important;
    }

    .evm {
        float: none !important;
        margin: 20px auto;
    }
}

/*当前位置*/
.m-locate {
    margin-bottom: 18px;
    width: 100%;
    padding: 0 0 0 20px;
    font-size: 15px;
    color: #666;
    background: url(/Content/media/images/page/locate.png) 0 center no-repeat;
    overflow: hidden;
}

/*主体*/
.is-main {
    padding-top: 20px;
}

/*底部*/
.is-footer {
    background: #026cb1;
    overflow: hidden;
}

.is-footer .container {
    position: relative;
    padding: 30px 15px;
}

.is-footer p {
    color: #fff;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
}

@media (max-width: 768px) {
    .is-footer p {
        text-align: left;
    }
}

.is-footer a {
    color: #fff;
    font-size: 14px;
}

.is-footer p img {
    margin: -4px 5px 0 0;
    vertical-align: middle;
}

/*友情链接*/
.m-friendlink {
    width: 100%;
    padding-bottom: 30px;
    position: relative;
}

.m-friendlink h3 {
    position: relative;
    float: left;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}

@media (max-width: 427px) {
    .m-friendlink h3 {
        font-size: 30px;
        text-align: center;
    }
}

.m-friendlink .hd {
    float: right;
    overflow: hidden;
}

.m-friendlink .hd li {
    float: left;
    width: 175px;
    height: 39px;
    line-height: 39px;
    margin: 0 20px;
    cursor: pointer;
    border: 1px solid #8dbddc;
    border-radius: 5px;
}

.m-friendlink .hd li span {
    display: block;
    margin: 0 10px;
    color: #fff;
    font-size: 14px;
}

.m-friendlink .hd li span i.yqlj {
    float: right;
    margin-left: 15px;
    position: relative;
    top: 8px;
    width: 18px;
    height: 22px;
    background: url(/Content/media/images/public/friend_icon.png) center center
        no-repeat;
}

.m-friendlink .hd li.on span {
    color: #fff;
}

.m-friendlink .bd {
    position: relative;
    /* left: 0; */
    top: 10px;
    /* margin-top: 10px; */
    width: 100%;
    background: #fff;
    overflow: hidden;
    z-index: 66;
}

.m-friendlink .bd li {
    float: left;
    height: 35px;
    line-height: 35px;
    width: 16%;
    margin: 0 2%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.m-friendlink .bd li a {
    color: #666;
    font-size: 14px;
}

.m-friendlink .bd div {
    display: none;
    padding: 10px;
    /* margin-top: 20px; */
    /* border-top: 1px dashed #ddd; */
    overflow: hidden;
}

.m-friendlink .bd div.active {
    display: block;
}

.m-footer {
    border-top: 1px solid #559ccb;
    padding-top: 20px;
}

.m-footer p {
    text-align: left;
}

.m-footer p a:first-child {
    margin-left: 0;
}

.m-footer p a {
    margin: 0 10px;
}

.u-footer {
    float: left;
}

@media (min-width: 768px) {
}

.evm {
    float: right;
    width: 120px;
    text-align: center;
}

.evm p {
    text-align: center;
}
/*底部 end*/

/*媒体查询*/
@media \0screen\, screen\9 {
    .container {
        width: 1280px;
    }
}

@media (min-width: 1280px) {
    .container {
        width: 1280px;
    }
}

@media (max-width: 767px) {
    .is-main {
        padding: 20px 15px;
    }
}

@media print {
    a:after {
        content: "" !important;
    }
}

/* 公用 */
.resp_list {
    width: 412px;
    float: left;
    overflow: hidden;
}

.resp_list .bd {
    height: 252px;
}

.m-section-right .bd {
    height: 468px;
}

.m-list {
    padding: 0 20px;
    margin-top: 20px;
    overflow: hidden;
}

.m-list .hd {
    height: 37px;
    border-bottom: 1px solid #ddd;
}

.m-list .hd ul {
    display: flex;
}

.m-list .hd li {
    float: left;
}

.m-list .hd li a {
    display: block;
    padding: 0 10px 12px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

.m-list .hd li.on a {
    color: #026cb1;
    position: relative;
}

.m-list .hd li.on a::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 5px;
    background: #026cb1;
    border-radius: 5px;
}

.m-list .bd ul {
    padding-top: 10px;
}

.m-list .bd li {
    padding-left: 14px;
    height: 38px;
    line-height: 38px;
    background: url(/Content/media/images/public/arr.png) 0 center no-repeat;
    overflow: hidden;
}

.m-list .bd li span {
    float: right;
    font-size: 15px;
    color: #666;
}

.m-list2 {
    padding: 0 20px;
    margin-top: 20px;
    border: 1px solid #ddd;
    overflow: hidden;
}

.m-list2 h3 {
    height: 50px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.m-list2 h3 a {
    display: inline-block;
    padding: 0 15px;
    line-height: 48px;
    color: #026cb1;
    border-bottom: 2px solid #026cb1;
    font-size: 18px;
    font-weight: bold;
}

.m-list2 ul {
    padding-top: 10px;
}

.m-list2 li {
    padding-left: 14px;
    height: 38px;
    line-height: 38px;
    background: url(/Content/media/images/home/arr.png) 0 center no-repeat;
    overflow: hidden;
}

.m-list2 li span {
    float: right;
    font-size: 15px;
    color: #666;
}

.m-public .hd {
    border-bottom: 1px solid #ddd;
}

.m-public .hd ul {
    display: flex;
}

.m-public .hd li {
    float: left;
}

.m-public .hd li a {
    display: block;
    padding: 0 10px 12px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

.m-public .hd li.on a {
    color: #026cb1;
    position: relative;
}

.m-public .hd li.on a::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 5px;
    background: #026cb1;
    border-radius: 5px;
}

.m-pubh h3 {
    height: 37px;
    border-bottom: 1px solid #ddd;
}

.m-pubh h3 a {
    display: inline-block;
    position: relative;
    padding: 0 10px 12px;
    color: #026cb1;
    font-size: 18px;
    font-weight: bold;
}

.m-pubh h3 a::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 5px;
    background: #026cb1;
    border-radius: 5px;
}

/********************导航调整****************************/
.logo {
    max-width: 642px;
}
/*导航*/
.m-nav_1 {
    background: #026cb1;
}

.m-nav_1 .nav > li {
    float: left;
    /*height: 50px;*/
    overflow: hidden;
    position: relative;
}

.m-nav_1 .nav > li > a {
    display: block;
    margin-top: 4px;
    padding: 0 46px;
    height: 46px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.m-nav_1 li a:hover,
.m-nav_1 .subnav li a:hover {
    background: #fff;
    color: #026cb1;
}

.m-nav_1 .nav > li:hover .subnav {
    display: block;
}

.m-nav_1.nav > :first-child {
    background: no-repeat;
}

.m-nav_1 .subnav {
    display: none;
}

.m-nav_1 .subnav li {
    display: block;
    width: 100%;
}

.m-nav_1 .subnav li a {
    display: block;
    margin-top: 4px;
    padding: 0 46px;
    height: 46px;
    line-height: 40px;
    font-size: 18px;
    /*font-weight: bold;*/
    color: #fff;
    text-align: center;
}

@media (max-width: 642px) {
    .logo {
        padding: 0 15px;
    }
}
