/* 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;
}
@font-face
{
	font-family: "Anton_SC";
	src:url('../font/ANTON.TTF');
}
html {
	font-size: 62.5%;
	/*10 ÷ 16 × 100% = 62.5%*/
}

body {
	font-family: "微软雅黑";
}
p{
	text-align:justify;
}
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 {
	position: fixed;
	height: 100px;
	width: 100%;
	transition: all .5s;
	top: 0px;
	left: 0;
	background-size: cover;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.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 {
	width: 87.5%;
	margin: 0 auto;
	height: 100px;
	padding: 0 2.5%;
	display: flex;
	justify-content: space-between;
	transition: all .5s;
}

.headdvleft img {
	display: block;
	height: 90px;
}

.headdvleft img:last-child{
	display: none;
}
.slideUp .headdvleft img{
	display: none;
}
.slideUp .headdvleft img:last-child{
	display: block;
}

.headdvright {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headdvright ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headdvright ul li {
	line-height: 100px;
	border-bottom: 2px solid transparent;
	transition: all .3s;
	margin: 0 20px;
}

.headdvright ul li a {
	color: #ffffff;
	display: block;
	font-size: 17px;
	position: relative;
	padding: 0 10px;
	text-transform: uppercase;
}
.slideUp .headdvright ul li a {
	color: #333;
}
.slideUp{
	background-color: #fff;
}
.headdvright ul li a span {
	color: #ffffff;
}
.slideUp .headdvright ul li a span {
	color: #333;
}
.slideUp .headdvright ul li.active a span {
	    color: #0e4a9a;
}
.headdvright ul li a::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	bottom: -2px;
	left: 0;
	transition: all 1s;
}

.headdvright ul li:hover a::after {
	background-color: #fff;
}
.headdvright ul li.active a::after {
	background-color: #fff;
}
.slideUp .headdvright ul li:hover a::after {
	background-color: #003277;
}
.slideUp .headdvright ul li.active a::after {
	background-color: #003277;
}
.banners {
	position: relative;
	z-index: 3;
}

.banners img {
	display: block;
	width: 100%;
}
.dh{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.dh iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background-color: rgba(255, 255, 255, 0.1);
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	border-radius: 50px;
	margin-right: 15px;
}
.dh section span{
	display: block;
	color: #ffffff;
	font-size: 14px;
	text-align: left;
}
.dh section i{
	display: block;
	color: #ffffff;
	font-family: "Montserrat Light";
	font-size: 20px;
}
.slideUp iconpark-icon{
	background-color: rgba(12, 72, 144, 1);
	color: #fff;
}
.slideUp .dh section span{
	color: #333;
}
.slideUp .dh section i{
	color: #333;
}
.syabout{
	padding-top: 160px;
	padding-bottom: 140px;
	margin-top: -35px;
	position: relative;
	z-index: 99;
	background: url(../images/gsjj_02.png) center top no-repeat;
}
#gsjj{
	margin-top: 0;
	padding-top: 140px;
	background: url(../images/gsjj_02.jpg) center top no-repeat;
}
.syaboutdv{
	width: 1500px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.syaboutdvleft h1{
	color: #333333;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 8px;
}
.syaboutdvleft  h2{
	color: #333333;
	font-size: 26px;
}
.syaboutdvleft{
	width: 50%;
}
.syaboutdvleft img{
	display: block;
	max-width: 70%;
}
.syaboutdvright{
	width: 50%;
}
.syaboutdvright h1{
	color: #333333;
	font-size: 30px;
	font-weight: bold;
}
.syaboutdvright em{
	display: block;
	height: 10px;
	border-bottom: 5px solid #09346e;
	width: 80px;
	margin-bottom: 30px;
}
.syaboutdvright p{
	line-height: 35px;
	color: #4c4c4c;
	font-size: 16px;
	text-align:justify;
}
.syaboutdvright ul{
	display: flex;
	justify-content: flex-start;
}
.syaboutdvright ul li{
	width: 25%;
	margin-right: 2%;
	border: 1px solid #e6e6e6;
	margin-top: 60px;
	padding: 25px 0px;
	transition: all 1s;
}
.syaboutdvright ul li i{
	display: block;
	text-align: center;
	margin-bottom: 15px;
	transition: all 1s;
	font-size: 36px;
	color: #a11715;

  		background: -webkit-linear-gradient(0deg, #db8600, #eddab9, #df8800); /* Chrome, Safari */
 	 	background: linear-gradient(0deg, #db8600, #eddab9, #df8800); /* 标准语法 */
 	 -webkit-background-clip: text; /* Chrome, Safari */
 	 background-clip: text;
 	 -webkit-text-fill-color: transparent; /* Chrome, Safari */
 	 color: transparent; /* 其他浏览器 */
}

.syaboutdvright ul li h3{
	color: #333333;
	font-size: 17px;
	text-align: center;
	transition: all 1s;
	font-weight: bold;
}
.syaboutdvright ul li:hover{
	border-color:  #fff;
	background-image: linear-gradient(#f9be69, #c27c0e) !important;
}
.syaboutdvright ul li:hover i{
	color: #fff;
    background: none;
    -webkit-text-fill-color: #fff;
}
.syaboutdvright ul li:hover h3{
	color: #fff;
}
.dha{
	
	background: url(../images/dha_02.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.dha ul{
	display: flex;
	justify-content: space-between;
}
.dha ul li{
	padding: 80px 0;
	width: 100%;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.dha ul li i{
	color: #fff;
	font-size: 60px;
	margin-bottom: 20px;
	display: block;
	text-align: center;
}
.dha ul li h1{
	color: #ffffff;
	font-size: 26px;
	text-align: center;
	margin-bottom: 10px;
}
.dha ul li p{
	text-align: center;
	color: #ffffff;
	font-size: 16px;
}
.syxm{
	margin: 105px auto;
	width: 1500px;
}
.syxmbt{
	margin-bottom: 50px;
}
.syxmbt h1{
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}
.syxmbt h1 span{
	color: #982725;
	background: -webkit-linear-gradient(0deg, #dd8700, #fbdf9e, #cf7300); /* Chrome, Safari */
 	background: linear-gradient(0deg, #dd8700, #fbdf9e, #cf7300);
 	-webkit-background-clip: text; /* Chrome, Safari */
 	background-clip: text;
 	-webkit-text-fill-color: transparent; /* Chrome, Safari */
 	color: transparent; /* 其他浏览器 */
}
.syxmbt p{
	text-align: center;
	color: #333333;
	font-size: 18px;
}
.syxmlist ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.syxmlist ul li{
	width: 31.33%;
	margin: 1%;
	border-radius: 5px;
	overflow: hidden;
	    background-color: #f5f7fa;
}
.syxmlist ul li div{
	width: 100%;
	overflow: hidden;
}
.syxmlist ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.syxmlist ul li:hover div img{
	transform: scale(1.05);
}
.syxmlist ul li  section{
	padding: 35px 40px;
	width: calc(100% - 80px);
	background-color: #f5f7fa;
}
.syxmlist ul li section h1{
	font-size: 22px;
	color: #333333;
	padding-bottom: 10px;
	border-bottom: 1px solid #184179;
	margin-bottom: 15px;
}
.syxmlist ul li section h3{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.syxmlist ul li section h3 i{
	display: block;
	width: 6px;
	height: 6px;
	margin-top: 15px;
	background-color: #09346e;
	border-radius: 50px;
	margin-right: 8px;
}
.syxmlist ul li section h3  span{
	width: 95%;
	color: #666666;
	font-size: 16px;
	line-height: 35px;
}
.syxmlist ul li section p{
	height: 70px;
	line-height: 35px;
	overflow:hidden;
	font-size: 16px;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	color: #666666;
}
.synews{
	padding: 75px 0px;
	background-color: #f5f7fa;
	padding-bottom: 95px;
}

.innewlist {
	margin: 0 auto;
	margin-top: 50px;
}

.innewlist {
	width: 1500px;
	display: flex;
	justify-content: space-between;
}

.innewlistleft {
	width: 32.33%;
	border-radius: 5px;
	overflow: hidden;
}

.innewlistleft div {
	display: block;
	overflow: hidden;
	width: 100%;
}

.innewlistleft div img {
	display: block;
	width: 100%;
	transition: all 1s;
}

.innewlistleft section {
	padding: 30px 45px;
	background-color: #fff;
}

.innewlistleft section h1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.innewlistleft section h1 span {
	color: #4c4c4c;
	font-size: 14px;
}

.innewlistleft section h1 i {
	color: #808080;
	font-size: 14px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.innewlistleft section h1 i iconpark-icon {
	margin-right: 5px;
	font-size: 20px;
}

.innewlistleft section h2 {
	margin-top: 20px;
	margin-bottom: 15px;
	height: 30px;
	line-height: 30px;
	color: #404040;
	font-size: 20px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 1s;
}

.innewlistleft section p {
	color: #666666;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 14px;
}

.innewlistleft:hover div img {
	transform: scale(1.05);
}

.innewlistleft:hover section h2 {
	color: #053575;
}

.innewlistcenter {
	width: calc(32.3% - 100px);
	background: url(../images/xwbg_03.jpg) center no-repeat;
	padding: 80px 50px;
	background-size: cover;
	border-radius: 5px;
	overflow: hidden;
}

.innewlistcenter h1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.innewlistcenter h1 span {
	color: #fff;
	font-size: 14px;
}

.innewlistcenter h1 i {
	color: #fff;
	font-size: 14px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.innewlistcenter h1 i iconpark-icon {
	margin-right: 5px;
	font-size: 20px;
}

.innewlistcenter h2 {
	margin-top: 40px;
	margin-bottom: 15px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.innewlistcenter p {
	color: #dde6df;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-size: 14px;
}

.innewlistcenter h4 {
	display: block;
	width: 140px;
	height: 40px;
	border-radius: 50px;
	text-align: center;
	line-height: 40px;
	margin-top: 100px;
	color: #fff;
	border: 1px solid #fff;
	font-size: 14px;
	transition: all 1s;
}
.innewlistcenter:hover h4 {
	background-color: #fff;
	color: #333;
}
.innewlistright {
	width: 32.5%;
}

.innewlistright ul li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #f7f7f7;
}

.innewlistright ul li a .inwleft {
	width: 180px;
	overflow: hidden;
	border-radius: 5px;
}

.innewlistright ul li a .inwleft img {
	display: block;
	width: 100%;
	transition: all .5s;
}

.innewlistright ul li a section {
	width: 230px;
	padding: 0 15px;
}

.innewlistright ul li a section h1 {
	color: #333333;
	font-size: 17px;
	margin-bottom: 5px;
	font-weight: bold;
	line-height: 25px;
	height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .5s;
}

.innewlistright ul li a section p {
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #666666;
	font-size: 14px;
}

.innewlistright ul {
	display: flex;
	height: 100%;
	justify-content: space-between;
	flex-direction: column;
}

.innewlistright ul li:hover img {
	transform: scale(1.05);
}

.innewlistright ul li:hover h1 {
	color: #053575;
}

.foot{
	position: relative;
	background: url(../images/fot_02.png) center top no-repeat;
	background-size: cover;
}
.footdv{
	width: 1500px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.footdvleft{
	width: 305px;
}
.footdvleft img{
	display: block;
	max-width: 100%;
	margin-bottom: 50px;
}
.footdvleft h1{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 15px;
}
.footdvleft h1 iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0;
	margin-right: 5px;
	width: 25px;
	height: 25px;
	border-radius: 50px;
	background-color: rgba(255, 255, 255, 0.2);
}
.footdvleft h1 span{
	display: block;
	width: 90%;
}
.footdvleft ul{
	display: flex;
	justify-content: flex-start;
}
.footdvleft ul li img{
	display: block;
	margin-bottom: 10px;
	width: 90px;
}
.footdvleft ul li{
	margin-right: 10px;
	margin-top: 20px;
}
.footdvleft ul li {
	color: #ffffff;
	font-size: 14px;
	text-align: center;
}
.footdvright{
	width: 70%;
}
.footdvright .footsag{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.footdvright .footsag form{
	display: block;
	width: 520px;
	height: 50px;
	background-color: rgba(255,255,255,0.1);
	padding: 0 20px;
}
.footdvright .footsag form input{
	height: 50px;
	border: none;
	background-color: transparent;
	color: #fff;
	font-size: 14px;
	outline: none;
	width: 70%;
}
.footdvright .footsag form input::placeholder{
	color: #fff;
}
.footdvright .footsag form{
	display: flex;
	justify-content: space-between;
}
.footdvright .footsag form iconpark-icon{
	font-size: 24px;
	color: #fff;
}
.footdvright  .footdvlist{
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.footdvright  .footdvlist dl dt a{
	color: #ffffff;
	font-size: 16px;
}
.footdvright  .footdvlist dl dt{
	margin-bottom: 30px;
}
.footdvright  .footdvlist dl dd{
	margin-bottom: 20px;
}
.footdvright  .footdvlist dl dd a{
	color: #ffffff;
	font-size: 13px;
}
@keyframes beat {
    0% {
       top:  -35px;
    }
    100% {
   		top: -55px;
	}
}
.footxs{
	height: 70px;
    width: 100%;
    position: absolute;
    top: -30px;
    left: 0%;
    z-index: 55555;
}
.footxs iconpark-icon{
	display: block;
	width: 100%;
	color: #fff;
	font-size: 24px;
	text-align: center;
}
.footxs h1{
	font-size: 12px;
	color: #fff;
	text-align: center;
	margin-top: -5px;
}
.foot{
	padding-top: 80px;
	margin-top: -50px;
}
.footxs{
	display: block;
	height: auto;
	animation-name: beat;
        /*动画名称*/
        animation-duration: 1s;
        /*设置秒数*/
        animation-timing-function: linear;
        /*速度曲线*/
        animation-iteration-count: infinite;
        /*播放次数*/
        animation-direction: alternate;
        /*逆向播放*/
        animation-play-state: running;
        position: relative;
        /*正在运行*/
}
.wdl {
	width: 100%;
	height: 70px;
	border-top: 1px solid rgba(255,255,255,0.2);
}

.wdldv {
	width: 1500px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 70px;
}

.wdldv p {
	color: #cccccc;
	font-size: 14px;
}

.wdldv p a {
	color: #cccccc;
	font-size: 14px;
}
.footdv{
	margin-bottom: 80px;
}


.youshi{
	padding-top: 50px;
	padding-bottom: 110px;
	background: url(../images/ysbg1_02.jpg) center no-repeat;
	background-size: cover;
}
.youshibt{
	background: url(../images/san_03.png) center no-repeat;
	height: 140px;
}
.youshibt h1{
	text-align: center;
	color: #333333;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 15px;
	padding-top: 40px;
}
.youshibt h1 span{
	color: #982725;
	background: -webkit-linear-gradient(0deg, #dd8700, #fbdf9e, #cf7300); /* Chrome, Safari */
 	background: linear-gradient(0deg, #dd8700, #fbdf9e, #cf7300);
 	-webkit-background-clip: text; /* Chrome, Safari */
 	background-clip: text;
 	-webkit-text-fill-color: transparent; /* Chrome, Safari */
 	color: transparent; /* 其他浏览器 */
}
.youshibt p{
	color: #333333;
	font-size: 16px;
	text-align: center;
}
.yslist{
	margin: 0 auto;
	margin-top: 30px;
	width: 1500px;
	height: 580px;
}
.yslists .swiper-slide{
	width: 140px !important;
	display: flex;
	justify-content: space-between;
	transition: all 1s;
}
.yslists .swiper-slide .yslistsz{
	width: 140px;
	background: url(../images/gweh_04.jpg) center no-repeat;
	padding: 45px 0px;
	height: 485px;
}

.yslists .swiper-slide:nth-child(2) .yslistsz{
	background: url(../images/gweh_03.jpg) center no-repeat;
}
.yslists .swiper-slide-active .yslistsz{
	background-image: linear-gradient(#f9be69, #c27c0e) !important;
}

.yslists .swiper-slide .yslistys{
	display: none;
	width: 0px;
	transition: all 1s;
	background: url(../images/dt_03.jpg) center no-repeat;
}
.yslists .swiper-slide:nth-child(2) .yslistys{
	background: url(../images/dt_04.jpg) center no-repeat;
}
.yslists .swiper-slide:nth-child(3) .yslistys{
	background: url(../images/dt_05.jpg) center no-repeat;
}
.yslists .swiper-slide .yslistys img{
	display: none;
}
.yslists .swiper-slide-active{
	width: 1220px !important;
}
.yslistsz h1{
	text-align: center;
	color: #ffffff;
	font-size: 35px;
	font-family: "Anton_SC";
	opacity: 0.6;
	margin-bottom: 100px;
}
.yslistsz h2{
	color: #ffffff;
	font-size: 20px;
	writing-mode:vertical-rl;
	margin: 0 auto;
	height: 120px;
}
.yslistsz h3 iconpark-icon{
	width: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	border-radius: 50%;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 0.3);
	margin-top: 120px;
	color: rgba(255, 255, 255, 0.5);
	font-size: 24px;
}
.yslistsz h3 iconpark-icon:first-child{
	display: none;
}
.yslists  .swiper-slide-active .yslistsz h3 iconpark-icon:first-child{
	display: flex;
}
.yslists  .swiper-slide-active .yslistsz h3 iconpark-icon:last-child{
	display: none;
}
.yslists  .swiper-slide-active .yslistys{
	width: 1080px;
	display: block;
	position: relative;
	
	transition: all 1s;
}
.yslists  .swiper-slide-active .yslistys section{
	padding: 30px 60px;
	position: absolute;
	bottom: 0%;
	left: 0;
	width: calc(100% - 120px);
	background-image: linear-gradient(transparent, rgba(0,0,0,0.7));
}
.yslists  .swiper-slide-active .yslistys section h1{
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}
.yslists  .swiper-slide-active .yslistys section i{
	display: block;
	width: 40px;
	height: 2px;
	margin: 10px 0;
	background-color: #cc881e;
}
.yslists .swiper-slide-active .yslistys section p{
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
	width: 70%;
	margin-bottom: 25px;
}
.yslists .swiper-slide-active .yslistys section a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 10px;
}
.yslists .swiper-slide-active .yslistys section a span{
	color: #dedee1;
	font-size: 14px;
}
.yslists .swiper-slide-active .yslistys section a iconpark-icon{
	color: #fff;
	font-size: 16px;
}

.syaboutdvright dl{
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}
.syaboutdvright dl dd{
	margin-right: 20px;
}
.syaboutdvright dl dd h3{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.syaboutdvright dl dd h3 span{
	color: #0e4a9a;
	font-size: 55px;
}
.syaboutdvright dl dd h3 i{
	color: #0e4a9a;
	font-size: 18px;
	margin-top: 35px;
	margin-left: 5px;
}
.syaboutdvright dl dd h4{
	color: #0e4a9a;
	font-size: 17px;
}
.qywhua{
	padding-top: 125px;
	padding-bottom: 185px;
	background: url(../images/ageh_02.jpg) center no-repeat;
}
.qywhuadv{
	width: 1500px;
	margin: 0 auto;
}
.qywhuabt h1{
	color: #ffffff;
	font-weight: bold;
	font-size: 40px;
	margin-bottom: 10px;
}
.qywhuabt i{
	display: block;
	width: 55px;
	height: 8px;
	background-color: #fff;
}
.qywhuadv ul{
	margin-top: 100px;
}
.qywhuadv ul li{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 60px;
}
.qywhuadv ul li i{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 56px;
	margin-right: 10px;
	color: #fff;
}
.qywhuadv ul li section h1{
	color: #ffffff;
	font-size: 28px;
	margin-bottom: 15px;
}
.qywhuadv ul li section p{
	color: #ffffff;
	font-size: 16px;
}
.tdfc{
	padding: 130px 0px;
	padding-bottom: 160px;
	background: url(../images/tuandui_02.jpg) center no-repeat;
	background-size: cover;
}
.tdfcdv{
	width: 1500px;
	margin: 0 auto;
}
.tdfcbt h1{
	color: #333333;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 15px;
}
.tdfcbt p{
	color: #333333;
	font-size: 26px;
}
.tdfclist{
	margin-top: 75px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.tdfclistdv{
	width: 1500px;
	margin: 0 auto;
}
.tdfclist #btn1,.tdfclist #btn2{
	width: 48px;
	height: 48px;
	border-radius: 50px;
	overflow: hidden;
	background-color: #155197;
	position: absolute;
	top: 50%;
	left: -65px;
	z-index: 5;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -24px;
}
.tdfclist #btn2{
	left: auto;
	right: -65px;
}
.tdfclist #btn1 iconpark-icon,.tdfclist #btn2 iconpark-icon{
	color: #fff;
	font-size: 36px;
}
.tdfclistdv .swiper-slide{
	background-color: #fff;
}
.tdfclistdv .swiper-slide div{
	overflow: hidden;
	border-radius: 10px;
}
.tdfclistdv .swiper-slide div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.tdfclistdv .swiper-slide:hover div img{
	transform: scale(1.05);
}
.tdfclistdv .swiper-slide section h1{
	color: #404040;
	font-size: 20px;
	font-weight: bold;
}
.tdfclistdv .swiper-slide section{
	padding: 25px 20px;
}
.tdfclistdv .swiper-slide section p{
	color: #666666;
	font-size: 14px;
	line-height: 30px;
	margin-top: 10px;
}
.lxwm{
	width: 1500px;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 80px;
}
.lxwmlist ul{
	display: flex;
	justify-content: space-between;
}
.lxwmlist ul li{
	width: calc(32% - 60px);
	padding: 55px 30px;
	background-color: #f5f7fa;
	padding-bottom: 30px;
	border-radius: 10px;
	overflow: hidden;
	transition: all 1s;
}
.lxwmlist ul li:hover{
	background: url(../images/lxwmbg_03.jpg) center no-repeat;
	background-size: cover;
}
.lxwmlist ul li:nth-child(2):hover{
	background: url(../images/lxwmbg_04.png) center no-repeat;
	background-size: cover;
}
.lxwmlist ul li:nth-child(3):hover{
	background: url(../images/lxwmbg_05.png) center no-repeat;
	background-size: cover;
}
.lxwmlist ul li {
	display: flex;
	justify-content: space-between;
	align-self: flex-start;
}
.lxwmlist ul li div h1{
	color: #515151;
	font-size: 24px;
	margin-bottom: 20px;
	transition: all 1s;
}
.lxwmlist ul li:hover div h1{
	color: #fff
}
.lxwmlist ul li div em{
	display: block;
	width: 45px;
	height: 4px;
	background-color: #093d7f;
	margin-bottom: 25px;
	transition: all 1s;
}
.lxwmlist ul li:hover div em{
	background-color: #fff;
}
.lxwmlist ul li div p{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	line-height: 30px;
	transition: all 1s;
	height: 60px;
	text-align: left;
}
.lxwmlist ul li div p span{
	display: block;
	color: #333333;
	font-size: 15px;
	transition: all 1s;
}
.lxwmlist ul li:hover div p span{
	color: #fff;
}
.lxwmlist ul li div{
	width: 90%;
}
.lxwmlist ul li div p i{
	display: block;
	width: 80%;
	color: #333333;
	transition: all 1s;
	font-size: 15px;
}
.lxwmlist ul li:hover div p i{
	color:#fff;
}
.lxwmlist ul li iconpark-icon {
	font-size: 35px;
	display: flex;
	justify-content: center;
	transition: all 1s;
	align-items: flex-start;
	
}
.lxwmlist ul li:hover iconpark-icon{
	color: #fff;
}
.zxly {
	padding-top: 90px;
	background: url(../images/zxlybg_06.jpg) center no-repeat;
	background-size: cover;
	padding-bottom: 150px;
}

.zxlybt {
	margin-bottom: 50px;
}

.zxlybt h1 {
	color: #333333;
	font-size: 40px;
	text-align: center;
	margin-bottom: 15px;
}

.zxlybt p {
	text-align: center;
	color: #0e4a9a;
	font-size: 16px;
}

.zxlydv {
	width: 1500px;
	margin: 0 auto;
}

.zxlydv form div {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.zxlydv form input {
	width: calc(49% - 40px);
	margin: 1% 0px;
	height: 45px;
	border: none;
	padding: 0 20px;
	line-height: 45px;
	border-radius: 5px;
	outline: none;
	background-color: rgba(255, 255, 255, 0.7);
}

.zxlydv form textarea {
	padding: 20px;
	width: calc(100% - 40px);
	border: none;
	line-height: 30px;
	font-size: 14px;
	margin: 1% 0px;
	border-radius: 5px;
	outline: none;
	background-color: rgba(255, 255, 255, 0.7);
	font-family: "微软雅黑";
}

.zxlydv form button {
	margin-top: 15px;
	width: 170px;
	height: 45px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 45px;
	border-radius: 5px;
	border: none;
	float: right;
	background-image: linear-gradient(to right, #1d5da6 , #053575);
}


.newtj{
	width: 1500px;
	margin: 0 auto;
	margin-top: 75px;
	margin-bottom: 130px;
}
.newsdvlist{
	width: 1500px;
	margin: 0 auto;
}
.newsdvlist ul li {
	margin-top: 30px;
	background-color: #ffffff;
	overflow: hidden;
	transition: all .5s;
}
.newsdvlist ul li a{
	display: flex;
	justify-content: space-between;
	padding: 30px 0px;
	padding-right: 5%;
	background-image: linear-gradient(to right, #f5f7fa , #f5f7fa);
	align-items: center;
	transition: all .5s;
}
.newsdvlist ul li a .newsdvlistime{
	width: 15%;
	text-align: center;
	border-right: 1px solid #e6e6e6;
}
.newsdvlistime span{
	color: #333333;
	font-size: 52px;transition: all .5s;
	display: block;
}
.newsdvlistime i{
	color: #333333;
	font-size: 14px;
	display: block;transition: all .5s;
}
.newsdvlistext{
	width: 80%;
}
.newsdvlistext h1{
	color: #333333;
	font-size: 18px;
	margin-bottom: 10px;
	transition: all .5s;
	font-weight: bold;
	line-height: 25px;
	height: 25px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.newsdvlistext p{
	line-height: 30px;
	font-size: 15px;
	color: #666666;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
	height: 60px;
	transition: all .5s;
}
.newsdvlist ul li{
	transition: all .5s;
	background-image: linear-gradient(to right, #f5f7fa , #f5f7fa);
}
.newsdvlist ul li:hover a{
	background-image: linear-gradient(to right, #1d5ea7 , #053575);
}
.newsdvlist ul li:hover .newsdvlistime span{
	color: #fff;
}
.newsdvlist ul li:hover .newsdvlistime i{
	color: #fff;
}
.newsdvlist ul li:hover .newsdvlistext h1{
	color: #fff;
}
.newsdvlist ul li:hover .newsdvlistext p{
	color: #e9eef6;
}
.newsdvlist ul li iconpark-icon{
	border: 1px solid #1a479c;
	color: #1a479c;
	background-color: #fff;
	opacity: 1;
	width: 50px;
	height: 50px;border-radius: 50px;
	font-size: 22px;
	
}
.newtj .xwfslist ul{
	justify-content: space-between;
}
.newtj .xwfslist ul li{
	margin: 0;
	width: calc(33.29% - 80px);
}

.xwfs{
	width: 1500px;
	margin: 0 auto;
	margin-top: 105px;
	margin-bottom: 90px;
}
.xwfsbt h1{
	text-align: center;
	margin-bottom: 60px;
	color: #333333;
	font-size: 36px;
	font-weight: bold;
} 
.xwfslist{
	width: 100%;
}
.xwfslist ul li{
	width: calc(33.33% - 80px);
	padding: 40px;
	background-color: #f5f8fc;
}
.xwfslist ul{
	display: flex;
	justify-content: flex-start;
}
.xwfslist ul li div{
	width: 100%;
	overflow: hidden;
}
.xwfslist ul li div img{
	width: 100%;
	display: block;
	transition: all .5s;
}

.xwfslist ul li section h1{
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}
.xwfslist ul li section h1 span{
	color: #4c4c4c;
	font-size: 14px;
}
.xwfslist ul li section i{
	display: flex;
	justify-content: flex-start;
	color: #808080;
	font-size: 14px;
}
.xwfslist ul li section i iconpark-icon{
	font-size: 16px;
	margin-right: 5px;
}
.xwfslist ul li section h2{
	margin-top: 20px;
	margin-bottom: 10px;
	color: #404040;
	font-size: 20px;
	font-weight: bold;
	transition: all .5s;
	margin-top: 25px;
}
.xwfslist ul li section p{
	line-height: 30px;
	font-size: 14px;
	color: #666666;
}
.xwfslist ul li:hover div img{
	transform: scale(1.05);
}
.xwfslist ul li:hover h2{
	color: #1a479c;
}
.shonewa {
	background-color: #f7f7f7;
	padding: 70px 0px;
}

.shonewadv {
	width: 1500px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.shonewadvleft {
	width: 73%;

}

.shwdg {
	background-color: #fff;
	width: calc(100% - 90px);
	padding: 45px;
}

.shnwabt {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 20px;
	margin-bottom: 25px;
}

.shnwabt h1 {
	color: #333333;
	font-size: 26px;
	margin-bottom: 10px;
}

.shnwabt p {
	color: #808080;
	font-size: 14px;
}

.shonewadvright {
	width: 20%;
	background-color: #fff;
}

.shewtext {
	margin: 20px auto;
}

.fanye {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}

.fanye p a {
	font-size: 16px;
	color: #808080;
}

.fanye p a:hover {
	color: #003277;
}

.shonewadvright {
	padding: 30px;
	width: calc(25% - 60px);
}

.shonewadvright form {
	border: 1px solid #e6e6e6;
	display: flex;
	padding: 0 15px;
	justify-content: space-between;
	margin-bottom: 25px;
}

.shonewadvright form input {
	border: none;
	line-height: 40px;
	outline: none;
}

.shonewadvright form button {
	border: none;
	background-color: #fff;
}

.shonewadvright form button iconpark-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #5d5d5d;
	font-size: 18px;
}
.bsua {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
}

.bsua i {
	display: block;
	width: 3px;
	height: 20px;
	background-color: #162045;
	margin-right: 10px;
}

.bsua span {
	color: #4c4c4c;
	font-size: 20px;
}

.rmlist ul li a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	line-height: 25px;
	overflow: hidden;
	height: 25px;
	text-overflow: ellipsis;
	color: #4c4c4c;
	font-size: 14px;
	margin-bottom: 10px;
}
.rmlist ul li a:hover {
	color: #003277;
}
.xmxq{
	
	width: 1500px;
	margin: 0 auto;
	margin-top: 135px;
	margin-bottom: 100px;
}
.xmxqdv{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.xmxqdvleft{
	width: 48%;
}
.xmxqdvleft h1{
	color: #333333;
	font-size: 36px;
	margin-bottom: 20px;
}
.xmxqdvleft i{
	display: block;
	width: 70px;
	height: 3px;
	background-color: #003277;
	margin-bottom: 25px;
}
.xmxqdvleft p{
	line-height: 35px;
	color: #4c4c4c;
	font-size: 15px;
	text-align:justify;
}
.xmxqdvleft a{
	display: flex;
	width: 180px;
	height: 48px;
	border: 1px solid #155bae;
	border-radius: 5px;
	margin-top: 50px;
	justify-content: center;
	align-items: center;
	transition: all 1s;
}
.xmxqdvleft a span{
	color: #155bae;
	font-size: 15px;
	margin-right: 20px;
	transition: all 1s;
}
.xmxqdvleft a iconpark-icon{
	font-size: 20px;
	color: #155bae;
	transition: all 1s;
}
.xmxqdvleft a:hover{
	background-color: #155bae;
}
.xmxqdvleft a:hover span{
	color: #fff
}
.xmxqdvleft a:hover  iconpark-icon{
	color: #fff
}
.xmxqdvright{
	max-width: 48%;
}
.xmxqdvright img{
	display: block;
	max-width: 100%;
}
.xmjshao {
	height: 70px;
	background-color: #f0f2f5;
}
.xmjshao h1{
	line-height: 70px;
	width: 1500px;
	color: #003277;
	font-size: 17px;
	margin: 0 auto;
	font-weight: bold;
}
.xmjshaoxq{
	padding-top: 25px;
	background-color: #f7f9fa;
	padding-bottom: 100px;
}
.xmjshaoxqdvleft{
	width: 1100px;
}
.nerong{
	padding: 50px;
	width: 1000px;
	background-color: #fff;
}
.nerong img{
	max-width: 100%;
}
.nerong{
	text-align:justify;
}
.nerongbt{
	font-weight: bold;
	color: #26344f;
	font-size: 22px;
}
.xmjshaoxqdv{
	width: 1500px;
	margin: 0 auto;
}
.xmjshaoxqdvright{
	width: 360px;
}
.shrng{
	color: #ffffff;
	font-size: 16px;
	height: 45px;
	background-image: linear-gradient(to right, #053575 , #1d5ea7);
	text-align: center;
	line-height: 45px;
}
.xmjshaoxqdv{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.xmjshaoxqdvright ul li{
	padding: 20px;
	margin-top: 20px;
	background-color: #fff;
}
.xmjshaoxqdvright ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.xmjshaoxqdvright ul li a div{
	width: 150px;
	overflow: hidden;
	border-radius: 5px;
}
.xmjshaoxqdvright ul li a div img{
	width: 100%;
	transition: all 1s;
	display: block;
}
.xmjshaoxqdvright ul li:hover a div img{
	transform: scale(1.05);
}
.xmjshaoxqdvright ul li a  section{
	width: 150px;
}
.xmjshaoxqdvright ul li a section h1{
	color: #333333;
	font-size: 16px;
	margin-bottom: 10px;
}
.xmjshaoxqdvright ul li a section h2{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.xmjshaoxqdvright ul li a section h2 span{
	color: #666666;
	font-size: 14px;
}
.xmjshaoxqdvright ul li a section h2 iconpark-icon{
	color: #666666;
	font-size: 20px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.zhanlue ul li{
	padding: 85px 0px;
	background-color: #f5f7fa;
}
.zhanlue ul li:nth-child(2n){
	background-color: #fff;
}
.zhanlue ul li:nth-child(2n) .zhanluedv{
	flex-direction: row-reverse;
}
.zhanluedv{
	width: 1500px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.zhanluedvleft{
	width: 48%;
}
.zhanluedvright{
	width: 50%;
}

.zhanluedvright img{
	display: block;
	width: 100%;
}
.zhanluedvleft h1{
	    color: #982725;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 15px;
	background: -webkit-linear-gradient(0deg, #dd8700, #fbdf9e, #cf7300); /* Chrome, Safari */
 	background: linear-gradient(0deg, #dd8700, #fbdf9e, #cf7300);
 	-webkit-background-clip: text; /* Chrome, Safari */
 	background-clip: text;
 	-webkit-text-fill-color: transparent; /* Chrome, Safari */
 	color: transparent; /* 其他浏览器 */
}
.zhanluedvleft p{
	color: #333333;
	font-size: 16px;
	line-height: 30px;
}
.nrbanner img{
	display: block;
	width: 100%;
}
.nrbanner{
	position: relative;
	z-index: 66;
}
.nrbanner .btext{
	position: absolute;
	top: 0;
	width: 100%;
	left: 0%;
	height: 100%;
	display: flex;
	align-items: center;
}
.nrbanner .btext section{
	width:1500px;
	margin: 0 auto;
	max-width: 100%;
	margin-top: 5%;
}
.nrbanner .btext h2{
	font-size: 50px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
.nrbanner .btext h3{
	margin-top: 15px;
	color: #ffffff;
	font-size: 20px;
	font-family: "Poppins";
	text-align: center;
}
.mfoot,.mfootdv{
	display: none;
}
.bannersasg  .swiper-slide{
	position: relative;
}
.bannersasg  .swiper-slide img{
	display: block;
	width: 100%;
}
.bannersasg  .swiper-slide div {
    position: absolute;
    width: 1400px;
    height: 100%;
    left: 50%;
    top: 0;
    margin-left: -700px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.bannersasg  .swiper-slide div section{
	width: 100%;
	    margin-top: -5%;
}

.bannersasg  .swiper-slide section h3{
	color:#ffffff;
	font-size: 62px;
	margin-bottom: 30px;
	font-weight: bold;
	text-align: center;
}
.bannersasg  .swiper-slide section h4{
	font-size: 28px;
	color: #ffffff;
	text-align: center;
}

.bannersasg  .swiper-slide section .iiasg{
	width: 220px;
    height: 50px;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
    background-color: #982725;
    transition: all .5s;
    font-size: 14px;
    color: #fff;
}
.bannersasg .swiper-slide ul li img{
	width: auto;
}
.bannersasg .swiper-slide .ghej{
	position: absolute;
	bottom: 25px;
	height: 70px;
	top: auto;
	width: 100%;
	left: 0;
	margin: 0 auto;
}
.bannersasg .swiper-slide .ghej{
	display: block;
	height: auto;
	animation-name: beats;
        /*动画名称*/
        animation-duration: .7s;
        /*设置秒数*/
        animation-timing-function: linear;
        /*速度曲线*/
        animation-iteration-count: infinite;
        /*播放次数*/
        animation-direction: alternate;
        /*逆向播放*/
        animation-play-state: running;
        /*正在运行*/
}
.bannersasg .swiper-slide .ghej img{
	display: block;
	width: auto;
	margin: 0 auto;
	margin-bottom: 10px;
}
.bannersasg .swiper-slide .ghej span{
	text-align: center;
	display: block;
	width: 100%;
	color: #fff;

}
.mfoot{
		height: 45px;
		display: none;
	}
	.mfootdv{
		display: none;
	}
@keyframes beats {
    0% {
       bottom: 45px;
    }
    100% {
   		bottom: 55px;
	}
}

.youce{
			position: fixed;
			top: 32%;
			right: 10px;
			z-index: 9999;
		}
		.youce ul{
			display: flex;
			flex-direction: column;
			justify-content: flex-end;
			align-items: end;
		}
		.youce ul li{
			margin-bottom: 20px;
			position: relative;
			overflow: hidden;
			transition: all .5s;
			width: 50px;
			border-radius: 10px;
			
		}
		.youce ul li h1{
			display: flex;
			justify-content: center;
			align-items: center;
			width: 50px;
			height: 50px;
			background-color: rgba(1, 12, 33, 0.6);
			float: right;
			border-radius: 10px;
			position: relative;
			transition: all .5s;
		}
		.youce ul li h1 a{
			display: flex;
			justify-content: center;
			align-items: center;
			width: 50px;
			height: 50px;
			
		} 
		.youce ul li h1 i{
			font-size: 22px;
			color: #fff;
		}
		.youce ul li h1  a:first-child{
			opacity: 1;
		}
		.youce ul li h1 a:last-child{
			position: absolute;
			top: 0%;
			opacity: 1;
			left: 0%;
		}
		.youce ul li h1 a:first-child{
			opacity: 1;
		}
		.youce ul li h1 a:last-child{
			position: absolute;
			top: 0;
			opacity: 1;
			left: 0;
		}
		.youce ul li:hover h1 a:first-child{
			opacity: 1;
		}
		.youce ul li:hover h1 a:last-child{
			opacity: 1;
		}
		.youce ul li div{
			position: absolute;
			width: 105px;
			top:0;
			left: 0px;
			padding: 0 20px ;
			height: 50px;
			display: flex;
			justify-content: flex-start;
			align-items: center;
			opacity: 0;
			transition: all .5s;
			font-size: 14px;
			color: #fff;
		}
		.youce ul li div a{
			color: #fff;
		}
		.youce ul li:hover{
			width: 210px;
			border-radius: 10px;
			background-color: #0c4890;
		}
		.youce ul li:nth-child(3):hover{
			width: 190px;
		}
		.youce ul li:hover div{
			opacity: 1;
		}	
		.youce ul li:hover h1{
			background-color: #0c4890;
		}
		.youce ul li:last-child{
			height: 150px;
		}
		.youce ul li:last-child div{
			height: auto;
			display: block;
		}
		.youce ul li:last-child div{
			margin-top: 15px;
			text-align: center;
		}
		.youce ul li:last-child div h2{
			text-align: center;
			margin-top: 5px;
		}
.shownav {
	position: relative;
	z-index: 2;
	box-shadow: 0px 0px 15px #eaeaea;
}

.shownav ul {
	display: flex;
	justify-content: center;
}

.shownav ul li {
	width: 240px;
	height: 70px;
	text-align: center;
}

.shownav ul li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #4c4c4c;
	line-height: 70px;
	font-size: 16px;
	transition: all .5s;
}

.shownav ul li a:hover {
	background-image: linear-gradient(to right, #1d5da6, #053575);
	color: #fff;
}
.shownav ul li.active a {
	background-image: linear-gradient(to right, #1d5da6, #053575);
	color: #fff;
}		
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
	.headdv{
		width: 95%;
		padding: 0;
	}
	.headdvright ul li{
		margin: 0 15px;
	}
	.syaboutdv{
		width: 95%;
	}
	.yslist{
		width: 95%;
	}
	.yslists .swiper-slide{
		width: 10% !important;
	}
	
	.yslists .swiper-slide-active{
		width: 80% !important;
	}
	.syxm{
		width: 95%;
	}
	.innewlist{
		width: 95%;
	}
	.innewlistcenter{
		padding: 5%;
		width: 22.3%;
	}
	.footdv,.wdldv{
		width: 95%;
	}
	.syaboutdv{
		width: 95%;
	}
	.qywhuadv{
		width: 95%;
	}
	.tdfcdv{
		width: 95%;
	}
	.tdfclist{
		width: 85%;
		margin: 0 auto;
		margin-top: 75px;
	}
	.newtj{
		width: 95%;
	}
	.newsdvlist{
		width: 100%;
	}
	.lxwm{
		width: 95%;
	}
	.zxlydv{
		width: 95%;
	}
	.xmxq{
		width: 95%;
	}
	.xmjshao h1{
		width: 95%;
	}
	.xmjshaoxqdv{
		width: 95%;
	}
	.xmjshaoxqdvleft{
		width: 75%;
	}
	.xmjshaoxqdvright{
		width: 23%;
	}
	.nerong{
		width: 90%;
		padding: 5%;
	}
	.xmjshaoxqdvright ul li a div{
		width: 40%;
	}
	.xmjshaoxqdvright ul li a section{
		width: 57%;
	}
	.shonewadv{
		width: 95%;
	}
	.zhanluedv{
		width: 95%;
	}
}
@media only screen and (min-width: 1000px) and (max-width: 1200px) {
	.headdv{
		width: 95%;
		padding: 0;
	}
	.headdvright ul li{
		margin: 0 0px;
	}
	.syaboutdv{
		width: 95%;
	}
	.yslist{
		width: 95%;
	}
	.yslists .swiper-slide{
		width: 10% !important;
	}
	
	.yslists .swiper-slide-active{
		width: 80% !important;
	}
	.syxm{
		width: 95%;
	}
	.innewlist{
		width: 95%;
	}
	.innewlistcenter{
		padding: 3%;
		width: 26.3%;
	}
	.footdv,.wdldv{
		width: 95%;
	}
	.syaboutdv{
		width: 95%;
	}
	.qywhuadv{
		width: 95%;
	}
	.tdfcdv{
		width: 95%;
	}
	.tdfclist{
		width: 85%;
		margin: 0 auto;
		margin-top: 75px;
	}
	.newtj{
		width: 95%;
	}
	.newsdvlist{
		width: 100%;
	}
	.lxwm{
		width: 95%;
	}
	.zxlydv{
		width: 95%;
	}
	.xmxq{
		width: 95%;
	}
	.xmjshao h1{
		width: 95%;
	}
	.xmjshaoxqdv{
		width: 95%;
	}
	.xmjshaoxqdvleft{
		width: 75%;
	}
	.xmjshaoxqdvright{
		width: 23%;
	}
	.nerong{
		width: 90%;
		padding: 5%;
	}
	.xmjshaoxqdvright ul li a div{
		width: 40%;
	}
	.xmjshaoxqdvright ul li a section{
		width: 57%;
	}
	.shonewadv{
		width: 95%;
	}
	.zhanluedv{
		width: 95%;
	}
	.innewlistright ul li a section{
		width: 50%;
	}
	.syaboutdvleft h2{
		font-size: 22px;
	}
	.newtj .xwfslist ul li{
		width: calc(33.33% - 50px);
		padding: 25px;
	}
	.lxwmlist ul li{
		padding: 30px;
	}
	.lxwmlist ul li div p{
		height: auto;
	}
	.lxwmlist ul li div p span{
		width: 50px;
	}
	.lxwmlist ul li{
		background-color: #f5f7fa;
	}
	.fanye p{
		width: 45%;
	}
	.shonewadvright form input{
		width: 100%;
	}
}

@media screen and (max-width: 999px) {
	.heads {
		display: none;
	}
	.htmleaf-container{
		display: block;
		height: 50px;
	}
	.mobile-inner-nav{
		z-index: 8888;
	}
	.syabout{
		padding-top: 30px;
		padding-bottom: 30px;
		background: url(../images/gsjj_02.jpg) center no-repeat;
		background-size: cover;
	}
	.syaboutdv{
		width: 95%;
		display: block;
	}
	.syaboutdvleft{
		width: 100%;
	}
	.syaboutdvleft h1{
		font-size: 22px;
		text-align: center;
	}
	.syaboutdvleft h2{
		font-size: 16px;
		text-align: center;
	}
	.syaboutdvleft img{
		margin: 0 auto;
	}
	.syaboutdvright{
		width: 100%;
	}
	.syaboutdvright h1{
		font-size: 18px;
	}
	.syaboutdvright em{
		width: 50px;
		margin-bottom: 10px;
	}
	.syaboutdvright p{
		font-size: 14px;
		line-height: 30px;
	}
	.syaboutdvright ul li{
		margin-top: 25px;
	}
	.syaboutdvright ul{
		width: 100%;
	}
	.syaboutdvright ul li{
		width: 33.33%;
		padding: 15px 0px;
	}
	.dha ul{
		display: block;
	}
	.dha ul li{
		width: 90%;
		padding: 20px 0px;
		margin: 0 auto;
		border: none;
		border-bottom: 1px solid rgba(255,255, 255, 0.5);
	}
	.dha ul li h1{
		font-size: 18px;
		font-weight: bold;
	}
	.dha ul li p{
		font-size: 14px;
	}
	.youshi{
		padding-top: 20px;
	}
	.youshibt{
		background-size: contain;
		height: 100px;
	}
	.youshibt h1{
		font-size: 22px;
		margin-bottom: 10px;
	}
	.youshibt h1{
		padding-top: 20px;
	}
	.youshibt p{
		font-size: 14px;
	}
	.yslist{
		width: 95%;
	}
	.syxm{
		width: 95%;
		margin: 30px auto;
	}
	.syxmbt h1{
		font-size: 22px;
	}
	.syxmbt p{
		font-size: 14px;
	}
	.syxmbt{
		margin-bottom: 30px;
	}
	.syxmlist ul li{
		width: 100%;
	}
	.syxmlist ul li section{
		padding: 5%;
		width: 90%;
	}
	.syxmlist ul li section h1{
		font-size: 17px;
		font-weight: bold;
	}
	.syxmlist ul li section h3 span{
		font-size: 14px;
	}
	.syxmlist ul li section p{
		font-size: 14px;
		line-height: 30px;
		height: 60px;
	}
	.yslists .swiper-slide-active{
		width: 100% !important;
		display: block;
	}
	.yslistsz h1{
		font-size: 32px;
	}
	.yslists .swiper-slide .yslistsz{
		width: 100%;
		display: flex;
		height: auto;
		padding: 25px 0px;
	}
	.yslist{
		width: 95%;
		height: auto;
	}
	.yslists .swiper-slide-active .yslistys{
		width: 80%;
	}
	.yslists .swiper-slide-active .yslistys{
		height: auto;
	}
	.yslists .swiper-slide-active .yslistys section{
		width: 90%;
		padding: 5%;
	}
	.yslists .swiper-slide-active .yslistys{
		width: 100%;
	}
	.yslists .swiper-slide-active .yslistys img{
		display: block;
		width: 100%;
	}
	.yslists .swiper-slide .yslistsz{
		padding: 10px 5%;
		width: 90%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.yslistsz h1{
		margin-bottom: 0;
	}
	.yslistsz h2{
		color: #ffffff;
		font-size: 18px;
		writing-mode: lr;
		margin: 0 auto;
		height: auto;
	}
	.yslistsz h3 iconpark-icon{
		margin: 0;
		width: 40px;
		height: 40px;
	}
	.yslists .swiper-slide-active .yslistys section p{
		width: 100%;
		font-size: 14px;
		line-height: 25px;
	}
	.yslists .swiper-slide-active .yslistys section h1{
		font-size: 18px;
	}
	.yslists .swiper-slide-active .yslistys section p{
		margin-bottom: 15px;
	}
	.yslists .swiper-slide{
		width: 100% !important;
	}
	.yslists .swiper-slide-active .yslistys{
		background: none;
	}
	.youshi{
		padding-bottom: 30px;
	}
	.synews{
		padding: 30px 0px;
		padding-bottom: 30px;
	}
	.syxmbt{
		margin-bottom: 10px;
	}
	.innewlist{
		width: 95%;
		margin: 0 auto;
		margin-top: 25px;
		display: block;
	}
	.innewlistleft{
		width: 100%;
		display: none;
		margin-bottom: 10px;
	}
	.innewlistleft section{
		padding: 5%;
	}
	.innewlistleft section h2{
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 17px;
	}
	.innewlistcenter{
		width: 90%;
		padding: 5%;
		display: none;
	}
	.innewlistcenter h2{
		margin-top: 15px;
		font-size: 17px;
	}
	.innewlistcenter h4{
		margin-top: 15px;
	}
	.innewlistright{
		width: 100%;
	}
	.innewlistright ul li{
		margin-bottom: 10px;
	}
	.foot{
		display: none;
	}
	.syaboutdvright dl{
		margin-top: 20px;
	}
	.syaboutdvright dl dd h3 span{
		font-size: 32px;
	}
	.syaboutdvright dl dd h3 i{
		color: #0e4a9a;
		font-size: 14px;
		margin-top: 16px;
		margin-left: 5px;
	}
	.syaboutdvright dl dd h4{
		font-size: 14px;
	}
	.qywhua{
		padding-top: 30px;
		padding-bottom: 30px;
		background-size: cover;
	}
	.qywhuadv{
		width: 95%;
	}
	.qywhuabt h1{
		font-size: 22px;
	}
	.qywhuabt i{
		width: 35px;
		height: 4px;
	}
	.qywhuadv ul{
		margin-top: 20px;
	}
	.qywhuadv ul li{
		margin-top: 15px;
	}
	.qywhuadv ul li i{
		font-size: 42px;
	}
	.qywhuadv ul li section h1{
		font-size: 18px;
		margin-bottom: 5px;
		font-weight: bold;
	}
	.qywhuadv ul li section p{
		font-size: 14px;
	}
	.tdfc{
		padding: 30px 0px;
	}
	.tdfcdv{
		width: 95%;
	}
	.tdfcbt h1{
		font-size: 22px;
	}
	.tdfcbt p{
		margin-top: 10px;
		font-size: 14px;
	}
	.tdfclist{
		margin-top: 35px;
	}
	.tdfclistdv .swiper-slide section h1{
		font-size: 17px;
	}
	.tdfclist #btn1, .tdfclist #btn2{
		left: 0;
	}
	.tdfclist #btn2{
		left: auto;
		right: 0;
	}
	.newtj{
		width: 95%;
		margin: 30px auto;
	}
	.xwfslist {
		display: none;
	}
	.newtj .xwfslist ul li{
		width: 90%;
		padding: 2.5%;
		margin-top: 15px;
	}
	.newsdvlist{
		width: 100%;
	}
	.newsdvlist ul li{
		margin-top: 15px;
	}
	.newsdvlist ul li a .newsdvlistime{
		display: none;
	}
	.newsdvlist ul li a{
		padding: 5%;
	}
	.newsdvlistext{
		width: 95%;
		margin: 0 auto;
	}
	.newsdvlistext p{
		font-size: 14px;
	}
	.lxwm{
		width: 95%;
		padding:  30px 0;
	}
	.lxwmlist ul{
		display: block;
	}
	.lxwmlist ul li{
		padding: 5%;
		width: 90%;
	}
	.lxwmlist ul li div h1{
		font-size: 17px;
		font-weight: bold;
	}
	.lxwmlist ul li iconpark-icon{
		font-size: 28px;
	}
	.lxwmlist ul li div em{
		margin-bottom: 15px;
	}
	.zxly{
		padding: 30px 0px;
		padding-bottom: 80px;
	}
	.zxlybt h1{
		font-size: 22px;
	}
	.zxlybt p{
		font-size: 14px;
	}
	.zxlybt{
		margin-bottom: 20px;
	}
	.zxlydv{
		width: 95%;
	}
	.zxlydv form button{
		height: 40px;
		line-height: 40px;
		width: 150px;
	}
	.lxwmlist ul li{
		margin-bottom: 10px;
	}
	.xmxq{
		width: 95%;
		margin: 30px auto;
	}
	.xmxqdv{
		flex-direction: column-reverse;
	}
	.xmxqdvright{
		width: 100%;
		max-width: 100%;
	}
	.xmxqdvleft{
		width: 95%;
		margin-top: 15px;
	}
	.xmxqdvleft h1{
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.xmxqdvleft i{
		margin-bottom: 10px;
	}
	.xmxqdvleft p{
		line-height: 30px;
		font-size: 14px;
	}
	.xmxqdvleft a{
		width: 150px;
		height: 40px;
		margin-top: 20px;
	}
	.xmjshao h1{
		width: 95%;
	}
	.xmjshaoxqdv{
		width: 95%;
		display: block;
	}
	.xmjshaoxqdvleft{
		width: 100%;
	}
	.nerong{
		width: 90%;
		padding: 5%;
	}
	.nerongbt{
		font-size: 17px;
	}
	.fanye{
		margin-top: 15px;
		display: block;
		margin-bottom: 15px;
	}
	.fanye p{
		font-size: 14px;
		line-height: 30px;
	}
	.fanye p a{
		font-size: 14px;
		line-height: 30px;
	}
	.xmjshaoxqdvright{
		width: 100%;
	}
	.xmjshaoxqdvright ul li{
		padding: 5%;
		margin-top: 10px;
	}
	.xmjshaoxq{
		padding-bottom: 30px;
	}
	.syxmlist ul li section h3 span{
		line-height: 30px;
	}
	.syxmlist ul li section h3 i{
		margin-top: 13px;
	}
	.shonewa{
		padding: 30px 0px;
	}
	.shonewadv{
		width: 95%;
		padding: 0px 0px;
	}
	.shonewadv{
		display: block;
	}
	.shonewadvleft{
		width: 100%;
	}
	.shwdg{
		padding: 5%;
		width: 90%;
	}
	.shnwabt h1{
		font-size: 17px;
		font-weight: bold;
	}
	.shonewadvright{
		width: 90%;
		padding: 5%;
	}
	.bsua span{
		font-weight: bold;
		font-size: 17px;
	}
	.zhanluedv{
		width: 95%;
	}
	.zhanlue ul li{
		padding: 30px 0px;
	}
	.zhanluedv{
		flex-direction: column;
	}
	.zhanluedvleft{
		width: 100%;
	}
	.zhanluedvleft h1{
		font-size: 18px;
	}
	.zhanluedvleft p{
		font-size: 14px;
	}
	.zhanluedvright{
		width: 80%;
		margin-top: 20px;
	}
	.zhanlue ul li:nth-child(2n) .zhanluedv{
		flex-direction: column;
	}
	.nrbanner .btext h2{
		font-size: 24px;
	}
	.nrbanner{
		overflow: hidden;
	}
	.nrbanner img{
		width: 150%;
		margin-left: -25%;
	}
	.nrbanner .btext h3{
		font-size: 18px;
		margin-top: 5px;
	}
	.bannersasg .swiper-slide div{
		width: 95%;
		left: 2.5%;
		margin-left: 0;
	}
	.bannersasg .swiper-slide section h3{
		font-size: 24px;
	}
	.bannersasg .swiper-slide section h4{
		font-size: 14px;
	}
	.bannersasg .swiper-slide section h3{
		margin-bottom: 15px;
	}
	.bannersasg .swiper-slide .ghej{
		display: none;
	}
	.mfoot{
		height: 45px;
		display: block;
	}
	.mfootdv{
		display: flex;
		width: 100%;
		height: 45px;
		line-height: 45px;
		justify-content: space-between;
		position: fixed;
		z-index: 999;
		bottom: 0;
		left: 0;
		background-color: #003277;
	}
	.mfootdv li{
		width: 100%;
		border-right: 1px solid #17492d;
	}
	.mfootdv li a{
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
	}
	.shownav ul li{
		width: 50%;
		height: 45px;
		line-height: 45px;
	}
	.shownav ul li a{
		line-height: 45px;
	}
	.youce ul li h1,.youce ul li h1 a{
		height: 40px;
		width: 40px;
	}
	.youce ul li div{
		height: 40px;
	}
	.youce ul li h1 i{
		font-size: 20px;
	}
	.bannersasg .swiper-slide section h3{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.syabout{
		margin-top: -10px;
	}
	.dha ul li i{
		font-size: 32px;
	}
	.innewlistright ul li a section{
		width: 60%;
	}
	.innewlistright ul li a .inwleft{
		width: 31%;
	}
	#gsjj{
		padding-top: 30px;
	}
	.nrbanner .btext h2{
		font-size: 20px;
	}
	.youce{
		display: none;
	}
	.tdfclist #btn1, .tdfclist #btn2{
		top: 200px;
	}
	.tdfclistdv .swiper-slide section p{
		text-indent: 2em;
	}
	

}
