


.header_wrapper {
	position: relative;
	top: 0;
	width: 100%;
	height: auto;
	z-index: 99999;
	/*background-color: #FFFFFF;*/
	/*display: none;*/
}

.header_wrapper .header {
	/* position:; */
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	background-color: #FFFFFF;
}
.hd_top1{
	width: 100%;
	height: auto;
	background-color: #0b4c9b;
}
.header_content {
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header_content.hd_top{
	height: 43px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header_content.hd_top h1{
	font-size: 16px;
	line-height: 1;
	color: #e2f4ff;
}
.hd_top_r{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.hd_top_erweima{
	position: relative;
	width: 110px;
	margin-right: 15px;
}
.hd_top_r .hd_top_erweima h2{
	font-size: 16px;
	line-height: 43px;
    display: block;
	color: #e2f4ff;
	text-align: center;
	border-right: 1px solid rgba(255,255,255,0.65);
}
.hd_top_erweima div{
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 43px;
    z-index: 999;
}
.hd_top_erweima:hover div{
	display: block;
}
.hd_top_qiehuan{
	position: relative;
}
.hd_top_r .hd_top_qiehuan h2{
	font-size: 16px;
	line-height: 1;
	color: #e2f4ff;
	width: 93px;
	line-height: 43px;
    display: block;
}
.hd_top_r .hd_top_qiehuan h2 span{
	margin-left: 13px;
	width: 11px;
	height: 5px;
}
.hd_top_qiehuan div{
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 43px;
    z-index: 999;
	background-color: #0b4c9b;
	padding: 10px;
}
.hd_top_qiehuan div a{
	color: #FFFFFF;
	font-size: 16px;
    line-height: 2;
}
.hd_top_qiehuan:hover div{
	display: block;
}
.header_content.hd_bottom{
	height: 87px
}
.header_content .logo a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	line-height: 87px;
}
.header_content .logo {
	height: inherit
}

.header_content .logo div img {
	width: auto;
	max-height: 82px;
	-o-object-fit: contain;
	object-fit: contain
}

.header_content .naim_nav {
	display: flex;
	 flex: 1; 
	align-items: center;
	justify-content: flex-end;
	height: inherit
}


.header_content .naim_nav ul {
	display: flex;
	height: inherit;
	margin-right: 20px;
}

.encn{color: #d1263d;}

.header_content .naim_nav ul li {
	height: inherit;
	margin-left: 30px;
	width: 92px;
	line-height: 87px;
	text-align: center;
	position: relative;
}

.header_content .naim_nav ul li:hover{
	height: 87px;
	display: block;
	width: 92px;
	background-color:#d0263d;
}

.header_content .naim_nav ul li a{
	font-size: 18px;
	/*line-height: 34px;*/
	color: #5a5757;
}
.header_content .naim_nav ul li.active span,
.header_content .naim_nav ul li:hover span{
	width: 92px;
	height: 8px;
	display: block;
    margin: -9px auto 0;
}
.header_content .naim_nav ul li:hover a,
.header_content .naim_nav ul li.active a{
	color: white;
	text-decoration: none;
}


.m_header{
	display: none
}



.header_content .naim_nav .sub_nav {
    display: none;
    position: absolute;
    left: 50%;
    width: 92px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #0b4c9b;
    border: solid 1px #0b4c9b;
    padding: 17px 0 18px;
}
.header_content .naim_nav .sub_nav a {
    display: block;
    font-size: 14px;
    line-height: 2;
    color: #ffffff;
}
.header_content .naim_nav ul>li:hover .sub_nav {
    display: block;
}
.header_content .naim_nav ul li:hover .sub_nav a {
    color: #ffffff;
}
@media (min-width: 1367px) and (max-width: 1399px) {

	.header_content {
		width: 1300px;
	}
	
}

@media (min-width: 1200px) and (max-width: 1366px) {
	.header_content {
		width: 1170px
	}
	.header_content .naim_nav ul li {
    margin-left: 30px;
	}
	
}
@media (max-width: 1199px) {
	.header_wrapper{
		display: none!important;
}
	.m_header {
		display: block;
		position: relative;
		height: auto;
		left: 0;
		top: 0
	}
	.sp_header {
		height: 50px;
		overflow: hidden;
		background: #fff;
		position: fixed;
		z-index: 10;
		width: 100%;
		top: 0;
		z-index: 999999
	}
	.sp_logo {
		padding: 10px;
		float: left;
		height: 50px
	}
	.sp_logo img {
		margin: auto;
		max-height: 30px
	}
	.sp_nav {
		width: 50px;
		float: right;
		position: relative;
		cursor: pointer;
		height: 30px;
		margin-top: 15px
	}
	.sp_nav span {
		display: block;
		background: #f5b247;
		width: 30px;
		height: 2px;
		position: absolute;
		left: 10px;
		transition: all ease 0.35s
	}
	.sp_nav span:nth-of-type(1) {
		top: 0px
	}
	.sp_nav span:nth-of-type(2) {
		top: 10px
	}
	.sp_nav span:nth-of-type(3) {
		top: 20px
	}
	.sp_nav_se span:nth-of-type(1) {
		top: 10px;
		transform: rotate(45deg)
	}
	.sp_nav_se span:nth-of-type(2) {
		width: 0
	}
	.sp_nav_se span:nth-of-type(3) {
		top: 10px;
		transform: rotate(-45deg)
	}
	.sjj_nav {
		position: fixed;
		z-index: 9;
		background: #ffffff;
		width: 100%;
		height: calc(100% - 50px);
		font-size: 14px;
		line-height: 40px;
		top: -100%;
		left: 0;
		overflow: auto;
		overflow-x: hidden;
		transition: top ease 0.35s;
	}
	.nav_show {
		top: 50px
	}
	.sjj_nav>ul>li:first-child {
		overflow: hidden;
		border-top: 0
	}
	.sjj_nav>ul>li:first-child>a {
    float: left;
    width: calc(100% - 70px);
}
	.sjj_nav>ul>li:first-child .language {
		float: right;
		width: 70px;
		overflow: hidden;
		line-height: 30px;
		margin-top: 5px
	}
	.sjj_nav>ul>li:first-child .language a {
		width: 35px;
		float: left;
		border-left: 1px #ddd solid;
		text-align: center;
		color: #999
	}
	.sjj_nav ul li i {
		position: absolute;
		top: 5px;
		right: 0px;
		border-left: 1px #ddd solid;
		height: 30px;
		padding: 0px 7px 0 7px
	}
	.sjj_nav ul li i svg {
		transform: rotate(-90deg);
		transition: all ease 0.35s
	}
	.sjj_nav ul li .sjj_nav_i_se svg {
		transform: rotate(0deg)
	}
	.sjj_nav ul li {
		border-top: 1px #ddd solid;
		margin: 0 20px;
		position: relative;
		line-height: 40px;
		font-size: 14px
	}
	.sjj_nav>ul>li:last-child {
		border-bottom: 1px #ddd solid
	}
	.sjj_nav ul li ul {
		display: none
	}
	.sjj_nav ul li a {
		color: #666;
		width: 100%;
		display: block
	}
	.sjj_nav ul li ul li a {
		color: #999;
		display: block;
		text-align: left
	}
	.sjj_nav ul li i svg {
		width: 20px;
		height: 20px;
		fill: #555
	}
	.sjj_nav ul li .sjj_nav_i_se svg {
		fill: #f5b247
	}
	.sjj_nav ul li ul li>ul {
		margin-left: 10px
	}
}

/*导航结束*/

/*首页*/
.hd_home_swiper{
	width: 100%;
}
.hd_home_swiper img{
	max-width: 100%;
}
.pagination1 .swiper-pagination-bullet {
    width: 40px;
	height: 4px;
	background-color: #FFFFFF;
	border-radius: 2px;
	opacity:0.5;
}
.pagination1 .swiper-pagination-bullet-active {
    position: relative;
	opacity:1;
}
.pagination1 .swiper-pagination-bullet-active::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    -webkit-animation: swiper_blue 3s linear;
    animation: swiper_blue 5s linear;
	height: 4px;
	background-color: #0b4c9b;
	border-radius: 2px;
	opacity: 1;
}
.swiper-pagination.pagination1{
    z-index: 9999;
    bottom: 70px!important;
}
@keyframes swiper_blue {
  from {
    width: 1px;
  }
  to {
    width: 100%;
  }
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 15px!important;
}
.hd_jianju{
	width: 100%;
	height: 99px;
}
.hd_home_about{
	width: 100%;
	height: auto;
	background: url(../images/hd/hd_home_about_bg.jpg)no-repeat center center;
	padding: 75px 0;
}
.hd_container {
    width: 1400px;
    margin: 0 auto;
}
.hd_home_about1{
	width: 656px;
	height: auto;
}
.hd_home_about1 video{
	height: 500px;
}
.hd_flex-start{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.hd_home_about2{
	width: 680px;
}
.hd_home_about2 .hd_home_title{
	text-align: left;
}
.hd_home_title{
	text-align: center;
}
.hd_home_title h1{
	font-size: 36px;
	font-weight:;
	line-height: 1;
	color: black;
}
.hd_home_title h2{
	font-size: 24px;
	line-height: 0.8;
	color:#ababab;
}
.hd_home_title span{
	width: 43px;
	height: 3px;
	background-color: #d1263d;
	display: block;
	margin: 17px auto 19px;
}
.hd_home_about2 .hd_home_title h2{
	padding: 34px 0 30px;
}
.hd_home_about2 .hd_home_title .hd_home_about2_span{
	margin: 0 0 45px;
}
.hd_home_about2 p{
	font-size: 18px;
	line-height: 1.7;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.hd_home_about2 .hd_home_about2_div{
	width: 181px;
	height: 55px;
	border-radius: 5px;
	border: solid 1px #0b4c9b;
	margin-top: 30px;
	font-size: 16px;
	font-weight: bold;
	line-height: 53px;
	text-align: center;
	color: #0b4c9b;
	margin-bottom: 53px;
}
.hd_home_about2 .hd_home_about2_div:hover{
	background-color: #0b4c9b;
	color: #FFFFFF;
}
.hd_home_product{
	padding: 98px 0 100px;
}
.hd_container_16 {
    width: 1600px;
    margin: 0 auto;
}

.hd_home_product1{
	margin-top: 50px;
}
.hd_home_product1 li{
	width: 520px;
	height: 360px;
	position: relative;
	padding: 20px;
}
.hd_home_product1 li:first-child{
	background: url(../images/hd/hd_home_product1.jpg)no-repeat center center;
	background-size: cover;
}
.hd_home_product1 li:nth-child(2){
	background: url(../images/hd/hd_home_product2.jpg)no-repeat center center;
	background-size: cover;
}
.hd_home_product1 li:last-child{
	background: url(../images/hd/hd_home_product3.jpg)no-repeat center center;
	background-size: cover;
}
.hd_home_product1 li .hd_home_product2{
	position: absolute;
	bottom: 28px;
	left: 54px;
}
.hd_home_product1 li h1{
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
	color: #ffffff;
}
.hd_home_product1 li span{
	width: 43px;
	height: 3px;
	background-color: #f5a50f;
	display: block;
	margin: 8px 0 9px;
}
.hd_home_product1 li p{
	font-size: 14px;
	color: #ffffff;
	opacity: 0.6;
	line-height: 0.8;
}
.hd_home_product1 li:hover .hd_home_product2{
	display: none;
}
.hd_home_product3{
	position: absolute;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	background: rgba(255,255,255,0.6);
	padding: 27px 30px 0 30px;
	display: none;
}
.hd_home_product1 li .hd_home_product3 h1,
.hd_home_product1 li .hd_home_product3 p{
	color: #0b4c9b;
	opacity: 1;
}
.hd_home_product1 li .hd_home_product3 span{
	background-color: #0b4c9b;
}
.hd_home_product4{
	margin: 26px 0 0;
}
.hd_home_product4 div{
	width: 49%;
	font-size: 16px;
    line-height: 1.4;
	color: #0b4c9b;
}
.hd_home_product5{
	position: absolute;
	bottom: 34px;
	width: calc(100% - 60px);
}
.hd_home_product5 a{
	display: block;
	width: 150px;
	height: 40px;
	border-radius: 5px;
	border: solid 1px #0b4c9b;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	color: #0b4c9b;
	text-align: center;
}
.hd_home_product5 a:last-child{
	background-color: #11487f;
	color: #ffffff;
}
.hd_home_product1 li:hover .hd_home_product3{
	display: block;
}
.hd_home_new1{
	margin: 59px 0 50px;
}
.hd_home_new1 li{
	width: 100%;
	border: solid 1px #eeeeee;
	margin-bottom: 15px;
}
.hd_home_new1 li a{
	display: block;
	height: 200px;	
	background-color: #ffffff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.hd_home_new1_time{
	width: 248px;
	padding-left: 85px;
	position: relative;
}
.hd_home_new1_time h1{
	font-size: 36px;
	line-height: 1;
	color: #333333;
}
.hd_home_new1_time span{
	width: 49px;
	height: 18px;
	background: url(../images/hd/hd_home_new1_time.png)no-repeat center center;
	display: block;
	margin-top: 58px;
}
.hd_home_new1_time:after{
	content: "";
	width: 1px;
	height: 70px;
	background: #999999;
	position: absolute;
	right: 0;
	top: 10px;
}
.hd_home_new1_text{
	width: 750px;
	padding: 0 84px 0 80px;
}
.hd_home_new1_text h2{
	font-size: 24px;
	line-height: 1;
	color: #333333;
}
.hd_home_new1_text p{
	font-size: 18px;
	line-height: 1.3;
	color: #666666;
	padding-top: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.hd_home_new1_img{
	width: 400px;
}
.hd_home_new1_img img{
	max-width: 100%;
}
.hd_home_new1 li:hover{
	box-shadow: 2px 2px 9px 1px 
		rgba(17, 72, 127, 0.2);	
	border: solid 1px #FFFFFF;
}
.hd_home_new1 li:hover .hd_home_new1_time h1,
.hd_home_new1 li:hover .hd_home_new1_text h2,
.hd_home_new1 li:hover .hd_home_new1_text p {
	color: #11487f;
}
.hd_home_new1 li:hover .hd_home_new1_time span {
    background: url(../images/hd/hd_home_new1_time1.png)no-repeat center center;
}
.hd_home_new1 li:hover .hd_home_new1_time:after{
	background: #11487f;
}
.hd_home_new_more a{
	width: 181px;
	height: 55px;
	border-radius: 5px;
	border: solid 1px #0b4c9b;
	margin: 0 auto;
	font-size: 16px;
	font-weight: bold;
	line-height: 55px;
	color: #0b4c9b;
	display: block;
	text-align: center;
}
.hd_home_new_more a:hover{
	background: #0b4c9b;
	color: #FFFFFF;
}
.hd_home_partner{
	padding: 78px 0 98px;
}
.hd_home_partner1{
	margin-top: 60px;
	position: relative;
}
.hd_home_partner1 .swiper-container{
	width: calc(100% - 159px);
}
.hd_home_partner1 .swiper-slide{
	height: 315px;
	border: solid 0px #e5e5e5;
	display: flex;
    justify-content: center;
    align-items: center;
	background-color: #e5e5e5;
}
.hd_home_partner1 .swiper-slide img{
	max-width: 100%;
    max-height: 100%;
}

.swiper-button-next.partner1, .swiper-button-prev.partner1 {
    width: 31px;
	height: 31px;
    margin-top: -15px;
    background-size: 31px 31px;
    outline: none;
}
.swiper-button-next.partner1, .swiper-container-rtl .swiper-button-prev {
    background: url(../images/hd/partner1.png)no-repeat center center;
    right: 0;
    background-size: contain;    
}
.swiper-button-prev.partner1, .swiper-container-rtl .swiper-button-next {
    background: url(../images/hd/partner1.png)no-repeat center center;
    left: 0;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    background-size: contain;
}
.hd_home_footer{
	width: 100%;
	background-image:url(../images/wlh_img/foot.png);
	padding: 49px 0 60px;
}
.hd_home_footer_ul{
	width: 1250px;
}
.hd_home_footer_ul li h1{
	font-size: 24px;
	line-height: 1;
	color: #ffffff;
}
.hd_home_footer_ul li span{
	width: 41px;
	height: 1px;
	background-color: #ffffff;
	display: block;
	margin: 16px 0;
}
.hd_home_footer_ul li p{
	font-size: 14px;
	line-height: 1.8;
	color: #ffffff;
	opacity: 0.7;
}
.hd_home_footer_ul li:last-child{
	margin-left: 34px;
}
.hd_home_footer_ul li:last-child div{
	margin-top: 12px;
}
.hd_home_footer_ul li:last-child div span{
	width: 25px;
	height: 26px;
	background-color: unset;
	margin: 0 12px 0 0;	
    display: flex;
    justify-content: center;
    align-items: center;
}
.hd_home_footer_ul li:last-child div p{
	width: 168px;
}
.hd_home_footer_erweima{
	width: 120px;
	margin-top: 53px;
}
.hd_home_footer_erweima img{
	max-width: 100%;
}
.hd_home_footer_erweima p{
	font-size: 16px;
	line-height: 1;
	color: #fefefe;
	opacity: 0.7;
	padding-top: 17px;
	text-align: center;
}
.hd_home_foot{
	background: #00284A;
	width: 100%;
	height: auto;
	padding: 38px 0;
	position: relative;
	text-align: center;
	font-size: 14px;
	line-height: 1;
	color: #ffffff;
}
.hd_home_foot:before{
	content: "";
	background: linear-gradient(to left,rgba(0, 0, 0, 0), rgba(255,255,255,0.6), rgba(0, 0, 0, 0));
	width: 100%;
	height: 3px;
	position: absolute;
	top: 0;
    left: 0;
}

.hd_home_new1_img {
    overflow: hidden;
}
.hd_home_new1 li a:hover .hd_home_new1_img img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.hd_home_new1_img img{
    transition: all 0.6s;
}

@media (max-width:1639px) {
	.hd_container_16 {
    width: 1400px;
    margin: 0 auto;
}
.hd_home_product1 li {
    width: 460px;
    height: 330px;
    padding: 10px;
}
.hd_home_product3 {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    padding: 20px 15px 0 15px;
}
.hd_home_product5 {
    bottom: 15px;
    width: calc(100% - 30px);
}
.hd_home_product4 {
    margin: 15px 0 0;
}
.hd_jianju {
    height: 60px;
}
.hd_home_about,
.hd_home_product,
.hd_home_partner {
    padding: 60px 0;
}
.hd_home_product1,
.hd_home_partner1 {
    margin-top: 35px;
}
.hd_home_new1 {
    margin: 40px 0;
}
.hd_home_title h1 {
    font-size: 32px;
}
.hd_home_title h2 {
    font-size: 30px;
}
.hd_home_foot {
    padding: 27px 0;
}
.hd_home_footer {
    padding: 40px 0 50px;
}
}
@media (max-width:1439px) {
	.hd_container,
	.hd_container_16 {
    width: 1160px;
    margin: 0 auto;
}
.hd_home_about1 {
    width: 47%;
}
.hd_home_about2 {
    width: 50%;
}
.hd_home_about1 video {
    height: 400px;
}
.hd_home_title h1 {
    font-size: 26px;
}
.hd_home_title h2 {
    font-size: 24px;
}
.hd_home_about2 .hd_home_title h2 {
    padding: 15px 0;
}
.hd_home_about2 .hd_home_title .hd_home_about2_span {
    margin: 0 0 15px;
}
.hd_home_about2 p {
    font-size: 16px;
}
.hd_home_about2 .hd_home_about2_div {
    margin-top: 25px;
    margin-bottom: 45px;
}
.hd_home_product1 li {
    width: 33%;
    height: 350px;
}
.hd_jianju {
    height: 40px;
}
.hd_home_about,
.hd_home_product,
.hd_home_partner {
    padding: 40px 0;
}
.hd_home_product1,
.hd_home_partner1 {
    margin-top: 25px;
}
.hd_home_new1 {
    margin: 25px 0;
}
.hd_home_title span {
    margin: 12px auto;
}
.hd_home_footer_ul {
    width: calc(100% - 150px);
}
.hd_home_footer_ul li:last-child {
    margin-left: 10px;
}
.hd_home_footer_ul li h1 {
    font-size: 20px;
}
.hd_home_new1_time {
    width: 15%;
    padding-left: 40px;
}
.hd_home_new1_text {
    width: 58%;
    padding: 0 60px;
}
.hd_home_new1_img {
    width: 27%;
}
.hd_home_new1 li a {
    height: auto;
}
.hd_home_new1_time span {
    margin-top: 25px;
}
.hd_home_new1_time h1 {
    font-size: 30px;
}
.hd_home_new1_text h2 {
    font-size: 20px;
}
.hd_home_new1_text p {
    font-size: 14px;
    padding-top: 15px;
}

}

@media (max-width:1199px) {
	.swiper-pagination.pagination1 {
    bottom: 25px!important;
}
.hd_container, .hd_container_16 {
    width: 950px;
}
.hd_jianju {
    height: 30px;
}
.hd_home_about,
.hd_home_product,
.hd_home_partner {
    padding: 30px 0;
}
.hd_home_product1,
.hd_home_partner1 {
    margin-top: 20px;
}
.hd_home_new1 {
    margin: 20px 0;
}
.hd_home_about1 video {
    height: 370px;
}
#subjects .g-wrap .item-2 .p1,
#subjects {
    height: 71px!important;
}
.hd_home_product4 div {
    font-size: 14px;
}
.hd_home_product1 li .hd_home_product2 {
    bottom: 24px;
    left: 30px;
}
.hd_home_product5 a {
    width: 40%;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
}
.hd_home_new_more a {
    width: 140px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
}
}

@media (max-width:990px) {
	.hd_container, .hd_container_16 {
    width: 100%;
    padding: 0 2%;
}
.hd_home_about1 video {
    height: 310px;
}
.hd_home_title h1 {
    font-size: 24px;
}
.hd_home_title h2 {
    font-size: 18px;
}
.hd_home_about2 .hd_home_title h2 {
    padding: 10px 0;
}
.hd_home_about2 p {
    font-size: 14px;
}
.hd_home_about2 .hd_home_about2_div {
    width: 130px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
}
.hd_home_product4 div {
    line-height: 1.3;
}
.hd_home_new1_text {
    width: 53%;
    padding: 0 30px;
}
.hd_home_new1_time {
    width: 20%;
    padding-left: 30px;
}
.hd_home_new1_time h1 {
    font-size: 22px;
}
.hd_home_new1_time span {
    margin-top: 10px;
    width: 30px;
    background-size: contain;
}
.hd_home_new1_time:after {
    height: 100%;
    top: 0;
}
.hd_home_new1_text p {
    font-size: 12px;
    padding-top: 10px;
}
.hd_home_new1_text h2 {
    font-size: 18px;
}
.hd_home_footer_ul li:last-child {
    margin-left: 0;
}
.hd_home_footer_ul li:last-child div p {
    width: auto;
}
.hd_home_footer_ul li:last-child div.hd_flex-start {
    justify-content: flex-start;
}
.hd_home_footer {
    padding: 30px 0;
}
.hd_home_footer_ul li:last-child div {
    margin-top: 5px;
}
}

@media (max-width:767px) {
	.swiper-pagination.pagination1 {
    bottom: 10px!important;
}
.hd_jianju {
    height: 10px;
}
.hd_home_about, .hd_home_product, .hd_home_partner {
    padding: 25px 0;
}
.hd_home_about1 {
    width: 100%;
}
.hd_home_about1 video {
    height: 200px;
}
.hd_home_about2 {
    width: 100%;
    margin-top: 10px;
}
.hd_home_title h2 {
    font-size: 16px;
}
.hd_home_about2 .hd_home_about2_div {
    margin-top: 15px;
    margin-bottom: 13px;
    width: 100px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
}
#subjects .g-wrap .item-2 .p1, #subjects {
    height: 100%!important;
}
.g-wrap {
    width: 100%!important;
    position: static!important;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
#subjects .g-wrap a {
    position: static!important;
    width: 49%!important;
}
#subjects .g-wrap a span {
    position: static!important;
}
#subjects .g-wrap a span {
    width: 100%!important;
    height: auto!important;
    display: block!important;
    margin-top: 8px!important;
}
.hd_home_title span {
    margin: 8px auto;
}
.hd_home_product1 {
    margin-top: 0;
}
.hd_home_product1 li {
    width: 100%;
    height: 325px;
    margin-top: 10px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px!important;
}
.pagination1 .swiper-pagination-bullet {
    width: 30px;
    height: 2px;
}
.hd_home_new1_time {
    width: 30%;
    padding-left: 14px;
}
.hd_home_new1_text {
    width: 70%;
    padding: 0 15px;
}
.hd_home_new1_text h2 {
    font-size: 14px;
}
.hd_home_new1_text p {
    font-size: 12px;
    padding-top: 8px;
}
.hd_home_new1 li a {
    padding: 10px 0 0 0;
}
.hd_home_new1_img {
    width: 100%;
    margin-top: 8px;
}
.hd_home_partner1 .swiper-container {
    width: calc(100% - 80px);
}
.hd_home_footer_ul {
    width: 100%;
}
.hd_home_footer {
    padding: 20px 0;
}
.hd_home_footer_ul li h1 {
    font-size: 16px;
}
.hd_home_footer_ul li span {
    margin: 8px 0;
}
.hd_home_footer_ul li{
	margin-bottom: 15px;
}
.hd_home_footer_ul li:last-child div p {
    width: calc(100% - 45px);
}
.hd_home_footer_erweima {
    width: 120px;
    margin-top: 0;
    margin: 0 auto;
}
.hd_home_new1_img img {
    width: 100%;
}
.hd_home_about {
    background-size: cover;
}
}



/*面包屑*/
.wj_p_tool {
    height: 50px;
    background-color: #ffffff;
    box-shadow: 0px 1px 8px 0px rgba(208,208,208,0.35);
    line-height: 50px;
}
.flex_c_b {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wj_p_tool .wj_positon {
    color: #999999;
}
.wj_p_tool .wj_positon em {
    display: inline-flex;
}
.h_cateNavList ul li {
    display: inline-block;
    margin-left: 70px;
    color: #999999;
}
.h_cateNavList ul li.hover {
    color: #00427c;
    cursor: pointer;
    border-bottom: solid 1px #00427c;
}
.h_cateNavList ul li:hover {
	color: #00427c;
	cursor: pointer
}
.wap_cateList {
    display: none;
}
.wj_p_tool .wj_positon a:last-child{
    color: #00427c;
}
/*新闻列表*/
.q_home_swiper img {
    max-width: 100%;
}
.news_contents {
    padding: 148px 0 100px;
}
.con1400 {
    width: 1400px;
    margin: 0 auto;
}
.news_istop {
    width: 100%;
    padding: 0 50px;
    max-height: 260px;
    min-height: 260px;
    background-color: #f5f5f5;
}
.news_istop a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.news_istop .news_pic {
    width: 531px;
    height: 264px;
    -webkit-transform: translateY(-44px);
    transform: translateY(-44px);
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.news_istop .news_pic img {
    width: 100%;
    height: 100%;
}
.news_istop .news_body {
    position: relative;
    width: 680px;
}
.news_istop .news_body .news_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 37px 0 27px;
}
.news_istop .news_body .news_tit {
    font-size: 20px;
    color: #222;
}
.news_istop .news_body span {
    font-size: 14px;
    color: #999;
}
.news_istop .news_body .news_bodys p {
    font-size: 14px;
    line-height: 2;
    color: #666666;
}
.news_istop .news_body .istop_more {
    font-size: 16px;
    font-style: normal;
    color: #005faf;
    padding-bottom: 10px;
    border-bottom: 1px solid #005faf;
    position: absolute;
    right: 0;
    bottom: 55px;
}
.news_contents .isorder {
    padding-bottom: 60px;
}
.news_contents .isorder li {
    margin-top: 25px;
    width: 100%;
    max-height: 170px;
    min-height: 170px;
    overflow: hidden;
    background-color: #f5f5f5;
    -webkit-transition: .3s;
    transition: .3s;
}
.news_contents .isorder li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.news_contents .isorder .news_img {
    width: 380px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.hoverimg {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.hoverimg > img {
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    transition: .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.news_contents .isorder .news_infos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 80px;
}
.news_contents .isorder .info_l {
    max-width: 580px;
}
.news_contents .isorder .info_l h6 {
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
}
.news_contents .isorder .info_l p {
    font-size: 12px;
    line-height: 2;
    color: #808080;
}
.news_contents .isorder .info_r {
    padding-left: 80px;
    margin-left: 130px;
    border-left: 1px solid #dcdcdc;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.news_contents .isorder .info_r h3 {
    font-family: Impact;
    font-size: 50px;
    line-height: 50px;
    letter-spacing: 3px;
    color: #666;
    margin-bottom: 10px;
}
.news_contents .isorder .info_r p {
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #808080;
}
#pagesize {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#pagesize ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#pagesize a {
    width: 32px;
    height: 30px;
    border: solid 1px #e2e2e2;
    display: block;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #999;
    margin: 0 5px;
}
#pagesize a.family {
    font-family: serif;
    font-weight: bold;
}
#pagesize a.active {
    background-color: #005faf;
    border-color: #005faf;
    color: #fff;
}

.gong{width: ;}

.news_contents .isorder li:hover {
  background-color: #005faf;;
}

.news_contents .isorder li:hover h6,
.news_contents .isorder li:hover p,
.news_contents .isorder li:hover h3,
.news_contents .isorder li:hover .info_r {
  color: #fff !important;
  border-color: #fff !important;
}
.news_contents .isorder li:hover .hoverimg > img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.news_istop:hover .news_pic img{
	-webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.news_istop .news_pic img{
	-webkit-transition: .3s;
    transition: .3s;
}
/*新闻详情*/
.hf_rczp_total {
    padding: 10px 0;
}
.hf_rczp_total .news_title {
    font-size: 24px;
    line-height: 38px;
    color: #333333;
    text-align: center;
}
.hf_rczp_total .news_detail_time {
    font-size: 14px;
    line-height: 38px;
    color: #333333;
    opacity: 0.8;
    text-align: center;
    margin-bottom: 30px;
}
.hf_rczp_total .news_detail_body p {

    line-height: 30px;
    text-indent: 2.5em !important;
}
.hf_rczp_total .news_back {
    float: right;
    display: block;
    width: 150px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #fefeff;
    background-color: #005faf;
    margin: 50px 0 34px;
}
.hf_rczp_total .news_pages {
    width: 100%;
    padding-top: 19px;
    border-top: 1px solid #d7d7d7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 24px;
    color: #333333;
    opacity: 0.8;
}
.hf_rczp_total .news_pages a {
    width: 50%;
    text-align: left;
}
.hf_rczp_total .news_pages a:nth-child(2) {
    text-align: right;
}
.hf_rczp_total .news_detail_body img {
    max-width: 100%;
	margin: 0 auto;
}

.wlhxiangqing{width: 100%;height:auto;background-color:;margin-top: 10px;}

.xiangqing1{height: auto;background-color:;margin-bottom: 10px;}

.xiangqing2{height: auto;background-color:;margin-bottom: 10px;}

.xiangqingimg img{width: 100%;height: auto;}

.xiangqingimg img{width: 100%;height: auto;}

/*联系我们*/

.hd_lxwm{
	padding: 100px 0 97px;
}
.hd_lxwm_1{
	margin-bottom: 51px;
}
.hd_lxwm_1 h1{
	font-size: 18px;
	height: 18px;
	font-weight: bold;
	line-height: 1;
	color: #333333;
	margin-bottom: 24px;
}
.hd_lxwm_1 p{
	font-size: 18px;
	line-height: 1.5;
	color: #666666;
}
.hd_lxwm_1 p span{
	color: #333333;
}
#map {
    width: 100%;
    height: auto;
}
.hd_lxwm_lx{
	padding: 60px 0 65px;
}
.hd_lxwm_lx p{
	font-size: 18px;
	line-height: 1.8;
	color: #666666;
}
.hd_lxwm_lx p strong{
	font-weight: bold;
	color: #333333;
}
.hd_lxwm_lx p span{
	color: #333333;
}
.hd_lxwm_2{
	width: 100%;
	height: auto;
	background: url(../images/hd/hd_lxwm_2.jpg)no-repeat center center;
	padding: 122px 0;
}
.hd_lxwm_3{
	width: 100%;
	height: auto;
	background-color: #ffffff;
	padding: 60px 80px;
}
.h_formGroup{
	width: calc(50% - 40px);
}
.h_formGroup .h_col2{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.h_formGroup .h_col2 label{
	font-size: 18px;
	line-height: 1;
	color: #333333;
}
.h_formGroup .h_col2 .h_input{
	width: calc(100% - 80px);
	border: solid 1px #eeeeee;
	margin: 10px 0;
}
.h_formGroup .h_col2 .h_input input{
	width: 100%;
    padding: 0 38px;
    line-height: 50px;
    outline: unset;
	height: 50px;
	font-size: 16px;
	color: #999999;
	opacity: 0.6;
}
.h_formGroup .h_col2 .h_input1{
	border: unset;
	margin: 10px 0;
	width: calc(100% - 80px);
}
.h_formGroup .h_col2 .h_input2{	
	width: calc(100% - 273px);
	border: solid 1px #eeeeee;
}
.h_formGroup .h_col2 .h_input2 input{
	width: 100%;
    padding: 0 38px;
    line-height: 50px;
    outline: unset;
	height: 50px;
	font-size: 16px;
	color: #999999;
	opacity: 0.6;
}
.h_formGroup .h_col2 .h_input1 p{
	font-size: 14px;
	line-height: 50px;
	color: #666666;
}
.h_formGroup .h_col2 .h_area{
	width: calc(100% - 94px);
	border: solid 1px #eeeeee;
	margin: 10px 0;
	height: 190px;
    line-height: 190px;
}
.h_formGroup .h_col2 .h_area textarea{
	width: 100%;
	height: 100%;
    padding: 16px 20px 0 20px;
    outline: unset;
	font-size: 16px;
	color: #999999;
	opacity: 0.6;
    display: block;
}
.h_center .btns{
	margin: 50px auto 0;
	width: 180px;
	height: 50px;
	border-radius: 5px;
	border: solid 1px #0b4c9b;
	font-size: 16px;
	line-height: 50px;
	color: #0b4c9b;
	text-align: center;
	display: block;
}
.h_center .btns:hover{
	background: #0b4c9b;
	color: #FFFFFF;
}
.h_img{
	height: 50px;
}
.h_img img{
	max-height: 100%;
}

@media (max-width:1439px) {
	/*新闻列表*/
  .con1400 {
    width: 1160px;
    margin: 0 auto;
  }


  .news_istop .news_body {
    width: 490px;
  }
  .news_contents .isorder .info_l {
    width: 350px;
  }
	.hf_rczp_total {
    padding: 10px 0;
}
.news_contents .isorder .info_r {
    margin-left: 129px;
}

/*联系我们*/
.hd_lxwm {
    padding: 60px 0;
}
.hd_lxwm_1 {
    margin-bottom: 40px;
}
.hd_lxwm_lx {
    padding: 40px 0;
}
.h_formGroup .h_col2 .h_input2 input {
    padding: 0 10px;
}
.hd_lxwm_1 p,
.hd_lxwm_lx p,
.h_formGroup .h_col2 label{
    font-size: 16px;
}
.hd_lxwm_2 {
    padding: 70px 0;
}
}


@media (max-width: 1199px) {
	/*新闻列表*/
  .con1400 {
    width: 950px;
  }
  .news_istop .news_pic {
    width: 430px;
  }
  .news_istop .news_body {
    width: 380px;
  }
  .news_contents .isorder .news_infos {
    padding: 0 45px;
  }
  .news_contents .isorder .info_r {
    display: none;
  }
.hf_rczp_total {
    padding: 10px 0;
}
.news_istop .news_body .news_tit {
    font-size: 17px;
}
.news_contents {
    padding: 100px 0 60px;
}
.news_contents .isorder {
    padding-bottom: 40px;
}
.hf_rczp_total .news_detail_body p {
    font-size: 14px;
}
.hf_rczp_total .news_title {
    font-size: 20px;
}
/*联系我们*/
.hd_lxwm {
    padding: 40px 0;
}
.hd_lxwm_1 {
    margin-bottom: 30px;
}
.hd_lxwm_lx {
    padding: 30px 0;
}
.hd_lxwm_1 p,
.hd_lxwm_lx p,
.h_formGroup .h_col2 label{
    font-size: 14px;
}
.hd_lxwm_3 {
    padding: 30px 20px;
}
.hd_lxwm_2 {
    padding: 35px 0;
}
.h_formGroup {
    width: calc(50% - 20px);
}
.h_formGroup .h_col2 .h_input input {
    padding: 0 18px;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
}
.h_formGroup .h_col2 .h_input2 input {
    line-height: 40px;
    height: 40px;
    font-size: 14px;
}
.h_formGroup .h_col2 .h_input,
.h_formGroup .h_col2 .h_input1 {
    margin: 5px 0;
    width: calc(100% - 60px);
}
.h_img{
	height: 40px;
}
.h_formGroup .h_col2 .h_input1 p {
    line-height: 40px;
}
.h_formGroup .h_col2 .h_area {
    width: calc(100% - 94px);
    margin: 5px 0;
    height: 145px;
    line-height: 145px;
}
.h_center .btns {
    margin: 20px auto 0;
}
.h_formGroup .h_col2 .h_input2 {
    width: calc(100% - 230px);
}
}

@media (max-width:990px) {
	/*新闻列表*/
  .con1400 {
    width: 100%;
    padding: 0 2%;
  }
  .news_istop {
    padding: 0;
    max-height: 170px;
    min-height: 170px;
    overflow: hidden;
  }
  .news_istop .news_body span {
    display: none;
  }
.news_istop .news_pic {
    width: 380px;
    height: 100%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
  .news_istop .news_body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 30px;
  }
  .news_istop .news_body .news_tit {
    font-size: 16px;
  }
  .news_istop .news_body .news_bodys p {
    font-size: 12px;
  }
  .news_istop .news_body .news_head {
    margin-bottom: 15px;
    margin-top: 10px;
  }
  .news_istop .news_body .istop_more {
    display: none;
  }

  .news_contents .isorder .news_infos {
    padding: 0 15px;
    width:calc(100% - 380px);
  }
  .news_contents .isorder .info_r {
    display: none;
  }
  .news_contents {
    padding: 10vw 0 10vw;
  }
  .hf_rczp_total {
    padding: 10px 0;
}
.news_contents .isorder li {
    max-height: auto;
    min-height: auto;
}
.news_contents .isorder .info_l {
    width: 100%;
}

/*联系我们*/
.hd_lxwm {
    padding: 30px 0;
}
.hd_lxwm_1 h1 {
    margin-bottom: 12px;
}
.hd_lxwm_1 {
    margin-bottom: 15px;
}
.hd_lxwm_1 li:last-child h1{
    height: 0;
}
#map {
    height: 250px;
}
.hd_lxwm_lx {
    padding: 20px 0;
}
.h_formGroup .h_col2 .h_input2 {
    width: 100%;
    margin-bottom: 5px;
}
.h_formGroup .h_col2 .h_area {
    height: 100px;
    line-height: 100px;
}
.h_center .btns {
    height: 40px;
    font-size: 14px;
    line-height: 40px;
}
.h_formGroup .h_col2 .h_input1 p {
    width: calc(100% - 110px);
}
}

@media (max-width: 767px) {
	/*新闻列表*/

  .news_istop {
    display: none;
  }
  .news_istop .news_body span {
    display: none;
  }
  .news_istop .news_pic {
    width: 380px;
    height: 100%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .news_istop .news_body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 30px;
  }
  .news_istop .news_body .news_tit {
    font-size: 16px;
  }
  .news_istop .news_body .news_bodys p {
    font-size: 12px;
  }
  .news_istop .news_body .news_head {
    margin-bottom: 15px;
    margin-top: 10px;
  }
  .news_istop .news_body .istop_more {
    display: none;
  }
  .news_contents .isorder .news_infos {
    padding: 3vw;
  }
  .news_contents .isorder .info_r {
    display: none;
  }
  .news_contents {
    padding: 7vw 0 10vw;
  }
  .news_contents .isorder li {
    margin-top: 3vw;
    min-height: unset;
    max-height: unset;
  }
  .news_contents .isorder .info_l h6 {
    font-size: 16px;
    margin-bottom: 15px;
  }
/*面包屑*/

	.wj_p_tool {
		height: 40px;
		line-height: 40px;
		font-size: 12px
	}
	.wap_cateList {
		display: block;
		padding: 5px 0;
		border: 1px solid #eeeeee;
		width: 98%;
		margin: 10px auto;
		box-shadow: 0 2px 1px #eeeeee;
		background: #fefefe
	}
	.wap_cateList .wap_cateMain {
		padding: 0 10px;
		font-size: 15px;
		color: #555555;
		font-weight: bold
	}
	.wap_cateList .wap_cateMain em {
		font-size: 22px;
		font-weight: bold
	}
	.wap_cateList ul {
		display: none;
		border-top: 1px solid #eeeeee;
		margin-top: 2px
	}
	.wap_cateList ul li {
		line-height: 35px;
		font-size: 12px;
		padding: 0 10px;
	}
	.wap_cateList ul li a {
		display: block;
		padding: 0 15px
	}
	.wap_cateList ul li.hover {
		background: #00427c;
		color: #ffffff
	}
	.h_cateNavList {
		display: none
	}
	.hf_rczp_total {
    padding: 10px 0;
}
.hf_rczp_total .news_title {
    font-size: 18px;
    line-height: 1.5;
}
.hf_rczp_total .news_detail_time {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 4px;
}

.hf_rczp_total .news_back {
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    margin: 15px 0;
}
.hf_rczp_total .news_pages {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hf_rczp_total .news_pages a {
    width: 100%;
    text-align: left !important;
}
.news_contents .isorder .news_img {
    width: 100%;
}

/*联系我们*/
.hd_lxwm {
    padding: 20px 0;
}
.hd_lxwm_1 li {
    margin-bottom: 8px;
}
.hd_lxwm_1 p, .hd_lxwm_lx p, .h_formGroup .h_col2 label {
    font-size: 12px;
}
.hd_lxwm_1 h1 {
    margin-bottom: 10px;
    font-size: 16px;
    height: 16px;
}
#map {
    height: 200px;
}
.hd_lxwm_lx {
    padding: 10px 0;
}
.hd_lxwm_2 {
    padding: 15px 0;
}
.hd_lxwm_3 {
    padding: 8px 8px 20px 8px;
}
.h_formGroup {
    width: 100%;
}
.h_formGroup .h_col2 .h_input input {
    padding: 0 15px;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
}
.h_formGroup .h_col2 .h_input, .h_formGroup .h_col2 .h_input1 {
    margin: 3px 0;
}
.h_center .btns {
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    margin: 10px auto 0;
    width: 150px;
}
.h_formGroup .h_col2 .h_area textarea {
    font-size: 12px;
}
.h_formGroup .h_col2 .h_area {
    width: calc(100% - 60px);
}
.h_formGroup .h_col2 .h_input1 p {
    font-size: 12px;
    width: calc(100% - 110px);
}
}




