html,
body {
	padding: 0;
	margin: 0;
	font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
	font-size: 0.94vw;
	color: #323232;
}

@font-face {
	font-family: "iconfont";
	/* Project id  */
	src: url('../fonts/iconfont.ttf?t=1635922021824') format('truetype');
}

.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 {
	padding: 0 13%;
	/* max-width: 1500px;*/
	min-width: 1200px;
	margin: 0 auto;
}

.wrap2 {
	width: 83vw;
	max-width: 1460px;
	margin: 0 auto;
}


.showDiv {
	display: none;
}

.clearfixed {
	clear: both;
}

a {
	color: #323232;
	font-size: 0.94vw;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.arrow-bottom {
	width: 0;
	height: 0;
	border: 0.42vw solid transparent;
	border-top-color: #A8A8A8;
}

/* 向右的箭头 */

.arrow-right {
	font-size: 0;
	line-height: 0;
	border-width: 0.93vw;
	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: rgba(20, 125, 160, 1);
	/* text-decoration: underline; */
}

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%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	padding-left: 13%;
	padding-right: 13%;
	/* border-bottom: 1px rgba(255, 255, 255, 0.4) solid; */
	height: 4.17vw;
	transition: all 0.2s;
	z-index: 999;
	background: #fff;
	/* box-shadow: 0 0 5px #ECEDEE; */
	/*overflow: hidden;*/
}

header.header2 {
	/* border-bottom: 1px #eee solid; */
}

header .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

body.on-menu header {
	border-bottom: 1px rgba(255, 255, 255, 0.4) solid;
}



header.on-fixed {
	border-bottom: 1px #ccc solid;
	background: #fff;
}


.tel {
	width: 285px;
	height: 60px;
	border-radius: 30px;
	border: solid 2px rgba(255, 255, 255, .3);
	margin-top: 20px;
}

.tel img {
	margin-right: 15px;
}

header .logo {
	/* height: 54px; */
	position: relative;
	z-index: 999;
}

header .logo img {
	max-height: 2.395vw;
	/* width: 4.43vw; */
}

header .logo p {
	margin-left: 20px;
}

header .rightDiv {
	float: right;
	padding-right: 2.6vw;
	margin-left: 2.5vw;
	/* margin-left: -7.5vw; */
}

header .rightDiv .menu {
	text-align: right;
}



header .rightDiv .menu>ul>li {
	float: left;
	/*padding: 0 1.77vw;*/
	padding: 0 1.42vw;
	/*width: 126px;*/
}


header .rightDiv .menu>ul>li>a {
	height: 4.17vw;
	display: block;
	/* justify-content: center; */
	/* align-items: center; */
	text-align: center;
	color: #323232;
	/* font-size: 0.94vw; */
	line-height: 4.17vw;
	position: relative;
	/* padding: 0 5px; */

	/* overflow: hidden; */
	/* font-weight: bold; */
}

header.header_index .rightDiv .menu>ul>li>a {
	color: #FFFFFF;
}


header .rightDiv .menu>ul>li>a::after {
	content: "";
	width: 0.94vw;
	height: 0.94vw;
	background: rgba(20, 125, 160, 0.14);
	position: absolute;
	border-radius: 50%;
	left: 50%;
	bottom: -0.47vw;
	transform: translateX(-50%);
	transition: .5s;
	z-index: 99;
	display: none;
}

header .rightDiv .menu>ul>li>a::before {
	content: "";
	width: 0.31vw;
	height: 0.31vw;
	background: #147DA0;
	position: absolute;
	border-radius: 50%;
	left: 50%;
	bottom: -0.17vw;
	transform: translateX(-50%);
	transition: .5s;
	z-index: 99;
	display: none;
}


header .rightDiv .menu>ul>li>a.now::after,
header .rightDiv .menu>ul>li:hover>a::after {
	display: block;
}

header .rightDiv .menu>ul>li>a.now::before,
header .rightDiv .menu>ul>li:hover>a::before {
	display: block;
}



header .rightDiv .menu>ul>li>a:hover,
header .rightDiv .menu>ul>li>a.now {
	color: rgba(20, 125, 160, 1) !important;
	/* font-weight: bold; */
}


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: rgba(20, 125, 160, 1);
	/* font-weight: bold; */
}

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: 3vw;
	height: 3vw;
	background: url(../img/menu1.svg) no-repeat center center;
	background-size: 70%;
	position: absolute;
	top: 1.3vw;
	right: -5vw;
	display: none;
	z-index: 9999;
}


header .mbtn:active {
	opacity: .8;
}


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;
	position: relative;
}


.menu>ul>li>a {
	padding: 0;
	/* font-size: 16px; */
	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.align-right li:hover>ul{right:0}*/



/* .menu ul ul li:hover {
	background: #d7e5f6;
} */

/*.menu.align-right ul ul ul{margin-left:0;margin-right:100%}*/
.menu ul ul {
	padding: 1vw 0;
	padding-bottom: 0;
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	width: 11.5vw;
	padding: 0.63rem 0;
	/* border-radius: 4px; */
	/* transform: translate(-50%, 0); */
	top: 4.17vw;
	z-index: 99;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
	visibility: hidden;
	/* transition: opacity .6s ease .2s, visibility .6s ease .2s; */
}

.menu ul ul ul {
	left: 11.5vw;
	width: 11.5vw;
	top: 0;
	width: 100%;
	transform: translate(0%, 0);
	height: 32vw;

	
	
}


.menu ul li:hover>ul {
	opacity: 1;
	visibility: visible;
	transition: opacity .2s ease, visibility .2s ease;
}

header.on-fixed .menu ul ul {
	/* background: #1171d6; */
}

.menu ul ul li {
	padding: 0 0.8vw;
	/* text-align: left; */
	-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 a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.menu ul ul li a img {
	width: 1vw;
	height: 1vw;
}

/*.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: 0.86vw;
	color: #fff;
	text-decoration: none;
	/* padding-bottom: 1vw; */
	position: relative;
	padding: 0.42vw 0;
	text-align: left;
	border-bottom: 2px transparent solid;
}

.menu ul ul li {

	padding-bottom: 0;
}

/* .menu:hover {
	background: rgba(0, 0, 0, 0.2);
} */

header .menu ul ul>li:hover>a {
	/* background: rgba(255, 255, 255, 0.2); */
	/* background: #147DA0; */
	border-bottom: 2px #147DA0 solid;
}

/* .menu ul ul li>a::before {
	content: "";
	display: block;
	position: absolute;
	background: #FFFFFF;
	width: 0;
	height: 2px;
	left: 0;
	bottom: 0;
	transition: width 0.3s;
}

.menu ul ul li:hover>a::before {
	width: 100%;
} */



.navRt div {
	padding: 0 1vw;
	position: relative;
	display: flex;
	align-items: center;

}

.navRt div::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	background: #979797;
	height: 0.9vw;
	width: 1px;
}

.navRt div:last-child::after {
	display: none;
}

.navRt div .jiantou {
	display: block;
}

.navRt div.login_p {
	cursor: pointer;
	position: relative;
	padding-bottom: 1vw;
	margin-top: 1vw;
}

.login_p span {
	margin-top: 0.35vw;
	margin-left: 0.5vw;
}

.login_p .link_a {
	position: absolute;
	box-shadow: 0 0 5px #ccc;
	display: block;
	width: 7vw;
	padding: 0.5vw 1vw;
	text-align: center;
	border-radius: 3px;
	top: 2.2vw;
	font-size: 0.93vw;
	display: none;
	z-index: 99;
	background: #fff;
}

.login_p:hover .link_a {
	display: block;
}

.login_p .link_a:before {
	content: "";
	position: absolute;
	top: -0.9vw;
	left: 2vw;
	width: 0;
	height: 0;
	border: 0.42vw solid transparent;
	border-bottom-color: #fff;
	filter: drop-shadow(0px 0px 2px #ccc);
}

.login_p .link_a::after {
	content: "";
	width: 1vw;
	background: #fff;
	height: 2px;
	left: 1.82vw;
	right: 0;
	top: -1px;
	position: absolute;
}

#search {
	cursor: pointer;
}

.banner_nei .absolute {
	font-size: 2.5vw;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	display: flex;
	align-items: center;
}

footer {
	background: #262626;
	padding-top: 2.7vw;
	color: #CACACA;
	font-size: 0.83vw;
	width: 100%;
	overflow-x: hidden;
	line-height: 1.58vw;
	margin-top: 2.5vw;
}

footer .wrap .flex2 {
	align-items: flex-start;
}

footer a {
	color: #AFAFAF;
	font-size: 0.83vw;

}

footer a:hover {
	color: #fff;
}

.ewm img {
	width: 8.54vw;
}

.ewm img:nth-child(2) {
	margin-left: 1vw;
}

.foot_fr {
	margin-top: 1vw;
	align-items: flex-start;
}

.navDiv {
	min-width: 8.5vw;
	margin-right: 1.9vw;
}

.foot_xin {
	left: 0;
	right: -20%;
	top: 2vw;
	width: 85vw;
	/* width: 120%; */
}

.navDiv>a {
	color: #fff;
	font-weight: bold;
	font-size: 0.94vw;
}

.navDiv>.quan {
	width: 0.78vw;
	height: 0.78vw;
	border-radius: 50%;
	border: 1px solid #DEDEDE;
	margin: 0.15vw 0 0.52vw 0;
	position: relative;
	z-index: 9;
}

.navDiv>.quan:before {
	content: "";
	position: absolute;
	width: 40%;
	height: 40%;
	background: #DEDEDE;
	top: 30%;
	left: 30%;
	border-radius: 50%;
}

.foot_fl {
	margin-left: 13.5%;
}

.foot_fr {
	/*padding-right: 7%;*/
	padding-right: 2%;
}

.banquan {
	padding: 15px 12% 15px 13.5%;
	margin-top: 80px;
	border-top: 1px solid #4D4D4D;
}

a.shop {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
	width: 9.63vw;
	height: 2.55vw;
	border-radius: 5px;
	border: 1px solid #979797;

}

.banner_nei {
	margin-top: 4.17vw;
}

.scDiv1 .wenzi {
	color: #646464;
}

.scDiv1 .wenzi .font36 {
	line-height: 2.44vw;
}

.scDiv1 .img {
	width: 30.2vw;
}

.scDiv1 a:hover {
	text-decoration: underline;
}

.searchDiv {
	position: fixed;
	z-index: 9991;
	width: 50%;
	height: 3vw;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-bottom: 1px #eee solid;
	display: none;
}

.searchDiv form {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.searchDiv input {
	width: 95%;
	height: 3vw;
	padding: 0 1vw;
	border: 0;
	background: none;
	color: #fff;
	padding-left: 0;
}

/* .searchDiv input::placeholder{
	color: #fff;
} */
.searchDiv .button {
	width: 5%;
	background: none;
	border: 0;
}

.popDiv {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .65);
	z-index: 999;
	display: none;
}

