.logo_tit .logo img{
	float: none !important;
	width:auto;
    height: auto !important;
}
.dingtaozi20,
.dingtaozi{
	font-size:20px;
	color:#fff;
	font-weight:bold;
	/*position: relative;
	top: 8px;
	left: 10px;*/
	margin-left: 10px;
}
.dingtaozi{
	font-size:32px;
}
.dingtao_zijianju{
	letter-spacing:2px;
}
.dingtao_ziEng{
	
}
.dingtao_guohuidiv{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

@media screen and (max-width:768px) {
	.logo_tit .logo img.old_pointer{
      width: 55% !important;
    }
    .logo_tit .logo #ghChange{
      width: 15% !important;
    }
	/*------*/
	#ghChange{
		width: 13% !important;
	}
	.dingtaozi{
		font-size: 24px;
	}
	.dingtao_guohuidiv{
		padding-top: 15px !important;
	}
	.dingtao_guohuidiv .dingtao_wenzi {
		width: 50%;
	}
}


.big-container {
    width: 1240px;
    margin: 0 auto;
}

.container {
    width: 1240px;
    margin: 0 auto;
}


.index-bg1{
    background: url("../images/big1g.png") center top no-repeat;
	background-size: 100%;
	position:relative;
}
.top {
    background-color: rgba(255, 255, 255, .1);
    line-height: 40px;
    font-size: 14px;
}

.top a {
    color: #fff;
    position: relative;
    padding: 0 13px 0 8px;
}

.top .top-left {
    width: 35%;
}

.top .top-right {
    width: 65%;
    text-align: right;
}

.top .top-right img {
    vertical-align: middle;
    padding-right: 5px;
}

.top a.border::after {
    content: '';
    width: 1px;
    height: 18px;
    background: rgba(255,255,255,.4);
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.nav {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.nav li {
    float: left;
    width: 14.28%;
    text-align: center;
    line-height: 65px;
}

.nav li a {
    color: #fff;
    padding: 20px;
    font-size: 20px;
}

.nav li a.on, .nav li a:hover {
    border-bottom: 3px solid #fff;
    font-weight: bold;
}

.menu{
    left: 50% !important;
    margin-left: -734px !important;
    text-align: center;
}

.siderBar {
    
}

.siderBar li {
    width: 16px;
    height: 16px;
    font-size: 16px;
    background: #31B3FF;
    border: 3px solid #D3EFFF;
    cursor: pointer;
    border-radius: 50%;
    position: relative;
    margin: 0 auto 40px;
    z-index: 1;
    transition: all .4s;
}
.siderBar li span{
    opacity: 0;
    position: absolute;
    width: 43px;
    left: 50%;
	padding-top: 9px;
	line-height: 22px;
    transform: translateX(-50%);
    transition: all .4s;
}
.siderBar li.cur {
    color: #000;
    padding: 0;
    width: 68px;
    height: 68px;
    line-height: 62px;
    background: url('../images/snav-bg.png') center no-repeat;
}
.siderBar li.cur span{
    opacity: 1;
}

.menu ul{
    width: 68px;
    position: relative;
}
.menu .line{
    position: absolute;
    left: 34px;
    width: 1px;
    height: 278px;
    background-color: #93D3FA;
}

.search {
    width: 55%;
    margin: 20px auto 30px;
    position: relative;
}
#siteId{
    position: absolute;
    border: none;
    width: 95px;
    height: 51px;
    font-size: 18px;
    outline: none;
    color: #333;
    text-align: center;
    padding: 0;
    background: url(../images/xiala.png) no-repeat scroll right transparent;
    background-size: 10px;
    text-align-last: center;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
	left:0;
}
select::-ms-expand {
    display: none;
}
.search .search-box::before{
    content: '';
    width: 2px;
    height: 24px;
    background-color: #d2d2d2;
    position: absolute;
    left: 109px;
    top: 15px;
}
.search .search-box input[type='text'] {
    float: left;
    width: 85%;
    border: none;
    font-size: 18px;
    line-height: 55px;
    height: 55px;
    padding-left: 125px;
    border-radius: 6px 0px 0px 6px;
    background: rgba(255, 255, 255, .9);
}
.search .search-box input::placeholder{
	color:#333
}
.search .search-box a {
    float: left;
    width: 15%;
    background-color: #236fd6;
    line-height: 55px;
    border-radius: 0px 6px 6px 0px;
    text-align: center;
    color: #fff;
}

.search-log {
    display: none;
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    padding: 23px;
    background-color: #fff;
    box-shadow: 0 5px 5px rgba(0,0,0,.3);
    z-index: 99;
    border-radius: 5px;
    float: none;
}

.search-log .log-title {
    font-size: 16px;
    color: #333333;
}

.search-log .log-detail, .search-log .hot-search {
    padding: 13px 0;
}

.search-log .hot-search>span {
    display: inline-block;
    font-size: 12px;
    color: #236fd6;
    padding: 6px 13px;
    background-color: #CADCFF;
    border-radius: 50px;
    cursor: pointer;
    margin-right: 8px;
    margin-bottom: 8px;
}

.search-log .department>li {
    position: relative;
    float: left;
    width: 33.33%;
    padding-left: 24px;
    color: #999999;
    cursor: pointer;
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.search-log .department>li:hover {
    color: #236fd6;
}
.search-log .department>li::after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #d2d2d2;
    left: 6px;
    top: 11px;
}
.search-log .department>li:nth-child(1)::before{
    position: absolute;
    content: '';
    width: 16px;
    height: 18px;
    background: url(../images/hot-1.png);
    left: 2px;
    top: 6px;
}
.search-log .department>li:nth-child(2)::before{
    position: absolute;
    content: '';
    width: 16px;
    height: 18px;
    background: url(../images/hot-2.png);
    left: 2px;
    top: 6px;
}
.search-log .department>li:nth-child(3)::before{
    position: absolute;
    content: '';
    width: 16px;
    height: 18px;
    background: url(../images/hot-3.png);
    left: 2px;
    top: 6px;
}
.search-log .department>li:nth-child(1)::after ,.search-log .department>li:nth-child(2)::after,.search-log .department>li:nth-child(3)::after{
    background: transparent;
}
.reci {
    margin-top: 15px;
    color: #fff;
    padding: 0 15px;
    font-size: 14px;
}

.reci a {
    color: #fff;
    border-radius: 20px;
    text-align: center;
    padding: 0 11px;
    margin-right: 10px;
	    background: #EF920E;
}

/*切换背景图*/
#skin {
    position: absolute;
    top: 70px;
    left: 0;
    width: 189px;
    height: 172px;
    z-index: 9;
    cursor: move;
}

#skin li {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 63px;
    top: 55px;
    -webkit-transition: all .5s;
    transition: all .5s;
    border-radius: 50%;
}

#skin li img {
    width: 60px;
    height: 60px;
}

#skin .skin-01 {
    left: 63px;
    top: 55px;
    z-index: 7;
    animation: myimg 2s infinite linear;
}

#skin .skin-02 {
    z-index: 6;
}

#skin .skin-03 {
    z-index: 5;
}

#skin .skin-04 {
    z-index: 4;
}

#skin .skin-05 {
    z-index: 3;
}

#skin .skin-06 {
    z-index: 2;
}

#skin .skin-07 {
    z-index: 1;
}

#skin:hover .skin-01 {
    animation: myimg 0s;
}

#skin:hover .skin-02 {
    left: 119px;
    top: 55px;
}

#skin:hover .skin-03 {
    left: 114px;
    top: 95px;
}

#skin:hover .skin-04 {
    left: 13px;
    top: 95px;
}

#skin:hover .skin-05 {
    left: 6px;
    top: 55px;
}

#skin:hover .skin-06 {
    left: 0;
    top: 55px;
}

#skin:hover .skin-07 {
    left: 31px;
    top: 0;
}

.logo {
    text-align: center;
    margin: 20px 0 17px;
}

