@charset "utf-8";

@font-face {
	font-family: markpro;    src: url(../font/markpro.otf);
}

@font-face {
	font-family: dincondbold;    src: url(../font/dincondbold.otf);
}

@font-face {
	font-family: dincondregular;    src: url(../font/dincondregular.otf);
}

@font-face {
	font-family: markprobold;    src: url(../font/markprobold.otf);
}

@font-face {
	font-family: markpromedium;    src: url(../font/markpromedium.otf);
}

* {
	padding: 0;
	margin: 0;
	outline: 0;
	text-decoration: none;
	list-style: none;
}

html,body {
	font-size: 14px;
	font-family: markpro,Arial,"Microsoft YaHei";
	color: #333;
}

input,textarea {
	border: none;
	font-family: markpro,Arial,"Microsoft YaHei";
	color: #333;
	font-size: 14px;
}

img {
	border: none;
}

h1,h2,h3,h4,h5 {
	font-weight: normal;
	font-size: 14px;
}

table {
	width: 100%;
	border-collapse: collapse;
}

audio,canvas,video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

a {
	color: #444;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear:after {
	content: '';
	display: table;
	clear: both;
}

p {
	line-height: 1.6em;
}

.img100 img {
	vertical-align: bottom;
	width: 100%;
}

.middle-box {
	display: table;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	position: relative;
	table-layout: fixed;
}

.middle-inner {
	display: table-cell;
	vertical-align: middle;
	*position: absolute;
	*top: 50%;
	*left: 50%;
	width: 100%;
}

.pc-show {
	display: block;
}

.wap-show {
	display: none;
}

