﻿@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;
	font-family: 'PingFangSC-Regular-woff2';
	font-family: PingFangSC-Regular;
}
html, body, div, p, span, font, em, ul, li, dl, dt, dd, table, tr, td, input, button, a {
	margin: 0;
	padding: 0;
}
body {
	font-size: 16px;
	color: #333;
}
html,body{
	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;
}
.footer .w{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	height: 100%;
}
.container{
	margin: 0 auto;
	width: 1400px;
    height: 450px;
    border: solid 1px rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.306);
    margin-top: 30px;
    box-shadow: 0 12px 18px rgba(0, 0, 0, 0.08);
}
.index-bom-gray{
	background: #cfcfcf;
    height: 50px;
    margin-top: -31px;
    position: relative;
    z-index: 5;
}
.hidediv{
	overflow: hidden;
	height: 100%;
}

.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: #b20916;
	font-size: 14px;
	padding-left: 23px;
	float: left;
	margin-right: 20px;
}
.header .top ul li a{
	color: #b20916;
}
.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;
	display: flex;
	align-items: center;
}
.header .logo{
	margin: 0;
	display: flex;
	align-items: center;
	margin-right: 88px;
}
.header .logo .cn{
	font-size: 32px;
	font-weight: 650;
	color: rgb(255, 255, 255);
	font-family: 'PingFangSC-Semibold-woff2';
}
.header .logo .en{
	font-size: 12px;
	font-weight: 200;
	color: #F7E2E2;
}
.header .right-user{
	border-radius: 47px;
	height: 42px;
	background: white;
	display: flex;
	align-items: center;
	min-width: 130px;
	font-size: 14px;
	font-weight: 400;
	color: #D71E15;
	padding-right: 6px;
}
.header .right-user img{
	width: 34px;
	margin-left: 4px;
}
.header .right-user div{
    flex: 1;
    text-align: center;
}
.header-mid-div{
	display: flex;
	align-items: center;	
	flex: 1;
}

.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") #b20916 center center no-repeat;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border:0;
	float: right;
	cursor: pointer;
}
.header .nav{
	background: rgb(215, 8, 21);
	height: 84px;
}
.header .nav .ul{
	width:1400px;
	margin: 0 auto;
	display: flex;
	height: 84px;
	align-items: center;
}
.header .nav .li{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}
.header .nav .li.cur,.header .nav .li:hover{
	background: #c2000c;
}
.header .nav .li > a{
	color: white;
	padding: 0 45px;
	line-height: 84px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header .nav .li > a img{
	width: 22px;
	margin-right: 6px;
}
.header .nav .cur > a,.header .nav .li:hover a{
	border-right-color: #c2000c;
}
.header .nav .li > a span{
	    font-size: 16px;
    font-weight: 400;
}

.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: 22px;
	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;
}


.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: #b20916;
}

.footer{
	width: 100%;
height: 85px;
background-color: rgb(215, 8, 21);
 }
 .footer .fTwo a {
    color: white;
    background-color: transparent;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    color: rgb(255, 255, 255);
}
.footer-a1{
	margin-right: 15px;
}
 .footer .copyright{
 	color: #f5b4b9;
 	margin-top: 2px;
    height: 25px;
    background-color: transparent;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    color: rgba(255, 255, 255, 0.53);
 }
 .footer .copyright a{
 	color: rgba(255, 255, 255, 0.53) !important;
 }
.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") #b20916 center center no-repeat;
}
.rightfloat dt.no2:hover{
	background: url("https://www.ndrc.gov.cn/images/floaticon-22new.png") #b20916 center center no-repeat;
}
.rightfloat dt.no3:hover{
	background: url("https://www.ndrc.gov.cn/images/floaticon-33new.png") #b20916 center center no-repeat;
}
.rightfloat dt.no4:hover{
	background: url("https://www.ndrc.gov.cn/images/floaticon-44new.png") #b20916 center center no-repeat;
}
.rightfloat dt.no5:hover{
	background: url("https://www.ndrc.gov.cn/images/floaticon-55new.png") #b20916 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;;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 20px !important;
}
.banner .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    border-radius: 35px !important;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px !important;
}


.swiper-container1 {
	min-height: 130px;
            position: relative;
            width: 100%;
            width: 1400px;
            height: 130px;
    box-sizing: border-box;
    margin-top: 43px !important;
        }

        .swiper-container1 .swiper {
        	width: 1260px;
            height: 130px;
            overflow: hidden;
            margin: 0 auto;
        }

        .swiper-container1 .swiper-slide {
            background: white;
            border-radius: 15px;
            overflow: hidden;
            transition: transform 0.3s ease;
            cursor: pointer;
            height: 135px;
            width: 240px;
height: 130px;
border-radius: 10px;
background-color: rgba(0, 0, 0, 0.035);
display: flex;
align-items: center;
justify-content: center;
        }

        .swiper-container1 .swiper-slide:hover{
            background: white !important;
            background-color: white !important;

border: solid 1px rgba(121, 121, 121, 0.082);
border-width: 1px;
border-style: solid;
border-color: rgba(121, 121, 121, 0.082);
border-radius: 10px;
background-color: rgb(255, 255, 255);
        }

        .swiper-container1 .swiper-slide img {
            width: 220px;
            height: 110px;
            object-fit: cover;
            border-radius: 10px;
            opacity: 0.5;
        }
        .swiper-container1 .swiper-slide:hover img{
            opacity: 1 !important;
            width: 100%;
            height: 100%;
        }

        .swiper-container1 .slide-content {
            padding: 20px;
            text-align: center;
        }

        .swiper-container1 .slide-content h3 {
            color: #333;
            margin-bottom: 10px;
            font-size: 1.3rem;
        }

        .swiper-container1 .slide-content p {
            color: #666;
            font-size: 0.9rem;
            line-height: 1.5;
        }

        .swiper-container1 .swiper-button-prev,
        .swiper-container1 .swiper-button-next {
            width: 14px;
            height: 24px;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: all 0.3s ease;
            z-index: 10;
            background: none;
            margin-top: -13px !important;
        }
        .swiper-container1 .swiper-button-prev{
        	margin-left: 15px !important;
        }
     	.swiper-container1 .swiper-button-next{
        	margin-right: 15px !important;
        }

        .swiper-container1 .swiper-pagination {
            position: relative;
            margin-top: 30px;
        }

        .swiper-container1 .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background: rgba(255, 255, 255, 0.5);
            opacity: 1;
            transition: all 0.3s ease;
        }

        .swiper-container1 .swiper-pagination-bullet-active {
            background: white;
            transform: scale(1.2);
        }

        .swiper-container1 .controls-info {
            margin-top: 30px;
            color: white;
            font-size: 1rem;
            opacity: 0.9;
        }

        @media (max-width: 768px) {
           
            
            .swiper-container1 .swiper {
                height: 300px;
            }
            
            .swiper-container1 .swiper-button-prev,
            .swiper-container1 .swiper-button-next {
                width: 45px;
                height: 45px;
            }
        }

/*顶部 尾部 绝对定位样式*/
.header{
	position: fixed;
    top: 0;
    width: 100%;
    z-index: 30;
}
.footer{
    position: fixed;
    bottom: 0;
    z-index: 35;
}
.main{
	margin-top: 84px;
}