@charset "utf-8";
/* CSS Document */

/*公共样式*/
*{margin: 0px;padding: 0px;}
html{width: 100%;height: 100%;}
body{font-size:12px; font-family:"Microsoft YaHei" !important;padding-top: 0px !important;width:100%;height:100%;position: relative;}
div{margin: 0px; padding: 0px;}
span,p{margin: 0px; padding: 0px;}
h1,h2,h3,h4,h5,h6{margin: 0px; padding: 0px;font-weight: normal;}
img{margin: 0px; padding: 0px;}
dl,dt,dd,ol,ul,li{margin: 0px; padding: 0px; list-style: none;}
img{border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;}
from,input,select{margin: 0px; padding: 0px;}
.clear{clear:both; font-size:0px; overflow:hidden; height:0px;}
a{ text-decoration: none !important;}
a:hover{text-decoration: none;}
.fl{ float:left;}
.fr{ float:right;}

/*顶部*/
#ding{
	width: 100%;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	color:#666;
	background: #f2f2f2;
}
#dingbu{
	max-width: 1200px;
	margin: 0 auto;
}
#dingbu .left{
	width: 500px;
	float: left;
}
#dingbu .right{float: right;}
#dingbu .right a{
	line-height: 26px;
	font-size: 14px;
	color:#666;
	margin: 0px 2px;
}

/*抬头*/
.head_top{
	width:100%;
	height:128px;
}
.head_top_bg{
	max-width:1200px;
	height: 100%;
	margin:0 auto;
}
.head_logo{
	width: 30%;
	height: 100%;
}
.head_logo img{
	
	height: 75px;
	margin-top: 25px;
}
.head_phone{
	width: 23%;
	height: 100%;
}
.phone_img{
	width: 43px;
	height: 43px;
	margin-top: 40px;
}
.phone_img img{
	width:  100%;
	height: 100%;
}
.phone_detail span{
	font-size: 14px;
	color: #666;
	display: inline-block;
	margin-top: 40px;
}
.phone_detail span n{
	font-size: 24px;
	color: #666;
	font-weight: bold;
}

/*导航*/
.menu_bg{
	width:100%; 
	height:50px; 
	background:#168dd6;
}
#menu{
	max-width:1200px; 
	margin:0 auto;
}
#menu li{
	height:50px; 
	float:left; 
	text-align:center; 
	line-height:50px;
	width: 149px;
	border-right: 1px solid #00b9f1;
}
#menu li a{
	color:#fff; 
	display:block;
	font-size:16px; 
	background: #168dd6;
}
#menu li a:hover{
	background:#00b9f1;
}
#menu .no a{
	color:#fff;
	margin-right:1px;
	background:#ee2922;
}
#menu .sddm{
	margin: 0 auto; 
	height:auto; 
	position:relative; 
	z-index:99;
}
#menu .sddm #m1,#menu .sddm #m4,#menu .sddm #m5{
	visibility: hidden; 
	margin: 0; 
	padding: 0;
	position:absolute; 
	left:0px; 
	top:50px;
}
#menu .sddm #m2,#menu .sddm #m3,#menu .sddm #m6,#menu .sddm #m7,#menu .sddm #m8{
	visibility: hidden; 
	margin: 0; 
	padding: 0;
	position:absolute; 
	left:0px;
	top:50px;
}
#menu .sddm div a{
	margin: 0; 
	width:148px; 
	padding:0px 0px; 
	color:#fff; 
	white-space: nowrap; 
	font-size:12px; 
	text-decoration: none; 
	line-height:35px; 
	border:1px solid #168dd6; 
	border-top:none; 
	display:block; 
	background:#168dd6;
}
#menu .sddm div a:hover{ 
	background:#00b9f1;  
	color:#fff;
}
#menu #m1{
	visibility: hidden;
	margin: 0; padding: 0;
	position:absolute; 
	left:-150px; 
	top:51px;
}