.position-full {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.relative {
	position: relative;
}

.text-center {
	text-align: center;
}

.overhide {
	overflow: hidden;
}

body {
	padding-top: 94px;
}

.w1200 {
	width: 1200px;
	max-width: 92%;
	margin: 0 auto;
}

.w1066 {
	width: 1066px;
	max-width: 92%;
	margin: 0 auto;
}

.padding90 {
	padding: 90px 0;
}/*header*/.header {
	position: fixed;
	z-index: 999;
	width: 100%;
	left: 0;
	top: 0;
	height: 94px;
	background: #fff;
	transition: all .4s;
}

.header.active {
	box-shadow: 0 1px 2px #ddd;
}

.logo {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.logo img {
	display: block;
	height: 64px;
}

.nav-box {
	margin-right: 150px;
}

.nav-box.active {
	opacity: 0;
}

.nav li {
	float: left;
	position: relative;
}

.nav li:nth-child(2) .nav-er,.nav li:nth-child(6) .nav-er,.nav li:nth-child(5) .nav-er {
	display: none ;
}

.nav-yi {
	display: inline-block;
	line-height: 94px;
	padding: 0 35px;
	font-size: 15px;
}

.nav-yi span {
	display: inline-block;
	position: relative;
}

.nav-yi span:after {
	content: '';
	width: 0;
	position: absolute;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
	border-bottom: 2px solid #45bdce;
}

.nav li.active .nav-yi span:after {
	width: 100%;
}

.nav li:hover .nav-yi span:after {
	width: 100%;
}

.nav-er {
	position: absolute;
	padding-top: 1px;
	width: 192px;
	left: 50%;
	margin-left: -96px;
	box-shadow: 0 4px 4px 1px rgba(0, 0, 0, 0.21);
	opacity: 0;
	margin-top: 20px;
	transition: all .4s;
	pointer-events: none;
}

.nav li:hover .nav-er {
	opacity: 1;
	margin-top: 0;
	pointer-events: auto;
}

.nav-er a {
	display: block;
	background: #fff;
	text-align: center;
	line-height: 38px;
}

.nav-er a:hover {
	background: #45bdce;
	color: #fff;
}

.nav li.active .nav-yi {
	color: #45bdce;
}

.nav li:hover .nav-yi {
	color: #45bdce;
}

.search-box {
	position: absolute;
	right: 70px;
	top: 50%;
	margin-top: -16px;
	cursor: pointer;
	z-index: 7;
}

.search-box:before {
	content: '';
	position: absolute;
	left: -26px;
	top: 50%;
	height: 14px;
	margin-top: -7px;
	border-left: 1px solid #d9d9d9;
}

.search-btn {
	width: 32px;
	height: 32px;
	background-image: url("../images/search.png");
	z-index: 5;
	position: relative;
}

.search-con {
	position: absolute;
	width: 0;
	right: 0;
	height: 32px;
	top: 0;
	background: #fff;
	overflow: hidden;
	border: 1px solid #fff;
	box-sizing: border-box;
}

.search-con .text {
	display: block;
	height: 32px;
	width: 100%;
	background: none;
	text-indent: 40px;
}

.search-close {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url("../images/close.png");
}

.search-sb {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	display: none;
	background-color: #fff;
}

.search-box.active .search-con {
	width: 200px;
	border-color: #ddd;
}

.search-box.active .search-sb {
	display: block;
	top: -1px;
	right: -1px;
}

.search-text {
	margin-right: 32px;
}

.language {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -16px;
	cursor: pointer;
	z-index: 5;
	line-height: 32px;
}

.language a,.language span {
	color: #999;
}

.language a.active {
	color: #45bdce;
}

.language a:hover {
	color: #45bdce;
}/*footer*/.footer {
	background: #5f788d;
	padding-top: 58px;
	border-bottom: 1px solid #fff;
}

.footer-nav dl {
	float: left;
	margin-right: 35px;
}

.footer-nav dl:last-child {
	margin-right: 0;
}

.footer-nav dt {
	color: #fff;
	margin-bottom: 20px;
}

.footer-nav dd {
	margin-bottom: 5px;
}

.footer-nav dd a {
	color: rgba(255,255,255,.7);
}

.footer-nav dd a:hover {
	color: rgba(255,255,255,1);
}

.footer-nav dl:nth-child(1) dd {
	display: none;
}

.footer-search {
	margin-bottom: 40px;
}

.fooer-sm {
	position: absolute;
	height: 36px;
	top: 4px;
	right: 4px;
	width: 36px;
	border-radius: 100%;
	background-image: url(../images/r.png);
	background-color: #6d859a;
}
.footer-r img{width:100%;}
.footer-search .text {
	display: block;
	height: 44px;
	width: 100%;
	border-radius: 45px;
	background: #8196a9;
	text-indent: 1.5em;
	color: #fff;
	line-height: 44px;
}

.footer-search .text::-webkit-input-placeholder {
	color: rgba(255,255,255,.5);
}

.footer-search .text:-moz-placeholder {
	color: rgba(255,255,255,.5);
}

.footer-search .text::-moz-placeholder {
	color: rgba(255,255,255,.5);
}

.footer-search .text:-ms-input-placeholder {
	color: rgba(255,255,255,.5);
}

.share li {
	display: inline-block;
	width: 25px;
	margin-right: 15px;
	position: relative;
    border-radius: 100%;
    overflow: hidden;
    /*padding: 2px;*/
}
.share li img{border-radius:100%;}
.share li:last-child{margin-right:0;}
.share-code {
	position: absolute;
	width: 130px;
	bottom: 30px;
	left: 50%;
	margin-left: -65px;
	height: 0;
	overflow: hidden;
	transition: all .4s;
}

.share li:hover .share-code {
	height: 130px;
}

.footer-tel {
	margin-bottom: 30px;
}

.footer-bot {
	padding: 25px 0;
}

.footer-bot a,.footer-bot span {
	font-size: 12px;
	color: rgba(255,255,255,.7);
}

.footer-tel h3 {
	font-family: dincondbold;
	font-size: 36px;
	color: #52cb69;
	margin-bottom: 10px;
}

.footer-tel p {
	color: #fff;
}

.return_top {
	position: fixed;
	width: 52px;
	height: 52px;
	z-index: 999;
	right: 65px;
	bottom: 400px;
	background-color: #7d96aa;
	border-radius: 4px;
	background-image: url("../images/w52.png");
	cursor: pointer;
	display: none;
}

.footer-r {
	width: 330px;
	max-width: 100%;
}/*首页新闻 */.news-bot {
	background: #e5e9f1;
}

.tx {
	width: 89px;
	height: 89px;
	border-radius: 100%;
}

.news-con {
	margin-left: 120px;
	padding-top: 5px;
	min-height: 123px;
}

.news-bot .swiper-slide a {
	display: block;
	background: #fff;
	padding: 50px 35px;
	position: relative;
}

.news-bot .swiper-slide a:hover h5 {
	color: #45bdce;
}/*.news-bot .swiper-slide a:after{content: '';position: absolute;right: 35px;top:50%;margin-top: -5px;width: 42px;height: 10px;background: url("../images/r2.png") no-repeat center;background-size: cover;}*/
.news-con h5 {
	font-size: 16px;
	transition: all .4s;
	color: #232121;
	line-height: 1.6em;
	margin-bottom: 15px;
}

.news-con p {
	font-size: 18px;
	color: #111b3a;
	display: -webkit-box;
	margin-bottom: 30px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.nespage {
	text-align: center;
	margin-top: 50px;
}

.nespage .swiper-pagination-bullet {
	width: 72px;
	height: 4px;
	opacity: 1;
	border-radius: 0;
	background: #fff;
}

.nespage .swiper-pagination-bullet-active {
	background: #111b3a;
}/*2.1关于国盛 */.ban {
	height: 350px;
}

.ban-ms h2 {
	font-size: 40px;
	font-family: dincondbold;
	color: #fff;
	margin-bottom: 15px;
}

.ban-ms p {
	color: #fff;
	font-family: dincondregular;
	font-size: 16px;
	width: 290px;
	max-width: 100%;
}

.nr-nav {
	margin-bottom: 60px;
	font-size: 0;
	text-align: center;
}

.nr-nav a {
	display: inline-block;
	font-size: 13px;
	line-height: 36px;
	border-radius: 36px;
	padding: 0 5px;
	margin: 0 3px;
	transition: all .4s;
}
.nr-nav{ background:#f3f3f3; padding:10px 0;}
.nr-nav a.active {
	background: #45bdce;
	color: #fff;
}

.nr-nav a:hover {
	background: #45bdce;
	color: #fff;
}

.size16 {
	font-size: 16px;
}

.about-list li {
	position: relative;
	margin-bottom: 90px;
}

.about-list li:last-child {
	margin-bottom: 0;
}

.about-top {
	width: 50%;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
}

.about-con {
	position: absolute;
	top: 0;
	height: 100%;
	width: 45%;
}

.about-con h3 {
	font-family: markprobold;

    margin-bottom: 15px;
}
.about-con video{width:100% !important;height:auto !important;}
.about-con p {
	color: #666;
}

.about-list li:nth-child(odd) .about-top {
	float: right;
}

.about-list li:nth-child(odd) .about-con {
	left: 0;
}

.about-list li:nth-child(even) .about-con {
	right: 0;
}

.gstitle {
	position: absolute;
	z-index: 5;
	left: 0;
	right: 0;
	box-sizing: border-box;
	padding: 0 38px;
	line-height: 56px;
	background: rgba(0,0,0,.5);
	bottom: 0;
	color: #fff;
}

.aboutPage {
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 9;
}

.aboutPage .swiper-pagination-bullet {
	opacity: 1;
	background: #fff;
	margin: 0 5px;
}

.aboutPage .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #45bdce;
}

.pageStyle {
	margin-top: 50px;
}

.pageStyle .swiper-pagination-bullet {
	width: 1px;
	opacity: 1;
	margin: 0 12px;
	height: 12px;
	background: #1d1d1d;
}

.pageStyle .swiper-pagination-bullet-active {
	height: 24px;
	background: #45bdce;
}/*2.2合作单位*/.hz p {
	text-align: center;
	color: #666;
	margin-top: 10px;
}/*2.3资质荣誉*/.margin-b60 {
	margin-bottom: 60px;
}

.size32 {
	font-size: 32px;
}

.title32 h3 {
	color: #45bdce;
}

.qualification li {
	float: left;
	width: 45%;
	margin-right: 10%;
}

.qualification li:nth-child(even) {
	margin-right: 0;
}

.padding60 {
	padding: 60px 0;
}

.patentsBtn div {
	position: absolute;
	top: 50%;
	cursor: pointer;
	width: 43px;
	height: 43px;
	margin-top: -21px;
	filter: grayscale(1);
	transition: all .4s;
	z-index: 9;
}

.patentsBtn1 {
	left: -70px;
	background-image: url("../images/p1.png");
}

.patentsBtn2 {
	right: -70px;
	background-image: url("../images/p2.png");
}

.patentsBtn div:hover {
	filter: grayscale(0);
}

.patentsBtn div.swiper-button-disabled {
	cursor: default;
	opacity: 0.5;
}

.patentsBtn div.swiper-button-disabled:hover {
	filter: grayscale(1);
}

.patentsPage,.nr-nav-top {
	display: none;
}/*3.1仪器*/.instrument {
	font-size: 0;
}

.instrument li {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 5%;
	font-size: 14px;
	box-shadow: 0 0 8px 1px #ddd;
	border-radius: 20px;
	overflow: hidden;
	text-align: center;
	position: relative;
	transition: all .4s;
}

.instrument .li {
	display: block;
	vertical-align: top;
	font-size: 14px;
	box-shadow: 0 0 8px 1px #ddd;
	margin: 8px;
	border-radius: 20px;
	overflow: hidden;
	transition: all .4s;
	text-align: center;
	position: relative;
}

.instrument li:nth-child(3n) {
	margin-right: 0;
}

.instrument a {
	display: block;
	padding: 20px;
}

.instrument h3 {
	font-family: markpromedium;
	line-height: 1.6em;
	height: 3.2em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	transition: all .4s;
	margin-top: 10px;
}

.instrument p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 3.2em;
	margin: 15px 0 0 0;
}

.more {
	display: block;
	text-align: center;
	cursor: pointer;
	background: #f0f0f0;
	color: #999;
	font-family: dincondregular;
	width: 114px;
	line-height: 30px;
	border-radius: 30px;
	margin: 0 auto 20px;
	transition: all .4s;
}

.more.big {
	width: 150px;
	line-height: 48px;
	border-radius: 48px;
	font-size: 20px;
	color: #fff;
	background: #45bdce;
}

.instrument li:hover {
	box-shadow: 0 0 8px 1px #78d4e1;
}

.instrument .li:hover {
	box-shadow: 0 0 8px 1px #78d4e1;
}

.instrument .li:hover h3 {
	color: #45bdce;
}

.instrument li:hover h3 {
	color: #45bdce;
}

.more:hover {
	background: #45bdce;
	color: #fff;
}
a:hover .more{
	background: #45bdce;
	color: #fff;
}
.swiper-slide:hover .more{
	background: #45bdce;
	color: #fff;
}
li:hover .more{
	background: #45bdce;
	color: #fff;
}
/*3.3试剂2*/.shiji li {
	background: #f6f6f6;
	margin-bottom: 58px;
	padding: 25px;
}

.shiji li:nth-child(even) .reagents-img {
	float: right;
}

.reagents-img {
	width: 50.5%;
}

.shiji-con {
	position: absolute;
	height: 100%;
	top: 0;
	width: 45%;
}

.shiji li:nth-child(odd) .shiji-con {
	right: 0;
}

.shiji li:nth-child(odd) .shiji-text {
	padding-right: 25px;
}

.shiji li:nth-child(even) .shiji-con {
	left: 0;
}

.shiji li:nth-child(even) .shiji-text {
	padding-left: 60px;
}

.shiji-text h3 {
	font-family: dincondregular;
	color: #45bdce;
	margin-bottom: 30px;
}

.size22 {
	font-size: 22px;
}

.shiji-list {
	margin: 8px 0;
}

.shiji-list a {
	position: relative;
	padding-left: 38px;
	transition: all .4s;
	display: inline-block;
}

.shiji-list a:before {
	position: absolute;
	content: '';
	width: 20px;
	height: 15px;
	background: url("../images/jt20.png") no-repeat center;
	background-size: cover;
	filter: grayscale(1);
	transition: all .4s;
	left: 0;
	top: 2px;
}

.shiji-list a:hover {
	color: #45bdce;
}

.shiji-list a:hover:before {
	filter: grayscale(0);
}

.shiji-list a.none:before {
	display: none !important;
}

.shiji-list a.none:hover {
	color: #333 !important;
}/*3.4新冠专区*/.process-box {
	width: 880px;
	max-width: 100%;
	margin: 0 auto;
}

.process-page {
	margin-bottom: 30px;
}

.process-page h3 {
	font-size: 17px;
	font-family: markpromedium;
	margin-bottom: 10px;
}

.process-page .img {
	padding: 20px 0;
}

.process-page img {
	max-width: 100%;
	height: auto !important;
}

.size26 {
	font-size: 26px;
}

.sampling h2 {
	font-family: markpromedium;
}

.sampling-img {
	width: 50%;
}

.sampling-list li {
	padding: 70px 0;
}

.sampling-list li:nth-child(even) {
	background: #eff4f6;
}

.sampling-list li:nth-child(even) .sampling-img {
	float: right;
}

.sampling-ms {
	position: absolute;
	height: 100%;
	top: 0;
	width: 45%;
}

.sampling-list li:nth-child(odd) .sampling-ms {
	right: 0;
}

.sampling-list li:nth-child(even) .sampling-ms {
	left: 0;
}

.sampling-ms h3 {
	margin-bottom: 5px;
}

.sampling-ms p {
	margin-bottom: 30px;
}/*4检测服务*/.test-a p {
	margin-bottom: 25px;
}

.test-a p:last-child {
	margin-bottom: 0;
}

.padding150 {
	padding: 150px 0;
}

.test-b {
	font-size: 0;
}

.test-b li {
	width: 19.33%;
	margin: 0 7%;
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	text-align: center;
}

.test-b .img100 {
	border-radius: 100%;
	overflow: hidden;
	border: 6px solid #ddd;
}

.test-b li.active .test-b-con {
	transform: scale(1.5);
}

.test-b li.active .img100 {
	border: 4px solid #45bdce;
}

.test-b li p {
	margin-top: 20px;
}

.test-b li.active p {
	margin-top: 10px;
}

.jy-img {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.jy-img li {
	border-radius: 4px;
	border: 1px solid #ebebeb;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 2%;
	box-sizing: border-box;
	text-align: center;
	background: #fbfbfb;
	padding: 20px;
}

.jy-img li:nth-child(4n) {
	margin-right: 0;
}

.jy-img li p {
	color: #929292;
	font-size: 16px;
	margin-top: 35px;
}/*5联系我们*/.lxlist {
	position: relative;
}

.lxlist li {
	float: left;
	width: 70%;
	cursor: pointer;
}

.lxlist p {
	line-height: 2em;
}/*.lxlist li:last-child{float: right;}*/.lxlist h2 {
	font-family: dincondbold;
	margin-bottom: 30px;
	transition: all .4s;
}/*.lxlist:before{content: '';position: absolute;left: 50%;border-left: 1px solid #e0e0e0;height: 100px;top:50%;transform:translateY(-50%);}*/.lxlist li.active h2 {
	color: #45bdce;
}

.lxlist li:hover h2 {
	color: #45bdce;
}

#allmap {
	width: 100%;
	height: 520px;
	margin-top: 20px;
	overflow: hidden;
}

#allmap b {
	color: #CC5522;
	font-size: 14px;
}

#allmap img {
	max-width: none;
}/*index*/.bannerPage {
	position: absolute;
	bottom: 20px;
	z-index: 9;
	width: 100%;
	text-align: center;
}

