/*********** 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: 260px;
	}

.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: 39px;
    line-height: 39px;
    /* background: #eeeeee; */
    font-size: 12px;
    color: #504f4f;
    border-bottom: 1px #a0a0a0 solid;
	}
	
#join_box_l{
	width: 600px;
    float: left;
    font-size: 12px;
    color: #504f4f;
	}

#join_box_r{
	width: 600px;
    float: right;
    font-size: 12px;
    color: #504f4f;
    text-align: right;
	}

#join_box_r a{
	color: #504f4f;
	}
	
#logo{
    width: 100%;
    height: 120px;
	}

#logo_l{
    width: 800px;
    float: left;
	}

#logo_l img{
	margin-top: 15px;
	}

#logo_r{
    width: 400px;
    float: right;
	}

.phone{
    height: 65px;
    line-height: 85px;
    width: 285px;
    float: right;
    background: url(../img/tel_bg.png) no-repeat;
    font-size: 30px;
    color: #000000;
    font-weight: bold;
    text-align: right;
    font-style: inherit;
    margin-top: 30px;
    letter-spacing: 1px;
	}
	
@-webkit-keyframes phone {0% {-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}100% {-webkit-transform:rotateY(720deg);transform:rotateY(720deg)}}

#rmss{
    width: 100%;
    height: 35px;
    line-height: 30px;
    font-size: 13px;
    color: #000000;
	}

#rmss span{
	display:block;
	float:left;
	}

#rmss a{
    display: block;
    float: left;
    color: #000000;
    margin-right: 20px;
	}


#nav{
	width: 100%;
    height: 55px;
    background: #0950a0;
    line-height: 55px;
	}

#nav a{
	display: block;
    float: left;
    font-size: 15px;
    color: #fff;
    width: 130px;
    text-align: center;
    margin: 0px 1px;
	}

#nav a:hover{
	font-weight:bold;
	background:#f98c22;
	}
	
#cpss{
	width:100%;
	height:50px;
	}
	
.cpss_box{
    width: 350px;
    height: 35px;
    float: right;
    margin-top: 15px;
	}
	
.kuang1{
	border: 1px #c5c5c5 solid;
    border-right: 0px;
    height: 31px;
    line-height: 30px;
    float: left;
    border-radius: 20px 0px 0px 20px;
    text-indent: 15px;
    font-size: 13px;
    width: 240px;
    color: #c5c5c5;
	}

.ann{
	width: 105px;
    height: 35px;
    background: url(../img/ann_bg.png) no-repeat;
    border: 0px;
    cursor: pointer;
	}

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








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

.footer{
    clear: both;
    height: 388px;
    margin-top: 30px;
    background: #04399f;
	}
	
#foot_t{
    width: 100%;
    height: 300px;
    padding-top: 30px;
	}
	
.foot_sp{
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 15px;
	}
	
#foot_t_l{
    width: 600px;
    float: left;
    margin-left: 85px;
	}
	
#foot_t_l a{
	font-size: 13px;
    color: #FFF;
    line-height: 30px;
    margin-right: 94px;
	}

#foot_t_c{
    width: 330px;
    float: left;
    /* margin-left: 85px; */
    font-size: 13px;
    color: #FFF;
    line-height: 30px;
	}
	
#foot_t_c a{
	color: #FFF;
	}

#foot_t_r{
    width: 156px;
    float: right;
	}
	
#foot_t_r img{
	display:block;
	width:156px;
    margin-top: 22px;
	}
	
#foot_icp{
    width: 100%;
    height: 54px;
    line-height: 30px;
    border-top: 1px #6b95e1 solid;
    text-align: center;
    font-size: 13px;
    color: #FFF;
    text-transform: uppercase;
	}
	
#foot_icp_l{
    width: 845px;
    float: left;
    color: #6b95e1;
    text-align: left;
	}

#foot_icp_l a{
	color:#6b95e1;
	}

#foot_icp_r{
	width: 100%;
    float: left;
    color: #6b95e1;
	height: 35px;
    
	}

#foot_icp_r span{
	display:block;
	float:left;
	}

#foot_icp_r a{
    display: block;
    float: left;
    color: #6b95e1;
    margin-right: 10px;
	}

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








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

