[v-cloak] {
    display: none;
}
body {
	padding: 0;
	margin: 0;
	border: 0;
}

@font-face {
	font-family: DisneyEnglish;
	src: url(../fonts/DisneyEnglish-Medium.otf)
}

/* @import url("https://fonts.googleapis.com/css?family=Noto+Sans+SC:100,300,400,500,700,900"); */
.banner-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-slide-bannerimg {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
}

.containerbanner_txt {
	margin: 0 auto;
	width: 80%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	z-index: 999;
	margin-top: -5em;
}
.containerbanner_txt .swiper-p-title {
	text-align: left;
}
.containerbanner_txtTwo {
	margin: 0 auto;
	width: 80%;
	display: flex;
	align-items: center;
	justify-content: center !important;
	z-index: 999;
	margin-top: -5em;
}
.containerbanner_txtTwo .containerbanner_txt_in {
	width: 100%;
	height: 100%;
	background: transparent !important;
}
.containerbanner_txtTwo .swiper-p-title {
	text-align: center !important;
}
.containerbanner_txtTwo .swiper-p-content {
	text-align: center !important;
}

.containerbanner_txt_in {
	width: 40%;
	padding: 30px;
	border-radius: 3px;
	background: linear-gradient(90deg,rgba(96,210,242,0.7),rgba(11,106,128,0.8));
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

.swiper-slide-img1 {
	width: 100%;
	height: 100%;
	/* min-width: 1200px; */
	background: url(../images/banner1.png)no-repeat;
	background-size: cover;
	background-position: center 0;
	overflow: hidden;
}

.swiper-slide-img2 {
	width: 100%;
	height: 100%;
	/* min-width: 1200px; */
	background: url(../images/banner2.png)no-repeat;
	background-size: cover;
	background-position: center 0;
	overflow: hidden;
}

.swiper-slide-img3 {
	width: 100%;
	height: 100%;
	/* min-width: 1200px; */
	background: url(../images/banner3.png)no-repeat;
	background-size: cover;
	background-position: center 0;
	overflow: hidden;
}

.swiper-slide-img4 {
	width: 100%;
	height: 100%;
	/* min-width: 1200px; */
	background: url(../images/banner4.png)no-repeat;
	background-size: cover;
	background-position: center 0;
	overflow: hidden;
}


.img-logo {
	height: 58px;
	margin-left: 10%;
	margin-top: 14px;
}

.swiper-p-content {
	font-weight: 300;
	font-size: 20px;
	margin-top: 0.5em;
	color: white;
	text-align: left;
}

.swiper-p-title {
	font-size: 3vw;
	color: white;
	text-align: left;
	/* font-weight: bold; */
}

.swiper-phone-title {
	font-size: 30px;
	color: white;
}

.swiper-phone-content {
	font-size: 16px;
	color: white;
	width: 83%;
	margin: 0 auto;
	line-height: 26px;
	margin-top: 1em;
}

.swiper-top {
	position: fixed;
	z-index: 99;
	width: 100%;
}

.swiper-top-item {
	font-size: 15px;
	margin-left: 1.5em;
	font-weight: 400;
	margin-top: 1.7em;
	cursor: pointer;
}

.topactive {
	/* border-bottom: 2px solid; */
	padding-bottom: 5px;
	/* font-family: 'Noto Sans SC'; */
}

.acticle-back {
	background-color: white;
	height: 9.5em;
	margin-bottom: 15px;
}

.chanping-img {
	width: 100%;
	height: 140px;
	cursor: pointer;
	object-fit: cover;
	vertical-align: bottom;
}
.index_productbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.chanping-all{
	width: 32%;
	padding: 0px;
	display: block;
	margin-top: 30px;
	transition: all 0.5s;
}
.chanping-all:hover {
	transition: all 0.5s;
	transform: translate(0,-20px);
	box-shadow: 0px 1px 50px 2px rgba(42,180,200,0.8);
}

/* .chanping-all:hover .index-figuer{
	
		display: block;
	
	transform: scale(1.07);
	z-index: 999;
}
.chanping-all:hover .canping-dabiaoti{	
		display: none;
} */
.index-figuer{
	width: 100%;
	height: auto;
	background-color: rgba(0,118,135,06);
	padding: 20px;
	color: #FFFFFF;
	font-size: 16px;
	color: white;
}
.canping-dabiaoti{
	position: absolute;
	left: 0;
	right: 0;
	top: 40%;
}
.figuer-more{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
}
.figuer-amore{
	color: white;
}
.figuer-amore:hover{
	color: #52b8f6 !important;
}
.index-figuer a{
	color: white;
}
.index-figuer a:hover{
	color: white;
}
.index-title {
	font-size: 40px;
	color: black;
	font-weight: bold;
	margin-top: 6%;
	letter-spacing: 4px;
	/* font-family: 'Noto Sans SC'; */
}
.index-figuer p {
	height: 60px;
	line-height: 20px;
	font-size: 14px;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
    transition: all 0.5s;
}
.index-figuer p:hover {
	overflow: hidden;
	-webkit-box-orient: initial;
	display: -webkit-box;
		-webkit-line-clamp: 3;
		line-clamp: 3;
		-webkit-box-orient: vertical;
}

.wuyu-img {
	width: 100%;
	height: 196px;
	object-fit: cover;

}

.index-title1 {
	font-size: 40px;
	color: white;
	font-weight: bold;
	margin-top: 6%;
	letter-spacing: 4px;
	/* font-family: 'Noto Sans SC'; */
}

.content p {
	margin-top: 6px;
	font-size: 18px;
	color: #666;
	text-align: left;
	margin-left: 20px;
}

.acticle-title {
	/* border-bottom: 2px solid #ccc; */
	width: 80%;
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
	color: #FFFFFF;
	margin-bottom: 10px;
	font-size: 21px;
}

.actitle-content {
	margin-top: 10px;
	height: 123px;
	cursor: pointer;
}

.acticle-more {
	margin-top: 3.4em !important;
}

.index-xian {
	width: 80%;
	height: 2px;
	color: #ccc;
	background-color: #ccc;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	margin-top: -2px;
}

.index-xian1 {
	width: 20%;
	height: 2px;
	color: #ccc;
	background-color: #31708f;
	margin: 0 auto;
	z-index: 998;
	position: relative;
}

.jiejue-background {
	width: 100%;
	height: 100%;
	/* min-width: 1200px; */
	background: url(../images/jiejuefangan.png)no-repeat;
	background-size: cover;
	background-position: center 0;
	overflow: hidden;
}

.index-white {
	margin-top: 5%;
	height: 8.8em;
	background-color: white;
	margin: 0 auto;
}

.index-white-title {
	font-size: 16px;
	color: black;
}

.col-md-24 {
	width: 20%;
	float: left;
	padding: 20px 0px;
	/* background-color: #014993; */
	color: white;
	border-right: 2px solid white;
	font-weight: 400;
	cursor: pointer;
	font-family: 'Noto Sans SC' !important;
}

.col-md-24:last-child {
	width: 20%;
	float: left;
	padding: 20px 0px;
	background-color: #014993;
	color: white;
	border-right: none;
}

.col-md-24:hover {
	width: 20%;
	float: left;
	padding: 20px 0px;
	background-color: white;
	color: black;
}

.solveactive {
	width: 20% !important;
	float: left !important;
	padding: 20px 0px !important;
	background-color: white !important;
	color: black !important;
	border-right: 2px solid white !important;
}

/* .col-md-24:first-child {
    width: 20%;
    float: left;
    padding: 25px;
    background-color: #014993;
    color: white;
    border-right: 2px solid;
} */
.index-white-content {
	font-size: 16px;
	color: black;
}

.jiejue-img {
	width: 100%;
	height: 324px;
	margin-top: 1.8em;
	margin-left: 4px;
	object-fit: cover;
}

.index-white-biaoti {
	text-align: left;
	margin-top: 1.7em;
	font-size: 24px;
	color: rgb(1, 73, 147);
	letter-spacing: 3px;
	cursor: pointer;
}

.index-white-neirong {
	text-align: left;
	margin-top: 2em;
	font-size: 18px;
	color: #666;
	line-height: 30px;
	height: 138px;
	cursor: pointer;
}

.index-look-more {
	width: 133px;
	height: 40px;
	border: 1px solid #ccc;
	text-align: center;
	border-radius: 34px;
	line-height: 40px;
	position: relative;
	top: 66px;
	color: rgb(62, 62, 62);
	cursor: pointer;
	font-size: 14px;
}

.index-look-more:hover {
	background-color: rgb(0,118,135);
	color: white;
}

.news-background {
	width: 100%;
	height: 100%;
	/* min-width: 1200px; */
	background: url(../images/xinwendongtaiback.png)no-repeat;
	background-size: cover;
	background-position: center 0;
	overflow: hidden;
}

.index-title2 {
	font-size: 40px;
	color: black;
	font-weight: bold;
	margin-top: 1%;
	letter-spacing: 4px;
	/* font-family: 'Noto Sans SC'; */
}

.index-touming {
	margin-top: 5%;
	height: 7.5em;
	margin: 0 auto;
	color: black;
	text-align: left;
}

.zixun-icon {
	width: 24px;
	height: 24px;
}

.zixun-size {
	font-size: 24px;
	margin-left: 5px;
}

.zixun-line {
	display: flex;
	line-height: 21px;
}

#banner {
	width: 100%;
	height: 355px;
	overflow: hidden;
	margin-top: 26px;
	position: relative;
}