.intro li {
	float: left;
	width: 23.5%;
	margin-right: 2%;
}

.intro li:last-child {
	margin-right: 0;
}

.intro li a {
	display: block;
	position: relative;
	transition: all .4s;
}

.intro li p {
	position: absolute;
	z-index: 3;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	color: #fff;
	width: 45%;
	transition: all .4s;
	padding: 0 0 5px;
	font-size: 18px;
	box-sizing: border-box;
}

.imgbox {
	position: absolute;
	z-index: 3;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
	width: 40%;
	transition: all .4s;
}

.intro li:hover a {
	transform: translateY(-5px);
}

.intro li:hover .imgbox {
	left: 2px;
}

.size34 {
	font-size: 34px;
}

.indxAboutus {
	position: relative;
	background: #f1f4f9;
}

.par-posimg {
	width: 50%;
	margin-left: 50%;
}

.par-content {
	width: 100%;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
}

.par-content-warp {
	left: calc(50% - 600px);
	position: absolute;
	right: 55%;
	top: 4%;
	height: 100%;
}

.par-content-warp h2 {
	color: #45bdce;
	text-transform: uppercase;
}

.par-content-warp p {
	margin: 22px 0;
}

.index-more {
	height: 40px;
	line-height: 40px;
	width: 136px;
	text-align: center;
	border-radius: 60px;
	border: 2px solid #e1e1e4;
	color: #6e6f7b;
	display: block;
	z-index: 4;
	position: relative;
	overflow: hidden;
	transition: all .4s;
}

