/*********** ALL *************/


#fu{
    background: #fff;
	background:url(__TMPL__/Public/img/fu_bg.jpg) no-repeat;
    width: 195px;
    float: right;
    position: absolute;
    right: 0px;
    z-index: 999;
    top: 560px;
    font-size: 13px;
    color: #000;
    padding: 60px 10px;
    line-height: 26px;
	}
	
#fu a{
	color:#000;
	}
	
#fu span{
	display:block;
	font-weight:bold;
	font-size:16px;
	}



body{ 
	margin:0px auto; 
	padding:0px;  
	overflow-x: hidden;
	font-family:'微软雅黑';
	}

.w1002{ 
	width:1002px; 
	margin:0px auto;
	}
	
.w1420{ 
	width:1420px; 
	margin:0px auto;
	}


ul{
	list-style-type:none;
	}
	
li{ 
	list-style:none;
	}

a{
	transition:all 0.3s linear 0s;
	text-decoration:none;
	cursor:pointer;
	border:none;
	}
	
img{
	border:none;
	}	
	
.left{
    float: left;
    width: 250px;
	}

.right{
    width: 1110px;
    float: right;
	}

.f12{font-size:12px;}
.f16{font-size:16px;}
.bold{font-weight:bold;}
.white{color:#fff;}
.t_r{text-align:right;}
.clear{clear:both;}
.relative{position:relative;}
.absolute{position:absolute;}
.rel_center{position:relative;left:50%;}
.hidden{display:none;}

/*********** ALL *************/








/*********** HEADER *************/

#join_box{
	width:100%;
	height:25px;
	line-height:25px;
	background:#959595;
	}
	
#join_box_l{
    width: 710px;
    float: left;
    font-size: 12px;
    color: #FFF;
	}
	
#join_box_r{
    width: 710px;
    float: right;
    text-align: right;
    font-size: 12px;
    color: #FFF;
	}
	
#join_box_r a{
	color:#FFF;
	}
	
#logo{
    width: 100%;
    height: 75px;
	}
	
#logo_l{
	width:710px;
	float:left;
	}
	
#logo_l img{
	}
	
#logo_r{
	width:710px;
	float:right;
	}
	
.phone{
    height: 40px;
    width: 450px;
    float: right;
    background: url(../img/tel_bg.png) no-repeat;
    font-size: 30px;
    font-family: 'Impact';
    color: #e60012;
    line-height: 45px;
    -webkit-animation: phone .8s linear .8s 1;
    text-align: right;
    font-weight: bold;
    font-style: inherit;
    margin-top: 15px;
	}
	
@-webkit-keyframes phone {0% {-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}100% {-webkit-transform:rotateY(720deg);transform:rotateY(720deg)}}
	
#nav{
	width:100%;
	height:50px;
	line-height:50px;
	background:#004191;
	}
	
#nav a{
    display: block;
    float: left;
    width: 155px;
    text-align: center;
    font-size: 15px;
    color: #FFF;
    font-weight: bold;
    margin: 0px 1px;
	}
	
#nav a:hover{
	background:#f7ab00;
	}
	
	
	

/*********** HEADER *************/








/*********** FOOTER *************/

.footer{
	clear: both;
    padding: 0px;
    height: 200px;
    font-size: 12px;
    margin-top: 50px;
	}
	
#foot_nav{
	width:100%;
	height:50px;
	line-height:50px;
	background:url(../img/foot_nav_bg.jpg) repeat-x;
	}
	
#foot_nav a{
    display: block;
    float: left;
    width: 155px;
    text-align: center;
    font-size: 15px;
    color: #FFF;
    margin: 0px 1px;
	}
	
#foot_c{
	width:100%;
	height:150px;
	}
	
#foot_c_l{
    width: 1200px;
    float: left;
    font-size: 12px;
    color: #000;
    line-height: 30px;
  /*  text-transform: uppercase;*/
    margin-top: 15px;
	}

#foot_c_l a{
	color:#000;
	}
	
#foot_c_r{
    width: 220px;
    float: right;
    text-align: right;
    margin-top: 10px;
	}


/*********** FOOTER *************/








/*********** INDEX MAIN *************/

.main_i{
	overflow: hidden;
    width: 100%;
    margin: 0px auto;
    margin-top: 10px;
	}
	
.index_title{
	width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    color: #000000;
    font-weight: bold;
	}
	
.index_title a{
	float:right;
	font-size:12px;
	color:#9fa0a0;
	font-weight:normal;
	}
	
	
	
#index1{
	width:100%;
	height:300px;
	}
	
#index1_l{
	width:400px;
	float:left;
	}
	
#index1_l_c{
    width: 100%;
    font-size: 14px;
    color: #000000;
    line-height: 30px;
    margin-top: 20px;
	}
	
