/*=== 头部 ====*/
.header_top{
	height: 96px;
}
.header_left{
	float: left;
	margin-top: 15px;
}
.header_left h3{
	font-size: 30px;
	color: #000000;
	font-weight: normal;
	margin-bottom: 5px;
}
.header_left p{
	font-size: 14px;
	color: #333333;
}
.header_right{
	float: right;
	margin-top: 12px;
	margin-right: 10px;
	text-align: right;
}
.header_right p{
	background: url(../images/dh.png) no-repeat ;
	padding-left: 40px;
	margin-left: 8px;
	font-size: 18px;
	color: #333333;
	height: 30px;
	line-height: 44px;
	margin-bottom: 8px;
}
.header_right span{
	display: block;
	color: #1c6bca;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1px;
}
#nav_wrap{
	background: #1c6bca;
	height: 51px;
}
.nav ul li{
	float: left;
	position: relative;
}
.nav ul li a{
	display: block;
	font-size: 18px;
	color: #FFFFFF;
	padding: 0 44px;
	height: 50px;
	line-height: 50px;
	margin: 0 8px;
}
.nav ul li.current{
	background: #000000;
}
.nav ul li a:hover{
	background: #000000;
}
.sub_dl{
	width: 160px;
	position: absolute;
	left: 8px;
	top: 50px;
	z-index: 2;
	
	display: none;
	background: #FFFFFF !important;
}
.sub_dl dd{
	text-align: center;
}
.sub_dl dd a{
    font-size: 16px !important;
    height: 36px  !important;
    padding: 0px !important;
    line-height: 36px !important;
    color: #000000 !important;
    margin: 0 !important;
}
.sub_dl dd a:hover{
	background: none !important;
	color: #000000 !important;
}
/*=== end 头部  ===*/

/*=== banner ==*/
#banner{
	position: relative;
	width: 100%;
	height: 578px;
	overflow: hidden;
}
#banner .bd_banner{
	width: 1920px;
	height: 578px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
}
.bd_banner ul li img{
	display: block;
	width: 1920px;
	height: 578px;
}
#banner .hd_banner{
	height:20px;
	overflow:hidden; 
	position:absolute; 
	left:50%; 
	bottom:25px;  
	text-align:center; 
	margin-left:-600px; 
	width:1200px;
}
#banner .hd_banner ul li{
	display:inline-block;
	width:20px; 
	height:20px;
	text-align:center; 
	cursor:pointer; 
	text-indent:-9999px;
	margin:0px 15px;
	background:url(../images/li-on.png) no-repeat; 
}
#banner .hd_banner ul li.on{
	background: url(../images/on.png) no-repeat; 
	width:20px; 
	height:20px;
}
/*==== end  banner ====*/

/* 产品介绍 */
.index_products{
	padding: 50px 0 50px;
}
.index_title{
	text-align: center;
	margin-bottom: 50px;
}
.index_title h3{
	text-transform: uppercase;
	font-size: 42px;
	line-height: 42px;
	font-weight: bold;
	color: #1c6bca;
	padding-bottom: 20px;
	background: url(../images/index_title.png) no-repeat bottom;
}
.index_title p{
	color: #000000;
	font-size: 30px;
}
.pro_show{
	width: 1106px;
	padding: 0px 47px;
	position:relative;
}
.pro_show ul li{
	float:left;
	margin-right:17px;
}
.pro_show ul li a{
	display:block;
}
.pro_show ul li a img{
	display:block;
}
.pro_show ul li a p{
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #1c6bca;
	color: #FFFFFF;
	font-size: 16px;
}
.pro_show .prev,.pro_show .next{
	background:url(../images/pro-prev.png) no-repeat;
	width:30px;
	height:48px;
	position:absolute;
	top:158px;
	left:0px;
}
.pro_show .next{
	background:url(../images/pro-next.png) no-repeat;
	left:inherit;
	right:0px;
}
.index_link{
	display: block;
	width: 104px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #FFFFFF;
	background: #1c6bca;
	margin: 50px auto 0px;
}

/* 新闻中心 */
#news_wrap{
	background: #eeeeee;
	padding: 50px 0px;
}
.news_list ul li{
	width: 550px;
	padding: 0px 30px 10px 20px;
	float: left;
}
.news_list ul li:hover{
	box-shadow: 2px 2px 2px 2px #bababa;
}
.news_list ul li a{
	display: block;
}
.news_list ul li a h3{
	padding-top: 15px;
	color: #000000;
	font-size: 16px;
}
.news_list ul li a span{
	color: #000000;
}
.news_list ul li a:hover h3{
	color: #1c6bca
}
.news_ms{
	font-size: 14px;
	color: #666666;
	max-height: 72px;
	overflow: hidden;
	 text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 44px;
}

