/* CSS Document */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

html {
	font-size: 16px;
	/*10 ÷ 16 × 100% = 62.5%*/
}

@font-face {
	font-family: "Poppins";
	src: url('../font/Poppins-Regular_0.ttf');
}

@font-face {
	font-family: "TechnaSans";
	src: url('../font/technasans-regular.otf');
}

@font-face {
	font-family: "Poppins_Medium";
	src: url('../font/Poppins-Medium_0.ttf');
}

@font-face {
	font-family: "Poppins_Bold";
	src: url('../font/Poppins-Bold_0.ttf');
}

@font-face {
	font-family: "Poppins_SemiBold";
	src: url('../font/Poppins-SemiBold_0.ttf');
}

@font-face {
	font-family: "Montserrat_SemiBold";
	src: url('../font/Montserrat-SemiBold.ttf');
}

@font-face {
	font-family: "Montserrat_Light";
	src: url('../font/Montserrat-Light_0.ttf');
}

@font-face {
	font-family: "Montserrat_Bold";
	src: url('../font/Montserrat-Bold_0.otf');
}

@font-face {
	font-family: "Anton_SC";
	src: url('../font/AntonSC-Regular.ttf');
}

@font-face {
	font-family: "Montserrat_Medium";
	src: url('../font/Montserrat-Medium.ttf');
}

body {
	font-family: "微软雅黑";
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

ul,
li {
	list-style: none;
}

a {
	color: #000;
	text-decoration: none;
}

img {
	border: none;
}

i,
em {
	font-style: normal;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.clear {
	clear: both;
}

.auto {
	width: 1200px;
	margin: 0 auto;
}

.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.clearfloat {
	zoom: 1
}

.htmleaf-container {
	display: none;
}

.header-navigation {
	top: 30;
	width: 100%;
	text-align: center;
	z-index: 9999;
}

.heads {
	height: 90px;
	width: 100%;
	transition: all .5s;
	top: 0px;
	left: 0rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.slideUp {
	/* -webkit-transform:translateY(-100px);
	transform:translateY(-100px);
	*/
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	/*transition:transform .5s ease-out;
	*/
	-webkit-transition: transform .5s ease-out;
	-o-transition: transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: all .5s;
}

.slideDown {
	/*-webkit-transform:translateY(0);
	transform:translateY(0);
	*/
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	/*transition:transform .5s ease-out;
	*/
	-webkit-transition: transform .5s ease-out;
	-o-transition: transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: all .5s;

}

.headdv {
	margin: 0 auto;
	height: 90px;
	display: flex;
	justify-content: space-between;
	transition: all .5s;
	width: 93.75rem;
	align-items: center;
}

.headdvleft {
	height: 100%;
}

.headdvleft img {
	display: block;
	height: 100%;
}

.headdv form {
	width: 400px;
	border: 1px solid #c7c7c7;
	border-radius: 50px;
	display: flex;
	justify-content: space-between;
	height: 40px;
	padding-left: 20px;
	overflow: hidden;
}

.headdv form input {
	border: none;
	outline: none;
}

.headdv form button {
	width: 75px;
	border: none;
	border-radius: 50px;
	outline: none;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background-color: #1847b3;
}

.headdv form button iconpark-icon {
	font-size: 20px;
}

.banners img {
	display: block;
	width: 100%;
}

.headnav {
	background-color: #1847b3;
}

.headnavdv {
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.headnavdv ul {
	display: flex;
	justify-content: space-between;
	height: 55px;
	width: 85.625rem;
}

.headnavdv ul li {
	line-height: 55px;
}

.headnavdv ul li a {
	color: #ffffff;
	font-size: 16px;
}

.headnavdv h5 a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 55px;
}

.headnavdv h5 a iconpark-icon {
	color: #fff;
	margin-right: 10px;
	font-size: 20px;
}

.headnavdv h5 a i {
	color: #ffffff;
	font-size: 14px;
	font-family: "Poppins";
}

.gsdt {
	background-color: #f7f7f7;
}

.gsdtdv {
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.gsdtdvleft,
.gsdtdvright {
	width: 49%;
}

.gsdtdt {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #dae0e6;
}

.gsdtdt #thumbs {
	width: 200px;
	margin: 0;
	height: 60px;
}

.gsdtdt #thumbs .swiper-slide h1 {
	height: 58px;
	line-height: 60px;
	color: #4c4c4c;
	font-size: 16px;
	border-bottom: 2px solid transparent;
	transition: all 1s;
}

.gsdtdt #thumbs .swiper-slide-thumb-active h1 {
	border-bottom: 2px solid #1847b3;
	color: #1847b3;
}

.gsdtdt>a {
	color: #808080;
	font-size: 14px;
	transition: all 1s;
	display: flex;
	justify-content: center;
	align-items: center;
}

.gsdtdt>a iconpark-icon {
	font-size: 18px;
	margin-left: 10px;
}

.gsdtdt>a:hover {
	color: #1847b3;
}

.gsdtdvleft #gallery ul {
	margin-top: 15px;
	padding-bottom: 10px;
}