.wentiDiv1 {
	padding-bottom: 0;
}

.wentiDiv1 .wenzi {
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0;
	top: 0;
	z-index: 9;
}

.wentiDiv1 .wenzi p {
	position: relative;
	z-index: 9;
}

.wentiDiv1 .tab li {
	max-width: 32.2%;
}

.wentiDiv1 li.active .wenzi p,
.wentiDiv1 li:hover .wenzi p {
	font-size: 1.875vw;
}

.wentiDiv1 .wenzi:before {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	background: rgba(20, 125, 160, 0.58);
	z-index: 2;
	opacity: 0;
	transition: all 0.5s;
}

.wentiDiv1 li.active .wenzi:before,
.wentiDiv1 li:hover .wenzi:before {
	opacity: 1;
}

.wenti_list li {

	padding: 1.56vw 0;
	line-height: 1.4vw;
	border-bottom: 1px solid #E6E6E6;
}

.fenye select {
	width: 2.91vw;
	height: 1.66vw;
	border: 1px solid #DCDEE0;
	background-color: #fff;
	padding: 0 0.2vw;
}

.se_img {
	position: absolute;
	right: 1.25vw;
	top: 0.25vw;
	width: 1vw;
}

.fenye ul {
	margin: 0 10px;
}

.fenye ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1.66vw;
	height: 1.66vw;
	background: #FFFFFF;
	border-radius: 2px;
	border: 1px solid #DCDEE0;
	margin: 0 2px;
}

.fenye ul li a.now,
.fenye ul li a:hover {
	background: #147DA0;
	border: 1px solid #147DA0;
	color: #fff;
}

.fenye ul li:first-child a,
.fenye ul li:last-child a {
	font-family: "宋体";
}

.fenye input {
	width: 2.29vw;
	height: 1.66vw;
	background: #FFFFFF;
	border-radius: 2px;
	border: 1px solid #DCDEE0;
	margin: 0 2px;
	text-align: center;
}

#searDiv {
	position: fixed;
	display: none;
	width: 100%;
	left: 0;
	top: 4.17vw;
	padding: 2.5vw 0;
	background: #FFFFFF;
	border-bottom: 2px #147DA0 solid;
	z-index: 99;
}

#searDiv form {
	width: 35vw;
	height: 2.8vw;
	margin: 0 auto;
	border: 1px #ccc solid;
	padding: 0 10px;
	display: flex;
	align-items: center;
}

#searDiv input {
	width: calc(100% - 2.5vw);
	height: 2.65vw;
	border: 0;
}

#searDiv button {
	border: 0;
	background: none;
}

.typeDiv {
	border-bottom: 1px solid #E6E6E6;
}

.typeDiv ul li {
	padding: 1.26vw 0;
	position: relative;
	margin: 0 2.34vw;
}

.typeDiv ul li::after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 1px;
	background: #147DA0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 0;
	transition: all 0.5s;
}

.typeDiv ul li.active::after,
.typeDiv ul li:hover::after {
	width: 100%;
}

.typeDiv ul li img {
	position: absolute;
	z-index: 9;
	left: 50%;
	transform: translate(-50%, 0);
	width: 1.54vw;
	height: 1.54vw;
	bottom: -0.75vw;
	display: none;
}

.typeDiv ul li:hover img,
.typeDiv ul li.active img {
	display: block;
}

.typeDiv ul li.active,
.typeDiv ul li:hover {
	font-weight: bold;
	color: #147DA0;
}

.videoDiv1 .textDiv .img {
	position: absolute;
	bottom: 0.7vw;
	left: 0.7vw;
	z-index: 9;
}

.videoDiv1 .col-lg-4 {
	margin-top: 2.38vw;
}

.downDiv1 .tab li {
	max-width: 32.2%;

}

.downDiv1 .tab li:hover a,
.downDiv1 .tab li.active a {
	color: #147DA0;
	font-weight: bold;
}

.downDiv1 .tab li img {
	width: 23.36vw;
}

.downDiv1 .tab li:hover .wenzi p,
.downDiv1 .tab li.active .wenzi p {

	font-size: 1.875vw;
}

/* .downDiv1 .tab li:hover img,
.downDiv1 .tab li.active img {
	border: 2px #147DA0 solid;
} */
.downDiv1 .tab li .wenzi p {
	position: relative;
	z-index: 9;
}

.downDiv1 .tab li:hover .wenzi::after,
.downDiv1 .tab li.active .wenzi::after {
	opacity: 1;
}

.downDiv1 .tab li .wenzi::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(20, 125, 160, 0.58);
	z-index: 6;
	transition: all 0.5s;
	opacity: 0;
}

