html,
body {
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #333;
	overflow-x: hidden;
        font-family: fontR!important;
}
@font-face {
 font-family: fontR;
 src: url('../fonts/SourceHanSansCN-Regular.otf');
}
.qqq2{
				height: 44px;
			}

.wrap {
	width: 1200px;
	margin: 0 auto;
}

.wrap2 {
	width: 1400px;
	margin: 0 auto;
}
.banquan a{
	color: #767676!important;
}
.showDiv {
	display: none;
}

.clearfixed {
	clear: both;
}

a {
	color: #000;
}

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: #004098;
}

/* img {
	max-width: 100%;

} */

.imgDiv {
	overflow: hidden;
}

.imgDiv img {
	width: 100%;
	transition: all 0.5s;
}

.mask:hover .imgDiv img {
	transform: scale(1.1);
}


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;
}

/**导航菜单**/
header {
	width: 100%;
	padding-top: 20px;
	/* position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: #FFFFFF; */
	height: 100px;
	/* box-shadow: 0 0 5px #ECEDEE; */
	/*overflow: hidden;*/
}

header.nei {
	border-bottom: 1px #cdcdcd solid;
}

header.header_index {
	background: none;
}

header .logo a {
	/* height: 54px; */
	position: relative;
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;

}

header .logo img {
	max-height: 100%;
}

header.on-fixed {
	position: fixed;
	top: 0;
	left: 0;
	background: #FFFFFF;
	z-index: 99;
	box-shadow: 0 0 10px #ccc;
}


header.on-fixed .rightDiv .menu>ul>li>a {
	color: #333;
}

header .rightDiv {
	float: right;
	margin-right: 48px;
}

header .rightDiv .menu {
	text-align: right;
	position: relative;
	height: 60px;
}


header .rightDiv .menu>ul {
	display: inline-block !important;
	/*overflow: hidden;*/
}

header .rightDiv .menu>ul>li {
	float: left;
	position: relative;
	padding: 0 25px;
	/*width: 126px;*/
}

header .rightDiv .menu>ul>li>a {
	height: 80px;
	display: block;
	/* justify-content: center; */
	/* align-items: center; */
	text-align: center;
	color: #000;
	position: relative;
	font-size: 16px;
	line-height: 65px;

}

header.header_index .rightDiv .menu>ul>li>a {
	color: #FFFFFF;
}

header .rightDiv .menu>ul>li:last-child {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #999;
}


header .rightDiv .menu>ul>li>a::after {
	content: "";
	width: 0;
	height: 3px;
	background: #004098;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	transition: .5s;
	z-index: 99;
}

header .rightDiv .menu>ul>li>a.now::after,
header .rightDiv .menu>ul>li:hover>a::after {
	width: 100%;
	transition: .5s;
	font-weight: bold;
}

header .rightDiv .menu>ul>li>a:hover,
header .rightDiv .menu>ul>li>a.now {
	color: #004098;
}

/* 
header .rightDiv .menu>ul>li:hover a span,
header .rightDiv .menu>ul>li:focus a span,
header .rightDiv .menu>ul>li.on a span,
header .rightDiv .menu>ul>li.active a span {
	display: block;
	width: 20px;
	height: 2px;
	background: #009a44;
	margin: 0 auto;
	margin-top: 1rem;

	/* background: #3fba9e;
	border-bottom: 2px #3fba9e solid; */
}

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: #004098;
}

header .rightDiv .menu ul li div.down_list {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 0.625rem;
	margin-top: -0.65rem;
	display: none;
}

header .rightDiv .menu ul li div.down_list ul li a {
	text-align: center;
	display: block;
}

header .mbtn {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(../img/menu1.svg) no-repeat center center;
	background-size: 70%;
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	z-index: 9999;
}


header .mbtn:active {
	opacity: .8;
}

header.header2 .rightDiv .menu>ul>li>a {
	color: #FFFFFF;
	margin: 0 2px;
	position: relative;
	text-transform: capitalize;
}

body.on-menu header .mbtn {
	background: url(../img/menu-hide1.svg) no-repeat center center;
	background-size: 40%;
	z-index: 9999;
}

.menu,
.menu ul li,
.menu ul li a,
.menu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	display: block;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}


.menu #menu-button {
	display: none
}

.menu {
	width: auto;
}

#menu-line {
	position: absolute;
	top: 0;
	left: 0;
	height: 3px;
	background: #b3c9e2;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out
}

.menu>ul>li {
	float: left;
}


.menu>ul>li>a {
	padding: 0;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
	color: #333;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease
}

.menu>ul>li:hover>a,
.menu>ul>li.active>a {
	color: #fff;
}

.menu ul li {
	/* overflow: hidden; */
}

.menu ul li:hover {
	/* overflow: visible; */
}

/*.menu>ul>li.has-sub:hover>a::after,.menu>ul>li.has-sub.on>a::after{border-color:#fff}*/
.menu ul ul {}

.menu ul li:hover>ul {
	top: 80px;
	opacity: 1;
	visibility: visible;

}

/*.menu.align-right li:hover>ul{right:0}*/
.menu ul ul ul {
	right: 100%;
	top: 0;
	width: 100%;
}

.menu ul ul li:hover>ul {
	margin-left: 0;
}

.menu ul ul li:hover {
	background: #d7e5f6;
}

/*.menu.align-right ul ul ul{margin-left:0;margin-right:100%}*/
.menu ul ul {

	width: 180px;
	/* margin-left: -8px; */
	text-align: center;
	position: absolute;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
	left: -30%;
	background: #fff;
	box-shadow: 0 0 5px #ccc;
}

.menu ul ul .ul {
	background: rgba(255, 255, 255, 1);
	/* border-radius: 6px; */
	box-shadow: 0px 5px 5px rgba(0, 0, 0, .1);
}