#banner .swiper-slide {
	position: relative;
	text-align: center;
}

#banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#banner1 {
	width: 100%;
	height: 355px;
	overflow: hidden;
	margin-top: 26px;
	position: relative;
}

#banner1 .swiper-slide {
	position: relative;
	text-align: center;
}

#banner1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bannera {
	width: 100%;
	height: 255px;
	overflow: hidden;
	margin-top: 26px;
	position: relative;
}

.bannera .swiper-slide {
	position: relative;
	text-align: center;
}

.bannera img {
	max-width: 100%;
	height: 100%;
}

.gallerytitle {
	padding-left: 20px;
	text-align: left;
	font-size: 1em;
	height: 60px;
	line-height: 42px;
	color: #fafafa;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	font-weight: normal;
	text-shadow: 1px 1px 1px #000;
	/* background-color: rgba(21,20,20,0.5); */
	background-color: rgba(0, 0, 0, 0);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
	background: -webkit-gradient(linear, top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	overflow: hidden;
}

.pagination {
	position: absolute;
	z-index: 20;
	bottom: -20px !important;
	width: 66px;
	text-align: right;
	right: 12px !important;
	left: -12px !important;
}

.gallerytitle1 {
	padding-left: 20px;
	text-align: left;
	font-size: 14px;
	height: 42px;
	line-height: 0;
	color: #ddd;
	position: absolute;
	left: 0;
	bottom: 20px;
	right: 0;
	font-weight: 400;
	text-shadow: 1px 1px 1px #000;
	/* background-color: rgba(21,20,20,0.5); */
	background-color: rgba(0, 0, 0, 0);
	/* background: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.7));
        background: -webkit-gradient(linear,top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0.7)));
        background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.7));
        background: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.7)); */
}

.hangyezixun {
	/* width: 100%; */
	height: 119px;
	overflow: hidden;
	margin-top: 8px;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
    transition: all 0.5s;
}

.hangyezixun:last-child {
	/* width: 100%; */
	height: 119px;
	overflow: hidden;
	margin-top: 5px;
	border-bottom: none;
}

	
.hangyezixun:hover .hangye-biaotih {
	color: rgb(0,118,135);
}

.small-zixun {
	width: 100%;
	height: 108px;
	object-fit: cover;
}

.zixun-small-size {
	font-weight: 400;
	margin-top: 10px;
	height: 43px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 16px;
	line-height: 23px;
	color: #666;
}

.zixun-small-time {
	font-weight: 300;
	margin-top: 19px;
}

.look_more {
	width: 136px;
	height: 40px;
	background-color: #014993;
	font-size: 16px;
	border-radius: 37px;
	margin: 0 auto;
	margin-top: 13em;
	line-height: 40px;
	font-weight: 400;
	cursor: pointer;
}

.look_more:hover {
	background-color: white;
	color: black;
	border: 1px solid #ccc;
}

.about-background {
	width: 100%;
	height: 70%;
	/*  min-width: 1200px; */
	background: url(../images/aboutusback.png)no-repeat;
	background-size: cover;
	background-position: top;
	overflow: hidden;
}

.index-title4 {
	font-size: 16px;
	color: white;
	font-weight: 500;
	margin-top: 2%;
	line-height: 33px;
}

.about-img {
	width: 70px;
	height: 70px;
}

.about-size {
	margin-top: 4%;
}

.zhihui {
	color: white;
	font-size: 18px;
	margin-top: 1em;
}

.zhihui-content {
	color: white;
	font-weight: 400;
	margin-top: 10px;
	font-size: 14px;
	line-height: 25px;
}

.about-img1 {
	width: 90px;
	height: 70px;
}

.about-look_more {
	width: 136px;
	height: 40px;
	font-size: 16px;
	border-radius: 37px;
	margin: 0 auto;
	margin-top: 19px;
	line-height: 40px;
	font-weight: 400;
	cursor: pointer;
	border: 1px solid white;
}

.about-look_more:hover {
	background-color: white;
	color: black;
	border: 1px solid #ccc;
}

.erweima-img {
	width: 120px;
	height: 120px;
}

.guanzhu {
	font-size: 15px;
	color: black;
	float: left;
	text-align: center;
	width: 120px;
	margin-top: 5px;
}

.banquan {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #014993;
	height: 40px;
	line-height: 13px;
}

.banquan-span {
	font-size: 13px;
	font-weight: 400;
}

#test33 ul {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	list-style-type: none;
	/*隐藏溢出的部分，保持一行*/
}

#test33 li {
	/* float: left; */
	/*左浮动*/
	position: relative;
}

#test33 li a,
.dropbtn {
	/*display:inline-block将对象呈递为内联对象，但是对象的内容作为块对象呈递。旁边的内联对象会被呈递在同一行内，允许空格。*/
	display: inline-block;
	/*设置成块*/
	color: white;
	text-align: center;
	text-decoration: none;
	padding: 5px 12px;
	font-size: 16px;
}

#test33 li a:hover,
.dropdown1:hover .dropbtn {
	/*鼠标移上去，改变背景颜色*/
	color: #007687;
	border-bottom: 2px solid #007687;
}

#test33 .dropdown1-content {
	/* display: none;
	background-color: #f9f9f9;
	margin: 0 auto;
	width: 150px;
	box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 30%);
	text-align: center; */
	
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	width: 220px;
	left: 50%;
	/* top: 100px; */
	/* left: -50px; */
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
	transform: translate(-50%,0%);
}


#test33 .dropdown1-content a {
	display: block;
	color: black;
	padding: 8px 10px;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	height: 30px;
	/* font-family: 'Noto Sans SC'; */
}


#test33 .dropdown1-content a:hover {
	color: #3772af;
	border-bottom: 1px solid #ccc;
	/* font-family: 'Noto Sans SC'; */
}


#test33 .dropdown1:hover .dropdown1-content {
	display: block;
	z-index: 999;
}

/*黑字导航*/
#test34 ul {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	list-style-type: none;
	/*去除li前的标注*/
	/* background-color: #333; */
	/* overflow: hidden; */
	/*隐藏溢出的部分，保持一行*/
}
/* .lbwnb:hover .dropdown1-content {
	display: block;
} */

#test34 li {
	/* float: left; */
	/*左浮动*/
	position: relative;
	height: 100%;
}


#test34 li a,
.dropbtn {
	/*display:inline-block将对象呈递为内联对象，但是对象的内容作为块对象呈递。旁边的内联对象会被呈递在同一行内，允许空格。*/
	display: inline-block;
	/*设置成块*/
	color: black;
	text-align: center;
	text-decoration: none;
	padding: 5px 12px;
	font-size: 18px;
	/* font-family: 'Noto Sans SC'; */
}