.index-more:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #45bdce;
	z-index: -1;
	transform: scale(0);
	opacity: 0;
	transition: all .4s;
	border-radius: 60px;
}

.index-more:hover {
	color: #fff;
	border-color: #fff;
}

.index-more:hover:before {
	transform: scale(1);
	opacity: 1;
}

.par-text {
	width: 50%;
	box-sizing: border-box;
	padding: 5%;
}

.par-text h2 {
	color: #fff;
	text-transform: uppercase;
}

.par-text h3 {
	color: #fff;
	font-family: markprobold;
	text-transform: uppercase;
	margin: 22px 0;
}

.par-text p {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
}

.menu-handler {
	width: 30px;
	height: 32px;
	cursor: pointer;
	position: absolute;
	right: 3%;
	top: 50%;
	margin-top: -16px;
	transition: all 0s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: all 0s cubic-bezier(0.445, 0.145, 0.355, 1);
	-moz-transition: all 0s cubic-bezier(0.445, 0.145, 0.355, 1);
	display: none;
}

.menu-handler .burger {
	height: 2px;
	background: #45bdce;
	display: block;
	width: 20px;
	position: absolute;
	z-index: 5;
	left: 5px;
	transform-origin: center;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-o-transform-origin: center;
	-ms-transform-origin: center;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	top: 8px;
}

.menu-handler .burger-2 {
	top: 15px;
}

.menu-handler .burger-3 {
	top: 22px;
}

.menu-handler.active .burger-1 {
	top: 15px;
	-moz-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}

.menu-handler.active .burger-2 {
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
}

.menu-handler.active .burger-3 {
	top: 15px;
	-moz-transform: rotate(-225deg);
	-webkit-transform: rotate(-225deg);
	-o-transform: rotate(-225deg);
	-ms-transform: rotate(-225deg);
	transform: rotate(-225deg);
}

.intro li:nth-child(2) {
	animation-delay: 300ms !important;
}

.intro li:nth-child(3) {
	animation-delay: 600ms !important;
}

