@charset "utf-8";
@import url(../fonts/iconfont.css);

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, figure {
	border: 0;
	font-size: 14px;
	font-style: inherit;
	font-weight: inherit;
	outline: 0;
	padding: 0;
	margin: 0;
	vertical-align: baseline;
	color: #444;
}
body {
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, '宋体';
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
button, textarea, input {
	outline: none;
	padding: 0;
}
ul, li {
	list-style: none;
	background: transparent;
}
img {
	border-style: none;
	display: block;
	height: auto;
}
a {
	text-decoration: none;
}
.en {
    font-family: "Trebuchet MS", Lucida, Verdana, Times, Georgia, "Times New Roman";
}
.color_white {
	color: #fff;
}
.container:after, .container:before, .row:after, .row:before {
	display: table;
	content: " ";
	clear: both;
}
:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear{
	clear:both;
}
.clear:after{
    content: '';
    display: block;
    clear: both;
}
.clearfix:after, .container:after, .row:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
}
.clearfix, .container, .row {
	zoom: 1;
}

@-ms-viewport {
 width: device-width;
}
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
#header .top-header {
	margin: 20px auto;
}
#header .top-header .header-logo .logo {
	display: block;
	float: left;
}
#header .top-header .header-logo .logo img {
	max-height: 50px;
	width: auto;
}

#header .header-nav .header-menu-con {
	display: none;
}
.mini {
	position: relative;
}
#slider img {
	max-width: 100%;
	height: auto;
}

.title-wrap {
	text-align: center;
}
.title-wrap:after, .title-wrap-left:after {
	content: " ";
	display: block;
	width: 80px;
	height: 2.5px;
	background: #666;
	margin-top: 15px;
	margin-bottom: 30px;
}
.title-wrap:after {
	margin-left: auto;
	margin-right: auto;
}
.title-wrap h3, .title-wrap-left h3 {
	display: inline-block;
	font-size: 24px;
	color: #666;
	font-weight: 700;
}
.title-wrap h4, .title-wrap-left h4 {
	display: inline-block;
	font-size: 18px;
	color: #ccc;
}

.content_text p {
	font-size: 16px;
    line-height: 2;
    text-indent: 2em;
    margin: 15px auto;
}

.product_index, .core_index {
	background: #f7f7f7;
	padding-top: 30px;
	padding-bottom: 30px;
}

.product-wrap {
    float: left;
    width: calc(50% - 7.5px);
    background: #fff;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 10px;
}
.product-wrap:nth-child(2n) {
    margin-right: 0;
}
.product-wrap img {
	display: block;
	margin-bottom: 10px;
	max-width: 100%;
}
.product-wrap span {
    display: block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 13px;
    text-overflow: clip;
    overflow: hidden;
}

.core-wrap {
	background: #fff;
	padding: 20px;
	margin-top: 15px;
}
.core-wrap h3 {
    font-size: 25px;
    font-weight: 700;
    color: #0067d0;
}
.core-wrap h4 {
    color: #000;
    font-weight: 700;
    font-size: 20px;
    margin: 10px 0 20px;
}
.core-wrap p {
    font-size: 16px;
    line-height: 1.6;
}
.core-wrap img {
    display: block;
    margin-top: 20px;
    max-width: 100%;
    height: auto;
}

