

.img {
	max-width: 100%;
	display: block;
	overflow: hidden;
	border: 0;
	outline: none;
	-webkit-tap-highlight-color: transparent; 
}

.btn {
	background-color: #009FF1;
	color: #fff;
	font-size: 15px;
}

.btn:hover {
	background-color: #0073e7;
	color: #fff;
}

.message-btn {
	margin-top: 30px;
	width: 142px;
	height: 50px;
}

.note p {
	padding: 10px 0;
}

.note p img {
	max-width: 100%;
}

/*产品详情页*/
.about-note-name {
	border-bottom: 1px #CCCCCC solid;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.about-note-name b {
	color: #0071dc;
	font-weight: normal;
}

.about-note-name h2 {
	font-size: 40px;
	font-weight: normal;
}

.about-note-name h3 {
	font-weight: normal;
}

.swiper-about .swiper-slide {
	background-color: #FFFFFF;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.gallery-top {
	width: 100%;
	padding: 0px;
	box-sizing: border-box;
}

.gallery-thumbs {
	height: 130px;
	box-sizing: border-box;
	padding: 20px 0 10px 0;
}

.gallery-thumbs .swiper-slide {
	width: 25%;
	cursor: pointer;
	height: 100%;
	opacity: 0.9;
	transition: all 0.3s;
	position: relative;
}

.gallery-thumbs .swiper-slide::before {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}

.gallery-thumbs .swiper-slide-thumb-active::before {
	position: absolute;
	border: 2px #0071dc solid;
}

/*弹窗样式*/
.item2 {
	padding: 15px;
	background: #FFFFFF;
	display: none;
	position: relative;
	left: 50%;
	top: 50%;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
}

.item-close {
	cursor: pointer;
	right: 15px;
	top: 18px;
	position: absolute;
	background: url('../images/icon-cancel.png') no-repeat center center;
	background-size: 26px 26px;
	height: 26px;
	width: 26px;
}

/*弹出导航菜单*/
.menu-box2 {
	position: fixed;
	z-index: 3000;
	top: 0px;
	left: auto;
	bottom: 0px;
	right: 0px;
	padding: 0px;
	width: 80%;
	height: 100%;
	background-color: #FFFFFF;
	border-radius: 0px;
	box-sizing: border-box;
}

.-popup-opened .menu-header {
	position: fixed;
	z-index: 2;
	width: 100%;
	top: 0px;
	left: 0px;
	padding: 10px 15px;
	box-sizing: border-box;
	background-color: #FFFFFF;
}