.gsdtdvleft #gallery ul li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 35px;
}

.gsdtdvleft #gallery ul li a em {
	display: block;
	width: 6px;
	height: 6px;
	margin-right: 13px;
	background-color: #1847b3;
}

.gsdtdvleft #gallery ul li a section {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 80%;
}

.gsdtdvleft #gallery ul li a section span {
	display: block;
	width: 90%;
	color: #4d4d4d;
	transition: all 1s;
	font-size: 14px;
	white-space:nowrap;
	
	overflow:hidden;
	
	text-overflow:ellipsis;
}

.gsdtdvleft #gallery ul li:hover a section span {
	color: #1847b3;
}

.gsdtdvleft #gallery ul li a {
	color: #808080;
}

.gsdtdvleft #gallery ul li a i {
	color: #808080;
	font-size: 14px;
}

.jjbt {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #dae0e6;
}

.jjbtleft{
	width: 80px;
	height: 58px;
	line-height: 58px;
	border-bottom: 2px solid #1847b3;
	color: #1847b3;
	font-size: 16px;
}

.jjbt>a {
	color: #808080;
	font-size: 14px;
	transition: all 1s;
	display: flex;
	justify-content: center;
	align-items: center;
}

.jjbt>a iconpark-icon {
	font-size: 18px;
	margin-left: 10px;
}

.jjbt>a:hover {
	color: #1847b3;
}

.jjwz{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
}

.jjwzleft{
	width: 17.1875rem;
}
.jjwzleft img{
	display: block;
	width: 100%;
}
.jjwzright{
	width: 25rem;
}
.jjwzright p{
	text-indent: 2em;
	color: #4c4c4c;
	font-size: 14px;
	line-height: 25px;
}
.jjwzright ul{
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}
.jjwzright ul li h3{
	display: flex;
	justify-content: flex-start;align-items: flex-start;
}
.jjwzright ul li h3 span{
	color: #1847b3;
	font-size: 36px;
	font-family: "Montserrat_Medium";
}
.jjwzright ul li h3 i{
	color: #1847b3;
	font-size: 14px;
	margin-top: 5px;
	margin-left: 10px;
}
.jjwzright ul li h4{
	color: #808080;
	font-size: 14px;
}
.bankuai{
	width: 93.75rem;
	margin: 0 auto;
}
.bankuailist{
	margin: 20px auto;
	display: flex;
	justify-content: space-between;
}
.bankuailistleft{
	width: calc(48% - 100px);
	background: url(../images/lain_03.jpg) center no-repeat;
	background-size: cover;
	transition: all 1s;
	padding: 35px 50px; 
}
.bankuailistleft:nth-child(2){
	background: url(../images/jishubai.jpg) center no-repeat;
	background-size: cover;
	transition: all 1s;
}
.bankuailistleft a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.bankuailistleft  div iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	color: #fff;
	font-size: 36px;
	background-color: #1847b3;
	margin-right: 1.5625rem;
	transition: all 1s;
}

.bankuailistleft div{
	display: flex;
	align-items: center;
	width: 77%;
}
.bankuailistleft div section h1{
	color: #4d4d4d;
	font-size: 16px;
	transition: all 1s;
	margin-bottom: 10px;
}
.bankuailistleft div section p{
	color: #808080;
	transition: all 1s;
	font-size: 16px;
	font-family: "Montserrat_Light";
	
}

.bankuailistleft h3{
	color: #808080;
	font-size: 14px;
	transition: all 1s;
	display: flex;
	justify-content: center;
	align-items: center;
	
}

.bankuailistleft h3 iconpark-icon {
	font-size: 18px;
	margin-left: 10px;
}

.bankuailistleft:hover h3 {
	color: #fff;
}

