/*commom style*/
*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

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,
img {
    border: medium none;
    margin: 0;
    padding: 0;
}

em {
    font-style: normal;
}

ul,
ol {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a,
ins {
    text-decoration: none;
}

*:focus {
    outline: none;
}

a {
    color: #333;
}

a:hover {
    color: #427fda;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    display: block;
    content: '';
    height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.hide {
    display: none;
}

body {
    font-family: "PingFangSC-Medium";

}



/**头部开始**/
.banner {
    width: 100%;
    height: 180px;
    background: url(banner.png) center top no-repeat;
}

.logo {
    float: left;
    margin-top: 44px;
}

.search {
    float: right;
    width: 360px;
    height: 50px;
    border-radius: 31.25px;
    background: #fff;
    margin: 65px 0px 0 0;
    overflow: hidden;
}

.searchTxt {
    float: left;
    width: 283.75px;
    height: 50px;
    font-family: "PingFangSC-Medium ";
    font-size: 16px;
    line-height: 50px;
    color: #999999;
    background: #fff;
    text-indent: 20px;
}

.searchSub {
    float: left;
    width: 76.25px;
    height: 50px;
    background: url(sub.png) 24px center no-repeat #083994;
    border-radius: 31.25px;
}

/**头部结束**/

/* 导航栏开始 */
.nav {
    width: 100%;
    background-color: #083994;
}

.nav .w1200>a {
    float: left;
    height: 60px;
    line-height: 60px;
    font-family: "PingFangSC-Medium ";
    font-size: 18px;
    color: #fff;
    position: relative;
    margin-right: 60px;
}

.nav .w1200>a:last-child {
    margin-left: 5px;
}

.nav .w1200>a span {
    display: block;
    position: absolute;
    background-color: #fff;
    width: 70px;
    height: 4px;
    left: 0px;
    bottom: 4px;
    display: none;
}

.nav .w1200>a:hover span {
    display: block;
}

.nav .w1200>.navHover span {
    display: block;
}

/* 导航栏结束 */

/* 当前位置开始 */
.dqwz {
    width: 100%;
    height: 40px;
    background-color: #fff;
}

.dqwz li {
    float: left;
    line-height: 40px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
}

.dqwz li:nth-child(2) {
    margin-left: 9px;
}

.dqwz li a {
    color: rgba(0, 0, 0, 0.6);
}

.dqwz li:last-child span {
    display: none;
}

.dqwz li span {
    margin: 0 7px 0 11px;
}

/* 当前位置结束 */


/* 正文内容开始 */
.contentBox {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #F6F9FF;
}

.lists {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 30px 0;
    box-sizing: border-box;
}

.Title {
    width: 240px;
    background-color: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
}

.Title p {
    width: 100%;
    height: 60px;
    font-family: "PingFangSC-Semibold";
    color: #FFFFFF;
    background: #083994;
    font-weight: 400;
}

.Title li {
    width: 200px;
    height: 61px;
    margin: 0 20px;
    border-bottom: 1px solid #eee;
    color: #333;
}

.Title li:last-child {
    border-bottom: none;
}

.list {
    width: 930px;
    height: auto;
    min-height: 765px;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
}

.ListTitle{
    width: 100%;
    height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #CCC;
    margin-bottom: 20px;
}
.ListTitle span{
    display: inline-block;
    line-height: 39px;
    border-bottom: 1px solid #005bac;
}
.listText li{
    width: 285px;
    height: 120px;
    float: left;
    text-align: center;
    margin-right: 17.5px;
    margin-bottom: 20px;
}
.listText li:nth-child(3n){
    margin-right: 0;
}
.listText li span{
    display: block;
    font-size: 18px;
    color: #333;
    margin-top: 10px;
    line-height: 20px;
}
/* 正文内容结束 */

/* 底部开始 */
.footer {
    width: 100%;
    height: 200px;
    background-color: #0F4791;
}

.friendLink {
    height: 70px;
    width: 100%;
}

.friendLink .w1200>div {
    float: left;
    width: 216px;
    height: 40px;
    background: #2764B5 url(xiala.png) 184px 16px no-repeat;
    cursor: pointer;
    margin: 15px 30px 0 0;
    font-family: "PingFangSC-Medium ";
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    padding-left: 16px;
    position: relative;
}

.friendLink .w1200>div:nth-child(5) {
    margin-right: 0;
}

.friendLink .w1200 .showFriend {
    background: #2764B5 url(shangla.png) 184px 16px no-repeat;
}

.friendList {
    position: absolute;
    width: 100%;
    background: #fff;
    left: 0;
    bottom: 45px;
    display: none;
}

.friendLink .w1200 .showFriend .friendList {
    display: block;
}

.friendList li {
    line-height: 32px;
    padding-left: 20px;
}

.friendList li a {
    display: block;
    color: #fff;
}

.qgsl,
.szfbm,
.tsdw,
.qslj,
.xglj {
    width: 100%;
    height: 224px;
    position: relative;
    overflow: hidden;
}

.qgsl ul,
.szfbm ul,
.tsdw ul,
.qslj ul,
.xglj ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #2764B5;
}

.scrollBarBox {
    width: 10px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #e6e6e6;
}

.scrollBar {
    width: 10px;
    height: 60px;
    background-color: #083994;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 10px;
}

.footInfoBox {
    height: 109px;
}

.footInfoBox .w1200 {
    overflow: hidden;
}

.dzjg {
    float: left;
    width: 184px;
    height: 61px;
    margin: 25px 40px 0 0;
}

.dzjg a {
    display: block;
    float: left;
}

.dzjg a:first-child {
    margin: 4px 0 0 5px;
}

.dzjg a:last-child {
    margin: 3px 0 0 23px;
}

.footInfo {
    width: 100%;
    float: left;
}

.footNav {
    margin-top: 40px;
}

.footNav li {
    float: left;
}

.footNav li:last-child {
    margin-right: 5px;
}

.footNav li a {
    font-family: "PingFangSC-Regular";
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 30px;
    font-weight: 400;
}

.footNav li span {
    color: rgba(255, 255, 255, 0.6);
    line-height: 30px;
    font-size: 14px;
    margin: 0 9px;
}

.footNav li:first-child {
    margin-left: 0;
}

.dzjgImg {
    margin-top: 15px;
    margin-right: 53px;
}

.copyrightEn {
    width: 496px;
    height: 56px;
    line-height: 28px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 27px;
}

.copyrightEn a {
    color: rgba(255, 255, 255, 0.6);
}


/* 底部结束 */

/* 页面自适应 */
@media only screen and (max-width:1024px) {
    .w1200 {
        width: 100% !important;
    }

    .search {
        margin-right: calc(50% - 180px);
    }

    .nav .w1200 a {
        width: 25%;
        margin: 0 !important;
        text-align: center;
    }

    .nav .w1200 a span{
        margin-left: calc(50% - 35px);
    }
    
    .Title{
        display: none;
    }
    .list{
        margin-right: calc(50% - 465px);
    }
    .footer {
        height: auto;
    }

    .friendLink,
    .footNav,
    .dzjgImg,
    .dzjg {
        display: none;
    }

    .copyrightEn {
        margin-left: calc(50% - 248px);
    }
  .dqwz {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .w1200 {
        width: 100% !important;
    }

    .list {
        width: 100%;
        margin: 0;
    }

    .list li {
        width: 100%;
    	  margin-right: 0;
        height: auto;
        float: left;
    }

    .dqwz {
        display: none;
    }
}