.head_nav {
	overflow-y: scroll;
	height: 100%;
	padding: 0 0 20px 0;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
.header.on .btn-menu {
	background-image: url('../images/fa-menu-on.png');
}
.btn-menu {
	background: url('../images/fa-menu.png') no-repeat center center;
	background-size: 36px 26px;
	display: none;
	width: 36px;
	height: 26px;
	margin-top: 26px;
	margin-left: 15px;
	transition: all 0.3s;
}
.header.on.show .btn-menu {
    background-image: url('../images/fa-menu.png');
}


.account-l {
	background-color: #FFFFFF;
	border-radius: 10px;
	margin-top: 15px;
	padding: 0 15px;
}

.account-l h2 {
	border-bottom: 1px #EEEEEE solid;
	color: #999999;
	line-height: 50px;
	height: 50px;
	display: block;
	padding-left: 15px;
	font-size: 14px;
	font-weight: normal;
}

.mobilenav .link {
	cursor: pointer;
	display: block;
	padding: 15px;
	color: #4D4D4D;
	font-size: 14px;
	border-bottom: 1px solid #EEEEEE;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.mobilenav li {
	cursor: pointer;
}

.mobilenav li i {
	position: absolute;
	top: 16px;
	left: 12px;
	font-size: 18px;
	color: #595959;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.mobilenav li i.fr-down {
	right: 12px;
	left: auto;
	color: #999999;
}

.mobilenav li.open .link,
.mobilenav li.open .link a {
	color: #009FF1;
}

.mobilenav li.open i {
	color: #009FF1;
}

.mobilenav li.open i.fr-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.submenu {
	display: none;
	font-size: 14px;
	padding: 15px 0;
	border-bottom: 1px #EEEEEE solid;
}

.submenu a {
	display: block;
	text-decoration: none;
	color: #666;
	height: 36px;
	line-height: 36px;
	padding-left: 15px;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.submenu a:hover,
.submenu li.current a {
	background: #009FF1;
	color: #FFF;
}

.submenu p a {
	font-size: 13px;
	padding-left: 30px;
	line-height: 30px;
}

.content strong {
	color: #009FF1;
}

.lc_list {
	position: relative;
}
.lc_list ul li {
	font-size: 20px;
	color: #000000;
	padding: 30px 0;
}	
.lc_list::after {
	display: block;
	content:"";
	background-color: #E20210 ;
	height: 100%;
	width: 2px;
	position: absolute;
	z-index: -1;
	left: 207px;
	top: 40px;
	bottom: 0px;
}
.lc_list li .name1 {
	display: inline-block;
	width: 200px;
	text-align: right;
	padding-right: 30px;
	float: left;
	font-size: 26px;
	position: relative;
}

.lc_list li .name1 p {
	font-size: 20px;
	color: #333333;
	position: absolute;
	right: 30px;
	top: 30px;
	padding: 0px;
}

.lc_list li .fa,.lc_list li .bi {
	color: #E20210;
	
	position: absolute;
	top: 5px;
}
.lc_list li .bi {
	font-size: 60px;
	left: -20px;
	top: 0px;
}
.lc_list li .bi-clock::before,.lc_list li .fa::before {
	background-color: #FFFFFF;
	border-radius: 100%;
}
.lc_list li .name2 {
	display: inline-block;
	float: left;
	position: relative;
	width: 500px;
}
.lc_list li .name2 p {
	padding: 0px;
}
.lc_list li .name2 span {
	padding-left: 50px;
	display: inline-block;
}

.about_pic {
	padding-right: 50px;
}

.about_pic li {
	margin-bottom: 10px;
}

.about_video {
	border-top: 1px #eee solid;
}

.news-list .pic img {
	border-radius: 15px;
}

.news-list .text h3 {
	color: #333;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 30px;
}

.news-list .text .note {
	margin: 20px 0;
}

.news-list .text .date {color: #999;}

.page-link {margin: 0 10px;font-size: 15px;padding:8px 15px;}

.read-more a {
	color: #009ff1;
}

.read-more a:hover {
	text-decoration: underline;
}

.product-note {
	line-height: 30px;
	padding-left: 40px;
}

.product-note h1 {
	color: #222;
	font-size: 24px;
	padding-bottom: 10px;
}

.product-note img {max-width: 100%;}

.yycase ul li {position: relative;}
.yycase ul li .pic,.yycase ul li .text {width: 50%;box-sizing: border-box;}
.yycase ul li .text {position: absolute;right: 0;top: 0;height: 100%;}
.yycase ul li .text .text-note {position: absolute;top: 50%;transform: translateY(-50%);padding-left: 50px;line-height: 30px;}
.yycase ul li .text .text-note p {margin-bottom: 15px;}
.yycase ul li:nth-of-type(even) .pic {float: right;}
.yycase ul li:nth-of-type(even) .text {right: auto;left: 0;}
.yycase ul li:nth-of-type(even) .text .text-note {padding-right: 50px;padding-left: 0px;}

.case_title {
	background-color: #009FF1;
	color: #FFFFFF;
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	padding: 5px 20%;
	border-radius: 8px 8px 0 0;
}

.case_box {
	border: 1px #009FF1 solid;
	border-radius: 15px;
	padding: 20px;
}

.case_box2 img {
	border: 1px #009FF1 solid;
	width: 100%;
}

.case_box3 b {
	background-color: #0071DC;
	color: #FFFFFF;
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 100%;
	text-align: center;
	position: absolute;
	left: 0;
}

.case_box3 h3 {
	position: relative;
	box-sizing: border-box;
	padding-left: 75px;
	margin-bottom: 30px;
	display: inline-block;
	text-align: left;
	min-height: 60px;
}

.case_box3 span {
	line-height: 30px;
	min-height: 60px;
	font-weight: normal;
}

.floating_ck {
	position: fixed;
	right: 10px;
	bottom: 10%;
	z-index: 999;
}

.floating_ck dl dd {
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 10px;
	margin-bottom: 2px;
	background-size: 50%;
	background-color: #646577;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.floating_ck dl dd:hover {
	background-color: #009FF1;
}

.floating_ck dl dd:hover .floating_left {
	display: block;
}

.consult,
.words {
	background-image: url(../images/zxicon.png);
}

.quote {
	background-image: url(../images/kficon.png);
}

.qrcord {
	background-image: url(../images/erweima.png);
}

.return {
	background-image: url(../images/fanhui.png);
}

.floating_ck dd span {
	color: #fff;
	display: block;
	padding-top: 54px;
}

.floating_left {
	position: absolute;
	left: -170px;
	top: 0px;
	width: 160px;
	height: 80px;
	background-color: #fff;
	box-shadow: 0 0 4px 0 rgb(0 0 0 / 8%);
	display: none;
}

.floating_left a {
	color: #fff;
	line-height: 80px;
}

.floating_ewm {
	height: 240px;
	top: -190px;
	border-radius: 10px;
}

.floating_ewm i {
	display: block;
	width: 145px;
	height: 145px;
	margin: auto;
	margin-top: 7px;
}

.floating_ewm p {
	margin-top: 5px;
}

.floating_ewm .qrcord_p01 {
	font-size: 12px;
	line-height: 20px;
}

.floating_ewm .qrcord_p02 {
	font-size: 15px;
}

.toTop {
	color: #fff;
	font-size: 20px;
	top: 10px;
	position: relative;
}
.cate-nav h3 {font-size: 34px;font-weight: bold;color: #222;}
.cate-nav li {display: inline-block;}
.cate-nav li a {
	color: #333;
	background-color: #dcdcdc;
	line-height: 36px;
	padding: 0 20px;
	border-radius: 20px;
	font-size: 15px;
	margin: 30px 10px 0 10px;
	display: inline-block;
	transition: all 0.3s;
}
.cate-nav li:hover a,.cate-nav li.active a {background-color: #009ff1;color: #fff;}

.down-list {border-bottom: 1px dashed #ccc;padding: 18px 0;}
.down-list b {font-size: 15px;}
.hot_article li {
	padding: 7px 0 3px 0;
}

.hot_article .pic {
	margin-right: 9px;
	float: left;
	margin-top: 4px;
	border: 1px solid #e1e1e1;
	height: 36px;
	width: 36px;
	display: block;
}

