﻿
/*工具*/
.fix { *zoom: 1; *clear: both;}
.fix:before, .fix:after { display: table; clear: both; content: '';}
.oh { overflow: hidden; *zoom: 1;}
.l { float: left;}.r { float: right;}
.dib { display: inline-block; *display: inline; *zoom: 1;}
.pr { position: relative;}.pa { position: absolute;}
.tc { text-align: center;}.tr { text-align: right;}
.el { overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.hide { display: none;}
.hidetext { font: 0/0 a; letter-spacing: -9px;}
.arr { display: inline-block; overflow: hidden; width: 0; height: 0;}
.opc0 { opacity: 0 ; filter: alpha(opacity=0);}

/*字体字号*/
.fz14{font-size:14px}.fz15{font-size:15px}.fz16{font-size:16px}.fz17{font-size:17px}.fz18{font-size:18px}.fz19{font-size:19px}.fz20{font-size:20px}.fz21{font-size:21px}.fz22{font-size:22px}.fz23{font-size:23px}.fz24{font-size:24px}.fz25{font-size:25px}.fz26{font-size:26px}.fz27{font-size:27px}.fz28{font-size:28px}.fz29{font-size:29px}.fz30{font-size:30px}.fz31{font-size:31px}.fz32{font-size:32px}.fz33{font-size:33px}.fz34{font-size:34px}.fz35{font-size:35px}.fz36{font-size:36px}.fz37{font-size:37px}.fz38{font-size:38px}.fz39{font-size:39px}.fz40{font-size:40px}.fz41{font-size:41px}.fz42{font-size:42px}.fz43{font-size:43px}.fz44{font-size:44px}.fz45{font-size:45px}.fz46{font-size:46px}.fz47{font-size:47px}.fz48{font-size:48px}.fz49{font-size:49px}.fz50{font-size:50px}
/* 等比填充 */
*[class*="rect-"]{position: relative;display: block; width: 100%;height: 0;overflow: hidden;}
*[class*="rect-"] ._full{position: absolute;left: 0;top:0;width: 100%;height: 100%;
*height: auto;}
.rect-50{padding-bottom: 50%;}
.rect-5625{padding-bottom: 56.25%;}
.rect-60{padding-bottom: 60%;}
.rect-618{padding-bottom: 61.8%;}
.rect-70{padding-bottom: 70%;}
.rect-75{padding-bottom: 75%;}
.rect-80{padding-bottom: 80%;}
.rect-90{padding-bottom: 90%;}
.rect-100{padding-bottom: 100%;}

/* 常量设置 */
.wrap {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

/*对ie8设置最小宽度，防止页面错乱*/
/*for ie8*/
body {
	min-width: 1200px\9;
	overflow-x: auto;
}

/*for ie9+*/
@media all and (min-width:0) {
	body {
		min-width: 0;
		overflow-x: hidden;
	}
}

body {
	font-size: 14px;
	line-height: 1.6;
	color: #666;
	background: #fff;
}

a {
	color: inherit;
}

a:hover {
	color: #00a1e9;
}

::-moz-selection {
	color: #fff;
	background: #00a1e9;
}

::selection {
	color: #fff;
	background: #00a1e9;
}

::-webkit-input-placeholder {
	color: #aaa;
}

.placeholder {
	color: #aaa;
}

/*css组件设置*/
.imgZoom img {
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
}

.imgZoom {
	overflow: hidden;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

.imgZoom:hover img {
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

/* 网站样式 */

.channel_content.pro_detail {
	padding: 0;
}

.pro_detail01 {
	background: #f6f6f6;
	padding: 0;
	overflow: hidden;
	padding-top: 85px;
}

.pro_detail01 .right {
	float: left;
	width: 38%;
}

.pro_detail01 .right .intro .t {
	font-size: 22px;
	color: #666;
	line-height: 52px;
	margin-bottom: 5px;
}
.pro_detail01 .right .intro .c{
	padding-top: 50px;
}
.pro_detail01 .right .intro .c span {
	font-size: 49px;
    color: #000;
    font-weight: bold;
    line-height: 1;
}

.pro_detail01 .right .intro .c .share {
	font-size: 14px;
	color: #6f6f6f;
	display: inline-block;
	cursor: pointer;
}

.pro_detail01 .right .content {
	margin-top: 30px;
}

.pro_detail01 .right .content {
	position: relative;
}

.pro_detail01 .right .content:after {
	content: '';
	position: absolute;
	left: 0;
	top: -10px;
	width: 90%;
	height: 1px;
	background: #b1b1b1;
}

.pro_detail01 .right .content:before {
	content: '';
	position: absolute;
	left: 0;
	top: -10px;
	width: 20%;
	height: 2px;
	background: #1c9bea;
	z-index: 2;
}

.pro_detail01 .right .content .text {
	margin: 20px 0 30px;
}
.pro_detail01 .right .content .text h2{
	padding: 10px 0;
}
.pro_detail01 .right .content .text .txt {
	font-size: 14px;
	color: #666;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	padding-right: 10%;
}

.pro_detail01 .right .content .text .con {
	font-size: 14px;
	color: #666;
	line-height: 20px;
	height: 60px;
	overflow: hidden;
	margin-top: 10px;
}

.pro_detail01 .right .content .text .con .con_c {
	position: relative;
	padding-left: 15px;
}

.pro_detail01 .right .content .text .con .con_c:after {
	position: absolute;
	content: '.';
	left: 0;
	color: #666;
	top: -20%;
}

.pro_detail01 .right .content .text .con2 {
	font-size: 13px;
	color: #666;
	line-height: 26px;
	margin: 20px 0;
}

.pro_detail01 .right .content .text .con2 a {
	display: inline-block;
	border: 1px solid #d1d1d1;
	padding: 3px 15px;
}

.pro_detail01 .right .content .text .con2 a:hover {
	background: #00a1e9;
	color: #fff;
}

.pro_detail01 .right .content .text1 .tel {
	color: #666;
	font-size: 18px;
}

.pro_detail01 .right .content .text1 .tel .icon {
	display: inline-block;
	width: 28px;
	height: 23px;
	background: url(img/pro_detail01_icon.png) no-repeat left;
	background-position: -28px 0;
	vertical-align: -4px;
	margin-right: 5px;
	;
	;
}

.pro_detail01 .right .btn {
	padding-left: 0;
	box-shadow: none;
	position: relative;
}

.pro_detail01 .right .btn i img{
	width: 25px;
    position: absolute;
    top: 13px;
    left: 30px;
}
.pro_detail01 .right .btn .icon {
	width: 28px;
	height: 23px;
	background: url(img/pro_detail01_icon.png) no-repeat left;
	display: inline-block;
	position: relative;
	top: 5px;
	margin-right: 20px;
}

.pro_detail01 .right .btn>a {
	display: inline-block;
	background: #ca0410;
	transition: .3s ease;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	line-height: 33px;
	padding: 10px 30px 10px 70px;
}

.pro_detail01 .right .btn>a.order:hover {
	background: #00a1e9;
}

.pro_detail01 .right .btn .tel .icon {
	background-position: -58px 0;
}

.pro_detail01 .right .btn .tel {
	background: #00a1e9;
	color: #fff;
}

.pro_detail01 .right .btn .tel:hover {
	background: #038dcc;
}

.pro_detail01 .right .down {
	font-size: 14px;
	color: #666;
	margin-top: 25px;
}

.pro_detail01 .right .down .iconfont {
	font-size: 18px;
}

.pro_detail01 .left {
	float: right;
	width: 54.5%;
}
.pro_detail01 .left img{
	width: 100%;
}
.pro_detail01 .left .img_list .owl-item .img {
	display: block;
}

.pro_detail01 .left .img_list .owl-dots {
	position: absolute;
	z-index: 10;
	bottom: -45px;
	left: 0%;
	width: 100%;
	text-align: center;
}

.pro_detail01 .left .img_list .owl-dot {
	width: 9px;
	height: 9px;
	background: #a5acb0;
	margin: 0 5px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
}

.pro_detail01 .left .img_list .owl-dot.active {
	background: #eaeaea;
	width: 13px;
	height: 13px;
}
.gc_service .pro_detail01{
	padding: 70px 0;
}
.gc_service .pro_detail01 .right .content .text p{
	text-indent: 2em;
}
.gc_service .pro_detail02 .bd .selection2 .content{
	display: flex;
	justify-content: space-between;
	vertical-align: top;
}
.gc_service .pro_detail02 .zz_text p{
	margin-bottom: 15px;
	font-size: 16px;
}
.gc_service .pro_detail02 .zz_text h2{
	font-size: 20px;
}
.gc_service .pro_detail02 .zz_pic{
display: flex;
justify-content: space-between;
}
.gc_service .pro_detail02 .zz_pic img{
	width: 400px;
	height: 564px;
	margin-left: 20px;
}
.gc_service .pro_detail02 .bd .selection3 .item .box .tit{
	height: auto;
}
.gc_service .pro_detail02 .bd .selection3 .item .box {
    padding: 15px 30px;
    text-align: center;
}
.pro_detail02 .bd {
	position: relative;
	padding-top: 40px;
}

.pro_detail02 .hd {
	border-bottom: 1px solid #d6d8db;
}

.pro_detail02 .hd .list dt,
.pro_detail02 .hd .list dd {
	cursor: pointer;
	position: relative;
	width: 12%;
	float: left;
	line-height: 70px;
	font-size: 20px;
	color: #666;
	font-weight: bold;
}

.pro_detail02 .hd .list .item.active:after {
	content: '';
	position: absolute;
	width: 80px;
	height: 5px;
	bottom: 0;
	left: 0;
	background: #00a1e9;
}

.pro_detail02 .hd .list dt.active {
	color: #00a1e9;
	font-weight: bold;
}

.pro_detail02 .hd {
	width: 100%;
	overflow: hidden;
	background: #fff;
}

.pro_detail02 .hd.active {
	position: fixed;
	top: 0;
	z-index: 999;
	border-top: 1px solid #d6d8db;
	border-bottom: 0;
	box-shadow: 0 2px 5px rgba(0,0,0,.2);
}

.pro_detail02 .hd dd.order.fixed {
	display: block;
	position: relative;
}

.pro_detail02 .hd dd.order,
.pro_detail02 .hd dd.search {
	display: none;
	float: right;
	line-height: 50px;
	height: 50px;
	margin-top: 10px;
	padding: 0 10px;
}

.pro_detail02 .hd dd.search {
	background: #4f4f4f;
	color: #fff;
	font-size: 18px;
	transition: all 0.5s ease;
}

.pro_detail02 .hd dd.search:hover {
	background: #404040;
}

.pro_detail02 .hd dd.search a:hover {
	color: #fff;
}

.pro_detail02 .hd dd.order a:hover {
	color: #fff;
}

.pro_detail02 .hd dd.order {
	background: #ca0410;
	font-size: 18px;
	color: #fff;
	transition: all 0.5s ease;
}
.pro_detail02 .hd dd.order a{
	padding-left: 60px;
	color: #fff;
}
.pro_detail02 .hd dd.order i img{
	width: 25px;
    position: absolute;
    top: 13px;
	left: 30px;
}
.pro_detail02 .hd dd.order:hover {
	background: #00a1e9;
}

.pro_detail02 .hd.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 5;
}

.pro_detail02 .hd.fixed .order {
	display: block;
}

.pro_detail02 .hd.fixed .search {
	display: block;
	margin-right: 10px;
}

.pro_detail02 .hd dd .icon {
	width: 28px;
	height: 23px;
	background: url(img/pro_detail01_icon.png) no-repeat 0 0;
	display: inline-block;
	position: relative;
	top: 5px;
	margin-right: 20px;
}

.pro_detail02 .hd dd.search .icon {
	background: url(img/pro_detail01_search.png) no-repeat 0 0;
}

.pro_detail02 .hd .list .activity span {
	position: relative;
	z-index: 1;
}

.pro_detail02 .hd.fixed .list .activity span {
	color: #fff;
}

.pro_detail02 .hd .list .activity .line {
	position: absolute;
	left: -30%;
	top: 0;
	width: 0;
	height: 100%;
}

.pro_detail02 .hd.fixed .list .activity .line {
	background: #1da1f3;
}

.pro_detail02 .hd .list .activity i {
	color: #fff;
	font-size: 18px;
	position: relative;
	z-index: 1;
	line-height: 85px;
	margin-left: 30px
}

.pro_detail02 .bd .selection1 .content {
	padding-bottom: 50px;
	border-bottom: 1px solid #cccccc;
}

.pro_detail02 .bd .selection1 .content .left {
	width: 60%;
	float: left;
}

.pro_detail02 .bd .selection1 .content .t {
	font-size: 40px;
	color: #666;
	font-weight: bold;
}

.pro_detail02 .bd .selection1 .content .c {
	font-size: 14px;
	line-height: 1.8;
	color: #666;
	margin-top: 30px;
}

.pro_detail02 .bd .selection1 .content .right {
	float: right;
	width: 28%;
	margin-right: 40px;
	background: #f6f6f6;
	cursor: pointer;
}

.pro_detail02 .bd .selection1 .content .right .box {
	padding: 30px;
}

.pro_detail02 .bd .selection1 .content .right .t {
	font-size: 26px;
}

.pro_detail02 .bd .selection1 .content .right .c {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
}

.pro_detail02 .bd .selection1 .content .right .more {
	float: right;
}

.pro_detail02 .bd .selection2 {
	margin: 50px 0;
}

.pro_detail02 .bd .selection2 .tit {
	font-size: 36px;
	color: #666;
	font-weight: bold;
	margin-bottom: 30px;
}

.pro_detail02 .bd .selection2 .down {
	font-size: 14px;
	color: #666;
	margin-top: 25px;
}

.pro_detail02 .bd .selection2 .down .iconfont {
	font-size: 18px;
}

.pro_detail02 .bd .selection3 {
	padding: 0 0 50px 0;
	overflow: hidden;
}

.pro_detail02 .bd .selection3 .item {
	background: #f6f6f6;
	margin-top: 34px;
	width: 32%;
	margin-right: 2%;
	float: left;
	position: relative;
}
.pro_detail02 .bd .selection3 .item img{
	position: relative;
	height: auto;
}
.pro_detail02 .bd .selection3 .item .rect-5625{
	padding-bottom: 0;
    height: 265px;
    overflow: hidden;
}
.pro_detail02 .bd .selection3 .item:nth-child(3n+0) {
	margin-right: 0;
}

.pro_detail02 .bd .selection3 .owl-item .item {
	display: block;
}

.pro_detail02 .bd .selection3 .item .li_line {
	width: 0;
	height: 5px;
	background: #ca0410;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all 0.5s ease;
}

.pro_detail02 .bd .selection3 .item:hover .li_line {
	width: 100%;
}

.pro_detail02 .bd .selection3 .item:hover {
	box-shadow: -4px 2px 20px 1px rgba(0, 0, 0, 0.2)
}

.pro_detail02 .bd .selection3 .item.three_item {
	margin-right: 0;
}

.pro_detail02 .bd .selection3 .item .box {
	padding: 30px;
}

.pro_detail02 .bd .selection3 .item .box .tit {
	width: 100%;
	font-size: 19px;
	color: #666;
	font-weight: bold;
	line-height: 34px;
	overflow: hidden;
}

.pro_detail02 .bd .selection3 .item .box .list {
	font-size: 14px;
	color: #8b8b8b;
	line-height: 28px;
	margin: 10px 0;
}

.pro_detail02 .bd .selection3 .item .box .list ul li {
	float: left;
	margin-right: 20px;
	border: 1px solid #8b8b8b;
	padding: 0 5px;
}

.pro_detail02 .bd .selection3 .item .box .con {
	font-size: 16px;
	color: #353333;
	line-height: 28px;
	height: 56px;
	height: 0;
	overflow: hidden;
}

.pro_detail02 .bd .selection3 .item .box .more {
	float: right;
	color: #353333;
}

.pro_detail02 .bd .selection3 .infor {
	font-size: 36px;
	color: #666;
	font-weight: bold;
	position: relative;
}

.pro_detail02 .bd .selection3 .infor .line {
	width: 1px;
	height: 23px;
	background: #fff;
	background: #666;
	position: absolute;
	right: 22px;
	top: 36px;
	display: none
}

.pro_detail02 .bd .selection3 .infor .btn_all {
	position: absolute;
	top: 35px;
	right: 0;
	width: 60px;
	height: 15px;
}

.pro_detail02 .bd .selection3 .infor .btn_all>div {
	width: 9px;
	height: 13px;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	z-index: 2;
	font-size: 14px;
	color: #666;
	cursor: pointer;
}

.pro_detail02 .bd .selection3 .infor .btn_all .owl-prev {
	left: 0;
}

.pro_detail02 .bd .selection3 .infor .btn_all .owl-next {
	right: 0;
}


.pro_tc {
	display: none;
	position: fixed;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	transition: .7s ease;
	z-index: 11;
}

.pro_tc .top {
	position: fixed;
	top: 0;
	width: 100%;
	background: #f6f6f6;
	padding: 15px;
	position: relative;
	z-index: 12;
}

.pro_tc .top .tit {
	text-align: center;
	color: #666;
}

.pro_tc .top .con {
	font-size: 24px;
	color: #666;
	text-align: center;
}

.pro_tc .top .close {
	position: absolute;
	top: -5%;
	right: 2%;
	z-index: 2;
	width: 10%;
	height: 81px;
	text-align: center;
}

.pro_tc .bott_ .close {
	z-index: 2;
	width: 100%;
	height: 81px;
	text-align: center;
	background-color: #fff;
}

.pro_tc .bott_ .content {
	padding-top: 30px;
	overflow: auto;
}

.pro_tc .close span {
	cursor: pointer;
	display: inline-block;
	width: 43px;
	height: 43px;
	margin: 30px auto 0;
	font-size: 0;
	color: rgba(0, 0, 0, 0);
	vertical-align: top;
	background-image: url(img/popup_close_btn.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}

.pro_tc .close span:hover {
	background-image: url(img/popup_close_btn_hover.png);
}

.pro_tc .bott_ .close span {
	margin: 15px auto 0;
}

/* 产品详细页表格 补充 20190904*/
.pro_detail02 .bd .selection2 .content {
	width: 100%;
	font-size: 14px;
}

.pro_detail02 .bd .selection2 .content .tab {
	min-width: 800px;
}
.pro_detail02 .bd .selection2 .content .tab table{
	width: 100%;
	line-height: 40px;
	border: 1px solid #dfdfdf;
	font-size: 14px;
}
.pro_detail02 .bd .selection2 .content .tab table .title{
	font-weight: bold;
	color: #686868;
}
.pro_detail02 .bd .selection2 .content .tab table .top{
	background-color: #ededed;
}
.hui{
	background: #f8f8f8;
}
.pro_detail02 .bd .selection2 .content .d1 {
	width: 30%;
	float: left;
	margin-bottom: -1px;
}

.pro_detail02 .bd .selection2 .content .d2 {
	width: 14%;
	float: left;
	margin-bottom: -1px;
}

.pro_detail02 .bd .selection2 .content .d3 {
	width: 56%;
	float: left;
	margin-bottom: -1px;
}

.pro_detail02 .bd .selection2 .content .d_body {
	border-top: 1px solid #dfdfdf;
	width: 100%;
	border-collapse: collapse;
}

.pro_detail02 .bd .selection2 .content .parameter {
	text-align: center;
	border: 1px solid #dfdfdf;
	border-top: 0;
	text-indent: 16px;
	height: 34px;
	line-height: 34px;
	color: #686868;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.pro_detail02 .bd .selection2 .content .d_title {
	font-weight: bold;
	height: 34px;
	line-height: 34px;
	background: #ededed;
}

.pro_detail02 .bd .selection2 .content .d1 .d_item {
	background: #f7f7f7;
}

/********************************************下层页面实现 end*********************************************/