.menu ul ul li {
	padding: 0 15px;
	-webkit-transition: height .2s ease;
	-moz-transition: height .2s ease;
	-ms-transition: height .2s ease;
	-o-transition: height .2s ease;
	transition: height .2s ease;
	/* text-align: center; */
}

/*.menu ul ul li:first-child{border-radius: 6px 6px 0 0;}*/

/*.menu ul ul li a{padding:10px;width: width: 100%;;font-size:15px;text-decoration:none;color:#666666;-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease}
.menu ul ul li:hover>a,.menu ul ul li a:hover{color:#81D8D0;background: #F9F9F9;}*/
.menu ul ul li>a {
	font-size: 14px;
	color: #333;
	border-bottom: 1px solid #e5e5e5;
	text-decoration: none;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	padding: 10px 0;
}

.menu ul ul li>a:hover,
.menu ul ul li a:hover {
	/* color: #f05a59; */
	border: 0;
}

.menu ul ul li:last-child>a {
	border: 0;
}

.banner_nei {
	position: relative;
	object-fit: cover;
}
.banner_nei .absolute .title{
	font-family:"宋体";
}
.banner_nei .absolute{
	display: flex;
	align-items: center;
	height: 100%;
	width:100%;
	left: 0;
	top: 0;
}
.banner_nei .absolute.center{
	justify-content: center;
}
.banner_nei .absolute .wenzi{
	width: 880px;
	font-family:"宋体";
	line-height: 36px;
}

.bannerIndex .swiper-pagination-bullet {
	width: 40px;
	height: 10px;
	background: #fff;
	opacity: 0.6;
	border-radius: 15px;
	transition: all 0.5s;
	margin: 0 10px !important;
}

.bannerIndex .swiper-pagination {
	bottom: 30px;
}

.bannerIndex .swiper-button-white {
	opacity: 0.6;
	background-size: 70%;
	z-index: 99;
}


.bannerIndex .swiper-pagination-bullet-active {
	width: 40px;
	background: #fff;
	opacity: 1;
	border-radius: 10px;
}

.bannerIndex img {
	min-height: 160px;
	object-fit: cover;
}

.bannerIndex .wenzi {
	position: absolute;
	text-align: left;
	bottom: 180px;
	background: rgba(0, 0, 0, .6);
	color: #FFFFFF;
	padding: 35px 45px;
	line-height: 72px;
}

.bannerIndex p.more:hover {
	background: #204e9e;
	color: #fff;
	border: 1px #204e9e solid;
}

.top {
	height: 31px;
	line-height: 30px;
	color: #FFFFFF;
	background: #242424;
}

.top .fr p {
	float: left;
	margin-right: 20px;
}

.top p.relative {
	width: 20px;
}

.top p.relative img.absolute {
	top: 30px;
	z-index: 9;
	width: 110px !important;
	height: 110px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: none;
}

.top_form input {
	width: 156px;
	height: 24px;
	background-color: rgba(255, 255, 255, 0.16);
	border-radius: 11px;
	border: 0;
	padding-left: 30px;
	color: #FFFFFF;
	font-size: 12px;
}

.top_form button {
	border: 0;
	background: none;
	top: -2px;
	left: 3px;
}


.title .xian {
	position: relative;
	width: 54px;
	height: 3px;
	background: #164b9a;
	margin: 0 auto;
	margin-top: 20px;
}

.title .xian span {
	position: absolute;
	left: 0;
	top: 0;
	height: 3px;
	width: 10px;
	background: #ff6600;
}

.indexDiv1 {
	padding: 60px 0 100px 0;
	background: url(../img/index_bg1.png) no-repeat center center;
	background-size: cover;
}

.indexDiv1 .textDiv {
	width: 800px;
}

.more {
	width: 140px;
	height: 50px;
	background-color: #004098;
	border-radius: 10px 0px 10px 0px;
	display: block;
	line-height: 50px;
	text-align: center;
	color: #FFFFFF;
}

.more:hover {
	box-shadow: 0 0 10px #bbb;
	color: #fff;
}

.indexDiv2 {
	padding: 60px 0;
	background: url(../img/index_bg2.png) no-repeat center center;
	background-size: cover;
}

.indexDiv2 .textDiv {
	width: 370px;
}

.indexDiv2 ul.tab li {
	padding: 18px 0;
	border-bottom: 1px #fff dashed;
	width: 290px;
	cursor: pointer;
}

.indexDiv2 li span {
	width: 6px;
	height: 6px;
	background: #FFFFFF;
	border-radius: 50%;
	display: block;
	float: left;
	margin: 10px 20px 0 0;
}

.indexDiv2 li img.fr {
	margin-top: 5px;
	right: 0;
	display: none;
}

.indexDiv2 ul.tab li.active {
	color: #154995;
}

.indexDiv2 ul.tab li.active img.fr {
	display: block;
}

.indexDiv2 #tabCon .relative .xian {
	width: 16px;
	height: 2px;
	background-color: #004098;
	margin: 0 auto;
}

.indexDiv2 #tabCon .relative .absolute {
	bottom: 18px;
	left: 0;
	right: 0;
	text-align: center;
}

.indexDiv2 #tabCon .swiper-button-white {
	width: 40px;
	height: 100px;
	background-color: rgba(0, 0, 0, 0.2);
	background-size: 30%;
	top: 40%;
}

.indexDiv2 #tabCon .swiper-button-prev {
	left: 0;
}

.indexDiv2 #tabCon .swiper-button-next {
	right: 0;
}

.indexDiv2 #tabCon {
	width: calc(100% - 420px);
	float: right;
	margin-top: 8px;
}

.indexDiv2 #tabCon .tab_cell {
	display: none;
}

.indexDiv2 #tabCon .tab_cell:first-child {
	display: block;
}

.indexDiv2 .swiper-slide-prev {
	opacity: 0 !important;
}

a.more.center {
	margin: 0 auto;
}

.indexDiv3 {
	padding: 90px 0;
	background: url(../img/index_bg3.jpg) no-repeat center center;
	background-size: cover;
}

