html,
body {
	padding: 0;
	margin: 0;
	font-family: font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Segoe UI, Arial, Roboto, PingFang SC, miui, Hiragino Sans GB, Microsoft Yahei, sans-serif;
	font-size: 14px;
	color: #333;
	overflow-x: hidden;

}

@font-face {
	font-family: "iconfont";
	/* Project id  */
	src: url('../fonts/iconfont.ttf') format('truetype');
}
.search button{
	border: none;
}
.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-youjiantou:before {
	content: "\e622";
}

.icon-down:before {
	content: "\e649";
}


.wrap {
	width: 1200px;
	margin: 0 auto;
}

.wrap2 {
	width: 92%;
	min-width: 1200px;
	margin: 0 auto;
}

.showDiv {
	display: none;
}

.clearfixed {
	clear: both;
}

a {
	color: #333;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.arrow-bottom {
	font-size: 0;
	line-height: 0;
	border-width: 10px;
	border-color: #DC1313;
	border-bottom-width: 0;
	border-style: dashed;
	border-top-style: solid;
	border-left-color: transparent;
	border-right-color: transparent;
}

/* 向右的箭头 */

.arrow-right {
	font-size: 0;
	line-height: 0;
	border-width: 10px;
	border-color: #f7f7f7;
	border-right-width: 0;
	border-style: dashed;
	border-left-style: solid;
	border-top-color: transparent;
	border-bottom-color: transparent;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	text-decoration: none;
}

p {
	padding: 0;
	margin: 0;
}

a:hover {
	color: #0044a0;
}

img {
	max-width: 100%;

}




input:focus,
button:focus,
textarea:focus {
	outline: none;
}

.ovh {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ovh2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.ovh3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.ovh4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}






.ewm {
	color: rgba(255, 255, 255, 0.5);
}

.foot_link {
	width: 100%;
}

.foot_link .f_biaoti {
	font-size: 14px;
	width: 100%;
	display: block;
}

.foot_link a {
	margin-right: 50px;
	display: inline-block;
	margin-bottom: 10px;
}

.banquan {
	background: rgba(51, 51, 51, 0.24);
	padding: 10px 0;
	margin-top: 30px;
	color: rgba(255, 255, 255, 0.5);
}

footer a:hover {
	color: #fff;
}

.banner_nei .absolute {
	left: 0;
	right: 0;
	width: 100%;
	bottom: 80px;
}

.weizhi .flex {
	justify-content: initial;
	color: #999;
	padding: 20px 0;
}

.weizhi .flex img {
	margin-right: 10px;
}

.weizhi .flex a {
	color: #999;
	margin: 0 5px;
}

.weizhi .flex a:last-child {
	color: #999;
}

.mainDiv .content {
	padding: 35px 0;
}

.mainDiv .content .col-lg-3 {
	margin-bottom: 30px;
}

.xqDiv .content {
	min-height: 400px;
}

.lx_fl {
	width: 440px;
	height: 460px;
	background: #225aa5;
}

.lx_fl ul {
	width: 70%;
}

.lx_fl ul li {
	display: flex;
	align-items: center;
	font-size: 16px;
	margin-bottom: 50px;
}

.lx_fl ul li:last-child {
	margin-bottom: 0;
}

.lxDiv .mapDiv {
	width: 760px;
	height: 460px;
}

.lx_fl .flex {
	height: 100%;
}

.lx_fl ul li img {
	margin-right: 14px;
}

.formCon {
	font-size: 14px;
	margin-bottom: 80px;
}

.formCon label {
	margin-bottom: 10px;
	font-weight: normal;
}

.formCon label span {
	color: #c00;
}

