﻿html ,body {
	font-family: '微软雅黑';
}
a:hover{
	text-decoration:none;
}
.tit{
	width:70%;
}
.tit h3{
	padding:20px 0;
	text-align:center;
	font-size:28px;
}


/*****logo*****/
.logo{
	padding:30px 0;
	width:100%;
	background-color:#E4E4E4;
}

.logo .logo_r{
	font-size:18px;
	color:#555;
	margin-top:5px;
	border-left:1px solid #999;
	line-height:1.6;
	font-weight:bold;
}
.logo .logo_r span{
	font-weight:bold;
	color:#e50a1c;
	font-size:18px;
}


.top_contact{
	margin-top:10px;
	background:url(../images/tel.png) no-repeat left center;
	padding-left:55px;
}

.top_contact dt{
	font-size:16px;
	color:#333333;
	font-weight:normal;
}
.top_contact dd{
	font-size:30px;
	font-family: impact;
	color:#155497;

}
@media screen and (max-width: 970px) {
	.logo{
		position:fixed;
		top:0px;
		height:120px;
		background-color:#eeeeee;
		z-index:9999;

	}
}
.h-120{
	width:100%;
	height:120px;
}
/*****导航栏****/
.nav_box{
	width:100%;
	background-color:#155497;
}
.nav_fixed{
	position:fixed;
	top:0px;
	z-index:9999;
}
.nav_box .nav_con{
	padding:5px 0;
}
.nav_box .nav_con li a {
	color:#ffffff;
	font-size:16px;
}
.nav_box .nav_con li:hover a{
	color:#333333;
}

/***移动端导航栏**/
.logo .nav_con_sm{
	padding-top:15px;
	
}
.logo .nav_con_sm .btn{
	background-color:#dddddd;
}
.logo .nav_con_sm button span{
	font-size:30px;
	color:#fff;
}
.logo .nav_con_sm ul{
	background-color:#000;
	filter:alpha(opacity=80); /*IE滤镜，透明度50%*/
	-moz-opacity:0.8; /*Firefox私有，透明度50%*/
	opacity:0.8;/*其他，透明度50%*/
}
.logo .nav_con_sm ul li{
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px solid #333;
}
.logo .nav_con_sm ul li a{
	color:#fff;
}


/***********全站通用缩略图尺寸**********/
@media screen and (min-width: 1200px){
	.img_maxh{
		height:150px !important;
	}
}
@media screen and (max-width: 1200px) and (min-width: 970px) {
	.img_maxh{
		height:130px !important;
	}
}
@media screen and (max-width: 970px) and (min-width: 600px) {
	.img_maxh{
		height:300px !important;
	}
}

/***********************index**************************/


/******首页幻灯******/
.banner_text_l {
	position: absolute;
	top: 20%;
	width: 26%;
	animation: mymove_l 2s 1;
	animation-fill-mode: forwards;
	-webkit-animation: mymove_l 2s 1; /*Safari and Chrome*/
	-webkit-animation-fill-mode: forwards;
}
.banner_text_r {
	position: absolute;
	top: 20%;
	width: 22%;
	animation: mymove_r 2s;
	animation-fill-mode: forwards;
	-webkit-animation: mymove_r 2s; /*Safari and Chrome*/
	-webkit-animation-fill-mode: forwards;
	
}
@keyframes mymove_l
{
from {left:0px; opacity:0;}
to {left:20%; opacity:1;}
}

@-webkit-keyframes mymove_l /*Safari and Chrome*/
{
from {left:0px; opacity:0;}
to {left:20%; opacity:1;}
}
@keyframes mymove_r
{
from {right:0px; opacity:0;}
to {right:20%; opacity:1;}
}