.indexDiv3 .title {
	text-align: left;
	position: absolute;
}

.indexDiv3 .title .xian {
	margin-left: 0;
}

.indexDiv3 .textDiv {
	width: 420px;
	margin-top: 150px;
}

.indexDiv3 .swiper-button-next {
	width: 44px;
	height: 44px;
	border: solid 1px #004098;
	background-size: 40%;
	top: auto;
	bottom: 120px;
	left: 54px;
}

.indexDiv3 .swiper-button-prev {
	width: 44px;
	height: 44px;
	border: solid 1px #004098;
	background-size: 40%;
	top: auto;
	bottom: 120px;
	left: 0;
}

.indexDiv3 .swiper-button-next:hover {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
	background-color: #004098;
}

.indexDiv3 .swiper-button-prev:hover {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
	background-color: #004098;
}

.indexDiv3 .swiper-pagination {
	width: 919px;
	right: 0;
	left: auto;
	background: rgba(0, 0, 0, 0.5);
	bottom: 0;
}

.indexDiv3 .swiper-pagination-bullet {
	background: #fff;
	width: 30px;
	height: 4px;
	border-radius: 0;
	opacity: 1;
}

.indexDiv3 .swiper-pagination-bullet-active {
	border-radius: 0;
	opacity: 1;
	background: url(../img/title.png) no-repeat;
	background-size: 100% 100%;
}

.indexDiv3 .swiper-slide img {
	width: 919px;
}

.indexDiv3 .swiper-slide {
	opacity: 0 !important;
}

.indexDiv3 .swiper-slide-active {
	opacity: 1 !important;
}

.indexDiv3 .more {
	position: absolute;
	left: 0;
	bottom: 10px;
	z-index: 99;
}

.indexDiv4 .row {
	margin: 0;
}

.indexDiv4 .row .col-lg-6 {
	padding: 0;
	margin: 0;
}

.indexDiv4 .blue2 {
	color: #afb7d5;
}

.indexDiv4 .textDiv .absolute {
	z-index: 9;
	/*width: 370px;*/
	top: 25%;
	left: 0px;
	width: 100%;
	height: 100%;
}

.indexDiv4 .textDiv .more {
	margin-top: 25px;
	border: 1px #fff solid;
	background: none;
	color: #FFFFFF;
}

.bg_blue {
	position: relative;
}

.indexDiv4 .col-lg-6:nth-child(2) .bg_blue::after,
.indexDiv4 .col-lg-6:nth-child(3) .bg_blue::after {
	display: none;
}

.bg_blue::after {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background-color: #004098;
	opacity: 0.66;
	z-index: 0;
}

.indexDiv5 {
	padding: 60px 0;
}

.indexDiv5 .tab_cell .fl.relative .absolute {
	bottom: 0;
	z-index: 9;
	width: 100%;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	padding: 20px 30px;
}

.date {
	text-align: right;
	position: relative;
	padding-right: 35px;
}

.date::after {
	width: 1px;
	height: 70%;
	background: #FFFFFF;
	content: "";
	position: absolute;
	top: 15%;
	right: 0;
}

.indexDiv5 .tab_cell .wenzi {
	width: 465px;
}

.indexDiv5 .tab_cell ul.fr {
	width: 680px;
}

.indexDiv5 .tab_cell ul.fr li {
	background: #ededed;
	height: 115px;
	margin-top: 22px;
	padding: 15px 20px;
}

.indexDiv5 .tab_cell ul.fr li:first-child {
	margin-top: 0;
}

.indexDiv5 .tab_cell ul.fr li .date::after {
	background: #333333;
}

.indexDiv5 .tab_cell ul.fr li:hover .f9 {
	color: #004098;
}

.indexDiv5 .tab li {

	width: 180px;
	height: 50px;
	background-color: #ededed;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	margin: 0 10px;

}

.indexDiv5 .tab li.active {
	background-color: #004098;
	color: #FFFFFF;
}

.indexDiv5 #tabCon .tab_cell {
	display: none;
}

.indexDiv5 #tabCon .tab_cell:first-child {
	display: block;
}

footer {
	background: #333333;
}

.foot_top ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 25px 0;
	border-bottom: 1px rgba(255, 255, 255, 0.16) solid;
}

.foot_top ul li {
	display: flex;
	line-height: 30px;
	align-items: center;
}

.foot_top ul li img {
	margin-right: 15px;
	width: 48px;
	height: 48px;
}

.foot_contact .btn {
	width: 110px;
	height: 40px;
	background: #004098;
	border-radius: 19px;
	line-height: 30px;
	margin-right: 18px;
}

.foot_tel {
	display: flex;
	align-items: flex-end;
	border-bottom: 1px #707070 solid;
	padding-bottom: 18px;
}

.con_list li {
	display: flex;
	align-items: center;
	padding: 8px 0;
}

.con_list li img {
	width: 18px;
	height: 18px;
	margin-right: 12px;
}

.wx_btn {
	margin-right: 15px;
}

.nav_foot ul {
	float: left;
	margin-left: 150px;
}

.nav_foot ul li a {
	color: #808080;
	display: block;
	padding: 5px 0;
}

.nav_foot ul li a:hover {
	color: #FFFFFF;
}

.nav_foot ul li:first-child a {
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 15px;
	font-size: 17px;
}

.ewmDiv p {
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
}

.ewmDiv {
	width: 230px;
}

.link {
	width: 230px;
	height: 38px;
	background-color: #4b4b4b;
}

.link .fr {
	width: 38px;
	height: 38px;
	background: #5d5d5d;
	display: flex;
	justify-content: center;
	align-items: center;
}

.link span {
	padding: 8px;
	display: inline-block;
	color: #808080;
}

.link .absolute {
	bottom: 38px;
	background: #FFFFFF;
	padding: 10px;
	width: 100%;
	left: 0;
	display: none;
	z-index: 9;
}

.link .absolute ul li {
	padding: 5px 0;
}