.main_i{
	overflow:hidden;
	margin-top:30px;
	}
	

	
	
	

#index1{
	width:100%;
	height:1465px;
	}

#index1_l{
    width: 260px;
    height: 1377px;
    background: url(../img/index1_l_bg.jpg) no-repeat;
    padding-top: 88px;
    float: left;
	}
	
#index1_l_c{
	padding: 20px 0px;
    margin: 0px auto;
    width: 225px;
    overflow: hidden;
	}
	
.prolist_con{
	width: 100%;
    height: auto;
    overflow: hidden;
	}
/* expmenu */
.arrow:hover{ cursor:pointer;}
/* expmenu */

ul.expmenu{
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    margin: 0px;
	}
	
ul.expmenu li div.header{
	width: 100%;
    height: 35px;
    text-indent: 25px;
    border-radius: 20px;
    font-family: "微软雅黑";
    background: #29a2f1;
    line-height: 35px;
    margin-bottom: 5px;
    font-size: 13px;
	}

ul.expmenu li:last-child div.header{ margin-bottom:0;}
ul.expmenu li:last-child div.header{border-bottom:none;}
ul.expmenu li ul li {	
	height: 29px;
    line-height: 29px;
    text-indent: 30px;
    margin-bottom: 10px;
    color: #434343;
    border-bottom: 1px solid #cccccc;
    font-size: 12px;
    color: #282828;
    /* background: #eeeeee; */
    margin-top: 10px;
    /* font-weight: bold;*/
	}
ul.expmenu li ul li:last-child{}
ul.expmenu li ul li.selected{background-color:#f4f4f4;}
ul.expmenu li div.header .arrow.up{background:url(../img/arrow_d.png) no-repeat 0px 0px;}
ul.expmenu li div.header .arrow.down{background:url(../img/arrow_u.png) no-repeat 0px 0px}
ul.expmenu li div.header .arrow{display:block;width:15px;height:15px;float:right; margin-right:25px; margin-top: 10px;}
ul.expmenu li div.header .label a{
	color: #fff;
    /* font-weight: bold; */
    font-size: 13px;
    display: block;
	}
ul.expmenu li div.header .label a:hover{}
ul.expmenu li .menu{
    display: none;
    padding: 0px;
    margin: 0px;
	background:none;
	height: auto;
	line-height:normal;
    background: none;
    border-bottom:none;
	}
ul.expmenu li .menu li a{ display:block; color:#434343;}
ul.expmenu li .menu li a:hover{ color:#FFF !important; text-indent:35px;}
ul.expmenu li ul li:hover{ }
/* Mouse Events */
ul.expmenu div.header:hover{cursor:pointer;}
ul.expmenu li ul li:not(.selected):hover{ font-weight:bold; cursor:pointer; color:#FFF; background:#29a2f1;}
.fl{float:left;}


#index1_r{
	width:905px;
	float:right;
	}
	
#index1_r_title{
	height: 73px;
    border-bottom: 1px #a0a0a0 solid;
    font-size: 26px;
    color: #000000;
    font-weight: bolder;
    letter-spacing: 1px;
    line-height: 73px;
	}
	
#index1_r_title a{
    float: right;
    display: block;
    width: 70px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    background: #a7a7a7;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    color: #FFF;
    margin-top: 30px;
	}
	
#index1_r_c{
    width: 100%;
    height: 1365px;
    overflow: hidden;
    margin-top: 25px;
	}

.pro_a{
	display: block;
    float: left;
    width: 215px;
    height: 215px;
    margin: 0px 5px;
    background: #818181;
    text-align: center;
    font-size: 14px;
    line-height: 32px;
    color: #FFF;
    margin-bottom: 15px;
	}
	
.pro_a img{
	display:block;
	width:215px;
	height:180px;
	}
	
.pro_a:hover{
	background:#f98c22;
	}
	
	
	
	
	
#index2{
    width: 100%;
    height: 680px;
    background: url(../img/index2_bg.jpg) no-repeat;
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    margin-top: 50px;
	}

#index2_title{
    width: 1115px;
    text-align: center;
    height: 120px;
    padding-top: 40px;
    margin: 0px auto;
	}