#test34 li a:hover,
.dropdown1:hover .dropbtn {
	/*鼠标移上去，改变背景颜色*/
	color: #007687;
	border-bottom: 2px solid #007687;
	height: 49px;
}

#test34 .dropdown1-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	width: 250px;
	left: 50%;
	top: 49px;
	/* left: -50px; */
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
	transform: translate(-50%,0%);
	background: rgba(255,255,255,0.7);
}


#test34 .dropdown1-content a {
	display: block;
	color: black;
	padding: 8px 17px;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	height: 42px !important;
	line-height: 25px;
	/* font-family: 'Noto Sans SC'; */
}


#test34 .dropdown1-content a:hover {
	color: #007687;
	border-bottom: 1px solid #ccc;
	/* font-family: 'Noto Sans SC'; */
}


#test34 .dropdown1:hover .dropdown1-content {
	display: block;
	z-index: 999;
}

.white-back {
	background-color: white;
}

.about-gaikuo {
	width: 100%;
	height: 400px;
}

.about-li {
	display: flex;
	justify-content: center;
	border-bottom: 1px solid #999;
	height: 55px;
	line-height: 55px;
	cursor: pointer;
}

.about-left {
	margin-right: 36px;
	font-weight: 500;
}

.about-left a {
	color: black;
}

.aboutactive {
	background-color: rgb(0, 118, 135);
	color: white;
	padding: 5px;
	font-weight: 400;
	font-size: 16px;
}

.about-title {
	/* text-align: center; */
	margin-top: 4em;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about-title-phone {
	/* text-align: center; */
	margin-top: 2em;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about-titlespan {
	font-size: 36px;
	color: black;
	font-weight: bold;
	padding: 0 10px;
	/* font-family: 'Noto Sans SC'; */
}

.xian {
	height: 5px;
	background: #8d8d8d;
	width: 30px;
	position: relative;
	right: 10px;
}

.xian2 {
	height: 5px;
	background: #8d8d8d;
	width: 30px;
	position: relative;
	left: 10px;
}

.xian::after {
	content: "";
	display: block;
	width: 80px;
	height: 1px;
	background: #8d8d8d;
	position: absolute;

	top: 2px;
}

.xian1::after {
	right: 30px;
}

.xian2::after {
	left: 30px;
}

/* .xian3{
    height: 5px;
    background: #8d8d8d;
    width: 30px;
   position: relative;
   left:  10px;
} */
.about-top {
	padding-top: 3em;
	width: 80%;
	margin: 0 auto;
}

.zuzhi-top {
	margin-top: 3em;
	text-align: center;
}

.about-center {
	text-align: center;
	margin-bottom: 2em;
}

.about-jiayuan {
	width: 500px;
	height: 300px;
	margin-top: 3em;
}

.back-white {
	background-color: white;
}

.about-banquan {
	bottom: 0;
	width: 100%;
	background-color: rgb(0, 118, 135);
	height: 45px;
	text-align: center;
	line-height: 45px;
	margin-top: 30px;
}

.about-banquan-phone {
	bottom: 0;
	width: 100%;
	background-color: rgb(0, 118, 135);
	height: 45px;
	text-align: center;
	line-height: 35px;
	padding: 5px;
}

.about-banquan-span {
	font-size: 12px;
	font-weight: 400;
	color: white;
}

.shuxingtu {
	width: 70%;
}

.gongsi-top {
	margin-top: 2.5em;
	line-height: 21px;
	width: 80%;
	margin: 0 auto;
}

.about-ditu {
	width: 60%;
	height: 544px;
	margin-top: 3em;
}

.qiye-img {
	width: 120px;
	height: 120px;
	border: 2px solid #ccc;
	border-radius: 100%;
	padding: 5px;
}

.qiye-top {
	padding-top: 3em;
	text-align: center;
	padding-bottom: 5em;
	width: 80%;
	margin: 0 auto;
}

.qiye-letter {
	margin-top: 1em;
	letter-spacing: 1px;
}

.qiye-name {
	margin-top: 8px;
	color: black;
}

.qiye-jiesao {
	margin-top: 10px;
}

.fazhan-time {
	text-align: left;
	font-size: 36px;
	letter-spacing: 1px;
	color: #1166b2;
}

.fazhan-title {
	color: black;
	text-align: left;
	margin-top: 8px;
	line-height: 24px;
	font-size: 16px;
	width: 160px;
}

.rongyu-title {
	margin-top: 2.5em;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
}

.rongyu {
	padding: 6px;
	margin: 10px;
	width: 100px;
	text-align: center;
	border: 1px solid #999;
	cursor: pointer;
}

.rongyuactive {
	color: white;
	background-color: rgb(0, 118, 135);
}

.rongyu-img {
	width: 100%;
	height: 330px;
}

.rongyu-name {
	margin: 0 auto;
	position: relative;
	/* height: 48px; */
	line-height: 24px;
}

.yanjiu {
	width: 100%;
	height: 366px;
	background-color: #e2e2e2;
	margin-top: 20px;
	margin: 20px auto;
}

.yanjiu:hover {
	width: 100%;
	height: 366px;
	border: 1px solid rgb(0, 118, 135);
	background-color: rgb(0, 118, 135);
	color: white;
}

.zizhi-top {
	margin-top: 1em;
	text-align: center;
	margin-bottom: 4em;
	margin: 0 auto;
	width: 80%;
}

/* CSS yahoo 样式分页案例css代码 */
DIV.yahoo {
	PADDING-RIGHT: 3px;
	PADDING-LEFT: 3px;
	PADDING-BOTTOM: 3px;
	MARGIN: 3px;
	margin-top: 20px;
	TEXT-ALIGN: center;
	margin-bottom: 3em;
}

DIV.yahoo A {
	BORDER-RIGHT: #fff 1px solid;
	PADDING-RIGHT: 5px;
	BORDER-TOP: #fff 1px solid;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 2px;
	MARGIN: 2px;
	BORDER-LEFT: #fff 1px solid;
	COLOR: black;
	PADDING-TOP: 2px;
	BORDER-BOTTOM: #fff 1px solid;
	TEXT-DECORATION: underline;
	text-decoration: none;
}

DIV.yahoo A:hover {
	BORDER-RIGHT: black 1px solid;
	BORDER-TOP: black 1px solid;
	BORDER-LEFT: black 1px solid;
	COLOR: #000;
	BORDER-BOTTOM: black 1px solid
}

DIV.yahoo A:active {
	BORDER-RIGHT: black 1px solid;
	BORDER-TOP: black 1px solid;
	BORDER-LEFT: black 1px solid;
	COLOR: #f00;
	BORDER-BOTTOM: black 1px solid
}

DIV.yahoo SPAN.current {
	BORDER-RIGHT: #fff 1px solid;
	PADDING-RIGHT: 5px;
	BORDER-TOP: #fff 1px solid;
	PADDING-LEFT: 5px;
	FONT-WEIGHT: bold;
	PADDING-BOTTOM: 2px;
	MARGIN: 2px;
	BORDER-LEFT: #fff 1px solid;
	COLOR: #000;
	PADDING-TOP: 2px;
	BORDER-BOTTOM: #fff 1px solid;
	BACKGROUND-COLOR: #fff
}

DIV.yahoo SPAN.disabled {
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 2px;
	MARGIN: 2px;
	PADDING-TOP: 2px;
}

.current {
	color: rgb(0, 118, 135);
}

.btn-go {
	background-color: rgb(0, 118, 135);
	color: white;
	padding: 4px;
	margin-left: 9px;
	height: 24px;
}

.zhineng-top {
	padding-top: 3em;
	text-align: center;
	margin-bottom: 4em;
	width: 80%;
	margin: 0 auto 4em;
}

.zhineng-img {
	width: 100%;
	height: 200px;
	object-fit: contain;
}

.zhineng-back {
	float: left;
	width: 48%;
	/* height: 325px; */
	margin-top: 20px;
	margin-left: 15px;
	/* padding-bottom: 6px; */
}

.zhineng-name {
	width: 100%;
	margin: 0 auto;
	padding: 10px;
	position: relative;
	height: 33px;
	text-align: center;
	overflow: hidden;
	background-color: #e2e2e2;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.zhineng-back:hover .zhineng-name {
	/* width: 48%; */
	/* height: 232px; */
	/* border: 1px solid #1166b2; */
	background-color: rgb(0, 118, 135);
	color: white;
}

.fangan-img {
	width: 100%;
	height: 290px;
	object-fit: cover;
	display: block;
}

.fangan-left {
	text-align: left;
}

.jiejue-top {
	margin-top: 1.5em;
	text-align: center;
	/* margin-bottom: 4em; */
	background-color: #f4f4f4;
	width: 80%;
	margin: 0 auto;
}

.jiejue-top:hover {
	background-color: rgb(0, 118, 135);
	color: white;
}

.jiejue-left {
	text-align: left;
	padding-left: 0;
}

.fangan-top {
	margin-top: 1.2em;
}

.fangan-content {
	/* color: black; */
	line-height: 29px;
	letter-spacing: 1px;
	margin-top: 1em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4; 
	overflow: hidden;
}

.chakan {
	width: 133px;
	height: 40px;
	border: 1px solid #ccc;
	text-align: center;
	border-radius: 34px;
	line-height: 40px;
	color: white;
	background-color: rgb(0, 118, 135);
	margin-top: 1.5em;
	cursor: pointer;
}

.chakan:hover {
	background-color: white;
	color: black;
}

.jiejue-left1 {
	padding-left: 32px;
	text-align: left;
}

.solution-kong {
	width: 100%;
	height: 3em;
}

.news-back {
	width: 100%;
	border: 1px solid #ccc;
	margin-top: 20px;
	line-height: 23px;
	text-align: left;
	/* height: 280px; */
	cursor: pointer;
}

.news-back:hover {
	color: rgb(0, 118, 135);
}

.news-name {
	width: 100%;
	margin: 0 auto;
	padding: 10px;
	position: relative;
	color: black;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 57px;
}

.news-time {
	padding-left: 10px;
	color: #999;
	margin-top: 8px;
}

.news-content {
	padding-left: 10px;
	font-size: 12px;
	font-weight: 400;
	line-height: 17px;
	margin-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-titlespan {
	font-size: 22px;
	letter-spacing: 1px;
	color: black;
	font-weight: bold;
	padding: 0 10px;
	line-height: 29px;
	text-align: center;
}

.news-neirong {
	line-height: 25px;
	text-align: left;
	border-bottom: 1px solid #ccc;
	padding-bottom: 4em;
}

.news-addtime {
	font-size: 16px;
	text-align: center;
	margin-top: 2em;
	height: 3em;
	border-bottom: 1px solid #ccc;
}

.news-top {
	padding-top: 3em;
	margin-bottom: 2.5em;
	line-height: 21px;
	width: 80%;
	margin: 0 auto;
}

.news-pian {
	padding-top: 10px;
	font-size: 14px;
	cursor: pointer;
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.news-kong {
	width: 100%;
	height: 2em;
}

.service-back {
	width: 100%;
	height: 235px;
	background-color: #e2e2e2;
	margin-top: 20px;
}

.service-back:hover .zhineng-name {
	color: #FFFFFF;
	border: 1px solid rgb(0,118,135);
	background-color: rgb(0, 118, 135);
}

.rencai-top {
	text-align: center;
	margin-top: 1em;
	width: 80%;
	margin: 0 auto;
}

.rencai-title {
	/* text-align: center; */
	margin-top: 2em;
	display: flex;
	align-items: center;
	justify-content: center;
}

.rencai-left {
	text-align: left;
	background-color: #efefef;
	border-radius: 12px;
}

.rencai-content {
	color: black;
	line-height: 29px;
	letter-spacing: 1px;
	padding: 2em;
}

.zhiye-left {
	text-align: left;
	background-color: #efefef;
	border-radius: 12px;
}

.rencai-img {
	text-align: center;
}

.rencai-tu {
	width: 83%;
	height: 324px;
}

/* 手风琴 */
#container {
	height: 250px;
	overflow: hidden;
	border-radius: 2px;
	display: flex;
}

#container .slide {
	/* position: absolute; */
	display: block;
	left: 0;
	width: 300px;
	height: 250px;
	transition: all .4s ease;
	cursor: pointer;
}

#container .slide.slide1 {
	background-color: #13478e;
	color: white;
}

#container .slide.slide2 {
	background-color: #EF6F6C;
	background-image: url(/static/jykj/images/jiayuan.png);
}