.resou span,
.resou a {
	color: #7d7d7d;
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 5px;
}

.resou a:hover {
	color: #FFFFFF;
}

.banquan {
	color: #767676;
	padding: 10px 0;
	border-top: 1px rgba(255, 255, 255, 0.16) solid;
}

.weizhi {
	padding: 10px 0;
	background: #FFFFFF;
	font-size: 16px;
	color: #393939;
	line-height: 30px;
}

.weizhi img {
	margin-top: 5px;
	margin-right: 10px;
}

.weizhi a:hover {
	color: #004098;
}

.bg_gray {
	background: #fafafa;
	padding-top: 50px;
	padding-bottom: 60px;
}

.bg_white {
	background: #FFFFFF;
	padding: 40px 35px;
}

.aboutDiv1 .content .wenzi {
	width: 630px;
}

.xian {
	display: block;
	width: 50px;
	height: 4px;
	background-color: #003894;
	margin: 25px 0;
}

.rongyuDiv1 .textDiv {
	padding: 8px;
	background: #fafafa;
}

.rongyuDiv1 .textDiv p {
	padding: 10px 0;
	font-size: 16px;
}

.rongyuDiv1 .col-lg-3 {
	margin-bottom: 50px;
}

.erji {
	width: 60%;
	text-align: right;
}

.erji a {
	color: #333333;
	padding: 0 18px;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	border-right: 1px #ccc solid;
}

.erji a:hover,
.erji a.now {
	color: #004098;
}

.proDiv1 .textDiv .imgDiv {
	border-radius: 10px;
	overflow: hidden;
}

.proDiv1 .textDiv .absolute {
	padding: 20px;
	background: rgba(0, 64, 152, 0.68);
	bottom: 0;
	left: 0;
	width: 100%;
	border-radius: 0 0 10px 10px;
}

.proDiv1 .textDiv .absolute .wenzi {
	padding: 15px 0;
	border-bottom: 1px rgba(255, 255, 255, 0.5) solid;
}

.shuju img {
	margin-right: 5px;
}

.proDiv1 .col-lg-6 ul li {
	height: 235px;
	background: #FFFFFF;
	border-radius: 10px;
	overflow: hidden;
	transition: all 0.5s;
	margin-bottom: 35px;
}

.proDiv1 .col-lg-6 ul li .imgDiv img {
	width: 310px;
	height: 235px;
}

.proDiv1 .col-lg-6 ul li .wenzi {
	width: calc(100% - 330px);
	margin-left: 20px;
	padding-right: 20px;
}

.proDiv1 .col-lg-6 ul li .wenzi .ovh2 {
	height: 100px;
	border-bottom: 1px #ccc solid;
}

.proDiv1 .col-lg-6 ul li :hover {
	background: #003894;
	color: #fff !important;
}

.proDiv1 .col-lg-6 ul li:hover .shuju img {
	opacity: 0;
}

.proDiv1 .col-lg-6 ul li:hover .shuju img.absolute {
	opacity: 1;
}

.proDiv1 .col-lg-6 ul li .shuju img.absolute {
	top: 3px;
	opacity: 0;
}

.proDiv1 .col-lg-6 ul li:hover .f9 {
	color: #FFFFFF;
}

.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;
	padding: 0 15px;
	height: 40px;
	background: #FFFFFF;
	margin: 0 5px;
	border-radius: 4px;
	text-align: center;
	line-height: 40px;
}

.fenye ul li a.now,
.fenye ul li a:hover {
	background: #004098;
	color: #fff;
}

.pro_xqDiv1>.fl {
	width: 50%;
	height: 640px;
}

.pro_xqDiv1>.fl .swiper-slide img {
	width: 100%;
	height: 640px;
	object-fit: cover;
}

.pro_xqDiv1>.fr {
	width: 40%;
	height: 640px;
	padding: 30px 40px;
	margin-right: 10%;
}

.pro_xqDiv1>.textDiv .blue {
	display: flex;
}

.pro_xqDiv1>.textDiv img.fl {
	margin-right: 10px;
	width: 27px;
	height: 24px;
}

.title_pro {
	padding-bottom: 15px;
	border-bottom: 1px #ccc solid;
}

.zixun button {
	width: 140px;
	height: 44px;
	background-color: #004098;
	border: 0;
	color: #FFFFFF;
	display: block;
	margin-top: 20px;
}

.pro_xq .tab2 {
	display: flex;
	border-bottom: 1px #ccc solid;
	align-items: center;
}

.pro_xq .tab2 li {
	width: 112px;
	margin-right: 50px;
	padding-bottom: 25px;
	cursor: pointer;
}

.pro_xq .tab2 li.active {
	font-size: 28px;
	color: #003894;
	border-bottom: 2px #003894 solid;
}

/*.pro_xq table {
	width: 100%;
}*/

/*.pro_xq table td:nth-child(1) {
	width: 30%;
	background: #003894;
	color: #FFFFFF;
	text-align: center;
}*/

.pro_xq table td{
	border: 1px solid #cbcbcb;
}

#tabCon2 .tab_cell {
	display: none;
}

#tabCon2 .tab_cell:first-child {
	display: block;
}

.newsDiv1 ul.newList li {
	padding: 20px;
	background: #FFFFFF;
	margin-bottom: 20px;
	transition: all 0.3s;
}

.newsDiv1 ul.newList li .mask {
	display: flex;
	align-items: center;
}

.newsDiv1 ul.newList li .imgDiv {
	width: 265px;
	height: 200px;
}

.newsDiv1 ul.newList li .wenzi {
	width: 840px;
	margin-left: 65px;
	border-right: 1px #eee solid;
	padding-right: 50px;
}

.newsDiv1 ul.newList li .date {
	padding-left: 40px;
	border: 0;
}

.newsDiv1 ul.newList li:hover {
	background: #003894;
}

.newsDiv1 ul.newList li:hover p {
	color: #fff !important;
}