.formCon .form-control {
	background: #fbfbfb;
	outline: none;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.formCon input,
.formCon select {
	font-size: 14px;
	height: 50px;
}

.formCon textarea {
	font-size: 14px;
	height: 160px;
	resize: none;
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #ccc;
	outline: 0;
	box-shadow: none;
}

.formCon button {
	width: 120px;
	height: 40px;
	text-align: center;
	background: #225aa5;
	color: #FFFFFF;
}

.form_fl {
	width: 48%;
}

.news_fl {
	width: calc(100% - 260px);
	float: left;
}

.newsList li .more {
	width: 79px;
	height: 30px;
	background: linear-gradient(#225aa5, #225aa5) no-repeat;
	background-size: 0 100%;
	color: #225aa5;
	text-align: center;
	line-height: 30px;
	border-top: 1px #225aa5 solid;
	border-bottom: 1px #225aa5 solid;
	transition: all 0.5s;
}

.newsList li {
	margin-bottom: 1px;
}

.newsList li a {
	display: flex;
	justify-content: space-between;
	padding: 35px 20px;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	position: relative;
}

.newsList li a:hover .more {
	background-size: 100% 100%;
	color: #fff;
}

.newsList li a:hover::after {
	position: absolute;
	bottom: -3px;
	left: 0;
	height: 3px;
	width: 100%;
	background: #225aa5;
	content: "";
	z-index: 9;
}

.newsList li:nth-child(odd) a {
	background: #f9f9f9;
}

.newsList li:first-child a {
	border-top: 0;
}

.newsList li .textDiv {
	width: calc(100% - 220px);
	padding-top: 5px;
}

.newsList li .mask {
	width: 200px;
	height: 200px;
	padding: 6px;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #eeeeee;
}

.fenye {
	display: flex;
	justify-content: center;
	align-items: center;
}

.fenye ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.fenye ul li a {
	display: block;
	min-width: 33px;
	height: 33px;
	line-height: 32px;
	padding: 0 10px;
	margin: 0 4px;
	background-image: linear-gradient(0deg,
			#ededed 0%,
			#fefefe 100%),
		linear-gradient(#ededed,
			#ededed);
	background-blend-mode: normal,
		normal;
	border-radius: 4px;
	border: solid 1px #cccccc;
	text-align: center;
}

.fenye ul li a.now,
.fenye ul li a:hover {
	background: #e1e1e1;
	color: #fff;
	border: 1px #e1e1e1 solid;
}

.news_fr {
	width: 230px;
}

.n_title {
	width: 100%;
	border-bottom: 1px #e6e6e6 solid;
	padding-bottom: 14px;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
}

.n_title span {
	display: block;
	width: 4px;
	height: 16px;
	background-color: #225aa5;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
}

.news_fr ul li a {
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
	color: #666;
}

.news_fr ul li a p {
	width: calc(100% - 86px);
	padding-top: 10px;
}

.news_fr ul li a:hover {
	color: #225aa5;
}

.news_xqFl {
	width: calc(100% - 260px);
	float: left;
}

.news_title {
	padding: 25px 0;
	border-bottom: solid 1px #e6e6e6;
text-align: center;
}

.share {
	display: flex;
	align-items: center;
}

.share img {
	margin: 0 3px;
}

.xg_title {
	padding: 10px 15px;
	background: #225aa5;
	color: #fff;
}

.xgDiv .textDiv {
	background-color: #ffffff;
	border: solid 1px #c6c6c6;
	padding: 4px;
}

.xgDiv .textDiv .wenzi {
	padding: 15px 0px;
}

.xgDiv .swiper-button-white {
	width: 30px;
	background-size: 35%;
	top: 20px;
	opacity: 0.5;
}

.xgDiv .swiper-button-white:hover {
	opacity: 1;
}

.xgDiv .swiper-button-prev {
	left: auto;
	right: 40px;
}


.con_title {
	width: 100%;
	height: 80px;
	background: url(../images/contact_fl.jpg) no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	padding: 0 20px;
	font-size: 16px;
	color: #fff;
}

.contact_fl .content {
	padding: 15px;
	border: solid 1px #eeeeee;
	border-top: 0;
}

.contact_fl .content ul li {
	padding: 10px 0;
	border-bottom: 1px #e1e1e1 solid;
}

.contact_fl .content ul li:last-child {
	border: 0;
}

.conFr {
	width: calc(100% - 260px);
}

.conFr .textDiv {
	background-color: #ffffff;
	border: solid 1px #c6c6c6;
	padding: 4px;
	transition: all 0.5s;
}

.conFr .textDiv .wenzi {
	padding: 15px 0;
}

.conFr .textDiv:hover {
	box-shadow: 0px 0px 13px 0px rgba(27, 98, 180, 0.26);
	border: solid 1px #1b62b4;
}

.conFr .row {
	margin: 0 -4px;
}

.conFr .col-lg-4 {
	margin-bottom: 26px;
	padding: 0 13px;
}

.pro_more {
	width: 90px;
	height: 26px;
	line-height: 24px;
	background: linear-gradient(#1b62b4, #1b62b4) no-repeat;
	background-size: 0 100%;
	border-radius: 13px;
	border: solid 1px #e6e6e6;
	font-size: 12px;
	text-align: center;
	color: #999999;
	margin: 0 auto;
	margin-top: 18px;
	transition: all 0.5s;
}

.proDiv .conFr .textDiv:hover .pro_more {
	background-size: 100% 100%;
	color: #fff;
}

.proDiv .conFr .col-lg-3 {
	margin-bottom: 30px;
}

.lunbo {
	width: 400px;
}

.lunbo #thumbs {
	width: 82%;
}

.lunbo #gallery .swiper-slide {
	padding: 1px;
}

.lunbo #gallery .swiper-slide img {
	border: solid 1px #dddddd;
}

.lunbo .thumbs_con .swiper-button-black {
	background-size: 50%;
}

.lunbo .thumbs_con .swiper-button-prev {
	left: 0
}

.lunbo .thumbs_con .swiper-button-next {
	right: 0
}


.lunbo #thumbs .swiper-slide {
	border: solid 1px #c0c0c0;
	height: 75px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.lunbo #thumbs .swiper-slide img {
	max-height: 99%;
}

.lunbo #thumbs .swiper-slide.swiper-slide-thumb-active {
	border: solid 2px #1b62b4;
}

.lunbo .thumbs_con .swiper-button-black {
	height: 75px;
	width: 24px;
	background-size: 40%;
	background-color: #f1f1f1;
	top: 22px;
}

.pro_info {
	width: calc(100% - 450px);
}

.pro_info_title {
	padding-bottom: 15px;
	border-bottom: dashed 1px #cccccc;
	margin-bottom: 20px;
}

