﻿@charset "utf-8";
/* CSS Document */
* {
	box-sizing: border-box;
	font-family: 'PingFangSC-Regular','helvetica neue',arial,'hiragino sans gb','microsoft yahei ui','microsoft yahei',sans-serif;
}
html, body, div, p, span, font, em, ul, li, dl, dt, dd, table, tr, td, input, button, a {
	margin: 0 auto;
	padding: 0;
}
body {
	font-size: 16px;
	color: #333;
}
html,body{
	height: 100%;
	width: 100%;
	min-width: 1200px;
}
ul {
	list-style-type: none;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #2f6699;
}
img {
	border: 0px;
	vertical-align: top;
}
em, i {
	font-style: normal;
}
.clr {
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
	overflow: hidden;
	clear: both;
}
input, textarea, button, select{
	outline: none;
}

.red{
	color: #dc2328;
}
.blue{
	color: #005eb8;
}
.green{
	color: #1fad34;
}
.gray{
	color: #666666;
}
.container{
	width:1400px;
	margin: 0 auto;
}
.hidediv{
	overflow: hidden;
	height: 100%;
}
.header{
	height: 250px;
}
.header .top{
	height: 40px;
	line-height: 40px;
	font-size:14px;
	border-bottom: 1px solid #d1dce6;
}
.header .top .time{
	float: left;
	color: #666666;
}
.header .top ul{
	float: right;
}
.header .top ul li{
	color: #1a5284;
	font-size: 14px;
	padding-left: 23px;
	float: left;
	margin-right: 20px;
}
.header .top ul li a{
	color: #1a5284;
}
.header .top ul li.wordmail{
	background: url("https://www.ndrc.gov.cn/images/mailiconnew.png") left center no-repeat;
}
.header .top ul li.lang{
	background: url("https://www.ndrc.gov.cn/images/langiconnew.png") left center no-repeat;
}
.header .top ul li.login{
	background: url("https://www.ndrc.gov.cn/images/loginiconnew.png") left center no-repeat;
}
.header .top ul li.ziliaoicon{
	background: url("https://www.ndrc.gov.cn/images/ziliaoiconnew.png") left center no-repeat;
}
.header .top ul li.wza{
	background: url("../images/wzaicon.png") left center no-repeat;
}
.header .mid{
	background: url("https://www.ndrc.gov.cn/images/topbgnew.jpg") center top no-repeat;
	height: 150px;
}
.header .logo{
	float: left;
	margin-top:43px;
}
.header .logo img{
	width:660px;
}
.header .search{
	float: right;
	/*width:526px;*/
	margin-top: 30px;
	overflow: hidden;
}
.header .search dt{
	font-size: 14px;
	height: 34px;
	line-height: 34px;
}
.header .search dt a{
	margin-right:8px;
}
.header .search dd input[type=text]{
	float: left;
	border:1px solid #dddddd;
	border-right: 0;
	height: 40px;
	line-height: 40px;
	width:446px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	padding:0 20px;
}
.header .search dd input[type=submit],.header .search dd a.btn_search1{
	width:80px;
	height: 40px;
	background: url("https://www.ndrc.gov.cn/images/searchiconnew.png") #1a5284 center center no-repeat;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border:0;
	float: right;
	cursor: pointer;
}
.header .nav{
	background: #1a5284;
	height: 60px;
}
.header .nav ul{
	width:1200px;
	margin: 0 auto;
}
.header .nav li{
	float: left;
	width:14.28%;
	text-align: center;
	font-size:18px;
	font-weight: bold;
	height: 60px;
}
.header .nav li.cur,.header .nav li:hover{
	background: #154977;
}
.header .nav li > a{
	display: block;
	line-height: 30px;
	color: #fff;
	height: 30px;
	margin-top:15px;
	border-right: 1px solid #4776a0;
}
.header .nav li.cur > a,.header .nav li:hover a{
	border-right-color: #154977;
}
.header .nav li > a span{
	padding-left: 30px;
}
.header .nav li> a span.no1 {
	background: url("https://www.ndrc.gov.cn/images/navicon-1new.png") left center no-repeat;
}
.header .nav li > a span.no2{
	background: url("https://www.ndrc.gov.cn/images/navicon-2new.png") left center no-repeat;
}
.header .nav li > a span.no3{
	background: url("https://www.ndrc.gov.cn/images/navicon-3new.png") left center no-repeat;
}
.header .nav li > a span.no4{
	background: url("https://www.ndrc.gov.cn/images/navicon-4new.png") left center no-repeat;
}
.header .nav li > a span.no5{
	background: url("https://www.ndrc.gov.cn/images/navicon-5new.png") left center no-repeat;
}
.header .nav li> a span.no6 {
	background: url("https://www.ndrc.gov.cn/images/navicon-6new.png") left center no-repeat;
}
.header .nav li> a span.no7 {
	background: url("https://www.ndrc.gov.cn/images/navicon-7new.png") left center no-repeat;
}
.header .nav li.cur > a span.no1,.header .nav li:hover > a span.no1{
	background-image: url("https://www.ndrc.gov.cn/images/navicon-11new.png");
}
.header .nav li.cur > a span.no2,.header .nav li:hover > a span.no2{
	background-image: url("https://www.ndrc.gov.cn/images/navicon-22new.png");
}
.header .nav li.cur > a span.no3,.header .nav li:hover > a span.no3{
	background-image: url("https://www.ndrc.gov.cn/images/navicon-33new.png");
}
.header .nav li.cur > a span.no4,.header .nav li:hover > a span.no4{
	background-image: url("https://www.ndrc.gov.cn/images/navicon-44new.png");
}
.header .nav li.cur > a span.no5,.header .nav li:hover > a span.no5{
	background-image: url("https://www.ndrc.gov.cn/images/navicon-55new.png");
}
.header .nav li.cur > a span.no6,.header .nav li:hover > a span.no6{
	background-image: url("https://www.ndrc.gov.cn/images/navicon-66new.png");
}
.header .nav li.cur > a span.no7,.header .nav li:hover > a span.no7{
	background-image: url("https://www.ndrc.gov.cn/images/navicon-77new.png");
}
.mt{
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid #dddddd;
}
.mt a:hover{
	color: #333;
}
.mt span{
	float: left;
	font-weight: bold;
	font-size: 20px;
	height: 48px;
	position: relative;
}
.mt span:after{
	position: absolute;
	left: 0;
	bottom:1px;
	content: '';
	height: 2px;
	width:100%;
	display: block;
	background: #d60000;
}
.mt .more{
	float: right;
	height: 48px;
	padding-top:22px;
}