#container .slide.slide3 {
	background-color: #FF386D;
	background-image: url(/static/jykj/images/shengri.png);
}

#container .slide.slide4 {
	background-color: #E8DB7D;
	background-image: url(img/t4.png);
}

.contact-center {
	text-align: center;
}

.contact-img {
	display: inline-block !important;
	vertical-align: middle;
	width: 50px;
	height: 42px;
}

.lianxi-center {
	display: flex;
	text-align: center;
}

.lianxi-xian {
	width: 2px;
	height: 46px;
	background-color: rgb(0,118,135);
	margin-left: 10px;
}

.lianxi-left {
	text-align: left;
	margin-left: 10px;
	line-height: 23px;
}

.rencai-all {
	width: 100%;
	height: 285px;
}

.active .texiao {
	animation-name: fadeInDown !important;
	visibility: inherit !important;
}

.active .texiaoup {
	animation-name: fadeInUp !important;
	visibility: inherit !important;
}

.active .texiaoleft {
	animation-name: fadeInLeft !important;
	visibility: inherit !important;
}

.active .texiaoright {
	animation-name: fadeInRight !important;
	visibility: inherit !important;
}

.banner1 {
	width: 100%;
	height: 468px;
	position: relative;
	display: flex;
	/* margin-top: 5px; */
	align-items: center;
	justify-content: center;
}

.banner2 {
	width: 100%;
	height: 220px;
	position: relative;
	display: flex;
	/* margin-top: 5px; */
	align-items: center;
	justify-content: center;
}

.banner_img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}

.banner1 h3 {
	z-index: 100;
	line-height: 1.5;
	font-size: 48px;
	color: #ffffff;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 5px;
	margin: 0 auto;
	font-family: 'siyuan';
}

.banner2 h3 {
	z-index: 100;
	line-height: 1.5;
	font-size: 24px;
	color: #ffffff;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 5px;
	margin: 0 auto;
	font-family: 'siyuan';
}

.about-line {
	line-height: 23px;
	padding-top: 2em;
	width: 80%;
	margin: 0 auto;
}

.cate-img {
	width: 100%;
	/* height: 252px;
	object-fit: cover; */
}

.product-left {
	text-align: left;
}

.product-h2 {
	font-size: 30px;
	border-bottom: 3px solid #007687;
	padding-bottom: 7px;
	font-weight: 400;
}

.product-h3 {
	font-size: 24px;
	margin-top: 0.6em;
	font-weight: 400;
}

.product-h4 {
	font-size: 18px;
	margin-top: 0.6em;
	font-weight: 400;
}

.product-top {
	padding-top: 3em;
	text-align: center;
	margin-bottom: 1em;
	border-bottom: 1px solid #ccc;
	padding-bottom: 2em;
	width: 80%;
	margin: 0 auto;
}

.product-xian {
	width: 5px;
	height: 24px;
	background-color: rgb(0, 118, 135);
}

.product-display {
	display: flex;
	margin-top: 20px;
	align-items: center;
}

.product-line {
	margin-top: 10px;
	line-height: 32px;
}

.product-row {
	border-bottom: 1px solid #ccc;
	padding-bottom: 1.5em;
	width: 80%;
	margin: 0 auto;
}

.new-display {
	display: flex;
	margin-top: 5em;
}

.yuanshu {
	height: 100px;
}

.news-left {
	margin-left: 15px;
}

.tablepro {
	margin: 0 0 25px 0;
	border-collapse: collapse;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
	border: none;
	width: 100%;
}

.tablepro th {
	color: black;
	padding: 15px;
	border: 1px solid #ccc;
	text-align: center;
	background-color: white;
}

