﻿@charset "utf-8";
@import url("../css/common/grid.css");/*网格*/
@import url("../css/common/layout.css");/*整体框架*/
@import url("../css/common/icon.css");/*图标*/
@import url("../css/navi/navi_02.css");/*02导航*/
@import url("../css/banner.css");/*幻灯片*/
@import url("../css/navi/classify_01.css");/*侧栏样式*/
@import url("../css/adorner/01/A_style.css");/*01装饰器*/
@import url("../css/adorner/02/A_style.css");/*02装饰器*/
@import url("../css/links.css");/*友情链接*/
@import url("../css/kefu.css");/*在线客服*/
@import url("../css/common/doc.css");/*自定义文档*/

.page_icon{position: absolute;left: 49%;top: 320px;
}
.page_icon .goDown{ display:block; width:46px; height:80px; background: url(../img/goDown.png) center center no-repeat;cursor: pointer;margin: 0 auto;	
	-webkit-animation: btn 0.8s infinite ease-in-out;
	-moz-animation: btn 0.8s infinite ease-in-out;
	-ms-animation: btn 0.8s infinite ease-in-out;
	animation: btn 0.8s infinite ease-in-out;
}
@-webkit-keyframes btn {
	0% {-webkit-transform: translateY( -7px );}
	50% {-webkit-transform: translateY( 7px );}
	100% {-webkit-transform: translateY( -7px );}
}

@-moz-keyframes btn{
	0% {-moz-transform: translateY( -7px );}
	50% {-moz-transform: translateY( 7px );}
	100% {-moz-transform: translateY( -7px );}
}