.newsDiv1 ul.newList li .date::after {
	display: none;
}

.bsBox {
	width: auto !important;
	height: auto !important;
}

.bFind-wrapper-top {
	height: 26px !important;
}

.page_link {
	padding: 30px 0;
	border-top: 1px #eee solid;
}

.newsDiv2 .swiper-button-white {
	width: 40px;
	height: 100px;
	background-color: rgba(0, 0, 0, 0.5);
	background-size: 35%;
}

.newsDiv2 .swiper-button-prev {
	left: 0;
	top: 40%;
}

.newsDiv2 .swiper-button-next {
	right: 0;
	top: 40%;
}

.caseDiv1 .bigDiv .wenzi {
	width: 740px;
	min-height: 300px;
	background-color: #0e4597;
	box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	right: 0;
	top: 90px;
	padding: 80px 40px;
	z-index: 9;
}

.caseDiv1 .bigDiv .wenzi.fl {
	left: 0;
}

.title_case {
	padding: 5px 10px;
	background-color: #ffffff;
	border-radius: 6px;
	display: inline-block;
}

ul.xinxi li {
	margin: 5px 0;
}

ul.xinxi li img {
	float: left;
	margin-top: 3px;
	margin-right: 5px;
}

.caseDiv1 .col-lg-3 .textDiv {
	background: #FFFFFF;
	border-radius: 10px;
	overflow: hidden;
}

.caseDiv1 .col-lg-3 .textDiv .wenzi {
	padding: 15px 30px;
}

.caseDiv1 .col-lg-3 .textDiv .wenzi p.ovh2 {
	height: 50px;
}

.caseDiv1 .col-lg-3 .textDiv p.absolute {
	min-width: 180px;
	padding: 0 10px;
	height: 30px;
	right: 10px;
	line-height: 30px;
	color: #FFFFFF;
	top: 10px;
	background-color: #004098;
	border-radius: 6px;
	z-index: 9;
}

.caseDiv1 .block {
	margin-bottom: 50px;
}

ul.xinxi2 li img {
	float: left;
	margin-top: 8px;
	margin-right: 10px;
}

.case_hot .textDiv {
	background: #fafafa;
	border-radius: 10px;
	overflow: hidden;
}

.case_hot .textDiv .wenzi {
	padding: 18px 30px;
}

.case_hot .textDiv .wenz .ovh2 {
	height: 50px;
}

.case_hot .swiper-button-prev {
	left: 0;
	top: 30%;
}

.case_hot .swiper-button-next {
	right: 0;
	top: 30%;
}

.jishuDiv1 .content>.fl .absolute {
	width: 100%;
	bottom: 0;
	padding: 25px 50px;
	background: rgba(0, 0, 0, 0.5);
}

.jishuDiv1 .content>.fl {
	width: 65%;
}

.jishuDiv1 .content>.fl img {
	width: 100%;
	height: 690px;
	object-fit: cover;
}

.jishuDiv1 .content>.fr {
	width: 32%;
}

.jishuDiv1 .content>.fr .imgDiv img {
	width: 100%;
	height: 330px;
	object-fit: cover;
}

.jishuDiv1 .content>.fr .textDiv {
	overflow: hidden;
}

.jishuDiv1 .content>.fr .textDiv .absolute {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.89);
	padding: 40px 30px;
	bottom: -100%;
	left: 0;
	transition: all 0.5s;
}

.jishuDiv1 .content>.fr .textDiv:hover .absolute {
	bottom: 0;
}

.jishuDiv1 .content>.fr .text2 {
	background: #FFFFFF;
	padding: 40px 30px;
	height: 330px;
	transition: all 0.5s;
}

.jishuDiv1 .content>.fr .text2:hover {
	background: #004098;
	color: #FFFFFF;
}

.jishuDiv1 .content>.fr .text2:hover a {
	color: #FFFFFF;
}

.jishuDiv1 .content>.fr .text2:hover .f8f {
	color: #FFFFFF;
}

.jishuDiv1 .content {
	margin-bottom: 50px;
}

.contactDiv1 .lxfs {
	background: #FFFFFF;
	width: 50%;
	height: 400px;
	padding: 44px 75px;
}

.contactDiv1 .lxfs ul li {
	display: flex;
	align-items: center;
	margin: 25px 0;
	line-height: 30px;
}

.contactDiv1 .lxfs ul li img {
	margin-right: 20px;
}

.contactDiv1 .mapDiv {
	width: 50%;
	height: 400px;
}

.lyDiv textarea,
.lyDiv input {
	background: #FFFFFF;
	border: 0;
	padding: 0 20px;
}

.lyDiv textarea {
	width: 100%;
	height: 200px;
	resize: none;
	padding: 20px;
}