.tablepro td {
	border: 1px solid #ccc;
}

.qiye-col {
	margin-top: 28px;
}

.text {
	width: 15%;
}

.navbar-header {
	background-color: rgb(0, 118, 135);
}

.phone-logo {
	width: 59%;
}

.navbar-header {
	padding: 6px;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: white;
}

.navbar-default .navbar-toggle:hover {
	background-color: rgb(0, 118, 135);
}

.nav>li {
	position: relative;
	display: block;
	font-size: 16px;
	text-align: left;
	padding-left: 10px;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: white;
	background-color: white;
}

.navbar-brand {
	float: left;
	height: 50px;
	padding: 6px 15px;
	font-size: 18px;
	line-height: 20px;
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 0;
	height: 8%;
	border: none;
}

.hangye-biaotih {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-size: 17px;
	height: 18px;
}

.about-phone-li {
	line-height: 35px;
	text-align: center;
	border-bottom: 1px solid #999;
	margin-top: 10px;
}

.light-background-phone {
	width: 100%;

	/* min-width: 1200px; */
	/* background: url(../images/canpingback.png)no-repeat; */
	background-size: cover;
	background-position: center 0;
	padding-bottom: 12px;
}

.productList_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.productList_box li {
	width: 31%;
	height: 45px;
	margin-left: 2%;
	font-size: 12px;
	text-align: center;
	margin-bottom: 15px;
	line-height: 1.5;
	cursor: pointer;
	font-weight: 600;
	padding: 5px 0px;
	display: flex;
	color: #FFFFFF;
	letter-spacing: 1px;
	background-color: #014993;
	align-items: center;
	justify-content: center;
}

.productListaie {
	color: rgb(0, 118, 135) !important;
	background-color: #FFFFFF !important;
	border: 1px solid rgb(0, 118, 135);
}

.index-white-biaoti-phone {
	text-align: left;
	margin-top: 10px;
	font-size: 22px;
	color: rgb(0, 118, 135);
	letter-spacing: 1px;
	font-weight: bold;
	cursor: pointer;
}

.index-white-neirong-phone {
	text-align: left;
	margin-top: 3px;
	font-size: 16px;
	color: black;
	line-height: 24px;
	height: 76px;
	margin-top: 1em;
}

.lianxi-zi {
	font-size: 15px;
}

.index-bottom-img {
	width: 65px;
	height: 65px;
}

.db-img {
	width: 100%;
	height: 270px;
}

.container {
	width: 100%;
}

.index-title3 {
	font-size: 40px;
	color: white;
	font-weight: bold;
	margin-top: 5%;
	letter-spacing: 4px;
	/* font-family: 'Noto Sans SC'; */
}

.visible-sm-block .fp-tableCell {
	height: 100%;
}

.visible-xs-block .fp-tableCell {
	height: 100%;
}
.product-zuo{
	cursor: pointer;
	font-weight: bold;
}
.product-lidiv{
	height: 40px;
	padding: 12px;
	background:#e0e0e0 ;
	margin: 8px;
	/* font-family: "Noto Sans SC"; */
}
.product-lidiv:hover{
	color: rgb(0, 118, 135);
}
.product-neitem{
	background: white;
	display: none;
	
}
.product-itemzi{
	text-align: left;
	margin: 10px;
	font-weight: 400;
	color: #888;
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	border-bottom: 1px solid #ccc;
	/* font-family: "Noto Sans SC"; */
}
.product-itemzi:hover{
	color: rgb(0, 118, 135) ;
}
.proactive{
	color: rgb(0, 118, 135) ;
}
.proxian{
	display: block;
}
#menu #ensconce {
  /*éšè—èœå•æ ·å¼*/
  height: 100%;
  background-color: #393c4a;
  float: left;
  text-align: center;
  position: relative;
  display: none;
}
#menu #ensconce h2 {
  cursor: pointer;
  color: #fff;
  font-size: 0.24rem;
  line-height: 0.5rem;
  width: 100%;
  position: absolute;
  top: 35%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(0%, -50%);
}
#menu #ensconce h2 img {
  width: 52%;
}
#menu #open {
  /*æ˜¾ç¤ºèœå•æ ·å¼*/
  height: 100%;
  background-color: #363a45;
  padding-bottom: 0.1rem;
  box-sizing: border-box;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
}
#menu #open .navH {
  height: 0.6rem;
  background-color: #44495a;
  line-height: 0.6rem;
  text-align: center;
  font-size: 0.22rem;
  color: #fff;
  position: relative;
  box-sizing: border-box;
}
#menu #open .navH span {
  position: absolute;
  top: 49%;
  right: 0;
  padding: 0 0.15rem;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: inline-block;
}
#menu #open .navBox {
  height: 100%;
  overflow-y: auto;
  padding-left: 0.05rem;
  padding-right: 0.07rem;
  margin-top: 0.1rem;
}
#menu #open .navBox ul li {
  background-color: #393c4a;
  cursor: pointer;
  margin-bottom: 4px;
}
#menu #open .navBox ul li .obtain {
  background-color: #3889D4;
}
#menu #open .navBox ul li .obtain:hover {
  background-color: #3D8332;
}
#menu #open .navBox ul li h2 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  font-size: 0.18rem;
  padding: 0.15rem 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
}
#menu #open .navBox ul li h2 i {
  position: absolute;
  top: 50%;
  right: 0.15rem;
  border-top: 0.07rem transparent dashed;
  border-left: 0.07rem solid #fff;
  border-right: 0.07rem transparent dashed;
  border-bottom: 0.07rem transparent dashed;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.6s ease;
  -moz-transition: -moz-transform 0.6s ease;
  -o-transition: -o-transform 0.6s ease;
  -ms-transition: -ms-transform 0.6s ease;
  transform-origin: 4px 3px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#menu #open .navBox ul li h2 .arrowRot {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#menu #open .navBox ul li .secondary {
  overflow: hidden;
  height: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
}
#menu #open .navBox ul li .secondary h3 {
  padding: 0.1rem 0;
  text-align: center;
  font-size: 0.16rem;
  background-color: #282c3a;
  color: #ffffff;
  border-bottom: 0.8px solid #42495d;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
#menu #open .navBox ul li .secondary h3:hover {
  background-color: #1acbfc;
}
#menu #open .navBox ul li .secondary .seconFocus {
  background-color: #1acbfc;
  -webkit-box-shadow: 3px 3px 3px #aa8c51;
  -moz-box-shadow: 3px 3px 3px #aa8c51;
  box-shadow: 3px 3px 3px #aa8c51;
}