.downDiv1 .tab li .wenzi {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.down_wenzi,
.xaizai_list a {
	color: #646464;
}

.downDiv1 .content::after {
	content: "";
	position: absolute;
	top: 0;
	left: -10%;
	width: 120%;
	height: 100%;
	background: #F7F7F7;
	z-index: 2;
}

.downDiv1 .content .tab,
.downDiv1 .content #tabCon,
.downDiv1 .content .fenye {
	position: relative;
	z-index: 9;
}

.xaizai_list {}

.xiazai {
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.xiazai img {
	margin-right: 0.5vw;
}

.xaizai_list li {
	padding: 1.5vw 1.30vw;
	border: 1px solid #C6C6C6;
	background: #fff;
	margin-top: 0.5vw;
	transition: all 0.3s;

}

.xaizai_list li:hover {
	box-shadow: 0 0 8px #ccc;
	border: 1px #147DA0 solid;
}

.xaizai_list li p:first-child {
	width: 80%;
	font-size: 0.94vw;
}


.popW {
	width: 52.08vw;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #FFFFFF;
	padding: 2.6vw 5.2vw;
	z-index: 9999;
	border-radius: 15px;
	display: none;
}

.popW input {
	width: 100%;
	height: 2.96vw;
	border-radius: 5px;
	border: 1px #c9c9c9 solid;
	padding: 0 0.8vw;
	margin-bottom: 1.14VW;
}

.popW select {
	width: 100%;
	height: 2.96vw;
	border-radius: 5px;
	border: 1px #c9c9c9 solid;
	padding: 0 15px;
	margin-bottom: 13px;
	outline: none;
}

.popW button {
	width: 10.2vw;
	height: 2.81vw;
	border: 1px solid #147DA0;
	margin-top: 1.5vw;
	background: #fff;
	font-size: 0.94vw;
	color: #147DA0;
	margin-bottom: 1vw;
	transition: all 0.3s;
}

.popW button:hover {
	background: #147DA0;
	color: #fff;
}

.popW p.wid4 input {
	width: 68%;
}

.popW .upload .wenzi {
	width: 90%;
	margin: 0 5%;
	display: flex;
	justify-content: center;
	justify-content: flex-start;
	align-items: flex-end;
}

.popW .upload .wenzi img {
	width: 1.8vw;
}

.closeImg {
	position: absolute;
	width: 1.35vw;
	top: -1.5vw;
	right: -1.5vw;
	cursor: pointer;
}

.zhuce,
.login {
	cursor: pointer;
}

.zhuceDiv input[type="button"] {
	width: 30% !important;
	float: right;
	height: 52px;
	background: none;
	border: 1px #b62634 solid;
	color: #b62634;
	cursor: pointer;
}

.wid4 img {
	width: 11.51vw;
}

.wid4 input {
	margin-bottom: 0;
}

.serviceDiv2 {
	padding-top: 4.16vw;
	padding-bottom: 5.73vw;
	background: url(../img/ser_bg.png) no-repeat center center;
	background-size: cover;
}

.serviceDiv2 .xaizai_list li:hover {
	box-shadow: none;
}

.serviceDiv2 .title a:hover {
	color: #fff;
}

.title a {
	align-items: flex-end;
}

.xaizai_list li:hover p:first-child {
	color: #147DA0;
}

.serviceDiv3 {
	padding: 4.16vw 0;
	background: #f7f7f7;
}

.kepu_list.h_auto {
	height: auto;
}

.kepu_list .newsPop {
	margin-bottom: -2.5vw;
}

.kepu_list li {
	position: relative;
	padding: 2.5vw 0;
	border-bottom: 1px solid #E6E6E6;
}

.kepu_list li .wenzi {
	width: 92%;
}

.kepu_list li .font16 {
	color: #646464;
	line-height: 1.40vw;
}

.more_btn,
.jiaza_more .jiazai_btn {
	position: absolute;
	top: 4.2vw;
	right: 0;
	display: block;
	border-radius: 50%;
	width: 1.4vw;
	height: 1.4vw;
	background: #147DA0;
	cursor: pointer;
}

.jiaza_more .jiazai_btn {
	position: relative;
	top: 0;
	margin-left: 0.5vw;
}

.more_btn:before,
.jiaza_more .jiazai_btn:before {
	width: 48%;
	height: 2px;
	background: #fff;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.more_btn::after,
.jiaza_more .jiazai_btn::after {
	height: 48%;
	width: 2px;
	background: #fff;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.more_btn.open::after,
.jiaza_more.open .jiazai_btn::after {
	display: none;
}

.jiaza_more {
	align-items: flex-end;
}

.jz1.show {
	display: flex !important;
}

.ser100 {
	padding-top: 4.17vw;
	margin-top: -4.17vw;
}

.jz2 {
	display: none;
}

.jz2.show {
	display: flex !important;
}

.open_ul2 {
	display: none;
}



.contactDiv ul li p {
	display: flex;
	align-items: center;
}

.contactDiv ul li p img {
	margin-right: 5px;
	width: 1.1vw;
}

.contactDiv ul li {
	padding: 0.17vw 0;
}

.luxian {
	display: inline-block;
	padding-bottom: 0.15vw;
	border-bottom: 1px #147DA0 solid;
}

.luxian img {
	margin-right: 5px;
	margin-top: -4px;
	width: 1.1vw;
}

.contactDiv .textDiv .wenzi {
	width: 60%;
	float: left;
	display: flex;
}

.contactDiv .textDiv .wenzi .text {
	width: calc(100% - 15.36vw);
	margin-left: 1.56vw;
	color: #646464;
}

.contactDiv .textDiv .wenzi>img {
	width: 13.8vw;
	height: 12.23vw;
	margin-top: 0.56vw;
}

.contactDiv .textDiv:last-child {
	border: 0;
}

.mapDiv {
	width: 30.5%;
	height: 12.23vw;
	margin-top: 0.6vw;
}

.contactDiv .textDiv {
	padding: 4.167vw 0;
	border-bottom: 1px #E6E6E6 solid;
}

.mapDiv a.absolute {
	bottom: 10px;
	left: 10px;
}

.liuyanDiv {
	background: url(../img/contact3.png) no-repeat center center;
	background-size: cover;
	padding: 4.16vw 0;
}

.liuyanDiv form {
	/* width: 915px;
	margin: 0 auto; */
}

.liuyanDiv form input {
	border-radius: 5px;
	height: 4.11vw;
	line-height: 4.11vw;
	width: 100%;
	border: 0;
	background: rgba(255, 255, 255, 0.9);
	padding: 0 0.94vw;
}

.liuyanDiv form input.fl,
.liuyanDiv form input.fr {
	width: 49%;
}

.liuyanDiv ul li {
	margin-bottom: 15px;
}

.liuyanDiv ul li textarea {
	border-radius: 5px;
	height: 175px;
	resize: none;
	width: 100%;
	padding: 0.8vw;
	background: rgba(255, 255, 255, 0.9);
}


.xuqiu input[type="checkbox"] {
	width: 1.04vw;
	height: 1.04vw;
	position: relative;
	opacity: 0;
}

.xuqiu label {
	position: relative;
	color: #FFFFFF;
	margin-right: 45px;
	cursor: pointer;
	padding-left: 5px;
}

.xuqiu label::before {
	position: absolute;
	content: "";
	width: 1.04vw;
	height: 1.04vw;
	background: none;
	border: 1px #ccc solid;
	top: 0.15vw;
	left: 0;
	border: 1px #ccc solid;
}

.xuqiu label.checked::after {
	content: "";
	width: 0.625vw;
	height: 0.625vw;
	background: url(../img/dui.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0.36vw;
	left: 0;
	margin-left: 3px;
	;
}

.liuyanDiv {
	margin-bottom: -2.5vw;
}

.liuyanDiv form button {
	width: 10.2vw;
	height: 2.81vw;
	margin: 0 auto;
	display: block;
	border: 0;
	color: #FFFFFF;
	background: #147DA0;
	margin-top: 40px;
}

.aboutDiv1 {
	padding-bottom: 4.16vw;
}

.aboutDiv1 .wrap {
	position: relative;
	z-index: 9;
}

.aboutDiv1>img.absolute {
	bottom: 0;
	left: 5.5%;
	width: 48.75vw;
}

.aboutDiv2 {
	padding-top: 5.72vw;
	padding-bottom: 3vw;
	background: url(../img/about_bg.png) no-repeat center center;
	background-size: cover;
}

.aboutDiv2 ul li .imgDiv {
	width: 10vw;
	height: 10vw;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0.58vw;
	transition: all 0.3s;
}

.aboutDiv2 ul li {
	text-align: center;
	padding: 0 4vw;
}

.aboutDiv2 ul li .imgDiv img {
	width: 3.38vw;
}

.aboutDiv2 ul li:hover .imgDiv {
	box-shadow: 0 0 1vw #ccc;
}

.aboutDiv3 .swiper-slide {
	padding: 5px;
}

.aboutDiv3 .swiper-container {
	margin: 0 -5px;
}

.aboutDiv3 .swiper-slide img {
	border: 1px #dddddd solid;
}

.aboutDiv3 .swiper-slide:hover img {
	box-shadow: 0 0 5px #ccc;
}

.aboutDiv3 .content .swiper-button-black {
	width: 2vw;
	height: 2.71vw;
	opacity: 0.3;
	background-size: 50%;
}

.aboutDiv3 {
	padding-bottom: 3vw;
}

.aboutDiv3 .content .swiper-button-prev {
	left: -3vw;
}

.aboutDiv3 .content .swiper-button-next {
	right: -3vw;
}

.aboutDiv3 .wenzi .absolute {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}




.leftDiv {
	width: 19vw;
	float: left;
	background: #f4f4f4;
	padding: 33px;
}

.mainDiv {
	margin-top: 4.17vw;
	margin-bottom: -2.5vw;
	display: flex;
	flex-wrap: wrap;
	border-top: 1px #ccc solid;
}

.mine_bt {
	padding-bottom: 0.5vw;
	border-bottom: 1px solid #A8A8A8;
}

.mainRt {
	width: calc(100% - 19vw);
	padding: 0 12.5vw;
	padding-bottom: 5.8vw;
}

.touxiang {
	width: 7.03vw;
}

.xinxiDiv label {
	width: 10.41vw;
}

.xinxiDiv ul li {
	display: flex;
	align-items: center;
	margin-bottom: 1.25vw;
}

.xinxiDiv ul li input {
	width: 38.75vw;
	height: 2.96vw;
	padding: 0 1vw;
	background: #FFFFFF;
	border-radius: 3px;
	border: 1px solid #BEBEBE;
}

.xinxiDiv ul li img {
	width: 1.2vw;
}

.xiugai {
	margin-left: 0.8vw;
	color: #147DA0;
}

.btnDiv {
	margin-left: 10.41vw;
	justify-content: flex-start;
}

.btnDiv .baocun {
	width: 10vw;
	height: 2.81vw;
	background: #147DA0;
	color: #fff;
	border: 0;

}

.btnDiv .quxiao {
	width: 10vw;
	height: 2.81vw;
	background: #E9E9E9;
	margin-left: 1vw;
	display: block;
	text-align: center;
	line-height: 2.81vw;
}

.joinDiv1 {
	padding-bottom: 6vw;
}

.joinDiv1>img.absolute {
	width: 40.05vw;
	left: 1.8%;
}

.joinDiv2 {
	padding-top: 3.64vw;
	padding-bottom: 3.08vw;
	background: #F6F6F6;
}


.joinDiv2 {
	background: #f6f6f6;
}

.joinDiv2 .title_nei {
	width: 71%;
	margin: 0 auto;
}

.joinDiv2 .title_nei a,
.fasong {
	width: 10.26vw;
	height: 2.82vw;
	line-height: 2.82vw;
	border: 1px #147DA0 solid;
	display: block;
	color: #147DA0;
	margin: 0 auto;
	margin-top: 1.05vw;
	background: linear-gradient(#147DA0, #147DA0) no-repeat;
	transition: all 0.5s;
	background-size: 0 100%;
	text-align: center;
}

.joinDiv2 .title_nei a:hover,
.fasong:hover {
	background-size: 100% 100%;
	color: #FFFFFF;
}

.joinDiv2 .textDiv p span {
	margin-right: 20px;
}

.joinDiv2 .textDiv {
	background: #FFFFFF;
	border: 1px solid #E3E3E3;
	padding: 3.125vw 1.56vw;
	transition: all 0.5s;
	min-height: 15.2vw;
	cursor: pointer;
}

.joinDiv2 .col-lg-4 {
	padding: 0 7.5px;
	margin-bottom: 15px;
}

.joinDiv2 .textDiv:hover {
	box-shadow: 0 0 10px #CCCCCC;
}

.joinDiv2 {
	margin-bottom: -2.5vw;
}

.fasong {
	margin-top: 1.8vw;
}

.gangwei {
	display: flex;
	align-items: center;
	justify-content: initial;
}

.wenziCon {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 38vw;
	border-radius: 1vw;
	z-index: 9991;
	background: #fff;
	padding: 2.6vw;
	display: none;
	padding-top: 2vw;
}

.closeBtn {
	position: absolute;
	top: -1.5vw;
	right: -1.5vw;
	cursor: pointer;
}

/* .fasong {
	width: 164px;
	height: 45px;
	line-height: 45px;
	background: #B62635;
	color: #FFFFFF;
	margin: 0 auto;
	margin-top: 20px;
	color: #FFFFFF;
}

.fasong:hover {
	color: #FFFFFF;
}
 */
.yingyongDiv1 {
	padding: 3.9vw 2.6vw;
}

.yingyongDiv1 .textDiv {
	width: 49.6%;
}

.yingyongDiv1 .textDiv .wenzi {
	padding: 2vw;
	z-index: 9;
	width: 100%;
	height: 100%;
	bottom: 0;
}

.yingyongDiv1 .textDiv .wenzi .text {
	position: absolute;
	bottom: 0;
}

.yingyongDiv1 .textDiv .wenzi .text p {
	opacity: 0;
	width: 12vw;
	margin-top: 0.5vw;
	transition: all 0.5s;
}

.yingyongDiv1 .textDiv.mask:hover .wenzi .text p,
.yw_list>ul>li>a:hover>.wenzi .text p {
	opacity: 1;

	font-weight: normal;
}

.yingyongDiv1 .textDiv.mask:hover .wenzi .text,
.yw_list>ul>li>a:hover>.wenzi .text {
	bottom: 1.5vw;

	font-weight: normal;
}

.yingyongDiv1 .textDiv .wenzi>img {
	position: absolute;
	right: 1vw;
	bottom: 3vw;
}

.yingyongDiv1 .textDiv.mask:hover>a>.wenzi {
	background: linear-gradient(180deg, rgba(20, 125, 160, 0) 50%, #147DA0 100%);
}

.yw_list>ul>li>a:hover>.wenzi {
	background: linear-gradient(180deg, rgba(20, 125, 160, 0) 50%, #147DA0 100%);
}


.yingyongDiv1 {
	margin-bottom: -2vw;
}

.yingyongDiv1 .textDiv:hover .wenzi {
	font-weight: bold;
}

.bg_blue {
	background: #147DA0;
}

.yw_list li {
	height: 21vw;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
}

.yw_list li.bg_blue {
	padding: 3.5vw;
}

.yw_list li:last-child {
	margin-top: 0.75vw;
}

.yw_list li a {
	display: block;
	width: 100%;
}

.yingyongDiv1 .ywCon {
	margin-top: 0.7vw;
}

.yingyongDiv1 .ywCon:first-child {
	margin-top: 0;
}

.yingyongDiv1 .ywCon:nth-child(even) {
	flex-direction: row-reverse;
}

.yewuDiv1 {

	padding-top: 3.2vw;
	padding-bottom: 2vw;
}

.yewuDiv1 .content {
	padding-left: 12.8vw;
}

.yewuDiv1 .yewuCon {
	padding: 2.08vw 0;
	padding-bottom: 4vw;
	position: relative;
}

.yewuDiv1 .yewuCon::after {
	content: "";
	width: 85%;
	left: 0;
	margin: 0 auto;
	height: 1px;
	background: #eee;
	bottom: 0;
	position: absolute;
}

.yewuDiv1 .yewuCon .wenzi {
	width: 16.6vw;
}

.yewuDiv1 .yewuCon .lunbo {
	width: calc(100% - 20vw);
}

.yewuDiv1 .yewuCon a.flex {
	justify-content: flex-start;
}

.yewuDiv1 .yewuCon .swiper-slide .textDiv {
	overflow: hidden;
}

.yewuDiv1 .yewuCon .swiper-slide .text {
	width: 100%;
	height: 100%;
	opacity: 0;
	bottom: -100%;
	transition: all 0.3s;
	z-index: 9;
	background: linear-gradient(180deg, rgba(20, 125, 160, 0) 20%, #147DA0 100%);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.yewuDiv1 .yewuCon .swiper-slide img {
	width: 100%;
	height: 17.91vw;
	object-fit: cover;
}

.yewuDiv1 .yewuCon .swiper-slide .textDiv:hover .text {
	bottom: 0;
	opacity: 1;
}

.yewuDiv1 .yewuCon .swiper-slide .text p {
	width: 90%;
	position: absolute;
	bottom: 5%;
	left: 0;
	right: 0;
	margin: 0 auto;
	color: #fff;
}

.yewuDiv1 .yewuCon .swiper-button-black {
	width: 1.40vw;
	height: 1.40vw;
	border-radius: 50%;
	border: 1px #7f7f7f solid;
	top: auto;
	bottom: -2.5vw;
	background-size: 40%;
}

.yewuDiv1 .yewuCon .swiper-button-prev {
	left: 0;
}

.yewuDiv1 .yewuCon .swiper-button-next {
	right: 19.5%;
}

a.flex img {
	width: 1.54vw;
	margin-top: -0.1vw;
}

.yw_xqDiv1 {
	padding-top: 4vw;
}

.yw_xqDiv1 .textDiv .more {
	justify-content: flex-start;
}

.yw_xqDiv1 .textDiv .ovh3 {
	height: 7vw;
	overflow: hidden;
}

.yw_xqDiv1 .col-lg-4 {
	margin-top: 2.5vw;
	margin-bottom: 1vw;
}

.weizhi_now {
	color: #646464;
}

.weizhi_now a {
	color: #646464;
	margin: 0 0.5vw;
}

.weizhi_now a:first-child {
	margin-left: 0;
}

.weizhi_now a:last-child {
	color: #147DA0;
}

.conDiv {
	margin-top: 5vw;
}

.yw_proList .fu {
	align-items: flex-start;
}

.yw_proList .fu p:nth-child(2) {
	margin-top: 0.6vw;
}

.yw_proList .fu p:first-child {
	width: 90%;
}

.yw_proList .textDiv .imgDiv {
	border: 2px solid #BFBFBF;
	/* transition: all 0.3s; */
}

.yw_proList .textDiv:hover .imgDiv {
	border: 2px solid #147DA0;
}

.yw_proList .font22 {
	margin: 1vw 0;
}

.yw_proList .textDiv ul li {
	position: relative;
	padding-left: 0.8vw;
	line-height: 1.4vw;
	margin-bottom: 0.8vw;
	padding-right: 1vw;
}

.yw_proList .textDiv ul li:before {
	width: 0.4vw;
	height: 0.4vw;
	border: 1px #147DA0 solid;
	border-radius: 50%;
	content: "";
	position: absolute;
	top: 0.4vw;
	left: 0;
}

.yw_proList .col-lg-4 {
	margin-top: 3vw;
}

.more {
	justify-content: flex-start;
}

.more img {
	width: 1.66vw;
}

.xw_list li .textDiv {
	align-items: flex-start;
}

.xw_list li .textDiv .imgDiv {
	width: 23.22vw;
}

.xw_list li .textDiv .wenzi {
	width: calc(100% - 24.8vw);
}

.xw_list li .textDiv .wenzi .ovh2 {
	height: 3vw;
}

.xw_list li:first-child .newsPop {
	margin-top: 1vw;
}

.xw_list li {
	position: relative;

}

.xw_list li a {
	border-bottom: 1px solid #f6f6f6;
	display: block;
	padding: 1.77vw 0;
}

.xw_list li.open a {
	padding: 0;
	border: 0;
}

.newsPop {
	padding: 2vw;
	background: #f6f6f6;
	border-bottom: 2px #147DA0 solid;
	display: none;
}

.newsPop .jz2 {
	display: flex;
}

.newsPop .jz2 {
	border: 0;
}

.proRt {
	width: calc(100% - 19vw);
	padding: 2vw 3.8vw;
	padding-bottom: 3vw;
}

.proFl {
	width: 19vw;
	float: left;
	background: #f4f4f4;
	padding: 2vw;
}

.proSear {
	border: 1px solid #BEBEBE;
	background: #fff;
	height: 3.125vw;
}

.proSear button {
	background: none;
	border: 0;
	padding: 0;
}

.proSear button img {
	width: 2.5vw;
}

.proSear input {
	border: 0;
	padding-left: 0.5vw;
	width: calc(100% - 3vw);
}

.pro_title {
	padding-bottom: 0.6vw;
	border-bottom: 1px solid #252525;
}

.proRt .weizhi_now {
	margin-bottom: -1.35vw;
}

.proList2,
.proList3 {
	display: none;
}

.pro_sp {
	display: block;
	width: 1.46vw;
	height: 1.46vw;
	border: 2px #ccc solid;
	border-radius: 50%;
	position: relative;
}

.pro_sp::before {
	content: "";
	position: absolute;
	width: 50%;
	height: 2px;
	background: #ccc;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.pro_sp::after {
	content: "";
	position: absolute;
	height: 50%;
	width: 2px;
	background: #ccc;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.pro_sp.open {
	border: 2px #147DA0 solid;
}

.pro_sp.open:before {
	background: #147DA0;
}

.pro_sp.open::after {
	display: none;
}

.pro_sp2 {
	display: block;
	width: 1.46vw;
	height: 1.46vw;
	border-radius: 50%;
	position: relative;
}

.pro_sp2::before {
	content: "";
	position: absolute;
	width: 50%;
	height: 2px;
	background: #ccc;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.pro_sp2.open::before {
	background: #147DA0;
}

.pro_sp2::after {
	content: "";
	position: absolute;
	height: 50%;
	width: 2px;
	background: #ccc;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.pro_sp2.open::after {
	display: none;
}

.proList li a {
	font-size: 0.94vw;
}
.proList_z>li>p.open{
	border-bottom: 1px #ccc solid;
}
.proList2>li>p>img {
	width: 1vw;
	border: 0;
	margin-right: 0.2vw;
	transition: all 0.3s;
}
.proList2>li>p>img.open{
	border: 0;
	transform: rotate(-90deg);
}
.proList_z>li>p{
	padding: 0.5vw 0;
}

.proList_z>li {
	padding: 0.35vw 0;
	border-bottom: 1px #ccc solid;
}
.proList1{
	width: 95%;
	margin-left:5%;
	display: none;
}

.proList2>li {
	padding-left: 1vw;
	position: relative;
}

.proList2>li:before {
	content: "";
	position: absolute;
	width: 0.5vw;
	height: 0.5vw;
	border: 1px #147DA0 solid;
	border-radius: 50%;
	left: 0;
	top: 0.85vw;
	display: block;
}

.proList3 {
	background: #fff;
	padding: 0.5vw 0;
}

.proList3>li>a {
	display: block;
	padding: 0.65vw 0.8vw;
}

.proList3>li>a.now,
.proList3>li>a:hover {
	background: #147DA0;
	color: #fff;
}

.proList1 p.open a {
	color: #147DA0;
}

.proList2 p.open a {
	color: #147DA0;
}

.proList p.flex2 {
	padding: 0.5vw 0;
}

.proList1>li {
	padding: 0.35vw 0;
	border-bottom: 1px #ccc dashed;
}
.proList1>li:last-child{
	border: 0;
}

.proList3 {
	margin-bottom: 1vw;
}

.pro_xq_fl {
	width: 50%;

}

.pro_xq_fl .swiper-container {
	height: 100%;
}

.pro_xq_fl img {
	height: 100%;
	object-fit: cover;
}

.pro_xq_fr {
	width: 50%;
	padding: 4.94vw;
	background: #F5F5F5;
	padding-right: 7.55vw;
}

.pro_xqDiv1 {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px #ccc solid;
}

.pro_xqDiv1 {
	margin-top: 4.17vw;
}

.xq_list li {
	position: relative;
	padding: 0.3vw 0;
	padding-left: 1vw;
}

.xq_list li:before {
	content: "";
	position: absolute;
	width: 0.5vw;
	height: 0.5vw;
	border: 1px #147DA0 solid;
	border-radius: 50%;
	left: 0;
	top: 0.65vw;
	display: block;
}

.xq_list {
	margin: 1.5vw 0;
}

.pro_xq_fr #thumbs .swiper-slide {
	width: 3.33vw;
	height: 3.33vw;
	border: 2px solid #979797;
	object-fit: cover;
}

.pro_xq_fr #thumbs .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: center;
}

.pro_xq_fr #thumbs .swiper-slide.swiper-slide-thumb-active {
	border: 2px #147DA0 solid;
}

.pro_xq_fr #thumbs .swiper-slide.swiper-slide-thumb-active img {
	width: 100%;
	object-fit: cover;
}

.pro_xq_fr #thumbs {
	margin-top: 4vw;
}

.pro_xq_fr #gallery {
	position: relative;
	height: 100%;
}

.pro_xq_nav {

	border-bottom: 1px solid #E6E6E6;
}

.pro_xq_nav ul li {
	margin: 0 1.2vw;
	padding: 0 0.8vw;
	position: relative;
}

.pro_xq_nav ul li a {
	padding: 1.15vw 0;
	display: block;
	position: relative;
}

.pro_xq_nav ul li a::after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 1px;
	background: #147DA0;
	width: 0%;
	left: 50%;
	transform: translate(-50%, 0%);
	z-index: 9;
	transition: all 0.3s;
}

.pro_xq_nav ul li a:hover::after,
.pro_xq_nav ul li a.active::after {
	width: 100%;
}

.pro_xq_nav ul li a:hover,
.pro_xq_nav ul li a.active {
	color: #147DA0;
}

.pro_xq_nav ul li img {
	position: absolute;
	width: 1.55vw;
	bottom: -0.8vw;
	z-index: 10;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: none;
}

.pro_xq_nav ul li a:hover img,
.pro_xq_nav ul li a.active img {
	display: block;
}

.pro_xq_con1 .wenzi,
.pro_xq_con2 .wenzi {
	width: 51.81vw;
	margin: 0 auto;
	margin-top: 1vw;
}

.pro_xq_con2 {
	background: url(../img/pro_xq_bn.png) no-repeat center center;
	background-size: cover;
	padding: 10vw 0;
}

.pro_xq_con3 {
	padding: 4.427vw 0;
	background: url(../img/pro_xq_en.jpg) no-repeat center center;
	background-size: cover;
	min-height: 39vw;
}

.pro_xq_con3 .textDiv {
	width: 28vw;
}

.tupian {
	width: 31.25vw;
	height: 33.85vw;
	background: url(../img/quan.png) no-repeat center center;
	background-size: 100%;
}

.pro_xq_con4 li {
	display: flex;
	justify-content: space-between;
}

.pro_xq_con4 li p:first-child {
	width: 14vw;
	padding: 0 2.6vw;
}

.pro_xq_con4 li p:nth-child(2) {
	width: calc(100% - 15vw);
	color: #646464;
}

.pro_xq_con4 li {
	padding: 1vw 0;
	border-bottom: 1px solid #c7c7c7;
}

.guigeDiv {
	width: 62.5vw;
	margin: 0 auto;
	padding-top: 5vw;
	margin-top: -5vw;
}

.guige_title {
	padding: 1vw 2.6vw;
	background: #F2F2F2;
}

.canshu2 {
	display: none;
}

.pro_xq_con5 ul {
	display: flex;
	flex-wrap: wrap;
}

.pro_xq_con5 li {
	width: 13.33vw;
	margin-top: 1.55vw;
	float: left;
	margin-left: 1.4vw;
}

.pro_xq_con5 {
	background: #F7F7F7;
}

.pro_xq_con5 ul {
	margin-left: -1.8vw;
	display: flex;
	flex-wrap: wrap;
}

/* .pro_xq_con5 li .imgDiv {
	border: 1px solid #CACACA;
} */

/* .pro_xq_con5 li:hover .imgDiv {
	border: 1px solid #147DA0;
} */

.pro_xq_con5 li .ovh2 {
	padding: 0 0.1vw;
}

.pro_xq_con6 .xaizai_list {
	width: 62.5vw;
	margin: 0 auto;
	margin-top: 2.2vw;
}

.pro_xq_con6 .xaizai_list li {
	border: 0;
	border-bottom: 1px solid #979797;
	padding: 1vw 0;
}

.pro_xq_con6 .xaizai_list li:first-child {
	border-top: 1px solid #979797;
}

.pro_xq_con6 .xaizai_list li:hover {
	box-shadow: none;
}

.xiazai img {
	width: 1.45vw;
}

.sear_form {
	font-size: 0.83vw;
	width: 32.96vw;
	height: 2.96vw;
	background: #FFFFFF;
	border-radius: 3px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 0.5vw;
}

.sear_form input {
	height: 2.8vw;
	width: calc(100% - 4vw);
	padding-left: 1vw;
	border: 0;
	margin-top: 0.12vw;
}

.sear_form button {
	background: none;
	border: 0;
	outline: none;
	width: 3vw;
}

.searDiv1 .mask .imgDiv {
	border: 1px solid #BFBFBF;
}

.searDiv3 .col-lg-4 {
	margin-top: 1.2vw;
}

.searDiv4 ul li a {
	display: block;
	padding: 1vw 0;
	border-bottom: 1px solid #D4D4D4;
}

.searDiv4 ul li:first-child a {
	border-top: 1px solid #D4D4D4;
}

.h_index {
	background: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.h_index a {
	color: #fff !important;
}

.h_index .navRt img {
	filter: brightness(100);
}

header.on-fixed .menu>ul>li>a {
	color: #323232 !important;
}

header.on-fixed .navRt img {
	filter: brightness(0) !important;
	opacity: 0.6;
}

header.on-fixed.h_index .navRt a {
	color: #323232 !important;
}

header>.flex2 {
	height: 4.17vw;
}

.bannerIndex .swiper-pagination {
	width: 14.2vw;
	height: 28.41vw;
	border: 1px solid rgba(142, 142, 142, 0.38);
	border-radius: 18vw 0 0 18vw;
	right: 0;
	left: auto;
	bottom: -14vw;
}

.bannerIndex .swiper-pagination-bullet {
	background: #fff;
	opacity: 0.3;
	width: 0.73vw;
	height: 0.73vw;
}

.bannerIndex .swiper-pagination-bullet-active {
	background: #147DA0;
	opacity: 1;
}

.bannerIndex .swiper-pagination-bullet:first-child {
	position: absolute;
	left: 0.6vw;
	top: 30%;
}

.bannerIndex .swiper-pagination-bullet:nth-child(2) {
	position: absolute;
	left: 2.2vw;
	top: 19.5%;
}

.bannerIndex .swiper-pagination-bullet:nth-child(3) {
	position: absolute;
	left: 4.2vw;
	top: 11.5%;
}

.bannerIndex .swiper-pagination-bullet:nth-child(4) {
	position: absolute;
	left: 7vw;
	top: 4.8%;
}

.bannerIndex #thumbs {
	position: absolute;
	top: 50%;
	height: 100%;
	transform: translate(0, -50%);
	left: 3vw;
	z-index: 99;
	color: #C5C5C5;
	height: 10vw;
}

.bannerIndex #thumbs .swiper-slide {
	display: flex;
	align-items: center;
	height: 1vw;
	padding-left: 0.2vw;
}

.bannerIndex #thumbs span.dian {
	display: block;
	width: 0.5vw;
	height: 0.5vw;
	border-radius: 50%;
	background: #4B4B4B;
	margin-right: 0.5vw;
}

