@import url("//at.alicdn.com/t/font_3097922_m0rvhe6qs4m.css");

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
}

body, html {
    background-color: #fcfcfc;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
i {
    font-weight: 100;
    font-style: normal;
}

ul,
ol,
li {
    list-style-type: none;
}

a {
    color: #666;
    text-decoration: none;
    outline: 0;
    display: inline-block;
    font-family: "Microsoft YaHei";
}

a:hover {
    text-decoration: none;
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    box-shadow: inset 6px rgba(0, 0, 0, 0.3);
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /* background: rgba(0, 0, 0, 0.1); */
    background-color: #093c7d;
    -webkit-box-shadow: inset 6px rgba(0, 0, 0, 0.5);
    box-shadow: inset 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
    /* background: rgba(126, 91, 91, 0.1); */
    background-color: #093c7d;
}

/*
* @author:Mr.Zhu
* @title:body-bg
* @date:2022/1/7 11:23
*/
#header{
    background: url("../images/body_bg.png") no-repeat center top !important;
}
.body_bg{
    background: transparent !important;
}
/*
* @author:Mr.Zhu
* @title:header
* @date:2022/1/7 11:47
*/
#header{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
}
.header-layout{
    width: 1200px;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.header-link{
    width: 100%;
    height: 62px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.left-link{
    display: flex;
}
.left-link li{
    margin-right: 24px;
}
.left-link li a{
    font-size: 14px;
    font-weight: 400;
    color: #176DC3;
}
.left-link li:last-child{
    margin-right: 0px;
}
.perCenter i{
    display: inline-block;
    font-size: 16px;
    color: #176DC3;
    margin-right: 5px;
}
.perCenter span{
    font-size: 14px;
    color: #176DC3;
}

.logo-news{
    max-width: 100%;
    height: auto;
    margin-top: 40px;
}
.logo-news img{
    max-width: 100%;
    height: auto;
}
.search-box{
    width: 677px;
    height: 63px;
    background: rgba(255, 255, 255, .82);
    border-radius: 22px;
    box-sizing: border-box;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.search-set{
    width: 115px;
    height: 100%;
    border: none;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 18px;
    font-weight: 400;
    font-family: "Microsoft YaHei";
    color: #176DC3;
    position: relative;
    background-color: transparent;
    background: url("../images/search-set_bg.png") no-repeat 85% center;
    box-sizing: border-box;
    padding-left: 26px;
}
.search-set::-ms-expand {
    display: none;
}
.search-ipt{
    width: calc(100% - (120px + 115px));
    height: 24px;
    box-sizing: border-box;
    border: none;
    outline: none;
    background-color: transparent;
    padding-left: 22px;
    position: relative;
    font-size: 18px;
    color: #000000;
    border-left: 1px solid #3C8FDD;
}
.search-ipt::placeholder{
    font-size: 18px;
    color: #A2C0DD;
}
.search-btn{
    width: 120px;
    height: 100%;
    background-color: rgba(23, 109, 195, .82);
    border: none;
    outline: none;
    border-radius: 0px 22px 22px 0px;
    color: #FFFFFF;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-btn i{
    display: inline-block;
    font-size: 22px;
    margin-right: 15px;
}

#nav{
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.nav-list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 42px;
    align-items: center;
}
.nav-list li a{
    font-size: 24px;
    color: #FFFFFF;
    font-weight: 400;
}
.nav-list li{
    height: 100%;
    box-sizing: border-box;
    padding: 0 45px;
    line-height: 45px;
}
.nav-list li.active{
    background-color: #FFFFFF;
    border-radius: 8px;
}
.nav-list li.active a{
    color: #1A7CDD;
    font-weight: bold;
}
.nav-list li:hover{
    background-color: #FFFFFF;
    border-radius: 8px;
}
.nav-list li:hover a{
    color: #1A7CDD;
    font-weight: bold;
}

/*
* @author:Mr.Zhu
* @title:footer
* @date:2022/1/7 15:36
*/
#footer {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #0064C2;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-layout {
    width: 1200px;
    height: 135px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

.footer-layout * {
    font-size: 14px;
    color: #D9E4EE;
    font-weight: 400;
}

.company-address {
    width: 100%;
    height: 35px;
    background-color: #084EAD;
    display: flex;
    justify-content: center;
}

.company-layout {
    width: 1200px;
    height: 100%;
    line-height: 35px;
}

.company-layout span {
    font-size: 14px;
    color: #D9E4EE;
    font-width: 400;
}

.footer-link {
    display: flex;
    align-items: center;
    height: 40px;
}

.footer-link li {
    margin-right: 40px;
    position: relative;
}

.footer-link li:last-child {
    margin-right: 0px;
}

.footer-link li:last-child:after {
    display: none;
}

.footer-link li:after {
    content: "";
    width: 1px;
    height: 15px;
    display: inline-block;
    position: absolute;
    background-color: #D9E4EE;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: -20px;
}

.copyright span {
    display: inline-block;
    margin-right: 25px;
}

.copyright span:last-child {
    margin-right: 0px;
}

.record img {
    float: left;
    margin-right: 10px;
}

.keep-inform > * {
    margin-right: 25px;
}

.keep-inform > *:last-child {
    margin-right: 0px;
}

.copyright {
    margin: 10px 0;
}

.footer-right {
    display: flex;
    align-items: center;
}

.footer-right > a:last-child {
    margin-left: 60px;
}
#main{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.main-container{
    width: 1200px;
    height: auto;
    box-sizing: border-box;
}

/*
* @author:Mr.Zhu
* @title:友情链接
* @date:2022/1/10 17:30
*/
#friendlink{
    width: 100%;
    height: auto;
    background-color: #f7f7f7;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    padding: 15px 0;
}
.friendlink-layout{
    width: 1200px;
    height: 44px;
    background-color: #FFFFFF;
    box-sizing: border-box;
}
.subfrielink-list{
    display: none;
    position: absolute;
    width: 100%;
    height: auto;
    left: 0px;
    background-color: #FFFFFF;
    z-index: 999;
    bottom: 44px;
    box-sizing: border-box;
    padding: 0px 20px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.11);
}
.subfrielink-list li{
    display: inline-block;
    box-sizing: border-box;
    margin: 10px;
}
.friendlink-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 22px;
    position: relative;
}
.friendlink-list span{
    font-size: 16px;
    color: #414141;
    font-weight: 400;
}
.friendlink-list li > a{
    font-size: 14px;
    color:#414141
}
.friendlink-list li > a > i.iconfont{
    display: inline-block;
    transform: rotate(-90deg);
    font-size: 12px;
    color: #7D7F80;
    margin-left: 17px;
}