.lyDiv input {
	width: 49%;
	height: 50px;
	line-height: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.lyDiv form button {
	width: 100%;
	background: #003894;
	color: #FFFFFF;
	border: 0;
	height: 50px;
}

.youshiDiv .content {
	margin: 0 40px;
}

.youshiDiv .bigDiv .wenzi {
	background: rgba(46, 88, 150, 0.9);
	padding: 60px;
	width: 815px;
	border-radius: 0;
	display: flex;
	align-items: center;
	top: 50%;
	bottom: auto;
	transform: translate(0, -50%);
}

.youshiDiv .bigDiv .wenzi .xian {
	width: 32px;
	height: 3px;
	background-color: #FFFFFF;
	margin: 20px 0;
}

.youshiDiv .bigDiv {
	position: relative;
	height: 100%;
}

.youshiDiv .bigDiv .wenzi img.absolute {
	top: 15px;
	right: 15px;
}

.rightDiv .top_form {
	display: none;
}
.btn a{
	color: #FFFFFF;
}
.pro_xqDiv1 .swiper-pagination {
	width: 100%;
	right: 0;
	height: 30px;
	background: rgba(0, 0, 0, 0.5);
	bottom: 0;
	text-align: right;
	padding-right: 10px;
}

.pro_xqDiv1 .swiper-pagination-bullet {
	background: #fff;
	width: 30px;
	height: 4px;
	border-radius: 0;
	opacity: 1;
}

.pro_xqDiv1 .swiper-pagination-bullet-active {
	border-radius: 0;
	opacity: 1;
	background: url(../img/title.png) no-repeat;
	background-size: 100% 100%;
}
@media screen and (max-width:992px) {
	.videos video {
		width: 80% !important;
		margin: 60% 0 0 10%;
	}
}

/*PHONE屏幕下的专用样式*/
@media screen and (max-width:992px) {
	
	
	
	
	
	
	
	table{
            table-layout: fixed !important;
            width: 100% !important;
            border-collapse:collapse;
            border:none;
            font-size:0.23rem;
        }
 
td,th {
            width:1px;
            white-space:nowrap; /* 自适应宽度*/
            word-break:keep-all; /* 避免长单词截断，保持全部 */
            border:solid #676767 1px;
            text-align:center;
            white-space:pre-line;
            word-break:break-all !important;
            word-wrap:break-word !important;
            display:table-cell;
            vertical-align:middle !important;
            white-space: normal !important;
            height:auto;
            vertical-align:text-top;
            padding:2px 2px 0 2px;
            display: table-cell;
}
	
	td{
		font-size: 12px!important;
	}
	
	
	.tab_cell img{
		width: 100%!important;
	}

	.wrap,
	.wrap2 {
		width: 98%;
		margin: 0 auto;
		font-size: 14px;
	}

	.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: 5px;
	}

	header .logo img {
		max-height: 40px;
		float: left;
	}

	header .logo a {
		/* height: 35px; */
		display: block;
		margin-top: 5px;

	}

	.menu ul ul {
		visibility: visible;
		opacity: 1;
	}

	header .wrap {
		display: block;
	}


	header.header2 .rightDiv .menu>ul>li>a {
		color: #333;
	}

	header {
		position: fixed !important;
		z-index: 99;
		top: 30px;
		left: auto;
		right: 0;
		width: 100%;
		height: 60px;
		padding-top: 0;
		background: #fff;
		box-shadow: 0 0 5px #ccc;
		/* background: #000; */
		/*background-color: transparent;*/
		transition: right 300ms !important;
	}

	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);
	}



	/*body.on-menu header {right: 45%;}*/
	header .mbtn {
		display: block;
	}

	body.on-menu header .mbtn {
		z-index: 9999;
	}

	header .rightDiv .menu {
		float: right;
		position: fixed;
		top: 90px;
		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;
		overflow-y: auto;
		text-align: center;
		margin-top: 0;
		padding-bottom: 50px;
	}

	header .rightDiv .menu ul>li {
		padding: 0;
		margin: 0;
		border-bottom: 1px solid #eee;
		float: none;
		width: 100%;
	}

	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>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: #a13e91;
	}

	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: #204e9e;
	}

	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;
	}

	.bannerIndex,
	.banner_nei {
		margin-top: 90px;
	}

	.bannerIndex img {
		min-height: 200px;
	}

	.banner_nei img {
		min-height: 145px;
		object-fit: cover;
	}

	.bannerIndex .wrap {
		line-height: 22px;
		top: 30px;
		width: 95%;
	}

	.bannerIndex .wrap .font18 {
		font-size: 14px;
	}

	.bannerIndex .swiper-pagination {
		bottom: 10px;
	}

	.bannerIndex .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}

	.top {
		position: fixed;
		width: 100%;
		top: 0;
		z-index: 999;
	}

	header.on-fixed {
		top: 30px;
	}

	header .wrap2>.fr img {
		height: 35px;
	}

	header .wrap2>.fr {
		float: right;
		margin-right: 65px;
		margin-top: 10px;
		display: none;
	}

	.indexDiv1 .textDiv {
		width: 100%;
		margin-top: 20px;
	}

	.indexDiv1 .content img.fl {
		width: 100%;
	}

	.indexDiv1,
	.indexDiv2,
	.indexDiv3 {
		padding: 40px 0;
	}

	.indexDiv2 .textDiv {
		width: 100%;
	}

	.indexDiv2 #tabCon {
		width: 100%;
	}

	.indexDiv2 #tabCon img {
		width: 100%;
	}

	.indexDiv2 ul.tab li {
		width: 100%;
	}

	.indexDiv2 ul.tab {
		margin-bottom: 20px;
	}

	.indexDiv3 .textDiv {
		width: 100%;
		margin-bottom: 30px;
		margin-top: 120px;
	}

	.indexDiv3 .swiper-slide img {
		width: 100%;
	}

	.indexDiv3 .more {
		position: relative;
		margin-top: 50px;
	}

	.indexDiv3 .swiper-button-next,
	.indexDiv3 .swiper-button-prev {
		top: 300px;
		bottom: auto;
		width: 35px;
		height: 35px;
	}

	.indexDiv3 .swiper-slide .fr {
		margin-top: 80px;
	}

	.indexDiv3 .swiper-pagination {
		width: 100%;
	}

	.indexDiv4 .textDiv .absolute {
		width: 100%;
		padding: 20px 40px;
                top: 8%;
	}

	.indexDiv4 .textDiv img {
		min-height: 260px;
		object-fit: cover;
	}

	.indexDiv4 .textDiv .more {
		width: 100px;
		height: 35px;
		line-height: 35px;
	}

	.indexDiv5 .tab_cell .wenzi {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		width: 60%;
	}

	.indexDiv5 .tab_cell .fl.relative .absolute {
		padding: 20px;
	}

	.date {
		padding-right: 20px;
	}

	.indexDiv5 .tab_cell ul.fr {
		width: 100%;
		margin-top: 20px;
	}

	.indexDiv5 .tab_cell ul.fr li {
		height: auto;
		clear: both;
	}

	.foot_top ul {
		display: block;
		margin-bottom: 20px;
	}

	.foot_top ul li {
		margin-bottom: 15px;
		width: 49%;
		float: left;
		margin-bottom: 30px;
	}

	.foot_top ul li:nth-child(even) {
		margin-left: 2%;
	}

	.nav_foot ul {
		margin-left: 0;
		margin-right: 5%;
		width: 100%;
	}

	.ewmDiv {
		width: 100%;
	}

	.nav_foot ul li {
		float: left;
		margin-right: 15px;
	}

	.nav_foot ul li:first-child {
		float: none;

	}

	.nav_foot ul li:first-child a {
		margin-bottom: 0px;
	}

	.ewmDiv>.fr {
		float: none;
	}

	.banquan {
		padding: 15px;
	}

	.banner_nei {
		min-height: auto;
	}

	.aboutDiv1 .content .wenzi {
		width: 100%;
	}

	.bg_white {
		padding: 20px;
	}

	.aboutDiv1 .content img.fr {
		width: 100%;
	}

	.rongyuDiv1 .textDiv {
		height: 100%;
	}

	.rongyuDiv1 .textDiv p {
		font-size: 14px;
	}

	.proDiv1 .textDiv .absolute .wenzi {
		height: 1px;
		overflow: hidden;
		padding: 0;
		margin-top: 10px;
	}

	.proDiv1 .col-lg-6 ul li .wenzi {
		width: 100%;
		float: none;
		padding: 0;
		margin: 0;
		padding: 10px 15px;
	}

	.proDiv1 .col-lg-6 ul li .imgDiv {
		float: none;
	}

	.proDiv1 .col-lg-6 ul li .imgDiv img {
		width: 100%;
		height: auto;
	}

	.proDiv1 .col-lg-6 .textDiv {
		margin-bottom: 20px;
	}

	.proDiv1 .col-lg-6 ul li {
		height: auto;
		padding-bottom: 20px;
	}

	.pro_xqDiv1>.fl,
	.pro_xqDiv1>.fr {
		width: 100%;
		height: auto;
	}

	.pro_xqDiv1>.fl .swiper-slide img {
		height: auto;
	}

	.pro_xq .tab2 li {
		width: auto;
		margin-right: 20px;
	}

	.pro_xq .tab2 li.active {
		font-size: 18px;
	}

	.center img {
		width: 100%;
	}

	.pro_xqDiv1>.fr {
		margin-right: 0;
		padding: 20px;
	}

	.erji {
		margin: 20px 0;
	}

	.pro_js {
		margin-top: 30px;
	}

	.newsDiv1 ul.newList li .imgDiv {
		width: 100%;
	}

	.newsDiv1 ul.newList li .mask {
		display: block;
	}

	.newsDiv1 ul.newList li .wenzi {
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
		padding-right: 0;
		line-height: 24px;
		border: 0;
	}

	.newsDiv1 ul.newList li .date {
		margin-top: 20px;
	}

	.newsDiv1 ul.newList li .date span {
		display: inline;
		margin-left: 10px;
	}

	.page_link p {
		padding: 10px 0;
		width: 100%;
	}

	.caseDiv1 .bigDiv img.fl,
	.caseDiv1 .bigDiv img.fr {
		width: 100%;
		height: auto;
		float: none;
		margin-bottom: 20px;
	}

	.caseDiv1 .bigDiv .wenzi {
		position: relative;
		width: 100%;
		top: auto;
		padding: 20px;
		min-height: auto;
	}

	.caseDiv1 .col-lg-3 {
		margin-bottom: 20px;
	}

	.jishuDiv1 .content>.fl {
		width: 100%;
	}

	.jishuDiv1 .content>.fl img {
		height: auto;
	}

	.jishuDiv1 .content>.fl .absolute {
		padding: 1.25rem;
	}

	.jishuDiv1 .content>.fl .absolute .font15 {
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}

	.jishuDiv1 .content>.fr {
		width: 100%;
		margin-top: 20px;
	}

	.jishuDiv1 .content>.fr .imgDiv img {
		height: auto;
	}

	.jishuDiv1 .content>.fr .text2 {
		height: auto;
		padding: 20px;
	}

	.contactDiv1 .lxfs,
	.contactDiv1 .mapDiv {
		width: 100%;
	}

	.contactDiv1 .lxfs {
		padding: 40px 20px;
		height: auto;
	}

	.lyDiv input {
		width: 100%;
		margin: 5px 0;
	}

	.indexDiv4 .col-lg-6:nth-child(3) .bg_blue::after {
		display: block;
	}

	.indexDiv4 .col-lg-6:nth-child(2) .bg_blue::after,
	.indexDiv4 .col-lg-6:nth-child(4) .bg_blue::after {
		display: none;
	}

	.indexDiv4 .blue2 {
		color: #999999;
	}

	.youshiDiv .content {
		margin: 0;
	}

	.youshiDiv .bigDiv .wenzi {
		transform: translate(0, 0);
	}


	.rightDiv .top_form.fl {
		width: 90%;
		float: none;
		margin: 20px auto;
	}

	.rightDiv .top_form {
		display: block;
	}

	.rightDiv .top_form input {
		background: #CCCCCC;
		height: 35px;
		width: 100%;
	}

	.rightDiv .top_form button {
		margin-top: 5px;
	}

	.top_form {
		display: none;
	}

	.top .fr p {
		margin-right: 0;
		margin-left: 15px;
	}

	.zixun img {
		width: 100%;
		max-width: 320px;
	}

	.erji {

		width: 100%;
		text-align: center;
		white-space: nowrap;
		overflow-x: scroll;
		padding-bottom: 10px;
	}
	.rongyuDiv1 .col-lg-3{
		padding-left: 10px;
		padding-right: 10px;
	}
	.resou span{
		display: block;
	}
	.resou span, .resou a{
		margin-right: 10px;
	}
	.erji a{
		padding: 0 6%;
	}
	
	.font54{
		font-size: 24px;
	}
	.banner_nei .absolute .wenzi{
		font-size: 14px;
		width: 100%;
		line-height:24px;
	}
	.banner_nei .absolute{
		width: 95%;
		margin: 0 auto;
		left: 0;
		right: 0;
	}
	.resou{
		height: 80px;
		overflow: hidden;
	}
	.banner_nei.about_bn{
		font-size: 12px!important;
	}
	.banner_nei.about_bn .font28{
		font-size: 12px;
	}
	.banner_nei.about_bn .font16{
		font-size: 12px;
	}
	
}