.bankuailistleft:hover{
	background: url(../images/gongchenglan.jpg) center no-repeat;
	background-size: cover;
}
.bankuailistleft:nth-child(2):hover{
	background: url(../images/lain_05.jpg) center no-repeat;
	background-size: cover;
}
.bankuailistleft:hover  div iconpark-icon{
	background-color: #fff;
	color: #1948b3;
}
.bankuailistleft:hover div section h1,.bankuailistleft:hover div section p{
	color: #fff;
}

.foot{
	background-color: #042672;
	padding-top: 50px;
}
.footdv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding-bottom: 30px;
}
.footdvleft,.footdvcenter,.footdvright{
	display: block;
	position: relative;
}
.footdvleft img{
	display: block;
	max-width: 100%;
}
.footdvleft::after,.footdvcenter::after{
	content: "";
	width: 2px;
	height: 80px;
	background-color: #1e3c80;
	position: absolute;
	top: 10px;
	display: none;
	right: -30px;
}
.footdvcenter{
	display: flex;
	justify-content: center;
}
.footdvcenter h1{
	color: #f5f5f5;
	font-size: 14px;
	line-height: 35px;
}
.footdvright ul{
	display: flex;
	justify-content: space-between;
	width: 80px;
}
.footdvright ul li{
	width: 75px;
}
.footdvright{
	display: flex;
	justify-content: flex-end;
}
.footdvright ul li img{
	display: block;
	width: 100%;
}
.footdvright ul li p{
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
}
.wdl{
	border-top: 1px solid #1e3c80;
	height: 80px;
}
.wdldv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
}
.wdldv p{
	color: #ffffff;
	font-size: 14px;
}
.wdldv p a{
	color: #ffffff;
	font-size: 14px;
}
.xinhuaab{
	width: 93.75rem;
	margin: 20px auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.xinhuaableft{
	width: 17.5rem;
}
.xinhuaableft h1{
	width: 100%;
	height: 50px;
	background-color: #1847b3;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	line-height: 50px;
}
.xinhuaableft ul{
	border: 1px solid #f5f5f5;
	border-top: none;
	border-bottom: none;
}
.xinhuaableft ul li{
	height: 50px;
	border-bottom: 1px solid #f5f5f5;
	transition: all 1s;
}
.xinhuaableft ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 50px;
	width: 80%;
	margin: 0 auto;
}
.xinhuaableft ul li a i{
	color: #333333;
	font-size: 14px;
	transition: all 1s;
}
.xinhuaableft ul li a span{
	display: block;
	width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 8px solid #fff;
    border-bottom: 5px solid transparent;
	transition: all 1s;
}
.xinhuaableft ul li:hover{
	background-color: #f5f5f5;
}
.xinhuaableft ul li:hover a span{
	border-left: 8px solid #1847b3;
}
.xinhuaableft ul li:hover a i{
	color: #1847b3;
}