/*
* @author:Mr.Zhu
* @title:固定栏目 包括微信 微博 返回顶部
* @date:2022/1/12 10:48
*/
.Fixed-Column{
    width: 58px;
    height: 218px;
    background: rgba(164, 206, 248, 0.5);
    border: 1px solid rgba(26, 124, 221, 0.2);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.11);
    border-radius: 29px;
    position: fixed;
    z-index: 9999;
    top: 685px;
    right: 33px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    box-sizing: border-box;
    padding: 10px 0;
}

.Fixed-Column a{
    display: inline-block;
    position: relative;
}

.Fixed-Column a > div{
    position: absolute;
    width: 100px;
    height: 100px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.11);
    z-index: 999;
    background-color: #FFFFFF;
    left: -100px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}
.Fixed-Column .iconfont{
    color: #FFFFFF;
    font-size: 40px;
}
.Fixed-Column a:hover .iconfont{
    color: #14599d;
}
.Fixed-Column a:hover > div{
    display: block;
}

/*
* @author:Mr.Zhu
* @title:手机端导航
* @date:2022/1/12 14:05
*/
.nav-btn{
    display: none;
}
.nav-btn i.icon-navicon{
    font-size: 40px;
    color: #FFFFFF;
}
.canvi-navbar{
    background-color: #0064C2 !important;
    box-sizing: border-box;
    padding: 20px;
}
.wap-nav-ul li{
    height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,.5);
}
.wap-nav-ul li a{
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 400;
}
.nav-close{
    display: flex;
    width: 100%;
    justify-content: flex-end;
}
.nav-close .icon-guanbi{
    color: #FFFFFF;
    font-size: 40px;
}
/*
* @author:Mr.Zhu
* @title:tit
* @date:2022/1/12 16:51
*/
.list-tit{
    width: 100%;
    height: 55px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E3E3E3;
    align-items: center;
}
.list-tabs{
    display: flex;
    height: 100%;
    box-sizing: border-box;
    padding-top: 5px;
}
.list-tabs li a{
    color: #333333;
    font-size: 24px;
}
.list-tabs li{
    margin-right: 47px;
    height: 100%;
}
.list-tabs li:last-child{
    margin-right: 0px;
}
.list-tabs li.active{
    border-bottom: 2px solid #1A7CDD;
}
.list-tabs li.active a{
    color: #1A7CDD;
    font-weight: bold;
}
.list-tit a.more{
    font-size: 14px;
    color: #A5A5A5;
    display: block;
}
.list-tit > a{
    display: none;
}

