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

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

.w1002{ 
	width:1002px; 
	margin:0px auto;
	}
	
.w1200{ 
	width:1200px; 
	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: 915px;
    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:50px;
	line-height:50px;
	background:#0a94d3;
	}
	
#join_box_l{
    width: 600px;
    float: left;
    font-size: 13px;
    color: #FFF;
	}
	
#join_box_r{
	width:600px;
	float:right;
	}
	
.icon_box{
    width: 125px;
    float: right;
    margin-right: 20px;
    background: url(../img/icon_bg.png) no-repeat;
    line-height: 20px;
    height: 20px;
    color: #FFF;
    font-size: 13px;
    text-align: center;
	margin-top: 15px; 
	}
	
.icon_box a{
	color: #FFF;
	}
	
.phone{
    height: 20px;
    width: 180px;
    float: right;
    background: url(../img/tel_bg.png) no-repeat;
    font-size: 13px;
    color: #FFF;
    line-height: 20px;
    -webkit-animation: phone .8s linear .8s 1;
    text-align: right;
    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)}}

#logo{
	width:100%;
	height:145px;
	}
	
#logo_l{
	width:310px;
	float:left;
	}
	
#logo_l img{
	margin-top:23px;
	}
	
#logo_r{
    width: 890px;
    float: right;
    padding-top: 55px;
	}
	
#logo_r a{
    display: block;
    float: left;
    width: 80px;
    text-align: center;
    height: 38px;
    line-height: 38px;
    border-bottom: 2px #FFF solid;
    margin-left: 40px;
    font-size: 15px;
    color: #040000;
	}
	
#logo_r a:hover{
	border-bottom: 2px #fed61e solid;
	font-weight:bold;
	}

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








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

.footer{
	clear: both;
    height: 320px;
    background: #262626;
    font-size: 12px;
    margin-top: 50px;
	}
	
#foot_t{
    width: 100%;
    height: 235px;
    padding-top: 35px;
	}
	
.foot_sp{
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 15px;
	}
	
#foot_t_l{
	width:445px;
	float:left;
	}
	
#foot_t_l a{
	font-size: 13px;
    color: #FFF;
    line-height: 32px;
    margin-right: 55px;
	}

#foot_t_c{
    width: 360px;
    float: left;
    margin-left: 85px;
    font-size: 13px;
    color: #FFF;
    line-height: 32px;
	}
	
#foot_t_c a{
	color: #FFF;
	}

#foot_t_r{
	width:140px;
	float:right;
	}
	
#foot_icp{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 13px;
    color: #FFF;
    text-transform: uppercase;
    background: #141414;
	}
	
#foot_icp a{
	color:#FFF;
	}

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








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

.main_i{
	overflow:hidden;
	margin-top:40px;
	}
	
.index_title{
    font-size: 30px;
    color: #000000;
    text-align: center;
    font-weight: bold;
	}

.index_title span{
    display: block;
    width: 95px;
    height: 5px;
    background: #fed61e;
    margin: 0px auto;
    margin-top: 10px;
	}
	
	
	
	
	
#index1{
	width:100%;
	height:450px;
	}
	
#index1_l{
	display:block;
	width:585px;
	height:450px;
	float:left;
	}
	
#index1_l img{
	width:585px;
	height:450px;
	}
	
#index1_r{
	display:block;
	width:585px;
	height:450px;
	float:right;
	}
	
#index1_r img{
	width:585px;
	height:450px;
	}
	
	
	
	
	
#index2{
    width: 100%;
    height: 875px;
    padding-top: 55px;
    background: #efefef;
    margin-top: 50px;
	}
	
#index2_c{
    width: 100%;
    height: 700px;
    margin-top: 35px;
	}
	
#index2_c_l{
	width:245px;
	float:left;
	}
	
#index2_c_l_t{
    height: 70px;
    line-height: 70px;
    background: #0073df;
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #FFF;
    font-weight: bold;
	}

#index2_c_l_b{
    background: #0a94d3;
    padding: 30px 15px;
    height: 565px;
    overflow: hidden;
	}

#index2_c_l_b a{
    display: block;
    height: 35px;
    line-height: 35px;
    background: #ececec;
    margin-bottom: 15px;
    font-size: 14px;
    color: #000000;
    text-indent: 15px;
    border-radius: 7px;
	}
	
#index2_c_r{
	width:905px;
	float:right;
	}
	
#fczs_gd{overflow: hidden; width: 905px; height: 695px;}

#fczs_gd ul{
	width: 1560px;
	padding: 0px;
	margin:0px;
	}
	
#fczs_gd a{ display:block;}