.xinhuaableft ul li.active{
	background-color: #f5f5f5;
}
.xinhuaableft ul li.active a span{
	border-left: 8px solid #1847b3;
}
.xinhuaableft ul li.active a i{
	color: #1847b3;
}
.xinhuaabright{
	width: 73.125rem;
}
.xinhuaabbt{
	display: flex;
	justify-content: space-between;
	height: 50px;
	border-bottom: 1px solid #e9e9e9;
}
.xinhuaabbt .xinhuaabbtleft span{
	color: #333333;
	font-size: 16px;
	line-height: 40px;
	
}
.xinhuaabbtright form{
	width: 280px;
	border: 1px solid #dcdcdc;
	border-radius: 50px;
	height: 34px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.xinhuaabbtright form input{
	border: none;
	padding-left: 20px;
	line-height: 35px;
	outline: none;
}
.xinhuaabbtright form button{
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	outline: none;
	width: 35px;
	height: 35px;
	background-color: transparent;
	color: #1847b3;
	font-size: 20px;
	margin-right: 10px;
	line-height: 35px;
}
.xinhuaabdv{
	margin-top: 15px;
}
.xinhuaabdv img{
	max-width: 100%;
}
.yewzz{
	margin: 15px auto;
}
.ywzzlist ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.xinhuaabsige .ywzzlist ul li{
	width: 24%;
   margin: 0.5%;
}
.ywzzlist ul li{
	width: 19%;
	margin: 0.5%;
}
.ywzzlist ul li div{
	width: 100%;
	overflow: hidden;
}
.ywzzlist ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.ywzzlist ul li:hover div img{
	transform: scale(1.05);
}
.ywzzlist ul li h1{
	color:#333333;
	font-size: 14px;
	line-height: 25px;
	margin: 10px 0;
	text-align: center;
}
.hzhb{
	margin-top: 15px;
}
.hzhb ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.hzhb ul li{
	width: 18%;
	margin: 1%;
	overflow: hidden;
}
.hzhb ul li img{
	display: block;
	width: 100%;
	transition: all 1s;
}

.qywh{
	margin: 20px auto;
}
.qywhlist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.qywhlist ul li{
	width: 49%;
	margin-bottom: 20px;
	    background-color: #f6f8fc;
}
.qywhlist ul li div{
	display: block;
	overflow: hidden;
	width: 100%;
}
.qywhlist ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.qywhlist ul li:hover div img{
	transform: scale(1.05);
}
.qywhlist ul li section{
	background-color: #f6f8fc;
	padding: 20px;
}
.qywhlist ul li section h1{
	color: #333333;
	font-size: 16px;
	margin-bottom: 10px;
}
.qywhlist ul li section p{
	color: #6a6a6a;
	line-height: 30px;
	font-size: 14px;
}
.lxwm{
	margin: 25px auto;
	width: 93.75rem;
}
.lxwmbt {
	text-align: center;
	margin-bottom: 40px;
}
.lxwmbt span{
	color: #1847b3;
	font-size: 16px;
	padding-bottom: 10px;
	border-bottom: 3px solid #1847b3;
}
.lxwmlist ul{
	display: flex;
	justify-content: space-between;
}
.lxwmlist ul li{
	width: 24%;
	background: url(../images/bta_03.jpg) center no-repeat;
	background-size: cover;
	padding-top: 2.5rem;
	padding-bottom: 1.875rem;
}
.lxwmlist ul li iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #1847b3;
	font-size: 24px;
	margin-bottom: 20px;
}
.lxwmlist ul li h1{
	color: #4c4c4c;
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
}
.lxwmlist ul li p{
	width: 70%;
	color: #4c4c4c;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	margin: 0 auto;
}
.hzdh{
	display: flex;
	width: 93.75rem;
	margin: 0 auto;
	justify-content: space-between;
}
.hzdhleft{
	width: 30.4375rem;
	background: url(../images/hezge_03.jpg) center no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 0px 10px #f3f3f3;
}
.hzdhleft section h1{
	color: #4c4c4c;
	font-size: 16px;
	text-align: center;
}
.hzdhleft section i{
	display: block;
	width: 20px;
	height: 2px;
	background-color: #1847b3;
	margin: 10px auto;
}
.hzdhleft section p{
	color: #4c4c4c;
	font-size: 14px;
	line-height: 30px;
}
.hzdhright{
	width: 62.5rem;
}
.hzdhright ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hzdhright ul li{
	width: 49%;
	height: 90px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	transition: all 1s;
	box-shadow: 0px 0px 10px #f3f3f3;
}
.hzdhright ul li:nth-child(1){
	background: url(../images/hzlx_081.jpg) center no-repeat;
	background-size: cover;
	margin-bottom: 20px;
}
.hzdhright ul li:nth-child(2){
	background: url(../images/hzlx_082.jpg) center no-repeat;
	background-size: cover;
}
.hzdhright ul li:nth-child(3){
	background: url(../images/hzlx_083.jpg) center no-repeat;
	background-size: cover;
}
.hzdhright ul li:nth-child(4){
	background: url(../images/hzlx_084.jpg) center no-repeat;
	background-size: cover;
}
.lxfs{
	margin-bottom: 30px;
}
.hzdhright ul li iconpark-icon {
	margin-left: 20px;
	margin-right: 20px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ebf1fd;
	color: #1847b3;
	font-size: 20px;
}
.hzdhright ul li section h1{
	color: #4c4c4c;
	font-size: 16px;
	margin-bottom: 10px;
	transition: all 1s;
}
.hzdhright ul li section p{
	color: #4c4c4c;
	font-size: 14px;
	transition: all 1s;
}
.hzdhright ul li:hover section h1,.hzdhright ul li:hover section p{
	color: #fff;
}
.hzdhright ul li:nth-child(1):hover{
	background: url(../images/hzlx_0811.jpg) center no-repeat;
	background-size: cover;
}
.hzdhright ul li:nth-child(2):hover{
	background: url(../images/hzlx_0812.jpg) center no-repeat;
	background-size: cover;
}
.hzdhright ul li:nth-child(3):hover{
	background: url(../images/hzlx_0813.jpg) center no-repeat;
	background-size: cover;
}
.hzdhright ul li:nth-child(4):hover{
	background: url(../images/hzlx_0814.jpg) center no-repeat;
	background-size: cover;
}
.shzr{
	margin: 20px auto;
}
.shzrdv ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.shzrdv ul li{
	width: 49%;
	margin-bottom: 18px;
	background-color: #f7f7f7;
}
.shzrdv ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.shzrdv ul li a div{
	width: 160px;
	overflow: hidden;
	margin-right: 15px;
}
.shzrdv ul li a div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.shzrdv ul li:hover a div img{
	transform: scale(1.05);
}
.shzrdv ul li section{
	width: 64%;
	margin-right: 1.25rem;
}
.shzrdv ul li h1{
	display: flex;
	justify-content: space-between;
	line-height: 20px;
	margin-bottom: 7px;
}
.shzrdv ul li h1 i{
	color: #333333;
	font-size: 16px;
	width: 70%;
	white-space:nowrap;
	
	overflow:hidden;
	
	text-overflow:ellipsis;
}
.shzrdv ul li h1 span{
	color: #808080;
	font-size: 14px;
}
.shzrdv ul li p{
	line-height: 25px;
	font-size: 14px;
	color: #808080;
	height: 50px;
	overflow:hidden;
	
	text-overflow:ellipsis;
	
	display:-webkit-box;
	
	-webkit-box-orient:vertical;
	
	-webkit-line-clamp:2;
}
.gsxw ul li{
	width: 100%;
}
.gsxw ul li section{
	width: 83%;
}
.xwxqbt h1{
	text-align: center;
}
.xwxq{
	margin: 20px auto;
}
.xwxqbt{
	margin-bottom: 15px;
}
.xwxqbt h1{
	color: #1847b3;
	font-size: 17px;
	text-align: center;
	margin-bottom: 10px;
}
.xwxqbt p{
	text-align: center;
	color: #9a9a9a;
	font-size: 12px;
}
.xwnr img{
	max-width: 100%;
}
.fy{
	margin: 15px auto;
	display: flex;
	justify-content: space-between;
}
.fy p a{
	color: #4c4c4c;
	font-size: 14px;
}
.fy p a:hover{
	color: #1847b3;
}
.gclist ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 20px auto; 
}
.gclist ul li{
	width: 24%;
	margin-right: 1%;
	margin-bottom: 1%;
}
.gclist ul li div{
	width: 100%;
	overflow: hidden;
}
.gclist ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.gclist ul li:hover div img{
	transform: scale(1.05);
}
.gclist ul li h1{
	line-height: 25px;
	width: 100%;
	text-align: center;
	font-size: 14px;
	padding: 10px 0px;
}