.intro li:nth-child(4) {
	animation-delay: 900ms !important;
}/*产品详情*/.mainimg-info {
	width: 33.5%;
	
	box-sizing: border-box;
}
.default_img{border: 1px solid #ebebeb;}
.size24 {
	font-size: 24px;
}

.maintxt-info {
	width: 61%;
}

.maintxt-warp {
	padding: 20px 0;
}

.product-detail .maintxt-info .name {
	font-size: 15px;
	line-height: 30px;
	padding: 29px 0 19px;
}

.product-detail .maintxt-info .name p {
	color: #757575;
}

.product-detail .maintxt-info .desc {
	border-top: 1px solid #eeeeee;
	color: #929292;
	line-height: 30px;
	padding: 21px 0 0 0;
	max-width: 510px;
}

.pro-datial-tab {
	line-height: 30px;
	color: #929292;
	padding-bottom: 25px;
}

.tab-optionsbox {
	height: 68px;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	text-align: center;
	background-color: #ffffff;
}

.commonweb {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0;
}

.tab-options a {
	line-height: 67px;
	margin: 0 47px;
	font-size: 20px;
	display: inline-block;
}

.tab-options a:after {
	content: "";
	height: 3px;
	position: absolute;
	bottom: -1px;
	background-color: #45bdce;
	left: 0;
	right: 0;
	z-index: 1;
}

.composimin {
	padding: 40px 0;
}
.composimin div{max-width:100%;}
.composimin p{max-width:100%;}
.composimin span{max-width:100%;}
.Technical img {
	display: block;
	max-width: 100%;
	margin: 0 auto !important;
	height: auto !important;
}

.news-detail-foot {
	border-top: 1px solid #ebebeb;
	font-size: 14px;
	padding: 39px 0 0;
}

.news-detail-foot a {
	max-width: 48%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-detail-foot span {
	color: #666;
}

.div404 {
	background: #f5fafe;
}

.div404-con {
	width: 47%;
	margin: 0 auto;
	text-align: center;
}

.fhsy {
	width: 38%;
	display: block;
	border: 1px solid #c9daf5;
	color: #195ad0;
	font-size: 16px;
	margin: 10% auto 0;
	line-height: 39px;
	border-radius: 39px;
}

.search-con,.nav-box,.language a,.nav-yi span:after,.footer-nav dd a,.menu-handler .burger {
	transition: all .4s;
}

.fooer-sm,.return_top,.patentsBtn div {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.slideUp {
	animation: up 2s both;
	-webkit-animation: up 2s both;
}

@keyframes up {
	0% {
		opacity: 0;
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
		-webkit-transition: all .8s cubic-bezier(.645, .045, .355, 1);
		transition: all .8s cubic-bezier(.645, .045, .355, 1);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		-webkit-transition: all .8s cubic-bezier(.645, .045, .355, 1);
		transition: all .8s cubic-bezier(.645, .045, .355, 1);
	}
}

.slideUp {
	animation: up 2s both;
	-webkit-animation: up 2s both;
}

@keyframes up {
	0% {
		opacity: 0;
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
		-webkit-transition: all .8s cubic-bezier(.645, .045, .355, 1);
		transition: all .8s cubic-bezier(.645, .045, .355, 1);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		-webkit-transition: all .8s cubic-bezier(.645, .045, .355, 1);
		transition: all .8s cubic-bezier(.645, .045, .355, 1);
	}
}

.slideLeft {
	animation: slideLeft 2s both;
	-webkit-animation: slideLeft 2s both;
}

@keyframes slideLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px);
		-webkit-transition: all .8s cubic-bezier(.645, .045, .355, 1);
		transition: all .8s cubic-bezier(.645, .045, .355, 1);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-transition: all .8s cubic-bezier(.645, .045, .355, 1);
		transition: all .8s cubic-bezier(.645, .045, .355, 1);
	}
}

.tobig {
	animation: tobig 2s both;
	-webkit-animation: tobig 2s both;
}

@keyframes tobig {
	0% {
		opacity: 1;
		transform: scale(0);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}/*新闻*/.padding-tb70 {
	padding: 70px 0;
}

.bgf5 {
	background: #f5f5f5;
}

.news {
	min-height: 200px;
}

.news li {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}

.news li:nth-child(3n) {
	margin-right: 0;
}

.news li a {
	display: block;
	background: #fff;
	padding: 18px;
}

.news li h5 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 2.7em;
}

.news li span {
	display: block;
	color: #737373;
	margin: 15px 0;
	font-family: dincondBold;
	font-size: 18px;
}

.news li p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	height: 3.9em;
	line-height: 1.3em;
}

.news-list-con {
	padding: 10px
}

.news li i {
	width: 27px;
	height: 27px;
	background-image: url("../images/arrow2.png");
	display: block;
	margin-top: 20px;
}

.news li:hover i {
	background-image: url("../images/arrow2-1.png");
}

.news li:hover h5 {
	color: #0860a8;
}

.break {
	line-height: 40px;
}

.break a {
	font-size: 12px;
	margin-right: 5px;
}

.break a:hover {
	color: #666;
}

.break a i {
	display: inline-block;
	width: 7px;
	height: 9px;
	background: url("../images/ytt.png");
	margin-left: 5px;
}/*.xwxq-a{margin-top: 35px;}*/.xwxq-a h3 {
	font-size: 22px;
	color: #333;
	margin-bottom: 20px;
	font-weight: bold;
}

.xwxq-a span {
	display: inline-block;
	color: #808080;
	margin: 0 5px;
}

.xwxq-a span:nth-child(2),.xwxq-a span:last-child {
	font-family: dincondBold;
	font-size: 18px;
}

.look {
	position: relative;
	padding-left: 20px;
}

.look:before {
	content: '';
	position: absolute;
	width: 16px;
	height: 12px;
	background: url("../images/look.png");
	left: 0;
	top: 50%;
	margin-top: -6px;
}

.xwxq-b {
	border-top: 1px solid #e0e0e0;
	margin-top: 20px;
	padding-bottom: 50px;
	border-bottom: 1px solid #e0e0e0;
}
.xwxq-b p,
.xwxq-b span,
.xwxq-b h1,
.xwxq-b div,
.xwxq-b h2,
.xwxq-b h3,
.xwxq-b header,
.xwxq-b strong{max-width:100%;box-sizing:border-box;}

.xwxq-b img {
	display: block;
	max-width: 100%;
	width: auto !important;
	height: auto !important;
	margin: 0 auto;
	vertical-align: bottom;
}

.xwxq-list {
	margin-top: 32px;
}