@-webkit-keyframes mymove_r /*Safari and Chrome*/
{
from {right:0px; opacity:0;}
to {right:20%; opacity:1;}
}
.banner_text_l h3, .banner_text_r h3 {
	font-size: 40px;
	color: #000;
	font-weight: bold;
}
.banner_text_l h3 span, .banner_text_r h3 span {
	color: #000;
}
.text_con {
	font-size:18px;
}
.text_more{
	width:40%;
	height:3em;
	line-height:3em;
	margin-top:15px;
	text-align:center;
	border:1px solid #00ccff;
	border-radius:5px;
}
.text_more a{
	color:#00ccff;
}
.text_more:hover{
	background:#00ccff;
	cursor:pointer;
}
.text_more:hover a{
	color:#fff;
}
@media screen and (max-width: 1660px){
.banner_text_l h3, .banner_text_r h3 {
	font-size: 40px;
	color: #000;
	font-weight: bold;
}

.text_con {
	font-size:16px;
}

}
@media screen and (max-width: 1440px){
.banner_text_l h3, .banner_text_r h3 {
	font-size: 30px;
	color: #000;
	font-weight: bold;
}

.text_con {
	font-size:14px;
}

}
/*******产品中心********/

.pro_box{
	margin-top:25px;
}
.pro_con{
	margin-top:15px;
	width:100%;
	overflow:hidden;
}
.pro_con ul{
	width:100%;
	height:255px;
	overflow:hidden;
	padding:0;
	
}
.pro_con .pro_pic{
	list-style:none;
	width:330px;
	height:255px;
	padding-right:10px;
	float:left;
}
.pro_con .pro_pic .pic{
	width:320px;
	height:220px;
	overflow:hidden;
}

.pro_con .pro_pic img{
	display:block;
	width:320px;
	height:220px;
	transition: all 0.6s;
}

.pro_con .pro_pic img:hover{
	transform:scale(1.4);
}
.pro_con .pro_pic h3{
	display:block;
	margin:0;
	line-height:35px;
	height:35px;
	text-align:center;
}
.pro_con .pro_pic h3 a{
	font-size:16px;
	color:#000;
}
.pro_con .pro_pic h3 a:hover{
	color:#00ccff;
}
.pro_box .more{
	width:25%;
	padding:15px 0;
	position:relative;
	text-align:center;
	border:1px solid #333;
	border-radius:5px;
	animation: more_move 1s;
	animation-fill-mode: forwards;
	-webkit-animation: more_move 1s; /*Safari and Chrome*/
	-webkit-animation-fill-mode: forwards;
	animation-play-state:paused;
}
.pro_box .more a{
	color:#666;
}
.pro_box .more a:hover{
	color:#00ccff;
}
.pro_box .move{
	animation-play-state:running;
}
@keyframes more_move
{
from {bottom:300px; opacity:0;}
to {bottom:0px; opacity:1;}
}

@-webkit-keyframes more_move /*Safari and Chrome*/
{
from {bottom:300px;}
to {bottom:0px;}
}


/*案例*/

.case_box{
	overflow:hidden;
	width:100%;
	padding:20px 0 30px;
	background:#ffffff;
}
.case_box .more{
	width:25%;
	padding:15px 0;
	text-align:center;
	border:1px solid #333;
	border-radius:5px;
}
.case_box .more a{
	color:#666;
}
.case_box .more a:hover{
	color:#00ccff;
}
.case_show h3{
	margin-top:5px;
	margin-bottom:5px;
	font-size:16px;
}
.case_show h3 a{
	color:#000;
}
.case_show img{
	animation:a1 0.2s 2 alternate,a2 0.1s 2 alternate 0.4s,a3 0.1s 2 alternate 0.6s;
	-webkit-animation:a1 0.2s 2 alternate,a2 0.1s 2 alternate 0.4s,a3 0.1s 2 alternate 0.6s;
	animation-play-state:paused;
}
.case_show .move{
	animation-play-state:running;
}
@keyframes a1
{
from {transform:scale(1,1)}
to {transform:scale(1.2,1.2)}
}

@-webkit-keyframes a1 /*Safari and Chrome*/
{
from {transform:scale(1,1)}
to {transform:scale(1.2,1.2)}
}
@keyframes a2
{
from {transform:scale(1,1)}
to {transform:scale(0.8,0.8)}
}