#index1_l_c img{
	width:400px;
	height:80px;
	}
	
#index1_c{
	width:500px;
	float:left;
	margin-left:60px;
	}
	
#index1_c_c{
	width: 100%;
    margin-top: 20px;
	}

.news_box{
	display: block;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px #d2d2d2 dashed;
    font-size: 14px;
    color: #000000;
    margin-bottom: 10px;
	}

.news_box span{
	float:right;
	}
	
.news_box:hover{
	color:#f39800;
	font-weight:bold;
	}
	
#index1_r{
	width:400px;
	float:right;
	}
	
#index1_r_c{
	width:100%;
	height:245px;
	margin-top:20px;
	}
	
	
	
	
	
	
	
	
#index2{
    width: 100%;
    height: 635px;
    padding-top: 10px;
    background: #eeeeee;
    margin-top: 10px;
	}
	
#index2_c{
	width: 100%;
    margin-top: 10px;
	}

#fczs_gd{overflow: hidden; width: 1420px; height: 570px;}
#fczs_gd ul{ width:2304px; padding: 0px;}
#fczs_gd li{
	margin: 0px 15px 15px 0px;
    width: 261px;
    height: 260px;
    padding: 5px;
    border: 1px #dcdcdc solid;
    background: #FFF;
    float: left;
    display: block;
    text-align: center;
    line-height: 26px;
    color: #000000;
    font-size: 12px;
    font-family: '微软雅黑';
	}
#fczs_gd img{
	width:261px; 
	height:215px; 
	}
#fczs_gd li:hover{
	color:#f7ab00;
	}
	
	
	
	
	
	
	
#index3{
	width:100%;
	height:350px;
	margin-top:10px;
	}
	
#index3_l{
	width:960px;
	float:left;
	}	
	
#index3_l_c{
	width: 100%;
    margin-top: 25px;
	}

.hj_a{
	display: block;
    float: left;
    width: 300px;
    height: 280px;
    border: 1px #dcdcdc solid;
    background: #FFF;
    padding: 5px;
    margin-right: 15px;
    font-size: 12px;
    color: #000000;
    line-height: 26px;
	}
	
.hj_a:hover{
	color:#f7ab00;
	}
	
.hj_img{
	width:300px;
	height:240px;
	}
	
#index3_r{
	width:405px;
	float:right;
	}
	
#index3_r_c{
	width: 100%;
    margin-top: 35px;
	}
	

/*********** INDEX MAIN *************/








/*********** SIDEBAR *************/

.sidebar_title{
	width: 100%;
    text-align: center;
    height: 77px;
    padding-top: 8px;
    background: url(../img/sidebar_titlt_bg.jpg) no-repeat;
    font-size: 20px;
    color: #FFF;
	}

.sidebar_title span{
	display: block;
    font-size: 30px;
    font-weight: bold;
	}

#sidebar_t{
	margin-bottom: 10px;
	}

#sidebar_t_c{
	padding: 15px;
    border: 1px #d2d2d2 solid;
    border-top: 0px;
	}

#sidebar_t_c a{
    display: block;
    padding: 0px 30px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px #d2d2d2 dashed;
    font-size: 15px;
    color: #000000;
	margin-bottom:5px;
	}

#sidebar_t_c a span{
	float:right;
	font-size:10px;
	}
	

#sidebar_t_c a:hover{
	color:#f39800;
	}

#sidebar_b{}

#sidebar_b_c{
	padding: 15px;
    border: 1px #d2d2d2 solid;
    border-top: 0px;
    font-size: 12px;
    color: #000;
    line-height: 28px;
	}

#sidebar_b_c a{
	color: #000;
	}

/*********** SIDEBAR *************/








/*********** 内页 *************/

.main{
	overflow: hidden;
    width: 1420px;
    margin: 0px auto;
    margin-top: 60px;
	}
	
.article{
	overflow: hidden;
    margin-bottom: 20px;
    width: 100%;
	}
	
.title{
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #004191;
    font-size: 35px;
    color: #000;
	margin-bottom:20px;
	}
	
.weizhi{
	float:right;
	font-size:12px;
	}
	
.article p{
	margin: 0px;
    font-size: 14px;
    line-height: 30px;
	}

#allmap p{line-height:28px;margin:10px; font-size:12px;}
	
	
	
	

/*********** 内页 *************/




























.page{
	margin: 25px 0px;
    text-align: center;
    font-size: 14px;
	}

.page a{
	display: inline-block;
    height: 18px;
    line-height: 18px;
    border: 1px solid #dbdbdb;
    padding: 4px 4px;
    color: #000;
	}