.bannerIndex #thumbs .swiper-slide p {
	display: none;
}

.bannerIndex #thumbs .swiper-slide {
	height: 1vw;
}

.bannerIndex #thumbs .swiper-slide-thumb-active p {
	display: block;
}

.bannerIndex #thumbs .swiper-slide-thumb-active .dian {
	width: 0.8vw;
	height: 0.8vw;
	background: #147DA0;
	margin-left: -0.2vw;
}

.sw_num {
	position: absolute;
	z-index: 9;
	display: flex;
	align-items: flex-end;
	right: 4vw;
	bottom: 2vw;
	color: rgba(255, 255, 255, 0.35);
}

.sw_num span:first-child {
	margin-right: 1vw;
	margin-top: 1vw;
}

.indexDiv1 {
	/*padding-top: 2.2vw;*/
	padding-top: 6.46vw;
	padding-bottom: 6.46vw;
	background: url(../img/index_bg_pro.jpg) no-repeat center center;
	background-size: cover;
}

.indexDiv1 .mask {
	border-radius: 8px;
	overflow: hidden;
}

.indexDiv1 .mask p:nth-child(2) {
	height: 3.9vw;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;

	padding: 0.06vw;
}

.indexDiv1 .content .swiper-button-black {
	width: 3vw;
	height: 2vw;
	background-size: 30%;
	opacity: 0.4;
	top: 5.8vw;
}