/* 优势和特点 */
.advantage {
	height: 550px;
	background: url(../images/m/adv-bg.png) 0 0 no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 60px;
}
.advantage .title{
	text-align: center;
}
.advantage .title p{
	font-size: 30px;
	color: #ffffff;
	line-height: 1;
	margin-bottom: 1px;
}
.advantage .title p em{
	color: #315cc5;
	font-size: 30px;
}
.advantage .title p em strong{
	font-size: 40px;
	font-style: italic;
	color: #315cc5;
}
.advantage .title span{
	font-size: 14px;
	color: #999999;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.advantage .list{
	margin-top: 50px;
}
.advantage .list ul li{
	width: 33.3333%;
	float: left;
	text-align: center;
}
.advantage .list ul li.en {
    width: 33.3333%;
    float: left;
    text-align: center;
}
.advantage .list ul li p{
	width: 88px;
	height: 88px;
	border-radius: 50%;
	padding: 5px;
	background: #ffffff;
	margin: 0 auto;
	margin-bottom: 15px;
}
.advantage .list ul li p img{
	width: 100%;
	display: block;
	transition: all .3s ease;
}
.advantage .list ul li:hover p img{
	transform: rotateY(180deg);
}
.advantage .list ul li span{
	font-size: 18px;
	color: #ffffff;
	line-height: 24px;
}
.advantage .list ul li.en span{
    display: block;
    height: 70px;
    font-size: 14px;
    color: #ffffff;
    line-height: 15px;
}
.application{
	margin-top: -160px;
}
.application .swiper-container .swiper-slide{
	width: 50%;
	background: #315cc5;
	padding: 35px 60px;
	height: 315px;
	
}
.application .swiper-container .swiper-slide:nth-child(2n+1):after{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .1);
}
.application .swiper-container .swiper-slide .number{
	width: 140px;
	float: left;
	
}
.application .swiper-container .swiper-slide .number p{
	font-size: 100px;
	color: #ffffff;
	height: 70px;
	overflow: hidden;
	font-family: DIN,Arial, Helvetica, sans-serif;
	line-height: 1;
}
.application .swiper-container .swiper-slide .number:after{
	content: '';
	width: 100%;
	height: 1px;
	display: block;
	background: #ffffff;
	margin-top: 20px;
}
.application .swiper-container .swiper-slide .text{
	width: calc(100% - 140px);
	float: left;
	padding: 80px 20px 0;

}
.application .swiper-container .swiper-slide .text p{
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1;
	margin-bottom: 15px;
}
.application .swiper-container .swiper-slide .text span{
	font-size: 14px;
	color: #ffffff;
	line-height: 24px;
}
.application .swiper-button-prev{
	width: 40px;
	height: 80px;
	background: url(../images/m/arrow-bg.png) left top no-repeat;
	left: 50%;
	margin-left: -40px;
}
.application .swiper-button-next{
	width: 40px;
	height: 80px;
	background: url(../images/m/arrow-bg.png) right top no-repeat;
	right: 50%;
	margin-right: -40px;
}
.application .swiper-button-prev:after{
	color: #ffffff;
	font-size: 24px;
	margin-left: 10px;
}
.application .swiper-button-next:after{
	color: #ffffff;
	font-size: 24px;
	margin-right: 10px;
}
.advantage{
    height: 660px;
}
.advantage .list {
    margin-top: 30px;
}
.advantage .list ul li{
    width: 33.33%;
    margin-bottom: 20px;
}
.advantage .list ul li p{
    width: 68px;
    height: 68px;
}
.advantage .list ul li span {
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
}
.main-container{
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;

}
.application{
    margin-top: -160px;
}
.application .swiper-container .swiper-slide{
    width: 100%;
    padding: 15px 20px;
    height:200px;
}
.application .swiper-container .swiper-slide .number{
    width: 40px;
}
.application .swiper-container .swiper-slide .number::after {
    margin-top: 10px;
}
.application .swiper-container .swiper-slide .number p{
    font-size: 30px;
    height: 20px;
}
.application .swiper-container .swiper-slide .text{
    width: calc(100% - 40px);
    padding: 20px  0 0 10px;
}
.application .swiper-button-prev{
    display: none;
}
.application .swiper-button-next{
    display: none;
}
/* 优势和特点结束 */

/* 关于我们 */
.about{
}
.about-left{
	width: 800px;
	float: left;
	padding-top: 30px;
}
.about-left .text-row{
	height: 150px;
}
.about-left .text-row .title{
	width: 25%;
	float: left;
}
.about-left .text-row .title p{
	font-size: 30px;
	color: #333333;
	line-height: 1;
	margin-bottom: 10px;
}
.about-left .text-row .title p em{
	color: #315cc5;
	font-size: 30px;
}
.about-left .text-row .title span{
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 1;
	color: #999999;
}
.about-left .text-row .content{
	width: 75%;
	float: left;
}
.about-left .text-row .content p{
	font-size: 14px;
	color: #333333;
	line-height: 26px;
}
.about-left .text-row .page-content p{
	text-indent: 2em;
	margin: 15px 0;
}
.about-left .img-row{
	position: relative;
}
.about-left .img-row img{
	width: 100%;
	display: block;
}
.about-left .img-row a{
	width: 80px;
	height: 80px;
	display: block;
	background: #ca2424;
	text-align: center;
	line-height: 80px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	position: absolute;
	left: 20px;
	bottom: -20px;
	text-transform: uppercase;
}
.about-left .img-row span {
	display: block;
	text-align: center;
	height: 50px;
	line-height: 50px;
}
.about-right{
	width: 300px;
	float: right;
}
.about-right{
	padding: 20px;

}
.about-right img{
	width: 100%;
	display: block;
	border: 8px solid #ddd;
}
.about{
	position: relative;
}
.about-left {
	width: 100%;
	float: none;
	padding-top: 30px;
	margin-bottom: 50px;
}
.about-left .text-row .title {
	width: 100%;
	float: none;
	margin-bottom: 20px;
}
.about-left .text-row{
	height: auto;
}
.about-left .text-row .content {
	width: 100%;
	float: none;
	margin-bottom: 20px;
}
.about-right {
	display: none;
}
.factory .list-row .swiper-slide {
	width: 100%;
	padding: 0 10px;
}
/* 关于我们结束 */