.first {
    width: 1240px;
    margin: 0 auto 43px;
    background-color: #fff;
    box-shadow: 1px 1px 10px 2px #CCC;
    -webkit-box-shadow: 1px 1px 10px 2px #CCC;
    -moz-box-shadow: 1px 1px 10px 2px #CCC;
}

.tt {
    padding: 45px 15px;
    margin: 15px 0 45px;
    height: 190px;
    border-bottom: 8px solid #1492ff;
    overflow: hidden;
    position: relative;
}
.swiper-pagination{
    top: 105px !important;
    left: 50%;
    margin-left: -72px;
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{
    background-color: #ccc;
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet-active{
    background-color: #1492ff;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    float: left;
    width: 28px;
    border-radius: 0;
    margin-right: 8px !important;
}

.tt .tt-img {
    width: 10%;
    padding: 15px 45px;
    color: #fff;
    font-size: 24px;
    height: 90px;
    background: url('../images/tt.png') center no-repeat;
}

.tt .text {
    width: 88%;
    margin-left: -1%;
    padding: 0;
    height: 110px;
    overflow: hidden;
}

.tt .text li {
    height: 90px;
    margin-bottom: 20px;
}

.tt .text a h3 {
    margin: 0;
    font-weight: normal;
    font-size: 30px;
    color: #000;
    min-height: 40px;
    display: -webkit-box;
    line-height: 40px;
}

.tt .text a p {
    font-size: 20px;
    color: #666;
    margin: 10px 0 0;
    line-height: 40px;
}

.tt-nr h3 {
    text-align: center;
}

/*图片新闻*/
.tpxw{
    width: 640px;
}
.slide_x {
    overflow: hidden;
    position: relative;
    margin: 0;
    width: 640px;
    height: 348px;
    background: #000;
}

.slide_x a {
    color: #eee;
    text-decoration: none;
}

.slide_x .box {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}

.slide_x .list {
    overflow: hidden;
    width: 9999px;
    display: block;
    margin: 0;
}

.slide_x .list li {
    float: left;
    position: relative;
    width: 640px;
    text-indent: 0;
}

.slide_x .list li::before {
    content: "";
    width: 0;
}

.slide_x .list img {
    vertical-align: top;
}

.slide_x .list p {
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 44px;
    color: #eee;
    font: 14px/44px "\5b8b\4f53";
    text-indent: 1em;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#99000000', endColorstr='#99000000');
    background: rgba(0, 0, 0, 0.6);
}

.slide_x .btn {
    overflow: hidden;
    position: absolute;
    bottom: 14px;
    right: 6px;
}

.slide_x .btn li {
    float: left;
    width: 10px;
    height: 10px;
    margin: 0 0 0 6px;
    background: #eee;
    color: #333;
    font: 11px/16px Tahoma;
    text-align: center;
    cursor: pointer;
}

.slide_x .btn .selected {
    background: #f30;
    color: #fff;
}

.slide_x .plus, .slide_x .minus {
    position: absolute;
    top: 149px;
    width: 40px;
    height: 50px;
    background: url(../images/control.png) center no-repeat;
    text-align: center;
    cursor: pointer;
}

.slide_x .minus {
    left: 0;
    background-position: 0 -84px;
}

.slide_x .plus {
    right: 0;
    background-position: -40px -84px;
}

.slide_x .minus:hover {
    left: 0;
    background-position: 0px -10px;
    cursor: pointer;
}

.slide_x .plus:hover {
    right: 0;
    background-position: -40px -10px;
    cursor: pointer;
}

.xw{
    width: 545px;
    margin-left: 15px;
    background: url('../images/xw-bg.png') right center no-repeat;
}
.xw-title{
    margin-top: -5px;
    height: 46px;
    border-bottom: 1px solid #ededed;
}
.xw-title li{
    float: left;
    line-height: 30px;
    font-size: 22px;
}
.xw-title li a{
    position: relative;
    color: #333;
    display: block;
    padding: 2px 15px 11px;
    border-bottom: 4px solid transparent;
}
.xw-title li a::after{
    content: '';
    width: 1px;
    height: 20px;
    background: #333;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.xw-title li:last-child a::after{
    content: '';
    width: 0;
}
.xw-title li a:hover,.xw-title li a.active{
    color: #0071E2;
    font-weight: bold;
    border-bottom: 4px solid #0071E2;
}
.xw-box > ul{
    margin: 15px 0 4px;
}
.xw-box > ul > li{
    line-height: 43px;
    position: relative;
    text-indent: 15px;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
    transition: all .4s;
}
.xw-box > ul > li::before{
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #8EC7FF;
}
.xw-box > ul > li:hover{
    text-indent: 20px;
}
.xw-box > ul > li > a{
    float: left;
    font-size: 16px;
    width: 80%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #333333;
}
.xw-box > ul > li > span{
    float: right;
    color: #949494;
}
.xw-box > ul > li > a:hover{
    color: #236fd6;
}

a.com:link, a.com:visited, a.com:active {
    text-decoration: none;
    color: #333333;
    font-size: 16px;
}
a.com:hover {
    color: #4d71d1;
    text-decoration: none;
}

.md{
    padding: 50px 0 0;
    background: url('../images/mdbg.png') center bottom no-repeat #fbfbfb;
}

.hzxl{
    background-color: #4b7cfb;
    height: 112px;
}
.hezheng li{
    width: 413px;
    position: relative;
    float: left;
    height: 112px;
}
.hezheng li.hzk{
    background: url('../images/hzk.png') center no-repeat;
}
.hezheng li.hzb{
    background: url('../images/hzb.png') center no-repeat;
}
.hezheng li.hzw{
    background: url('../images/hzw.png') center no-repeat;
}
.hezheng li.hzk.on{
    background: url('../images/hzk-on.png') center no-repeat;
}
.hezheng li.hzb.on{
    background: url('../images/hzb-on.png') center no-repeat;
}
.hezheng li.hzw.on{
    background: url('../images/hzw-on.png') center no-repeat;
}
.hezheng li a{
    display: block;
    height:100%;
}
.hezheng li.on::after{
    content:'';
    position: absolute;
    left: 50%;
    margin-left: -10px;
    border: 10px solid #FFF;
    border-top-color:#4b7cfb;
}

.hz-box{
    margin: 50px 0 0;
}

.hzk-box .wj{
    padding: 18px 15px 19px;
    width: 865px;
    box-shadow: 0px 1px 3px 2px rgba(190, 190, 190, 0.5);
}
.wj-top{
    line-height: 48px;
}
.wj-top ul{
    height: 25px;
    border-bottom: 1px solid #e9e9e9;
}
.wj-top ul li{
    float: left;
    padding: 0 25px 0 0;
    text-align: center;
    background-color: #fff;
}
.wj-top ul li a{
    color: #333;
    padding: 12px 3px 12px 0;
    font-weight: bold;
    font-size: 28px;
}
.wj-top ul li a.active,.wj-top ul li a:hover{
    color: #0078E7;
    font-weight: bold;
}
.wj-ss{
    width: 45%;
    padding: 8px;
    background: linear-gradient(139deg, #CADCFF 0%, #cedeff 100%);
    line-height: 32px;
}
.wj-ss input[type='text']{
    float: left;
    width: 62%;
    height: 32px;
    line-height: 32px;
    border: none;
    text-indent: 6px;
}
.wj-ss>a{
    float: left;
    text-align: center;
    color: #fff;
    width: 15%;
    font-size: 14px;
    line-height: 32px;
    background-color: #4E7EFB;
}

.wj .sub-title{
    line-height: 44px;
    border-bottom: 1px solid #eee;
}
.wj .sub-title li{
    float: left;
    margin-right: 51px;
}
.wj .sub-title li a{
    display: block;
    padding: 5px 0;
    color: #999;
    font-size: 22px;
}
.wj .sub-title li a.active,.wj .sub-title li a:hover{
    color: #333;
    font-weight: bold;
    border-bottom: 4px solid #0078E7;
}
.xxgk{
    width: 359px;
}
.xxgk-top{
    height: 100px;
    font-size: 24px;
    color: #fff;
    background: url('../images/xxgkbg.png') center no-repeat;
}
.xxgk-top p{
    padding-left: 24px;
    line-height: 80px;
}
.xxgk-box{
    background-color: #fff;
    padding: 10px 10px 0;
    margin-top: 15px;
    box-shadow: 0px 1px 3px 2px rgba(190, 190, 190, 0.5);
}
.xxgk-box li{
    width: 164px;
    line-height: 54px;
    font-size: 14px;
    padding-left: 10px;
    margin: 0 10px 10px 0;
    float: left;
    background: linear-gradient(139deg, #CADCFF 0%, #F5F4FF 100%);
    transition: all .4s;
}
.xxgk-box li a{
    color:#333;
}
.xxgk-box li:hover{
    transform: translateY(-2%);
    box-shadow: 1px 1px 10px 2px #CCC;
    -webkit-box-shadow: 1px 1px 10px 2px #CCC;
    -moz-box-shadow: 1px 1px 10px 2px #CCC;
}
.xxgk-box li img{
    vertical-align: middle;
    padding-right: 7px;
}
.xxgk-box ul{
    width: 370px;
}
.hzk-box{
    width: 1240px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.hzb-box{
    margin-top: 0;
}
.hzb-img img{
    display: block;
    width: 100%;
}
.bs{
    background-color: #f5f7fe;
    padding: 50px 0 0 ;
}
.bs-box{
    background-color: #4E7EFB;
    padding-bottom: 40px;
}
.bs-box .bs-title{
    width: 1240px;
    margin:  0 auto;
}
.bs-box .bs-title ul{
    width: 50%;
    margin: 0 auto;
}
.bs-box .bs-title ul li{
    float: left;
    width: 33%;
    padding: 32px 0;
    text-align: center;
    font-size: 24px;
}
.bs-box .bs-title ul li a{
    color: #ddd;
    padding: 15px 0;
}
.bs-con{
    width: 1240px;
    margin:  0 auto;
}
.bs-con ul{
    width: 1250px;
}
.bs-con ul li{
    float: left;
    width: 230px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    margin: 10px;
    border-radius: 10px;
    background-color: #fff;
    transition: all .4s;
}

.bs-con ul.bm li {
    width: 292px;
    height: 53px;
    line-height: 53px;
}
.bs-con ul.bm li a{
    display: block;
}
.bs-con ul li img{
    vertical-align: middle;
    padding-right: 10px;
    transition: all .4s;
}
.bs-con ul li:hover {
    transform: translateY(-3%);
}
.bs-con ul li a{
    font-size: 20px;
    color: #333;
}
.bs-title ul li a.active,.bs-title ul li a:hover{
    color: #fff;
    font-weight: bold;
    background: url('../images/bs-bg-icon.png') center bottom no-repeat;
}
.hd{
    background-color: #f5f7fe;
    padding: 50px 0 10px;
}
.hzw-box{
    background: url('../images/hzw-bg.png') center top no-repeat;
}
.hzw-box{
    margin-top: 15px;
}
.hz-title{
    text-align: center;
}
.zjdc-title{
    border-bottom: 1px solid #e9e9e9;
}
.hzw-three{
    width: 400px;
    padding: 15px 0;
}
.zjdc-title li{
    float: left;
    padding: 0 25px 0 0;
    text-align: center;
    line-height: 48px;
}
.zjdc-title li a{
    color: #666;
    padding: 12px 3px 12px 0;
    font-size: 20px;
}

.zjdc-title li a.active, .zjdc-title li a:hover {
    border-bottom: 3px solid #4E7EFB;
    color: #4E7EFB;
    font-weight: bold;
}
.zjdc-con{
    margin: 11px 0;
}
.zjdc-con li{
    background-color: #fff;
    margin: 12px 0;
    padding: 5px;
}
.zjdc-con li a{
    color: #333;
}
.zjdc-con .zt{
    width: 65px;
    text-align: center;
    padding: 2px 5px;
    background-color: #90ABEC;
    border-radius: 15px;
    color: #fff;
}
.zjdc-con .js{
    background-color: #eee;
    color: #999;
}
.zjdc-con .nr{
    width: 310px;
}
.zjdc-con p{
    line-height: 30px;
}
.zjdc-con p span{
    font-size: 14px;
    color: #666;
}
.zjdc-title > a{
    padding: 6px 10px;
    border-radius: 15px;
    font-size: 14px;
    color: #fff;
    line-height: 50px;
    background-color: #4E7EFB;
}
.ft-box{
    margin: 15px 0;
    background-color: #fff;
    overflow: hidden;
}
.ft-box img{
    display: block;
    width: 100%;
    transition: all .4s;
}
.ft-box img:hover{
    transform: scale(1.05);
}
.ft-box h3{
    padding: 0 15px;
    line-height: 25px;
    font-size: 16px;
    color: #333;
    margin: 10px 0 5px;
}
.ft-box p{
    padding: 0 15px;
    line-height: 28px;
    color: #4D67A7;
}
.ft-box p span{
    color: #333;
}

    /*专题图片*/
.ztzl{
    text-align: center;
}
.ztzl> a{
    display: block;
    padding: 10px 55px;
    font-size: 24px;
    color: #333;
    border-bottom: 1px solid #d2d2d2;
}
.ztzl a span{
    padding: 9px 3px;
    font-weight: bold;
    border-bottom: 3px solid #4E7EFB;
}

.img-scroll {
    position: relative;
    width: 1240px;
}

.img-list {
    position: relative;
    overflow: hidden;
}

.img-list ul {
    width: 9999px;
}

.img-scroll .prev, .img-scroll .next {
    position: absolute;
    display: none;
    top: 79px;
    width: 40px;
    height: 50px;
    background: url(../images/control.png) center no-repeat;
    text-align: center;
    cursor: pointer;
    z-index: 1;
}

.img-scroll .next {
    left: 0;
    background-position: 0 -84px;
}

.img-scroll .prev {
    right: 0;
    background-position: -40px -84px;
}

.img-scroll .next:hover {
    left: 0;
    background-position: 0px -10px;
    cursor: pointer;
}

.img-scroll .prev:hover {
    right: 0;
    background-position: -40px -10px;
    cursor: pointer;
}
.img-scroll:hover .prev,.img-scroll:hover .next{
    display: block;
}
.img-list li {
    float: left;
    position: relative;
    width: 284px;
    height: 202px;
    margin: 15px 35px 15px 0;
    overflow: hidden;
    transition: all .4s;
}
.img-list li img{
    display: block;
    width: 100%;
    transition: all .4s;
}
.img-list li a .text{
    position: absolute;
    height: 99px;
    top: 30px;
    left: 29px;
}
.img-list li a .text h3{
    font-size: 24px;
    padding: 0 62px 0 0;
    text-align: left;
    font-weight: bold;
    color: #2F4261;
    line-height: 28px;
}
.img-list li a .text h4{
    float: left;
    position: absolute;
    bottom: 0;
    border: 1px solid #8E9CB0;
    border-radius: 10px;
    font-size: 12px;
    color: #4B5C79;
    padding: 1px 7px;
}

.img-list li:hover{
    transform: translateY(-2%);
    box-shadow: 1px 1px 10px 2px #eee;
    -webkit-box-shadow: 1px 1px 10px 2px #eee;
    -moz-box-shadow: 1px 1px 10px 2px #eee;
}
.img-list li p{
    line-height: 42px;
    background-color: #fff;
    color: #333;
}

.footer{
    background-color: #4E7EFB;
}
.link>li>a{
    color: #fff;
}
.footer .link> li{
    float: left;
    width: 192px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    text-align: left;
    background-color: #4371E9;
    padding: 0 10px;
    font-size: 14px;
    margin: 22px 14px 22px 0;
    position: relative;

}
.footer .link>  li:hover{
    background-color: #4371E9;
}
.footer .link>  li>ul{
    display: none;
}
.footer .link>  li:hover ul{
    position: absolute;
    max-height: 424px;
    overflow: auto;
    bottom: 47px;
    left: 0;
    right: 0;
    background-color: #4371E9;
    display: block;
	z-index: 999;
}

.footer .link>  li:hover ul::-webkit-scrollbar-track {
    background-color: #4E7EFB;
}

.footer .link>  li:hover ul::-webkit-scrollbar {
    width: 17px;
}

.footer .link>  li:hover ul::-webkit-scrollbar-thumb {
    background-color: rgba(255,255,255,.4);
}

.footer .link>  li>ul>li{
    text-align: left;
    padding: 0 10px;
    line-height: 35px;
}
.footer .link>  li>ul>li:hover{
    background-color: #4E7EFB;
}
.footer .link>  li>ul>li>a{
    display: block;
    font-size: 15px;
    color: #fff;
}
.footer-con{
    padding: 0 0 30px ;
}
.footer-con .info{
    width: 68%;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.footer-con .bzx{
    width: 10%;
    text-align: right;
}
.footer-con .info a{
    color: #fff;
}
.footer-con .info p{
    line-height: 28px;
}
.footer-con .jc{
    width: 20%;
    margin-top: 15px;
    text-align: left;
}

.cbl li{
    margin-bottom: 10px;
}

.hd-item{
    padding-bottom: 24px;
}
.hd-item li{
    width: 233px;
    float: left;
    line-height: 73px;
    margin: 0 15px 0 0;
    background-color: #fff;
    border-radius: 8px;
    font-size: 20px;
    transition: all .4s;
}
.hd-item li:hover{
    transform: translateY(-2%);
    box-shadow: 1px 1px 10px 2px #CCC;
    -webkit-box-shadow: 1px 1px 10px 2px #CCC;
    -moz-box-shadow: 1px 1px 10px 2px #CCC;
}
.hd-item li img{
    vertical-align: middle;
    padding-right: 15px;
}
.hd-item li a{
    display: block;
    padding-left: 40px;
    color: #333;
}
.wza-prompt{
    position: fixed;
    width: 290px;
    right: -300px;
    bottom: 10px;
    background-color: #ffd172;
    padding: 10px;
    border-top-left-radius: 66px;
    border-bottom-left-radius: 66px;
}
.wza-prompt-pic {
    float: left;
    padding: 10px;
    background-color: #fff;
    border-radius: 50px;
}
.wza-prompt-txt{
    float: right;
    width: 180px;
    margin-left:8px;
    margin-top: 13px;
}
.wza-prompt-txt span{
    font-size: 16px;
	color: #555;
}
.wza-prompt-txt span.time{
    padding-left: 15px;
}
.wza-pormpt-close{
    position: absolute;
    color: #666;
    right: 5px;
    top: 3px;
    font-size: 14px;
    cursor: pointer;
}

.notice_active ul li{
    max-height: 90px;
    overflow: hidden;
}

/*短头图*/
.d-logo{
    width: 385px;
    padding-top: 22px;
}

.d-nav{
    width: 815px;
    padding-top: 16px;
    border-bottom:none;
}

.d-nav li a{
    padding: 13px 8px;
}
.d-search{
    margin: 70px auto;
}

.big-title{
    background: url('../images/bt-title-bg.png') center no-repeat;
    line-height: 36px;
    font-size: 36px;
    color: #0078E7;
    text-align: center;
}
.zwgk-left{
    width: 25%;
    box-shadow: 1px 1px 10px 2px #eee;
    -webkit-box-shadow: 1px 1px 10px 2px #eee;
    -moz-box-shadow: 1px 1px 10px 2px #eee;
}
.zwgk-left>li{
    border-bottom: 1px solid #eee;
}
.zwgk-left>li>a{
    line-height: 77px;
    display: block;
    padding: 0 0 0 38px;
    font-size: 18px;
    color: #333;
}

.zwgk-left>li>a >img{
    vertical-align: middle;
    padding-right: 16px;
}
.zwgk-right{
	height: 622px;
    width: 73%;
    padding: 17px 30px;
    margin-left: 2%;
    box-shadow: 1px 1px 10px 2px #eee;
    -webkit-box-shadow: 1px 1px 10px 2px #eee;
    -moz-box-shadow: 1px 1px 10px 2px #eee;
}
.zwgk-right .wj-box > ul{
	height: 321px;	
	overflow: hidden;
}
.jiedu{
    display: none;


}
.jiedu a{
    padding: 6px 10px;
    background-color: #0078E7;
    color: #fff;
    border-radius: 4px;
    margin-right: 5px;
}
.wj-box{

}
.wj-box > ul{
    margin: 15px 0 4px;
	padding: 5px;
}
.wj-box > ul > li{
    line-height: 44px;
    position: relative;
    text-indent: 15px;
    background: url('../images/li-style.png') left center no-repeat;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
}

.wj-box > ul > li:hover,.wj-box > ul > li.on{
    box-shadow: 1px 1px 10px 2px #eee;
    -webkit-box-shadow: 1px 1px 10px 2px #eee;
    -moz-box-shadow: 1px 1px 10px 2px #eee; 
    padding: 8px 0 11px;
    line-height: 38px;
    background: none;

}
.jiedu>div{
	margin:6px 0 0!important;
	
}
.wj-box > ul > li:hover>.jiedu,.wj-box > ul > li.on>.jiedu{
    display: block;
}
.wj-box > ul > li > .item > a{
    float: left;
    font-size: 16px;
    width: 80%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #333333;
}
.wj-box > ul > li >.item > span{
    float: right;
    color: #949494;
    padding-right: 17px;
}
.wj-box > ul > li > a:hover{
    color: #236fd6;
}
.zwgk-banner li{
    float: left;
    margin-top: 19px;
}
.zwgk-banner li img{
    display: block;
    width: 100%;
}



.zwimg-scroll {
    position: relative;
    width: 1240px;
    margin-top: 30px;
    box-shadow: 1px 1px 10px 2px #eee;
    -webkit-box-shadow: 1px 1px 10px 2px #eee;
    -moz-box-shadow: 1px 1px 10px 2px #eee;
}

.zwimg-list {
    position: relative;
    overflow: hidden;
}

.zwimg-list ul {
    width: 9999px;
}

.zwimg-scroll .zwprev, .zwimg-scroll .zwnext {
    position: absolute;
    top: 45px;
    width: 70px;
    height: 70px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
}

.zwimg-scroll .zwnext {
    left: -35px;
    background: url('../images/toleft.png') left center no-repeat;
}

.zwimg-scroll .zwprev {
    right: -35px;
    background: url('../images/toright.png') left center no-repeat;
}

.zwimg-scroll .zwnext:hover {
    cursor: pointer;
}

.zwimg-scroll .prev:hover {
    cursor: pointer;
}

.zwimg-list li {
    float: left;
    text-align: center;
    padding: 15px 47px;
    margin: 15px 0 15px 0;
    overflow: hidden;
}
.zwimg-list li a{
    text-align: center;
}
.zwimg-list li img{
    display: block;
    margin: 0 auto;
    transition: all .4s;
}
.zwimg-list li img:hover{
    transform: scale(1.05);
}
.zwimg-list li p{
    font-size: 18px;
    line-height: 50px;
    color: #666;
}

.fwbg{
    background:  url('../images/zhhewuuwufuditu.png') bottom center no-repeat;
    padding-bottom: 45px;
}
.zwfw{
    padding: 20px;
    background-color: #fff;
}
.zwfw-left{
    width: 41%;
}
.zwfw-right{
    width: 57%;
    margin-left: 2%;
}
.tsfw{
    margin-top: 30px;
}
.item-title{

}
.item-title h3,ul.item-title{
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.item-title h3 span{
    border-bottom: 3px solid #007AD8;
    padding: 14px 0;
    cursor: pointer;
}
.tsfw-box{
    margin-top: 20px;
    padding: 20px 20px 0;
    background-color:#F4F8FD;
}
.tsfw-box li{
    float: left;
    height: 64px;
    width: 47%;
    padding: 8px 16px 0;
    margin-bottom: 24px;
    background: url('../images/ytasdansl.png') 90% center no-repeat #fff;
}
.tsfw-box li a{
    display: block;
    font-size: 18px;
    color: #333;
    padding: 0 40px 0 0;
}
.tsfw-box li:nth-child(2n){
    margin-left: 6%;
}
.item-title > li{
    position: relative;
    float: left;
    margin-right: 60px;
}
.item-title >li >span{
    border-bottom: 3px solid transparent;
    padding: 14px 0;
    cursor: pointer;
    color: #333;
}
.item-title >li >span:hover,.item-title >li >span.on{
    border-bottom: 3px solid #007AD8;
    font-weight: bold;
}
.item-title > li:first-child::after{
    content: "";
    position: absolute;
    left: 130%;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 18px;
    background-color: #ddd;
}
.grfr-box{
    padding: 10px 0;
}
.grfr-box li{
    float: left;
    text-align: center;
    width: 20%;
    height: 116px;
    padding: 20px 0;
}
.grfr-box li a{
    font-size: 16px;
    color: #333;
}
.grfr-box li a img{
    padding-bottom: 15px;
}
.bmcx{

}
.bmcx-box{
    width: 110%;
}
.bmcx-box li{
    float: left;
    width: 160px;
    margin: 15px 15px 0 0;
    line-height: 54px;
}
.bmcx-box li a{
    display: block;
    font-size: 18px;
    color: #333;
    text-align: center;
    border: 1px solid #eee;
    transition: all .4s;
}
.bmcx-box li a:hover{
    transform: translateY(-2%);
    box-shadow: 1px 1px 10px 2px #eee;
    -webkit-box-shadow: 1px 1px 10px 2px #eee;
    -moz-box-shadow: 1px 1px 10px 2px #eee;
}
.item-title >li> a{
    color: #999;
}
.item-title >li> a:hover,.item-title >li> a.on{
    border-bottom: 3px solid #007AD8;
    padding: 14px 0;
    cursor: pointer;
    color: #333;
    font-weight: bold;
}
.hd-list>ul>li>span,
#wjdc>li>p>span{
    font-size: 16px;
    color: #F47C11;
    text-align: center;
    padding: 5px 15px;
    background-color: #FFF7E6;
    border-radius: 5px;
    float: right;
    line-height: normal;
    margin-top: 11px;
    margin-right: 5px;
    cursor: pointer;
}
#wjdc>li>p a{
	color:#333;
}
.ckjg{
		
}
.zmhd{
    padding: 20px;
    background-color: #fff;
    box-shadow: 1px 1px 10px 2px #eee;
    -webkit-box-shadow: 1px 1px 10px 2px #eee;
    -moz-box-shadow: 1px 1px 10px 2px #eee;
}
.zmhd-left{
    width: 58%;
}
.hd-list > ul{
    margin: 15px 0 4px;
}
.hd-list > ul > li{
    line-height: 52px;
    position: relative;
    background: url('../images/li-style.png') left center no-repeat;
    transition: all .4s;
}

.hd-list > ul > li > a{
    float: left;
    font-size: 16px;
    width: 80%;
    text-indent: 15px;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
    transition: all .4s;
    color: #333333;
}
.hd-list > ul > li > span{
    color: #949494;
    float: right;
    line-height: normal;
	margin-top: 11px;
}
.hd-list > ul > li > a:hover{
    color: #236fd6;
}
.hd-list span.over{
    color: #0071E2;
    background-color: #EBF3FD;
}
.zmhd-right{
    width: 40%;
    margin-left: 2%;
}
.kjfs{
    margin-top: 20px;
}
.kjfs li{
    float: left;
    width: 25%;
    text-align: center;
}
.kjfs li a{
    display: block;
    font-size: 18px;
    position: relative;
    color: #333;
    padding: 5px 0;
}
.kjfs li a p{
    padding-top: 8px;
}
.kjfs li a::after{
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 90px;
    background-color: #E6ECF3;
}
.kjfs > li > a.noborder::after{
    width: 0;
}
.zwft{
    line-height: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #DDDDDD;
}
.zwft a{
    font-size: 24px;
    padding-left: 15px;
    display: block;
    font-weight: bold;
    color: #333;
    position: relative;
}
.zwft a::before{
    content: "";
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 22px;
    background-color: #0071E2;
}
.zwft-img{
    margin-top: 20px;
}
.zwft-img img{
    display: block;
    width: 100%;
}
.zwft-text{
    margin-top: 19px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}
.zwft-text a{
    color: #333;
}
.zwft-text p{
    line-height: 32px;
}
.zwft-text p span{
    font-weight: normal;
}
.hd-banner{
    margin-top: 30px;
}
.hd-banner li{
    float: left;
    width: 230px;
    height: 86px;
    font-size: 18px;
    line-height: 24px;
}
.hd-banner li.xf{
    margin-right: 20px;
    background: url('../images/shiixnaiifa.png') center no-repeat;
}
.hd-banner li.jj{
    background: url('../images/dashxiajinxa.png') center no-repeat;
}
.hd-banner li a{
    display: block;
    color: #336FB4;
    height: 100%;
    padding: 19px 90px 19px 23px;
}
/*-------------------------*/
.ywdt{
    background-image: none;
    background-color: #f4f4f4;
    margin-left: 0;
    padding: 40px;
    width: 600px;
}
.ywdt h2{
    color: #000;
    font-size: 28px;
    margin-bottom: 32px;
}
.ywdt h2 a{
    color: #000;
}
.ywdt p{
    color: #999;
    font-size: 18px;
    line-height: 32px;
}
.tpxwall{
    width: 100%;
}

.tpxwall .slide_x{
    width: 100%;
}
.tpxw-text{
    float: left;
    width: 600px;
    background-color: #f4f4f4;
}
.tpxwall .slide_x .list li{
    width: 1240px;
}
.tpxwall li img{
    float: left;
    width: 640px;
}
.tpxwall .slide_x .list p {
    position: static;
    color: #999;
    width: 600px;
    padding: 0 40px 0 40px;
    font-family: "Microsoft YaHei";
    text-indent: 0;
    height: auto;
    font-size: 18px;
    line-height: 40px;
    background: transparent;

}
.tpxwall .slide_x{
    background: transparent;
    height: 420px;
}

.tpxwall .slide_x a{
    color: #000;
}
.tpxwall .slide_x .tpxw-text{
    height: 420px;
}
.tpxwall .slide_x .tpxw-text h2{
    padding: 40px 40px 26px 40px;
}
.tpxwall .slide_x .btn{
    bottom: 20px;
    right: 30px;
}
.tpxwall .slide_x .btn li{
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-left: 16px;
    background: #cdcdcd;
}
.tpxwall .slide_x .btn li.selected{
    background: #0078E7;
}
.tpxwall .slide_x .plus, .tpxwall .slide_x .minus{
    display: none;
    top: 186px;
}
.tpxwall .slide_x:hover .plus,.tpxwall .slide_x:hover .minus{
    display: block;
}
.ywdt-left{
    width: 60%;
}
.ywdt-right{
    width: 40%;
    padding-left: 2%;
}
.tzgg-box > ul > li > a{
    overflow: inherit;
    white-space: normal;

}
.tzgg-box > ul{
    border-left: 1px solid #ddd;
    margin: 24px 3px;
}

.tzgg-box > ul > li{
    text-indent: 0;
    line-height: 26px;
    overflow: inherit;
    padding-left: 15px;
    margin: 10px 0;
}
.tzgg-box > ul > li > a{
    display: inline;
    float: none;
}
.tzgg-box > ul > li:hover{
    text-indent: 0;
}
.tzgg-box > ul > li::before{
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #ddd;
    left: -7px;
    top: 14px;
}
.item-title >a{
    font-size: 16px;
    color: #999;
    float: right;
}
.item-title >a>span{
    background-color: #ddd;
    padding: 0 4px 2px;
    font-size: 12px;
    color: #fff;
    margin-right: 10px;
    vertical-align: bottom;
}
.zwlink img{
    display: block;
    width: 100%;
}
.xwfbh-box a p{
    margin-top: 12px;
    color: #333;
    line-height: 30px;
}
.m-nav{
    display: none;
}
.ycdh {
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    display: none;
    width: 50%;
    height: 100vh;
    top: 0;
    left: 100%;
    z-index: 9999;
    line-height: 40px;
}

.contain{
	width: 67%;
	margin: 0 auto;
	
}
#ozoom *{  overflow-x: visible !important;}
        .pdf-box{
            padding:20px 0;
            border-top: 1px dashed #ddd;
        }
        .media{
            margin: 0 auto;
            display:block !important;
        }
        .media>div{
            text-align:center;
        }
        .media iframe{
            border: 0 ;
        }
        #ozoom{
            line-height:36px;
            width: 100%;
            overflow: auto;
        }
        #ozoom img{
            max-width:100%;
        }
        .social-share-icon:nth-child(n+5){
            display: none!important;
        }
        .social-share>a:nth-child(n+5){
            display:none!important;
        }
        .art-info{
            padding-left: 10px;
            float: left;
            width: 86%;
            font-size: 16px;
            line-height: 40px;
        }
        #mainText{
            font-size: 16px;
        }
        .art-title h1 p{
            line-height: 35px;
        }
        .sub-title {
            font-size: 14px;
            line-height: 14px;
            color: #999;
            width: 100%;
            margin: 0 auto 10px;
            padding-bottom: 20px;
            border-bottom: 1px solid #ddd;
        }

        .sub-title dl {
            margin: 0;
        }
        .font-size {
            width: 25%;
            text-align: left;
            line-height: 34px;
        }
        .center-info {
            width: 50%;
            text-align: center;
            line-height: 34px;
        }
        .share-info {
            width: 25%;
            text-align: right;
            line-height: 34px;
        }
        .sub-title dl a {
            color: #999;
        }

        .sub-title dl a.on {
            color: #333;
        }

        .bdsharebuttonbox {
            margin-left: -10px;
        }

        .bdsharebuttonbox a {
            margin: -1px 0 0 10px !important;
            font-size: 14px !important;
        }
        .memo{
            padding: 15px 0;
        }

        .appendix{
            padding: 15px 0;
            border-top: 1px dashed #ededed;
            line-height: 40px;
        }
        .appendix h4{
            line-height: 40px;
        }
        .appendix p{
            text-indent: 2em;
        }

        .detail-table table{
            margin: 0 auto;
            line-height: 26px;
            border-collapse: collapse;
        }
        .detail-table table td{
            font-size: 15px;
            padding: 4px 5px;
            border: 2px solid #fff;
        }
        .pos {
            line-height: 25px;
            background: url(../images/home.png) 5px 15px no-repeat #fff;
            padding: 10px 0 10px 30px;
            margin: 10px 0;
        }
        .pos a:link,.pos  a:visited,.pos  a:active {
            text-decoration: none;
            font-family: "Microsoft YaHei";
            color: #333333;
            font-size: 15px;
        }
        #jdlist li, #ydlist li ,#wjlist li, #ydlist1 li{
            font-size: 15px;
            line-height: 30px;
            height: auto !important;
            padding:0;
            background: none;
            overflow: visible;
            text-overflow: ellipsis;
            white-space: normal;
        }
        #jdlist li a, #ydlist li a,#wjlist li a,#ydlist1 li a{
            color:#777;
            font-size: 14px;
        }
        .append {
            width: 1427px;
            height: auto;
            height: 40px;
            line-height: 40px;
            padding-left: 1230px;
            margin-top: 40px;
        }

        .bug {
            font-size: 15px;
            color: #333333;
            margin-right: 22px;
        }

        .bug a {
            color: #333333;
        }

        .bug img {
            margin-right: 10px;
            margin-bottom: 7px;
            margin-top: 5px;
        }

        .social-share-icon:nth-child(n+5){
            display: none!important;
        }
        .social-share>a:nth-child(n+5){
            display:none!important;
        }
		.social-share-icon .wechat-qrcode .qrcode img:nth-child(2){
			display: none;
		}
        .detail-table td{
            line-height: 33px;
        }
        .art-title h1{
            font-size: 24px;
            text-align: center;
            margin: 20px 0;
            font-weight: bold;
            padding: 31px;
        }
        .art-title h1 p{
            line-height: 35px;
        }
       .m-table{
            display: none;
        }
      #pos a{
      	cursor: default;
      }


	.wzazzms .dingtaozi20{
		font-size: 32px;
	}
	.wzazzms #ghChangex{
		width: 100px !important;
	}
	.wzazzms .contain{
		width: 100%;
		background-color: #fff;
	}
	.wzazzms .detail-table table,.wzazzms .font-size,.wzazzms .share-info{
		display: none;
	}
    .wzazzms .main{
        padding: 0 10px;
        overflow: hidden;
    }
    .wzazzms .big-container,.wzazzms .container{
        width: 100%;
    }
    .wzazzms .footer-box,.wzazzms .zwimg-scroll,.wzazzms .img-scroll,.wzazzms .zwgk-left,.wzazzms .zwgk-right {
        width: 100%;
    }
	.wzazzms .m-table{
		padding: 0 8px;
	}
	.wzazzms .m-table li{
		line-height: 32px;
	}
	.wzazzms .art-title h1{
		padding: 0;
		margin: 10px 0 0;
	}
	.wzazzms .center-info{
		width: 100%;
	}
    .wzazzms .m-nav,.wzazzms .m-table{
        display: block;
    }
    .wzazzms .top-left,.wzazzms .nav,.wzazzms .reci,.wzazzms #skin{
        display: none;
    }
	.wzazzms .nav{
		display: block;
	}
	.wzazzms .nav li a {
		font-size: 34px;
		font-weight: bold;
		padding: 10px 5px;
	}
    .wzazzms .zzmsycs{
        display: none;
    }
	.wzazzms .top .top-right{
		width:100%;
	}
	.wzazzms .top a{
		padding: 0 5px;
	}
    .wzazzms .top-right a:last-child{
        display: inline;
    }
	.wzazzms .logo{
		margin: 5px 0; 
	}
    .wzazzms .logo img{
        width: 33%;
        margin: 0 auto;
    }
    .wzazzms .m-nav {
        position: absolute;
        right: 0.28rem;
        top: 2.94rem;
        display: none;
    }
    .wzazzms .list-group>li{
        font-size: 16px;
        padding: 5px 20px 5px 63px;
        line-height: 25px;
        border-bottom: 1px dashed #fff;
    }
    .wzazzms .list-group>li a{
        color:#fff;
    }
    .wzazzms .list-group>li>ul >li{
        padding: 0 0 0 35px;

    }
    .wzazzms .list-group>li>ul >li>a{
        font-size: 14px;
    }
    .wzazzms .search{
        width: 90%;
        margin: 10px auto;
    }
    .wzazzms .tt{
        padding: 10px;
        height: 120px;
    }
    .wzazzms .tt .tt-img {
        width: 0;
        height: auto;
        padding: 0.1rem 0.3rem;
        color: #fff;
        font-size: 26px;
        background-size: contain;
    }
    .wzazzms .tt .text {
        margin-left: 2%;
    }
    .wzazzms .tt .text a h3 {
        margin: 0;
        font-weight: normal;
        font-size: 0.28rem;
        line-height: 0.33rem;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
    }
    .wzazzms .tt .text a p{
        display: none;
    }
	.wzazzms .tt .text {
        width: 83%;
    }
    .wzazzms .swiper-pagination {
        top: 80px !important;
    }
    .wzazzms #siteId {
        width: 14%;
    }
    .wzazzms .search .search-box::before {
        left: 11%;
    }
    .wzazzms .search .search-box input[type='text'] {
        padding-left: 178px;
    }
    .wzazzms .first{
        padding: 0 !important;
        margin: 0 auto 43px;
    }
	.wzazzms .item-title >li> a{
		font-size:50px;
	}
    .wzazzms .tpxw,.wzazzms .slide_x,.wzazzms .xw{
        width: 100%;
    }
	.wzazzms .govpushinfo150203, #szfxx{
		height: 485px;
	}
	.wzazzms .xw-box > ul > li > span{
		font-size:20px;
	}
	.wzazzms .xw-box > ul > li > a{
		font-size:28px;
	}
	.wzazzms .xw-box > ul > li{
		line-height:75px;
	}
    .wzazzms .slide_x{
        height: 420px;
        width: 800px;
        margin: 0 auto;
    }
    .wzazzms .slide_x .list li{
        width: 800px!important;
    }
    .wzazzms .slide_x .list li img{
        width: 800px !important;
        height: 420px !important;
    }
    .wzazzms .slide_x .plus, .wzazzms .slide_x .minus{
        top: 165px;
    }
    .wzazzms .xw{
        margin-left: 0;
        margin-top: 0.3rem;
    }
    .wzazzms .xw-title li a{
        padding: 2px 22px 11px;
        font-size: 50px;
    }
    .wzazzms .xw-box > ul > li{
        text-indent: 0;
        padding-left: 60px;
    }
    .wzazzms .xw-box > ul > li > a,.wzazzms .wj-box > ul > li > .item > a,.wzazzms .hd-list > ul > li > a{
        float: none;
        overflow: inherit;
        white-space: normal;
        display: inline;
    }
    .wzazzms .xw-box > ul > li > span,.wzazzms .wj-box > ul > li > .item > span{
        float: none !important;
        padding-left: 10px;
        padding-right: 0;
    }
	.wzazzms .hd-list > ul > li > span{
		float: none !important;
	}
    .wzazzms .xw-box > ul > li::before {
        left: 5px;
        top: 40px;
    }
    .wzazzms .zwgk-right {
		height: auto;
        padding: 5px;
        margin-left: 0;
    }
    .wzazzms .wj-top ul li {
        padding: 0 15px 0 0;
    }
    .wzazzms .wj-top ul li a{
        font-size: 50px;
    }
	.wzazzms .wj .sub-title li {
        margin-right: 5px;
    }
    .wzazzms .wj .sub-title li a{
        font-size: 34px;
    }
    .wzazzms .zwgk-banner,.wzazzms .zwgk-banner li{
        width: 100%;
        margin-right: 0 !important;
    }
    .wzazzms .fwbg{
        margin-top: 0 !important;
        padding-bottom: 15px;
    }
    .wzazzms .zwfw{
        padding: 0;
    }
    .wzazzms .zwfw-left,.wzazzms .zwfw-right{
        width: 100%;
        margin-left: 0;
    }
    .wzazzms .tsfw-box li{
        width: 100%;
        line-height: 48px;
        margin-left: 0;
    }
    .wzazzms .tsfw-box li:nth-child(2n) {
        margin-left: 0;
    }
    .wzazzms .zwfw-right{
        margin-top: 30px;
    }
    .wzazzms .grfr-box li{
        width: 25%;
    }
    .wzazzms .bmcx-box {
        padding-bottom: 12px;
    }
    .wzazzms .bmcx-box li{
        margin: 12px 0 0 12px;
    }
    .wzazzms .zmhd{
        padding: 20px 5px 0;
    }
    .wzazzms .item-title > li{
        margin-right: 17px;
        font-size: 50px;
    }
    .wzazzms .zmhd-left,.wzazzms .zmhd-right{
        width: 100%;
        margin-left: 0;
    }
    .wzazzms .hd-list > ul > li{
        padding-left: 15px;
    }

    .wzazzms .hd-banner li{
        width: 100%;
        margin-bottom: 15px;
    }
    .wzazzms .hd-banner li.xf,.wzazzms .hd-banner li.jj{
        background-size: cover;
    }
    .wzazzms .img-list {
        margin-left: 35px;
    }
    .wzazzms .img-scroll .prev{
        width: 70px;
        height: 70px;
        display: block;
        left: -35px;
        right: auto;
        background: url(../images/toleft.png) left center no-repeat;
    }
    .wzazzms .img-scroll .next{
        width: 70px;
        height: 70px;
        display: block;
        right: -35px;
        left: auto;
        background: url(../images/toright.png) left center no-repeat;
    }
    .wzazzms .img-scroll .next:hover {
        right: -35px;
        left: auto;
        background-position: left center;
        cursor: pointer;
    }

    .wzazzms .img-scroll .prev:hover {
        display: block;
        left: -35px;
        right: auto;
        background-position: left center;
        cursor: pointer;
    }

    .wzazzms .jiedu a{
        padding: 2px;
        margin-right: 3px;
    }

    .wzazzms .kjfs li{
        width: 50%;
        height: 91px;
        margin-bottom: 20px;
        padding-top: 10px;
    }
    .wzazzms .kjfs li:nth-child(3n),.wzazzms .kjfs li:nth-child(4n){
        border-top: 1px solid #E6ECF3;
    }
    .wzazzms .kjfs > li:nth-child(2n) a::after{
        width: 0;
    }

    .wzazzms .footer .link{

    }
    .wzazzms .footer .link> li{
        width: 100%;
        margin: 5px 0;
    }
    .wzazzms .footer{
        padding: 10px 15px;
        display: block;
    }
    .wzazzms .footer-con .bzx,.wzazzms .footer-con .jc,.wzazzms .footer-con .info{
        width: 100%;
        text-align: center;
    }

    .wzazzms .d-logo {
        width: 100%;
    }
	.wzazzms .d-nav{
		width: 100%;
	}
    .wzazzms .d-logo img{
        display: block;
    /* width: 29%; */
    /* margin-left: 15px; */
    text-align: center;
    margin: 0 auto;
	}
    .wzazzms .wza-prompt{
        display: none;
    }

    .wzazzms .tpxwall .slide_x .list li{
        width: calc(100vw - 20px );
    }
   .wzazzms  .tpxw-text,.wzazzms .tpxwall .slide_x .list p,.wzazzms .ywdt-left,.wzazzms .ywdt-right {
        width: 100%;
    }
    .wzazzms .tpxwall .slide_x .tpxw-text h2{
        padding: 10px;
    }
    .wzazzms .tpxwall .slide_x .list p{
        padding: 0 10px 10px;
        margin: 0 !important;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
    }
   .wzazzms  .ywdt-right{
        width: 100%;
    }
    .wzazzms .tzgg-box > ul{

    }
    .wzazzms .tzgg-box > ul > li::before {
        left: -7px;
        top: 14px;
    }

    .wzazzms .ywdt-left .item-title h3,.wzazzms .ywdt-left ul.item-title{
        font-size: 18px;
    }
    .wzazzms .ywdt-left .item-title > li {
        margin-right: 5px;
    }