.tabmenu dl dd a.more{
	float: right;
	margin-top: -28px;
}


.u-list{
	margin-top:10px;
}
.u-list li{
	position: relative;
	background: url("https://www.ndrc.gov.cn/images/dotnew.png") left center no-repeat;
	padding-left: 23px;
	height: 36px;
	line-height: 36px;
}
.u-list li a{
	float: left;
	width: 100%;
	padding-right: 120px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.u-list li span{
	position: absolute;
	right: 0;
	top: 0;
	height: 38px;
	color: #999999;
}
.ad{
	margin-top:20px;
}
.path{
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	background: url("https://www.ndrc.gov.cn/images/shouyenew.png") left center no-repeat;
	padding-left: 30px;
	margin: 20px 0;
}
.path a:last-child{
	font-weight: bold;
	color: #1a5284;
}

.footer{
	height: 196px;
	background: #1a5284;
	text-align: center;
	line-height: 26px;
	font-size: 14px;
	color: #8fb6d9;
 }
.footer-mid{
	padding-top:40px;
}
.footer p.footernav{
	color: #fff;
	font-weight: bold;
}
.footer p.footernav a{
	color: #fff;
	padding:0 7px;
}
.footer p span{
	background: url("https://www.ndrc.gov.cn/images/beiannew.png") left center no-repeat;
	padding-left:25px;
	display: inline-block;
	margin-left: 10px;
}
.footer .container{
	position: relative;
}
.footer-left{
	position: absolute;
	left: 0;
	top:67px;
}
.footer-left li{
	float: left;
	margin-right: 34px;
}
.footer-left li:nth-child(2){
	margin-top: 4px;
}
.footer-right{
	position: absolute;
	right: 0;
	top:80px;
}
.footer-right li{
	float: left;
	margin-left:24px;
	width: 28px;
	height:28px;
	cursor: pointer;
	overflow: hidden;
}
.footer-right li>img{
	width: 100%;
	max-height: none;
	transform: translateY(-32px);
	transition: all .5s;
}
.footer-right li:hover>img{
	width: 100%;max-height: none;transform: translateY(0);transition: all .5s;
}
.footer-right li .qrcode{
	display: none;
	width: 112px;
	height: 112px;
	position: absolute;
	background: #336693;
	padding:3px;
	border-radius: 4px;
	transform: translate(-39%,-160%);
	z-index: 10;
}
.footer-right li .qrcode img{
	width: 106px;
	height:106px;
	background: #fff;
	border-radius: 4px;
}
.footer-right li:hover .qrcode{
	display: block;
}
.footer-right li .qrcode:after{
	content: '';
	border-top:6px solid #336693;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-bottom: 3px solid transparent;
	position: absolute;
	left: 53px;
	bottom:-9px;
	padding:0;
	z-index: 11;
}
.footer-right li span{
	display: block;
	color: #8fb6d9;
	font-size: 13px;
	margin-top:5px;
}

.rightfloat{
	position: fixed;
	right: 0;
	top:410px;
	width:60px;
	border:1px solid #dddddd;
	border-radius: 6px;
	background: #fff;
}
.rightfloat dt{
	height: 57px;
	border-bottom: 1px solid #dddddd;
	cursor: pointer;
	position: relative;
}
.rightfloat dt.no1{
	background: url("https://www.ndrc.gov.cn/images/floaticon-1new.png") center center no-repeat;
}
.rightfloat dt.no2{
	background: url("https://www.ndrc.gov.cn/images/floaticon-2new.png") center center no-repeat;
}
.rightfloat dt.no3{
	background: url("https://www.ndrc.gov.cn/images/floaticon-3new.png") center center no-repeat;
}
.rightfloat dt.no4{
	background: url("https://www.ndrc.gov.cn/images/floaticon-4new.png") center center no-repeat;
}
.rightfloat dt.no5{
	background: url("https://www.ndrc.gov.cn/images/floaticon-5new.png") center center no-repeat;
}
.rightfloat dt.no6{
	background: url("https://www.ndrc.gov.cn/images/floaticon-6new.png") center center no-repeat;
}
.rightfloat dt.no1:hover{
	background: url("https://www.ndrc.gov.cn/images/floaticon-11new.png") #1a5284 center center no-repeat;
}
.rightfloat dt.no2:hover{
	background: url("https://www.ndrc.gov.cn/images/floaticon-22new.png") #1a5284 center center no-repeat;
}
.rightfloat dt.no3:hover{
	background: url("https://www.ndrc.gov.cn/images/floaticon-33new.png") #1a5284 center center no-repeat;
}
.rightfloat dt.no4:hover{
	background: url("https://www.ndrc.gov.cn/images/floaticon-44new.png") #1a5284 center center no-repeat;
}
.rightfloat dt.no5:hover{
	background: url("https://www.ndrc.gov.cn/images/floaticon-55new.png") #1a5284 center center no-repeat;
}
.rightfloat dt.no6:hover{
	background: url("https://www.ndrc.gov.cn/images/floaticon-66new.png") center center no-repeat;
}
.rightfloat dt em{
	position: absolute;
	z-index: 100;
	color: #fff;
	line-height: 54px;
	font-size: 14px;
	background: #fff;
	opacity: 0;
	-moz-opacity: 0;
	border-radius: 3px;
	width: 100px;
	top: 0px;
	left: -159px;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
	visibility: hidden;
}
.rightfloat dt.no3 em{
	width:110px;
	height: 110px;
	border:1px solid #dddddd;
	padding:7px;
}
.rightfloat  dt.cur em{
	left: -120px;
	opacity:1;
	-moz-opacity:1;
	visibility:visible;
}
.rightfloat dt ul{
	position: absolute;
	z-index: 100;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	opacity: 0;
	-moz-opacity: 0;
	border-radius: 3px;
	width: 94px;
	top: 0px;
	left: -143px;
	/*background: #fff;*/
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
	visibility: hidden;
}
.rightfloat  dt.cur ul{
	left: -104px;
	opacity:1;
	-moz-opacity:1;
	visibility:visible;
}
.rightfloat dt ul li{
	float: left;
	width:94px;
	height:80px;
	border-radius: 2px;
	margin-top: 2px;
	text-align: center;
	background: -webkit-linear-gradient(left top, #699ecd , #6fafea); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(bottom right, #699ecd , #6fafea); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(bottom right, #699ecd , #6fafea); /* Firefox 3.6 - 15 */
	background: linear-gradient(to bottom right, #699ecd , #6fafea); /* 标准的语法 */
}
.rightfloat dt ul li a{
	display: block;
	padding-top:53px;
	color: #fff;
}
.rightfloat dt ul li:nth-child(1) a{
	background: url("https://www.ndrc.gov.cn/images/floatnav-1.png") center 15px no-repeat;
}
.rightfloat dt ul li:nth-child(2) a{
	background: url("https://www.ndrc.gov.cn/images/floatnav-2.png") center 15px no-repeat;
}
.rightfloat dt ul li:nth-child(3) a{
	background: url("https://www.ndrc.gov.cn/images/floatnav-3.png") center 15px no-repeat;
}
.rightfloatnew{
	position: fixed;
	right: 0;
	top:310px;
	width:74px;
	background: #fff;
	border-radius: 2px;
	font-size: 13px;
	font-weight: bold;
}
.rightfloatnew > ul{

}
.rightfloatnew ul li{
	width:74px;
	height:80px;
	border-radius: 2px;
	margin-top: 2px;
	text-align: center;
	background: -webkit-linear-gradient(left top, #699ecd , #6fafea); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(bottom right, #699ecd , #6fafea); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(bottom right, #699ecd , #6fafea); /* Firefox 3.6 - 15 */
	background: linear-gradient(to bottom right, #699ecd , #6fafea); /* 标准的语法 */
}
.rightfloatnew ul li:nth-child(1){
	margin-top: 0;
}
.rightfloatnew ul li a{
	display: block;
	padding-top:53px;
	color: #fff;
}
.rightfloatnew ul li:nth-child(1) a{
	background: url("https://www.ndrc.gov.cn/images/floatnav-1.png") center 15px no-repeat;
}
.rightfloatnew ul li:nth-child(2) a{
	background: url("https://www.ndrc.gov.cn/images/floatnav-2.png") center 15px no-repeat;
}
.rightfloatnew ul li:nth-child(3) a{
	background: url("https://www.ndrc.gov.cn/images/floatnav-3.png") center 15px no-repeat;
}
.rightfloatnew ul li:nth-child(4) a{
	background: url("../images/floatnav-4.png") center 15px no-repeat;
}
.siju-left #content * {
	font-size: 16px !important;
	font-family: 'PingFangSC-Regular','helvetica neue',arial,'hiragino sans gb','microsoft yahei ui','microsoft yahei',sans-serif !important;;
}
/* 头部&底部样式 */
.top{
    background: url(../images/top_bg.png) no-repeat;background-size: 100% 100%;
}
.top_link{
    /* display: flex;align-items: center;justify-content: flex-end; */
    text-align: right;height: 30px;line-height: 30px;
}
.top_link a,.top_link span{
    font-size: 14px;
}
#wuzhangai{
    cursor: pointer;
}
.nav_pc{
    border-bottom: 1px solid #1b54b8;padding-bottom: 15px;
}
.nav_bar{
    display: flex;justify-content: space-between;align-items: flex-end;width: 1400px;margin: 0 auto;
}
.nav_bar .logo{
    width: 430px;
}
.nav_logo{
    margin: 0;
}
.nav_bar ul{
    display: flex;justify-content: space-between;width: calc(100% - 600px);margin: 0;
}
.nav_bar ul li{
    margin: 0;
}
.nav_bar ul li a span{
    cursor: pointer;
    display: inline-block;
    height: 35px;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    position: relative;
}
.nav_bar ul li a span.active::before {
    transform: translateX(-50%);
    transition: all .3s;
    width: 100%;
}
.nav_bar ul li a span.active{
    font-weight: 700;color: #1b54b8;
}
.nav_bar ul li a span::before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    height: 5px;
    background-color: #1b54b8;
    transform: translateX(-50%);
    transition: all .3s;
    width: 0;
}
.nav_bar ul li a span:hover::before {
    transform: translateX(-50%);
    transition: all .3s;
    width: 100%;
}
.nav_bar ul li a span:hover{
    font-weight: 700;color: #1b54b8;
}
.top_search{
    padding: 70px 0 60px 0;
}
.search_box{
    position: relative;width: 600px;margin: 0;
}
.search_box input{
    height: 45px;width: 500px;
    border: none;
    line-height: 45px;
    font-size: 16px;
    padding-left: 15px;
    border-radius: 5px;
    background-color: #fff;
}
.search_box input::placeholder{
    color: #666;
}
.search_box a{
    position: absolute;
    top: 0;right: 5px;
    border-radius: 5px;
    font-size: 16px;width: 105px;
    color: #fff;background-color: #1b54b8;
    height: 45px;line-height: 45px;display: flex;align-items: center;justify-content: center;
}
.keywors{
    display: flex;align-items: center;margin-top: 15px;
}
.keywors span img{
    height: 14px;display: inline-block;vertical-align: -2px;margin-right: 3px;
}
.keywors span,.keywors a{
    font-size: 14px;margin-right: 7px;
}
/* 底部通用 */
.w1400 {
    width: 1400px;
    margin: 0 auto;
    position: relative;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.clear {
    clear: both;
}
.footer-wrap {
    width: 100%;
    border-top: 5px solid #2c6aa4;
    background: #f3f3f3;
    padding: 20px 0;
}

.footer-wrap .footer-box .webs-box {
    font-size: 0;
    position: relative;
}

.footer-wrap .footer-box .webs-box .webs-tit {
    font-size: 16px;
    color: #ffffff;
    line-height: 40px;
    float: left;
}

.footer-wrap .footer-box .webs-box .webs-tit::after {
    content: "";
    background-image: url(../images/blue/8/zqdh_arrow_1.png);
    background-size: 8px 8px;
    background-position: center center;
    background-repeat: no-repeat;
    width: 20px;
    height: 40px;
    float: right;
}

.footer-wrap .footer-box .webs-box .web-item-box .web-item {
    cursor: pointer;
    padding: 0 14px;
}

.footer-wrap .footer-box .webs-box .web-item-box .web-item:nth-of-type(5) {
    padding-right: 0;
}

.footer-wrap .footer-box .webs-box .web-item-box .web-item:first-of-type {
    padding-left: 0;
}

.footer-wrap .footer-box .webs-box .web-item-box .web-item:nth-of-type(6) {
    padding-right: 0;
}

.footer-wrap .footer-box .webs-box .web-item-box .web-item .content {
    width: 217px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 0 10px 0 10px;
    box-sizing: border-box;
    color: #333;
    font-size: 14px;
    line-height: 40px;
    position: relative;
    text-align: center;
}
.clear{
    clear: both;
}
.footer-wrap .footer-box .webs-box .web-item-box .web-item .content::after {
    content: "";
    background-image: url(../images/skin_arrows_1.png);
    background-size: 8px 8px;
    background-position: center center;
    background-repeat: no-repeat;
    transform: rotate(0deg);
    width: 10px;
    height: 42px;
    position: absolute;
    right: 10px;
    top: 0;
}

.footer-wrap .footer-box .webs-box .about-webs-wrap {
    position: absolute;
    width: 100%;
    height: 500px;
    bottom: 60px;
    left: 0px;
    box-sizing: border-box;
    z-index: 1000;
    display: none;
}

.footer-wrap .footer-box .webs-box .about-webs-wrap .about-webs-inner {
    width: 100%;
    padding: 10px 30px;
    background: #fff;
    height: 500px;
    box-sizing: border-box;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.footer-wrap .footer-box .webs-box .about-webs-wrap .web-item-tit-box li {
    float: left;
    font-size: 20px;
    margin: 0 20px;
    color: #212121;
    font-weight: bold;
    line-height: 60px;
    position: relative;
}

.about-webs-wrap .close-ico {
    background: url(../images/blue/36-close.png) no-repeat center center;
    background-size: 36px 36px;
    width: 36px;
    height: 36px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.about-webs-wrap .close-ico:hover {
    background: url(../images/blue/36-close-1.png) no-repeat center center;
    background-size: 36px 36px;
    width: 36px;
    height: 36px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.footer-wrap .footer-box .webs-box .about-webs-wrap .web-item-tit-box li:first-of-type {
    margin-left: 0;
}

.footer-wrap .footer-box .webs-box .about-webs-wrap .web-item-tit-box li.active {
    border-bottom: 3px solid #2d66a5;
    color: #2d66a5;
}

.footer-wrap .footer-box .webs-box .about-webs-wrap .about-webs {
    height: calc(100% - 100px);
    width: 100%;
    overflow-y: scroll;
    display: none;
}

.footer-wrap .footer-box .webs-box .about-webs-wrap .about-webs.open {
    display: block;
}

.footer-wrap .footer-box .webs-box .about-webs-wrap .about-webs li {
    float: left;
    width: 260px;
    font-size: 18px;
    background: #e7eff6;
    margin: 10px;
    padding: 20px 0 20px 20px;
    box-sizing: border-box;
    line-height: 18px;
}

.footer-wrap .footer-box .webs-box .about-webs-wrap .about-webs li:hover {
    background: #2d66a5;
}

.footer-wrap .footer-box .webs-box .about-webs-wrap .about-webs li:hover a {
    color: #fff;
}

.footer-wrap .footer-box .webs-box .about-webs-wrap .about-webs li a {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.footer-wrap .footer-box .webs-box .about-webs-wrap .about-webs :hover a {
    color: #2d66a5;
}

.about-webs::-webkit-scrollbar {
    width: 10px;
    height: 80px;
    background: #f6f6f6;
    border-radius: 20px;
}

.about-webs::-webkit-scrollbar-thumb {
    width: 10px;
    background: #2d66a5;
    border-radius: 20px;
}

.about-webs::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
}

.footer-wrap .footer-box .webs-box .web-item-box .web-item .about-webs li a {
    color: #212121;
    display: block;
    font-size: 16px;
    line-height: 40px;
}

/* .footer-wrap .footer-box .webs-box .web-item-box:hover .about-webs-wrap {
    display: block;
  } */

.footer-wrap .footer-box .webs-box .web-item-box .web-item-tit-box {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;overflow: hidden;
}

.footer-wrap .footer-box .webs-box .web-item-box .web-item-tit-box li {
    float: left;
    cursor: pointer;
}

.footer-wrap .footer-box .webs-about {
    padding: 20px 0 0;
}

.footer-wrap .footer-box .webs-about li {
    /*   margin-right: 20px; */
    vertical-align: middle;
    float: left;
}

.footer-wrap .footer-box .webs-about li .other a {
    float: left;
    padding-right: 20px;
}

.footer-wrap .footer-box .webs-about li:first-of-type {
    margin-right: 0;
    padding-top: 10px;
}

.footer-wrap .footer-box .webs-about .other a:first-of-type {
    margin-top: 5px;
}

.footer-wrap .footer-box .webs-about li:last-of-type {
    margin-right: 0;
    float: right;
}

.footer-wrap .footer-box .webs-about li .web-q {
    padding-bottom: 10px;
}

.footer-wrap .footer-box .webs-about li .web-q a {
    float: left;
    font-size: 14px;
    color: #333;
    line-height: 14px;
    padding: 0 5px;
    border-right: 1px solid #333;
}

.footer-wrap .footer-box .webs-about li .web-q a:first-of-type {
    padding-left: 0;
}

.footer-wrap .footer-box .webs-about li .web-q a:last-of-type {
    border-right: none;
}

.footer-wrap .footer-box .webs-about li .web-beian {
    font-size: 14px;
    color: #333;
    opacity: 0.8;
    padding-bottom: 5px;
}

.footer-wrap .footer-box .webs-about li .tec-sup {
    font-size: 14px;
    color: #333;
    opacity: 0.8;
}

.footer-wrap .footer-box .webs-about li .credit-img {
    padding-top: 20px;
}

.footer-wrap .footer-box .webs-about li .credit-img a {
    float: left;
    margin: 0 5px;
    width: 100px;
    height: 33px;
    overflow: hidden;
}

.footer-wrap .footer-box .webs-about li .credit-img a img {
    transition: transform 0.4s linear;
}

.footer-wrap .footer-box .webs-about li .credit-img a:hover img {
    transform: scale(1.1);
    transition: transform 0.4s linear;
}

.footer-wrap .footer-box .webs-about li .credit-img a:last-of-type {
    padding-right: 0;
}
