@charset "utf-8";
/* CSS Document */
*{
	margin:0 ;
	padding:0;
}
a{
	text-decoration:none;
	outline:none;
}

a:hover{text-decoration:none;}

img{
	outline:none;
	border:none;
}

li{
	list-style:none;
}

body{
	font-family:Helvetica LT Std, 'Noto Sans CJK SC', 'Noto Sans CJK', 'Source Han Sans', source-han-sans-simplified-c, sans-serif;
}

.clear {clear:both;}

/*---------------------------------logo-----------------------------------------------------*/
/*---------------------logo-----------------------------------------------------*/
.head{
	width:100%;
	position:relative;
	/* background:#0093dd; */
}

.head .header{
	width:100%;
	background:#0093dd;
}

.head .logo{
	margin:15px 0;
	width:360px;
	float:left;
}

.head .logo img{
	max-width:100%;
}

.header .top_contact{
	text-align:right;
	width:1200px;
	margin:0 auto;
}

.header .top_contact p{
	font-size:14px;
	color:#fff;
	padding:5px 0;
	letter-spacing:1px;
}

.top_nav_list{
	width:1200px;
	margin:0 auto;
	padding:5px 0;
}

.top_nav_list .navbar{
	width:780px;
	float:right;
	margin-top:30px;
}

.top_nav_list .navbar>ul{
	text-align:right;
	width:100%;
}

.top_nav_list .navbar>ul>li{
	display:inline;
	border-right:1px solid #3caae2;
	margin-bottom:10px;
	text-align:center;
}

.top_nav_list .navbar ul li>a{
	font-size:16px;
	color:#1a1a1a;
	padding:2px 30px;
	
}

.top_nav_list .navbar ul li a:hover{
	color:#0093dd;
}

.top_nav_list .navbar ul li.active a{
	color:#0093dd;
}

.top_nav_list .navbar ul li>.dropdown-menu{
	position:absolute;
	width:160px;
	z-index:99999;	
	background:rgba(255,255,255,0.95);
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
	display:none;
	margin-left:15px;
	border-radius:2px;
	overflow:hidden;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in; 
	-o-transition: all 0.3s ease-in; 
	transition: all 0.3s ease-in;
}

.top_nav_list .navbar ul li>.dropdown-menu>a{
	display:block;
	font-size:14px;
	color:#1a1a1a;
	padding:10px 0;
	border-bottom:1px solid #ececec;
}

.top_nav_list .navbar ul li:hover .dropdown-menu{
	display:block;
	-webkit-transform: translateY(8px);
	transform: translateY(8px);
	opacity:1;
}

/*-------------------------#goToTop-------*/
#goToTop{position: fixed; bottom:10%; right:15px; }
#goToTop a{
	display:inline-block;
	width:45px;
	height:45px;
	background:url(../img/totop.png)center no-repeat rgba(0,0,0,0.9);
	background-size:15px;
	border-radius:4px;
}

/*------------.kefu------------*/
.kefu{
	position:fixed;
	top:30%;
	right:10px;
	z-index:999;
	background:rgba(240,240,240,0.8);
	text-align:center;
	padding:5px;
	border-radius:5px;
}

.kefu .title{
	background:rgba(255,255,255,0.9);
	border-radius:5px;
	padding:5px;
}

.kefu .title img{
	width:35px;
}

.kefu .title h6{
	font-size:14px;
	color:#2185d0;
	margin:5px 0;
	font-weight:normal;
}

.kefu ul{
	background:rgba(255,255,255,0.9);
	margin-top:5px;
	padding:5px;
	border-radius:5px;
}

.kefu ul li{
	line-height:24px;
	border-bottom:1px dashed #dedede;
	padding:5px 0;
}

.kefu ul li span{
	color:#2185d0;
	font-size:14px;
}

.kefu ul li p a{
	font-size:12px;
	color:#333;
	background:url(../img/qqkefu.png);
	background-position:left;
	background-repeat:no-repeat;
	background-size:20px;
	padding:5px 0 5px 25px;
	font-weight:normal;
}

.kefu ul li h6 a{
	font-size:12px;
	color:#333;
}

.kefu ul li h5 a{
	font-size:12px;
	background:url(../img/phone003.png);
	background-position:left;
	background-repeat:no-repeat;
	background-size:20px;
	padding:5px 0 5px 25px;
	font-weight:normal;
	color:#333;
}