.aging-tools-gap{
	background-position-y: 136px !important;
}
.wzazzms .xw-box > ul > li::before{
    width: 30px;
}
.wzazzms .item-title > li:first-child::after{
    background: none;
}
.wzazzms .tzgg-box > ul > li::before{
    width: 11px;
}
.wzazzms .zwgk-left>li>a{
    font-size: 28px;
}
.wzazzms .wj-box > ul > li > .item > a{
    font-size: 24px;
}
.wzazzms .wj-box > ul > li:hover, .wj-box > ul > li.on{
    line-height: 50px;
}
.wzazzms .tsfw-box li a{
    font-size: 24px;
}
.wzazzms .item-title h3, .wzazzms ul.item-title{
    line-height: 67px;
}
.wzazzms .hd-list > ul > li > a,
.wzazzms .zwft-text,
.wzazzms .hd-banner li{
    font-size: 24px;
}
/*-------------适应手机-------------*/
@media (max-width: 768px) {
	.item-title >li> a{
		font-size: 16px;
	}
    .item-title > li:first-child::after{
        background: transparent;
    }
	.index-bg1 {
		background: url(../images/big3g.png) center top no-repeat;
	}
	.contain{
		width: 100%;
		background-color: #fff;
	}
	.detail-table table,.font-size,.share-info{
		display: none;
	}
    .main{
        padding: 0 10px;
        overflow: hidden;
    }
    .big-container,.container{
        width: 100%;
    }
     .footer-box,.zwimg-scroll,.img-scroll,.zwgk-left,.zwgk-right {
        width: 100%;
    }
	.m-table{
		padding: 0 8px;
	}
	.m-table li{
		line-height: 32px;
	}
	.art-title h1{
		padding: 0;
		margin: 10px 0 0;
	}
	.center-info{
		width: 100%;
	}
    .m-nav,.m-table{
        display: block;
    }
    .top-left,.nav,.reci,#skin,.side-entry{
        display: none;
    }
    .top-right a{
        display: none;
    }
    .top-right a:last-child{
        display: inline;
    }
    .logo img{
        width: 70%;
        margin: 0 auto;
    }
    .m-nav {
        position: absolute;
        right: 0.28rem;
        top: 2.94rem;
        display: block;
    }
    .list-group>li{
        font-size: 16px;
        padding: 5px 20px 5px 63px;
        line-height: 25px;
        border-bottom: 1px dashed #fff;
    }
    .list-group>li a{
        color:#fff;
    }
    .list-group>li>ul >li{
        padding: 0 0 0 35px;

    }
    .list-group>li>ul >li>a{
        font-size: 14px;
    }
    .search{
        width: 90%;
        margin: 20px auto;
    }
    .tt{
        padding: 10px;
        height: 100px;
    }
    .tt .tt-img {
        width: 15%;
        height: auto;
        padding: 0.1rem 0.2rem;
        color: #fff;
        font-size: 24px;
        background-size: contain;
    }
    .tt .text {
        margin-left: 2%;
    }
    .tt .text a h3 {
        margin: 0;
        font-weight: normal;
        font-size: 0.32rem;
        line-height: 0.48rem;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
    }
    .tt .text a p{
        display: none;
    }
    .tt .text {
        width: 83%;
    }
    .swiper-pagination {
        top: 66px !important;
    }
    #siteId {
        width: 18%;
    }
    .search .search-box::before {
        left: 22%;
    }
    .search .search-box input[type='text'] {
        padding-left: 88px;
    }
    .first{
        padding: 0 !important;
        margin: 0 auto 43px;
    }
    .tpxw,.slide_x,.xw{
        width: 100%;
    }
    .slide_x{
        height: 192px;
    }
    .slide_x .list li{
        width: calc(100vw - 20px);
    }
    .slide_x .list li img{
        width: 100% !important;
        height: 192px !important;
    }
    .slide_x .plus, .slide_x .minus{
        top: 80px;
    }
    .xw{
        margin-left: 0;
        margin-top: 0.3rem;
    }
    .xw-title li a{
        padding: 2px 5px 11px;
        font-size: 0.36rem;
    }
    .xw-box > ul > li{
        text-indent: 0;
        padding-left: 15px;
    }
    .xw-box > ul > li > a,.wj-box > ul > li > .item > a,.hd-list > ul > li > a{
        float: none;
        overflow: inherit;
        white-space: normal;
        display: inline;
    }
    .xw-box > ul > li > span,.wj-box > ul > li > .item > span,.hd-list > ul > li > span{
        float: none !important;
        padding-left: 10px;
        padding-right: 0;
    }
    .xw-box > ul > li::before {
        left: 5px;
        top: 22px;
    }
    .zwgk-right {
        padding: 5px;
        margin-left: 0;
    }
    .wj-top ul li {
        padding: 0 15px 0 0;
    }
    .wj-top ul li a{
        font-size: 22px;
    }
    .wj .sub-title li {
        margin-right: 5px;
    }
    .wj .sub-title li a{
        font-size: 15px;
    }
    .zwgk-banner,.zwgk-banner li{
        width: 100%;
        margin-right: 0 !important;
    }
    .fwbg{
        margin-top: 0 !important;
        padding-bottom: 15px;
    }
    .zwfw{
        padding: 0;
    }
    .zwfw-left,.zwfw-right{
        width: 100%;
        margin-left: 0;
    }
    .tsfw-box li{
        width: 100%;
        line-height: 48px;
        margin-left: 0;
    }
    .tsfw-box li:nth-child(2n) {
        margin-left: 0;
    }
    .zwfw-right{
        margin-top: 30px;
    }
    .grfr-box li{
        width: 25%;
    }
    .bmcx-box {
        padding-bottom: 12px;
    }
    .bmcx-box li{
        margin: 12px 0 0 12px;
    }
    .zmhd{
        padding: 20px 5px 0;
    }
    .item-title > li{
        margin-right: 17px;
    }
    .zmhd-left,.zmhd-right{
        width: 100%;
        margin-left: 0;
    }
    .hd-list > ul > li{
        padding-left: 15px;
    }

    .hd-banner li{
        width: 100%;
        margin-bottom: 15px;
    }
    .hd-banner li.xf,.hd-banner li.jj{
        background-size: cover;
    }
    .img-list {
        margin-left: 35px;
    }
    .img-scroll .prev{
        width: 70px;
        height: 70px;
        display: block;
        left: -35px;
        right: auto;
        background: url(../images/toleft.png) left center no-repeat;
    }
    .img-scroll .next{
        width: 70px;
        height: 70px;
        display: block;
        right: -35px;
        left: auto;
        background: url(../images/toright.png) left center no-repeat;
    }
    .img-scroll .next:hover {
        right: -35px;
        left: auto;
        background-position: left center;
        cursor: pointer;
    }

    .img-scroll .prev:hover {
        display: block;
        left: -35px;
        right: auto;
        background-position: left center;
        cursor: pointer;
    }

    .jiedu a{
        padding: 2px;
        margin-right: 3px;
    }

    .kjfs li{
        width: 50%;
        height: 91px;
        margin-bottom: 20px;
        padding-top: 10px;
    }
    .kjfs li:nth-child(3n),.kjfs li:nth-child(4n){
        border-top: 1px solid #E6ECF3;
    }
    .kjfs > li:nth-child(2n) a::after{
        width: 0;
    }

    .footer .link{

    }
    .footer .link> li{
        width: 100%;
        margin: 5px 0;
    }
    .footer{
        padding: 10px 15px;
        display: block;
    }
    .footer-con .bzx,.footer-con .jc,.footer-con .info{
        width: 100%;
        text-align: center;
    }

    .d-logo {
        width: 100%;
    }
    .d-logo img{
        display: block;
        width: 70%;
        margin-left: 15px; 
	}
    .wza-prompt{
        display: none;
    }

    .tpxwall .slide_x .list li{
        width: calc(100vw - 20px );
    }
    .tpxw-text,.tpxwall .slide_x .list p,.ywdt-left,.ywdt-right {
        width: 100%;
    }
    .tpxwall .slide_x .tpxw-text h2{
        padding: 10px;
    }
    .tpxwall .slide_x .list p{
        padding: 0 10px 10px;
        margin: 0 !important;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
    }
    .ywdt-right{
        width: 100%;
    }
    .tzgg-box > ul{

    }
    .tzgg-box > ul > li::before {
        left: -7px;
        top: 14px;
    }

    .ywdt-left .item-title h3,.ywdt-left ul.item-title{
        font-size: 18px;
    }
    .ywdt-left .item-title > li {
        margin-right: 5px;
    }
}