.xwxq-b p {
	line-height: 24px;
	margin-top: 20px;
	text-align: justify;
}

.title200 {
	text-align: center;
	font-size: 16px;
	margin-top: 50px;
}

.fys {
	margin-top: 15px;
}

.fys a span {
	color: #666;
	font-size: 12px;
	line-height: 24px;
}

.w900 {
	width: 900px;
	margin: 0 auto;
}

.fanghui1 a {
	display: block;
	width: 120px;
	line-height: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	border: 1px solid #ddd;
	margin: 0 auto;
	color: #666;
}

.fanghui1 a:hover {
	border-color: #005bac;
	color: #005bac;
}

.fanghui1 {
	margin-top: 60px;
}

.xwxqfanghui {
	margin-top: 30px;
}

.fys .span2 {
	position: absolute;
	background: #f0f0f0;
	width: 60px;
	line-height: 24px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	top: 0;
}

.fys .span2.show-phone {
	display: none;
}

.fys a {
	display: block;
}

.fys a:hover .span2 {
	background: #005bac;
	color: #fff;
}

.fys p.fl a {
	padding-left: 65px;
}

.fys p.fr a {
	padding-right: 65px;
	text-align: right;
}

.fys p.fl .span2 {
	left: 0;
}

.fys p.fr .span2 {
	right: 0;
}

.chanye-a {
	padding-top: 70px;
}

.chanye-a .title2 {
	margin-bottom: 50px;
}

.nxq-con {
	margin: 45px 0;
}

.nxq-search {
	width: 260px;
	height: 38px;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #fff;
	position: relative;
}

.nxq-search .text {
	width: 100%;
	height: 38px;
	text-indent: 1em;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

.nxq-search .submit {
	width: 44px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: url("../images/ss.jpg") no-repeat center;
	background-size: cover;
	cursor: pointer;
}

.moshi {
	width: 120px;
	line-height: 38px;
	height: 38px;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #0075c1;
	margin-left: 20px;
}

.moshi a {
	display: block;
	text-align: center;
	color: #fff;
}

.moshi a i {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin: -2px 5px 0 0;
}

.lbms i {
	background-image: url("../images/lbms.png");
}

.moshi .tpms {
	display: none;
}

.tpms i {
	background-image: url("../images/tpms.png");
}

.moshi.active .lbms {
	display: none;
}

.moshi.active .tpms {
	display: block;
}

.lbms-list {
	display: none;
}

.xwlbs.active .news {
	display: none;
}

.xwlbs.active .search-news-box {
	display: none;
}

.xwlbs.active .lbms-list {
	display: block;
}

.xwlbs .img100 {
	height: 220px;
}

.fys {
	margin-top: 25px;
}

.fys a {
	max-width: 48%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #666;
	transition: all .4s;
}

.fys a span {
	color: #333;
}

.fys a:hover {
	color: #0a4091;
}/*留言*/.mess-box {
	position: fixed;
	z-index: 9999;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.65);
	display: none;
}

.mess-title h4 {
	font-size: 24px;
	color: #090d10;
	margin-bottom: 5px;
}

.mess-title {
	margin-bottom: 20px;
}

.mess-con {
	width: 900px;
	max-width: 90%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	background: #fff;
	overflow: hidden;
}

.mess-wap {
	width: 660px;
	max-width: 90%;
	margin: 30px auto;
}

.mess-list {
	border: 1px solid #d6d6d6;
	margin-bottom: 10px;
	position: relative;
	background: #f7f7f7;
}

.mess-list span {
	position: absolute;
	line-height: 46px;
	top: 0;
	left: 20px;
	color: #666;
}

.mess-list1 .mess-txt {
	margin-left: 78px;
}

.mess-list2 .mess-txt {
	margin-left: 80px;
}

.mess-list3 .mess-txt {
	margin-left: 94px;
	position: relative;
}

.mess-list4 .mess-txt {
	margin-left: 78px;
}

.mess-list5 .mess-txt {
	margin-left: 125px;
}

.mess-txt .text,.cname {
	height: 46px;
	display: block;
	width: 100%;
	background: none;
	text-indent: 1em;
	font-family: MarkPro;
}

.more3 {
	display: block;
	width: 180px;
	line-height: 50px;
	border: 1px solid #fff;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
}

.more2 {
	background: #ddd;
	color: #666;
	line-height: 50px;
	font-size: 16px;
	border: none;
	transition: all .4s;
	cursor: pointer;
}

.more2:hover {
	background: #45bdce;
	color: #fff;
}

.mess-form .more2 {
	margin: 20px auto 0;
}

.fuchuang {
	position: fixed;
	z-index: 998;
	right: 32px;
	width: 44px;
	cursor: pointer;
	display: none;
	transform: translateZ(0);
	bottom: 100px;
}

.fuchuang a {
	display: block;
	height: 44px;
	background-color: #45bdce;
	margin-bottom: 10px;
	border-radius: 6px;
}

.fuchuang1 {
	background-image: url("../images/rr1.png");
}

.fuchuang2 {
	background-image: url("../images/rr2.png");
}

.textarea-box {
	margin: 14px 8px;
}

.textarea-box textarea {
	display: block;
	width: 100%;
	height: 100px;
	line-height: 1.6em;
	resize: none;
	background: none;
	border: none;
}

.close1 {
	position: absolute;
	top: 0;
	right: 0;
	height: 60px;
	width: 60px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url("../images/close.png");
	cursor: pointer;
	background-color: #383838;
}

.close1:hover {
	background-color: #45bdce;
}

.lxlist,.biaodan {
	width: 49%;
}

.sptc {
	position: fixed;
	z-index: 99999;
	background: rgba(0,0,0,0.5);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: none;
}

.video_t {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	width: 1270px;
	max-width: 90%;
}

.video_t a {
	position: absolute;
	width: 38px;
	height: 38px;
	right: -19px;
	top: -19px;
	z-index: 9;
}

.video_t a img {
	width: 100%;
	vertical-align: bottom;
}

.video_t video {
	width: 100%;
	vertical-align: bottom;
}