#index2_title_t{
    height: 84px;
    border-bottom: 1px #fff solid;
    font-size: 32px;
    font-weight: bold;
    color: #FFF;
    letter-spacing: 2px;
    line-height: 50px;
	}

#index2_title span{
	display: block;
    font-size: 44px;
    font-family: 'Impact';
    text-transform: uppercase;
    color: #FFF;
    z-index: 9999;
    position: relative;
    margin: 0px auto;
    margin-top: -25px;
    background: #0950a2;
    width: 215px;
    text-align: center;
	}

#index2_c{
    width: 100%;
    height: 390px;
    margin-top: 40px;
	}

#index2_l{
	width:570px;
	height:390px;
	float:left;
	}

#index2_l img{
    display: block;
    width: 570px;
    height: 390px;
    object-fit: cover;
	}

#index2_r{
    width: 580px;
    height: 345px;
    /* padding-top: 30px; */
    float: right;
    background: url(../img/index2_r_bg.png) no-repeat;
    padding: 0px 25px;
    font-size: 14px;
    color: #393939;
    line-height: 44px;
    padding-top: 45px;
	}

#index2_r span{
	display: block;
    font-size: 24px;
    color: #000000;
    height: 35px;
    line-height: 35px;
    margin-bottom: 10px;
	}

#index2_r a{
    display: block;
    width: 100px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    background: #f98c22;
    color: #FFF;
    text-transform: uppercase;
    margin-top: 15px;
	}
	
	
	
	
	
#index3{
	width:100%;
	height:485px;
	margin-top:50px;
	}
	
#index3_title{
    width: 100%;
    height: 130px;
    text-align: center;
	}
	
#index3_title img{
    display: block;
    width: 630px;
    height: 130px;
    margin: 0px auto;
	}
	
#index3_c{
    width: 100%;
    height: 320px;
    margin-top: 30px;
	}

#index3_c a{
	display: block;
    float: left;
    padding: 20px 15px;
    background: #f6f6f6;
    width: 200px;
    height: 280px;
    margin: 0px 5px;
    font-size: 16px;
    color: #030200;
    line-height: 38px;
	text-align: center;
	}
	
#index3_c a p{
	margin:0px;
	padding:0px;
	}

#index3_c a span{
    display: block;
    text-align: center;
    font-size: 28px;
    color: #030200;
    line-height: 64px;
	}





#index4{
    width: 100%;
    height: 445px;
    background: #f6f6f6;
    margin-top: 50px;
    padding-top: 35px;
	}

#index4_title{
    width: 100%;
    height: 59px;
    line-height: 59px;
    border-bottom: 1px #0950a0 solid;
    font-size: 30px;
    color: #000000;
    font-weight: bold;
    letter-spacing: 1px;
	}

#index4_title a{
    float: right;
    display: block;
    width: 70px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    background: #a7a7a7;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    color: #FFF;
    margin-top: 20px;
	}

#index4_c{
    width: 100%;
    height: 290px;
    margin-top: 35px;
	}

.al_a{
	display: block;
    float: left;
    width: 290px;
    height: 290px;
    margin-right: 20px;
	}

.al_a img{
	display: block;
    width: 290px;
    height: 290px;
    object-fit: cover;
	}

.al_a span{
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #FFF;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    position: relative;
    margin-top: -50px;
	}
	
	
	
	
	
#index5{
    width: 100%;
    height: 460px;
    /* background: #f2f2f2; */
    margin-top: 50px;
    /* padding-top: 50px;*/
	}

.index5_title{
    width: 100%;
    height: 59px;
    line-height: 59px;
    border-bottom: 1px #000 solid;
    font-size: 30px;
    color: #000000;
    font-weight: bold;
    letter-spacing: 1px;
	}

.index5_title a{
	float: right;
    display: block;
    width: 70px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    background: #a7a7a7;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    color: #FFF;
    margin-top: 20px;
	}

.news_box{
	display: block;
    height: 34px;
    line-height: 34px;
    border-bottom: 1px #949595 dotted;
    font-size: 14px;
    color: #000000;
    margin-bottom: 5px;
	}

.news_box span{
	float:right;
	}

#index5_l{
    width: 650px;
    float: left;
	}