.zhaobiaoxinx{
	margin: 15px auto;
}
.zhaobiaoxinx ul li {
	background-color: #f7f7f7;
	overflow: hidden;
	transition: all .5s;
	margin-bottom: 15px;
}
.zhaobiaoxinx ul li a{
	display: flex;
	justify-content: space-between;
	padding: 15px 0px;
	padding-right: 5%;
	background-color: #f7f7f7;
	align-items: center;
	transition: all .5s;
}
.zhaobiaoxinx ul li a .newsdvlistime{
	width: 15%;
	text-align: center;
	border-right: 1px solid #e6e6e6;
}
.newsdvlistime span{
	color: #333333;
	font-size: 46px;
	transition: all .5s;
	display: block;
	line-height: 60px;
}
.newsdvlistime i{
	color: #333333;
	font-size: 14px;
	display: block;
	transition: all .5s;
}
.newsdvlistext{
	width: 80%;
}
.newsdvlistext h1{
	color: #333333;
	font-size: 16px;
	margin-bottom: 0px;
	transition: all .5s;
	line-height: 30px;
	height: 30px;
	white-space:nowrap;
	overflow:hidden;
	margin-bottom: 5px;
	text-overflow:ellipsis;
}
.newsdvlistext p{
	line-height: 25px;
	font-size: 14px;
	color: #808080;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
	height: 50px;
	transition: all .5s;
}
.fy p{
	width: 48%;
	line-height: 25px;
	height: 25px;
	white-space:nowrap;
	
	overflow:hidden;
	
	text-overflow:ellipsis;
}

