/*公用样式*/

@charset "utf-8";
html {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}

* {
    outline: none;
}

html,
body {
    font-size: 12px;
    font-family: '微软雅黑';
}

body {
    font: 12px/1.5;
    background-repeat: no-repeat;
    background-position: 120% 90%;
    background-attachment: fixed
}

body,
div,
p,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
canvas,
button,
dl,
dd,
dt {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: inherit;
}

header,
hgroup,
nav,
section,
article,
aside,
footer {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    /* font-style: normal;
    font-weight: normal; */
}

ul,
ol,
li {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

input,
textarea,
select {
    *font-size: 100%;
}

legend {
    color: #000;
}

img {
    vertical-align: top;
}

a:link,
a:visited {
    text-decoration: none;
}

a:hover {
    color: #0144c1;
}

.box {
    width: 100%!important;
    margin: 0 auto;
    position: relative;
}


/*清除浮动*/

.clear {
    clear: both;
}


/*清除浮动--推荐使用*/

.clearfix:before,
.clearfix:after,
.border-style2:before,
.border-style2:after {
    content: '';
    display: table;
}

.clearfix:after,
.border-style2:after {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.f35 {
    width: 37%;
    float: left;
}

header {
    border-bottom: 5px solid #0144c1;
    width: 100%;
    background-image: url(./headerbg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 999
}

.f6 {
    width: 66.66%;
    float: left;
}

.f4 {
    width: 29%;
    float: left;
}

.headertop {}

.righeader {
    display: none;
}

.logo {
    height: 60px;
    padding-left: 10px;
}

.logo a {
    padding-top: 10px;
    display: block;
}

.logo img {
    width: 60%;
}

.searchbox {
    width: 343px;
    margin-top: 10px;
}

.icobox {
    width: 130px;
}

.sdzcbox {
    width: 56px;
}

.sdzcbox img {
    width: 56px;
}

.sertext {
    width: 240px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    background-color: #ebf5f5;
    position: relative;
    top: -2px;
    font-size: 14px;
    background-image: url(./serbg.jpg);
    background-repeat: no-repeat;
    background-position: 95% center;
    outline: none;
}

.serbtn {
    width: 84px;
    height: 40px;
    background-color: #1e5ab3;
    border: 0px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    outline: none;
}

.iconone {
    width: 20px;
    height: 20px;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
}

.iconone img {
    width: 90%;
    text-align: center;
    opacity: 0.7
}

.iconone:hover img {
    opacity: 1
}

.nav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 65px;
    background-color: #fff;
    left: 100%;
    -webkit-transition: .5 0s all ease;
    -o-transition: .5s 0s all ease;
    -moz-transition: .5s 0s all ease;
    transition: .5s 0s all ease;
    z-index: 999
}

.navone {
    width: 100%;
    text-align: left;
}

.navone .nava {
    color: #0144c1;
    display: block;
    line-height: 50px;
    font-size: 18px;
    padding-left: 20px;
}

.navone:hover {
    background-color: #0144c1
}

.navone:hover .nava {
    color: #fff;
}

.navone:hover .navchild a {
    color: #222
}

.navchild {
    background-color: #fff;
    position: absolute;
    top: 50px;
    box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.44);
    display: none;
    border-top: 5px solid #0144c1;
    left: 0px;
    text-align: left;
    z-index: 999;
    box-sizing: border-box;
}

.navbox {
    position: relative;
}

.navchildpad {
    padding: 20px;
    padding-bottom: 0;
}

.navindex {
    height: 50px;
    line-height: 50px;
    width: 70px;
    display: none;
}

.navindex a {
    display: block;
    width: 100%;
    height: 50px;
    background-image: url(./indexico.png);
    background-repeat: no-repeat;
    background-position: center;
}

.pad50 {
    padding-top: 20px;
}

footer {
    width: 100%;
    background-color: #163b72;
}

.footmain {
    padding: 20px;
}

.footmain p {
    font-size: 12px;
    line-height: 23px;
    text-align: center;
    color: #a2b1c7;
}

.footmain p a {
    color: #a2b1c7
}

.footicon {
    width: 200px;
    margin: 0 auto;
}

.footinone {
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 1.8em;
    color: #a2b1c7;
}

.frilink {
    height: 63px;
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #fff;
    box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.24);
    background-image: url(./linktit.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    display: none;
}

.linktit {
    width: 176px;
    height: 63px;
    line-height: 50px;
}

.linktit span {
    line-height: 63px;
    font-size: 18px;
    color: #fff;
    font-weight: 800;
    padding-left: 40px;
}

.linkmain {
    width: 1142px;
    height: 63px;
    overflow: hidden;
}

.linkmain a {
    line-height: 63px;
    font-size: 14px;
    color: #969696;
    padding-left: 5px;
    padding-right: 5px;
}

.more {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.more img {
    width: 24px;
}

.frilink .more {
    margin-top: 20px;
}

.maintop {
    padding-top: 10px;
}

.mainmore {
    margin-right: 10px;
    margin-top: 8px;
}

.mainmore a {
    font-size: 12px;
    color: #787878;
    display: block;
    background-image: url(./more.png);
    padding-left: 25px;
    height: 30px;
    line-height: 30px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 0 50%;
}

.maintit {
    font-size: 18px;
    font-weight: 800;
    color: #1e5ab3;
    padding-left: 28px;
    line-height: 44px;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 20px
}

.kxicon {
    background-image: url(./kxicon.jpg);
}

.ggicon {
    background-image: url(./ggicon.jpg);
    background-size: 23px;
}

.zticon {
    background-image: url(./zticon.jpg);
}

.f3 {
    width: 33.3%;
    float: left;
}


/*.fixnav{ position: fixed;top: 0px; width: 100%; background-color: #fff ; z-index: 999; 
	border-bottom: 5px solid #0144c1}*/

.main-title {
    font-size: 30px;
    font-weight: 800;
    color: #000;
    line-height: 1.9em;
}

.m_menu {
    width: 60px;
    height: 60px;
    position: fixed;
    background-color: red;
    right: 0px;
    top: 0px;
}

.m_menu {
    height: 60px;
    width: 60px;
    background-color: #ffffff;
    position: absolute;
    z-index: 999;
    right: 0px;
    top: 0px;
    background-image: url(./ponav.png);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center center;
}

.close {
    background-image: url(./close.png)!important;
}

.show {
    left: 0
}

.header {
    width: 100%;
    height: 300px;
    background-image: url(./bj.png);
    background-size: cover;
    background-position: bottom right;
}

.topbar {
    width: 90%;
    height: 54px;
    margin: 0 auto;
}

.topbar a {
    color: rgb(70, 120, 195);
    font-weight: 400;
    font-size: 12px;
    line-height: 52px;
}

.header_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    flex-direction: column;margin-top: 40px;
}

.header_logo {
    width: 80%;
    height: 70px;
    background-image: url(./logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 auto;
}

#qForm {
    position: relative;
    bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.header_search {
    width: 90%;
    height: 60px;
    background: #FFFFFF;
    opacity: 0.9;
    border-radius: 5px;
    margin: 0 auto;position: relative;
    top: 20px;
}

.searchbox {
    width: 100%;
    /* margin-top: 10px; */
}

.sertext {
    width: 69%;
    height: 60px;
    line-height: 60px;
    padding-left: 10px;
    background-color: rgba(255, 255, 255, 0);
    outline: none;
    font-size: 19px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #9E9A9A;
}

.serbtn {
    width: 26%;
    height: 60px;
    background-color: #1e5ab3;
    border: 0px;
    cursor: pointer;
    outline: none;
    border-radius: 0 5px 5px 0;
    font-size: 21px;
    font-weight: 400;
    color: #FFFFFF;
}

.topnav {
    width: 100%;
    height: auto;
    margin-top: 60px;
    position: relative;
    z-index: 333;
}
    
    .navbg {
        width: 100%;
        height: 40px;
        background-image: url(https://www.bast.net.cn/images/4782/navbg.png);
        background-repeat: no-repeat;
        /* background-size: cover;
        background-position: left; */
        background-size: 125% 110%;
        background-position: center;
    }
    
    .header_nav {
        width: 100%;
        height: 20px;
        margin: 0 auto;
        position: relative;
        bottom: 30px;
        display: flex;
        justify-content: space-around;
    }
    
    .header_nav a {
        color: #fff;
        font-size: 14px;
        font-weight: 400;
    }
    
    .border {
        height: 26px;
        border-bottom: 3px solid #68B7E3;
    }

hide{display:none;}

.fhsy {
    width: 80px;
    height: 36px;
    display: inline-block;
    text-align: center;
    background: #3333;
    border-radius: 6px;
}
.fhsy a {
    color: #fff;
    line-height: 36px;
}
.new{
float: right;margin-top: 20px;display:none
}