@keyframes btn{
	0% {transform: translateY( -7px );}
	50% {transform: translateY( 7px );}
	100% {transform: translateY( -7px );}
}
@-ms-keyframes btn{
	0% {-ms-transform: translateY( -7px );}
	50% {-ms-transform: translateY( 7px );}
	100% {-ms-transform: translateY( -7px );}
}
.Tags .return a{ padding:0; background:none; color:#000;margin: 0px;}
.Tags .return:hover a{ color:#fff;}

.Tags .return{
	width:80px; 
	display: block;
    height: 36px;
    line-height: 36px;
    padding-left: 25px;
    padding-right: 24px;
    background: url(../img/return.png) #fff 110px 12px no-repeat;
    border: 1px solid #dbdbdb;
    font-size: 14px;
    cursor: pointer;
	float: right;
	}

.Tags .return:hover{background: url(../img/return.png) #1A80D7 110px 12px no-repeat; color:#fff;}


.menu_container {position: relative;z-index: 99999;
}
/*顶部
------------------------------------*/

.hea_top{
	background:#272729;
	width:100%;
    min-width: 1200px;
	height:30px;
	line-height:30px;
	color:#fff;
    overflow: hidden;
	}
	
.hea_top p{
	line-height:30px;
	color:#fff;
	font-size: 13px;
	color:#C3C3C3;
	}
.hea_top .grid_55{
	width:510px;
}
.hea_top .grid_55 .hea_tel{
	width:300px;
}
.hea_top .hea_tel p{
	font-size: 14px;
	color:#fff;
	}
.hea_top a{font-size: 13px;}
.hea_top .cn{
	display:block;
	width:97px;
	line-height:30px;
	color:#fff;
	background:#212121;
	text-align:center;
	}
.hea_top .en{
	display:block;
	width:97px;
	line-height:30px;
	color:#fff;
	text-align:center;
	}

.header{
    min-width: 1200px;
	height:100px;
	z-index:999;
	border-bottom:1px solid #ddd;
	    position: relative;
}

/*公用样式
------------------------------------*/
.ind_title .til{
	width: 620px;
	margin: 0 auto;
	text-align: center;
	z-index: 1;
	padding-top: 20px;
}

.ind_title .til{
	margin-bottom: 10px;
	
	}
.ind_title  .line {
	border-top: 1px solid #000;
	display: inline-block;
	width: 150px;
	height: 8px;
	overflow: hidden;
	opacity: 0.2;
	filter: alpha(opacity=20);
	vertical-align: middle;
    display: none;
}
.ind_title .til h2 {
	font-size:28px;
	line-height:50px;
	color: #666;
}

.ind_title .writ {
	width: 238px;
	font-size:22px;
	padding: 0 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #949494;
	letter-spacing: 1px;
    display: none;
}







/*首页产品
------------------------------------*/
.ind_pro .pro_class {margin:20px 0;    text-align: center;}
.pro_class span.strong{	
	font-size:12px;
	color:#767676;
	font-weight: normal;
	    display: none;
}
.pro_class a{
	font-size:12px;
	padding-right: 5px;
	line-height: 24px;
	}
.pro_class a:hover{
	color:#1E89E5;
	}
.ind_pro_list li{ width:290px; float:left; margin:0 12px 20px 0;}
.ind_pro_list li.last{margin: 0 0px 10px 0;}
.ind_pro_list li .img{width: 290px; overflow:hidden;}
.ind_pro_list li .img img{
	width: 290px;
	height: 170px;
	transition: All .3s linear;
	-webkit-transition: All .3s linear;
	-moz-transition: All .3s linear;
	-ms-transition: All .3s linear;
	-o-transition: All .3s linear;
}
.ind_pro_list li:hover img{ 
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}
.ind_pro_list li h3.Slim a{
	display:block;
	font-size:18px;
	color:#4aa7f7;
	margin:10px 0;
}
.ind_pro_list li p{
	font-size:13px;
	color:#737373;
}

/*首页关于我们
------------------------------------*/
.ind_about{
	width: 100%;
    min-width: 1200px;
	height:300px;
	background: url(../img/bg1.jpg) top center no-repeat;
	overflow:hidden;
	}
.ind_about .main{
}
.ind_about .ind_about_ce{
	padding-top:20px;
	width: 560px;
	margin-right: 30px;
	}
/* tab   选项卡样式  
--------------------------------------------------------------------*/
.about {
	width: 100%;
}
.about .hd {
	height: 45px;
	border: none;
	margin-bottom: 10px;
	font-size: 14px;
	_height: 45px;
	_position: relative;
	background:none;
}
.about .hd ul {
	_width: 100%;
	_height: 45px;
	_position: absolute;
	_left: 0px;
	_top: 0px;
}
.about .hd ul li {
	width:80px;
	float: left;
	padding: 0 15px;
	cursor: pointer;
}
.about .hd ul li{
	white-space: nowrap;
	padding-left: 30px;
	padding-right: 30px;
	border:none;
	height: 45px;
	line-height: 45px;
	display: block;
	text-align: center;
	color: #fff;
	background:#81c2f9;
	_display: inline-block;
}
.about .hd ul li.on {
	border-top:none;
	border-bottom: none;
	color: #000;
	height: 45px;
	line-height: 45px;
	background: #fff;
	top: 0px;
	position: relative;
	
}
.about .bd {
	padding-top: 10px;
}
.about .bd li {
	line-height: 45px;
}
.about .bd li  .text, .about .bd li  .text a{
	line-height: 26px;
	color:#fff;
	font-size: 13px;
	word-spacing: 1px;
	letter-spacing: 1px;
	    text-align: left;
	    text-indent: 31px;
}
.about .bd li  .text{text-indent: 26px;}

.about .bd li  .text h3{text-indent: 0px;}

/*首页产品优势
------------------------------------*/
.ind_advantage .main{padding-top:10px;}
#order_nav {  position: relative; background: #fff; position: relative; margin:00px 0;}
#order_nav .list { width: 1200px; margin: 0 auto; }
#order_nav .list .ind_icon_box { width: 116px; height: 116px; float: left; border-radius: 50%; position: relative; margin-left:42px; position: relative; cursor: pointer; -webkit-transition: .4s all; -moz-transition: .4s all; -ms-transition: .4s all; transition: .4s all; }
#order_nav .list .ind_icon_box a { display: block; width: 100%; height: 100%; }
#order_nav .list .ind_icon_box .cycle_mark { position: absolute; left: 0; top: 0; z-index: 2; }
#order_nav .list .ind_icon_box .ico { width: 102px; height: 102px; position: absolute; left: 7px; top: 7px; background: url(../img/ind_se_icon.png) #fff; border-radius: 50%; z-index: 1; -webkit-transition: .4s all; -moz-transition: .4s all; -ms-transition: .4s all; transition: .4s all; }
#order_nav .list .ind_icon_box ._1 { background-position: 0px 0px; }
#order_nav .list .ind_icon_box ._2 { background-position: -102px 0px;}
#order_nav .list .ind_icon_box ._3 { background-position: -204px 0px; }
#order_nav .list .ind_icon_box ._4 { background-position: -306px 0px; }
#order_nav .list .ind_icon_box ._5 { background-position: -408px 0px; }
#order_nav .list .ind_icon_box ._6 { background-position: -510px 0px; }

#order_nav .list .icon_cen{ width:200px;height: 170px;padding-top: 30px;}
#order_nav .list .icon_cen:hover{ background:#4aa7f7;}
#order_nav .list .icon_cen .title{margin-top: 10px;}

#order_nav .list .icon_cen_3{ margin-right:0px;}
#order_nav .list .icon_cen  .title { font-size: 14px; color: #464646;text-align:center;}
#order_nav .list .icon_cen p { font-size: 12px; color: #666666; display: block; text-align:center; }
#order_nav .list .icon_cen:hover{
	cursor: pointer; -webkit-transition: .4s all; -moz-transition: .4s all; -ms-transition: .4s all; transition: .4s all; 
}

#order_nav .list .icon_cen.on .title {
	color:#fff;
	}
#order_nav .list .icon_cen.on .ind_icon_box{background-color: #6eb9f9; }
#order_nav .list .icon_cen.on .ind_icon_box .ico { background-color: #fff; -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);
}