.indexDiv1 .content .swiper-button-next {
	right: -3vw;
}

.indexDiv1 .content .swiper-button-prev {
	left: -3vw;
}

.indexDiv2 .textDiv {
	padding: 0 1vw;
}

.indexDiv2 .content .swiper-button-black {
	width: 3vw;
	height: 2vw;
	background-size: 30%;
	opacity: 0.4;
	top: 2.8vw;
}

.indexDiv2 .content .swiper-button-next {
	right: -3vw;
}

.indexDiv2 .content .swiper-button-prev {
	left: -3vw;
}

.indexDiv2 .content .textDiv {
	position: relative;
	height: 6vw;
	line-height: 1.2vw;
}

.indexDiv2 .content .swiper-container {
	padding-left: 1px;
}

/* .indexDiv2 .content .textDiv{
	border-right: 1px #d7d7d7 solid;
} */
.indexDiv2 .content .swiper-slide {
	padding-bottom: 0.7vw;
}

.indexDiv2 .content .swiper-slide:first-child.textDiv {
	border-left: 1px #d7d7d7 solid;
}

.indexDiv2 .content .textDiv:before {
	width: 1px;
	height: 85%;
	top: 0;
	right: 0;
	background: #d7d7d7;
	position: absolute;
	content: "";
}

.indexDiv2 .content .textDiv::after {
	width: 0;
	height: 1px;
	position: absolute;
	background: #147DA0;
	content: "";
	bottom: 0;
	left: 50%;
	margin: 0 auto;
	transform: translate(-50%, 0);
	transition: all 0.5s;
}

.indexDiv2 .content .textDiv .img {
	width: 2.5vw;
	margin: 0 auto;
}

.indexDiv2 .content .textDiv:hover::after {
	width: calc(100% - 2vw);
}

.indexDiv2 .content .textDiv .hide_img {
	position: absolute;
	z-index: 99;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -0.7vw;
	width: 1.5vw;
	display: none;
}

.indexDiv2 .content .textDiv:hover .hide_img {
	display: block;
}

.indexDiv2 {
	background: url(../img/index_pro_bg2.png) no-repeat center bottom;
	background-size: 100%;
}

.indexDiv2 .content2 .tj_index {
	width: 12.86vw;
	display: flex;
	align-items: center;
	background: url(../img/index_tj_bg.png) no-repeat center center;
	background-size: 100%;
}

.indexDiv2 .content2 .tj_index img {}

.indexDiv2 .content2 .wenzi {
	background: #147DA0;
	width: 27.6vw;
	padding: 2vw 1vw;
	display: flex;
	border-radius: 0 14px 14px 0;
}

.indexDiv2 .content2 .wenzi .text {
	width: calc(100% - 14vw);
	margin-right: 1vw;
	margin-top: 1vw;
}

.indexDiv2 .content2 .tj_img {
	width: calc(100% - 27.6vw);
}

.indexDiv2 .content2 .textDiv {
	flex-wrap: wrap;
	display: flex;
	overflow: hidden;
	padding: 0;
}

.indexDiv2 .content2 .swiper-pagination {
	width: auto;
	left: calc(100% - 26.5vw);
	bottom: 1.5vw;
}

.indexDiv2 .content2 .swiper-pagination-bullet {
	background: #FFF;
	opacity: 0.5;
	margin: 0 0.4vw;
}

.indexDiv2 .content2 .swiper-pagination-bullet-active {
	opacity: 1;
	transform: scale(1.3);
}

.cp_tj_list .cpDiv {
	border-radius: 14px;
	border: 1px solid #DBDBDB;
	overflow: hidden;
	transition: all 0.3s;
}

.cp_tj_list .cpDiv:hover {
	box-shadow: 0 0 0.8vw #ccc;
}

.cp_tj_list .col-lg-3 {
	margin-top: 1.25vw;
}

.cp_tj_list .txt {
	height: 3.33vw;
	width: calc(100% + 2px);
	background: #F4F4F4;
	padding: 1vw;
	margin: -1px;
	text-align: center;
	/* transition: all 0.5s; */
}

.cp_tj_list .cpDiv:hover .txt {
	background: #147DA0;
	color: #fff;
}

.indexDiv3 .textDiv .wenzi {
	position: absolute;
	z-index: 9;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 2vw;
}

.indexDiv3 .textDiv .wenzi>img {
	margin-top: 1vw;
}

.indexDiv3 .textDiv .wenzi .txt {
	width: 78%;
}

.indexDiv3 .textDiv .wenzi .txt .ovh2 {
	width: 80%;
	margin-top: 0.8vw;
}

.ceDiv {
	width: 25%;
}