.pro_info>ul>li {
	width: 50%;
	float: left;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.pro_info>ul>li>span {
	width: 60px;
	text-align: justify;
	text-align-last: justify;
	display: block;
}

.pro_info>.text>p>span {
	width: 60px;
	text-align: justify;
	text-align-last: justify;
	display: inline-block;
}

.zxBtn {
	display: block;
	width: 120px;
	height: 43px;
	background-color: #1b62b4;
	border-radius: 22px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	color: #fff;
	line-height: 42px;
}

.zxBtn:hover {
	color: #fff;
	box-shadow: 0 0 5px #ccc;
}

.pro_share {
	display: flex;
	align-items: center;
}

.pro_share a {
	display: block;
	margin: 0 5px;
}

.x_biaoti {
	background: rgba(87, 87, 87, 0.04);
	border-bottom: 1px #e6e6e6 solid;
	margin-bottom: 25px;
}

.x_biaoti p {
	text-align: center;
	color: #fff;
	background: #f40000;
	height: 42px;
	line-height: 42px;
	width: 107px;
}

.liuyan_x .formCon {
	padding: 30px 20px;
	background: #fbfbfb;
}

.liuyan_x .formCon .form-control {
	background: #fff;
}

.aboutDiv1 .wenzi .xian {
	width: 48px;
	height: 3px;
	background-color: #1b62b4;
}

.aboutDiv1 .wenzi {
	width: 600px;
}

.aboutDiv1 .wenzi .more_p {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	width: 110px;
	height: 40px;
	background-color: #1b62b4;
}

.aboutDiv1 .wenzi .more_p img {
	margin-left: 5px;
}

.aboutDiv2 ul li {
	width: 25%;
	float: left;
}

.aboutDiv2 ul li img {
	height: 320px;
	object-fit: cover;
}

.aboutDiv2 ul li .wenzi {
	height: 320px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 10px 45px;
}

.aboutDiv2 ul li:nth-child(even) .wenzi {
	background: #1b62b4;
	color: #fff;
}

.aboutDiv2 ul li:nth-child(even) .more_p1 {
	background: linear-gradient(#fff, #fff) no-repeat;
	background-size: 0 100%;
	border: solid 1px #eeeeee;
	color: #fff;
	transition: all 0.5s;
}

.aboutDiv2 ul li:nth-child:hover .more_p1 {
	background-size: 100% 100%;
	color: #1b62b4;
}

.aboutDiv2 ul li:nth-child(even):hover .more_p1 {
	background-size: 100% 100%;
	color: #1b62b4;
}

.more_p1 {
	width: 120px;
	height: 40px;
	background: linear-gradient(#1b62b4, #1b62b4) no-repeat;
	background-size: 0 100%;
	border: solid 1px #1b62b4;
	text-align: center;
	font-size: 16px;
	color: #1b62b4;
	line-height: 38px;
	margin: 0 auto;
	margin-top: 35px;
	transition: all 0.5s;
	display: block;
}

.aboutDiv2 ul li:hover .more_p1 {
	background-size: 100% 100%;
	color: #fff;
}

.indexDiv1 {
	padding-top: 75px;
	padding-bottom: 140px;
	background: url(../images/index_bg1.jpg) no-repeat center bottom;
	background-size: 100%;
}

.index_title .xian {
	width: 40px;
	height: 2px;
	background-color: #046ece;
	border-radius: 1px;
	opacity: 0.8;
	margin: 0 auto;
	margin-top: 25px;
}

.indexDiv1 .content p {
	color: #696969;
}

.indexDiv1 .content ul li {
	text-align: center;
	width: 20%;
	padding: 0 20px;
	position: relative;
	float: left;
}

.indexDiv1 .content ul li:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 1px;
	background: #e5e5e5;
	left: 0;
}

.indexDiv1 .content ul li:first-child:before {
	display: none;
}

.indexDiv1 .content ul li .font18 {
	color: #333;
	margin: 5px 0;
}

.more_index {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	width: 110px;
	height: 40px;
	background-color: #1b62b4;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 60px;
}

.more_index img {
	margin-left: 5px;
}

.index_title_pro {
	height: 400px;
	/*background: url(../images/index_bg2.jpg) no-repeat center center;*/
	background-size: cover;
	display: flex;
	justify-content: center;
	align-content: center;
}

.index_title_pro .xian {
	width: 56px;
	height: 2px;
	background-color: #ffffff;
	margin: 0 auto;
	margin-top: 20px;
}

.indx_pro {
	height: 100%;
}

.sw_div {
	position: absolute;
	left: 0;
	height: 100%;
	width: 50%;
	left: 0;
}

.sw_div .swiper-container {
	height: 100%;
}

.sw_div .swiper-container .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sw_div .swiper-button-white {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.3);
	background-size: 20%;
}

.indx_pro .textDiv {
	width: 50%;
	position: relative;
	min-height: 580px;
	padding: 75px 65px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.indx_pro .textDiv .xian {
	width: 40px;
	height: 2px;
	background-color: #046ece;
	border-radius: 1px;
	opacity: 0.8;
	margin-top: 20px;
	margin-bottom: 30px;
}

.indx_pro .textDiv .wenzi {
	width: 520px;
	color: #495057;
}

.indx_pro .more_index {
	margin-bottom: 0;
}


.index_pro2 .textDiv .wenzi {
	z-index: 9;
	padding: 20px 40px;
	padding-top: 60px;
}

.more_pro {
	width: 86px;
	height: 32px;
	background: linear-gradient(#fff, #fff) no-repeat;
	background-size: 0 100%;
	transition: all 0.5s;
	border-radius: 1px;
	border: solid 1px #ffffff;
	line-height: 30px;
	text-align: center;
	color: #fff;
	margin-top: 50px;
}

.index_pro2 .textDiv:hover .more_pro {
	background-size: 100% 100%;
	color: #1b62b4;
}

.index_pro2 .swiper-button-white {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.3);
	background-size: 20%;
}

.indexDiv3 {
	background: url(../images/index_bg3.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 80px;
	padding-bottom: 105px;
}

.indexDiv3 .content ul {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
}

.indexDiv3 .content ul li a {
	display: block;
	width: 110px;
	height: 46px;
	margin: 0 7.5px;
	border: solid 1px rgba(255, 255, 255, 0.6);
	text-align: center;
	line-height: 46px;
	color: #fff;
	font-size: 16px;
}

.indexDiv3 .content ul li:hover a,
.indexDiv3 .content ul li.active a {
	background: #fff;
	color: #046ece;
}

.indexDiv3 .textDiv {
	background: #fff;
}

.indexDiv3 .textDiv .wenzi {
	padding: 20px;
}

.indexDiv4 .absolute {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.indexDiv4 .absolute .xian {
	width: 56px;
	height: 2px;
	background-color: #ffffff;
	margin: 0 auto;
	margin-top: 30px;
}

.indexDiv4 .btnDiv {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
}

.indexDiv4 .btnDiv .swiper-button-white {
	width: 36px;
	height: 36px;
	background-color: rgba(0, 0, 0, 0.39);
	box-shadow: 0px 0px 10px 0px rgba(23, 20, 13, 0.13);
	border-radius: 50%;
	background-size: 30%;
}

.indexDiv5 {
	background: url(../images/index_bg5.jpg) no-repeat center center;
	background-size: cover;
	padding: 70px 0;
}

.title2 .flex img {
	margin: 0 20px;
}

.youshi .textDiv {
	min-height: 164px;
	height: 100%;
	background-color: #ffffff;
	box-shadow: 0px 1px 18px 0px rgba(0, 0, 0, 0.04);
	border: solid 1px #eeeeee;
	padding: 30px;
	position: relative;
}

.youshi .textDiv .wenzi div.fl {
	width: calc(100% - 70px);
}

.youshi .textDiv .wenzi img {
	margin-top: 7px;
	margin-right: 16px;
}

.youshi .textDiv>img {
	right: 13px;
	bottom: 10px;
}

.youshi .textDiv .wenzi .font24 {
	color: #233c59;
}

.youshi .textDiv .wenzi .fl p:nth-child(2) {
	color: #777777;
	margin-top: 5px;
}

.youshi .col-lg-4 {
	margin-bottom: 20px;
}

.hezuo .content ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.hezuo .content ul li img {
	border: solid 1px #eeeeee;
}

.hezuo .content ul {
	margin-left: -15px;
}

.hezuo .content ul li {
	margin-left: 11px;
	margin-bottom: 12px;
	width: 15.5%;
}

.indexDiv6 {
	padding-top: 90px;
}

.indexDiv6 .wenzi {
	width: 100%;
	padding: 25px;
	background: rgba(0, 0, 0, 0.3);
	z-index: 99;
	bottom: 0;
}

.indexDiv6 .flDiv {
	width: 588px;

}

.indexDiv6 .time {
	padding-right: 20px;
	border-right: 1px #fff solid;
	width: 88px;
}

.indexDiv6 .text {
	width: calc(100% - 110px);
	float: right;
}

.indexDiv6 .frDiv {
	width: 580px;
}

.indexDiv6 .frDiv ul li {
	margin-bottom: 12.5px;
}

.indexDiv6 .frDiv ul li .time {
	border-right: 1px #cccccc solid;
}

.indexDiv6 .frDiv ul li a {
	display: block;
	background: #f9f9f9;
	padding: 22px;
	transition: all 0.3s;
}

.indexDiv6 .frDiv ul li a:hover {
	background: #046ece;
	color: #fff;
}

.indexDiv6 .frDiv ul li a:hover .f9,
.indexDiv6 .frDiv ul li a:hover .time,
.indexDiv6 .frDiv ul li a:hover .f3 {
	color: #fff;
}

.indexDiv6 .frDiv ul li .text p:first-child {
	font-size: 17px;
	margin-bottom: 2px;
}

.ckgd {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	width: 200px;
	height: 40px;
	background-color: #046ece;
	margin: 0 auto;
	margin-top: 30px;
}

.ckgd img {
	margin-left: 5px;
}

.ckgd:hover,
.more_index:hover {
	color: #fff;
	box-shadow: 0 0 5px #ccc;
}

.fixed_rt {
	position: fixed;
	top: 30%;
	width: 65px;
	right: 30px;
	z-index: 999;
}

.fixed_rt>ul>li {
	position: relative;
	margin-bottom: 8px;
}

.fixed_rt>ul>li>a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 64px;
	height: 64px;
	background-color: rgba(255,255,255,0.8);
	box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.08);
	border-radius: 4px;
	text-align: center;
}

.fixed_rt>ul>li>.h_div a {

	width: 100%;
	height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;

	background: #fff;
	box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.08);
	border-radius: 4px;
	color: #333;
	transition: all 0.5s;
}

.fixed_rt>ul>li>.h_div {
	display: none;
	position: absolute;
	width: 175px;
	height: 65px;
	top: 0;
	right: 65px;
	padding-right: 5px;
}

.fixed_rt>ul>li:hover>.h_div {
	display: block;
}

.fixed_rt>ul>li>.h_div a:hover {
	background: #046ece;
	color: #fff;
}

.lang_m,
.search_m {
	display: none;
}

.popDiv {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.85);
	z-index: 9999;
	display: none;
}