/* .visible-sm-block .section{
	height: auto!important
}

.visible-xs-block .section{
	height: auto!important
} */
/* @media screen (min-height: 800px)
{
	.index-title{
	    font-size: 36px;
	    color: white;
	    font-weight: bold;   
		 margin-top: 0;
		 color: black;
	}
	.index-title1{
		    font-size: 36px;
		    color: white;
		    font-weight: bold;   
			 margin-top: 0;
		}
	.index-title2{
	    font-size: 36px;
	    color: white;
	    font-weight: bold;   
		 margin-top: 0;
		 color: black;
	}
  .index-title3{
    font-size: 36px;
    color: white;
    font-weight: bold;   
	 margin-top: 6%;
}
} */
@media screen and (max-width: 1000px) and (min-height: 1000px) {

	#test34 li a,
	.dropbtn {
		display: inline-block;
		text-align: center;
		text-decoration: none;
		padding: 5px 5px;
		font-size: 14px;
		/* font-family: 'Noto Sans SC'; */
	}

	#test33 li a,
	.dropbtn {
		display: inline-block;
		text-align: center;
		text-decoration: none;
		padding: 5px 5px;
		font-size: 14px;
	}
}
@media screen and (max-width: 1536px) {
	.about-background {
		width: 100%;
		height: 66%;
		/*  min-width: 1200px; */
		background: url(../images/aboutusback.png)no-repeat;
		background-size: cover;
		background-position: top;
		overflow: hidden;
	}

	.about-size {
		margin-top: 4%;
	}

	footer ul.sitemap li a,
	footer ul.info li a,
	.footer ul.sitemap li a,
	.footer ul.info li a {
		font-size: 14px !important;
		line-height: 26px;
		cursor: pointer;
	}

	.guanzhu {
		font-size: 14px !important;
		color: black;
		float: left;
		text-align: center;
		width: 120px;
	}

	.look_more {
		width: 136px;
		height: 40px;
		font-size: 16px;
		border-radius: 37px;
		margin: 0 auto;
		margin-top: 11.5em;
		line-height: 40px;
		font-weight: 400;
		cursor: pointer;
	}
}
@media screen and (min-width: 1200px) {
	.swiper-p-content {
		font-weight: 300;
		font-size: 18px;
		margin-top: 0.5em;
		color: white;
	}

	.swiper-p-title {
		font-size: 3vw;
		color: white;
		/* font-weight: bold; */
	}

	#test34 li a,
	.dropbtn {
		display: inline-block;
		text-align: center;
		text-decoration: none;
		padding: 5px 12px;
		font-size: 17px;
		/* font-family: 'Noto Sans SC'; */
	}

	#test33 li a,
	.dropbtn {
		display: inline-block;
		text-align: center;
		text-decoration: none;
		padding: 5px 17px;
		font-size: 18px;
	}

	.index-title {
		font-size: 36px;
		color: white;
		font-weight: bold;
		margin-top: 1%;
		color: black;
		letter-spacing: 4px;
		/* font-family: 'Noto Sans SC'; */
	}

	.index-title1 {
		font-size: 36px;
		color: white;
		font-weight: bold;
		margin-top: 1%;
		letter-spacing: 4px;
		/* font-family: 'Noto Sans SC'; */
	}

	.index-title2 {
		font-size: 36px;
		color: white;
		font-weight: bold;
		margin-top: -2%;
		color: black;
		letter-spacing: 4px;
		/* font-family: 'Noto Sans SC'; */
	}

	.index-title3 {
		font-size: 36px;
		color: white;
		font-weight: bold;
		margin-top: 0;
		letter-spacing: 4px;
		/* font-family: 'Noto Sans SC'; */
	}

	.index-title4 {
		font-size: 16px;
		color: white;
		font-weight: 500;
		margin-top: 2%;
		line-height: 33px;

	}

	.acticle-back {
		background-color: white;
		height: 8em;
		margin-bottom: 15px;
	}

	.chanping-img {
		width: 100%;
		height: 140px;
		cursor: pointer;
	}

	.actitle-content {
		margin-top: 24px;
		height: 118px;
		cursor: pointer;
	}

	.content p {
		margin-top: 6px;
		font-size: 14px;
		color: #666;
		text-align: left;
		margin-left: 20px;
		line-height: 1.6;
	}

	.index-look-more {
		width: 133px;
		height: 40px;
		border: 1px solid #ccc;
		text-align: center;
		border-radius: 34px;
		line-height: 40px;
		position: relative;
		top: 20px;
		color: rgb(62, 62, 62);
		cursor: pointer;
		font-size: 14px;
	}

	.index-white {
		margin-top: 5%;
		height: 7.4em;
		background-color: white;
		margin: 0 auto;
	}

	.index-white-neirong {
		text-align: left;
		margin-top: 1em;
		font-size: 14px;
		color: #666;
		line-height: 29px;
		height: 138px;
		cursor: pointer;
	}

	.jiejue-img {
		width: 100%;
		height: 252px;
		margin-top: 1.8em;
		margin-left: 4px;
		object-fit: cover;
	}

	.about-img {
		width: 49px;
		height: 49px;
	}

	.about-img1 {
		width: 66px;
		height: 49px;
	}

	.btn-pro {
		font-size: 14px !important;
		line-height: 18px;
		color: #666;
		font-weight: 400;
		text-decoration: none;
		position: relative;
		text-transform: uppercase;
	}

	.zhihui-content {
		color: white;
		font-weight: 400;
		margin-top: 10px;
		font-size: 13px;
		line-height: 25px;
	}

	footer .text,
	.footer .text {
		margin-top: 15px;
		text-align: left;
	}

	footer .text.small,
	.footer .text.small {
		margin-top: 15px;
		text-align: left;
	}

}
@media screen and (max-width:720px) {
	.look_more {
		width: 136px;
		height: 40px;
		font-size: 16px;
		border-radius: 37px;
		margin: 0 auto;
		margin-top: 0.7em;
		line-height: 40px;
		font-weight: 400;
		cursor: pointer;
	}
	.containerbanner_txt {
		flex-direction: column;
	}
}
@media screen and (max-height: 800px) and (max-width: 909px){


	#test34 li a,
	.dropbtn {
		display: inline-block;
		text-align: center;
		text-decoration: none;
		padding: 5px 12px;
		font-size: 13px !important;
		/* font-family: 'Noto Sans SC'; */
	}

	#test33 li a,
	.dropbtn {
		display: inline-block;
		text-align: center;
		text-decoration: none;
		padding: 5px 12px;
		font-size: 13px !important;
	}
}
@media screen and (max-height: 600px) {
	.banner1 {
		width: 100%;
		height: 400px;
		position: relative;
		display: flex;
		/* margin-top: 5px; */
		align-items: center;
		justify-content: center;
	}

	#test34 li a,
	.dropbtn {
		display: inline-block;
		text-align: center;
		text-decoration: none;
		padding: 5px 12px;
		font-size: 16px;
		/* font-family: 'Noto Sans SC'; */
	}

	#test33 li a,
	.dropbtn {
		display: inline-block;
		text-align: center;
		text-decoration: none;
		padding: 5px 12px;
		font-size: 16px;
	}

	.about-background {
		width: 100%;
		height: 63%;
		/* min-width: 1200px; */
		background: url(../images/aboutusback.png)no-repeat;
		background-size: cover;
		background-position: top;
		overflow: hidden;
	}

	.index-title4 {
		font-size: 14px;
		color: white;
		font-weight: 400;
		margin-top: 2%;
		line-height: 29px;
	}

	.about-size {
		margin-top: 10px;
	}

	.zhihui {
		color: white;
		font-size: 14px;
		margin-top: 0;
	}

	.index-title {
		font-size: 30px;
		color: white;
		font-weight: bold;
		margin-top: 1%;
		color: black;
		letter-spacing: 4px;
		/* font-family: 'Noto Sans SC'; */
	}

	.index-title1 {
		font-size: 30px;
		color: white;
		font-weight: bold;
		margin-top: 1%;
		letter-spacing: 4px;
		/* font-family: 'Noto Sans SC'; */
	}

	.index-title2 {
		font-size: 30px;
		color: white;
		font-weight: bold;
		margin-top: -2%;
		color: black;
		letter-spacing: 4px;
		/* font-family: 'Noto Sans SC'; */
	}

	.index-title3 {
		font-size: 30px;
		color: white;
		font-weight: bold;
		margin-top: -20px;
		letter-spacing: 4px;
		/* font-family: 'Noto Sans SC'; */
	}

	.acticle-back {
		background-color: white;
		height: 6.2em;
		margin-bottom: 15px;
	}

	.chanping-img {
		width: 100%;
		height: 110px;
		cursor: pointer;
	}

	.actitle-content {
		margin-top: 10px;
		height: 124px;
		cursor: pointer;
	}

	.content p {
		margin-top: 6px;
		font-size: 12px;
		color: #666;
		text-align: left;
		margin-left: 20px;
	}

	.index-look-more {
		width: 133px;
		height: 40px;
		border: 1px solid #ccc;
		text-align: center;
		border-radius: 34px;
		line-height: 40px;
		position: relative;
		top: 20px;
		color: rgb(62, 62, 62);
		cursor: pointer;
		font-size: 14px;
	}

	.index-white {
		margin-top: 5%;
		height: 7.4em;
		background-color: white;
		margin: 0 auto;
	}

	.index-white-neirong {
		text-align: left;
		margin-top: 1em;
		font-size: 13px;
		color: #666;
		line-height: 29px;
		height: 138px;
		cursor: pointer;
	}

	.jiejue-img {
		width: 100%;
		height: 252px;
		margin-top: 1.8em;
		margin-left: 4px;
		object-fit: cover;
	}

	.about-img {
		width: 39px;
		height: 39px;
	}

	.about-img1 {
		width: 52px;
		height: 39px;
	}

	.zhihui-content {
		color: white;
		font-weight: 400;
		margin-top: 10px;
		font-size: 12px;
		line-height: 20px;
	}

	.acticle-title {
		/* border-bottom: 2px solid #ccc; */
		width: 80%;
		height: 2em;
		text-align: center;
		margin: 0 auto;
		cursor: pointer;
		color: #FFFFFF;f
		font-size: 16px;
		
	}

	.btn-pro {
		font-size: 12px !important;
		line-height: 18px;
		color: #666;
		font-weight: 400;
		text-decoration: none;
		position: relative;
		text-transform: uppercase;
	}

	/* .acticle-more {
		margin-top: 0 !important;
	} */

	.about-look_more {
		width: 110px;
		height: 33px;
		font-size: 13px;
		border-radius: 37px;
		margin: 0 auto;
		margin-top: 7px;
		line-height: 33px;
		font-weight: 400;
		cursor: pointer;
		border: 1px solid white;
	}

	.margin-bottom-small {
		margin-bottom: 6px !important;
		font-size: 15px !important;
		text-align: left !important;
	}

	.guanzhu {
		font-size: 13px;
		color: black;
		float: left;
		text-align: left;
		width: 120px;
	}

	.erweima-img {
		width: 100px;
		height: 100px;
	}

	.index-touming {
		margin-top: 16px !important;
		height: 7.5em;
		margin: 0 auto;
		color: black;
		text-align: left;
	}

	.xinwen-gaodu {
		width: 100%;
		margin-top: 0 !important;
	}

	.hangyezixun {
		/* width: 100%; */
		height: 92px;
		overflow: hidden;
		margin-top: 5px;
		border-bottom: 1px solid #ccc;
		cursor: pointer;
	}

	.small-zixun {
		width: 100%;
		height: 92px;
		object-fit: cover;
	}

	.hangye-biaotih {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		font-size: 14px;
		height: 18px;
	}

	.zixun-small-size {
		font-weight: 400;
		margin-top: 5px;
		height: 43px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		font-size: 12px;
		line-height: 20px;
		color: #666;
	}

	.zixun-small-time {
		font-weight: 300;
		margin-top: 4px;
		font-size: 12px;
	}

	.look_more {
		width: 117px;
		height: 36px;
		background-color: #014993;
		font-size: 14px;
		border-radius: 37px;
		margin: 0 auto;
		margin-top: 3em;
		line-height: 40px;
		font-weight: 400;
		cursor: pointer;
	}

	.fangan-content {
		/* color: black; */
		line-height: 29px;
		letter-spacing: 1px;
		margin-top: 1em;
		font-size: 16px;
	}

	.zhineng-name {
		width: 100%;
		margin: 0 auto;
		padding: 4px;
		position: relative;
		height: 27px;
		text-align: center;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}

	#banner {
		width: 100%;
		height: 273px;
		overflow: hidden;
		margin-top: 6px;
		position: relative;
	}

	footer ul.sitemap li,
	footer ul.info li,
	.footer ul.sitemap li,
	.footer ul.info li {
		color: black;
		font-size: 13px !important;
		line-height: 26px;
		/* font-weight: 300; */
	}

	footer .text,
	.footer .text {
		margin-top: 10px !important;
		text-align: left !important;
	}

	footer ul.sitemap li a,
	footer ul.info li a,
	.footer ul.sitemap li a,
	.footer ul.info li a {
		font-size: 13px !important;
		line-height: 26px !important;
		cursor: pointer !important;
	}

	footer .text,
	.footer .text {
		margin-top: 15px !important;
		text-align: left !important;
	}

	footer .text.small,
	.footer .text.small {
		margin-top: 15px !important;
		text-align: left !important;
	}

}
@media (min-width: 768px) and (max-width: 1250px) {
	.zhineng-back {
		float: left;
		width: 46%;
		/* height: 325px; */
		margin-top: 20px;
		margin-left: 15px;
		/* padding-bottom: 6px; */
	}
	#test34 .dropdown1-content a {
		display: block;
		color: black;
		padding: 8px 17px;
		text-decoration: none;
		border-bottom: 1px solid #ccc;
		font-size: 12px;
		height: 30px;
		/* font-family: 'Noto Sans SC'; */
	}