/* footer */
.footer{
	background: #333333;
}
.footer .footer-nav-row{
	line-height: 1;
	padding: 30px 0;
	border-bottom: 1px solid #505050;
}
.footer .footer-nav-row ul li{
	float: left;
}
.footer .footer-nav-row ul li a{
	display: block;
	padding: 0 30px;
	font-size: 14px;
	color: #ffffff;
	border-right: 1px solid #555;
}
.footer .contact-row{
	padding: 40px 0;
}
.footer .contact-row .footer-logo{
	float: left;
}
.footer .contact-row .add-wrap{
	float: left;
	margin-left: 60px;
	padding-left: 80px;
	border-left: 1px solid #505050;
}
.footer .contact-row .add-wrap strong{
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	display: block;
	line-height: 1;
	margin-bottom: 20px;
}
.footer .contact-row .add-wrap p{
	font-size: 14px;
	color: #777777;
	line-height: 24px;
}
.footer .contact-row .contact-wrap{
	float: left;
	margin-left: 150px;
}
.footer .contact-row .contact-wrap strong{
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	display: block;
	line-height: 1;
	margin-bottom: 20px;
}
.footer .contact-row .contact-wrap p{
	font-size: 30px;
	color: #ffffff;
	line-height: 1;
	margin-bottom: 20px;
}
.footer .contact-row .contact-wrap a{
	width: 120px;
	height: 36px;
	display: block;
	background: #ca2424;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
}
.footer .contact-row .contact-wrap a:before{
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../images/contact-icon.png);
	background-size: 100%;
	vertical-align: middle;
	margin-right: 5px;
}
.footer .contact-row  .qr-wrap{
	float: right;
	text-align: center;
}
.footer .contact-row  .qr-wrap img{
	width: 120px;
	height: 120px;
	display: block;
	margin-bottom: 10px;
}
.footer .contact-row  .qr-wrap p{
	font-size: 12px;
	color: #777777;
	line-height: 1;
}
.footer .copyright-row{
	line-height: 80px;
	border-top: 1px solid #505050;
}
.footer .copyright-row p{
	font-size: 14px;
	color: #777777;
	float: left;
}
.footer .copyright-row span{
	float: right;
	font-size: 14px;
	color: #777777;
}
.footer .copyright-row span a{
	color: #ffffff;
}
.footer .footer-nav-row  {
	display: none;
}
.footer .contact-row .footer-logo {
	float: none;
	text-align: center;
}
.footer .contact-row .footer-logo img {
	width: 240px;
	display: block;
	margin: 0 auto;
}
.footer .contact-row .add-wrap {
	float: none;
	margin-left: 0;
	padding: 20px;
	border: 1px solid #505050;
	margin-top: 20px;
}
.footer .contact-row .contact-wrap {
	float: none;
	margin-left: 0;
	margin-top: 30px;
	text-align: center;
}
.footer .contact-row .contact-wrap a{
	margin: 0 auto;
}
.footer .contact-row .qr-wrap {
	float: none;
}
.footer .contact-row .qr-wrap img {
	margin: 20px auto;
}
.footer .copyright-row {
	text-align: center;
	line-height: 24px;
	padding: 30px 0;
}
.footer .copyright-row p {
	font-size: 14px;
	color: #777777;
	float: none;
}
.footer .copyright-row a {
	display: block;
	height: 30px;
	line-height: 30px;
}
.footer .copyright-row a img {
	display: inline-block;
    vertical-align: middle;
    margin: -3px 5px 0 0;
}
/* footer结束 */

/* 内页 */
.page-banner{
	width: 100%;
	height: 160px;
}
.page-banner img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.search-wrap{
	background: #f7f7f7;
	padding: 15px 0;
	height: auto;
}
.breadcrumb{
	float: left;
	line-height: 34px;
}
.breadcrumb #crumbs{
	display: inline;
}
.breadcrumb a::after {
    content: '>';
    margin: 0 5px;
}