/*----------------------------bannerLoop-----------------------------*/
.banner{
	width:100%;
	max-width:1920px;
	margin:0 auto;
	position:relative;
}

.bannerLoop img {width:100%;}
.bannerLoop .owl-item {position:relative;}
.bannerLoop .owl-controls{display:none;}

.bannerLoop .owl-prev,.bannerLoop .owl-next {position:absolute; bottom:0; font-size:0; width:8px; height:12px;}
.bannerLoop .owl-prev:hover {background-position:right center;}
.bannerLoop .owl-next:hover {background-position:left center;}
.bannerLoop .owl-dots {width:100%; position:absolute; bottom:35px; left:0; text-align:center;} 
.bannerLoop .owl-dot {display:inline-block; width:16px; height:16px; border-radius:50%; margin:0 10px; background-color:#bdbdbd;}
.bannerLoop .owl-dot.active {background-color:#f8f8f8;}

@media screen and (max-width:568px){
	.bannerLoop .owl-dots {bottom:10px;}
}

/*--------------------------content_box------------------------------*/
.content_box{
	width:100%;
	background:#f3f3f3;
	padding:40px 0;
}

.content_box ul{
	width:1200px;
	margin:0 auto;
}

.content_box ul li{
	width:25%;
	padding:1px;
	float:left;
	box-sizing:border-box;
	text-align:center;
}

.content_box ul li img{
	display:block;
	width:100%;
}

.content_box .pro_list{
	position:relative;
	overflow:hidden;
}

.content_box .pro_list a.title{
	display:block;
	font-size:16px;
	color:#0093dd;
	background:#fff;
	padding:5px 0;
}

.content_box .pro_list .hide_pic{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:84%;
	background: rgba(10, 15, 20, 0.2);
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in; 
	-o-transition: all 0.3s ease-in; 
	transition: all 0.3s ease-in;
}

.content_box ul li:hover .pro_list .hide_pic{
	-webkit-transform: scale(0 , 0);
	transform: scale(0, 0);
	opacity:0;
}

.content_box .pro_list .hide_pic img{
	width:auto;
	display:inline-block;
	margin-top: 20px;
}

/*-----------------------index_product-----------------------*/
.index_product{
	width:1200px;
	margin:0 auto;
	padding:30px 0;
	position:relative;
}

.index_product .product_nav{
	width:280px;
	float:left;
	background:#f3f3f3;
}

.index_product .product_nav .product_title{
	background:#0093dd;
	padding:15px 0 15px 20px;
}

.index_product .product_nav .product_title h5{
	font-size:24px;
	color:#fff;
	font-weight:normal;
	margin-bottom:10px;
}

.index_product .product_nav .product_title span{
	font-size:20px;
	color:#9bdeff;
	border-top:1px solid #9bdeff;
	padding:5px 0;
	font-weight: lighter;
}

.index_product .product_nav ul li{
	margin-bottom:1px;
	padding:1px;
	box-sizing:border-box;
	border-bottom:1px solid #fff;
}

.index_product .product_nav ul li a{
	display:block;
	font-size:14px;
	color:#1a1a1a;
	padding:15px 10px 15px 20px;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in; 
	-o-transition: all 0.3s ease-in; 
	transition: all 0.3s ease-in;
	border-left:2px solid #f3f3f3;
}

.index_product .product_nav ul li a:hover{
	background:#fff;
	color:#0093dd;
	border-left:2px solid #0093dd;
}

.index_product .index_product_box{
	width:900px;
	float:right;
}

.index_product .index_product_box ul li{
	width:33.3%;
	float:left;
	text-align:center;
	padding:0 15px;
	box-sizing:border-box;	
	margin-bottom:30px;
}

.index_product .index_product_box .product_list{
	border:1px solid #dedede;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in; 
	-o-transition: all 0.3s ease-in; 
	transition: all 0.3s ease-in;
}

.index_product .index_product_box .product_list .product_pic{
	overflow:hidden;
}

.index_product .index_product_box .product_list img{
	max-width:100%;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in; 
	-o-transition: all 0.3s ease-in; 
	transition: all 0.3s ease-in;
}

.index_product .index_product_box ul li:hover .product_list img{
	-webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.index_product .index_product_box .product_list .product_mess{
	border-top:1px solid #dedede; 
}

.index_product .index_product_box .product_list .product_mess a{
	display:block;
	padding:10px 5px;
	font-size:14px;
	color:#1a1a1a;
}

/*----------------------------index_news--------------------------*/
.index_news{
	width:1200px;
	margin:0 auto;
}

.index_news .title{
	width:100%;
	margin:15px 0 30px 0;
	text-align:center;
	border-bottom:1px solid #dedede;
}

.index_news .title h3{
	font-size:20px;
	color:#1a1a1a;
	border-bottom:2px solid #0093dd;
	padding-bottom:15px;
	display:inline-block;
}

.index_news .news_box{
	width:100%;
    box-sizing: border-box;
	margin-bottom:40px;
	position:relative;
}

.index_news .news_box .news_title{
	width:100%;
	box-sizing:border-box;
	overflow:hidden;
	margin-bottom:15px;
}

.index_news .news_box .news_title p{
	font-size:16px;
	color:#0093dd;
	padding-left:10px;
	margin:5px 0;
	border-bottom:1px solid #dedede;
	border-left:2px solid #0093dd;
}

.index_news .news_box .latest_news{
	width:48%;
	float:left;
	position:relative;
	border-radius:6px;
	overflow:hidden;
	margin:15px 0;
}

.index_news .news_box .latest_news span.time{
	font-size:12px;
	color:#888;
	letter-spacing:1px;
}

.index_news .news_box .latest_news .latest_pic{
	position:relative;
	overflow:hidden;
	width:220px;
	float:left;
	border:1px solid #dedede;
}

.index_news .news_box .latest_news .latest_pic img{
	max-width:100%;
	float:left;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.index_news .news_box .latest_news:hover .latest_pic img{
	-webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}

.index_news .news_box .latest_news .latest_mess{
	margin:5px 0;
	border-bottom:1px solid #dedede;
	padding:5px 0;
	position:relative;
	width:340px;
	float:right;
}

.index_news .news_box .latest_news .latest_mess:after{
	width:60px;
	height:1px;
	position:absolute;
	content:"";
	left:0;
	bottom:-1px;
	background:#000;
}

.index_news .news_box .latest_news .latest_mess a{
	font-size:16px;
	color:#0093dd;
}

.index_news .news_box .latest_news:hover .latest_mess a{
	color:#1983b9;
}

.index_news .news_box .latest_news .latest_mess p{
	font-size:12px;
	color:#666;
	margin:5px 0;
	text-align:justify;
}

.index_news .news_box .right_news{
	width:47%;
	float:right;
	margin-top:20px;
}

.index_news .news_box .right_news ul li{
	line-height:30px;
}

.index_news .news_box .right_news .news_list{
	width:80%;
	float:left;
}

.index_news .news_box .right_news .news_list a{
	font-size:14px;
	color:#585858;
	letter-spacing: 1px;
	padding-left:20px;
	position:relative;
	display:block;
}

.index_news .news_box .right_news ul li:hover .news_list a{
	color:#0093dd;
}

.index_news .news_box .right_news .news_list a:before{
	position:absolute;
	content:"";
	width:8px;
	height:8px;
	border-radius:50px;
	border:1px solid #0093dd;
	left:0;
	top:10px;
}

.index_news .news_box .right_news .right_time{
	width:20%;
	float:left;
	font-size:14px;
	color:#888;
	text-align: right;
}

.index_news .news_box .right_news a.more_news{
	font-size:14px;
	display:block;
	margin-top:15px;
	position:relative;
	float:left;
	border:1px solid #666;
	border-radius:5px;
	padding:5px 25px;
	color:#585858;
	letter-spacing:0.1em;
}

/*-------------------------------foot-------------------------------*/
.foot{
	width:100%;
	background: url(../img/banner_bg.jpg)center no-repeat;
	background-size:cover;
	border-top:1px solid #0093dd;
	margin-top:15px;
}

.foot .footer{
	width:1200px;
	margin:0 auto;
}

.foot .footer .left_foot{
	width:65%;
	float:left;
	margin:30px 0 0;
}

.foot .footer .right_foot{
	width:35%;
	float:left;
	margin:30px 0;
}

.foot .footer .left_foot .foot_nav ul li{
	display:inline;
}

.foot .footer .left_foot .foot_nav ul li a{
	font-size:14px;
	color:#333;
	border-right:1px solid #dedede;
	padding-left:10px;
	padding-right:10px;
}

.foot .footer .left_foot .foot_nav ul li:first-child a{
	padding-left:0;
}

.foot .footer .left_foot .link{
	margin-top:20px;
	padding:5px 30px 5px 0;
	font-size:14px;
	color:#585858;
}

.foot .footer .left_foot .link a{
	color:#333;
}

.foot .footer .foot_contact{
	float:left;
	width:75%;
}

.foot .footer .foot_contact p{
	font-size:14px;
	color:#333;
	line-height:24px;
}

.foot .footer .code_pic{
	float:left;
	width:25%;
	text-align:center;
	font-size:14px;
	color:#333;
}

.foot .footer .code_pic img{
	max-width:100%;
}

.foot .foot_bottom{
	width:1200px;
	margin:0 auto;
	font-size:14px;
	color:#333;
	padding:10px;
	border-top:1px solid #dedede;
}

.foot .foot_bottom a{
	color:#333;
}

/*--------------------------inner_banner----------------------------*/
.inner_banner{
	width:100%;
	padding:30px 0;
	background:url(../img/banner_bg.jpg)center no-repeat;
	background-size:cover;
}

.inner_banner .inbanner_content{
	width:1200px;
	margin:0 auto;
}

.inner_banner .banner_text{
	width:50%;
	float:left;
}

.inner_banner .banner_text p{
	font-size:44px;
	color:#0093dd;
	font-weight:lighter;
}

.inner_banner .bread{
	color:#888;
	margin-top:20px;
	position:relative;
	padding-left:50px;
	text-align:right;
	width:50%;
	float:left;
	box-sizing:border-box;
}

/* .inner_banner .bread:before{
	content:"";
	position:absolute;
	width:80px;
	height:2px;
	background:#0093dd;
	left: 30%;
	top:11px;
} */

.inner_banner .bread a{
	font-size:16px;
	color:#666;
	margin:0 10px;
	position:relative;
}

.inner_banner .bread a:first-child:before{
	content:"";
	position:absolute;
	width:80px;
	height:2px;
	background:#0093dd;
	left: -285%;
    top: 9px;
}

/*-----------------------------------inner_content--------------------------*/
.inner_content{
	width:1200px;
	margin:0 auto;
	padding:30px 0;
}

.inner_content .left_subnav{
	width:280px;
	float:left;
	background:#f5f5f5;
	border-radius: 4px;
	overflow:hidden;
}

.inner_content .left_subnav .subnav_title{
	background:#0093dd;
	padding:15px;
}

.inner_content .left_subnav .subnav_title p{
	font-size:26px;
	color:#fff;
}

.inner_content .left_subnav .subnav_title span{
	font-size:16px;
	color:#a5d5ec;
	display:block;
	margin:10px 0;
	position:relative;
	font-weight:lighter;
}

.inner_content .left_subnav .subnav_title span:after{
	content:"";
	width:65%;
	height:1px;
	background:#a5d5ec;
	right:0;
	top:12px;
	position:absolute;
}

.left_subnav .subnav_list{
	margin:1px 0;
}

.left_subnav .subnav_list ul li a{
	display:block;
	line-height:50px;
	padding:0 30px;
	border-bottom:1px solid #fff;
	font-size:16px;
	color:#1a1a1a;
	position:relative;
	margin:1px 0;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in; 
	-o-transition: all 0.3s ease-in; 
	transition: all 0.3s ease-in;
}

.left_subnav .subnav_list ul li a:before , .left_subnav .subnav_list ul li a:after{
	position:absolute;
	content:"";
	width:15px;
	height:1px;
	background:#888;
	right:15px;
	top:24px;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in; 
	-o-transition: all 0.3s ease-in; 
	transition: all 0.3s ease-in;
}

.left_subnav .subnav_list ul li a:after{
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.left_subnav .subnav_list ul li a:hover{
	background:#0093dd;
	color:#fff;
}

.left_subnav .subnav_list ul li a:hover:before , .left_subnav .subnav_list ul li a:hover:after{
	background:#fff;
}

.left_subnav  .left_contact{
	border-top:2px solid #0093dd;
	margin-top:5px;
	padding-bottom:15px;
}

.left_subnav  .left_contact h5{
	font-size:24px;
	color:#fff;
	background:#0093dd;
	font-weight:lighter;
	padding:15px;
	margin-bottom:10px;
}

.left_subnav  .left_contact p{
	font-size:14px;
	color:#585858;
	padding:10px 15px;
	border-bottom:1px solid #dedede;
}

.right_content{
	width:880px;
	float:right;
}

.right_content .right_title{
	width:100%;
	border-bottom:1px solid #dedede;
	margin-bottom:40px;
}

.right_content .right_title span{
	font-size:20px;
	padding-bottom:10px;
	display:inline-block;
	border-bottom:2px solid #0093dd;
}

.right_content .inner_about{
	width:100%;
}

.right_content .inner_about img{
	max-width:100%;
	display:inline-block;
	margin:15px 0;
}

.right_content .inner_about p{
	font-size:14px;
	color:#555;
	line-height:26px;
	margin:10px 0;
}

.right_content .inner_contact{
	margin:15px 0;
}

.right_content .inner_contact h5{
	font-size:18px;
	color:#000;
	padding-bottom:15px;
	font-weight:normal;
	position:relative;
	margin-left:10px;
}

.right_content .inner_contact h5:before{
	position:absolute;
	content:"";
	width:60px;
	height:2px;
	background:#0093dd;
	left:0;
	bottom:0;
}

.right_content .inner_contact ul{
	width:100%;
	margin:10px 0;
}

.right_content .inner_contact ul li{
	width:50%;
	float:left;
	padding:10px;
	box-sizing:border-box;
}

.right_content .inner_contact ul li img{
	height:40px;
	display:block;
	margin:10px 0;
}

.right_content .inner_contact ul li p{
	font-size:14px;
	color:#585858;
	margin:5px 0;
}

.right_content .inner_contact .contact_list{
	background:#f5f5f5;
	padding:15px;
	border-radius:4px;
}

.right_content .inner_contact .map{
	margin:20px 0;
	padding:10px;
}

/*----------------------.inner_product------------------------*/
.inner_product , .product_details{
	width:100%;
	overflow:hidden;
}

.inner_product ul li{
	margin-bottom:40px;
	width:100%;
}

.inner_product .inner_pro_list .inner_pro_pic , .product_details .details_pic{
	width:30%;
	float:left;
	border:1px solid #dedede;
	text-align:center;
	overflow:hidden;
}

.inner_product .inner_pro_list .inner_pro_pic img , .product_details .details_pic img{
	max-width:100%;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.inner_product ul li:hover .inner_pro_pic img{
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.inner_product .inner_pro_list .inner_pro_mess{
	width:65%;
	float:right;
}

.product_details .details_pic{
	width:35%;
}

.product_details .details_top{
	width:60%;
	float:right;
}

.inner_product .inner_pro_list .inner_pro_mess a.pro_title , .product_details .details_top .details_title{
	font-size:18px;
	color:#0093dd;
	display:inline-block;
	border-left:2px solid #0093dd;
	padding-left:10px;
	margin-bottom:15px;
	margin-top:10px;
}

.inner_product .inner_pro_list .inner_pro_mess table{
	line-height:24px;
	width:100%;
	font-size:14px;
}

.inner_product .inner_pro_list .inner_pro_mess tr th , .product_details .details_top tr th{
	color:#1a1a1a;
	vertical-align:middle;
	padding:10px 15px;
	font-weight:normal;
	text-align:center;
	border:1px solid #dedede;
}

.inner_product .inner_pro_list .inner_pro_mess tr td , .product_details .details_top tr td{
	color:#777;
	padding:5px;
	border:1px solid #dedede;
}

.inner_product .inner_pro_list .inner_pro_mess a.details{
	font-size:16px;
	display:inline-block;
	margin-top:15px;
	color:#0093dd;
	padding:5px 20px;
	border:1px solid #0093dd;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.inner_product ul li:hover .inner_pro_mess a.details{
	background:#0093dd;
	color:#fff;
	border:1px solid #0093dd;
}

.product_details .details_top table{
	font-size:14px;
	width:100%;
	line-height:30px;
}

.product_details .details_top a.download{
	font-size:16px;
	color:#1a1a1a;
	display:inline-block;
	margin-top:15px;
	border:1px solid #f0f0f0;
	padding:5px 35px 5px 15px;
	position:relative;
	margin-left:2px;
}

.product_details .details_top a.download:before{
	position:absolute;
	content:"";
	width:20px;
	height:20px;
	right:10px;
	top:7px;
	background:url(../img/totop.png)center no-repeat;
	background-size:65%;
	-webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.product_details .details_top a.download:hover{
	border:1px solid #0093dd;
	color:#0093dd;
}

.product_details .details_mess{
	width:100%;
	border-top:1px solid #f3f3f3;
	margin-top:30px;
	padding-top:30px;
}

.product_details .details_mess h5{
	font-size:18px;
	color:#0093dd;
	font-weight:normal;
	padding-bottom:10px;
	border-bottom:1px solid #dedede;
	position:relative;
	margin-bottom:15px;
}

.product_details .details_mess h5:before{
	position:absolute;
	content:"";
	left:0;
	bottom:-1px;
	width:80px;
	height:2px;
	background:#0093dd;
}

.product_details .details_mess p{
	font-size:14px;
	color:#555;
	line-height:30px;
}


/*----------------------.inner_news--------------------*/
.inner_news{
	width:100%;
	margin:10px 0;
}

.inner_news ul li{
	width:100%;
}

.inner_news .news_list{
	border-bottom:1px solid #dedede;
	padding:20px 0;
}

.inner_news .news_list .news_pic{
	width:25%;
	float:left;
	border:1px solid #f2f2f2;
	padding:2px;
	box-sizing:border-box;
}

.inner_news .news_list .news_pic img{
	max-width:100%;
	display:block;
}

.inner_news .news_list .news_mess{
	width:70%;
	float:right;
}

.inner_news .news_list .news_mess a{
	font-size:18px;
	color:#1a1a1a;
	display:block;
}

.inner_news .news_list:hover .news_mess a{
	color:#0093dd;
}

.inner_news .news_list .news_mess p{
	font-size:14px;
	color:#888;
	margin:5px 0;
	line-height:26px;
	margin-bottom:10px;
}

.inner_news .news_list .news_mess span{
	font-size:14px;
	color:#555;
	position:relative;
	display:inline-block;
	padding-right:15px;
}

.inner_news .news_list .news_mess span:after{
	position:absolute;
	width:70px;
	height:1px;
	background:#555;
	content:"";
	right:-70px;
	top:8px;
}

.news_details .news_title{
	text-align:center;
	margin-bottom:15px;
	border-bottom:1px dashed #dedede;
}

.news_details .news_title h5{
	font-size:16px;
	color:#1a1a1a;
	font-weight:normal;
	margin-bottom:10px;
}

.news_details .news_title p{
	font-size:14px;
	color:#888;
	margin-bottom:10px;
}

.news_details .news_title a{
	color:#000;
	margin-right:15px;
}

.news_details .news_details_mess{
	margin-top:15px;
}

.news_details .news_details_mess p{
	font-size:14px;
	color:#333;
	line-height:26px;
	margin:10px 0;
	letter-spacing:1px;
	text-indent:2em;
}

.news_details .more_news , .more_product{
	width:100%;
	margin:30px 0;
}

.news_details .more_news p , .more_product p{
	font-size:14px;
	color:#888;
	line-height:30px;
}

.news_details .more_news a , .more_product a{
	color:#333;
}

.news_details .more_news a:hover , .more_product a:hover{
	color:#0093dd;
}

/*---------------------------page-------------------*/
.page{
	margin:30px 0;
	width:100%;
}

.page ul li{
	display:inline;
	margin-right:10px;
}

.page ul li  img{
	width:15px;
	vertical-align:middle;
}

.page ul li.page_prev img{
	-webkit-transform:rotate(-90deg);
	transform: rotate(-90deg);
}

.page ul li.page_next img{
	-webkit-transform:rotate(90deg);
	transform: rotate(90deg);
}

.page ul li a{
	font-size:16px;
	color:#1a1a1a;
	display:inline-block;
	padding:5px 15px;
}

.page ul li a:hover{
	color:#0093dd;
}

/*-------------------------------------公共样式-----------------------------------------*/
.transition3{transition-duration:0.3s;-webkit-transition-duration:0.3s}

.flex_wrap{display:flex;flex-flow:wrap}
.flex_column{display:flex;flex-flow:column}
.vertical_center{display:flex;align-items:center;justify-content:center}
.flex_20{flex: 0 0 20%;}

.clamp1{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.clamp2,.clamp3{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.clamp3{-webkit-line-clamp:3}