#index5_l_c{
    width: 100%;
    margin-top: 30px;
	}

#index5_l_c1{
	height: 135px;
    overflow: hidden;
	}

#index5_l_c1 a{
	display: block;
    font-size: 14px;
    color: #000000;
    line-height: 32px;
	}
	
#index5_l_c1 a img{
	display: block;
    float: left;
    width: 235px;
    height: 135px;
    object-fit: cover;
    margin-right: 25px;
	}
	
#index5_l_c1 a span{
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
	}
	
#index5_l_c2{
	width: 100%;
    margin-top: 25px;
	}

#index5_r{
	width: 500px;
    float: right;
	}

#index5_r_c{
    width: 100%;
    margin-top: 30px;
	}


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








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

.sidebar_t_title{
    width: 100%;
    text-align: center;
    height: 53px;
    padding-top: 7px;
    line-height: 24px;
    background: #1e61ba;
    color: #FFF;
    font-size: 18px;
	}
	
.sidebar_t_title span{
	display: block;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
	}

	
.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: 50px;
	}
	
.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 #085fa6;
    padding: 3px 4px;
    font-size: 12px;
    color: #000;
	}

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

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

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

.pro{
	padding:0px;
	margin:0px;
	}
	
.pro a{
    width: 273px;
    height: 240px;
    float: left;
    display: block;
    border: 1px #ccc dashed;
    padding: 5px;
    text-align: center;
    line-height: 24px;
    color: #282828;
    font-size: 12px;
    font-family: '微软雅黑';
    margin: 15px 10px;
	}
	
.pro a img{
    width: 273px;
    height: 205px;
	}

.pro a:hover{
	background:#085fa6;
	color:#FFF;
	border:1px #FFF dashed;
	}
	
.o_product_thumb{
	width:100%;
	text-align:center;
	}
	
.o_product_info{
	font-size: 14px;
    line-height: 28px;
	}

.order-content{
    padding: 20px 30px;
    background: #fff;
}

.order-content .order-line{
    color: #333;
    height: 30px;
    line-height: 30px;
    margin-bottom: 12px;
    font-size: 14px;
}
.order-content .order-line:after{
    display: block;
    content: '';
    clear: both;
    height: 0;
    width: 0;
}
.order-content .order-line lable{
    width: 70px;
    margin-right: 5px;
    display: inline-block;
    float: left;
    text-align: right;
}
.order-content .order-line .order-zhi{
    float: left;
    padding: 10px;
    line-height: 30px;
    padding: 0px 10px;
    max-width: 380px;
    border: 1px solid #d2d2d2;
}
.order-content .order-line .order-zhi.noborder{
    border:none;
}
.order-content .order-line  .order-zhi.overword{
    height: 30px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;

}
.order-line.bz-line{
    height: auto;
}
.order-content .order-line .beizhu{
    padding: 10px;
    float: left;
    border: 1px solid #d2d2d2;
}
.order-content .order-line .dwid{
    width: 375px;
}
.order-content .order-line img{
    display: inline-block;
    float: left;
    margin-left:15px;
}
.order-content .go-sub{
    margin-left:70px;
    border: none;
    color: #fff;
    background: #0158AD;
    font-size: 14px;
    padding: 8px 28px;
    margin-top:8px;
    border-radius: 5px;
    outline: none;
}
.order-content .go-sub:hover
{
    background: #FE4200;
}
.go_order{
	display:block;
	width:140px;
	height:30px;
	line-height:32px;
	color:white;
	text-align:center;
	background:#0950a0;
	border:0px;
	cursor:pointer;
}
.go_order:hover{
	background:#c30f1b;
}

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

.news{
	margin-left: 0px;
    padding: 0px;
	}
	
.news a{
	display:block;
	height:34px;
	line-height:34px;
	border-bottom:1px #ccc dashed;
	font-size:13px;
	color:#282828;
	margin-bottom:10px;
	}
	
.news a span{
	float:right;
	margin-right:5px;
	}
	
.news a:hover{
	background:#085fa6;
	color:#FFF;
	font-weight:bold;
	text-indent:10px;
	border-bottom:1px #fff dashed;
	}


/****************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{}

.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: #085fa6;
    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:#0950a0;}

/**************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 */