.videoPop {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-height: 80%;
}

.videoPop video {
	max-height: 700px;
}

.videoDiv a {
	display: none;
}
.play{
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 9;
}


/*PHONE屏幕下的专用样式*/
@media screen and (max-width:992px) {

.sdsd95 {
	width: 70px!important;
	transition: all 0.5s;
}
	.wrap,
	.wrap2 {
		width: 92%;
		margin: 0 auto;
		padding: 0;
		font-size: 14px;
		min-width: auto;
	}

	.showDiv {
		display: block;
	}

	.menu {
		width: 100%
	}

	.menu ul {
		width: 100%;
		display: block;
	}

	.menu ul ul {
		top: 0;
		border: 0;
		box-shadow: none;
		border-top: 1px #eee solid;
	}

	.menu ul ul .ul {
		background: #fff;
		box-shadow: none !important;
		border-radius: 0;
	}

	.menu>ul>li>a {
		padding: 0 20px;
	}

	.menu.align-center>ul,
	.menu.align-right ul ul {
		text-align: left
	}

	.menu ul li,
	.menu ul ul li,
	.menu ul li:hover>ul>li {
		width: 100%;
		height: auto;
		border-top: 1px solid rgba(255, 255, 255, .3)
	}

	.menu ul li:hover>ul {
		top: 0;
	}

	.menu ul li a,
	.menu ul ul li a {
		width: 100%
	}

	.menu>ul>li,
	.menu.align-center>ul>li,
	.menu.align-right>ul>li {
		float: none;
		display: block
	}

	.menu ul ul li a {
		padding: 0 20px 0 30px;
		font-size: 12px;
		background: 0 0
	}

	/*.menu ul ul li:hover>a,.menu ul ul li a:hover{color:#fff}*/
	.menu ul ul ul li a {
		padding-left: 40px
	}

	.menu ul ul,
	.menu ul ul ul {
		position: relative;
		left: 0;
		right: auto;
		width: 100%;
		margin: 0
	}

	.menu>ul>li.has-sub>a::after,
	.menu ul ul li.has-sub>a::after {
		display: none
	}

	#menu-line {
		display: none
	}

	.menu #menu-button {
		display: block;
		padding: 20px;
		color: #000;
		cursor: pointer;
		font-size: 12px;
		text-transform: uppercase
	}

	.menu #menu-button::after {
		content: '';
		position: absolute;
		top: 20px;
		right: 20px;
		display: block;
		width: 15px;
		height: 2px;
		background: #fff
	}

	.menu #menu-button::before {
		content: '';
		position: absolute;
		top: 25px;
		right: 20px;
		display: block;
		width: 15px;
		height: 3px;
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff
	}

	.menu .submenu-button {
		position: absolute;
		z-index: 10;
		right: 0;
		top: 0;
		display: block;
		border-left: 1px solid #eee;
		height: 52px;
		width: 52px;
		cursor: pointer
	}

	.menu .submenu-button::after {
		content: '';
		position: absolute;
		top: 21px;
		left: 26px;
		display: block;
		width: 1px;
		height: 11px;
		background: #999;
		z-index: 99
	}

	.menu .submenu-button::before {
		content: '';
		position: absolute;
		left: 21px;
		top: 26px;
		display: block;
		width: 11px;
		height: 1px;
		background: #999;
		z-index: 99
	}

	.menu .submenu-button.submenu-opened:after {
		display: none
	}

	.menu ul ul {
		background: transparent;
		border-bottom: none;
		padding: 0;
	}

	.menu ul ul ul {
		top: 0;
	}

	.menu li:hover>ul {
		left: auto;
		margin-left: auto;
	}

	.menu ul ul li>a:last-child {
		border-bottom: 0;
	}

	header .rightDiv .menu ul li ul li {
		border-bottom: 1px #eee dashed;
		border-top: 0;
	}

	header .rightDiv .menu ul li ul li:last-child {
		border: 0;
	}

	header .logo {
		/* width: 30%; */
		margin-left: 0;
		margin-top: 0;
		padding: 0;
	}

	header .logo p span:nth-child(2) {
		display: none;
	}

	header .logo p {
		margin-left: 10px;
		margin-top: 5px;
	}

	header .logo .font30 {
		font-size: 20px;
	}

	header .logo img {
		max-height: 45px;
		float: left;
		margin-top: 4px;
	}

	header .logo a {
		/* height: 35px; */
		display: block;
		margin-top: 5px;

	}

	.menu ul ul {
		visibility: visible;
		opacity: 1;
		transform: translate(0, 0);
		/* display: none; */
	}


	header .wrap {
		display: block;
	}


	header.header2 .rightDiv .menu>ul>li>a {
		color: #333;
	}

	header {
		position: fixed !important;
		z-index: 999;
		top: 0;
		left: auto;
		right: 0;
		width: 100%;
		height: 60px;
		padding-top: 0;
		background: #fff;
		transition: right 300ms !important;
		border-bottom: 1px #eee solid;
	}

	header.header2 {
		background: #FFFFFF;
		border: 0;
		box-shadow: 0 0 5px #EEEEEE;
	}


	header .rightDiv .menu>ul>li>a:hover {
		color: #009A44;
	}

	.on-fixed header {
		box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
	}

	header .rightDiv .menu>ul>li .submenu-button,
	header .rightDiv .menu>ul>li:hover .submenu-button {
		transform: rotate(0deg);
	}

	header .rightDiv .menu>ul>li .submenu-button.submenu-opened {
		transform: rotate(0deg);
	}

	/*body.on-menu header {right: 45%;}*/
	header .mbtn {
		display: block;
	}

	body.on-menu header {
		height: 100%;
		background: #fff;
	}

	body.on-menu header .mbtn {
		z-index: 9999;
	}

	header .rightDiv .menu>ul>li:hover>a,
	header .rightDiv .menu>ul>li:focus>a,
	header .rightDiv .menu>ul>li.on>a,
	header .rightDiv .menu>ul>li.active>a {
		color: #333;
	}

	header .rightDiv .menu {
		float: right;
		position: fixed;
		top: 60px;
		right: 0;
		width: 100%;
		height: 100%;
		padding-top: 0;
		/* background-color: rgba(0, 0, 0, 0.9); */
		background: #fff;
		border-bottom: 1px solid #f8f8f847;
		transition: right 300ms;
		right: -100%;
		padding: 0;
		z-index: 9999;
		text-align: center;
		margin-top: 0;
		overflow-y: scroll;
		padding-bottom: 20px;
		padding-bottom: 80px;
	}

	header .rightDiv .menu>ul>li>a::after {
		display: none;
	}

	header .rightDiv .menu>ul>li>a::before {
		display: none;
	}

	header .rightDiv .menu ul>li {
		padding: 0;
		margin: 0;
		border-bottom: 1px solid #eee;
		float: none;
		width: 100%;
		position: relative;
	}

	header .rightDiv .menu ul>li:first-child {
		border-top: 1px #eee solid;
	}

	header .rightDiv .menu ul li a {
		display: block;
		line-height: 50px;
		height: 50px;
		color: #333;
		/*padding: 0 15px;*/
		text-align: left;
		font-size: 16px;
		font-weight: normal;
	}

	header .rightDiv .menu>ul>li>a.now::after,
	header .rightDiv .menu>ul>li:hover>a::after {
		display: none;
	}

	header .rightDiv .menu>ul>li>a.login {
		width: 100px;
		margin: 10px 0;
		margin-left: 20px;
		text-align: center;
	}

	header .rightDiv .menu>ul>li>a small {
		display: none;
	}

	header .rightDiv .menu>ul {
		display: block;
		/* padding-top: 60px; */
		width: 100%;
	}

	body.on-menu header .rightDiv .menu {
		right: 0;
	}

	body.on-menu .main {
		right: 0;
	}

	header .rightDiv .menu ul ul.open {
		display: block !important;
	}

	header .rightDiv .menu>ul>li>a {
		padding: 0 20px;
		background: none;
		margin: 0;
		width: 100%;
		color: #333;
	}

	header .rightDiv .menu ul li i {
		display: block;
	}

	header .twoMenu {
		position: relative;
		top: 0px;
		background: none;
		padding: 0;
		width: initial;
	}

	header .twoMenu dl {
		margin-bottom: 10px;
	}

	header .twoMenu dl dd {
		margin-top: 0;
	}

	header .rightDiv .menu ul li .twoMenu dl dt>a {
		color: #fff;
	}

	.on-fixed header .rightDiv .menu ul li .twoMenu dl dt>a {
		color: #000;
	}

	header .rightDiv .menu ul li .twoMenu {
		top: 10px;
		box-shadow: none;
	}

	header .rightDiv .menu ul li .twoMenu .liDiv>a {
		line-height: 32px;
		height: 32px;
		font-weight: normal;
	}

	header .twoMenu .liDiv>a:after {
		top: 0;
	}

	header .rightDiv .menu ul li.relativeLi .twoMenu .ulDiv {
		margin: 0 15px;
	}

	header .rightDiv .menu ul li>a:hover,
	header .rightDiv .menu ul li>a:focus,
	header .rightDiv .menu ul li>a.on {
		color: #0d436e;
	}

	header .rightDiv .menu ul li .twoMenu dl dt>a {
		line-height: 50px;
		height: initial;
	}

	header .rightDiv .menu>ul>li>a::before {
		display: none;
	}

	header .rightDiv .menu>ul>li:hover,
	header .rightDiv .menu>ul>li:focus,
	header .rightDiv .menu>ul>li.on {
		background: none;
	}

	header .rightDiv .menu>ul>li.on>a {
		color: #0d436e;
	}

	header .rightDiv .menu>ul>li>a:hover span,
	header .rightDiv .menu>ul>li>a.now span {
		display: none;


		/* background: #3fba9e;
		border-bottom: 2px #3fba9e solid; */
	}



	.hideDiv {
		display: none;
	}

	.rz {
		display: none;
	}

	.bannerIndex {
		margin-top: 60px;
	}

	.bannerIndex .swiper-slide img {
		min-height: 240px;
		object-fit: cover;
	}


	header .rightDiv .menu>ul>li>a:hover,
	header .rightDiv .menu>ul>li>a.now {
		color: #0044a0;
	}

	header .rightDiv .menu>ul>li:hover>a,
	header .rightDiv .menu>ul>li>a.now {
		background: none;
	}

	header .logo .wenzi {
		display: none;
	}

	header .wrap2 {
		display: block;
		width: 95%;
	}

	.fixed_rt {
		display: none;
	}

	.bannerIndex .swiper-pagination-clickable .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}

	.indexDiv1,
	.indexDiv3,
	.indexDiv5 {
		padding: 40px 0;
	}

	.indexDiv1 .content ul li {
		width: 33%;
		border: 0;
		margin-bottom: 20px;
		padding: 0 10px;
		font-size: 12px;
	}

	.indexDiv1 .content ul li:before {
		display: none;
	}

	.indexDiv1 .content ul li .font18 {
		font-size: 14px;
	}

	.indexDiv1 .content ul li img {
		width: 30px;
	}

	.index_title_pro {
		height: 160px;
	}

	.sw_div {
		position: relative;
		width: 100%;
	}

	.indx_pro .textDiv {
		width: 100%;
		float: none;
		padding: 40px 20px;
		min-height: auto;
	}

	.indx_pro .textDiv .wenzi {
		width: 100%;
	}

	.index_pro2 .textDiv .wenzi {
		padding-top: 10%;
	}

	.indexDiv3 .content ul {
		flex-wrap: wrap;
		width: 100%;
		margin-bottom: 10px;
	}

	.indexDiv3 .content ul li {
		width: 48%;
		margin-bottom: 10px;
	}

	.indexDiv3 .content ul li:nth-child(even) {
		margin-left: 4%;
	}

	.indexDiv3 .content ul li a {
		width: 100%;
		margin-left: 0;
		font-size: 14px;
	}

	.indexDiv3 .content .col-6 {
		padding: 0 5px;
		margin-bottom: 10px;
	}

	.indexDiv3 .content .row {
		margin: 0 -5px;
	}

	.indexDiv4 .swiper-slide img {
		min-height: 180px;
		object-fit: cover;
	}

	.indexDiv4 .btnDiv .swiper-button-white {
		width: 30px;
		height: 30px;
	}

	.indexDiv4 .btnDiv .swiper-button-next {
		right: -10px;
	}

	.indexDiv4 .btnDiv .swiper-button-prev {
		left: -10px;
	}

	.indexDiv4 .font18 {
		font-size: 14px;
	}

	.youshi .textDiv {
		min-height: 100px;
	}

	.youshi .col-lg-4 {
		margin-bottom: 10px;
	}

	.hezuo .content ul li {
		width: 29.5%;
	}

	.indexDiv6 .flDiv,
	.indexDiv6 .frDiv {
		width: 100%;
	}

	.indexDiv6 .wenzi {
		padding: 15px;
	}

	.indexDiv6 .time {
		width: 65px;
		height: 55px;
		padding-right: 10px;
	}

	.indexDiv6 .text {
		width: calc(100% - 85px);
		float: right;
	}

	.indexDiv6 .text p:nth-child(2) {
		font-size: 12px;
	}

	.indexDiv6 .frDiv ul li a {
		padding: 15px;
	}

	.indexDiv6 .frDiv ul li .text p:first-child {
		font-size: 14px;
	}

	.indexDiv6 .frDiv ul li {
		margin-top: 10px;
		margin-bottom: 0;
	}

	footer {
		margin-top: 40px;
		padding-top: 40px;
	}

	footer>.wrap {
		display: block;
	}

	.footDiv {
		width: 100% !important;
		margin-bottom: 20px;
	}

	.footDiv>ul>li {
		width: auto;
		margin-right: 15px;
		float: left;
	}

	.footDiv.pro_foot>ul>li {
		margin-right: 0;
	}

	footer .f_biaoti {
		margin-bottom: 10px;
	}

	.foot_link a {
		margin-right: 10px;
	}

	.aboutDiv1 .flex2 {
		display: block;
	}

	.aboutDiv1 .wenzi {
		width: 100%;
		margin-bottom: 20px;
	}

	.aboutDiv2 ul li {
		width: 100%;
		float: none;
	}

	.aboutDiv2 ul li img {
		height: 230px;
	}

	.aboutDiv2 ul li .wenzi {
		height: auto;
		padding: 30px 20px;
	}

	.nav_fl,
	.conFr {
		width: 100%;
	}

	.contact_fl {
		display: none;
	}

	.conFr {
		margin-top: 20px;
	}

	.proDiv .conFr .col-lg-3,
	.conFr .col-lg-4 {
		padding: 0 5px;
	}

	.lunbo {
		width: 100%;
	}

	.pro_info {
		width: 100%;
		margin-top: 20px;
	}

	.form_fl {
		width: 100%;
	}

	.form_fl:nth-child(2) {
		margin-top: 20px;
	}

	.news_fl,
	.news_fr {
		width: 100%;
	}

	.newsList li .mask {
		width: 100px;
		height: 100px;
	}

	.newsList li .textDiv {
		width: calc(100% - 110px);
	}

	.newsList li a {
		padding: 15px 10px;
	}

	.newsList li .textDiv>.font18 {
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		font-size: 16px;
	}

	.newsList li .textDiv .ovh3 {
		-webkit-line-clamp: 2;
		margin-top: 3px;
	}

	.newsList li .textDiv .font12 {
		margin-top: 3px;
	}

	.newsList li .more {
		display: none;
	}

	.news_fr {
		margin-top: 20px;
	}

	.news_xqFl {
		width: 100%;
	}

	.banner_nei {
		margin-top: 60px;
	}

	.banner_nei img {
		min-height: 160px;
		object-fit: cover;
	}

	.banner_nei .absolute {
		bottom: 20px;
	}

	.lx_fl .flex {
		width: 100%;
		justify-content: initial;
	}

	.lx_fl {
		width: 100%;
		height: auto;
		padding: 20px;
	}

	.lxDiv>.wrap>.flex {
		display: block;
	}

	.lx_fl ul li {
		margin-bottom: 20px;
	}

	.lxDiv .mapDiv {
		width: 100%;
		height: 350px;
	}

	.menu ul li:hover>.menu_fixed {
		display: block;
	}

	.menu ul li.open>.menu_fixed {
		display: block !important;
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		opacity: 1;
	}

	.menu ul li>.menu_fixed #tabCon {
		display: none;
	}

	.menu ul li>.menu_fixed.dlsc ul {
		width: 100%;
	}

	.menu ul ul li>a span {
		display: none;
	}

	.search,
	.lang {
		display: none;
	}

	.search_m {
		position: relative;
		width: calc(100% - 40px);
		height: 36px;
		background-color: #f2f4f6;
		border-radius: 30px;
		margin: 0 20px;
		display: block;
	}

	.search_m input {
		width: 88%;
		height: 34px;
		border: 0;
		background: none;
		padding-right: 10px;
	}

	.lang_m {
		display: flex;
		padding: 15px 20px;
		border-bottom: 1px solid #eee;
		margin-bottom: 20px;
	}

	.lang_m a {
		margin: 0 10px;
	}

	.ewm {
		margin-left: 10px;
	}

	.indexDiv6 {
		padding-top: 40px;
	}

	.indx_pro .textDiv {
		padding-bottom: 20px;
	}

	.xgDiv {
		margin-top: 40px;
	}
}