@-webkit-keyframes a2 /*Safari and Chrome*/
{
from {transform:scale(1,1)}
to {transform:scale(0.8,0.8)}
}
@keyframes a3
{
from {transform:scale(1,1)}
to {transform:scale(1.1,1.1)}
}

@-webkit-keyframes a3 /*Safari and Chrome*/
{
from {transform:scale(1,1)}
to {transform:scale(1.1,1.1)}
}

.case_show .center_btn{
	text-align:center;
}
.case_show .btn{
	padding-left:30px;
	padding-right:30px;
}


/***************新闻中心****************/
.news_box{
	padding:20px 0 50px;
}
.news_pic img{
	position:relative;
	animation: n_pic_move 1.5s;
	animation-fill-mode: forwards;
	animation-play-state:paused;
	-webkit-animation: n_pic_move 1.5s; /*Safari and Chrome*/
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-play-state:paused;
}
.news_pic .move{
	animation-play-state:running;
}
@keyframes n_pic_move
{
from {bottom:500px; opacity:0;}
to {bottom:0px; opacity:1;}
}

@-webkit-keyframes n_pic_move /*Safari and Chrome*/
{
from {bottom:500px; opacity:0;}
to {bottom:0px; opacity:1;}
}
.news_con{
	padding:5px 0;
	margin-bottom:0;
}

.news_con dt{
	width:10%;
	float:left;
	border:1px solid #ccc;
	text-align:center;
	line-height:2.5em;
}
.news_con dt span{
	display:block;
	background-color:#ddd;
	font-weight:normal;
}
.news_con dd{
	width:85%;
	float:left;
	padding-left:2%;
}
.news_con dd span{
	font-size:16px;
	font-weight:bold;
}
.news_con dd span a{
	color:#333;
}
.news_con dd span em{
	padding-right:5px;
}
.news_con dd p{
	padding-top:5px;
	color:#666;
	line-height:1.5em;
}
@media screen and (max-width: 700px){
	.news_con dd{
	width:100%;
	float:none;
	padding-left:0px;
}
}

