* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}

@font-face {
	font-family: myFirstFont;
	src: url('../font/SOURCEHANSANSSC-REGULAR.otf');
}
html{
	overflow-x: hidden !important;
}
ol,
ul {
	list-style: none;
}

a {
	text-decoration: none;
}

img {
	vertical-align: middle;
}
.remindBox{
 position: fixed;
 top: 50%;
 left: 50%;
 transform: translate(-50%,-50%);
 min-width: 200px;
 height: 60px;
 line-height: 60px;
 font-size: 15px;
 color: #fff;
 text-align: center;
 padding: 0 15px;
 background: rgba(0,0,0,0.6);
 border-radius: 10px;
 animation: showBox 0.75s;
 -webkit-animation: showBox 0.75s;
 display: none;
 z-index: 9999999;
}
@keyframes showBox
{
    from {opacity: 0;}
    to {opacity: 1;}
}
/* overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap */

/* overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical; */
.contents {
	width: 1600px;
	margin: 0 auto;
}

.min-contents {
	width: 1400px;
	margin: 0 auto;
}

.header {
	width: 92%;
	height: 88px;
	position: fixed;
	top: 0;
	left: 0;
	padding: 0 4%;
	background: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 9999;
	transition: all 0.35s;
}
.header:hover{
	background: rgba(0,0,0,0.3);
}

.header .top-logo {
	/* height: 57px; */
	width: 22%;
}

.header .nav {
	width: 70%;
	height: 100%;
	position: relative;
	z-index: 999;
}

.header .nav ul {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: space-between;
}

.header .nav ul li {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
}

.header .nav ul li .a-one {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	/* font-family: myFirstFont; */
}

.header .nav ul li a:hover {}

.header .nav ul li.cn_en a {
	border: 1px solid #fff;
	padding: 0 8px;
	font-weight: 500;
	font-size: 14px;
	margin: 0 4px;
	border-radius: 50px;
	position: relative;
	top: 2px;
	color: #fff;
	letter-spacing: 1px;
}

.header .nav ul li.cn_en a:hover {
	color: #fff;
	background: #0069b6;
	border-color: #0069b6;
}

.header .nav ul li.cn_en a.in {
	background: #0069b6;
	border-color: #0069b6;
}

.header .nav ul li .searchBtn {
	margin-left: 10px;
	cursor: pointer;
	position: relative;
	top: 2px;
	height: 22px;
}

.nav ul li .last-nav {
	display: none;
	position: absolute;
	top: 95%;
	left: -20px;
	width: calc(100% + 40px);
	text-align: center;
	background: #fff;
	/* padding: 10px 0; */
	line-height: 2.2;
}

.nav ul li .last-nav a {
	color: #666;
	opacity: 0.8;
	font-size: 15px;
	/* font-family: myFirstFont; */
	display: inline-block;
	width: 100%;
}

.nav ul li .last-nav a:hover {
	opacity: 1;
	background: #eee;
}

.nav ul li:hover .last-nav {
	display: block;
}

.nav ul li .last-nav img {
	position: absolute;
	top: -8px;
	left: calc(50% - 6px);
}

/* .nav ul li .last-nav p:nth-child(2){
	margin-top: 10px;
}
.nav ul li .last-nav p:last-child{
	margin-bottom: 10px;
} */

.header.in {
	background: rgba(255, 255, 255, 0.95);
}

.header.in .nav ul li .a-one {
	color: #333;
}

.header.in .nav ul li.cn_en a {
	border: 1px solid #666;
	color: #666;
}

.header.in .nav ul li.cn_en a:hover {
	color: #fff;
	background: #0069b6;
	border-color: #0069b6;
}

.header.in .nav ul li.cn_en a.in {
	color: #fff;
	border-color: #0069b6;
}

/* 搜索 */
.searchBox{
	position: fixed;
	top: 88px;
	left: 0;
	width: 100%;
	/* height: 90px; */
	background: rgba(255,255,255,0.6);
	height: 0;
	transition: all 0.35s;
	overflow: hidden;
	z-index: 998;
}
.search{
	width: 72%;
	margin: 0 auto;
	height: 60px;
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
}
.search img{
	margin-left: 20px;
}
.search div{
	width: 90%;
	border-right: 1px solid #eee;
}
.search div input{
	width: 90%;
	padding-left: 10px;
	height: 34px;
	font-size: 15px;
	border: none;
	outline: none;
}
.search button{
	width: 6%;
	margin-right: 2%;
	font-size: 15px;
	letter-spacing: 2px;
	background: #0068B7;
	color: #fff;
	height: 34px;
	border-radius: 3px;
	border: none;
	cursor: pointer;
}


/* 首页轮播图 */
.swiper-banner {
	width: 100%;
	height: 100%;
}

.swiper-banner .swiper-slide img {
	width: 100%;
	height: 100%;
}

.swiper-banner .swiper-slide .banner-txt {
	position: absolute;
	top: 37%;
	left: 17%;
}

.swiper-banner .swiper-slide .banner-txt h1 {
	font-size: 44px;
	color: #fff;
	letter-spacing: 3px;
}

.swiper-banner .swiper-slide .banner-txt a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	border: 1px solid #fff;
	width: 250px;
	height: 70px;
	margin-top: 20%;
}

.swiper-banner .swiper-slide .banner-txt a span {
	margin-left: 20px;
	border-right: 1px solid #fff;
	line-height: 70px;
	width: 170px;
	letter-spacing: 2px;
	font-size: 18px;
}

.swiper-banner .swiper-slide .banner-txt a img {
	width: 9px;
	height: 14px;
	margin-right: 24px;
}

.swiper-pagination.banner-pagination {
	text-align: left;
}

.swiper-container-horizontal .banner-pagination {
	bottom: 10%;
	left: 17%;
}

.banner-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #bbc0b4;
	opacity: 1;
	margin: 0 10px !important;
}

.banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #fff;
	transform: scale(1.3);
}

/* 第二块 */
.about {
	/* position: absolute;
	top: 0;
	left: 0; */
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
}

.about-left {
	width: 37%;
	background: #177ad2;
	position: relative;
	z-index: 2;
}

.about-right {
	width: 63%;
	background: #f2f2f2;
}

.about-left-one {
	width: 100%;
	height: 72%;
	background: url(../image/about_left.jpg) no-repeat;
	background-size: 100% 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}

.about-left-one .one-txt {
	width: 400px;
	line-height: 1.78;
	margin-bottom: 20px;
}

.about-left-one .one-txt h1 {
	margin-bottom: 54px;
	font-size: 46px;
	font-weight: 500;
	letter-spacing: 3px;
	
}