/*PAD屏幕下的专用样式*/
@media screen and (min-width: 768px) and (max-width:992px) {
	

	.indexDiv4 .col-lg-6:nth-child(4) .bg_blue::after {
		display: block;
	}

	.indexDiv4 .col-lg-6:nth-child(2) .bg_blue::after,
	.indexDiv4 .col-lg-6:nth-child(3) .bg_blue::after {
		display: none;
	}

	.indexDiv5 #tabCon .tab_cell>.fl {
		width: 100%;
	}

	.indexDiv5 .tab_cell .wenzi {
		width: 80%;
	}

	.proDiv1 .col-lg-6 ul li {
		width: 49%;
		float: left;
		margin-bottom: 20px;
	}

	.proDiv1 .col-lg-6 ul li:nth-child(even) {
		margin-left: 2%;
	}

	.newsDiv1 ul.newList li .mask {
		display: flex;
	}

	.newsDiv1 ul.newList li .wenzi {
		margin-left: 35px;
	}

	.newsDiv1 ul.newList li .date {
		width: 320px;
	}

}
@media screen and (max-width:325px){
	.rongyuDiv1 .textDiv p {
	    font-size: 12px;
	}
	.erji a{
		padding: 0 6%;
	}
}

/*中等PC屏幕下的专用样式*/
@media screen and (min-width:993px) and (max-width:1024px) {
	.wrap2 {
		width: 98%;
	}


	header .rightDiv .menu>ul>li {
		padding: 0 10px;
	}

	header .rightDiv .menu>ul>li a {
		font-size: 14px;
	}

	.indexDiv1 .textDiv {
		width: calc(100% - 530px);
	}

	.indexDiv2 .swiper-slide img {
		width: 100%;
	}

	.indexDiv3 .textDiv {
		width: 100%;
		margin-bottom: 30px;
		margin-top: 120px;
	}

	.indexDiv3 .swiper-slide img {
		width: 100%;
	}

	.indexDiv3 .more {
		position: relative;
		margin-top: 50px;
	}

	.indexDiv3 .swiper-button-next,
	.indexDiv3 .swiper-button-prev {
		top: 300px;
		bottom: auto;
		width: 35px;
		height: 35px;
	}

	.indexDiv3 .swiper-slide .fr {
		margin-top: 80px;
		width: 100%;
	}

	.indexDiv3 .swiper-pagination {
		width: 100%;
	}

	.indexDiv4 .col-lg-6 img {
		height: 400px;
		object-fit: cover;
	}

	.indexDiv5 .tab_cell>.fl {
		width: 100%;
	}

	.indexDiv5 .tab_cell ul.fr {
		width: 100%;
		margin-top: 30px;
	}

	.nav_foot ul {
		margin-left: 100px;
	}

	.aboutDiv1 .content .wenzi {
		width: 100%;
		float: none;
	}

	.aboutDiv1 .content img.fr {
		float: none;
		margin: 50px auto;
		display: block;
	}

	.banner_nei {
		min-height: auto;
	}

	.proDiv1 .textDiv {
		height: 94%;
	}

	.proDiv1 .textDiv .imgDiv,
	.proDiv1 .textDiv .imgDiv img {
		height: 100%;
	}

	.center img {
		width: 100%;
	}

	.newsDiv1 ul.newList li .date {
		width: 240px;
	}

	.newsDiv1 ul.newList li .imgDiv {
		height: 100%;
	}

	.caseDiv1 .bigDiv .wenzi {
		width: 620px;
	}
}