/***************公司新闻*****************/
.baike_box{
	padding:10px 0 30px;
	background-image:url(../images/yingy_bg.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment:fixed;
}
.baike_box h3{
	color:#ffffff;
}
.baike_con{
	position:relative;
	animation: bk_news_move 1s;
	animation-fill-mode: forwards;
	animation-play-state:paused;
	-webkit-animation: bk_news_move 1s; /*Safari and Chrome*/
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-play-state:paused;
}
.baike_box .move{
	animation-play-state:running;
}
@keyframes bk_news_move
{
from {top:300px; opacity:0;}
to {top:0px; opacity:1;}
}

@-webkit-keyframes bk_news_move /*Safari and Chrome*/
{
from {top:300px; opacity:0;}
to {top:0px; opacity:1;}
}
.baike_con li a{
	color:#333;
}
.baike_con li span{
	color:#999;
	font-size:12px;
}
.baike_con li:hover{
	background:#337ab7;
}
.baike_con li:hover a{
	color:#fff;
}
.baike_con li:hover span{
	color:#fff;
}

/****************首页优势*****************/
.ys_box{
	width:100%;
	background:#eeeeee;
	padding:20px 0 40px;
}
.ys_box .ys_tb{
	width:30%;
	position:absolute;
	left:35%;
}
.ys_box .ys_con{
	position:relative;
	text-align:center;
}
.ys_box .ys_con h4{
	font-size:20px;
	font-weight:500;
}
.ys_box .ys_con span{
	display:inline-block;
	padding:5px 0;
	font-size:24px;
	font-weight:bold;
}
.ys_box .ys_con p{
	line-height:1.7em;
	color:#666;
}
.ys_text1{
	color:#FD5A4E;
}
.ys_text2{
	color:#FFA73E;
}
.ys_text3{
	color:#24BDE9;
}

/******************见证******************/
.jianz_box{
	width:100%;
	background-image:url(../images/jianz_bg.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
.jz_con{
	padding:30px 0 50px;
}
.jz_con .tit h3{
	color:#fff;
}

.jz_con .jz_text{
	color:#d5d5d5;
	line-height:1.8em;
}

/****************形象展示*****************/
.xingx_box{
	width:100%;
	padding:20px 0;
	background:#eeeeee;
}
.xingx_box .xx_con{
	padding:20px 20px 40px;
	background:#fff;
}
.xingx_box .xx_show{
	position:relative;
	padding:0;
	border:0;
}
.xingx_box .xx_show .xx_tit{
	width:100%;
	position:absolute;
	background:#000000;
	color:#fff;
	text-align:center;
	z-index:2;
	display:none;
}
.xingx_box .xx_show:hover .xx_tit{
	display:block;
	animation: xx_tit_move 0.5s;
	animation-fill-mode: forwards;
	animation-play-state:paused;
	-webkit-animation: xx_tit_move 0.5s; /*Safari and Chrome*/
	-webkit-animation-fill-mode: forwards;
}
@keyframes xx_tit_move
{
from {bottom:-200px; opacity:0;}
to {bottom:0px; opacity:0.9;}
}

@-webkit-keyframes xx_tit_move /*Safari and Chrome*/
{
from {bottom:-200px; opacity:0;}
to {bottom:0px; opacity:0.9;}
}


.xingx_box .carousel-indicators li{
	background-color:#ccc;
}
.xingx_box .carousel-indicators .active{
	background-color:#3695C2;
}


/******************品牌实力*****************/
.shili{
	width:100%;
	padding:20px 0 30px;
	background:url(../images/shili_bg.jpg)no-repeat top center;
	color:#fff;
}
.shili .sl_text{
	text-align:center;
}
.shili .sl_list{
	margin-top:30px;
}
.shili .sl_list .sl_show img{
	border-radius:50%;
	padding:10px;
	border:1px solid #969590;
}
.shili .sl_list .sl_show h3{
	font-size:20px;
	text-align:center;
	margin:5px 0;
}
/************合作伙伴*********/
.hezuo{
	width:100%;
	overflow:hidden;
	padding-top:15px;
	padding-bottom:20px;
	background-color:#EEEEEE;
}
.hezuo h3{
	color:#318DE1;
}
.hezuo li{
	list-style:none;
	padding-right:0;
	padding-left:10px;
	float: left;
}
.hezuo .hezuo_tab{
	border:0;
}
.hezuo .hezuo_tab li a{
	border:0;
	background-color:#ddd;
	color:#666;
	border-radius:0;
}
.hezuo .hezuo_tab li.active a{
	background-color:#318DE1;
	border:0;
	color:#fff;
}
.hezuo .hezuo_tab li.active a:hover{
	border:0;
}
.hezuo .hezuo_tab li a:hover{
	background-color:#318DE1;
	color:#fff;
}
.hezuo .hezuo_list ul{
	padding-left:0;
	margin:10px auto;
}

/*****************经销地图******************/
.map{
	width:100%;
	overflow:hidden;
}

/***************底部*****************/
.footer{
	background-color:#303030;
	padding:30px 0 20px;
	width:100%;
}
.footer .f_con{
	text-align:center;
	color:#cccccc;
}
.footer .f_con a{
	color:#cccccc;
}
.footer .f_con .f_contact{
	margin-top:1px;
	text-align:left;
}
.footer .f_con .f_contact p{
	margin:0;
}
.footer .f_cr{
	border-top:1px solid #666666;
	padding-top:10px;
	margin-top:10px;
	color:#666666;
}
@media screen and (max-width: 1000px){
	.footer .f_con .f_contact{
		text-align:center;
	}
	.footer .f_con .f_ewm{
		margin-top:10px;
	}
}
/****************内页*****************/
.content{
	margin:20px 0;
}

/*****列表页*****/
.page_top{
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #cccccc;	
}
.page_top .page_tit{
	font-size:30px;
	color:#000000;
}
.page_top .page_nav{
	padding-top:20px;
	float:right;
}

.l_contact dl{padding:0 10px; border:1px solid #dddddd; text-align:left;}
.l_contact dl dt{background:url(../images/tel.gif) left center no-repeat; padding:10px 0px; padding-left:50px;}
.l_contact dl dt .dh{ font-family:Impact, Arial, Helvetica, sans-serif; font-size:26px; color:#1D99D5; line-height:30px;}
.l_contact dl dd{line-height:26px;}
.l_contact dl dd span{font-weight:bold; font-size:18px;}

/**********产品列表页*********/
.left_con{
	text-align:center;
}
.left_con h3{
	margin:0;
	height:60px;
	line-height:60px;
	font-size:26px;
	font-weight:500;
	color:#ffffff;
	background-color:#1D99D5;
}

.left_con1{
/*	text-align:center;*/
}
.left_con1 h3{
	margin:0;
	height:60px;
	line-height:60px;
	font-size:26px;
	font-weight:500;
	color:#ffffff;
	background-color:#1D99D5;
	text-align:center;
}
.l_nav ul{
	padding:0;
	border:1px solid #ddd;
}
.l_nav li{
	line-height:30px;
	margin:5px 0;
	list-style:none;
	border-bottom:1px solid #eeeeee;
}
.l_nav li a{
	color:#333;
	font-size:16px;
	    padding: 6px 20px;
}
.l_nav li:hover{
	background-color:#7AC9EB;
}
.right_con{
	padding-left:5px;
	padding-right:5px;
}
.right_con .img_show{
	margin-bottom:5px;
	padding-left:5px;
	padding-right:5px;
}
@media screen and (min-width: 1200px){
	.right_con .img_show img{
		height:186px !important;
	}
}
@media screen and (max-width: 1200px) and (min-width: 970px) {
	.right_con .img_show img{
		height:151px !important;
	}
}
@media screen and (max-width: 970px) and (min-width: 760px) {
	.right_con .img_show img{
		height:156px !important;
	}
}
@media screen and (max-width: 600px){
	.right_con .img_show img{
		height:125px !important;
	}	
}
.img_show h3{
	height:30px;
	padding-left:5px;
	padding-right:5px;
	line-height:30px;
	font-size:16px;
	margin:0;
	overflow:hidden;
}



/******移动端分类*****/
.gs_pro_list{
	margin-bottom:15px;
}
.gs_pro_list a{
	color:#fff;
	display:block;
	text-align:center;
	margin-bottom:10px;
}

/****新闻列表页****/
.news_list{
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:0;
	overflow:hidden;
}

.news_list dt{
	border:1px solid #ccc;
	text-align:center;
	line-height:2.5em;
	padding:0;
}
.news_list dt span{
	display:block;
	background-color:#ddd;
	font-weight:normal;
}

.news_list dd span{
	font-size:16px;
	font-weight:bold;
}
.news_list dd span a{
	color:#333;
}
.news_list dd span em{
	padding-right:5px;
}
.news_list dd span:hover a{
	color:#11B0E6;
}
.news_list dd p{
	padding-top:5px;
	color:#666;
	line-height:1.5em;
}

/*首页合作伙伴*/
.huoban{ background-color: #318DE1;border: 0;color: #fff; height: 40px; line-height: 40px; margin: 20px 0px; text-align: center;}



.dede_pages{
}
.dede_pages ul{
	float:right;
	padding:12px 0px 12px 16px;
}
.dede_pages ul li{
	float:left;
	font-family:Tahoma;
	line-height:17px;
	margin-right:6px;
	border:1px solid #E9E9E9;
}
.dede_pages ul li a{
	float:left;
	padding:2px 4px 2px;
	color:#555;
	display:block;
}
.dede_pages ul li a:hover{
	color:#690;
	text-decoration:none;
	padding:2px 4px 2px;
}
.dede_pages ul li.thisclass,
.dede_pages ul li.thisclass a,.pagebox ul li.thisclass a:hover{
	background-color:#F8F8F8;
	padding:2px 4px 2px;
	font-weight:bold;
}
.dede_pages .pageinfo{
	line-height:21px;
	padding:12px 10px 12px 16px;
	color:#999;
}
.dede_pages .pageinfo strong{
	color:#555;
	font-weight:normal;
	margin:0px 2px;
}