.about-left-one .one-txt p {
	margin-bottom: 54px;
	font-size: 17px;
	letter-spacing: 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.about-left-one .one-txt a {
	padding-bottom: 8px;
	border-bottom: 1px solid #fff;
	color: #fff;
}

.about-left-two {
	width: 100%;
	height: 28%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}

.about-left-two .two-txt {
	width: 400px;
	line-height: 1.6;
}

.about-left-two .two-txt h3 {
	letter-spacing: 2px;
	font-size: 24px;
	margin-bottom: 5px;
}
.about-left-two .two-txt h4 {
	letter-spacing: 2px;
	font-size: 21px;
	margin-bottom: 30px;
}

.about-left-two .two-txt p {
	font-size: 16px;
	letter-spacing: 1px;
}


.about-right-one {
	width: 100%;
	height: 72%;
	background: url(../image/about_right.jpg) no-repeat;
	background-size: 100% 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	position: relative;
	z-index: 2;
}

.about-right-one .one-txt {
	width: 860px;
}

.about-right-one .one-txt ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.about-right-one .one-txt ul li {
	width: 33.3%;
	border-right: 1px solid #fff;
	text-align: center;
	padding: 20px 0;
}

.about-right-one .one-txt ul li:last-child {
	border: none;
}

.about-right-one .one-txt ul li b {
	font-size: 56px;
}

.about-right-one .one-txt ul li span {
	font-size: 17px;
	margin-left: 2px;
}

.about-right-one .one-txt ul li p {
	margin-top: 10px;
	font-size: 18px;
}

.about-right-two {
	width: 100%;
	height: 28%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #666666;
	position: relative;
	z-index: 1;
}

.about-right-two .two-txt {
	width: 100%;
	height: 100%;
}

.about-right-two .two-txt ul {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
}

.about-right-two .two-txt ul li {
	width: 33.33%;
	height: 100%;
	text-align: center;
}

.about-right-two .two-txt ul li img {
	height: 140px;
	/* 色阶 */
	-webkit-filter: grayscale(1);
	filter: gray;
	opacity: 0.8;
}

.about-right-two .two-txt ul li img {
	margin-top: 50px;
}

.about-right-two .two-txt ul li p a {
	color: #666;
	font-size: 18px;
	font-weight: 600;
}

.about-right-two .two-txt ul li p a img {
	width: 22px;
	height: 22px;
	margin-top: 0;
	position: relative;
	top: -1px;
}

.about-right-two .two-txt ul li p {
	margin-top: 14px;
}

.about-right-two .two-txt ul li:hover {
	background: #fff;
	box-shadow: 0 0 20px #eee;
}

.about-right-two .two-txt ul li:hover img {
	/* 还原 */
	filter: none;
	-webkit-filter: grayscale(0);
	opacity: 1;
}

.about-right-two .two-txt ul li:hover p a {
	color: #0069B6;
}


/* 第三块 新闻 */
.news {
	width: 100%;
	height: 100%;
	background: url(../image/newsbg.jpg) no-repeat;
	background-size: 100% 100%;
}

.news-top {
	display: flex;
	justify-content: space-between;
	padding-top: 8%;
	margin-bottom: 5%;
}

.news-top h1 {
	font-size: 46px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 3px;
}

.news-top a {
	display: inline-block;
	width: 170px;
	height: 50px;
	line-height: 50px;
	background: #064e89;
	color: #fff;
	font-size: 18px;
	/* box-shadow: 0 0 10px rgba(13,36,68,1); */
}

.news-top a span {
	margin-left: 40px;
	transition: all 0.3s;
}

.news-top a img {
	margin-left: 20px;
	position: relative;
	top: -2px;
}

.news-top a:hover span {
	margin-left: 30px;
}

.news-main {
	display: flex;
	justify-content: space-between;
	letter-spacing: 1px;
}

.news-main-left {
	width: 65%;
	display: flex;
	justify-content: space-between;
}

.news-left-list {
	width: 46%;
	background: #fff;
}

.news-main-left .newsImgBox {
	width: 100%;
	height: 320px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.news-main-left .newsImgBox img {
	width: auto;
	height: 100%;
	min-width: 100%;
}

.news-main-left .newTxtBox {
	padding: 20px 26px;
}

.news-main-left .newTxtBox .time {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #999;
	font-size: 14px;
}

.news-main-left .newTxtBox .time img {
	position: relative;
	top: -2px;
	margin-right: 6px;
}

.news-main-left .newTxtBox h3 {
	color: #333;
	margin-top: 26px;
	font-weight: 600;
	height: 46px;
	font-size: 17px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-main-left .newTxtBox h5 {
	color: #666;
	margin-top: 30px;
	font-weight: 500;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}



.news-main-right {
	width: 30%;
}

.news-right-list {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid rgba(255, 255, 255, 0.6);
	margin-bottom: 36px;
	padding-bottom: 36px;
}

.news-right-list:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

.news-main-right .newsImgBox {
	width: 230px;
	height: 140px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.news-main-right .newsImgBox img {
	width: 100%;
	height: auto;
}

.news-main-right .newTxtBox {
	width: calc(100% - 260px);
}

.news-main-right .newTxtBox h3 {
	color: #fff;
	margin-top: 20px;
	font-weight: 500;
	font-size: 17px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.news-main-right .newTxtBox h5 {
	color: #fff;
	margin-top: 15px;
	font-weight: 500;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-main-right .newTxtBox img {
	margin-top: 20px;
}


/* 第四块 联系我们 */
.connect {
	width: 100%;
	height: 100%;
	display: flex;
	letter-spacing: 1px;
}

.connect .connect-left {
	width: 50%;
	height: 100%;
	background: url(../image/lianxi1.jpg) no-repeat;
	background-size: 100% 100%;
	position: relative;
}

.connect .connect-right {
	width: 50%;
	height: 100%;
	overflow: hidden;
}

.connect .connect-right img {
	width: 100%;
	height: 100%;
}

.connect .connect-left {
	display: flex;
	justify-content: center;
	align-items: center;
}

.connect .connect-left .connect-left-box {
	width: 664px;
	position: relative;
}

.connect .connect-left .connect-left-box h1 {
	font-size: 46px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 3px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.6);
	padding-bottom: 30px;
	margin-bottom: 80px;
}

.connect-left-tab {
	margin-bottom: 60px;
}

.connect-left-tab span {
	display: inline-block;
	width: 140px;
	height: 40px;
	line-height: 40px;
	margin-right: 20px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
}

.connect-left-tab span:hover {
	background: #0069b7;
}

.connect-left-tab span.active {
	background: #0069b7;
}

.connect-left-main {
	color: #fff;
}

.connect-left-main h2 {
	font-size: 26px;
	letter-spacing: 3px;
	font-weight: 500;
}

.connect-left-main ul li {
	margin-top: 45px;
}

.connect-left-main ul li span {
	color: #999;
	font-size: 15px;
}

.connect-left-main ul li p {
	margin-top: 10px;
	font-size: 16px;
}

.connect-left-main {
	display: none;
}

.connect-left-main.showMain {
	display: block;
}

.connect-map-icon {
	text-align: center;
	position: absolute;
	top: 74%;
	right: 5%;
	color: #888;
	font-size: 14px;
}

.connect-map-icon img {
	width: 36px;
	margin-bottom: 6px;
}

.go-map {
	position: absolute;
	top: calc(50% - 30px);
	right: -30px;
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #0069b7;
	border-radius: 50%;
	transform: scale(0.9);
	transition: all 0.5s;
	z-index: 99;
}


/* 底部 */
.footer {
	width: 100%;
	height: 100%;
	background: #1e1e1e;
	position: relative;
	padding-top: 1px;
	top: -1px;
}

.footer-box {
	display: flex;
	justify-content: space-between;
}

.footer-box ul {
	width: 74%;
	display: flex;
	justify-content: space-between;
	margin-top: 90px;
}

.footer-box ul li h3 {
	font-size: 22px;
	margin-bottom: 24px;
}

.footer-box ul li h3 a {
	color: #eee;
}

.footer-box ul li p a {
	color: #ccc;
	line-height: 2;
}

.footer-box a:hover {
	color: #fff;
}


.footer-box .fot-link {
	width: 20%;
	/*margin-top: 171px;*/
	margin-top: 100px;
	position: relative;
}

.fot-linkBtn span {
	display: inline-block;
	width: 60%;
	height: 48px;
	background: #333;
	color: #fff;
	line-height: 48px;
	padding-left: 26px;
}

.fot-linkBtn img {
	background: #333;
	padding: 20px 18px;
	position: relative;
	top: -2px;
	margin-left: 6px;
	cursor: pointer;
	transform: rotate(180deg);
}

.fot-linkMain {
	background: #333;
	display: none;
	position: absolute;
	/*bottom: 106px;*/
	top: 53px;
	padding: 10px 0;
	width: calc(60% + 81px);
}

.fot-linkMain p a {
	color: #ccc;
	margin-left: 26px;
	line-height: 40px;
	background: #333;
	display: inline-block;
	width: calc(100% - 48px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.fot-linkMain p:last-child a {
	border: none;
}

.footer .fot-btm {
	position: absolute;
	bottom: 0;
	height: 50px;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color: #535353;
}

.footer .fot-btm a {
	color: #535353;
}


.footer.mainfoot {
	/* min-height: 400px; */
	position: relative;
	top: 0;
}

.footer.mainfoot .fot-btm {
	position: relative;
	margin-top: 80px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer.mainfoot .footer-box .fot-link {
	/*margin-top: 171px;*/
	margin-top: 100px;
}

/* 关于我们 */

.topBanner {
	position: relative;
}

.topBanner img {
	width: 100%;
}

.topBanner .topBanner-title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.topBanner .topBanner-title h1 {
	font-size: 48px;
	color: #fff;
	letter-spacing: 3px;
}

.topPosition {
	height: 110px;
	border-bottom: 1px solid #eee;
	position: relative;
	z-index: 2;
}

.topPosition-box {
	display: flex;
	height: 100%;
	justify-content: space-between;
	align-items: center;
}

.topPosition-left a {
	color: #999;
	font-size: 16px;
}

.topPosition-left img {
	position: relative;
	margin: 0 8px;
	top: -2px;
	height: 12px;
}

.topPosition-left img:first-child {
	margin-left: 0;
	top: -3px;
	height: 18px;
}

.topPosition-left a:last-child {
	color: #333;
}

.topPosition-right ul {
	display: flex;
}

.topPosition-right ul li {
	margin-left: 80px;
}

.topPosition-right ul li a {
	color: #333;
	font-size: 16px;
	padding: 42px 0;
}

.topPosition-right ul li a.active {
	color: #0068B7;
	border-bottom: 3px solid #0068b7;
}

.topPosition-right ul li a:hover {
	color: #0068B7;
	border-bottom: 3px solid #0068b7;
}


.aboutMain {
	margin-top: 100px;
}

.about-title {
	font-size: 32px;
	letter-spacing: 2px;
	color: #333;
}

.about-box {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	margin-bottom: 80px;
}

.about-txt {
	width: 776px;
	line-height: 1.78;
	text-indent: 2em;
}

.about-txt p {
	margin-bottom: 8px;
}

.about-img {
	width: 500px;
}

.about-img img {
	width: 100%;
}

.about-imgs {
	width: 415px;
}

.about-imgs img {
	width: 100%;
}

.about-txts {
	width: 880px;
	line-height: 1.78;
	text-indent: 2em;
}

.about-number {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	margin-top: 60px;
	text-indent: 0;
}

.about-number li {
	width: 33%;
	border-right: 1px solid #ddd;
	text-align: center;
	padding: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.about-number li:last-child {
	border: none;
}

.about-number li h3 {
	position: relative;
	width: 100%;
}

.about-number li b {
	font-size: 56px;
	color: #0068B7;
}

.about-number li span {
	font-size: 17px;
	margin-left: 2px;
	/* position: absolute;
	bottom: 21px; */
	font-weight: 500;
}

.about-number li p {
	margin-top: 0;
	font-size: 18px;
	width: 100%;
}

.center {
	text-align: center;
}

.groupMain {
	background: #f5f9ff;
	padding-top: 80px;
	padding-bottom: 80px;
}

.groupMain img {
	max-width: 100%;
}

.groupMain .about-title {
	margin-bottom: 40px;
}


.aboutList {
	margin-top: 60px;
}

.about-list {
	display: flex;
}

.about-list:nth-child(2n+2) {
	display: flex;
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
}

.about-list .about-list-img {
	width: 50%;
}

.about-list .about-list-img img {
	width: 100%;
}

.about-list .about-list-txt {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.about-list-txt-box {
	padding: 0 85px;
}

.about-list-txt-box h3 {
	font-size: 30px;
	margin-bottom: 40px;
}

.about-list:nth-child(2n+2) .about-list-txt-box h3 {
	text-align: right;
}

.about-list-txt-box h3 img {
	position: relative;
	top: -2px;
	margin-left: 10px;
}

.about-list-txt-box p {
	font-size: 16px;
	line-height: 1.78;
	text-indent: 2em;
}

.about-list:first-child .about-list-txt {
	background: #0068B7;
	color: #fff;
}

.about-list:nth-child(2) .about-list-txt {
	background: #f5f9ff;
	color: #0068B7;
}

.aboutList.about-minList .about-list .about-list-txt {
	background: none;
	color: #333;
}

.aboutList.about-minList .about-list:nth-child(2n+2) .about-list-txt-box h3 {
	text-align: left;
}

.aboutList.about-minList {
	margin-bottom: 100px;
}

.clear {
	clear: both;
}

/* 专家介绍 */
.expertMain {
	background: #f7f7f7;
	position: relative;
}

.expertfot-bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

.expert {
	position: relative;
	z-index: 2;
	padding-top: 100px;
	padding-bottom: 160px;
}

.expert .about-title {
	text-align: center;
}

.expert ul {
	margin-top: 60px;
}

.expert ul li {
	background: #fff;
	margin-bottom: 60px;
	padding: 50px 78px;
	float: left;
	box-shadow: 0 0 20px #eee;
	position: relative;
	padding-bottom: 100px;
}

.expert ul li::after {
	content: '';
	width: 60px;
	height: 3px;
	background: #0068B7;
	position: absolute;
	left: 78px;
	bottom: 50px;
}

.expert ul li h3 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 20px;
	letter-spacing: 2px;
}

.expert ul li h4 {
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 26px;
}

.expert ul li p {
	font-size: 15px;
	text-indent: 2em;
}

.expert ul li.expert-min-list {
	width: calc(47% - 149px);
	min-height:230px;
}

.expert ul li.expert-min-list:nth-child(2n+2) {
	margin-left: 5%;
}

/* 部门设置 */
.division {
	position: relative;
	z-index: 2;
	padding-top: 100px;
	padding-bottom: 80px;
}

.division .about-title {
	text-align: left;
}

.division ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 50px;
}

.division ul li {
	width: calc(50% - 24px);
	height: 350px;
	position: relative;
	overflow: hidden;
	margin-bottom: 48px;
}

.division ul li img {
	width: auto;
	min-width: 100%;
	height: 100%;
}

.division ul li .division-list-txt {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 60px);
	height: calc(100% - 60px);
	background: #0068B7;
	color: #fff;
	padding: 30px 30px;
	opacity: 0;
	transition: all 0.35s;
}

.division ul li .division-list-txt h3 {
	font-size: 26px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
}

.division ul li .division-list-txt p {
	margin-top: 24px;
	font-size: 15px;
	text-indent: 2em;
	line-height: 1.78;
}

.division ul li .division-list-txt p span {
	color: #fff!important;
}

.division ul li:hover .division-list-txt {
	opacity: 1;
}

.division ul li .division-list-title {
	position: absolute;
	top: 40px;
	left: 100px;
}

.division ul li .division-list-title h3 {
	font-size: 26px;
	color: #fff;
}

.division ul li .division-list-title::after {
	content: '';
	width: 170px;
	height: 20px;
	background: #00ae24;
	border-radius: 20px;
	position: absolute;
	top: -50px;
	left: 0;
}


/* 检测设备 */
.deviceMain {
	background: #f7f7f7;
	position: relative;
}

.device {
	position: relative;
	z-index: 2;
	padding-top: 100px;
	padding-bottom: 160px;
}

.device .about-title {
	text-align: left;
}

.device .device-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
}

.device .device-list li {
	width: 24%;
	margin-right: 1.33%;
	background: #fff;
	overflow: hidden;
	margin-bottom: 26px;
}

.device .device-list li:nth-child(4n+4) {
	margin-right: 0;
}

.device .device-list li img {
	width: 100%;
	min-height: 265px;
}

.device .device-list li p {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.68;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	padding: 0 15px;
}

.page {
	text-align: center;
	margin-top: 40px;
}

.page ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.page ul li {
	width: 50px;
	height: 50px;
	background: #fff;
	text-align: center;
	line-height: 50px;
	margin: 0 12px;
	font-size: 16px;
}

.page ul li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #fff;
}

.page ul .num{
	display: inline-block;
	width: 50px;
	height: 50px;
	color: #fff;
	text-align: center;
	background: #b8b8b8;
	line-height: 50px;
	margin: 0 12px;
	font-size: 16px;
}

.page ul  span {
	display: inline-block;
	width: 50px;
	height: 50px;
	color: #fff;
	text-align: center;
	background: #0068B7;
	line-height: 50px;
	margin: 0 12px;
	font-size: 16px;
}

.page ul li img {
	position: relative;
	top: -2px;
}

.page ul li.page-prev {
	transform: rotate(180deg);
}

.page ul li:hover {
	background: #f9f9f9;
}

.page ul li.num {
	background: #b8b8b8;
}

.page ul li.num:hover {
	background: #0068B7;
}

.page ul li.num.in {
	background: #0068B7;
}

.page ul li.page-txt {
	background: none;
	width: auto;
	font-size: 13px;
	color: #999;
}


.detect-list {
	margin-top: 60px;
}

.detect-list li {
	box-shadow: 0 0 10px #eee;
	background: #fff;
	margin-bottom: 40px;
	color: #333;
	transition: all 0.5s;
}

.detect-list li:hover {
	background: #0068B7;
	color: #fff;
}

.detect-list li p {
	line-height: 80px;
	font-size: 18px;
	border-left: 4px solid #0068B7;
	padding-left: 38px;
	letter-spacing: 1px;
}

/* 检测能力 */
.qualifi {
	position: relative;
	z-index: 2;
	padding-top: 100px;
	padding-bottom: 60px;
}

.qualifi .about-title {
	color: #0068B7;
}

.about-titles {
	color: #666;
	font-size: 16px;
	font-weight: 500;
	margin-top: 14px;
}

.qualifi-swiper {
	margin-top: 60px;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

.qualifi-swiper .swiper-slide:nth-child(4n+4){
	position: relative;
	left: -2px;
	/* width: calc(25% - 25px) !important;
	margin-right: 25px !important; */
}
.qualifi-swiper .swiper-slide .qualifi-imgBox {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 1px solid #fff;
}

.qualifi-swiper .swiper-slide .qualifi-imgBox img {
	width: 100%;
	transition: all 0.35s;
}

.qualifi-swiper .swiper-slide:hover .qualifi-imgBox img {
	transform: scale(1.05);
}

.qualifi-swiper .swiper-slide:hover .qualifi-imgBox {
	border: 1px solid #0068B7;
}

.qualifi-swiper .swiper-slide:hover {
	color: #0068B7;
}

.qualifi-swiper .swiper-slide .qualifi-bigImg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 98px);
	background: rgba(255, 255, 255, 0.3);
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: opacity 0.35s;
}

.qualifi-swiper .swiper-slide:hover .qualifi-bigImg {
	opacity: 1;
}

.qualifi-swiper .swiper-slide p {
	height: 58px;
	/* background: #ddd; */
	text-align: center;
	line-height: 1.78;
	padding: 20px 15px;
}
.qualifi-swiper .swiper-pagination-bullet{
	width: 14px;
	height: 14px;
	margin: 0 12px !important;
	background: #666;
	opacity: 0.8;
}
.qualifi-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #0068B7;
	opacity: 1;
}

.imgBg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	display: none;
	z-index: 99999;
}
.imgBgMain{
	width: 80%;
	height: 80%;
	margin: 6% auto;
	text-align: center;
}
.imgBgMain .showImg{
	height: 100%;
	top: 0;
}


.qualifi-down{
	background: url(../picture/qualifi/downbg.jpg) no-repeat;
	background-size: 100% 100%;
	height: 160px;
	width: calc(100% - 116px);
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	padding: 0 58px;
	margin-top: 30px;
}
.qualifi-down div{
	display: flex;
	align-items: center;
}
.qualifi-down a{
	color: #fff;
}

.qualifi-down h3{
	margin-left: 50px;
	font-size: 24px;
}
.qualifi-down h3 span{
	font-size: 16px;
	font-weight: 500;
	margin-left: 20px;
}



.qualifi-report{
	background: #f5f9ff;
}
.qualifi-report-box{
	padding: 50px 50px;
}
.qualifi-report-box .about-title{
	text-align: center;
}
.qualifi-report-box ul{
	margin-top: 40px;
}
.qualifi-report-box ul li{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 40px;
}
.qualifi-report-box ul li p{
	margin-bottom: 12px;
}
.qualifi-report-box ul li:last-child{
	margin-bottom: 0;
}
.report-list-left{
	width: 15%;
}
.report-list-left span{
	border-left: 4px solid #0068B7;
	font-size: 20px;
	font-weight: 600;
	color: #333;
	padding-left: 24px;
}
.report-list-right{
	font-size: 16px;
	color: #555;
	width: 85%;
	line-height: 1.78;
}

.qualifi-quality{
	margin-top: 60px;
	margin-bottom: 100px;
	display: flex;
	justify-content: space-between;
}

.qualifi-quality .quality-list{
	width: 48%;
	position: relative;
}
.qualifi-quality .quality-list:last-child{
	margin-left: 2%;
}
.qualifi-quality .quality-list img{
	width: 100%;
}
.qualifi-quality .quality-list .quality-list-box{
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 40px;
}
.qualifi-quality .quality-list .quality-list-box h3{
	color: #fff;
	font-size: 30px;
	margin-top: 50px;
	margin-bottom: 20px;
}
.qualifi-quality .quality-list .quality-list-box p{
	color: #fff;
	line-height: 1.58;
}

/* 公开声明 */
.qualifi{
	padding-bottom: 1px;
}
.qualifi-stateMain{
	position: relative;
	background: #f7f7f7;
	padding-bottom: 1px;
}
.qualifi-state{
	margin-bottom: 340px;
}
.qualifi-state-txt{
	margin-top: 40px;
	background: #fff;
	box-shadow: 0 0 16px #eee;
	padding: 52px 60px;
	line-height: 1.78;
}
.qualifi-state-txt h3{
	font-size: 22px;
	color: #444;
	margin-bottom: 20px;
}

/* 报告查询 */

.report-search{
	background: #fff;
	box-shadow: 0 0 16px #ddd;
	height: 94px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
}
.report-search img{
	width: 32px;
	height: 33px;
	margin-left: 42px;
}
.report-search div{
	width: calc(100% - 240px);
}
.report-search input{
	width: 39%;
	height: 60px;
	font-size: 16px;
	margin-left: 20px;
	border: none;
	padding-left: 20px;
	border-left: 1px solid #ddd;
	outline: none;
}
.report-search button{
	height: 100%;
	width: 240px;
	background: #0068B7;
	color: #fff;
	border: none;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 2px;
	cursor: pointer;
}

.report-hint{
	background: #fff;
	box-shadow: 0 0 16px #ddd;
	width: calc(100% - 120px);
	margin-top: 30px;
	padding: 50px 60px;
}


.report-result{
	background: #fff;
	box-shadow: 0 0 16px #ddd;
	width: calc(100% - 120px);
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
	padding: 50px 60px;
}

.report-result-box{
	/* padding: 50px 60px; */
	width: 100%;
	border: 1px solid #eee;
	
}
.report-result-title{
	display: flex;
	width: calc(100% - 120px);
	height: 78px;
	background: #ebedf2;
	align-items: center;
	padding: 0 60px;
}
.report-result-title span{
	display: inline-block;
	/* margin-right: 118px; */
	
	width: calc(100% / 6);
}
.report-result-title span:last-child{
	margin-right: 0;
	width: 5%;
	text-align: right;
}

.report-result ul li{
	padding: 26px 60px;
	display: flex;
	justify-content: space-between;
}
.report-result ul li span{
	display: inline-block;
	width: calc(80% / 6);
	padding-right: 3%;
	font-size: 15px;
}
.report-result ul li span:last-child{
	width: 5%;
	text-align: right;
	padding-right: 0;
}
.report-result ul li span a{
	color: #0068B7;
}

.reportMain .device{
	padding-bottom: 260px;
}

.reportdetailsMain .about-title a{
	float: right;
	padding: 15px 30px;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	background: #0068B7;
	letter-spacing: 1px;
}

.report-details{
	background: #fff;
	box-shadow: 0 0 16px #ddd;
	width: calc(100% - 120px);
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
	padding: 50px 60px;
}

.report-details img{
	max-width: 100%;
}

.reportdetailsMain .device{
	padding-bottom: 260px;
}


/* 新闻列表 */
.newsBox{
	position: relative;
	z-index: 2;
	padding-top: 100px;
	margin-bottom: 100px;
}
.newsBox .news-list{
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
}
.newsBox .news-list li{
	width: 31.3%;
	margin-right: 3%;
	margin-bottom: 40px;
}
.newsBox .news-list li .newsImgBox{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 330px;
	overflow: hidden;
	margin-bottom: 16px;
}
.newsBox .news-list li .newsImgBox img{
	width: 100%;
	transition: all 0.5s;
}
.newsBox .news-list li:nth-child(3n+3){
	margin-right: 0;
}
.newsBox .news-list li a{
	color: #333;
}
.newsBox .news-list li span{
	font-size: 14px;
	color: #999;
}
.newsBox .news-list li h4{
	line-height: 2;
	margin-top: 5px;
	font-size: 16px;
	height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.newsBox .news-list li p img{
	width: 20px;
	margin-left: 5px;
}
.newsBox .news-list li p{
	margin-top: 30px;
	font-size: 14px;
	color: #0068B7;
	letter-spacing: 1px;
}
.newsBox .news-list li:hover img{
	transform: scale(1.08);
}
.newsBox .news-list li:hover h4{
	color: #0068B7;
}


.newsDetails{
	margin-bottom: 32px;
	border-bottom: 1px solid #ddd;
}
.newsDetails .news-title{
	width: 50%;
	margin: 0 auto;
	text-align: center;
	margin-top: 70px;
	margin-bottom: 22px;
}
.newsDetails .news-title h3{
	font-size: 29px;
	margin-bottom: 20px;
	line-height: 1.5;
}
.newsDetails .news-title p img{
	margin-right: 10px;
	position: relative;
	top: -2px;
}
.newsDetails .news-title p{
	font-size: 14px;
	letter-spacing: 1px;
	color: #999;
}

.newsDetails-fotnav{
	margin-top: 32px;
	border-top: 1px solid #ddd;
	margin-bottom: 80px;
	padding-top: 30px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	justify-items: center;
}
.newsDetails-fotnav p{
	line-height: 2.2;
}
.newsDetails-fotnav p a{
	color: #333;
	font-size: 15px;
}
.newsDetails-fotnav p a:hover{
	color: #0068B7;
}
.newsDetails-fotnav .go-newslist a{
	display: inline-block;
	width: 140px;
	height: 48px;
	border: 1px solid #ddd;
	text-align: center;
	line-height: 48px;
	color: #333;
	border-radius: 30px;
	transition: all 0.2s;
	margin-top: 10px;
}
.newsDetails-fotnav .go-newslist a:hover{
	border: 1px solid #0068B7;
	color: #0068B7;
}


.job{
	position: relative;
	z-index: 2;
	padding-top: 100px;
	padding-bottom: 160px;
}

.job-list{
	margin-top: 50px;
	margin-bottom: 80px;
}
.job-list li{
	background: #f3f6f8;
	padding: 50px;
	margin-bottom: 30px;
}

.job-list-title{
	position: relative;
}
.job-list-title h3{
	font-size: 20px;
	margin-bottom: 25px;
}
.job-list-title div{
	display: flex;
	align-items: center;
}
.job-list-title div p{
	margin-right: 80px;
	color: #666;
}
.job-list-title .jobBtnimg{
	position: absolute;
	right: 0;
	top: 18px;
	width: 46px;
	cursor: pointer;
}
.job-list-title .jobBtnimgs{
	position: absolute;
	right: 0;
	top: 18px;
	width: 46px;
	cursor: pointer;
	transform: rotate(180deg);
	display: none;
}
.job-list-main{
	display: none;
	border-top: 1px solid #ddd;
	margin-top: 50px;
}
.job-list-main .job-mian_txt{
	margin-top: 24px;
	line-height: 1.78;
}
.job-list-main .job-mian_txt h3{
	margin-bottom: 8px;
}


/* 客户服务 */
.connectBox{
	position: relative;
	z-index: 2;
	padding-top: 100px;
	padding-bottom: 80px;
}
.connectBox .connect-list{
	margin-top: 50px;
	display: flex;
}
.connectBox .connect-list li{
	width: 47%;
	background: #f8f8f8;
}
.connectBox .connect-list li:nth-child(2n+2){
	margin-left: 6%;
}
.connectBox .connect-list li .connectImgBox{
	width: 100%;
	height: 390px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.connectBox .connect-list li .connectTxtBox{
	padding: 40px 50px 60px 50px;
}
.connectBox .connect-list li .connectTxtBox h3{
	color: #0068B7;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 26px;
}
.connectBox .connect-list li .connectTxtBox p{
	line-height: 2.4;
	font-size: 16px;
	color: #666;
}
.connectBox .connect-list li .connectTxtBox p b{
	color: #333;
}

/* 在线留言 */
.messageMain{
	position: relative;
}
.message{
	position: relative;
	z-index: 2;
	padding-top: 100px;
	padding-bottom: 100px;
}
.messageForm{
	margin-top: 50px;
}
.message-form{
	display: flex;
	justify-content: space-between;
}
.message-form li{
	margin-bottom: 30px;
	display: flex;
	align-items: center;
}
.message-form li.topli{
	align-items: flex-start;
}
.message-form input{
	width: 490px;
	height: 64px;
	border: 1px solid #ddd;
	padding: 0 20px;
	outline: none;
	font-size: 16px;
}
.message-form label{
	width: 6em;
	display: inline-block;
	text-align: right;
	/* margin-right: 10px; */
	font-size: 16px;
}
.message-form label b{
	color: red;
	margin-right: 3px;
}
.message-form textarea{
	width: 490px;
	padding: 14px 20px;
	outline: none;
	height: 228px;
	border: 1px solid #ddd;
	resize: none;
	font-size: 16px;
	font-family: "微软雅黑";
}
.message-form button{
	width: 200px;
	height: 70px;
	background: #0068B7;
	border: none;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 2px;
	color: #fff;
	cursor: pointer;
	margin-top: 50px;
}
.message-form button[type="reset"]{
	background: #888;
	margin-left: 60px;
}


.qualifi.notice .about-title{
	color: #333;
}


/* 下载中心 */
.download-list{
	margin-top: 60px;
	margin-bottom: 70px;
}
.download-list li{
	background: #f7fafa;
	height: 90px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
.download-list li img{
	margin-left: 30px;
}
.download-list li div{
	display: flex;
	align-items: center;
}
.download-list li div a{
	font-size: 18px;
	color: #333;
	font-weight: 600;
	margin-left: 58px;
}
.download-list li .downBtn{
	font-size: 16px;
	color: #fff;
	background: #0068B7;
	font-weight: 600;
	letter-spacing: 2px;
	padding: 8px 60px;
	margin-right: 30px;
	border-radius: 20px;
}


.process-box{
	background: #fff;
	width: calc(100% - 120px);
	box-shadow: 0 0 16px #eee;
	padding: 60px 70px;
	margin-top: 60px;
}
.process-box img{
	max-width: 100%;
}







/* 手机端 */

.m-header{
	display: none;
	height: 60px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	background: #fff;
}
.m-headerBox{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.m-headerBox .m-logo{
	height: 40px;
	margin-left: 10px;
}
.m-headerBox .m-navBtn{
	width: 30px;
	height: auto;
	margin-right: 10px;
}
.m-nav{
	position: fixed;
	top: 60px;
	right: -100%;
	width: 100%;
	height: calc(100% - 60px);
	background: rgba(255,255,255,0.95);
	transition: all 0.5s;
}
.m-nav ul{
	width: 86%;
	margin-left: 7%;
}
.m-nav ul li{
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
	position: relative;
}
.m-nav ul li::after{
	content: '';
	width: 16px;
	height: 16px;
	background: url(../image/right_hei.png) no-repeat;
	background-size: auto 100%;
	position: absolute;
	right: 0;
	top: 20px;
	opacity: 0.8;
	transition: all 0.35s;
}
.m-nav ul li.active::after{
	transform: rotate(90deg);
}
.m-nav ul li a{
	color: #333;
	font-size: 15px;
	line-height: 40px;
	display: inline-block;
	margin-top: 8px;
	width: 50%;
}
.last-mnav{
	display: none;
	width: 90%;
	margin-left: 5%;
}
.m-nav ul li .last-mnav p a{
	line-height: 28px;
}
.m-nav ul li:last-child{
	border-bottom: none;
}
.m-page{
	display: none;
}

.newsDetails-txt img{
	max-width: 100%;
}

.fot-ewm {
	width: 120px;
	height: 140px;
	color: #fff;
	text-align: center;
	margin-top: 20px;
	font-size: 14px;
}
.fot-ewm img{
	width: 120px;
	height: 120px;
	margin-bottom: 10px;
}




@media screen and (max-width: 1600px) {
	.contents{
		width: 92%;
	}
}
@media screen and (max-width: 1450px) {
	.min-contents{
		width: 92%;
	}
	.expert ul li.expert-min-list:nth-child(2n+2){
		margin-left: 4%;
	}
	.newsDetails .news-title{
		width: 70%;
	}
	.message-form input{
		width: 400px;
	}
	.message-form textarea{
		width: 400px;
	}
	.about-right-two .two-txt ul li img{
	    margin-top: 20px;
	    height: 125px;
	}
	.news-top{
	    margin-bottom: 3%;
	}
	.news-main-left .newsImgBox{
	    height: 260px;
	}
	.news-main-left .newsImgBox img{
	    min-width: auto;
	}
	.news-right-list{
	    margin-bottom: 5px;
	    padding-bottom: 20px;
	}
	.connect .connect-left .connect-left-box{
	    width: 600px;
	}
	.footer-box .fot-link{
	    margin-top: 48px;
	}
	.about-txt{
	    width: 700px;
	}
	.about-txts{
	    width: 800px;
	}
	
	
}

@media screen and (max-width: 1200px) {
	.header{
		display: none;
	}
	.m-header{
		display: block;
	}
	
	.footer-box ul{
		display: none;
	}
	.footer-box .fot-link{
		width: 50%;
		margin-top: 10px;
	}
	.fot-ewm{
	    float: right;
	    position: absolute;
	    right: -250px;
	}
	.fot-linkMain{
		width: calc(75% + 81px);
		/*bottom: 56px;*/
		display: block;
	}
	.fot-linkBtn span{
		width: 75%;
	}
	.footer.mainfoot .fot-btm{
		margin-top: 20px;
	}
	.topPosition-left{
		display: none;
	}
	
	.topPosition-right{
		width: 100%;
	}
	.topPosition-right ul{
		justify-content: space-between;
		width: 100%;
	}
	.topPosition-right ul li{
		margin-left: 0px;
	}
	.job-list-title div p{
		margin-right: 40px;
	}
	
}
@media screen and (max-width: 980px) {
	.message-form{
		flex-wrap: wrap;
		width: 100%;
	}
	.message-form li{
		flex-wrap: wrap;
		width: 100%;
		margin-bottom: 14px;
	}
	.message-form input{
		width: calc(100% - 20px);
		height: 40px;
		margin-top: 10px;
		border-radius: 4px;
		font-size: 15px;
	}
	.message-left,.message-right{
		width: 100%;
	}
	.message-form label{
		text-align: left;
		font-size: 15px;
	}
	.message-form textarea{
		width: calc(100% - 20px);
		height: 120px;
		font-size: 14px;
		padding: 14px;
		margin-top: 10px;
	}
	.message-form button{
		width: 120px;
		height: 45px;
		margin-top: 20px;
	}
	.message-form button[type="reset"]{
		margin-left: 5%;
	}
	.message-form .message-right li:last-child label{
		display: none;
	}
	.messageForm{
		margin-top: 20px;
	}
}

@media screen and (max-width: 750px) {
	.about-title{
		font-size: 28px;
	}
	.contents{
		width: 88%;
	}
	
	.swiper-banner .swiper-slide .banner-txt{
		top: 30%;
		left: 5%;
	}
	.swiper-banner .swiper-slide .banner-txt h1{
		font-size: 30px;
	}
	.swiper-banner .swiper-slide .banner-txt a{
		transform: scale(0.8);
	}
	.section-btn li.on img{
		opacity: 0;
	}
	.section-btn li span{
		margin-bottom: 20px;
	}
	
	.about{
		flex-wrap: wrap;
	}
	.about-left{
		width: 100%;
		height: 80%;
	}
	.about-left-one{
		height: 100%;
	}
	.about-left-two{
		display: none;
	}
	.about-right-one{
		display: none;
	}
	.about-right{
		width: 100%;
		height: 20%;
	}
	.about-right-two .two-txt ul li img{
		height: 40px;
		margin-top: 20px;
	}
	.about-right-two .two-txt ul li p a{
		font-size: 15px;
	}
	.about-right-two .two-txt ul li p a img{
		width: 16px;
		height: 16px;
	}
	.about-left-one .one-txt{
		width: 80%;
	}
	.about-left-one .one-txt h1{
		margin-bottom: 34px;
		font-size: 36px;
	}
	.about-left-one .one-txt p{
		font-size: 16px;
	}
	.news-main-left{
		display: none;
	}
	.news-main-right{
		width: 100%;
	}
	.news-main-right .newsImgBox{
		width: 120px;
		height: 80px;
	}
	.news-right-list{
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.news-top{
		padding-top: 100px;
	}
	.news-top h1{
		font-size: 36px;
	}
	.news-main-right .newTxtBox{
		width: calc(100% - 130px);
	}
	.news-main-right .newTxtBox h3{
		margin-top: 0;
	}
	.news-main-right .newTxtBox h5{
		margin-top: 4px;
		font-size: 13px;
	}
	.news-main-right .newTxtBox img{
		float: right;
		margin-top: 10px;
		width: 40px;
		margin-right: 10px;
	}
	.news-top a{
		width: 100px;
		background: none;
		font-size: 15px;
		text-align: right;
	}
	.news-top a span{
		margin-left: 0;
	}
	.news-top a img{
		margin-left: 6px;
	}
	.news{
		background-size: auto 100%;
		background-position: center center;
	}
	.news-main-right{
		margin-top: 30px;
	}
	
	
	.connect{
		flex-wrap: wrap;
	}
	.connect .connect-left{
		width: 100%;
	}
	.connect .connect-left .connect-left-box h1{
		font-size: 36px;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.connect .connect-left .connect-left-box{
		width: 90%;
	}
	.connect-left-tab{
		margin-bottom: 20px;
	}
	.connect-left-main ul li{
		margin-top: 20px;
	}
	.go-map{
		right: 10px;
		top: 130px;
	}
	.footer-box ul{
		display: none;
	}
	.footer-box .fot-link{
		width: 100%;
		margin-top: 10px;
	}
	.footer.mainfoot .footer-box .fot-link{
	    margin-top: 30px;
	}
	.fot-linkBtn{
	    display: none;
	}
	.fot-linkMain{
		width: calc(75% + 81px);
		bottom: 56px;
		/*display: block;*/
	    display: none;
	}
	.fot-linkBtn span{
		width: 75%;
	}
	.footer.mainfoot .fot-btm{
		margin-top: 20px;
	}
	.fot-ewm{
	    float: left;
	    position: relative;
	    right: 0;
	}
	
	.min-contents{
		width: 96%;
	}
	.topBanner{
		margin-top: 60px;
	}
	.topBanner .topBanner-title h1{
		font-size: 38px;
	}
	.topPosition{
		height: 60px;
	}
	.topPosition-left{
		display: none;
	}
	.topPosition-right{
		width: 100%;
	}
	.topPosition-right ul{
		justify-content: space-around;
		width: 100%;
	}
	.topPosition-right ul li{
		margin-left: 0px;
	}
	.topPosition-right ul li a{
		padding: 17px 0;
	}
	
	.about-box{
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
	.about-number li b{
		font-size: 36px;
	}
	.about-list{
		flex-wrap: wrap;
	}
	.about-list .about-list-img{
		width: 100%;
	}
	.about-list .about-list-txt{
		width: 100%;
	}
	.about-list-txt-box{
		padding: 20px 20px;
	}
	
	.aboutMain{
		margin-top: 20px;
	}
	.about-box{
		margin-top: 20px;
	}
	.about-txt,.about-txts{
		width: 100%;
		font-size: 14px;
	}
	.about-imgs{
		width: 100%;
		margin-bottom: 20px;
	}
	.about-number{
		margin-top: 30px;
	}
	
	.groupMain{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.about-list-txt-box h3{
		margin-bottom: 20px;
	}
	.about-list-txt-box p{
		font-size: 14px;
	}
	.about-list:nth-child(2n+2) .about-list-txt-box h3{
		text-align: left;
	}
	.aboutList{
		margin-top: 30px;
	}
	.aboutList.about-minList{
		margin-bottom: 20px;
	}
	.device,.division,.expert,.newsBox,.job,.qualifi,.connectBox,.message{
		padding-top: 20px;
		padding-bottom: 40px;
	}
	.device .device-list,.division ul,.expert ul,.detect-list,.newsBox .news-list,.job-list,.connectBox .connect-list{
		margin-top: 20px;
	}
	.device .device-list li{
		width: 49%;
	}
	.device .device-list li:nth-child(2n+2){
		margin-right: 0;
	}
	.page ul{
		display: none;
	}
	.m-page{
		display: block;
		color: #999;
	}
	.page{
		margin-top: 20px;
	}
	.division ul li{
		width: 100%;
		height: 220px;
	}
	.expert ul li{
		padding: 20px 20px;
		margin-bottom: 20px;
	}
	.expert ul li::after{
		display: none;
	}
	.expert ul li.expert-min-list{
		width: calc(100% - 40px);
	}
	.expert ul li.expert-min-list:nth-child(2n+2){
		margin-left: 0;
	}
	.detect-list li{
		margin-bottom: 20px;
	}
	.detect-list li p{
		line-height: 60px;
	}
	.process-box{
		width: calc(100% - 40px);
		padding: 20px 20px;
		margin-top: 20px;
	}
	
	.download-list{
		margin-top: 20px;
	}
	.download-list li{
		height: 60px;
		margin-bottom: 20px;
	}
	.download-list li img{
		margin-left: 10px;
		height: 30px;
	}
	.download-list li div a{
		margin-left: 10px;
		font-size: 15px;
	}
	.download-list li .downBtn{
		padding: 4px 10px;
		font-size: 14px;
	}
	
	.newsBox{
		margin-bottom: 0;
	}
	.newsBox .news-list li{
		width: 100%;
		margin-right: 0;
	}
	.newsBox .news-list li .newsImgBox{
		height: 220px;
	}
	.newsBox .news-list li p img{
		width: 30px;
	}
	.newsBox .news-list li p{
		margin-top: 10px;
	}
	
	.job-list li{
		padding: 20px;
	}
	.job-list-title div{
		flex-wrap: wrap;
	}
	.job-list-title .jobBtnimg{
		top: 0;
		right: 0;
		width: 34px;
	}
	.job-list-title .jobBtnimgs{
		top: 0;
		right: 0;
		width: 34px;
	}
	.job-list-title h3{
		margin-bottom: 10px;
	}
	.job-list-title div p{
		line-height: 1.78;
	}
	.job-list-main{
		margin-top: 20px;
	}
	.job-list-main .job-mian_txt h3{
		margin-bottom: 0;
	}
	.job-list-main .job-mian_txt{
		margin-top: 10px;
	}
	
	.newsDetails .news-title{
		width: 100%;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.newsDetails .news-title h3{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.newsDetails-fotnav{
		flex-wrap: wrap;
	}
	.go-newslist{
		display: none;
	}
	.newsDetails-fotnav{
		margin-bottom: 40px;
		padding-top: 10px;
	}
	.qualifi-state{
		margin-bottom: 60px;
	}
	.qualifi-state-txt{
		margin-top: 20px;
		padding: 20px;
	}
	
	.imgBgMain{
		margin: 10% auto;
	}
	.imgBgMain .showImg{
		max-width: 100%;
		height: auto;
	}
	.qualifi-swiper{
		margin-top: 40px;
	}
	
	.qualifi-down{
		padding: 0 10px;
		width: calc(100% - 20px);
		background-size: auto 100%;
		background-position: center center;
	}
	.qualifi-down h3{
		margin-left: 20px;
		padding-right: 10px;
	}
	.qualifi-down h3 span{
		text-indent: 0;
	}
	.qualifi-report-box{
		padding: 20px 20px;
	}
	.qualifi-report-box ul li{
		flex-wrap: wrap;
	}
	.report-list-left{
		width: 100%;
	}
	.report-list-right{
		width: 100%;
		font-size: 14px;
		margin-top: 10px;
	}
	.qualifi-quality{
		flex-wrap: wrap;
		margin-top: 0;
		margin-bottom: 20px;
	}
	.qualifi-quality .quality-list{
		width: 100%;
		margin-top: 20px;
	}
	.qualifi-quality .quality-list:last-child{
		margin-left: 0;
	}
	.qualifi-quality .quality-list .quality-list-box h3{
		margin-top: 15px;
		font-size: 24px;
		margin-bottom: 10px;
	}
	.qualifi-quality .quality-list .quality-list-box{
		padding: 0 20px;
	}
	.qualifi-quality .quality-list .quality-list-box p{
		font-size: 14px;
	}
	
	.report-search{
		height: 60px;
		margin-top: 20px;
	}
	.report-search div{
		width: calc(100% - 70px);
	}
	.report-search button{
		width: 70px;
		font-size: 16px;
	}
	.report-search input{
		border: none;
		margin-left: 0;
	}
	.report-search img{
		display: none;
	}
	.report-hint{
		width: calc(100% - 40px);
		padding: 20px;
	}
	.report-hint p{
		font-size: 14px;
	}
	
	.report-result{
		width: calc(100% - 20px);
		padding: 10px;
	}
	.report-result-box{
		display: flex;
	}
	.report-result-title{
		width: 25%;
		padding: 10px 6px;
		flex-wrap: wrap;
		height: auto;
	}
	.report-result ul{
		width: 75%;
	}
	.report-result-title span{
		width: 100%;
		text-align: right;
		font-size: 13px;
	}
	.report-result-title span:last-child{
		width: 100%;
	}
	
	.report-result ul li{
		padding: 10px 10px;
		flex-wrap: wrap;
	}
	.report-result ul li span{
		width: 100%;
		line-height: 1.78;
		font-size: 13px;
	}
	.report-result ul li span:last-child{
		width: 100%;
		text-align: left;
	}
	.reportMain .device,.reportdetailsMain .device{
		padding-bottom: 80px;
	}
	
	.reportdetailsMain .about-title a{
		padding: 8px 20px;
	}
	.report-details{
		width: calc(100% - 40px);
		margin-top: 20px;
		padding: 20px;
	}
	.connectBox .connect-list{
		flex-wrap: wrap;
	}
	.connectBox .connect-list li{
		width: 100%;
		margin-bottom: 20px;
	}
	.connectBox .connect-list li .connectImgBox{
		height: 200px;
	}
	.connectBox .connect-list li .connectTxtBox{
		padding: 20px;
	}
	.connectBox .connect-list li .connectTxtBox h3{
		margin-bottom: 10px;
	}
	.connectBox .connect-list li .connectTxtBox p{
		font-size: 14px;
	}
	.connectBox .connect-list li:nth-child(2n+2){
		margin-left: 0;
	}
	
	
	
	
}