* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

ul,
li,
ol {
    list-style: none;
}
input{
    outline: none;
}

.contp>span {
    font-size: 20px;
    line-height: 36px;
    color: #165aaf;
}

#cc ul li a{
    color: #0a50b4;
}
#cc2 ul li a{
    color: #fff;
}

.banners {
    width: 100%;
    display: flex;
    height: auto;
    margin-top: 115px;
}

.banners>img {
    width: 100%;
}

/* 内容 */
.blues {
    border-bottom: 4px solid #0a50b4;
    width: 55px;
    margin-bottom: 30px;
}

.jtxw_715 {
    position: relative;

}

.jtxw815 h2 {
    display: inline-block;
    width: 80%;
}

.jtxw815 h2 a {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    /* line-height: 26px; */
    color: #333333;
    /* margin-bottom: 20px; */
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    overflow: hidden;
}

.sgzrsj815 span {
    float: right;
    border-right: none;
    padding-right: 0;
    line-height: 1.555rem;
}

.jtxw815 span {
    display: inline-block;
    font-size: 1.197rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    /* float: left; */
    /* line-height: 0.08rem; */
    /* padding-right: 0.0417rem; */
    /* border-right: 0.015rem solid #b8b4b4; */
}

.shzrsj_715 ul li {
    padding-bottom: 1.247rem;
}

.list {
    display: inline-block;
    margin-left: 10%;
    width: 12%;
    vertical-align: top;
}

.conts {
    display: inline-block;
    margin-right: 8%;
    width: 65%;
}

.tit {
    font-size: 42px;
    line-height: 75px;
    color: #0a50b4;
}



.ui_div {
    width: 100%;
}

.ui_div_con {
    width: 88.33%;
    margin: 0px auto;
}

.header {
    width: 100%;
    position: fixed;
    height: 115px;
    background-color: #fff;
    left: 0px;
    top: 0px;
    z-index: 10000;
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
}

.header.fixedmenu {
    top: 0px;
    background-color: #fff;
    -moz-box-shadow: 0px 0px 10px #c7c5bf;
    -webkit-box-shadow: 0px 0px 10px #c7c5bf;
    box-shadow: 0px 0px 10px #c7c5bf;
}

.header.fixednav.fixedmenu {
    position: fixed;
}

.i_logo_img {
    width: 24%;
    float: left;
    padding-top: 29px;
    margin-left: 4%;
}

.i_logo_img img {
    width: 69%;
}   

.i_logo_img .logo_2s {
    width: 69%;
}

.i_logo_ul {
    width: 62.5%;
    float: left;
}

.i_logo_ul .nav_menu {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.i_logo_ul .nav_menu li {
    width: 14%;
    height: 115px;
    float: left;
    margin: 0px;
    padding: 0px;
    position: relative;
}

.i_logo_ul .nav_menu li .a_nav {
    width: 100%;
    position: relative;
    height: 115px;
    line-height: 115px;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    color: #333;
    font-size: 20px;
}

.header.fixedmenu .i_logo_ul .nav_menu li .a_nav {
    color: #1a1a1a;
}

.i_logo_ul .nav_menu li .a_nav:hover, .i_logo_ul .nav_menu li .a_nav.active, .i_logo_ul .nav_menu li .a_nav.active1 {
    color: #333;
    /*background-color:#c1cef2; */
    text-decoration: none;
}

.i_logo_ul .nav_menu li .a_nav:after {
    content: "";
    width: 0px;
    height: 2px;
    background-color: rgb(10, 80, 180);
    position: absolute;
    left: 36%;
    bottom: 20px;
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
    margin-left: 0px;
    -moz-border-radius: 1.5px;
    /* Gecko browsers */
    -webkit-border-radius: 1.5px;
    /* Webkit browsers */
    border-radius: 1.5px;
    /* W3C syntax */
}

.i_logo_ul .nav_menu li .a_nav:hover:after, .i_logo_ul .nav_menu li .a_nav.active:after, .i_logo_ul .nav_menu li .a_nav.active1:after {
    width: 78px;
    margin-left: -23px;
}

.i_logo_ul .nav_menu li dl {
    width: 266px;
    position: absolute;
    left: 70%;
    margin-left: -80px;
    padding: 10px 5px 4px;
    top: 100%;
    background-color: rgba(253, 253, 253, 0.9);
    z-index: 111;
    display: none;
}

.i_logo_ul .nav_menu li:nth-child(2) dl {
    width: 366px;
}

.i_logo_ul .nav_menu li:last-child dl{
    width: 100px;
    left: 75%;
}

.i_logo_ul .nav_menu li:last-child dl dd{
    width: 100%;
}

.i_logo_ul .nav_menu li:last-child dl dd a::after {
    left: 7px;
}

.i_logo_ul .nav_menu li dl dd {
    width: 50%;
    float: left;
    position: relative;
}

.i_logo_ul .nav_menu li dl dd a {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-align: inherit;
    color: #333;
    padding-left: 18%;
    font-size: 16px;
    display: inline-block;
}


.i_logo_ul .nav_menu li dl dd a::after {
    content: "";
    position: absolute;
    top: 28%;
    left: 10px;
    width: 2px;
    height: 16px;
    background-color: #0a50b4;
}

.i_logo_ul .nav_menu li dl dd a:hover {
    color: #0a50b4;
    text-decoration: none;
}


.right_s {
    width: 5%;
    height: 115px;
    float: left;
}

.right_s .shu_ge {
    width: 2px;
    height: 24px;
    background-color: #999;
    display: inline-block;
    margin-right: 36%
}

.right_s .sou_s {
    width: 22px;
    height: 23px;
    display: inline-block;
    margin-top: 46px;
}

.right_s .sou_s img {
    width: 100%;
    height: 100%;
}


.right_s .sou_s .x_h {
    width: 100%;
    height: 100%;
}

/* --------------------- heards_nav   end */