/*banner*/
.focus{
	width: 100%;
	height: 500px;
	position: relative; 
	overflow:hidden;
}
.jqfocus{
	width: 100%;
	height: 100%;
}
.focus ul,.focus li{ 
	width: 100%;
	height: 100%;
	list-style:none; 
	padding:0;
	margin:0;
}
.focus li{ display: none}
.focus li img{
	width: 100%;
	height: 100%;
}
.focus .f_btns{
	position: absolute;
	width: 100%; 
	height:70px; 
	left: 0; bottom: 0;
	text-align: center; 
	z-index: 2
}
.focus .f_btns .btn{ 
	text-align: center;
	height:30px; 
	overflow: hidden;
	font-size:0; 
	padding-top:12px;
}
.focus .f_btns .btn span {
	display: inline-block;
	width:20px;
	height:20px; 
	overflow: hidden;
	margin: 0 8px;
	background: #fff; 
	cursor: pointer;
}
.focus .f_btns .btn span.cur{background: #168dd6;}

/*产品中心*/
.product{
	width: 100%;
	height:890px;
	background: #f8f8f8;
}
.product_bg{
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.product_top{
	width: 100%;
	height: 75px;
	text-align: center;
	padding-top: 60px;
}
.product_top p{
	font-size: 40px;
	color: #333;
}
.product_top p n{
	font-size:30px;
	color: #333;
}
.product_top span{
	font-size: 17px;
	color: #666;
}
.product_bottom{
	width: 100%;
	height: 646px;
	margin-top: 40px;
}
.pro_left{
	width: 250px;
	height: 100%;
}
.left_img{
	width: 100%;
	height: 100px;
}
.left_img img{
	width: 100%;
	height:100%;
}
.pro_font{
	width: 100%;
	height: 560px;
	overflow: hidden;
}
.menu2-ul li h3 a{
	width: 100%;
	height: 56px;
	line-height: 56px;
	display: block;
	font-size: 18px;
	color: #333;
	padding: 0 20px;
	border-bottom: 1px solid #ccc;
	background: #fff;
}
.menu2-ul>li.on{background: #f8f8f8;}
.menu2-ul>li:last-child h3 a{background: #fff;}
/*.menu2-ul>li>h3>a:hover{border-left: 4px solid #1276c4;background: #f8f8f8;color:#fff}*/
.menu3{
	width: 100%;
	height: 90px;
	overflow-y: auto;
	display: none;
}
.menu2-ul{width:  100%;}
.menu2-ul li{position: relative;}
.menu2-ul li .pro_back{
	position: absolute;
	height: 100%;
    width: 0;
    background: #1276c4;
	transition: all 0.2s linear;
    overflow: hidden;
}
.menu2-ul li .pro_back a{
    width: 190px;
    height: 100%;
    line-height: 57px;
    display: block;
    font-size: 18px;
    color: #fffdfd;
    padding: 0 30px;
    background: #1276c4;
}
.menu2-ul li:hover .pro_back{
	top: 0;
	width:100%;
}
.menu2-ul>li>h3>a{
	width:90%;
	height: 56px;
	line-height: 56px;
	display: block;
	font-size: 18px;
	color: #333;
	padding: 0 20px;
	border-bottom: 1px solid #ccc;
	background: #fff;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.menu3{
	width: 100%;
	height: 90px;
	overflow-y: auto;
	display: none;
}
.menu3>a{width: 90%;
	height: 20px;
	font-size: 14px;
	color: #666;
	background: #f8f8f8;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-left: 20px;
	line-height: 20px;
	margin-top:5px;
	display: block; 
	cursor: pointer;
}
.menu3>a:hover,.menu3>a.active { color: #1276c4;}
.pro_right{
	width: 920px;
	height: 100%;
}
.pro_right ul{
	width: 100%;
	height: 100%;
}
.pro_right ul li{
	width: 31%;
	height: 306px;
	border-bottom: 2px solid #999;
	float: left;
	margin-bottom: 30px;
	margin-right: 3.3%;
}
.pro_right ul li:first-child{border-bottom: 2px solid #1276c4;}
.pro_right ul li:nth-child(3){margin-right:0;}
.pro_right ul li:nth-child(4){margin-bottom:0;}
.pro_right ul li:nth-child(5){margin-bottom:0;}
.pro_right ul li:nth-child(6){margin-right:0;margin-bottom:0;}
.pro_img{
	width: 100%;
	height: 250px;
}
.pro_img a{
	width: 100%;
	height:100%;
	display: block;
}
.pro_img img{
	max-width: 100%;
	max-height: 100%;
	display:block;
  	margin:auto;
}
.pro_font_detail a{
	width: 100%;
	height: 56px;
	line-height: 56px;
	font-size: 16px;
	color: #333;
}
.pro_font_detail p{
	text-align: center;
	height: 0;
	background-color: #1f7dc7;
	border-radius:3px;
	transition: all 0.2s;
}
.pro_right ul li:hover{border-bottom: 2px solid #1276c4;}
.pro_right ul li:hover .pro_font_detail p{height: 56px;}
.pro_right ul li:hover .pro_font_detail p a{color:#fff}

/*客户案例*/
.case{
	width: 100%;
	height: 741px;
	background: url(/statics/images/tem/case_bg.jpg)no-repeat center;
}
.case_bg{
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.case_top{
	width: 100%;
	height: 75px;
	text-align: center;
	padding-top: 60px;
}
.case_top p{
	font-size: 40px;
	color: #fff;
}
.case_top p n{
	font-size:30px;
	color: #fff;
}
.case_top span{
	font-size: 17px;
	color: #fff;
}
.case_bottom{
	width: 100%;
	margin-top: 40px;
	height: 500px;
}
.case_bottom ul{
	width: 100%;
	height: 100%;
}
.case_bottom ul li{
	width: 32%;
	height: 238px;
	float: left;
	margin-bottom: 24px;
	margin-right: 2%;
	position: relative;
}
.case_bottom ul li:nth-child(3){margin-right:0;}
.case_bottom ul li:nth-child(4){margin-bottom:0;}
.case_bottom ul li:nth-child(5){margin-bottom:0;}
.case_bottom ul li:nth-child(6){margin-right:0;margin-bottom:0;}
.case_img,.case_img a img{
	width: 100%;
	height: 100%;
}
.case_img a{
	width: 100%;
	height: 100%;
	display: block;
}
.case_detail{
	width: 100%;
	height: 100%;
	background:rgba(23,121,196,0.51);
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.case_detail img{
	width: 37px;
	height: 37px;
	margin-top: 100px;
	margin-left: 170px;
}

/*优势*/
.advantage{
	width: 100%;
	height:698px;
	background:url(/statics/images/tem/adv_bg.png)no-repeat center;
}
.adv_bg{
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.adv_top{
	width: 100%;
	height: 75px;
	text-align: center;
	padding-top: 60px;
}
.adv_top p{
	font-size: 40px;
	color: #333;
}
.adv_top p n{
	font-size:30px;
	color: #333;
}
.adv_top span{
	font-size: 17px;
	color: #666;
}
.adv_bottom{
	height: 320px;
	width: 100%;
	margin-top: 126px;
}
.adv_left{
	width: 260px;
	height: 100%;
	text-align: center;
}
.adv_left ul{
	width: 100%;
	height: 100%;
}
.adv_left ul li{
	width: 100%;
	height:50%;
}
.adv_left ul li:last-child b{margin-top:32px;}
.adv_left b{
	width: 100%;
	font-size: 20px;
	color: #333;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
	text-align: left;
}
.adv_left p{
	font-size: 15px;
	color: #383838;
	height:108px;
	line-height:22px;
	margin-top:6px;
	text-align: justify;
	overflow: hidden;
}
.adv_right{
	width: 260px;
	height: 100%;
	text-align: center;
}
.adv_right ul{
	width: 100%;
	height: 100%;
}
.adv_right ul li{
	width: 100%;
	height:50%;
}
.adv_right ul li:last-child b{margin-top:32px;}
.adv_right b{
	width: 100%;
	font-size: 20px;
	color: #333;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
	text-align: left;
}
.adv_right p{
	font-size: 15px;
	color: #383838;
	height:108px;
	line-height:22px;
	margin-top:6px;
	text-align: justify;
	overflow: hidden;
}

/*公司简介*/
.compang{
	width: 100%;
	height:395px;
	background:url(/statics/images/tem/compang_bg.jpg)no-repeat center;
}
.compang_bg{
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.company_left{
	width: 39%;
	height: 255px;
	margin-top: 70px;
}
.company_left img{
	width: 100%;
	height: 100%;
}
.compang_right{
	width: 56%;
	height: 255px;
	margin-top: 70px;
}
.compang_right b{
	display: block;
	color: #fff;
	font-size: 28px;
	font-weight: normal;
}
.compang_right p{
	font-size: 14px;
	color: #fff;
	margin-top: 30px;
	line-height: 28px;
	height: 140px;
	overflow: hidden;
	text-align: justify;
	text-indent: 26px;
}

/*荣誉资质*/
.honor{
	width: 100%;
	height: 350px;
	margin-top: 40px;
}
.honor_bg{
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.tab_header{
	width:100%;
	height: 40px;
	text-align: center;
}
.tab_header ul{
	width:100%;
	height: 40px;
}
.tab_header li{
	width: 130px;
	height: 40px;
	float: left;
	background: #aaaaaa;
	margin: 0 20px;
}
.tab_header li:first-child{	margin-left: 370px;}
.tab_header li a{
	display:block;
	width: 130px;
	height: 40px;
	line-height: 40px;
	font-size:16px;
	color: #fff;
	text-align: center;
}
.active:hover{
	background-color: #247fc8;
	cursor:pointer;
}
.tab_content{
	width:100%;
	height:270px;
	margin-top: 40px;
}
.tab_content .tab{
	width:100%;
	display: none;
}
.tab_content .tab_active{
	display: block;
}
.tab,.honor_bottom,.honor_bottom ul{
	width: 100%;
	height: 100%;
}
.honor_bottom ul li{
	width: 23%;
	height:100%;
	margin-right: 2%;
	float: left;
	overflow: hidden;
}
.honor_bottom ul li:last-child{margin-right: 0;}
.honor_img{
	width: 100%;
	height: 239px;
}
.honor_img img{
	width: 100%;
	height:100%;
}
.honor_bottom ul li a{
	width: 100%;
	font-size: 16px;
	color: #333;
	display: block;
	text-align: center;
	margin-top: 10px;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 21px;
}
.honor_bottom ul li:hover a{color:#247fc8; }

/*新闻资讯*/
.news{
	width: 100%;
	height:480px;
	margin-top: 60px;
}
.news_bg{
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.news_top{
	width: 100%;
	height: 75px;
	text-align: center;
}
.news_top p{
	font-size: 40px;
	color: #333;
}
.news_top p n{
	font-size:30px;
	color: #333;
}
.news_top span{
	font-size: 17px;
	color: #666;
}
.news_bottom{
	width: 100%;
	height: 375px;
	margin-top: 35px;
}
.news_left{
	width: 41%;
	height: 100%;
}
.news_img {
	width: 100%;
	height: 275px;	
}
.news_img img{
	width: 100%;
	height: 100%;
}
.news_font{
	width:100%;
	height: 76px;
	margin-top: 20px;
}
.news_font_left{
	width: 86px;
	height: 100%;
	border: 1px solid #ccc;
}
.news_font_left b{
	width: 100%;
	text-align: center;
	font-size: 36px;
	color: #333;
	display: block;
}
.news_font_left span{
	width: 100%;
	text-align: center;
	font-size:16px;
	color: #999;
	display: block;
}
.news_font_right{
	width: 380px;
	height: 100%;
}
.news_font_right a{
	width: 100%;
	text-align: left;
	font-size:18px;
	color: #333;
	display: block;
	height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news_font_right p{
	width: 100%;
	text-align: left;
	font-size:14px;
	color: #999;
	height: 46px;
	overflow: hidden;
	margin-top: 10px;
	line-height: 24px;
}
.news_font_right a:hover{color:#247fc8; }
.news_right{
	width:56%;
	height: 100%;
}
.news_right .news_font{
	margin-top: 22px;
}
.news_right .news_font:nth-child(1){
	margin-top: 0px;
}
.news_right .news_font_right{
	width:560px;
	height: 100%;
}
/*友情链接*/
.link{
	width: 100%;
	height:88px;
	margin-top: 66px;
}
.link_bg{
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.footer_link,.footer_link ul{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.footer_link li{
	width:9%;
	height:20px;
	float: left;
	overflow: hidden;
	padding-top:20px;
}
.footer_link li:first-child{width:110px;padding-top: 15px;height:30px;}
.footer_link li p{
	font-size: 18px;
	color: #247fc8;
	width: 100%;
	height: 30px;
	line-height:30px;
}
.footer_link li a{
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	color: #333;
	display: block;
	width: 100%;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.footer_link li a:hover{color:#247fc8; }
/*footer*/
.footer{
	width: 100%;
	height: 437px;
	background: url(/statics/images/tem/footer_bg.jpg)no-repeat center;
}
.footer_bg{
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.footer_top{
	width: 100%;
	height: 77px;
}
.footer_top ul{
	width: 100%;
	height:  100%;
}
.footer_top ul li{
	width:9%;
	height: 100%;
	float: left;
}
.footer_top ul li a{
	width: 100%;
	line-height: 85px;
	color: #a3a3a3;
	font-size: 16px;
}
.footer_top ul li:first-child{margin-left: 14%;}
.footer_top ul li:hover a{color:#247fc8;}
.footer_bottom{
	height: 320px;
	width: 100%;
	margin-top: 28px;
	text-align: center;
	color: #a3a3a3;
	font-size: 14px;
}
.footer_img img{
	width: 190px;
	height: 190px;
}
.footer_bottom span{
	display: block;
	margin-top: 18px;
	font-size: 16px;
}
.footer_bottom p{
	margin-top: 18px;
	line-height: 24px;
}
.footer_bottom p a:hover{color:#247fc8;}