i {
	font-style: normal;
}

.floatwindow_fd_conct img {
	border: none;
	max-width: 100%;
	max-height: 100%;
}

.floatwindow_fd_conct {
	position: fixed;
	z-index: 999999;
	top: 30%;
	right: 0px;
	cursor: pointer;
	transition: all .3s ease;
	font-family: Arial;
	font-size: 14px;
}

.floatwindow_chat_box {
	position: relative;
	z-index: 99;
}

.floatwindow_chat_box .floatwindow_chat_item {
	display: block;
	position: relative;
	width: 120px;
	height: 40px;
	margin-bottom: 5px;
}
.floatwindow_chat_box .floatwindow_chat_item span {
	position: absolute;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	/*background: url(../images/icon_chat.png) no-repeat 0 0;*/
	margin-bottom: 6px;
	background-color: #46bac6;
	white-space: nowrap;
}

.floatwindow_chat_item span {
	display: block;
	line-height: 40px;
	padding-left: 50px;
	color: #fff;
	font-size: 14px;
}




/*.floatwindow_chat_box .floatwindow_chat_qq span {*/
/*	background-position: 3px -6px;*/
/*	background-color: #9778ff;*/
/*}*/

/*.floatwindow_chat_box .floatwindow_chat_tel span {*/
/*	background-position: 3px -56px;*/
/*	background-color: #45a4eb;*/
/*}*/

/*.floatwindow_chat_box .floatwindow_chat_email span {*/
/*	background-position: 3px -109px;*/
/*	background-color: #66b433;*/
/*}*/

/*.floatwindow_chat_box .floatwindow_chat_wechat span {*/
/*	background-position: 3px -163px;*/
/*	background-color: #ffc000;*/
/*}*/

.floatwindow_chat_box .floatwindow_chat_skype span {
	background-position: 3px -215px;
	background-color: #ff7200;
}

.floatwindow_chat_box .floatwindow_top span {
	background-position: 3px -268px;
	background-color: #fd3939;
	width: 110px;
}

.floatwindow_chat_box .floatwindow_chat_item .floatwindow_tit_box {
	z-index: 2;
	width: 110px;
}

.floatwindow_chat_box .floatwindow_chat_item .floatwindow_more_box {
	z-index: 1;
	padding-right: 20px;
}