/* 产品概述 */
.inside-gaishu .text-conent h4 {
    margin: 20px 0;
    border-bottom: 1px #e6e6e6 solid;
    line-height: 2.5;
    font-size: 20px;
}
.inside-gaishu .text-conent h4:before {
    content: "";
    border-left: 3px #325cc5 solid;
    padding-right: 12px;
}
.inside-gaishu .text-conent dl {
    border-bottom: 1px #e6e6e6 dashed;
}
.inside-gaishu .text-conent dl dt, .inside-gaishu .text-conent dl dd {
    float: left;
    font-size: 15px;
    line-height: 2.5;
}
.inside-gaishu .text-conent dl dt {
	font-weight: bold;
}
.inside-gaishu .text-conent dl dt:after {
	content: '：';
}
.inside-gaishu .gaishu-en dl dt, .inside-gaishu .gaishu-en dl dd {
    font-size: 13px;
}
.inside-gaishu .text-conent .row strong, .inside-gaishu .text-conent .row span {
    display: inline-block;
    width: calc(50% - 2px);
    font-size: 15px;
    line-height: 2.5;
    background: #f5f5f5;
    margin: 0 0 3px 0;
    text-align: center;
}
.inside-gaishu .text-conent .row strong {
	font-weight: bold;
}
.inside-gaishu .text-conent ul {
    margin-left: 15px;
}
.inside-gaishu .text-conent ul li {
    list-style-type: decimal;
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom:10px;
}
.inside-gaishu .main-container .product-list .text-conent .title-1 {
    margin-bottom: 1px;
    font-size: 24px;
    line-height: 24px;
    border-bottom: solid 1px #e6e6e6;
}
.inside-gaishu .main-container .product-list .text-conent .title-1 .cn {
    margin-bottom: -2px;
    font-size: 0;
}
.inside-gaishu .main-container .product-list .text-conent .title-1 .cn span {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 10px;
    font-size: 24px;
    color: #000000;
    border-bottom: solid 3px #315cc5;
}
.inside-gaishu .main-container .product-list .text-conent img {
	max-width: 100%;
}
.products-wrap {
    float: left;
    width: calc(50% - 5px);
    background: #f7f7f7;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px;
}
.products-wrap:nth-child(2n) {
    margin-right: 0;
}
.products-wrap img {
    display: block;
    margin-bottom: 10px;
    max-width: 100%;
}
.products-wrap span {
    display: block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 13px;
    text-overflow: clip;
    overflow: hidden;
}

/* 检测设备 */
.jiance-list .img {
    width: 100%;
    border: 3px #e5e5e5 solid;
    overflow: hidden;
    position: relative;
}
.jiance-list .img a{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 9;
}
.jiance-list .img img {
    width: 100%;
    display: block;
}
.jiance-list .img img.shu {
    width: auto;
    height: 240px;
    display: block;
    margin: 0 auto;
}
.jiance-list .text {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 20px;
    margin-top: 5px;
    text-align: center;
}

/* 联系我们 */
.contact {
    padding: 60px 0;
}
.contact h4 {
    font-size: 18px;
    border-bottom: 1px #e0e0e0 solid;
    padding-bottom: 22px;
    margin: 40px 0;
}
.contact h4:before, .honor h4:before {
    content: '';
    display: inline-block;
    height: 18px;
    width: 6px;
    background: #0067d0;
    margin-right: 10px;
    vertical-align: middle;
}
.contact-row h3 {
    font-size: 24px;
    margin: 40px 0 20px;
}
.contact-row span {
    display: block;
    height: 4px;
    width: 80px;
    background: #444;
    margin-bottom: 30px;
}
.contact-row .text-wrap p {
    height: 64px;
    line-height: 64px;
    border-bottom: 1px #e0e0e0 dashed;
    font-size: 14px;
}
.contact-row .text-wrap p i.iconfont {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
}


/* 翻页 */
.page-wrap {overflow: hidden; margin-top: 30px;}
.page-wrap .number {width: 100%; overflow: hidden; height: 25px; line-height: 25px; font-size: 13px; text-align: center; color: #666;}
.page-wrap .link {width: 100%; overflow: hidden; text-align: center; font-size: 0; margin-bottom: 20px;}
.page-wrap .link a, .page-wrap .link span {display: inline-block; height: 40px; line-height: 40px; width: calc(50% - 5px); text-align: center; font-size: 14px;}
.page-wrap .link a {background: #0067d0; text-decoration: none; color: #fff;}
.page-wrap .link span { background: #d5d5d5; color: #666; font-size: 14px;}
.page-wrap .link i {display: inline-block; width: 10px}