#fczs_gd li{
    margin: 0px 30px 30px 0px;
    width: 280px;
    height: 330px;
    float: left;
    display: block;
    text-align: center;
    line-height: 34px;
    color: #000000;
    font-size: 16px;
    font-family: '微软雅黑';
    border: 1px #dcdcdc solid;
    background: #FFF;
	}
	
#fczs_gd img{
	width:278px; 
	height:270px; 
	border-bottom:1px #dcdcdc solid; 
	}
	
	
	
	
	
#index3{
    width: 100%;
    height: 595px;
    padding-top: 55px;
    background: url(../img/index3_bg.jpg) no-repeat;
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
	}
	
#index3_title{
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 32px;
    color: #FFF;
    font-weight: bold;
	}

#index3_title a{
    display: block;
    float: right;
    width: 60px;
    text-align: center;
    height: 35px;
    line-height: 32px;
    background: #fed61e;
    color: #FFF;
    margin-top: 5px;
	}
	
#index3_c{
    width: 100%;
    height: 330px;
    margin-top: 40px;
	}

#index3_c_l{
	width:490px;
	float:left;
	}
	
#index3_c_l img{
	width:490px;
	height:325px;
	}

#index3_c_r{
    width: 660px;
    float: right;
    font-size: 16px;
    color: #FFF;
    line-height: 46px;
	}
	
	
	
	
	
#index4{
	width: 100%;
    margin-top: 50px;
    height: 670px;
	}
	
#index4_c{
	width:100%;
	height:580px;
	margin-top:35px;
	}

#fczs_gd2{overflow: hidden; width: 1200px; height: 575px;}

#fczs_gd2 ul{
	width: 1620px;
	padding: 0px;
	margin:0px;
	}
	
#fczs_gd2 a{ display:block;}

#fczs_gd2 li{
	margin: 0px 30px 30px 0px;
    width: 375px;
    height: 270px;
    float: left;
    display: block;
    text-align: center;
    line-height: 34px;
    color: #000000;
    font-size: 16px;
    font-family: '微软雅黑';
    /* border: 1px #dcdcdc solid; */
    background: #FFF;
	}
	
#fczs_gd2 img{
    display: block;
	width: 375px;
    height: 270px;
	}
	
#fczs_gd2 li div{
    height: 55px;
    line-height: 55px;
    background: rgba(0,0,0,0.5);
    margin-top: -55px;
    z-index: 9999;
    position: relative;
    font-size: 18px;
    color: #FFF;
	}

#fczs_gd2 li div span{
    display: block;
    float: left;
    width: 55px;
    text-align: center;
    height: 55px;
    line-height: 55px;
    background: #0da0e2;
    font-weight: bold;
    font-size: 30px;
	}
	
	
	
	
	
#index5{
	width:100%;
	height:1000px;
	background:url(../img/index5_bg.png) no-repeat;
	margin-top:50px;
	}
	
#index5_title{
	width: 100%;
    height: 130px;
    padding-top: 60px;
	}
	
#index5_title_l{
	width: 695px;
    float: left;
    font-size: 16px;
    color: #FFF;
    line-height: 34px;
	}

#index5_title_l span{
    display: block;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
	}
	
#index5_title_r{
	width: 240px;
    float: right;
	}
	
#index5_title_r a{
	display: block;
    border: 1px #FFF solid;
    width: 200px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #FFF;
    float: right;
    margin-top: 40px;
	}
	
#index5_c{
    width: 100%;
    height: 695px;
    /* background: #412563; */
    margin-top: 110px;
	}
	
#fczs_gd3{overflow: hidden; width: 1200px; height: 695px;}

#fczs_gd3 ul{
	width: 1620px;
	padding: 0px;
	margin:0px;
	}
	
#fczs_gd3 a{ display:block;}

#fczs_gd3 li{
	margin: 0px 30px 30px 0px;
    width: 290px;
    height: 330px;
    float: left;
    display: block;
    text-align: center;
    line-height: 34px;
    color: #000000;
    font-size: 16px;
    font-family: '微软雅黑';
    /* border: 1px #dcdcdc solid; */
    background: #FFF;
	}
	
#fczs_gd3 img{
    display: block;
	width: 290px;
    height: 330px;
	}
	
	
	
	
	
#index6{
	width: 100%;
    height: 615px;
    padding-top: 50px;
    background: #efefef;
    margin-top: 50px;
	}
	
#index6_c{
    width: 100%;
    height: 480px;
    margin-top: 30px;
	}

#index6_c_l{
	width:520px;
	float:left;
	}
	
.n_box{
	display: block;
    width: 520px;
    height: 440px;
	}
	
.n_img{
    width: 520px;
    height: 285px;
    overflow: hidden;
	}

.n_img img{
	width:520px;	
	}

