* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

ul,
li,
ol {
    list-style: none;
}

.contp>span {
    font-size: 20px;
    line-height: 36px;
    color: #165aaf;
}

.list>ul>li>a {
    font-size: 22px;
    line-height: 64px;
    color: #5a5a5a;
}

.banners{
    width: 100%;
    display: flex;
    height: auto;
    margin-top: 115px;
}
.banners>img{
    width: 100%;
}
.list{
    display:inline-block;margin-left: 10%;width: 12%;vertical-align: top;
}
.conts{
    display:inline-block;margin-right: 8%;width: 66%;
}

.blues{
    border-bottom: 4px solid #0a50b4;width:55px;
}
.tit{
    font-size:42px;line-height: 82px;color: #0a50b4;
}
.lis{
    display: flex;margin-left:10%;color: #666666;font-size:20px;line-height:75px;
}
.lis a{
    color: #666666;font-size:20px;line-height:75px;
}
#cc ul li a{
    color: #0a50b4;
}

/* ------------------- start */
.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 */


.conts .zp {
    width: 100%;
    margin: 35px 0 70px 0;
}


/* table 切换 —-------------------- start */

/* 右侧 */
.table0 ul {
    width: 100%;
    height: 48px;
    /* border-bottom: 1px solid #cccccc; */
    font-size: 22px;
}

.table0 ul li {
    width: 150px;
    /* width: 100px; */
    height: 42px;
    float: left;
    margin-right: 17px;
    font-size: 22px;
    text-align: center;
    line-height: 42px;
}

.table0 div {
    width: 100%;
    display: none;
}

.table0 div ol {
    width: 100%;
    display: block;
}

.table0 div ol {
    display: block;
    width: 100%;
    /* height: 100px; */
}

.conts .zp .table .table0 div ol .list_zp {
    width: 100%;
    display: block;
    margin: 15px 0;
    overflow: hidden;
}

.conts .zp .table .table0 div ol .list_zp p:first-child {
    display: block;
    width: 80%;
    float: left;
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.conts .zp .table .table0 div ol .list_zp p:last-child {
    display: block;
    width: 15%;
    float: right;
    font-size: 20px;
    color: #333333;
    line-height: 30px;
}

#table0 ul li:first-of-type {
    background-color: #0a50b4;
    border-radius: 0px 10px 0px 10px;
    color: white;
}

#table0 ul a {
    position: absolute;
    right: 0px;
    font-size: 14px;
    top: 8px;
    color: #666;
    right: 8px;
}

#table0 ul a img {
    margin-left: 5px;
}

#table0 div:first-of-type {
    display: block;
}


#table0 div ol a:last-of-type {
    width: 100%;
    height: 34px;
    right: -9%;
    top: 110px;
}


/* table 切换 —-------------------- end */