/*PAD屏幕下的专用样式*/
@media screen and (min-width: 768px) and (max-width:992px) {

	.wrap,
	.wrap2 {
		width: 96%;
		margin: 0 auto;
		font-size: 14px;
	}

	.hezuo .content ul li {
		width: 18.5%;
	}

	.aboutDiv2 ul li {
		width: 50%;
	}



}

/*中等PC屏幕下的专用样式*/
@media screen and (min-width:993px) and (max-width:1200px) {

	.wrap,
	.wrap2 {
		width: 96%;
		padding: 0;
		margin: 0 auto;
		min-width: auto;
	}


	header .rightDiv .menu>ul>li {
		padding: 0 8px;
	}

	header .rightDiv .menu>ul>li>a {
		font-size: 14px;
	}

	.search {
		margin: 0 10px;
		width: 120px;
		font-size: 13px;
	}

	.search input {
		width: 75px;
	}

	header .logo img {
		height: 50px;
	}

	.indexDiv6 .flDiv,
	.indexDiv6 .frDiv {
		width: 49%;
	}

	.aboutDiv1 .flex2>img {
		width: 45%;
	}

	.aboutDiv1 .wenzi {
		width: 50%;
	}

	.lunbo {
		width: 350px;
	}

	.pro_info {
		width: calc(100% - 380px);
	}

}