.nrbanner img{
	display: block;
	width: 100%;
}
.nrbanner{
	position: relative;
	z-index: 2;
}
.nrbanner .btext{
	position: absolute;
	top: 0;
	width: 100%;
	left: 0%;
	height: 100%;
	display: flex;
	align-items: center;
}
.nrbanner .btext section{
	margin: 0 auto;
	width: 100rem;
}
.nrbanner .btext section h2{
	font-size: 40px;
	color: #ffffff;
	margin-bottom: 15px;
	font-weight: bold;
	text-align: center;
}
.nrbanner .btext section p{
	color: #ffffff;
	font-size: 16px;
	text-align: center;
}
.mfoot,.mfootdv{
	display: none;
}

.bannersasg .swiper-slide img{
	display: block;
	width: 100%;
} 
.bannersasg  .swiper-slide{
	position: relative;
}
.bannersasg  .swiper-slide img{
	display: block;
	width: 100%;
}
.bannersasg  .swiper-slide div {
    position: absolute;
   	width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}


.bannersasg  .swiper-slide section h3{
	color:#ffffff;
	font-size: 16px;
	margin-top: 10px;
	font-family: "Poppins";
	text-align: center;
}
.sgahhrj section{
	width: 95%;
}
.bannersasg  .swiper-slide section h4{
	color: #fff;
	font-size: 44px;
	font-weight: bold;
	text-align: center;
}
.sjnav{
	display: none;
}
.bannersasg  .swiper-slide section h5{
	text-align: center;
	margin-top: 30px;
}
.bannersasg  .swiper-slide section h5 span{
	padding: 8px 15px;
	border-radius: 50px;
	background-color: #fff;
	color: #1847b3;
	font-size: 16px;
}
.bannersasg  .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
}
.bannersasg  .swiper-pagination-bullet-active{
	width: 35px;
	height: 8px;
	border-radius: 15px;
}



.headnavdv ul li {
    position: relative;
    width: 100%;
    text-align: center;
    transition: all 1s;
}
.headnavdv ul li:hover{
	background: #fff;
}

.headnavdv ul li:hover>a span{
	color: #1847b3;
}
.headnavdv ul li dl{
	position: absolute;
	display: flex;
	justify-content: flex-start;
	display: none;
	left: 0;
	background-color: #fff;
	z-index: 999;
	bottom: -49px;
}
.headnavdv ul li:hover dl{
	display: flex;
}
.headnavdv ul li dl dd{
	width: 110px;
	text-align: center;
	position: relative;
}
.headnavdv ul li dl dd:after{
	content: "";
    display: block;
    position: absolute;
    height: 20px;
    width: 2px;
    border-right: 1px solid #ccc;
    top: 15px;
    right: 0;
}
.headnavdv ul li dl dd a{
	display: block;
	color: #333;
	font-size: 14px;
	line-height: 50px;
}
.headnavdv ul li dl dd a:hover{
	color: #1847b3;
}
.headnavdv ul li:hover>a{
	    color: #1847b3;
}
@media only screen and (min-width: 1000px) and (max-width: 1299px) {
	.headdv {
		width: 95%;
	}
	.headnavdv{
		width: 95%;
	}
	.gsdtdv{
		width: 95%;
	}
	.jjwzright {
	    width: 32rem;
	}
	.bankuai{
		width: 95%;
	}
	.bankuailistleft{
		width: calc(49% - 100px);
	}
	.bankuailistleft div section{
		width: 66%;
	}
	.bankuailistleft h3{
		    width: 100px;
	}
	.footdv{
		width: 95%;
	}
	.footdvleft, .footdvcenter, .footdvright{
		width: auto;
	}
	.footdvleft::after, .footdvcenter::after{
		display: none;
	}
	.wdldv{
		width: 95%;
	}
	.xinhuaab{
		width: 95%;
	}
	.xinhuaableft{
		width: 27%;
	}
	.xinhuaabright{
		width: 70%;
	}
	.shzrdv ul li section{
		width: 55%;
	}
	.shzrdv ul li h1 i{
		width: 58%;
	}
}