.centerDiv {
	width: 50%;
}

.centerDiv #thumbs2 {
	position: absolute;
	z-index: 99;
	bottom: 5vw;
	width: 80%;
	border-right: 1px #979797 solid;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.centerDiv #thumbs2 .swiper-slide {
	width: 33.33%;
	height: 2.15vw;
	line-height: 2.15vw;
	color: #fff;
	text-align: center;
	border: 1px #979797 solid;
	border-right: 0;
	cursor: pointer;
}



.centerDiv #thumbs2 .swiper-slide-thumb-active {
	background: #147DA0;
	color: #fff;
	border: 1px #147DA0 solid;
}

.centerDiv #gallery2 .wenzi {
	width: 60%;
	left: 0;
	right: 0;
	top: 3vw;
	margin: 0 auto;
	z-index: 9;
}

.centerDiv #gallery2 .wenzi .more {
	justify-content: center;
}

.indexDiv4 .content {
	margin-left: 13%;
	width: 35.93vw;
}

.ab_fenlei li {
	width: 12.08vw;
	height: 10.7vw;
	display: flex;
}

.ab_fenlei li a {
	padding: 1.8vw 1vw;
	width: 100%;
}

.ab_fenlei li:first-child {
	background: #147DA0;
}

.ab_fenlei li:nth-child(2) {
	background: #fff;
}

.ab_fenlei li a>.flex2>img {
	width: 1.5vw;
}

.ab_fenlei li:nth-child(3) {
	background: #43A6C7;
}

.indexDiv4 {
	background: url(../img/index_bg2.png) no-repeat center center;
	background-size: cover;
}

.indexDiv4>img {
	width: 43.22vw;
}

.indexDiv5 {
	background: url(../img/index_bg3.png) no-repeat center center;
	background-size: cover;
	min-height: 33.25vw;
}

.indexDiv5 .textDiv {
	background: #fff;
	border-radius: 14px;
	padding: 2.5vw;
	margin: 0.2vw;
	transition: all 0.5s;
	padding-bottom: 3vw;
}

.indexDiv5 .content {
	min-height: 24vw;
	padding-top: 2vw;
	padding-bottom: 2vw;
}

.indexDiv5 .textDiv:hover {
	margin-top: -1.5vw;
	background: #147DA0;
	color: #fff !important;
}

.indexDiv5 .textDiv:hover p {
	color: #fff !important;
}

.indexDiv5 .textDiv .more {
	display: none;
	align-items: flex-end;
}

.indexDiv5 .textDiv:hover .more {
	display: block;
}

.indexDiv5 .textDiv:hover .more img {
	width: 1.2vw;
	margin-left: 0.2vw;
}

.indexDiv5 .content a.more {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	justify-content: center;
	text-align: center;
}

.indexDiv5 .content a.more:hover {
	color: #fff;
}

.indexDiv6 {
	background: url(../img/index_bg_fw.png) no-repeat center center;
	background-size: cover;
}

.indexDiv6 .wenzi .more {
	margin-top: 1.5vw;
	display: block;
}

.indexDiv6 .wenzi .en {
	color: rgba(255, 255, 255, 0.45);
	margin-bottom: -0.5vw;
}

.indexDiv6 ul li {
	float: left;
	margin-left: 1.58vw;
}

.indexDiv6 ul li a {
	width: 8.54vw;
	height: 8.54vw;
	background: rgba(255, 255, 255, 0.22);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.09vw;
	text-align: center;
	color: #fff;
}

.indexDiv6 ul li a:hover {
	background: #147DA0;
	color: #fff;
}

.indexDiv6 {
	margin-bottom: -2.5vw;
}

.ab_fenlei li img {
	width: 3vw;
}

.pro_xq_nav.navFix {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background: #fff;
}

.on-fixed.hide {
	position: relative;
}

.upload input.absolute {
	width: 100%;
	height: 2.3vw;
	left: 0;
	top: 0;
	text-align: center;
	z-index: 99;
	opacity: 0;
	cursor: pointer;
}

.upload {
	margin-bottom: 1.2vw;
}