/* 客户案例 */
.case{
	padding: 50px 0px 28px;
}
#certify{
	width: 1090px;
	margin: 0 auto;
}
.swiper-slide-active>a p{
	display: block !important;
}

/* 关于我们 */
#about_wrap{
	background: url(../images/about-bg.png) no-repeat center;
}
.index_about{
	padding: 50px 0;
	height: 321px;
}
.about_text{
	font-size: 14px;
	color: #000000;
}

/* 底部版权 */
#footer_wrap{
	background: #1c6bca;
}
.footer{
	padding-top: 49px;
}
.footer ul{
	overflow: hidden;
	padding-bottom: 23px;
	border-bottom: 1px solid #FFFFFF;
}
.footer ul li{
	float: left;
	text-align: center;
	color: #FFFFFF;
	margin-right: 170px;
}
.footer ul li:first-child{
	margin-left: 15px;
}
.footer ul li:last-child{
	margin-right: 0;
}
.footer ul li h3{
	padding: 8px 0px 5px 15px;
	font-size: 18px;
	font-weight: normal;
}
.copyright{
	height: 64px;
	line-height: 64px;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
}
/* 内页 */
.inside_banner {
    height: 401px;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.inside_banner>img {
    width: 1920px;
   	height: 401px;
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -960px;
}
#main{
	margin: 50px auto;
}
.left{
	width: 229px;
	float: left;
}
.left_title{
	height: 100px;
	background: #1c6bca;
	text-align: center;
	color: #FFFFFF;
}
.left_title p{
	font-size: 24px;
	padding-top: 29px;
	padding-bottom: 5px;
}
.left_title span{
	display: block;
	font-size: 14px;
	text-transform: uppercase;
}
.left ul li{
	height: 41px;
	text-align: center;
	margin-top: 7px;
	background: #1c6bca;
}
.left ul li a{
	display: block;
	line-height: 41px;
	font-size: 16px;
	color: #FFFFFF;
}
.left_iphone{
	margin-top: 41px;
}
.left_iphone img{
	display: block;
}
.iphone_p{
	background: #eeeeee;
	padding: 10px 5px 0px 8px;
	font-size: 14px;
	color: #333333;
	line-height: 28px;
}

/* 右侧 */
.main_right{
	float: right;
	width: 946px;
}
.main_right .pro_content ul{
	overflow: hidden;
}
.main_right .pro_content ul li{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.main_right ul li:nth-child(3n+3){
	margin-right: 0;
}
.main_right .pro_content ul li a{
	display: block;
}
.main_right .pro_content ul li a img{
	display: block;
	width:305px;
	height:230px;
}
.main_right .pro_content ul li a p{
	height: 42px;
	line-height: 42px;
	text-align: center;
	background: #1c6bca;
	font-size: 16px;
	color: #FFFFFF;
}

/* 产品名称 */
.inside_title{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 25px;
}

/* 新闻 */
.news_content li{
	height: 159px;
	background: #eeeeee;
	margin-bottom: 20px;
}
.news_content li a{
	display: block;
}
.news_content li a h3{
	font-size: 18px;
	color: #000000;
	font-weight: normal;
	padding: 18px 0px 10px;
}
.news_text{
	font-size: 14px;
	color: #333333;
	overflow: hidden;
	max-height: 72px;
	padding-bottom: 28px;
}
.news_left{
	width: 700px;
	float: left;
	padding: 0px 40px 0px 29px;
}
.news_right{
	float: right;
	padding-top: 47px;
	width: 175px;
}
.news_right span{
	display: block;
	font-size: 24px;
	color: #999999;
	font-weight: bold;
}
.news_right em{
	font-style: normal;
	display: block;
	width: 102px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #b5b5b5;
	font-size: 16px;
	border: 1px solid #b5b5b5;
	margin: 32px 0px 0px 13px;
}
.news_content li a:hover .news_right span{
	color: #1c6bca;
}
.news_content li a:hover .news_right em{
	background: #1c6bca;
	border: #1C6BCA;
	color: #FFFFFF;
}
.news_content li:hover{
	box-shadow: 2px 2px 2px 2px #bababa;
}

.logo{
	background: url(/cn/Tpl/zh-cn/Static/images/logo1.png) no-repeat;
    padding-left: 80px;
    margin-left: 8px;
    height: 70px;
    line-height: 40px;
}

