.product {
	padding: 60px 0;
}
.product h1 {
	font-size: 26px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	line-height: 32px;
	color: rgba(2,136,209,1);
	opacity: 1;
}
.product .desc {
	padding: 20px 30px;
	background: #F4F4F4;
	margin-top: 25px;
	margin-bottom: 45px;
}
.product .desc p {
	font-size: 16px;
	font-family: Source Han Sans CN;
	line-height: 30px;
	color: rgba(51,51,51,1);
}

.product .r a{
	float: left;
	width:170px;
	height:45px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	font-size:20px;
	background:#0288D1;
	border-radius:5px;
}

.product .r a.price{
	margin-left: 30px;
	background-color: #fff;
	border: 1px solid #0288D1;
	color: #0288D1
}


/*
.more .title{
	padding-top: 40px;
	margin-bottom: 20px !important;
}


.more .list .col-md-4 > div {
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16);
    background-color: #fff;
}

.more .list .col-md-4 {
    margin-top: 30px;
}

.more .list .desc {
    padding: 0 20px 20px;
}

.more .list h3 {
    font-size: 20px;
    line-height: 32px;
    color: rgba(2, 136, 209, 1);
    padding: 11px 0 10px;

}

.more .list p {
    font-size: 16px;
    line-height: 26px;
    color: rgba(51, 51, 51, 1);
    padding: 10px 0 20px;
    border-top: 1px solid rgba(204, 204, 204, 1);
}

.more .list .more-btn a {
    float: left;
    width: 30%;
    height: 30px;
    line-height: 30px;
    margin-left: 3.3333333%;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    color: rgba(102, 102, 102, 1);
}

.more .list .more-btn a:first-child {
    border-color: #FF9600;
    color: #FF9600;
}

.more .list .more-btn a:first-child {
    margin-left: 0;
}
*/


/*-------------------------2019/12/2-------------------------------------*/
.article-wrap{
	background-color: #f5f5f5;
	padding-bottom: 60px;
}

.article-wrap .article-nav{
	padding-top: 25px;
	width: 100%;
	max-width: 1170px;
}

.article-wrap .article-nav.fixed{
	position: fixed;
	top: 0;
	z-index: 10;
	padding-top: 0;
}

.article-wrap .article-nav ul{
	background-color: #e7e7e7
}
.article-wrap .article-nav li{
	float: left;
}

.article-wrap .article-nav li a{
	display: block;
	width: 130px;
	height: 60px;
	line-height: 57px;
	text-align: center;
	border-top: 3px solid #e7e7e7;
}


.article-wrap .article-nav li.active a{
	background-color: #fff;
	box-sizing: border-box;
	border-top: 3px solid rgba(2,136,209,1);
}

.article-wrap .article-nav li a:hover{
	background-color: #fff;
	box-sizing: border-box;
	border-top: 3px solid rgba(2,136,209,1);
}

.article-wrap .article-column{
	padding: 0 40px;
	background-color: #fff;
	margin-bottom: 40px;
	padding-bottom: 40px
}

.article-wrap .article-column .title{
    border-bottom: 1px solid #eaeaea;
	font-size: 0;
	margin-bottom: 30px;
}

.article-wrap .article-column .title h3{
	font-size: 30px; 
    color: #222;
	position: relative;
	line-height: 30px;
	display: inline-block;
	padding: 56px 0 18px;
}

.article-wrap .article-column .title h3:after{
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	height: 2px;
	width: 100%;
	background-color: #0288D1
}


.article-wrap .article-column article img{
	display: block;
	margin: 0 auto;
}


.msg{
	padding-bottom: 30px
}

.msg .form {
	margin-top: 30px;
}
.msg .form .input {
	float: left;
	width: 48%;
	margin: 1%;
}
.msg .form .textarea {
	margin: 1%;
	width: 98%;
	float: left;
}
.msg .form input, .msg .form textarea {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: none;
	background-color: #EEEEEE;
	resize: none;
}
.msg .form .button {
	float: left;
	width: 100%;
	margin-top: 1%;
}
.msg .form button {
	display: block;
	width: 300px;
	height: 40px;
	margin: 0 auto;
	background-color: #FF9600;
	color: #fff;
}



.like-product .like-product-items .desc{
	background-color: #f5f5f5;
	padding: 10px;
}

.like-product .like-product-items h3{
	font-size: 16px;
	padding: 15px 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}


.like-product .more-btn a {
    float: left;
    width: 48%;
    height: 30px;
    line-height: 30px;
    margin-left: 4%;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    color: rgba(102, 102, 102, 1);
}

.like-product .more-btn a.first {
    border-color: #FF9600;
    color: #FF9600;
	margin-left: 0;
}

.case .case-items{
	background-color: #f5f5f5;
}

.case .case-items h3{
	text-align: center;
	font-size: 16px;
	padding: 15px 10px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space: nowrap;
}


.article-wrap article{
	color: #666;
	line-height: 1.8
}

.article-wrap article div,.article-wrap article p,.article-wrap article span{
	line-height: 1.8
}


.service article h3{
	font-size: 36px;
	color: rgba(2,136,209,1);
	padding-top: 20px;
	text-align: center;
}



table{
	max-width: 100% !important;
	width: 100% !important;
}

.article-wrap .article-column.super{
	padding-bottom: 20px;
}
.super .super-items{
	position: relative;
	min-height: 250px;
	border: 1px solid #ccc;
	margin-bottom: 30px
}

.super .super-items .items-wrap{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	transform: translate(-50%,-50%);
}

.super-items h3{
	font-size: 18px;
	font-weight: normal;
	color: #666;
	padding: 10px 0;
}

.super-items p{
	color: #666;
	line-height: 1.6
}

@media (max-width: 768px) {
	.product h1{
		text-align: center;
		width: 100%;
		margin-top: 20px;
	}
	.product .r a{
		width: 40%;
	}
	.product .desc{
		margin-bottom: 20px;
	}
	
	.article-wrap .article-column{
		padding: 0 20px
	}
	.article-wrap .article-column .title h3{
		padding: 30px 0 10px;
		font-size: 26px;
	}
	
	.like-product-items,.case-items{
		margin-top: 30px
	}
	.like-product .col-md-3:first-child .like-product-items{
		margin-top: 0
	}
	.case .col-md-3:first-child .case-items{
		margin-top: 0
	}
	
	.article-wrap .article-nav{
		display: none
	}
}