.more_box {
	display: none;
}
/*home s*/
.floatwindow_chat_box .floatwindow_chat_home span{background: #45bdce;}
.icon_chat_home{background: url("../images/home.png") no-repeat center;background-size:cover;}
/*home e*/
/*qq s*/
.floatwindow_chat_box .floatwindow_chat_qq span{background: #9778ff;}
.icon_chat_qq{background: url("../images/tel3.png") no-repeat center;background-size:cover;}
/*qq e*/
/*email s*/
.floatwindow_chat_box .floatwindow_chat_email span{background: #66b433;}
.icon_chat_email{background: url("../images/email.png") no-repeat center;background-size:cover;}
/*email e*/
/*tel s*/
.floatwindow_chat_box .floatwindow_chat_tel span{background: #45a4eb;}
.icon_chat_tel{background: url("../images/tel2.png") no-repeat center;background-size:cover;}
/*tel e*/
/*wechat s*/
.floatwindow_chat_box .floatwindow_chat_wechat span{background: #ffc000;}
.icon_chat_wechat{background: url("../images/wechat.png") no-repeat center;background-size:cover;}
/*wechat e*/
/*facebook s*/
.floatwindow_chat_box .floatwindow_chat_fb span{background: #1278f3;}
.icon_chat_fb{background: url("../images/facebook.png") no-repeat center;background-size:cover;}
/*facebook e*/
/*linkedin s*/
.floatwindow_chat_box .floatwindow_chat_li span{background: #0b66c1;}
.icon_chat_li{background: url("../images/linkedin.png") no-repeat center;background-size:cover;}
/*linkedin e*/
/*albb s*/
.floatwindow_chat_box .floatwindow_chat_albb span{background: #d3ac24;}
.icon_chat_albb{background: url("../images/albb.png") no-repeat center;background-size:cover;}
/*albb e*/
.floatwindow_chat_icon{position:absolute;left:12px;width:24px;height:24px;top:50%;margin-top:-12px;z-index:9;}




/*.floatwindow_chat_box .floatwindow_chat_it span{background: #f27141;}*/
/*.icon_chat_it{background: url("../images/instagram.png") no-repeat center;background-size:cover;}*/
/*.floatwindow_chat_box .floatwindow_chat_sky span{background: #01b0ef;}*/
/*.icon_chat_sky{background: url("../images/skype.png") no-repeat center;background-size:cover;}*/


.giude999{display:none;z-index:998;background-color:#fff;border-bottom:1px solid #f0f0f0;left:0;width:100%;top:40x;}
.giude888{display:flex;justify-content: space-between;margin:0 4%;padding:10px 0;}
.giude888 a{line-height:30px;border-bottom:2px solid #fff;}
.giude888 a.active{border-color:#45bdce;color:#45bdce;}

.floatwindow_chat_box #A_8 span {
	background-position: 0 -3px;
}

.play49 {
	display: inline-block;
	width: 49px;
	height: 49px;
	background: url("../images/play49.png") no-repeat center;
	background-size: cover;
}

.cvdar {
	background: rgba(0,0,0,0.2);
	opacity: 0;
	transition: all .4s;
}

li:hover .cvdar {
	opacity: 1;
}

.page {
	text-align: center;
	font-size: 0;
	margin-top: 40px;
}

.page a {
	font-size: 16px;
	line-height: 30px;
	border: 1px solid #d1d1d1;
	color: #333;
	display: inline-block;
	padding: 0 13px;
	margin: 0 6px;
	font-family: dincondregular;
}

.page a.page-btn {
	font-size: 14px;
}

.page a.active {
	background: #45bdce;
	color: #fff;
	border-color: #45bdce;
}

.page a:hover {
	background: #45bdce;
	color: #fff;
	border-color: #45bdce;
}

.title34 {
	margin-bottom: 40px;
}

.title34 h2 {
	font-size: 34px;
	color: #45bdce;
}

#xyz * {
	box-sizing: border-box
}

#xyz {
	position: absolute;
	z-index: 99999;
	width: 120px;
	height: 30px;
	line-height: 30px;
	right: 0;
	top: 50%;
	margin-top: -15px;
}

.xyz12 {
	width: 100%;
	position: absolute;
	height: 100%
}

.xyz12 ul {
	border: 1px #eee solid;
	background: #fff
}

.xyz12 li {
	float: none;
	margin-left: 0;
	width: 100%;
	position: relative;
	height: 28px;
	z-index: 1;
	text-align: left
}

.xyz12 li a {
	color: #333;
	font-size: 12px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0 8px
}

.xyz12 li.selected {
	border-top: 0
}

.xyz12 li.selected a {
	color: #8550d9
}

.xyz12 span {
	position: absolute;
	right: 6px;
	top: 0;
	background: url(../images/amore.png) center no-repeat;
	display: block;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 100
}

.xyz12 span.active {
	background: url(../images/amore1.png) center no-repeat;
}

.xyz12 li img {
	vertical-align: middle;
	margin: 0 7px 0 0;
	width: 16px
}

.xyz12 li:hover {
	background: #f2f2f2
}

.cpxqbtn div {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	margin-top: -20px;
	cursor: pointer;
	z-index: 9;
	filter: grayscale(1);
	transition: all .4s;
}

.cpxqbtn1 {
	left: 20px;
	background: url("../images/p1.png") no-repeat center;
	background-size: cover;
}

.cpxqbtn2 {
	right: 20px;
	background: url("../images/p2.png") no-repeat center;
	background-size: cover;
}

.cpxqbtn div:hover {
	filter: grayscale(0);
}

.swiper-dot {
	margin-top: 40px;
}
.instrumentBtn2
.swiper-dot .swiper-pagination-bullet {
	opacity: 1;
	margin: 0 8px;
	background: #f0f0f0;
}

.swiper-dot .swiper-pagination-bullet-active {
	background: #45bdce;
}

.back {
	display: block;
	width: 150px;
	margin: 30px auto 0;
	line-height: 40px;
	text-align: center;
	border-radius: 40px;
	border: 1px solid #45bdce;
	color: #45bdce;
	transition: all .4s;
}

.back:hover {
	background: #45bdce;
	color: #fff;
}


/*产品下方样式*/
.pro_pic { margin-top:50px;}
.pro_pic .fl,.pro_pic .fr{width:48%;}
.pro_pic p{ text-align:center; line-height:80px; font-size:18px;}

.preview .swiper-container{margin: 2% 35px 0;}
.preview .swiper-container .swiper-slide{width: 23.4%;margin-right: 2%; border:1px solid #fff;box-sizing: border-box;cursor: pointer;}
.preview .swiper-container .swiper-slide:last-child{margin-right: 0;}
.preview .swiper-container .swiper-slide.active-nav{border-color: #c72425;}
.cpxqbtn{position: absolute;width: 30px;height: 100%;top:0;}
.cpxqbtn i{width: 20px;height: 19px;position: absolute;left: 50%;top:50%;margin: -10px 0 0 -10px;}
.arrow-left{left: 0;}
.arrow-left i{background: url("../images/201.png") no-repeat center;background-size: cover;}
.arrow-right{right: 0;}
.arrow-right i{background: url("../images/202.png") no-repeat center;background-size: cover;}
.default_img{display:none;}
.Technical video{display:block;margin:20px auto;max-width:100%;}
.fiexfdl{position:fixed;z-index:9999999;left:0;top:0;right:0;bottom:0;display:none;}
.popcon{background:#fff;width:450px;height:132px;max-width:92%;box-sizing:border-box;border:1px solid #c7c7c7;border-radius:4px;margin:0 auto;padding:20px;position:relative;}
.popcon h3{font-size:16px;margin-bottom:12px;}
.popsure{position:absolute;right:20px;bottom:20px;width:80px;line-height:32px;color:#fff;background:#408aec;border-radius:3px;text-align:center;cursor:pointer;}
.popcon p{font-size:14px;}

.sptbn{position: relative;margin: 0 auto;text-align: center;width: 100%;max-width: 100%;cursor: pointer;margin:0 auto;}
.poster11{position: absolute;width: 100%;height: 100%;top:0;left: 0;z-index: 9;}
.poster11:after{content: '';position: absolute;width: 64px;height: 64px;background-image: url("../images/play.png");top:50%;left: 50%;margin: -32px 0 0 -32px;}
.sptbn .i1{content: '';position: absolute;width:100%;height:100%;z-index:9;top:0;left:0;}
.sptbn .i2{content: '';position: absolute;width: 64px;height: 64px;background-image: url("../images/play.png");top:50%;left: 50%;margin: -32px 0 0 -32px;}
.sptbn video{background: #000;max-width: 100%;display: block;height:auto !important;}
.sptbn video{width:100%;vertical-align:bottom;}
.price2{margin-top:15px;}
.maintxt-warp .price{margin-top:30px;}
.price strong{font-size:16px;color:#45bdce;}

.price span{color:#999;font-size:12px;}
.imgscale .img100{overflow:hidden;}
.imgscale .img100 img{transition:all .4s;}
.imgscale:hover .img100 img{transform:scale(1.1);}
.instrumentBtn div{cursor:pointer; width:40px;height:40px;position:absolute;top:50%;margin-top:-20px;border-radius:100%;z-index:9;transition:all .4s;}
.instrumentBtn1{left:-50px;background:#dcdcdc url(../images/321.png) no-repeat center;background-size:cover;}
.instrumentBtn2{right:-50px;background:#dcdcdc url(../images/322.png) no-repeat center;background-size:cover;}
.instrumentBtn div:hover{background-color:#45bdce;}
.floatwindow_chat_box .floatwindow_chat_home{display:none;}