@media screen and (min-width:1201px)and (max-width:1320px) {
	.search {
		margin: 0 10px;
	}

	header .rightDiv .menu>ul>li {
		padding: 0 12px;
	}

	header .logo img {
		height: 60px;
	}
}

@media screen and (min-width:1321px)and (max-width:1600px) {
	.search {
		margin: 0 10px;
	}

	header .rightDiv .menu>ul>li {
		padding: 0 16px;
	}

	header .logo img {
		height: 65px;
	}
}

@media screen and (min-width:1601px)and (max-width:1660px) {
	header .rightDiv .menu>ul>li {
		padding: 0 18px;
	}
}



@media screen and (min-width:1201px)and (max-width:1500px) {
 .search {
  margin: 0 10px;
 }

 header .rightDiv .menu>ul>li {
  padding: 0 12px;
 }

 header .logo img {
  height: 60px;
 }
 
 .index_pro2 .textDiv .wenzi{
  padding-top: 40px;
 }
 .more_pro{
  margin-top: 25px;
 }
}


@media screen and (min-width:1201px)and (max-width:1400px) {
 .wrap{
  width: 1100px;
 }
 .foot_lx{
  margin-right: 30px;
 }
 .fixed_rt{
  right: 5px;
 }
 .indexDiv6 .flDiv,
 .indexDiv6 .frDiv{
  width: 540px;
 }
 .indexDiv6 .flDiv img{
  height: 452px;
  object-fit: cover;
 }
 .fixed_rt>ul>li>a{
  width: 60px;
  height: 60px;
 }
 .indx_pro .textDiv .wenzi{
  width: 465px;
 }
}
@media screen and (min-width:1201px)and (max-width:1600px) {
 .fixed_rt{
  right:10px;
 }
}