﻿@charset "utf-8";
/* CSS Document */

.sx_product_banner {
    width: 100%;
    height: 100%;
/*    background-image: url(../images/banner-product.jpg);*/
    vertical-align: middle;
}

.product_container {
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

/**产品文字介绍*/
.sx_title {
    margin-top: 100px;
    margin-bottom: 60px;
    text-align: center;
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
}
.sx_title_ul{
	list-style: none;
	display:inline-flex; 
}
.sx_title_li{
	width:200px;
}
.sx_title_dv_line{
	height: 80px; 
	padding-top: 35px;
}
.sx_title_dv_text{
	text-align: center; 
	height: 80px; 
	margin-left: 60px; 
	margin-right:60px;
}
.sx_span_title{
	font-size: 36px;	
	line-height: 36px;
	color:#333333;
}
.sx_span_subtitle{
	font-size: 18px;
	line-height: 20px;
	color:#666666;
}
.sx_description{
	width:1300px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}
.sx_description p{
	font-size: 18px;
	line-height: 30px;
}
/**产品图片介绍*/		
.sx_dvpic0{
	width: 1300px;
	height: 550px;
	overflow: auto;
	background-color: #effefb;
}		
.tbpic{
	width: 100%;
	height: 350px;
	margin-top: 100px;
}
.tbpic  tr{
	height: 50%;
}
.tbpic_td_text{
	width: 680px;
	vertical-align: top;
	padding-left: 20px;
}
.tbpic_td_img_r{
	width: 620px;
	vertical-align: top;
	text-align: right;
}
.tbpic_td_img_l{
	width: 620px;
	vertical-align: top;
	text-align: left;
}
.tbpic .ptitle{			
	font-size: 36px;
	width:600px;
	/**font-weight: 700;
	margin-left: 20px;
	margin-right: 20px;*/
	color:#666666;
}
.tbpic .psub{
	font-size: 20px;
	line-height: 25px;
	width:600px;
	color:#666666;
}
/**02*/
.sx_dvpic1{
	width: 1300px;
	height: 550px;
	overflow: auto;
	background-color: #fff;
}
.sx_dvpic2{
	width: 1300px;
	height: 550px;
	overflow: auto;
	background-color: #eff7fb;
}	
/**产品优势下两排小图*/
.sx_product_img_container{
	width:100%; 
	padding: 10px;
	text-align: center;
}
.sx_product_img_container ul{
	display: flex;
	list-style: none;			
}
.sx_product_img_container .adv-content{
	width: 210px;			
	height: 360px;		
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
	margin: 10px;
	padding: 2px;
}

.sx_product_img_container .adv-content:hover{
	background-color: #D9B059;
}

.sx_product_img_container .adv-content:hover p{
	color: #fff;
}

.sx_product_img_container .adv-content:hover img{
	transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.adv-img{
	overflow: hidden;
}
.sx_product_img_container img{
	margin: auto;
}
.sx_product_img_container p{
	margin: 10px 10px;
	font-size: 14px;
	color: #999;			
}
.sx_product_img_container span{
	text-align: left;
}

.tbpic_text_left {
    padding-left: 80px;
}

.product_bottom {
    margin-bottom: 100px;
}

.product_process{
    margin-top: 50px;
}

/* 应用案例模块开始 */
.app-container{
	width: 1200px;
	height: auto;
	margin: auto;
	margin-bottom: 100px;
}
.app-content{
	position: relative;
	width: 100%;
	height: 240px;
	margin-bottom: 30px;
	box-shadow: 0px 4px 24px 6px rgba(144, 157, 172, 0.12);
}
.cont-left{
	position: absolute;
	top:0px;  
    left:0px; 
	height: 100%;
	width: 18%;
	padding: 10px;
	overflow:hidden;
}
.cont-left:hover img
{
	transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.cont-mid{
	margin-left: 18%;
	margin-right: 32%;
	height: 100%;

	padding: 25px 10px;
}
.cont-right{
	position: absolute;
	top:0px;  
    left:68%; 
	width: 32%;
	height: 100%;
	padding: 25px 10px;
}
.mid-contbox{
	width: 100px;
height: 24px;
border: 1px solid #2DC7F3;
border-radius: 2px;
	line-height: 24px;
	text-align: center;
	color: #2DC7F3;
	font-size: 14px;
	font-weight: 400;
}

.mid-title{
	font-size: 20px;font-weight: bold;color: #333;
}
.midcont-hear{
	color: #333;font-size: 14px;
	margin-left: 10px;
}
.midcont-body{
	color: #666;font-size: 14px;
}
.cont-right .right-title{
	position: relative;
	height: 12px;
font-size: 14px;
font-weight: 400;
color: #333333;
	text-align: center;
}
.cont-right .right-title::before{
	position: relative;
	top: 10px;
	left: 0px;
	display: block;
	content: " ";
	width: 100px;
	height: 1px;
	background-color: #4A4A4A;
}
.cont-right .right-title::after{
	position: relative;
	top: -10px;
	right: -260px;
	display: block;
	content: " ";
	width: 100px;
	height: 1px;
	background-color: #4A4A4A;
}
.right-img{
	width:100%; 
	padding: 5px;
	text-align: center;
}
.right-img ul{
	display: flex;
	list-style: none;			
}
.right-img div{
	width: 150px;			
	height: 150px;		
	margin: 10px;
	margin-top: 30px;
}
.right-img img{
	width: 164px;
	height:100px; 
	margin-bottom: 10px;
}
.right-img img:hover{
	transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.right-img p{
	font-size: 14px;
font-weight: 400;
color: #666666;		
}
/* 应用案例模块结束 */