.jianrong-news{
	padding-top: 0 !important;
}
.img-logo {
	
	height: 49px;
	margin-left: 10%;
	margin-top: 14px;
}
	#test34 li a,
	.dropbtn {
		display: inline-block;
		text-align: center;
		text-decoration: none;
		padding: 5px 5px;
		font-size: 14px;
		/* font-family: 'Noto Sans SC'; */
	}

	#test33 li a,
	.dropbtn {
		display: inline-block;
		text-align: center;
		text-decoration: none;
		padding: 5px 5px;
		font-size: 14px;
	}
	.index-title{
	    font-size: 36px;
	    color: white;
	    font-weight: bold;   
		 margin-top: 1%;
		  color: black;
		  letter-spacing: 4px;
		  /* font-family: 'Noto Sans SC'; */
	}
	.index-title1 {
		font-size: 36px;
		color: white;
		font-weight: bold;
		margin-top: 1%;
		letter-spacing: 4px;
		/* font-family: 'Noto Sans SC'; */
	}
	
	.index-title2 {
		font-size: 36px;
		color: white;
		font-weight: bold;
		margin-top: 1%;
		color: black;
		letter-spacing: 4px;
		/* font-family: 'Noto Sans SC'; */
	}
	
	.index-title3 {
		font-size: 36px;
		color: white;
		font-weight: bold;
		margin-top: 0;
		letter-spacing: 4px;
		/* font-family: 'Noto Sans SC'; */
	}
	.swiper-p-content {
		font-weight: 300;
		font-size: 16px;
		margin-top: 0.5em;
		color: white;
	}
	
	.swiper-p-title {
		font-size: 3vw;
		color: white;
		/* font-weight: bold; */
	}
	/* 分界点 */
	.acticle-back {
		background-color: white;
		height: 6em;
		margin-bottom: 15px;
	}
	.index-figuer a{
		font-size: 12px;
	}
	.lbw-top{
		margin-top: 0 !important;
	}
	.chanping-img {
		width: 100%;
		height: 172px;
		cursor: pointer;
	}
	.index-figuer{
		height: 172px;
	}
	.actitle-content {
		height: 72px;
		cursor: pointer;
	}
	a.btn-pro {
	  font-size: 12px !important;
	  line-height: 18px;
	  color: #666;
	  font-weight: 400;
	  text-decoration: none;
	  position: relative;
	  text-transform: uppercase;
	}
	.content p {
		margin-top: 3px;
		font-size: 12px;
		color: #666;
		text-align: left;
		margin-left: 20px;
		line-height: 1.6;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}
	
	.index-look-more {
		width: 109px;
		height: 30px;
		border: 1px solid #ccc;
		text-align: center;
		border-radius: 34px;
		line-height: 30px;
		position: relative;
		top: 0px;
		color: rgb(62, 62, 62);
		cursor: pointer;
		font-size: 14px;
	}
	
	.index-white {
		margin-top: 5%;
		height: 6.3em;
		background-color: white;
		margin: 0 auto;
	}
	
	.index-white-neirong {
		text-align: left;
		margin-top: 1em;
		font-size: 12px;
		color: #666;
		line-height: 26px;
		height: 138px;
		cursor: pointer;
	}
	
	.jiejue-img {
		width: 100%;
		height: 211px;
		margin-top: 1.5em;
		margin-left: 4px;
		object-fit: cover;
	}
	
	.about-img {
		width: 49px;
		height: 49px;
	}
	
	.about-img1 {
		width: 66px;
		height: 49px;
	}
	.acticle-title {
		/* border-bottom: 2px solid #ccc; */
		width: 80%;
		height: 2em;
		text-align: center;
		margin: 0 auto;
		margin-top: 10px;
		cursor: pointer;
		color: #FFFFFF;
		font-size: 15px;
		
	}
	.col-md-24 {
		width: 20%;
		float: left;
		padding: 20px 0px;
		background-color: #014993;
		color: white;
		border-right: 2px solid white;
		font-weight: 400;
		cursor: pointer;
		font-family: 'Noto Sans SC' !important;
		font-size: 13px;
	}
	.index-white-biaoti {
		text-align: left;
		margin-top: 1.7em;
		font-size: 18px;
		color: rgb(1, 73, 147);
		letter-spacing: 3px;
	cursor: pointer;
	}
	.small-zixun {
		width: 100%;
		height: 80px;
		object-fit: cover;
	}
	
	.zixun-small-size {
		font-weight: 400;
		margin-top: 3px;
		height: 42px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		font-size: 12px;
		line-height: 21px;
		color: #666;
	}
	
	.zixun-small-time {
		font-weight: 300;
		margin-top: 0;
		color: black;
	}
	.look_more {
		width: 136px;
		height: 40px;
		background-color: #014993;
		font-size: 16px;
		border-radius: 37px;
		margin: 0 auto;
		margin-top: 3em;
		line-height: 40px;
		font-weight: 400;
		cursor: pointer;
	}
	.index-title4 {
		font-size: 13px;
		color: white;
		font-weight: 500;
		margin-top: 2%;
		line-height: 28px;
	
	}
	
	.about-img {
		width: 49px;
		height: 49px;
	}
	
	.about-size {
		margin-top: 2%;
	}
	
	.zhihui {
		color: white;
		font-size: 14px;
		margin-top: 1em;
	}
	
	.zhihui-content {
		color: white;
		font-weight: 400;
		margin-top: 10px;
		font-size: 12px;
		line-height: 18px;
	}
	
	.about-img1 {
		width: 61px;
		height: 49px;
	}
	
	.about-look_more {
		width: 91px;
		height: 31px;
		font-size: 12px;
		border-radius: 37px;
		margin: 0 auto;
		margin-top: 4px;
		line-height: 31px;
		font-weight: 400;
		cursor: pointer;
		border: 1px solid white;
	}
	#banner {
		width: 100%;
		height: 288px;
		overflow: hidden;
		margin-top: 9px;
		position: relative;
	}
	.hangyezixun {
		/* width: 100%; */
		height: 91px;
		overflow: hidden;
		margin-top: 8px;
		border-bottom: 1px solid #ccc;
		cursor: pointer;
	}
	.hangye-biaotih {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		font-size: 14px;
		height: 18px;
	}
	.hangyezixun:hover{
		color: #014993;
	}
	.xinwen-gaodu {
		margin-top: 8px !important;
	}
	.about-background {
		width: 100%;
		height: 63%;
		/*  min-width: 1200px; */
		background: url(../images/aboutusback.png)no-repeat;
		background-size: cover;
		background-position: top;
		overflow: hidden;
	}
	.margin-bottom-small {
		margin-bottom: 6px !important;
		font-size: 14px !important;
		text-align: left !important;
	}
	footer ul.sitemap li,
	footer ul.info li,
	.footer ul.sitemap li,
	.footer ul.info li {
		color: black;
		font-size: 12px !important;
		line-height: 26px;
		/* font-weight: 300; */
	}
	
	footer .text,
	.footer .text {
		margin-top: 10px !important;
		text-align: left !important;
	}
	
	footer ul.sitemap li a,
	footer ul.info li a,
	.footer ul.sitemap li a,
	.footer ul.info li a {
		font-size: 12px !important;
		line-height: 26px !important;
		cursor: pointer !important;
	}
	
	footer .text,
	.footer .text {
		margin-top: 15px !important;
		text-align: left !important;
	}
	
	footer .text.small,
	.footer .text.small {
		margin-top: 15px !important;
		text-align: left !important;
	}
	.erweima-img {
		width: 100px;
		height: 100px;
	}
	.guanzhu {
		font-size: 12px;
		color: black;
		float: left;
		text-align: left;
		width: 120px;
	}
}
@media screen and (min-height: 800px) {
	.index-title {
		font-size: 52px;
		color: white;
		font-weight: bold;
		margin-top: 6%;
		color: black;
		letter-spacing: 4px;
		/* font-family: 'Noto Sans SC'; */
	}
	
	.index-title1 {
		font-size: 52px;
		color: white;
		font-weight: bold;
		margin-top: 6%;
		letter-spacing: 4px;
		/* font-family: 'Noto Sans SC'; */
	}
	
	.index-title2 {
		font-size: 52px;
		color: white;
		font-weight: bold;
		margin-top: 1%;
		color: black;
		letter-spacing: 4px;
		/* font-family: 'Noto Sans SC'; */
	}
	
	.index-title3 {
		font-size: 52px;
		color: white;
		font-weight: bold;
		margin-top: 1%;
		letter-spacing: 4px;
		/* font-family: 'Noto Sans SC'; */
	}
	.swiper-p-content {
		font-weight: 300;
		font-size: 1.2vw;
		line-height: 1.5;
		margin-top: 0.5em;
		color: white;
		white-space: pre-line;
	}
	
	.swiper-p-title {
		font-size: 2.5vw;
		color: white;
		text-align: center;
		/* font-weight: bold; */
	}
	.index-title4 {
		font-size: 18px;
		color: white;
		font-weight: 400;
		margin-top: 2%;
		line-height: 29px;
	}
	.zhihui-content {
		color: white;
		font-weight: 400;
		margin-top: 10px;
		font-size: 15px;
		line-height: 25px;
	}
}
@media screen and (min-width: 1537px) {
	.chanping-img {
		width: 100%;
		height: 200px;
		cursor: pointer;
	}
	.padding-onlytop-lg{
		padding-top: 0 !important;
	}
	.index-figuer{
		height: auto;
		width: 100%;
	}
	#test34 li a,
	.dropbtn {
		display: inline-block;
		text-align: center;
		text-decoration: none;
		padding: 5px 12px;
		font-size: 21px;
		/* font-family: 'Noto Sans SC'; */
	}

	#test33 li a,
	.dropbtn {
		display: inline-block;
		text-align: center;
		text-decoration: none;
		padding: 5px 17px;
		font-size: 21px;
	}
	.img-logo{
		width: auto !important;
		height: auto !important;
	}
	#test33 .dropdown1-content a {
		display: block;
		color: black;
		padding: 8px 17px;
		text-decoration: none;
		border-bottom: 1px solid #ccc;
		font-size: 15px;
		height: 30px;
		/* font-family: 'Noto Sans SC'; */
	}
	#test34 .dropdown1-content {
		display: none;
		position: absolute;
		background-color: #f9f9f9;
		width: 250px;
		left: 50%;
		top: 57px;
		/* left: -50px; */
		box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
		transform: translate(-50%,0%);
		background: rgba(255,255,255,0.7);
	}
	#test34 li {
		/* float: left; */
		/*左浮动*/
		position: relative;
		height: 57px;
	}
	#test34 li a:hover,
	.dropdown1:hover .dropbtn {
		/*鼠标移上去，改变背景颜色*/
		color: rgb(0,118,135);
		border-bottom: 2px solid rgb(0,118,135);
		height: 57px;
	}
	#test34 .dropdown1-content a {
		display: block;
		color: black;
		padding: 8px 17px;
		text-decoration: none;
		border-bottom: 1px solid #ccc;
		font-size: 15px;
		height: 30px;
		/* font-family: 'Noto Sans SC'; */
	}
}
@media screen and (max-width: 1000px) {
	  #open {
	    width: 130px !important;
	  }
	  #ensconce {
	    width: 27px !important;
	  }
	  #ensconce h2 {
	    font-size: 14px !important;
	  }
	  #ensconce h2 img {
	    margin-bottom: 15px !important;
	  }
}
@media screen and (max-width: 768px) {
	.zhineng-back {
		float: left;
		width: 100%;
		/* height: 325px; */
		margin-top: 20px;
		margin-left: 0;
		/* padding-bottom: 6px; */
	}
}