.upload .wenzi {
	position: absolute;
	width: 100%;
	height: 2.3vw;
	top: 0;
	left: 0;
	text-align: center;
	color: rgba(100, 100, 100, 0.7);
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.upload .wenzi img {
	margin-right: 0.8vw;
}

.menu_fl {
	position: fixed;
	left: 2vw;
	top: 30vh;
	z-index: 9999;
	width: 3vw;
}

.menu_fl .wrap {
	min-width: 9vw;
}

.menu_fl ul li a {
	display: flex;
	align-items: center;
	margin: 1vw 0;
	;
}

.menu_fl ul li span {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #4B4B4B;
	margin-right: 0.5vw;
}

.menu_fl ul li .active {
	color: #147DA0;
}

.menu_fl ul li p {
	display: none
}

.menu_fl ul li .active span {
	width: 14px;
	height: 14px;
	background: #147DA0;
	margin-left: -2.5px;
}

.menu_fl ul li .active p {
	display: block
}

/*PHONE屏幕下的专用样式*/
@media screen and (max-width:992px) {


	.wrap,
	.wrap2 {
		width: 90%;
		margin: 0 auto;
		font-size: 14px;
		padding: 0;
		min-width: auto;
	}

	.font16 {
		font-size: 16px;
	}

	.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 #333 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 #333;
		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 #333 dashed;
		border-top: 0;
	}

	header .rightDiv .menu ul li ul li:last-child {
		border: 0;
	}

	header .logo {
		/* width: 30%; */
		margin-left: -10px;
		margin-top: 0px;
	}

	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: 33px;
		float: left;
		margin-top: 3px;
	}

	header .logo a {
		/* height: 35px; */
		display: block;
		margin-top: 5px;

	}

	header.on-fixed {
		background: #fff;
	}

	.menu ul ul {
		visibility: visible;
		opacity: 1;
		transform: translate(0, 0);
		/* display: none; */
	}

	.menu ul li:hover>ul {
		display: none !important;
	}

	.menu ul li:hover>ul.open {
		display: block !important;
		width: 100%;
		left: 0;
		transform: translate(0);
	}

	header .wrap {
		display: block;
	}


	header.header2 .rightDiv .menu>ul>li>a {
		color: #fff;
	}

	header {
		position: fixed !important;
		z-index: 999;
		top: 0;
		left: auto;
		right: 0;
		width: 100%;
		height: 50px;
		padding-top: 0;
		background: #fff;
		/* background: rgba(0, 0, 0, .8); */
		/* box-shadow: 0 0 5px #ccc; */
		/* background: #000; */
		/*background-color: transparent;*/
		transition: right 300ms !important;
	}

	body.on-menu header {
		background: #fff;
	}


	header .mbtn {
		width: 50px;
		height: 50px;
		top: 0;
		right: -20px;
	}

	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>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: #fff;
	}

	header .rightDiv .menu {
		float: right;
		position: fixed;
		top: 50px;
		right: 0;
		width: 100%;
		height: 100%;
		padding-top: 0;
		background-color: rgba(0, 0, 0, 0.9);
		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 #333;
		float: none;
		width: 100%;
		position: relative;
	}

	header .rightDiv .menu ul>li:first-child {
		border-top: 1px #444 solid;
	}

	header .rightDiv .menu ul li a {
		display: block;
		line-height: 50px;
		height: 50px;
		color: #fff;
		/*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: #fff;
	}

	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: #fff;
	}

	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: #FF555C;
	}

	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; */
	}



	.bannerIndex {
		margin-top: 50px;

	}

	header .flex2 {
		display: block;
	}

	header {
		padding: 0 20px;
	}

	.h_index {
		background: #fff;
	}

	.h_index .navRt img {
		filter: brightness(0);
		opacity: 0.6;
	}

	.h_index a {
		color: #323232 !important;
		font-size: 14px;
	}

	.navRt div::after {
		height: 14px;
	}

	.navRt {
		padding-top: 10px;
	}

	#searDiv {
		top: 50px;
		height: 50px;
	}

	#searDiv form {
		width: calc(100% - 40px);
		height: 30px;
	}

	.popW {
		width: 80%;
	}

	.popW input {
		height: 30px;
		font-size: 14px;
	}

	.wid4 img {
		width: 75px;
	}

	.popW button {
		width: 90px;
		height: 30px;
		font-size: 14px;
	}

	.closeImg {
		width: 20px;
		right: -20px;
		top: -20px;
	}

	.indexDiv1 {
		padding: 40px 0;
		padding-top: 20px;
	}

	.indexDiv2 .content2 .tj_img {
		width: 100%;
		height: 180px;
		object-fit: cover;
	}

	.indexDiv2 .content2 .wenzi {
		width: 100%;
		padding: 20px;
		padding-bottom: 40px;
		border-radius: 0;
	}

	.indexDiv2 .content2 .textDiv {
		display: block;
	}


	.indexDiv2 .content .textDiv {
		height: 70px;
		line-height: 18px;
		font-size: 13px;

	}

	.indexDiv2 .content .textDiv .img {
		width: 30px;
	}

	.banner_nei {
		margin-top: 50px;
	}

	.banner_nei img {
		height: 160px;
		object-fit: cover;
	}

	.banner_nei .absolute .wrap {
		font-size: 20px;
	}

	a {
		font-size: 14px;
	}

	.indexDiv2 .content {
		padding: 0 20px;
		margin-bottom: 20px;
	}

	.indexDiv1 .swiper-container {
		width: 88%;
	}

	.indexDiv1 .content .swiper-button-next {
		right: -10px;
		top: 40px;
		width: 30px;
		height: 60px;
		background-size: 40%;
	}

	.indexDiv1 .content .swiper-button-prev {
		left: -10px;
		top: 40px;
		width: 30px;
		height: 60px;
		background-size: 40%;
	}

	.indexDiv2 .content .swiper-button-next {
		right: -10px;
		top: 20px;
		width: 30px;
		height: 60px;
		background-size: 40%;
	}

	.indexDiv2 .content .swiper-button-prev {
		left: -10px;
		top: 20px;
		width: 30px;
		height: 60px;
		background-size: 40%;
	}

	.indexDiv2 .content2 .swiper-container {
		border-radius: 10px;
		overflow: hidden;
	}

	.indexDiv2 .content2 .swiper-pagination {
		bottom: 10px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}

	.indexDiv2 .content2 .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		margin: 0 5px;
	}

	.indexDiv1 .mask p:nth-child(2) {
		height: 35px;
		padding: 8px;
	}

	.indexDiv1 .content {
		margin-top: 20px;
	}

	.indexDiv1 .mask p:nth-child(2) img {
		/* height: 25px; */
		width: auto;
	}

	.cp_tj_list .txt {
		height: 40px;
		line-height: 40px;
		padding: 0 12px;
	}

	.cp_tj_list .col-lg-3 {
		padding: 0 5px;
		margin-top: 10px;
	}

	.cp_tj_list .row {
		margin: 0 -5px;
	}

	.indexDiv3>.flex {
		display: block;
	}

	.ceDiv {
		width: 100%;
	}

	.ceDiv ul {
		display: flex;
		align-items: center;
	}

	.ceDiv li {
		width: 50%;
	}

	.indexDiv3 .textDiv .wenzi .txt .font30 {
		font-size: 15px;
	}

	.indexDiv3 .textDiv .wenzi>img {
		width: 20px;
	}

	.centerDiv {
		width: 100%;
	}

	.centerDiv .tab_cell .wenzi {
		top: 30px;
	}

	.centerDiv .tab li {
		height: 30px;
		line-height: 30px;
	}

	.indexDiv3 .textDiv .wenzi {
		padding: 15px;
	}

	.indexDiv3 .textDiv .wenzi .txt .ovh2 {
		font-size: 12px;
		margin-top: 10px;
	}

	.indexDiv4 {
		display: block;
	}

	.indexDiv4 .content {
		width: calc(100% - 40px);
		float: none;
		margin: 0 20px;
	}

	.ab_fenlei li {
		width: 33.33%;
		height: 100px;
	}

	.ab_fenlei li a {
		padding: 12px;
	}

	.ab_fenlei li a>img {
		width: 35px;
	}

	.ab_fenlei li a .font16 {
		font-size: 12px;
	}

	.ab_fenlei li a>.flex2>img {
		width: 16px;
	}

	.indexDiv4>img {
		width: 100%;
		float: none;
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.indexDiv5 .textDiv {
		padding: 20px;
	}

	.font16 {
		font-size: 14px;
		border-radius: 10px;
	}

	.indexDiv5 {
		padding: 40px 0;
		padding-bottom: 60px;
		margin-bottom: 10px;
	}

	.indexDiv5 .col-lg-4 {
		margin-bottom: 15px;
	}

	.indexDiv5 .content a.more {
		bottom: -20px;
	}

	.indexDiv6 .flex2 {
		display: block;
	}

	.indexDiv6 ul {
		margin-top: 30px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.indexDiv6 ul li {
		margin-left: 0px;
	}

	.indexDiv6 ul li:first-child {
		margin-left: 0;
	}

	.indexDiv6 ul li a {
		width: 70px;
		height: 70px;
	}

	.indexDiv6 ul li a img {
		height: 30px;
	}

	.indexDiv6 ul li a .mt5 {
		margin-top: 3px;
	}

	.indexDiv6 ul::after {
		width: 0;
	}

	.indexDiv6 {
		padding: 40px 0;
	}

	.more img {
		width: 19px;
	}

	footer .flex2 {
		display: block;
	}

	.foot_fl>img {
		width: 65px;
		margin-bottom: 10px;
	}

	.foot_fl {
		margin: 0 20px;
		font-size: 14px;
		line-height: 20px;
	}

	.foot_fl .flex {
		justify-content: flex-start;
	}

	.ewm img {
		width: 100px;
		margin-top: 10px;
	}

	.ewm img:nth-child(2) {
		margin-left: 20px;
	}

	.foot_fr {
		display: none;
	}

	footer {
		padding-top: 30px;
	}

	.banquan {
		margin-top: 30px;
		padding: 10px 20px;
		padding-top: 15px;
	}

	a.shop {
		width: 120px;
		height: 30px;
		margin-top: 10px;
		margin-bottom: 5px;
	}

	.indexDiv4 {
		padding-bottom: 0;
	}

	.h_index a {
		color: #333 !important;
	}

	.yingyongDiv1 .flex2 {
		display: block;
	}

	.yingyongDiv1 .textDiv {
		width: 100%;
	}

	.yingyongDiv1 .textDiv .wenzi .font30 {
		font-size: 18px;
	}

	.yingyongDiv1 .textDiv .wenzi img {
		width: 22px;
		margin-top: -5px;
	}

	.yingyongDiv1 .textDiv .wenzi {
		padding: 20px;
	}

	.yw_list li {
		height: 180px;
	}

	.yw_list {
		margin-top: 12px;
	}

	.line28 {
		line-height: 28px;
	}

	.bannerIndex .swiper-pagination {
		display: none;
	}

	.bannerIndex img {
		height: 220px;
		object-fit: cover;
	}

	.sw_num span:nth-child(2) {
		margin-left: 10px;
	}

	.yw_list .line28 {
		line-height: 20px;
	}

	.yw_list li:last-child {
		margin-top: 12px;
	}

	.yw_list li .imgDiv img {
		height: 180px;
		object-fit: cover;
	}

	.yingyongDiv1 .textDiv {
		margin-top: 12px;
	}

	.yewuDiv1 .content {
		padding-left: 20px;
	}

	.yewuDiv1 .yewuCon .wenzi {
		width: calc(100% - 20px);
		float: none;
		margin-bottom: 20px;
	}

	.font36 {
		font-size: 20px;
	}

	a.flex img {
		width: 20px;
	}

	.yewuDiv1 .yewuCon .lunbo {
		width: calc(100% - 15px);
		float: none;
	}

	.yewuDiv1 .yewuCon .swiper-slide img {
		height: auto;
	}

	.yewuDiv1 .yewuCon::after {
		width: calc(100% - 15px);
	}

	.font18 {
		font-size: 14px;
	}

	.yewuDiv1 .yewuCon {
		padding: 20px 0;
		padding-bottom: 40px;
	}

	.yewuDiv1 .yewuCon .swiper-button-black {
		width: 20px;
		height: 20px;
		bottom: -28px;
		background-size: 20%;
	}

	.yewuDiv1 .yewuCon .swiper-button-next {
		right: 0;
	}

	.yewuDiv1 .yewuCon .swiper-slide .text {
		display: none;
	}

	.mt10 {
		margin-top: 10px;
	}

	.yw_xqDiv1 .font30 {
		font-size: 20px;
	}

	.yw_proList .textDiv .wenzi {
		margin-top: 10px;
	}

	.yw_proList .textDiv .wenzi .font22 {
		font-size: 18px;
	}

	.yw_proList .textDiv ul li {
		line-height: 20px;
		padding-left: 10px;
		margin-bottom: 10px;
	}

	.yw_proList .textDiv ul li:before {
		width: 6px;
		height: 6px;
		top: 7px;
	}

	.fenye {
		display: block;
	}

	.wenti_list li {
		line-height: 20px;
		padding: 20px 0;
	}

	.wenti_list {
		margin-top: 10px;
	}

	.xaizai_list li {
		padding: 10px;
		margin-bottom: 10px;
	}

	.xaizai_list li p:first-child {
		width: 70%;
		font-size: 14px;
	}

	.xiazai {
		font-size: 12px;
		align-items: center;
	}

	.xiazai img {
		width: 12px;
		margin-top: -5px;
	}

	.xaizai_list {
		margin-top: 10px;
	}

	.videoDiv1 .col-lg-4 {
		margin-top: 15px;
	}

	.videoDiv1 .textDiv .img {
		bottom: 15px;
		left: 15px;
	}

	.mt20 {
		margin-top: 10px;
	}

	.kepu_list li .wenzi .font30 {
		font-size: 18px;
	}

	.kepu_list li .font16 {
		line-height: 20px;
	}

	.more_btn,
	.jiaza_more .jiazai_btn {
		width: 20px;
		height: 20px;
	}

	.kepu_list li {
		padding: 15px 0;
	}

	.kepu_list li:first-child {
		padding-top: 0;
		margin-top: -15px;
	}

	.wentiDiv1 li.active .wenzi p,
	.wentiDiv1 li:hover .wenzi p {
		font-size: 18px;
	}

	.wentiDiv1 .wenzi p {
		font-size: 14px;
	}

	.wenti_list .font21 {
		font-size: 15px;
	}

	.wenti_list .font18 {
		font-size: 13px;
	}

	.downDiv1 .tab li .font30 {
		font-size: 16px;
		margin-top: 5px;
	}

	.typeDiv ul li {
		padding: 10px 0;
	}

	.typeDiv ul li img {
		width: 15px;
		height: 15px;
		bottom: -7.5px;
	}

	.aboutDiv2 .font36 {
		font-size: 16px;
	}

	.aboutDiv2 ul li .imgDiv {
		width: 70px;
		height: 70px;
		margin-bottom: 10px;
	}

	.aboutDiv2 ul li .imgDiv img {
		width: 25px;
	}

	.aboutDiv2 {
		padding: 40px 0;
	}

	.aboutDiv1 {
		padding: 25px 0;
	}

	.aboutDiv3 .content {
		padding: 0 20px;
	}

	.aboutDiv3 .content .swiper-button-black {
		width: 30px;
		height: 50px;
		background-size: 40%;
	}

	.aboutDiv3 .content .swiper-button-next {
		right: -15px;
	}

	.aboutDiv3 .content .swiper-button-prev {
		left: -15px;
	}

	.aboutDiv3 .wenzi img {
		height: 120px;
		object-fit: cover;
	}

	.news_tj .col-lg-4 {
		margin-top: 20px;
	}

	.xw_list li .textDiv .imgDiv {
		width: 100%;
	}

	.xw_list li .textDiv .wenzi {
		width: 100%;
		margin-top: 15px;
	}

	.xw_list li .textDiv .wenzi .mt10 {
		margin-top: 0px;
		font-size: 18px;
	}

	.xw_list li .textDiv .wenzi .ovh2 {
		height: auto;
		font-size: 13px;
		margin-top: 10px;
	}

	.xw_list li .textDiv {
		display: block;
	}

	.xw_list li a {
		padding: 20px 0;
	}

	.newsPop {
		padding: 20px 0;
	}

	.newsPop .font30 {
		font-size: 18px;
	}

	.joinDiv2 .title_nei a,
	.fasong {
		width: 120px;
		height: 35px;
		line-height: 35px;
	}

	.joinDiv2 .title_nei {
		width: 100%;
	}

	.joinDiv2 .textDiv {
		padding: 20px;
	}

	.wenziCon {
		padding: 20px;
		width: 80%;
		max-height: 90%;
	}

	.wenziCon .font18 {
		max-height: 350px;
		overflow: auto;
	}

	.closeBtn {
		width: 20px;
		height: 20px;
		top: -20px;
		right: -20px;
	}

	.contactDiv .textDiv {
		display: block;
		padding: 20px 0;
	}

	.contactDiv .textDiv .wenzi>img {
		width: 100%;
		height: auto;
	}

	.contactDiv .textDiv .wenzi {
		width: 100%;
		display: block;
		float: none;
	}

	.contactDiv ul li p img,
	.luxian img {
		width: 18px;
	}

	.contactDiv ul li {
		padding: 5px 0;
	}

	.contactDiv ul li .f3 {
		width: 50px;
	}

	.contactDiv .textDiv .wenzi .text {
		width: 100%;
		margin-top: 20px;
	}

	.contactDiv ul li p {
		align-items: flex-start;
	}

	.mapDiv {
		width: 100%;
		height: 150px;
		margin-top: 20px;
		float: none;
	}

	.liuyanDiv form input {
		height: 35px;
		padding: 0 10px;
	}

	.liuyanDiv ul li textarea {
		padding: 10px;
	}

	.xuqiu label::before {
		width: 12px;
		height: 12px;
		top: 4px;
	}

	.xuqiu label {
		padding-left: 15px;
		margin-right: 25px;
	}

	.xuqiu label.checked::after {
		width: 8px;
		height: 8px;
		top: 5px;
		left: -1px;
	}

	.liuyanDiv form button {
		width: 120px;
		height: 35px;
	}

	.liuyanDiv {
		padding: 40px 0;
	}

	.scDiv1 .flex2 {
		display: block;
	}

	.scDiv1 .wenzi .font36 {
		line-height: 30px;
	}

	.scDiv1 .img {
		width: 100%;
		margin-top: 30px;
	}

	.scDiv1 .mt25 {
		margin-top: 20px;
	}

	.login_p span {
		width: 0;
		height: 0;
		border: 5px solid transparent;
		border-top-color: #A8A8A8;
		margin-top: 5px;
	}

	.login_p .link_a {
		width: 100px;
		top: 36px;
		padding: 10px;
	}

	.mainDiv {
		margin-top: 50px;
	}

	.leftDiv {
		width: 100%;
	}

	.touxiang {
		width: 90px;
	}

	.mainRt {
		width: 100%;
		padding: 20px;
	}

	.xinxiDiv label {
		display: block;
		width: auto;
		font-size: 14px;
		margin-bottom: 10px;
	}

	.xinxiDiv ul li input {
		width: 100%;
		height: 35px;
		font-size: 14px;
		margin-bottom: 3px;
	}

	.xinxiDiv ul li {
		display: block;
		margin-bottom: 5px;
	}

	.xinxiDiv ul li img {
		width: 20px;
	}

	.xiugai {
		margin-bottom: 10px;
		display: block;
		margin-left: 0;
	}

	.btnDiv {
		margin-left: 0;
		margin-top: 20px;
	}

	.btnDiv .baocun,
	.btnDiv .quxiao {
		width: 120px;
		height: 35px;
		font-size: 14px;
		line-height: 35px;
	}

	.btnDiv .quxiao {
		margin-left: 10px;
	}

	.mine_bt {
		margin-top: 40px;
	}

	.mainRt .font30 {
		font-size: 22px;
	}

	.title_index .font48 {
		font-size: 24px;
	}

	.proFl {
		width: 100%;
		padding: 0 20px;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.proSear button img {
		width: 30px;
	}

	.proSear {
		height: 35px;
		margin-bottom: 15px;
	}

	.proSear input {
		width: calc(100% - 35px);
		height: 30px;
		font-size: 14px;
	}

	.proList li a {
		font-size: 14px;
	}
	.proList_z p.flex2,
	.proList p.flex2 {
		padding: 10px 0;
	}

	.pro_sp,
	.pro_sp2 {
		width: 20px;
		height: 20px;
	}

	.proList2>li {
		padding-left: 15px;
	}

	.proList2>li:before {
		width: 6px;
		height: 6px;
		top: 15px;
	}

	.proRt {
		width: 100%;
		padding: 20px;
	}

	.yw_proList .col-lg-4 {
		margin-top: 20px;
	}

	.pro_xqDiv1 {
		margin-top: 50px;
		display: block;
	}

	.pro_xq_fl,
	.pro_xq_fr {
		width: 100%;
	}

	.pro_xq_fr {
		padding: 20px;
	}

	.xq_list li:before {
		width: 6px;
		height: 6px;
		top: 6px;
	}

	.xq_list li {
		padding-left: 12px;
		font-size: 14px;
	}

	.xq_list {
		margin: 20px 0;
	}

	.pro_xq_fr #thumbs .swiper-slide {
		width: 50px;
		height: 50px;
	}

	.pro_xq_nav ul li a {
		font-size: 12px;
		padding: 5px 0;
		margin: 0 6px;
	}

	.pro_xq_nav ul li a {
		font-size: 12px;
	}

	.pro_xq_nav ul li img {
		width: 15px;
		bottom: -7.5px;
	}

	.pro_xq_con1 .wenzi,
	.pro_xq_con2 .wenzi {
		width: 100%;
	}

	.pro_xq_con3 .flex2 {
		display: block;
	}

	.pro_xq_con3 .textDiv {
		width: 100%;
	}

	.tupian {
		width: 50%;
		height: auto;
		margin-top: 30px;
	}

	.guigeDiv,
	.guigeDiv2 {
		width: 100%;
	}

	.guige_title {
		padding: 10px 15px;
	}

	.pro_xq_con4 li p:first-child {
		width: 35%;
	}

	.pro_xq_con4 li p:nth-child(2) {
		width: 65%;
	}

	.pro_xq_con4 li {
		padding: 10px 0;
	}

	.pro_xq_con5 li {
		width: 48%;
		height: 200px;
	}

	.pro_xq_con6 .xaizai_list {
		width: 100%;
	}

	.pro_xq_con6 .xaizai_list li {
		padding: 10px 0;
	}

	.h_index .menu a {
		color: #fff !important;
	}

	.popW .font48 {
		font-size: 20px;
	}

	.popW {
		padding: 20px;
	}

	.popW input {
		padding: 0 10px;
		height: 35px;
		line-height: 35px;
	}

	.navRt {
		justify-content: flex-end;
		margin-right: 30px;
	}

	.navRt div {
		padding: 0 5px;
		padding-right: 8px;
	}

	.navRt a {
		display: flex;
		align-items: center;
	}

	.navRt div.login_p {
		margin-top: 0;
		font-size: 14px;
		padding-bottom: 0;
	}

	.fenye p {
		display: none;
	}

	.fenye ul li a {
		width: 28px;
		height: 28px;
		line-height: 28px;
	}

	.fenye {
		margin: 30px 0;
	}

	.conDiv {
		margin-top: 60px;
	}

	.sear_form {
		width: 80%;
		max-width: 500px;
		height: 32px;
		line-height: 32px;
		margin-top: 10px;
	}

	header.hide {
		position: relative !important;
	}

	.searDiv1 .col-lg-4 {
		margin-bottom: 20px;
	}

	.ser_nav ul li a {
		font-size: 14px;
		padding: 7px 0;
	}

	.font48 {
		font-size: 20px;
	}

	.searDiv4 ul li a {
		padding: 10px 0;
	}

	.yewuDiv1 .yewuCon .wenzi .font30 {
		font-size: 18px;
	}

	.login_p .link_a {
		font-size: 14px;
	}

	.popW .center p {
		font-size: 12px;
	}

	.kepu_list .newsPop {
		padding: 20px;
	}

	.popW select {
		height: 36px;
		font-size: 14px;
		padding: 0 10px;
	}

	.upload input {
		min-height: 60px;
	}

	.popW .upload .wenzi {
		height: 55px;
		align-items: center;
		font-size: 14px;
	}

	.popW .upload .wenzi img {
		width: 18px;
	}

	.fasong {
		margin-bottom: 30px;
	}

	.bannerIndex #thumbs {
		display: none;
	}

	.menu_fl {
		display: none
	}

	.yingyongDiv1 .textDiv .wenzi .text p {
		display: none
	}

	.yingyongDiv1 .textDiv .wenzi .text {
		bottom: 10px
	}

	.yingyongDiv1 .textDiv .wenzi img {
		right: 15px
	}

	.centerDiv #thumbs2 .swiper-slide {
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}

	.downDiv1 .tab li img {
		width: 100%;
	}

	.downDiv1 .tab li .wenzi p {
		font-size: 14px;
	}

	.downDiv1 .tab li.active .wenzi p {
		font-size: 18px;
	}

	.downDiv1 .content .tab {
		margin-bottom: 20px;
		margin-top: 10px;
	}

	.downDiv1 {
		overflow-x: hidden;
	}

	.proList3>li>a {
		padding: 10px;
	}

	.jiaza_more {
		margin-top: 20px;
	}

	.aboutDiv2 ul li {
		padding: 0 10px;
	}
}