.n_content{
    font-size: 14px;
    color: #000000;
    line-height: 26px;
    padding: 15px 25px;
    border: 1px #e8e7e7 solid;
    border-top: 0px;
    box-shadow: 0px 0 5px #e8e7e7, 0 0 5px #e8e7e7, 0 0px 5px #e8e7e7, 0 0px 0px #e8e7e7;
    background: #f8f8f8;
    height: 145px;
	}

.n_content span{
    display: block;
    font-size: 18px;
    /* border-bottom: 1px #e5e5e5 solid; */
    /* padding-bottom: 1px; */
    margin-bottom: 10px;
	}

#index6_c_r{
	width:640px;
	float:right;
	}
	
.news_box{
    display: block;
    height: 110px;
    background: #f8f8f8;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 26px;
    padding: 15px 20px;
    font-size: 14px;
    color: #000000;
	}
	
.news_box span{
	display: block;
    font-size: 18px;
    margin-bottom: 5px;
	}
	
	
	
	
	
#index7{
	width: 100%;
    margin-top: 50px;
    height: 275px;
	}
	
#index7_c{
	width: 100%;
    height: 175px;
    margin-top: 35px;
	}
	
.hj_a{
    display: block;
    float: left;
    margin-right: 30px;
    width: 170px;
    text-align: center;
    height: 170px;
    border: 1px #dcdcdc solid;
    border-radius: 50%;
	}
	
.hj_img{
	width:170px;
	height:170px;
	border-radius: 50%;
	}

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








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

.sidebar_t_title{
    width: 100%;
    text-align: center;
    height: 53px;
    padding-top: 7px;
    line-height: 24px;
    background: #0a94d3;
    color: #FFF;
    font-size: 18px;
	}
	
.sidebar_t_title span{
	display: block;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
	}
	
.sidebar_t_c{
	padding:15px;
    background: #f2f2f2;
	}
	
.sidebar_t_c a{
	display: block;
    font-size: 13px;
    color: #000000;
    height: 34px;
    line-height: 34px;
    border-bottom: 1px #CCC dashed;
    margin-bottom: 10px;
    text-indent: 10px;
	}
	
.sidebar_t_c a span{
	float:right;
	}
	
.sidebar_t_c a:hover{
	background:#0a94d3;
	color:#FFF;
	font-weight:bold;
	border-bottom:1PX #FFF dashed;
	text-indent:15px;
	}
	
.sidebar_b_c{
	padding: 15px;
    background: #f2f2f2;
    font-size: 13px;
    color: #000;
    line-height: 30px;
    margin-bottom: 30px;
	}
	
.sidebar_b_c a{
	color:#000;
	}

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








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

.main{
	overflow:hidden;
	width:1200px;
	margin:0px auto;
	margin-top:40px;
	}
	
.article{
	overflow: hidden;
    margin-bottom: 12px;
    width: 100%;
	}
	
.title{
    margin: 0px;
    padding: 0px;
    height: 60px;
    line-height: 60px;
    background: url(../img/title_bg.png) repeat-x;
    margin-bottom: 20px;
    font-size: 30px;
    color: #000;
	}
	
.weizhi{
	display: block;
    float: right;
    font-size: 12px;
    color: #6e6e6e;
    line-height: 60px;
	}
	
.weizhi a{
	color: #6e6e6e;
	}
	
.article p{
	margin: 0px;
    font-size: 14px;
    line-height: 28px;
	}

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

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

.page{
	margin: 20px 0px;
    text-align: right;
    font-size: 12px;
	}

.page a{
	display: inline-block;
    height: 18px;
    line-height: 18px;
    border: 1px solid #0a94d3;
    padding: 3px 4px;
    font-size: 12px;
    color: #000;
	}

.page a:hover{background:#0a94d3;color:#fff;border:none;height:18px;line-height:18px;padding:3px 4px;border: 1px solid #0a94d3;}

.current {
	padding: 4px 9px;
    height: 18px;
    line-height: 18px;
    background: #0a94d3;
    color: #fff;
    font-size: 12px;
	}

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

.pro{
	padding:0px;
	margin:0px;
	}
	
.pro a{
    width: 273px;
    height: 245px;
    float: left;
    display: block;
    border: 1px #ccc dashed;
    padding: 5px;
    text-align: center;
    color: #282828;
    font-size: 12px;
    font-family: '微软雅黑';
    margin: 15px 10px;
	}
	
.li-img{
	width: 273px;
    height: 215px;
    overflow: hidden;
    margin-bottom: 5px;
	}
	
.pro a img{
	/*width: 100%; */
    height: 100%;
	}

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

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

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

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

.news_title{color:#da020d;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:#da020d;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: #0a94d3;
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    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:#0a94d3;}

/**************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 auto;
    padding: 0px;
    clear: both;
    overflow: hidden;
    font-size: 12px;
	}

#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;}*/

/*2017-7-17 update */