.page a:hover{background:#045daf;color:#fff;border:none;height:20px;line-height:20px;padding:4px 5px;}

.current {
	padding: 4px 10px;
    height: 18px;
    line-height: 18px;
    background: #045daf;
    color: #fff;
	}

/***************global*****************/

.pro{
	padding:0px;
	margin:0px;
	}
	
.pro a{
    display: block;
    float: left;
    width: 258px;
    text-align: center;
    height: 258px;
    padding: 5px;
    border: 1px #dcdcdc solid;
    margin: 20px 3px;
    font-size: 12px;
    color: #000;
    line-height: 26px;
	}

.pro a img{
	width:258px;
	height:220px;
	object-fit: cover;
	}

.pro a:hover{
	background:#045daf;
	color:#FFF;
	border: 1px #FFF dashed;
	}

/*************index&goods**************/

.news{
	margin-left: 0px;
    padding: 0px;
	}


/****************news*****************/

.news_title{color:#055eaf;text-align:center;line-height:40px;}

.meta{color:#999;text-align:center;line-height:28px;}

/***********news_info**************/

.jobs li{overflow:hidden;margin:23px 18px 28px 28px;padding-bottom:27px;border-bottom:1px dotted #cdcdcd;}

.jobs a{position:relative;top:-150px;background-position:0 -301px;float:right;width:71px;height:34px;color:#fff;text-align:center;line-height:34px;}

.jobs strong{color:#da020d;}

.jobs p{/*margin:6px 0 -134px 156px;*/line-height:35px;}

/***************jobs***************/

.pro_info .rel_center{margin:23px 0 6px;margin-left:-145px;padding:3px;width:290px;height:216px;border:1px solid #dcdcdc;}

.pro_info p{margin:20px 30px 30px 33px;}

.pro_name{
	display: block;
    color: #045daf;
    text-align: center;
	}

.info_title{
	margin: 20px 0px;
    width: 100%;
    height: 30px;
    background: #ececec;
	}

.info_title b{
	display: inline-block;
    padding-left: 10px;
    height: 100%;
    border-right: 1px solid #fff;
    background: #045daf;
    color: #fff;
    line-height: 30px;
    font-size: 16px;
    font-weight: normal;
	}

.info_title a{margin:8px;width:15px;height:15px;background-position:0 -426px;}

/********goods_info&jobs_info*******/

.order{
	margin: 40px 0 120px 46px;
    line-height: 40px;
    font-size: 14px;
    margin: 0px auto;
	}

.order img{vertical-align:-5px;cursor:pointer;}

.order input{padding:0 3px;}

.order textarea{padding: 3px;}

#submit{width:90px;height:34px;border:none;background-position:0px -366px;color:#fff;cursor:pointer;    background: #f39800;}

/**************order&message********/

#banner{position:relative;height: 300px;overflow:hidden;}

#banner li {float:left;}

.banner .dots li.active {

background: #fff;

opacity: 1;

}

.banner .dots li {

display: inline-block;

width: 10px;

height: 10px;

margin: 0 4px;

text-indent: -999em;

border: 2px solid #fff;

border-radius: 6px;

cursor: pointer;

opacity: .4;

-webkit-transition: background .5s, opacity .5s;

-moz-transition: background .5s, opacity .5s;

transition: background .5s, opacity .5s;

}



/*sitemap*/

.mesmore{margin-top:5px;}

.mesmore:hover{color:#da020d;text-decoration:underline;}



.sitemap{ width:996px; float:left; /*border:3px solid #f0f0f0;*/ margin-top:10px; margin-bottom:10px;}

.m1{ height:20px; line-height:20px; margin-top:20px; margin-left:20px;}

.m2{ margin-left:20px; margin-top:20px; line-height:25px;}

.m2 span{ font-size:14px; font-weight:bold;}

.m2t{ border:1px solid #f0f0f0; width:800px; padding-left:4px; margin-top:2px; padding:10px; margin-bottom:20px;}

.m2t ul{}

.m2t ul li{ list-style-type:none; float:left; width:150px;}

.m2t ul li a:hover{ color:red}



.f{ float:right; margin-right:10px; _margin-top:7px;}



/*上一页_下一页*/

#prev_next{
	margin: 20px 0px;
    clear: both;
    overflow: hidden;
    padding: 0px;
    font-size: 14px;
	}

#prev_next li{margin: 5px 0;}

#prev_next li a{ color:#000;}

/*.map dt{float:right;display:inline;border:1px solid #666;margin-top:10px;z-index:101;border-bottom:1px solid #f0f0f0;}

.map dd{position:absolute;z-index:100;top:31px;left:-65px;background:#f0f0f0;border:1px solid #666;width:135px;*width:145px;}

.map ul{padding-left:10px;line-height:25px;overflow:hidden;zoom:1;font-size:12px;}

.map li{float:left;margin:0 5px;}*/