@media only screen and (max-width: 999px) {
	.heads {
		display: none;
	}

	.htmleaf-container {
		height: 50px;
		display: block;
		text-align: center;
		display: block;
		margin: 0 auto;
	}
	.headnav{
		display: none;
	}
	.gsdtdv{
		display: block;
		width: 95%;
	}
	.gsdtdvleft, .gsdtdvright{
		width: 100%;
	}
	.gsdtdvleft #gallery ul li a section{
		width: 78%;
	}
	.gsdtdt #thumbs{
		height: 45px;
	}
	.gsdtdt #thumbs .swiper-slide h1{
		height: 43px;
		line-height: 45px;
	}
	.jjbtleft{
		height: 45px;
		line-height: 43px;
	}
	.jjwz{
		display: block;
		padding: 20px 0px;
	}
	.jjwzleft{
		width: 100%;
	}
	.jjwzright{
		width: 100%;
		margin-top: 15px;
	}
	.jjwzright ul li h3 span{
		font-size: 28px;
	}
	.jjwzright ul li h3 i{
		margin-top: 0px;
	}
	.bankuai{
		width: 95%;
	}
	.bankuailist{
		display: block;
		margin: 0 auto;
	}
	.bankuailistleft{
		width: 90%;
		padding: 5%;
		margin: 10px 0rem;
	}
		
	.bankuailistleft div{
		width: 72%;
	}
	.bankuailistleft div section p{
		font-size: 12px;
	}
	.bankuailistleft div iconpark-icon{
		width: 45px;
		height: 45px;
		font-size: 24px;
		margin-right: 15px;
	}
	.foot{
		padding-top: 30px;
	}
	.footdv{
		display: block;
		width: 95%;
	}
	.footdvleft, .footdvcenter, .footdvright{
		width: 100%;
	}
	.footdvleft::after, .footdvcenter::after{
		display: none;
	}
	.footdvright ul{
		width: 100%;
		justify-content: flex-start;
	}
	.footdvright ul li:nth-child(1){
		display: none;
	}
	
	.xinhuaableft{
		display: none;
	}
	.xinhuaabright{
		width: 100%;
	}
	.xinhuaab{
		width: 95%;
	}
	.shzrdv ul li a div{
		width: 40%;
	}
	.gsxw ul li section{
		width: 57%;
	}
	.shzrdv ul li h1 span{
		font-size: 12px;
	}
	.shzrdv ul li h1 i{
		width: 60%;
	}
	.hzhb ul li{
		width: calc(31% - 2px);
	}
	.qywhlist ul li{
		width: 100%;
	}
	.qywhlist ul li section p{
		line-height: 25px;
	}
	.ywzzlist ul li{
		width: 31%;
		margin: 1%;
	}
	.shzrdv ul li{
		width: 100%;
	}
	.shzrdv ul li section{
		width: 57%;
	}
	.lxwm{
		width: 95%;
	}
	.lxwmlist ul{
		display: block;
	}
	.lxwmlist ul li{
		width: 100%;
		margin-bottom: 10px;
	}
	.hzdh{
		width: 95%;
	}
	.hzdh{
		display: block;
	}
	.hzdhleft{
		width: 100%;
		padding: 15px 0px;
	}
	.hzdhright{
		width: 100%;
	}
	.hzdhright ul li:nth-child(1){
		margin-bottom: 10px;
	}
	.fy{
		display: block;
	}
	.gclist ul li{
		width: 48%;
		margin: 1%;
	}
	.newsdvlistext{
		width: 70%;
	}
	.zhaobiaoxinx ul li a .newsdvlistime{
		width: 25%;
	}
	.newsdvlistime span{
		font-size: 34px;
	}
	.bankuailistleft div section{
		width: 73%;
	}
	.nrbanner img {
	    display: block;
	    width: 200%;
	    margin-left: -50%;
	}
	.nrbanner {
	  	overflow: hidden;
	}
	.nrbanner .btext section h2{
		font-size: 22px;
		margin-bottom: 5px;
	}
	.nrbanner .btext section p{
		font-size: 14px;
	}
	.mobile-inner-nav{
		text-align: left;
	}
	.bannersasg .swiper-slide img{
		width: 250%;
		max-width: none;
		margin-left: -75%;
	}
	.bannersasg .swiper-slide{
		overflow: hidden;
	}
	.bannersasg .swiper-slide section h3{
		font-size: 14px;
	}
	.sgahhrj section{
		width: 90%;
		left: 5%;
		margin: 0 auto;
	}
	.bannersasg .swiper-slide section h4{
		font-size: 22px;
	}
	.bannersasg .swiper-slide section h5 {
		display: none;
	}
		.sjnav {
		position: relative;
		display: block;
	}

	.msgNum {
		display: none;
	}

	.slider {
		margin-top: 44px;
	}

	.head {
		display: none
	}

	.m_img {
		display: block;
		height: 44px;
		background: #fff;
		top: 0px;
		left: 0px;
		width: 100%;
		z-index: 9999;
		overflow: hidden;
	}

	.m_img .headlf {
		padding-top: 2px;
		padding-left: 10px;
		float: left;
		line-height: 40px;
		font-size: 17px;
		font-weight: bold;
	}

	.m_img .headlf .m_logo {
		height: 40px;
		display: block
	}

	.m_img .headrg {
		padding-right: 5%;
		padding-top: 14px;
		float: right;
	}

	.m_img .headrg a .m_menuimg {
		height: 16px;
		vertical-align: top;
		display: block
	}

	.m_nav {
		display: block;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 0px;
		height: 0px;
		overflow: hidden;
		z-index: 10000
	}

	.m_nav .closecover {
		position: absolute;
		width: 100%;
		height: 100%;
		background: #0b0d19;
		filter: alpha(opacity=0);
		opacity: 0;
		left: 0px;
		top: 0px;
		z-index: 1
	}

	.m_nav .closeicon {
		position: absolute;
		width: 20%;
		left: 0px;
		top: 5%;
		z-index: 100;
		text-align: center;
		filter: alpha(opacity=0);
		opacity: 0
	}

	.m_nav .m_navList {
		position: absolute;
		width: 80%;
		right: 0px;
		top: 0px;
		background: #0b0d19;
		height: 100%;
		z-index: 100;
		right: -80%;
		overflow-y: scroll;
	}

	.m_nav .m_navList ul {
		padding-left: 5%;
		padding-right: 5%
	}

	.m_nav .m_navList ul li {
		border-bottom: 1px solid #232530
	}

	.m_nav .m_navList ul li a {
		display: block;
		height: 45px;
		color: #fff;
		line-height: 45px;
		padding-left: 5%;
		font-size: 16px
	}

	.m_nav .m_navList ul li .m_f_a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%
	}

	.m_nav .m_navList ul li .m_f_a a {
		flex: 1;
	}

	.m_nav .m_navList ul li .m_f_a i {
		width: 40px;
		height: 35px;
		box-sizing: border-box;
		padding: 0 5px;
		display: block;
	}

	.icon {
		background: url(../images/plus.png) 100% no-repeat;
		background-position: 50% 50%;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s
	}

	.icon_on {
		background: url(../images/reduce.jpg) 50% no-repeat !important;
		background-position: 50% 50%;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s
	}

	.m_nav .m_navList ul li .m_s_nav {
		display: none;
		width: 100%;
	}

	.m_nav .m_navList ul li .m_s_nav a {
		display: block;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		padding-left: 10%;
		overflow: hidden;
		white-space: nowrap;
		width: 90%;
		text-overflow: ellipsis;
	}
	.mobile-inner {
	    width: 100%;
	    margin-right: auto;
	    margin-left: auto;
	    position: relative;
	    height: 50px;
	}
	.chanpinimg{
		padding-top: 10px;
	}
	.xinhuaabbt{
		display: none;
	}
	.xinhuaab{
		margin-top: 0;
	}
	.shzr{
		margin-top: 0;
	}
	.xinhuaabsige .ywzzlist ul li{
		width: 48%;
	   margin: 1%;
	}
	.sjnav{
		border-bottom: 1px solid #ddd;
		margin-bottom: 10px;
	}
	.wge{
		height: 50px;
	}
	.htmleaf-container{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 999;
	}
	.hzdhright ul{
		display: block;
	}
	.hzdhright ul li{
		width: 100%;
		margin-top: 10px;
	}
	.wdldv p:nth-child(2){
		display: none
	}
	.wdldv{
		width: 70%;
		text-align: center;
	}
	.wdldv p a{
		font-size: 14px;
	}
	.mobile-inner-img a{
		position: absolute;
	    top: 14px;
	    right: 20%;
	    z-index: 99999;
	}
	.mobile-inner-img a iconpark-icon{
	    margin-right: 10px;
	    font-size: 20px;
	}
	.mobile-inner-img a{
		font-size: 14px;
    	font-family: "Poppins";
	}
}