/*
* @author:Mr.Zhu
* @title:news-list
* @date:2022/1/12 17:25
*/
.contBox1-list{
    display: none;
    padding-right: 0px;
}
.contBox1-list.active{
    display: block;
}

.contBox1-list a p{
    color: #393939 !important;
}
.contBox1-list li:before{
    background-color: #969696 !important;
}
.contBox1-list a span{
    color: #A5A5A5 !important;
}
.contBox1-list li:hover a *{
    color: #1263B4 !important;
}
.contBox1-list li:hover:before{
    background-color: #1263B4 !important;
}
.contBox1 .news-list{
    margin-top: 20px;
}
.news-list{
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding-right: 20px;
}
.news-list li{
    line-height: 44px;
    box-sizing: border-box;
    padding-left: 16px;
    position: relative;
}
.news-list li:before{
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 50%;
    background-color: #FFFFFF;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.news-list a{
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-weight: 400;
}
.news-list a p{
    width: calc(100% - 100px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #FFFFFF;
    font-size: 16px;
}

.news-list a span{
    font-size: 14px;
    color: #C1DBFE;
}
.news-list li:hover a *{
    color: #fff002;
    transition: all .3s ease-out 0s;
}
.news-list li:hover:before{
    background-color: #fff002;
    transition: all .3s ease-out 0s;
}
/*
* @author:Mr.Zhu
* @title:导航其他页面
* @date:2022/1/12 16:39
*/
.nav-box{
    width: 100%;
    height: 90px;
    background: url("../images/navandnewslist_bg.png") no-repeat center top;
    /*background-size: cover  ;*/
    display: flex;
    justify-content: center;
}
.nav-box #nav{
    width: 1200px;
}
.headerSpecial{
    width: 1200px;
    display: flex;
   justify-content: space-between;
    position: relative;
}
.headerSpecial .search-box{
    margin-top: 0px;
    align-self: flex-end;
    width: 522px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

/*
* @author:Mr.Zhu
* @title:面包屑
* @date:2022/1/14 15:48
*/
.crumbs{
    font-size: 20px;
    color: #333333;
    font-weight: 400;
    height: 68px;
    width: 100%;
    border-bottom: 1px solid rgba(23, 109, 195, .17);
    display: flex;
    align-items: center;
    box-sizing: border-box;
    flex-wrap: wrap;
    font-size: 14px;
}
.crumbs i.icon-dingwei{
    font-size: 26px;
    color: #000000;
    display: inline-block;
    margin-right: 10px;
}
.crumbs a{
    font-size: 14px;
    color: #333333;
    font-weight: 400;
}
.crumbs span{
    color: #176DC3;
    font-size: 14px;
}

/*
* @author:Mr.Zhu
* @title:左侧导航
* @date:2022/1/14 15:55
*/
.aside-left{
    width: 193px;
    height: auto;
    border-right: 1px solid #EDEDED;
    box-sizing: border-box;
    padding-top: 20px;
}
.aside-left h1{
    font-size: 24px;
    color: #272727;
    font-weight: bold;
    width: 100%;
    height: 62px;
    position: relative;
    box-sizing: border-box;
    line-height: 62px;
    margin-bottom: 39px;
}
.aside-left h1:after{
    content: "";
    width: 47px;
    height: 2px;
    display: inline-block;
    position: absolute;
    background-color: #176DC3;
    left: 0px;
    bottom: 0px;
}
.aside-list{
    width: 100%;
    height: auto;
    display: inline-block;
}
.aside-list li{
    width: 100%;
    /*height: 65px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
}
.aside-list li:before{
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 6px solid #343434;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    left: 27px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}
.aside-list li a{
    color: #333333;
    font-size: 18px;
    font-weight: 400;
}
.aside-list li.active:before{
    display: block;
}
.aside-list li.active a{
    color: #343434;
    font-weight: bold;
}
/*.aside-list li:hover{*/
/*    background-color: #176DC3;*/
/*    border-radius: 8px;*/
/*}*/
.aside-list li:hover a{
    color: #343434;
    font-weight: bold;
}
.aside-list li:hover:before{
    display: block;
}
@media screen and (max-width: 1200px) {
    .header-layout,.footer-layout,.company-layout,.friendlink-layout,.main-container{
        width: 100%;
        padding: 0 20px;
    }
    .Fixed-Column{
        background: rgba(164, 206, 248, 1);
    }
    .nav-list li{
        padding: 0 20px;
    }
    #nav{
        padding: 0 20px;
    }
    .headerSpecial{
        width: 100%;
    }
    .headerSpecial .search-box{
        position: inherit;
    }
}
@media screen and (max-width: 996px){
    .header-layout,.friendlink-layout,.footer-layout,.company-layout{
        width: 750px;
        padding: 0px;
    }
    .footer-layout{
        flex-direction: column;
        height: auto;
        align-items: flex-start;
    }
    .footer-right{
        margin: 15px 0;
    }
    #nav{
        padding: 0px;
    }
    .nav-list{
        display: none;
    }
    .nav-btn{
        display: flex;
        align-items: center;
        color: #FFFFFF;
        font-size: 22px;
        cursor: pointer;
    }
    #nav{
        justify-content: flex-end;
        height: 60px;
    }
    .nav-box{
        height: 60px;
    }
    .main-container{
        width: 750px;
        padding: 0px;
    }
    .footer-link{
        flex-wrap: wrap;
        height: auto;
        padding: 10px 0;
    }
    .company-address{
        height: auto;
    }
    .nav-box #nav{
        width: 750px;
    }
    .aside-left{
        width: 100%;
        border-right: none;
    }
}