#order_nav .list .icon_cen_1, #order_nav .list .icon_cen_3, #order_nav .list .icon_cen_5{background:#eeeeee;}



/*首页新闻
------------------------------------*/
.ind_news{margin-bottom:20px;margin-top:20px;}
.ind_news .main{ border:1px solid #F1F1F1;}
.ind_news_l{
	width:450px;
	float:left;
	}
.ind_news_l a img{
	width:450px;
	height:300px;
	}
.ind_news_R{
	width:690px;
	float:right;
	padding:20px 30px;
	}

.ind_news_R li{
	border-bottom: 1px solid #ddd;
	height: 70px;
	margin:10px 0;
	}
.ind_news_R li h3{margin-bottom:12px;}
.ind_news_R li h3 a{
	font-size: 16px;
	font-weight: normal;
	}
.ind_news_R li h3 a:hover{
	color:#1067b4;
	}
.ind_news_R li div a{
	font-size: 12px;
	color:#ff0000;
	}
.ind_news_R li div span.color_666{
	font-size: 12px;
	color:#333;
	}

/*底部
------------------------------------*/
.footer{
	width:100%;
	min-width:1200px;
	height:auto;
	padding:20px 0 20px 0;
	background:url(../img/bg3.jpg) #000 center top no-repeat;
	overflow:hidden;
	}
.bot_map .foot1 h3 a{ font-size:14px; padding-bottom:10px;line-height:28px;}
.bot_map .foot1 a{
	display:block;
	color:#c4c4c4;
	line-height:28px;
	font-size: 13px;
	}
.bot_con, .bot_con p, .bot_con h3, .copy, .copy a{ color:#c4c4c4;}

.copy p{color:#C4C4C4;font-size: 13px;}
.copy, .bot_con p{font-size: 13px;}


/*分享样式*/
.footer_fx{
	padding-top: 20px;
	padding-bottom: 20px;
	width: 450px;
	}
.footer_fx .bshare-custom.icon-medium-plus a{
	display: inline-block;
	height: 36px;
	width: 36px;
	padding:0px;
	margin-right:25px;
	}

.footer_fx .bshare-custom.icon-medium-plus a:hover{
	filter:alpha(opacity=100); 
    -moz-opacity:1; 
    opacity:1;
	-webkit-transition: all 0.2s linear -1ms;
	-moz-transition: all 0.2s linear -1ms;
	-ms-transition: all 0.24s linear -1ms;
	-o-transition: all 0.2s linear -1ms;
	transition: all 0.2s linear -1ms;
	}
.footer_fx .bshare-custom.icon-medium-plus .bshare-sinaminiblog{
	background: url(../img/fx_01.png);
	}
.footer_fx .bshare-custom.icon-medium-plus .bshare-weixin.pengyouquan{
	background: url(../img/fx_02.png);
	}
.footer_fx .bshare-custom.icon-medium-plus .bshare-weixin{
	background: url(../img/fx_03.png);
	}
.footer_fx .bshare-custom.icon-medium-plus .bshare-qzone{
	background: url(../img/fx_04.png);
	}
.footer_fx .bshare-custom.icon-medium-plus .bshare-douban{
	background: url(../img/fx_05.png);
	}

.footer_fx .bshare-custom.icon-medium-plus .bshare-sinaminiblog:hover{
	background: url(../img/fx_01_hover.png);
	}
.footer_fx .bshare-custom.icon-medium-plus .bshare-weixin.pengyouquan:hover{
	background: url(../img/fx_02_hover.png);
	}
.footer_fx .bshare-custom.icon-medium-plus .bshare-weixin:hover{
	background: url(../img/fx_03_hover.png);
	}
.footer_fx .bshare-custom.icon-medium-plus .bshare-qzone:hover{
	background: url(../img/fx_04_hover.png);
	}
.footer_fx .bshare-custom.icon-medium-plus .bshare-douban:hover{
	background: url(../img/fx_05_hover.png);
	}



#dituContent{ width:100%; height:300px;}

/*新闻内页
-----------------------------------*/
.news_bg .news_list li{ float:left; margin-right:20px; width:255px; height:340px; padding:15px; background:#F4F4F4; position:relative;margin-bottom:20px;
}
.news_bg .news_list li.last{ margin-right:0px;
}
.news_bg .news_list li a img{  width:100%; height:140px;
}
.news_bg .news_list li .more{ position:absolute; bottom:15px; left:15px; font-size:12px; color:#000;}
.ind_par_box ul li p{ text-align:center; line-height:30px; color:#000;}
.news_list .more span{ width: 10px;display: inline-block;font-size: 16px;font-family: "æ–°å®‹ä½“";margin-left: 10px;}
.news_bg .news_list li:hover .more span{animation:morebg 1s infinite  linear; -webkit-animation:morebg 1s infinite  linear;}
@keyframes morebg
{
   0% { width:10px;}
  50% {width:0px;padding-left:10px;}
  100%{ width:10px;}
}
@-webkit-keyframes morebg
{
  0% { width:10px;}
  50% {width:0px;padding-left:10px;}
  100%{ width:10px;}
}
.news_bg .news_list li p{ font-size:12px; color:#656363;}

.news_bg .news_list li h3{color: #0169F8;}
.main_left{ text-align:center;}
.main_left h2{    font-weight: normal;font-size: 28px;line-height: 42px;color: #1A80D7;
}
.main_left .writ {
	width: 238px;
	font-size:20px;
	line-height:30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #8F8F8F;
	padding: 0 28px;
}
.main_left .line {
	border-top: 1px solid #000;
}
.main_left .line {
	display: inline-block;
	width: 30px;
	height: 6px;
	overflow: hidden;
	border-top: 1px solid #B8B8B8;
}
.main_left .til { height:40px;}

/*品牌中心
------------------------*/
.brands_box {
    width: 1080px;
	margin:10px auto;
	}
.brands_list li {
    width: 160px;
    float: left;
    margin-right:20px;	
	margin-bottom:10px;	
	}
.brands_list li h3{
	font-weight:normal;
	text-align:center;
	line-height:30px;
	}

.brands_list li.last {
	margin-right:0px;	
}
.brands_list li a{
	width: 150px;
	height: 60px;
	text-align: center;
	display: block;
	border: solid 1px #dcdcdc;
	padding: 5px;
}
.brands_list li a img{
	    width: 100%;
    height: 100%;
}



/*服务中心
------------------------*/

.service_lixt{ 
}
.service_lixt li{
	width: 23%;
	float:left;
	max-width: 23%;
    height: 380px;
    display: inline-block;
    margin-left: 2%;
    margin-right: 0;
    vertical-align: top;
    overflow: hidden;
	border-radius: 6px;
    box-shadow: 0 0 10px #a0a0a0;
	    margin-bottom: 30px;
    margin-top: 30px;
	}
.service_lixt li .title{
	border-radius: 6px 6px 0 0;
	background: #39aafa;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#39aafa, endColorstr=#1e6da5)";
    background: -webkit-linear-gradient(top,#39aafa,#1e6da5);
    background: -ms-linear-gradient(top,#39aafa,#1e6da5);
    background: -o-linear-gradient(top,#39aafa,#1e6da5);
    background: -moz-linear-gradient(top,#39aafa,#1e6da5);
	padding:5px 0;
	}
	
.service_lixt li .title span{
	font-weight: bold;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    white-space: nowrap;
	color:#fff;
	line-height:30px;
	text-indent:15px;
	}
.service_lixt li .img img{ width:100%; height:auto; margin-bottom:20px;}

.service_lixt li .service_a a{
	display:block;
	line-height:30px;
	padding-left:50px;
	background:url(../img/bg6.png) 15px 5px no-repeat;
}


/*
----------------------*/
.serivce_text_box{
	border:1px solid #ddd;
	min-height: 340px;
	    background: #f9f9f9;
}
.serivce_text_box .text{
	width:50%;
}
.serivce_text_box .text{
	padding: 20px;}
.serivce_text_box .text h3, .box_main h3{
	font-size: 20px;
	line-height: 26px;
	color: #333;
	font-weight: normal;
	margin: 15px 0;
}
.serivce_text_box .text p, .box_main p{
	color: #666;
}

.serivce_text_box .right_main {width:430px;}

.box_main{border:1px solid #ddd;
}


/*下载
-----------------------*/
.download li{
	width:350px;
	float:left;
	margin-right: 40px;
	padding:10px;
	border: 1px solid #ddd;
	margin-top: 20px;
}
.download ul li:hover{ background:#0a63b5;transition: all 0.5s; color:#fff;}
.download li.last{
	margin-right: 0px;
}
.download li .pic{
	width: 80px;
	float:left;
	height: 80px;
	margin-right:10px;
}
.download ul li .pic img {
    width: 100%;
    height: 100%;
	border: 1px solid #ddd;
}
.download li .de_r{ width:250px; float:right;}
.download li .inline{display:block;    margin-bottom: 10px;
}
.download li span.date {
	display: inline-block;
    padding-left: 18px;
    background: url(../img/bg7.png) no-repeat left 0;
    color: #616060;
    transition: all 0.5s;
	    font-size: 12px;
}
.download ul li:hover span.date{ background-position:left -18px; color:#fff;}
.download  .content .button_1_s {
	    width: 55px;
    padding-left: 26px;
    border: none;
    background: url(../img/bg8.png) no-repeat 3px -23px;
    line-height: 23px;
    color: #194898;
    transition: all 0.5s;
    margin-top: 0;
}
.download ul li:hover .content .button_1_s{ background-position:3px 0;}
.download ul li:hover .inline, .download ul li:hover .button_1_s{ color:#fff;}



#m1 .tab .bd li{    line-height: 25px;}

#Order .textarea{
    width: 350px;
}

.footer ul li.foot1{
	height: 260px;
	overflow: hidden;
}