/*PAD屏幕下的专用样式*/
@media screen and (min-width: 768px) and (max-width:992px) {

	.wrap,
	.wrap2 {
		width: 90%;
		margin: 0 auto;
		font-size: 14px;
	}

	.bannerIndex img {
		height: 290px;
	}

	.indexDiv2 .content2 .wenzi {
		padding: 30px 50px;
	}

	.indexDiv6 .flex2 {
		display: flex;
	}

	.indexDiv6 ul li {
		margin-left: 30px;
	}

	.pro_xq_nav ul li a {
		font-size: 14px;
		margin: 0 10px;
	}

	.pro_xq_con3 .flex2 {
		display: flex;
	}

	.pro_xq_con3 .textDiv {
		width: 60%;
	}

	.tupian {
		width: 35%;
	}

	.pro_xq_con5 li {
		height: auto;
		margin-bottom: 20px;
	}

	.yw_list li .imgDiv img {
		width: 100%;
	}

	.yw_list li a {
		width: 100%;
	}

	.yingyongDiv1 .flex2 {
		display: flex;
	}

	.yingyongDiv1 .textDiv {
		width: 49%;
	}

	.yingyongDiv1 .textDiv .imgDiv img {
		height: 370px;
		object-fit: cover;
	}

	.xw_list li .textDiv {
		display: flex;
	}

	.xw_list li .textDiv .imgDiv {
		width: 40%;
	}

	.xw_list li .textDiv .wenzi {
		width: 58%;
	}


}

/*中等PC屏幕下的专用样式*/
@media screen and (min-width:993px) and (max-width:1200px) {

	.wrap,
	.wrap2 {
		width: 90%;
		min-width: auto;
		padding: 0;
	}

	.ab_fenlei li img {
		width: 3vw;
	}

	.indexDiv5 .content {
		padding-bottom: 40px;
	}

	.foot_fr {
		padding-right: 5%;
	}

	.foot_fl {
		margin-left: 5%;
	}

	.ewm {
		justify-content: flex-start;
	}

	header {
		padding: 0 5%;
	}

	.pro_xq_con5 li {
		width: 16.9vw;
	}


}
.login_p a{color:#000 !important;} 
@media screen and (min-width:1201px) and (max-width:1440px) {
	/* body,
	html{
		font-size: 14px;
	}
	.font18{
		font-size: 14px;
	}
	header .rightDiv .menu>ul>li>a{
		font-size: 14px;
	} */
}