@media screen and (min-width:1201px) and (max-width:1500px) {

	.wrap,
	.wrap2 {
		width: 98%;
	}

	header .rightDiv .menu>ul>li {
		padding: 0 20px;
	}

	.nav_foot ul {
		float: left;
		margin-left: 115px;
	}

	.indexDiv1 .textDiv {
		width: calc(100% - 520px);
	}

	.indexDiv3 .swiper-slide .fr,
	.indexDiv3 .swiper-pagination {
		width: calc(100% - 470px);
	}

	.indexDiv4 img {
		min-height: 400px;
		object-fit: cover;
	}

	.indexDiv5 .tab_cell>.fl,
	.indexDiv5 .tab_cell ul.fr {
		width: 49%;
		height: 525px;
	}

	.indexDiv5 .tab_cell>.fl img {
		height: 525px;
		object-fit: cover;
	}

	.indexDiv5 .tab_cell .wenzi {
		width: 385px;
	}

	.indexDiv5 .tab_cell ul.fr li {
		background: #ededed;
		height: 117px;
		margin-top: 19px;
		padding: 15px 20px;
	}

	.aboutDiv1 .content .wenzi {
		width: 55%;
	}

	.aboutDiv1 .content img.fr {
		width: 40%;
	}

	.proDiv1 .textDiv {
		height: 94%;
	}

	.proDiv1 .textDiv .imgDiv,
	.proDiv1 .textDiv .imgDiv img {
		height: 100%;
	}

	.newsDiv1 ul.newList li .date {
		width: 200px;
	}

	.youshiDiv .bigDiv .wenzi {
		width: 700px;
	}

}
/*#tabCon2 .tab_cell:nth-child(2) table td:nth-child(1){
	background: #fff!important;
}
#tabCon2 .tab_cell:nth-child(2) table td{
	color: #333!important;
}
#tabCon2 .tab_cell:nth-child(2) table{
	width: 840px!important;
	
}*/