@media screen and (max-width: 768px) {
    .header-layout,.footer-layout,.company-layout,.main-container{
        width: 100%;
        padding: 0 20px;
    }
    .search-box{
        width: 90%;
        height: 50px;
    }
    #friendlink{
        display: none;
    }
    .Fixed-Column{
        display: none;
    }
    .nav-box #nav{
        width: 100%;
        padding: 0 20px;
    }
    .headerSpecial .search-box{
        width: 100%;
    }
}

@media screen and (max-width: 515px) {
    .left-link{
        display: none;
    }
    .header-link{
        justify-content: flex-end;
    }
    .search-box{
        height: 40px;
        width: 100%;
    }
    .search-btn{
        width: 65px;
    }
    .search-btn i.iconfont{
        display: none;
    }
    .search-set{
        width: 100px;
        padding-left: 15px;
    }
    .search-ipt{
        width: calc(100% - 165px);
        padding-left: 10px;
    }
    .search-ipt::placeholder{
        font-size: 16px;
    }
}
@media screen and (max-width: 414px){
    .header-layout, .footer-layout, .company-layout, .main-container,.nav-box #nav{
        padding: 0 10px;
    }
    .search-box{
        margin-top: 20px;
    }
    .logo-news{
        margin-top: 0px;
    }
    .crumbs{
        height: auto;
        flex-wrap: wrap;
        padding: 15px 0;
    }
}