@charset "utf-8";
/* CSS Document */
*{
	margin:0 ;
	padding:0;
}
a{
	text-decoration:none;
	outline:none;
}

img{
	outline:none;
	border:none;
}

li{
	list-style:none;
}

body{
	font-family:Microsoft YaHei;
}

.clear {clear:both;}

/*-------------------------------------------*/
.header_top{
	width:100%;
	background:#edeef6;
}

.header_top .h_top{
	width:1200px;
	margin:0 auto;
	text-align:right;
	padding:5px 0;
	overflow:hidden;
}

.header_top .h_top h1{float:right;font-size:14px;color:#151a5a;line-height:21px;margin-right:25px;}
.header_top .h_top p{float:right;}

.header_top .h_top p a{
	font-size:14px;
	color:#151a5a;
	padding:0 10px;
	border-right:1px solid #d0d0d0;
}

.header_top .h_top p a:last-child{
	border:none;
}

.header{
	width:1200px;
	margin:0 auto;
	padding:15px 0;
}

.header .headleft{
	float:left;
}

.header .headleft .logo{
	float:left;
	width:150px;
}

.header .headleft .logo img{
	width:100%;
} 

.header .headleft .adver{
	width: 300px;
	float: left;
	margin-top: 20px;
	margin-left: 30px;
	border-left: 1px solid #f6aa00;
	padding-left: 30px;
	overflow:hidden;
	height:40px;
} 

.header .headleft .adver h5{
	font-size:24px;
	color:#f6aa00;
	margin:2px 0;
	font-weight:normal;
}

.header .headleft .adver p{
	font-size:14px;
	color:#151a5a;
	margin:2px 0;
}

.header .headright{
	float:right;
	margin-top: 22px;
} 

.header .headright h6{
	font-size:20px;
	color:#151a5a;
	font-weight:normal;
	padding-left:55px;
	background:url(../img/phone.png)left no-repeat;
	background-size:45px;
}

/* .header .headleft p{
	float:left;
	margin-top: 25px;
	font-size:24px;
}

.header .headleft p a{
	color:#151a5a;
}
 */
/* =============电脑导航style============= */
.nav{
	width:100%;
	background:#f6aa00;
	border-bottom:2px solid #151a5a;
}
.head_nav{width:1200px;margin:0 auto;}
.PCheader {width:100%;z-index:13;}
.PCnav {/*width:70.5%;*//*padding:0 14.75%;*/ margin:0 auto;}
.PCnavBox {position:relative;}
.PCnav li.columnA {float:left; padding:0 1.5%;transition: all 0.5s;-moz-transition: all 0.5s;-webkit-transition: all 0.5s;-o-transition: all 0.5s;position:relative;}
.PCnav a.yiji {display:block; padding:15px 30px; font-size:14px; color:#fff; transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari 和 Chrome */
	-o-transition: all 0.5s; /* Opera */}
.PCnav li.active{background:#151a5a;color:#fff;}
.PCnav li.active a{color:#fff;}
.PCnav li:hover{background:#151a5a;}
.PCnav li:hover a.yiji {color:#f6aa00;}
.PCnav .columnA-body {text-align:center;top:50px;display:none;left:0;position:absolute;width:100%;background-color:rgba(255,255,255,.95);z-index:999;}
.PCnav li:hover .columnA-body {/*display:block;*/}
.PCnav .columnA-body a{display:block;font-size:14px;line-height:35px;border-bottom:1px solid #f5f6f7;color:#090909 !important;}
.PCnav .columnA-body a:hover{color:#fff!important;background:#151a5a;}

/*----------------------------banner-----------------------------*/
.banner{width:100%;position:relative;}
.banner .index-banner .slider-carousel img{max-width:100%;}
.banner .index-banner .slider-carousel .owl-dots{position:absolute;width:100%;bottom:14px;left:0;text-align:center;}
.banner .index-banner .slider-carousel .owl-dots .owl-dot{display:inline-block;width:10px;height:10px;background:#151a5a;border-radius:50px;margin:0 5px;background:none;border:1px solid #f6aa00;}
.banner .index-banner .slider-carousel .owl-dots .owl-dot.active{background:#f6aa00;}
.owl-carousel button{outline:none;}

/*-------------------check_box-----------------------*/
.check_box{
	width:1200px;
	margin:0 auto;
	padding:20px 0;
}

.check_box img{
	max-width:100%;
}

.check_box .check_mess{
	width:360px;
	float:left;
	padding: 20px;
}

.check_box .check_mess h5{
	font-size:18px;
	color:#f6aa00;
	font-weight:normal;
	padding-left:30px;
	margin:10px 0;
	padding-bottom:15px;
	border-bottom: 1px dashed #f6aa00;
}

.check_box .check_mess label{
	text-align:right;
	color:#151a5a;
}

.check_box .yundan h5{
	background:url(../img/yundan.png) left 2px no-repeat;
	background-size:25px;
}

.check_box .yundan form textarea{
	width:300px;
	height:120px;
	resize:none;
	font-size:14px;
	padding:5px;
	box-sizing:border-box;
	border:1px solid #e2e2e2;
	margin:5px 0 10px 0;
	color:#151a5a;
}

.check_box .check_mess input.tijiao{
	font-size:14px;
	color:#fff;
	padding:7px 35px;
	background:#f6aa00;
	border-radius:4px;
	border:1px solid #f6aa00;
	margin-top: 10px;
	display: inline-block;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari 和 Chrome */
	-o-transition: all 0.5s; /* Opera */
	cursor: pointer;
}

.check_box .check_mess input.tijiao:hover{
	color:#f6aa00;
	background:#fff;
	border:1px solid #e2e2e2;
}

.check_box .price h5{
	background:url(../img/prices.png) left 2px no-repeat;
	background-size:25px;
}

.check_box .price .price_left{
	width:70px;
	float:left;
	line-height:43px;
	color:#151a5a;
	text-align:right;
}

.check_box .price form{
	width:270px;
	float:left;
	font-size:14px;
	color:#f6aa00;
}

.check_box .price form input{
	width:240px;
	margin:5px 2px 5px 0;
	padding:5px;
	box-sizing:border-box;
	line-height:23px;
	border:1px solid #e2e2e2;
	color:#151a5a;
}

.check_box .price form input.jisuan{
	width:70px;
	margin:5px 2px 5px 2px;
}

.check_box .price form select{
	height: 30px;
	margin: 5px 0;
	color:#151a5a;
}

.check_box .huiyuan h5{
	background:url(../img/huiyuan.png) left 2px no-repeat;
	background-size:25px;
}

.check_box .huiyuan_left{
	width:70px;
	float:left;
	line-height:43px;
	color:#151a5a;
	text-align:right;
}

.check_box .huiyuan form{
	width:250px;
	float:left;
	font-size:14px;
	color:#f6aa00;
}

.check_box .huiyuan form input{
	width:240px;
	margin:5px 2px 5px 0;
	padding:5px;
	box-sizing:border-box;
	line-height:23px;
	border:1px solid #e2e2e2;
	color:#151a5a;
}

.check_box .huiyuan form p{
	font-size:14px;
	color:#f6aa00;
	margin:5px 0;
}

.check_box .huiyuan form p a{
	color:#151a5a;
	background:#f6aa00;
}

/*--------------------------index_about-----------------------------------*/
.index_about{
	width:100%;
	position:relative;
	background:url(../img/abg.jpg)center no-repeat;
}

.index_about .in_about{
	width:1200px;
	margin:0 auto;
	box-sizing:border-box;
	background:rgba(16,18,42,0.2);
}

.index_about .in_about .a_left{
	width:500px;
	float:left;
}

.index_about .in_about .a_left img{
	max-width:100%;
	display:block;
}

.index_about .in_about .right_mess{
	width:620px;
	float:right;
	margin-left:40px;
	padding:20px;
	color:#fff;
}

.index_about .in_about .right_mess h6{
	font-size:48px;
	font-weight:normal;
	color:#f6aa00;
	opacity:0.4;
	margin-top:20px;
}

.index_about .in_about .right_mess h5{
	font-size:24px;
	font-weight:normal;
	margin:10px 0 25px 0;
	color:#f6aa00;
}

.index_about .in_about .right_mess p{
	font-size:14px;
	margin:10px 0;
	line-height:26px;
}


.index_about .in_about .right_mess a{
	font-size:14px;
	display:inline-block;
	margin-top:20px;
	background:#f6aa00;
	color:#fff;
	padding:7px 40px;
	border-radius:4px;
	border:1px solid #f6aa00;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari 和 Chrome */
	-o-transition: all 0.5s; /* Opera */
}

.index_about .in_about .right_mess a:hover{
	background:none;
	border:1px solid #f6aa00;
}

/*------------------------服务业务-------------------------*/
.index_yewu{
	width:100%;
	/* background:url(../img/yewubg.png) center no-repeat; */
}

.index_yewu .yewu_box{
	width:1200px;
	margin:0 auto;
	padding:30px 0;
}

.index_yewu .yewu_box .yewu_title{
	text-align:center;
	margin:10px 0;
}

.index_yewu .yewu_box .yewu_title h6{
	font-size:32px;
	font-weight:normal;
	color:#f6aa00;
	opacity:0.3;
}

.index_yewu .yewu_box .yewu_title h5{
	font-size:24px;
	font-weight:normal;
	color:#f6aa00;
	padding-bottom:10px;
	background:url(../img/bg0002.png)bottom no-repeat;
	background-size:80px;
}

.index_yewu .yewu_box .fuwu_nav{
	text-align:center;
	width: 645px;
	margin: 0 auto;
}

.index_yewu .yewu_box .fuwu_nav a{
	color:#151a5a;
	font-size:14px;
	background:#fff;
	padding:5px 13px;
	margin:5px;
	display:inline-block;
	border-radius:4px;
	border:1px solid #f6aa00;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari 和 Chrome */
	-o-transition: all 0.5s; /* Opera */
}

.index_yewu .yewu_box .fuwu_nav a:hover{
	color:#fff;
	background:#151a5a;
	border:1px solid #151a5a;
}

.index_yewu .yewu_box .yewu{
	margin:20px 0;
}

.index_yewu .yewu_box .yewu ul li{
	width:32%;
	float:left;
	margin:10px 8px;
	overflow:hidden;
	text-align:center;
	box-sizing:border-box;
}

.index_yewu .yewu_box .yewu ul li h2{
	font-size:16px;
	margin:10px 0;
	font-weight:normal;
}

.index_yewu .yewu_box .yewu ul li h2 a{
	color:#151a5a;
	display:inline-block;
	width:100%;
}

.index_yewu .yewu_box .yewu ul li h2 a:hover{
	color:#f6aa00;
	transition: all 0.6s;
	-moz-transition:all 0.6s; /* Firefox 4 */
	-webkit-transition:all 0.6s; /* Safari 和 Chrome */
	-o-transition:all 0.6s; /* Opera */
}

.index_yewu .yewu_box .yewu ul li .yewu_pic{
	overflow:hidden;
	border-radius: 4px;
}

.index_yewu .yewu_box .yewu ul li .yewu_pic img{
	width:100%;
	border-radius: 4px;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari 和 Chrome */
	-o-transition: all 0.5s; /* Opera */
}

.index_yewu .yewu_box .yewu ul li:hover .yewu_pic img{
	-webkit-transform:scale(1.14);
	-moz-transform:scale(1.14);
	transform:scale(1.14);
}


/*-----------------------changshi-------------------*/
.changshi{
	padding:10px 0;
	width:100%;
	background:url(../img/n-banner01.jpg)center no-repeat;
}

.changshi .huodai{
	width:1200px;
	margin:0 auto;
	padding:30px 0;
	background:rgba(43,49,55,0.7);
}



.changshi .huodai .changshi_title{
	text-align:center;
	margin:10px 0;
}

.changshi .huodai .changshi_title h6{
	font-size:32px;
	font-weight:normal;
	color:#f6aa00;
	opacity:0.3;
}

.changshi .huodai .changshi_title h5{
	font-size:24px;
	font-weight:normal;
	color:#f6aa00;
	padding-bottom:10px;
	background:url(../img/bg0002.png)bottom no-repeat;
	background-size:80px;
}

.changshi .huodai .chang_box{
	padding:20px;
}

.changshi .huodai .chang_box ul li{
	width:32%;
	float:left;
}

.changshi .huodai .chang_box ul li{
	width:32%;
	float:left;
	padding:10px;
	box-sizing:border-box;
	margin:5px;
}

.changshi .huodai .chang_box ul li h6{
	font-size:20px;
	font-weight:normal;
	color:#f6aa00;
	margin:10px 0;
}

.changshi .huodai .chang_box ul li p{
	font-size:16px;
	color:#fff;
	line-height:30px;
}

.changshi .huodai .chang_box ul li p.huo_more{
	margin:10px 0;
}

.changshi .huodai .chang_box ul li p.huo_more a{
	font-size:14px;
	color:#f6aa00;
	border:1px solid #f6aa00;
	border-radius:4px;
	padding:5px 15px;
	margin:10px 0;
}

/*----------------------index_new--------------------------------------------------------*/
.index_new{
	position:relative;
	margin:10px 0;
}

.index_new h4{
	font-size:16px;
	color:#f6aa00;
	background:url(../img/yundan.png)left 0px no-repeat;
	background-size:20px;
	padding-left:30px;
	margin:10px 0;
	padding-bottom:10px;
	border-bottom:1px dashed #f6aa00;
}

.index_new .news_list{
	width:25%;
	float:left;
	padding:10px;
	margin:5px 0;
	box-sizing:border-box;
}

.index_new .news_list ul li{
	padding-bottom:10px;
	border-bottom:1px dashed #ececec;
}

.index_new .news_list ul li h5 a{
	font-size:14px;
	color:#585858;
	font-weight:normal;
	background:url(../img/yewu003.png)left no-repeat;
	background-size:15px;
	padding:5px 0 5px 25px;
}

.index_new .news_list ul li h5 a:hover{color:#f6aa00
	
}
/*------------------index_liuyan---------------------*/
.index_liuyan{
	width:100%;
	background:url(../img/lybg.gif)center no-repeat;
	padding:30px 0;
}

.index_liuyan .inliuyan{
	width:1200px;
	margin:0 auto;
	background:rgba(255,255,255,0.3);
}

.index_liuyan .inliuyan .liuyan_title{
	text-align:center;
	margin:10px 0;
}

.index_liuyan .inliuyan .liuyan_title h6{
	font-size:32px;
	font-weight:normal;
	color:#f6aa00;
	opacity:0.3;
}

.index_liuyan .inliuyan .liuyan_title h5{
	font-size:24px;
	font-weight:normal;
	color:#f6aa00;
	padding-bottom:10px;
	background:url(../img/bg0002.png)bottom no-repeat;
	background-size:92px;
}

.index_liuyan .inliuyan .liuyan_box{
	width:45%;
	margin:0 auto;
	text-align:center;
	padding:20px;
	box-sizing:border-box;
}

.index_liuyan .inliuyan .liuyan_box h5{
	font-size:18px;
	color:#f6aa00;
	font-weight:normal;
	padding-left:30px;
	margin:10px 0;
	padding-bottom:15px;
	border-bottom: 1px dashed #f6aa00;
}

.index_liuyan .inliuyan .liuyan_box h5{
	background:url(../img/liuyan.png) 40% 2px no-repeat;
	background-size:25px;
}

.index_liuyan .inliuyan .liuyan_box form{
	padding:10px;
	box-sizing:border-box;
}

.index_liuyan .inliuyan .liuyan_box form input{
	width:90%;
	height:40px;
	margin:10px 0;
	background:rgba(255,255,255,0.5);
	border:1px solid #f6aa00;
	padding:5px;
	color:#151a5a;
	box-sizing:border-box;
	font-size:14px;
}

.index_liuyan .inliuyan .liuyan_box form textarea{
	width:90%;
	height:100px;
	margin:10px 0;
	background:rgba(255,255,255,0.5);
	border:1px solid #f6aa00;
	padding:5px;
	color:#151a5a;
	resize:none;
	box-sizing:border-box;
	font-size:14px;
}

.index_liuyan .inliuyan .liuyan_box p.anquan{
	color:#151a5a;
	font-size:14px;
	padding:5px;
	box-sizing:border-box;
}

.index_liuyan .inliuyan .liuyan_box p.anquan a{
	color:#fff;
	font-size:14px;
	padding:5px 20px;
	background:#151a5a;
	margin:0 21px;
}

.index_liuyan .inliuyan .liuyan_box p.anquan input{
	width:40%;
	height:36px;
	margin:10px 0;
	background:rgba(255,255,255,0.5);
	border:1px solid #f6aa00;
	padding:5px;
	color:#151a5a;
	resize:none;
	box-sizing:border-box;
	margin-left:20px;
}

.index_liuyan .inliuyan .liuyan_box button.tijiao{
	background: #f6aa00;
    color: #fff;
    padding:8px 28px;
    font-size: 14px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    margin-top: -5px;
}

/*-------------------------footer----------------------------------*/
.footer{
	width:100%;
	background:#151a5a;
	padding:20px 0;
}

.footer .foot{
	width:1200px;
	margin:0 auto;
}

.footer .foot .foot_title{
	text-align:center;
	margin:10px 0;
}

.footer .foot .foot_title h6{
	font-size:32px;
	font-weight:normal;
	color:#f6aa00;
	opacity:0.3;
}

.footer .foot .foot_title h5{
	font-size:24px;
	font-weight:normal;
	color:#f6aa00;
	padding-bottom:10px;
	background:url(../img/bg0002.png)bottom no-repeat;
	background-size:92px;
}

.footer .foot .foot_box{
	width:48%;
	float:left;
	margin:15px 0;
	padding:10px;
	box-sizing:border-box;
}

.footer .foot .foot_box h5{
	font-size:16px;
	color:#f6aa00;
	margin:10px 0;
	padding:10px 0 10px 30px;
	border-bottom:1px dashed #f6aa00;
	background:url(../img/lxmap.png)left no-repeat;
	background-size:15px;
}

.footer .foot .foot_box p{
	font-size:14px;
	color:#ecedff;
	margin:10px 0;
	line-height:26px;
}

.footer .foot .foot_box h6{
	font-size:12px;
	color:#f6aa00;
	margin:10px 0;
	font-weight:normal;
	line-height:26px;
}

.footer .foot .foot_bottom{
	text-align:center;
}

.footer .foot .foot_bottom p,.footer .foot .foot_bottom a{
	font-size:14px;
	color:#ecedff;
	line-height:26px;
}

/*------------------------kefu-------------------------*/
.kefu{
	position:fixed;
	right:10px;
	top:27%;
	z-index:9999;
}

.kefu .kefu_mess{
	position:relative;
}

.kefu h5{
	font-size:16px;
	color:#f6aa00;
	background:url(../img/lianxi.png)5px 7px no-repeat;
	background-size:20px;
	padding: 35px 7px 5px 7px;
	margin:3px 0;
	cursor:pointer;
	position: absolute;
	left: -32px;
	background-color:#fff;
	border-radius:4px;
	border:1px solid #d9eaee;
}

.kefu .kf_box ul.kflist{
	display:block;
	margin-top:10px;
	background:#fff;
	padding:10px;
	box-sizing:border-box;
	border-radius:4px;
}

.kefu .kf_box ul.kflist li{
	margin:5px 0;
	background:url(../img/qq.png)left 3px no-repeat;
	background-size:15px;
	padding-left:30px;
	padding-bottom:10px;
	border-bottom:1px dashed #c9d9e0;
}

.kefu .kf_box ul.kflist li a{
	font-size:16px;
	color:#151a5a;
}

/*---------------------bread-------------------------*/
.bread{
	width:100%;
	bottom:0;
	z-index:999;
	/* background: rgba(6, 9, 47, 0.8); */
	box-shadow: 2px 1px 10px #E4E4E4;
}

.bread .bread_mess{
	width:1200px;
	margin:0 auto;
}

.bread .bread_mess p{
	font-size:14px;
	color:#f6aa00;
	padding:10px 0 10px 20px;
	background:url(../img/home002.png)left no-repeat;
	background-size:20px;
}

.bread .bread_mess a{
	font-size:14px;
	color:#9b978f;
	margin:0 10px;
}
.bread .bread_mess a:hover{
	color:#f6aa00;
}
/*--------------------inner_content----------------------------*/
.inner_content{
	padding:20px 0;
}

.inner_content .in_about{
	width:1200px;
	margin:0 auto;
}

.inner_content .in_about .about_title{
	text-align:center;
	margin:15px 0;
}

.inner_content .in_about .about_title h6{font-size:24px;font-weight:normal;color:#efefef;margin-bottom:10px;}
.inner_content .in_about .about_title h5{font-size:24px;font-weight:normal;color:#f6aa00;padding-bottom:15px;position:relative;}
.inner_content .in_about .about_title h5:after{position:absolute;content:"";width:90px;height:1px;margin:0 auto;bottom:0;left:0;right:0;background:#f6aa00;}

.inner_content .in_about .ab_mess{margin-top:50px;}
.inner_content .in_about .ab_mess .left_text{float:left;width:50%;}
.inner_content .in_about .ab_mess .left_text span{font-size:14px;color:#333;letter-spacing:3.5px}

.inner_content .in_about .ab_mess h5{
	font-size:24px;
	color:#f6aa00;
	font-weight:normal;
	margin:10px 0;
}

.inner_content .in_about .ab_mess h6{
	font-size:14px;
	color:#151a5a;
	font-weight:normal;
	margin:10px 0;
}

.inner_content .in_about .ab_mess p{
	font-size:14px;
	color:#2d2d2d;
	margin-top:30px;
	line-height:30px;
	text-indent:2em;
}

.inner_content .in_about .ab_pic{
	width:43%;
	float:right;
}

.inner_content .in_about .ab_pic img{
	width:100%;
}

.inner_content  .m_about{
	width:100%;
	margin:60px 0 20px 0;
}

.inner_content .m_about .more_about{
	width:1200px;
	margin:0 auto;
}

.inner_content  .m_about .more_about ul{
	width:50%;
	float:right;
	padding-bottom:30px;
}

.inner_content  .m_about .more_about ul h5{
	font-size:24px;
    color: #f6aa00;
    font-weight: normal;
    margin: 10px 0;
	letter-spacing: 1px;
}

.inner_content  .m_about .more_about ul span{
	font-size:14px;
    color:#333;
	display:inline-block;
	margin-bottom:15px;
	letter-spacing: 5px
}

.inner_content  .m_about .more_about ul p{font-size:14px;color:#333;}
.inner_content .m_about .more_about ul li{color:#333;margin:15px 0;font-size:14px;line-height:30px;box-sizing:border-box;}
.inner_content .m_about .more_about .more_pic{width:43%;float:left;}
.inner_content .m_about .more_about .more_pic img{max-width:100%;display:block;}
.inner_content .zongzhi{
	width:1200px;
	margin:0 auto;
	padding:15px 0;
}

.inner_content .zongzhi .zongzhi_title{
	text-align:center;
	margin:15px 0;
}

.inner_content .zongzhi .zongzhi_title h6{
	font-size:32px;
	font-weight:normal;
	color:#f6aa00;
	opacity:0.3;
}

.inner_content .zongzhi .zongzhi_title h5{
	font-size:24px;
	font-weight:normal;
	color:#f6aa00;
	padding-bottom:10px;
	background:url(../img/bg0002.png)bottom no-repeat;
	background-size:92px;
}

.inner_content .zongzhi ul{
	margin:20px 0 30px 0;
	padding:20px 0;
}

.inner_content .zongzhi ul li{
	width:25%;
	float:left;
	text-align:center;
	cursor:pointer;
}

.inner_content .zongzhi ul li img{
	height:60px;
	transition:all 0.2s ease-in-out;
}

.inner_content .zongzhi ul li h5{
	margin:10px 0;
	color:#151a5a;
	font-size:16px;
}

.inner_content .zongzhi ul li:hover img{
	-webkit-transform:scale(1.1,1.1);
	transform:scale(1.1,1.1);
}

/*-----------------------------业务-------------------------------*/
.inner_content .in_product{
	width:1200px;
	margin:0 auto;
}

.inner_content .in_product .product_title{
	text-align:center;
	margin:15px 0;
}

.inner_content .in_product .product_title h6{
	font-size:24px;
	font-weight:normal;
	color:#dadada;
	opacity:0.3;
}

.inner_content .in_product .product_title h5{
	font-size:24px;
	font-weight:normal;
	color:#f6aa00;
	padding-bottom:10px;
	background:url(../img/bg0002.png)bottom no-repeat;
	background-size:92px;
}

.inner_content .in_product .product_box{
	margin:15px 0;
}

.inner_content .in_product .product_box ul li{
	width:32%;
	float:left;
	padding:10px;
	box-sizing:border-box;
	margin:10px 5px;
	
}

.inner_content .in_product .product_box ul li .pro_pic{
	overflow:hidden;
	border-radius:4px;
}

.inner_content .in_product .product_box ul li .pro_pic img{
	width:100%;
	border-radius:4px;
	transition: all 0.6s;
	-moz-transition:all 0.6s; /* Firefox 4 */
	-webkit-transition:all 0.6s; /* Safari 和 Chrome */
	-o-transition:all 0.6s; /* Opera */
}

.inner_content .in_product .product_box ul li h5{
	font-size:18px;
	font-weight:normal;
	margin:6px 0;
}

.inner_content .in_product .product_box ul li h5 a{
	color:#151a5a;
	background:url(../img/yewu003.png)left no-repeat;
	background-size:20px;
	padding-left:30px;
	transition: all 0.6s;
	-moz-transition:all 0.6s; /* Firefox 4 */
	-webkit-transition:all 0.6s; /* Safari 和 Chrome */
	-o-transition:all 0.6s; /* Opera */
	font-weight:bold;
}

.inner_content .in_product .product_box ul li h5 a:hover{
	color:#f6aa00;
}

.inner_content .in_product .product_box ul li p{
	font-size:14px;
	color:#9b978f;
	line-height:20px;
}

.inner_content .in_product .product_box ul li:hover img{	-webkit-transform:scale(1.14);
	-moz-transform:scale(1.14);
	transform:scale(1.14);
}

/*---------------------------news---------------------------*/
.inner_content .in_news{
	width:1200px;
	margin:0 auto;
}

.inner_content .in_news .news_title{
	text-align:center;
	margin:15px 0;
}

.inner_content .in_news .news_title h6{
	font-size:24px;
	font-weight:normal;
	color:#dadada;
	opacity:0.3;
}

.inner_content .in_news .news_title h5{
	font-size:24px;
	font-weight:normal;
	color:#f6aa00;
	padding-bottom:10px;
	background:url(../img/bg0002.png)bottom no-repeat;
	background-size:92px;
}

.inner_content .in_news .top_news{
	margin:30px 0;
	position:relative;
}

.inner_content .in_news .top_news .top_pic{
	width:50%;
	float:left;
}

.inner_content .in_news .top_news .top_pic img{
	width:100%;
}

.inner_content .in_news .top_news .top_mess{
	position: absolute;
	right: 90px;
	width: 50%;
	background: rgba(230, 232, 233, 0.8);
	top: 65px;
	padding:15px;
	box-sizing:border-box;
	border-radius:4px;
}

.inner_content .in_news .top_news .top_mess h5{
	font-size:18px;
	margin:5px 0;
}

.inner_content .in_news .top_news .top_mess h5 a{
	color:#040620;
}

.inner_content .in_news .top_news .top_mess span{
	color:#858592;
	font-size:12px;
	margin-right:20px;
}

.inner_content .in_news .top_news .top_mess p{
	color:#080a29;
	font-size:14px;
	line-height:26px;
	margin:5px 0;
}

.inner_content .in_news .top_news .top_mess h5 a:hover{
	color:#f6aa00;
}

.inner_content .in_news .news_list{
	margin:20px 0;
}

.inner_content .in_news .news_list ul li{
	border-bottom:1px dashed #c9c7c3;
	padding:15px;
	margin:10px 0;
} 

.in_news .news_list ul li .news_time{
	width:10%;
	float:left;
	text-align:center;
	background:#151a5a;
	padding:15px;
	margin-right:30px;
	border-radius:4px;
	box-sizing:border-box;
}

.in_news .news_list ul li .news_time p{
	font-size:26px;
	color:#7074b3;
}

.in_news .news_list ul li .news_time span{
	font-size:30px;
	color:#f6aa00;
}

.in_news .news_list ul li .news_mess{
	width:80%;
	float:left;
}

.in_news .news_list ul li .news_mess h5{
	font-size:18px;
	margin:5px 0;
	font-weight:normal;
}

.in_news .news_list ul li .news_mess h5 a{
	color:#040620;
	font-weight:bold;
}

.in_news .news_list ul li .news_mess p{
	font-size:14px;
	color:#898989;
	line-height:26px;
}

.in_news .news_list ul li .news_mess h5 a:hover{
	color:#f6aa00;
}

/*----------------page------------------*/
.inner_content .page{
	width:50%;
	margin:0 auto;
	padding:15px 0;
	text-align:center;
}

.inner_content .page li{
	float:left;
	margin:5px 10px;
}

.inner_content .page a{
	cursor:pointer;
	margin:0 5px;
	font-size:16px;
	color:#151a5a;
	padding:5px 10px;
	border-radius:4px;
	border:1px solid #151a5a;
	transition: all 0.6s;
	-moz-transition:all 0.6s; /* Firefox 4 */
	-webkit-transition:all 0.6s; /* Safari 和 Chrome */
	-o-transition:all 0.6s; /* Opera */
}

.inner_content .page a.prev{
	padding: 5px 15px;
	background:url(../img/nav-left.png)center no-repeat;
	background-size:20px;
}

.inner_content .page a.next{
	padding: 5px 15px;
	background:url(../img/nav-right.png)center no-repeat;
	background-size:20px;
}

.inner_content .page a:hover{
	background-color:#151a5a;
	color:#f6aa00;
}

/*------------------KNOWLEDGE------------------------*/
.inner_content .in_knowledge{
	width:1200px;
	margin:0 auto;
	padding:15px 0;
}

.inner_content .in_knowledge .know_title{
	text-align:center;
	margin:15px 0;
}

.inner_content .in_knowledge .know_title h6{
	font-size:32px;
	font-weight:normal;
	color:#f6aa00;
	opacity:0.3;
}

.inner_content .in_knowledge .know_title h5{
	font-size:24px;
	font-weight:normal;
	color:#f6aa00;
	padding-bottom:10px;
	background:url(../img/bg0002.png)bottom no-repeat;
	background-size:92px;
}

.inner_content .in_knowledge .know_pic{
	width:40%;
	float:left;
	margin-right:20px;
}

.inner_content .in_knowledge .know_pic img{
	width:100%;
	border-radius:4px;
}

.inner_content .in_knowledge .know_box{
	margin:5px 0;
	width:58%;
	float:left;
}

.inner_content .in_knowledge .know_box ul li{
	margin:10px 0;
	padding:10px 0;
	border-bottom:1px dashed #151a5a;
}

.inner_content .in_knowledge .know_box ul li h5{
	font-size:16px;
	background:url(../img/wen.png)left no-repeat;
	background-size:20px;
	padding-left:30px;
	margin:10px 0;
}

.inner_content .in_knowledge .know_box ul li h5 a{
	color:#151a5a;
}

.inner_content .in_knowledge .know_box ul li p{
	font-size:12px;
	color:#5f6068;
	background:url(../img/da.png)left 3px no-repeat;
	background-size:20px;
	padding-left:30px;
	line-height:26px;
	margin:10px 0;
}

/*--------------------资料下载------------------*/
.inner_content .in_download{
	width:1200px;
	margin:0 auto;
}

.inner_content .in_download .down_title{
	text-align:center;
	margin:15px 0;
}

.inner_content .in_download .down_title h6{
	font-size:32px;
	font-weight:normal;
	color:#f6aa00;
	opacity:0.3;
}

.inner_content .in_download .down_title h5{
	font-size:24px;
	font-weight:normal;
	color:#f6aa00;
	padding-bottom:10px;
	background:url(../img/bg0002.png)bottom no-repeat;
	background-size:92px;
}

.inner_content .in_download .down_pic{
	margin:15px 0;
}

.inner_content .in_download .down_pic img{
	width:100%;
	border-radius:4px;
}

.inner_content .in_download .down_box{
	margin:10px 0;
}

.inner_content .in_download .down_box ul li{
	width:48%;
	float:left;
	padding:0 10px 10px 10px;
	margin:10px;
	box-sizing:border-box;
	border-bottom:1px dashed #a3a3a5;
}

.inner_content .in_download .down_box ul li h5{
	color:#151a5a;
	font-size:18px;
	margin:10px 0;
}

.inner_content .in_download .down_box ul li h5 a{
	color:#f6aa00;
	margin:0 10px;
	background:url(../img/download.png)right no-repeat;
	background-size:20px;
	padding-right:30px;
}

.inner_content .in_download .down_box ul li p{
	color:#5e5d5b;
	font-size:14px;
	margin:5px 0;
	line-height:24px;
}

/*-----------------------联系我们---------------------------*/
.inner_content .in_contact{
	width:1200px;
	margin:0 auto;
}

.inner_content .in_contact .contact_title{
	text-align:center;
	margin:15px 0;
}

.inner_content .in_contact .contact_title h6{
	font-size:24px;
	font-weight:normal;
	color:#dadada;
	opacity:0.3;
}

.inner_content .in_contact .contact_title h5{
	font-size:24px;
	font-weight:normal;
	color:#f6aa00;
	padding-bottom:10px;
	background:url(../img/bg0002.png)bottom no-repeat;
	background-size:92px;
}

.inner_content .in_contact .con_box{
	margin:10px 0;
}

.inner_content .in_contact .con_box .contact_list{
	width:100%;margin-top:50px;margin-bottom:60px;
	border-left: 1px solid #efefef;
}

.inner_content .in_contact .con_box .con_pic{
	width:40%;
	float:left;
	text-align:center;
}

.inner_content .in_contact .con_box .con_pic img{
	border-radius:4px;
	width:100%;
}

.inner_content .in_contact .con_box .con_mess{
	width:58%;
	float:left;
	margin-left:20px;
}

.inner_content .in_contact .con_box .con_mess h4{
	font-size:18px;
	color:#f6aa00;
	margin-bottom:20px;
	background:url(../img/fuwu.png)left no-repeat;
	background-size:25px;
	padding-left:35px;
	margin-top:20px;
}

.inner_content .in_contact .con_box .con_mess h5{
	font-size:14px;
	color:#f6aa00;
	margin:15px 0;
	background:url(../img/address.png)left no-repeat;
	background-size:20px;
	padding-left:35px;
}

.inner_content .in_contact .con_box .con_mess h6{
	font-size:14px;
	color:#f6aa00;
	margin:15px 0;
	background:url(../img/phone002.png)left no-repeat;
	background-size:20px;
	padding-left:35px;
}

.inner_content .in_contact .con_box .con_mess p{
	font-size:14px;
	color:#f6aa00;
	margin:15px 0;
	background:url(../img/email.png)left 2px no-repeat;
	background-size:20px;
	padding-left:35px;
}

.inner_content .in_contact .con_box .con_mess h2{
	font-size:14px;
	color:#10133d;
	margin:15px 0;
	font-weight:normal;
	padding-left:35px;
	background:url(../img/yewu0.png)left 2px no-repeat;
	background-size:15px;
}

.inner_content .in_contact .map{
	margin:15px 0;
	border-radius:4px;
}

/*------------------zhaopin----------------------*/
.in_zhaopin{
	width:1200px;
	margin:0 auto;
}

 .in_zhaopin .zhaopin_title{
	text-align:center;
	margin:15px 0;
	padding:15px 0;
}

 .in_zhaopin .zhaopin_title h6{
	font-size:24px;
	font-weight:normal;
	color:#dadada;
	opacity:0.3;
}

.in_zhaopin .zhaopin_title h5{
	font-size:24px;
	font-weight:normal;
	color:#f6aa00;
	padding-bottom:10px;
	background:url(../img/bg0002.png)bottom no-repeat;
	background-size:92px;
}

.in_zhaopin .zhaopin_box{
	margin:10px 0;
}

.in_zhaopin .zhaopin_box ul li.zp_mess{margin-bottom:40px;border-bottom:5px solid #efefef;padding-bottom:40px;}
.in_zhaopin .zhaopin_box ul li.zp_mess h5{
	font-size:20px;
	color:#050722;
	margin:5px 0;
}

.in_zhaopin .zhaopin_box ul li.zp_mess span{
	font-size:14px;
	color:#a8a8ae;
	border-bottom:1px dashed #f6aa00;
	padding-bottom:10px;
}

.in_zhaopin .zhaopin_box ul li.zp_mess h6{
	font-size:16px;
	color:#f6aa00;
	margin:20px 0 15px 0;
	padding:10px 0;
	border-bottom:1px dashed #f6aa00;
	padding-bottom:10px;
}

.in_zhaopin .zhaopin_box ul.zhize li{
	list-style-type:decimal;
	margin-left:20px;
}

.in_zhaopin .zhaopin_box ul.zhize li p{
	font-size:14px;
	color:#151a5a;
	line-height:30px;
}

/*------------------------------product-details------------------------*/
.pro_details{
	width:1200px;
	margin:0 auto;
}

.pro_details .details_title{
	border-bottom:1px dashed #f6aa00;
	padding:10px 0;
}

.pro_details .details_title h5{
	font-size:18px;
	color:#151a5a;
	font-weight:normal;
	margin:5px 0;
}

.pro_details .details_title span{
	color:#f6aa00;
	font-size:36px;
	font-weight:bold;
}

.pro_details .details_pic{
	margin:15px 0;
}

.pro_details .details_pic img{
	width:100%;
	border-radius:4px;
}

.pro_details .details_mess p{
	font-size:16px;
	color:#5a5956;
	background:#e9f4f8;
	padding:5px;
	line-height:24px;
	border-radius:4px;
	margin:5px 0;
}

.pro_details .details_mess ul{
	margin:10px 0;
}

.pro_details .details_mess ul li{
	list-style-type:decimal;
	margin:0 10px 0 20px;
	line-height:30px;
	color:#676869;
	font-size:14px;
}

.pro_details .details_mess table{
	margin:10px 0;
	width: 100%;
}

.pro_details .details_mess table td{
	border: 1px solid #d7e3e7;
	
	padding: 5px;
	font-size:14px;
	color:#76767a;
	box-sizing:border-box;
}

/*------------------------------news-details------------------------*/
.news_details{
	width:1200px;
	margin:0 auto;
}

.news_details .newsdt_title{
	border-bottom:1px dashed #f6aa00;
	padding:10px 0;
}

.news_details .newsdt_title h5{
	font-size:18px;
	color:#151a5a;
	font-weight:normal;
	margin:5px 0;
}

.news_details .newsdt_title span{
	color:#f6aa00;
	font-size:32px;
	font-weight:bold;
}

.news_details .newsdt_title p{
	color:#9f9fa5;
	font-size:12px;
}

.news_details .newsdt_title p a{
	color:#9f9fa5;
}

.news_details .newsdt_pic{
	margin:15px 0;
}

.news_details .newsdt_pic img{
	width:100%;
	border-radius:4px;
	display:none;
}

.news_details .newsdt_mess p{
	font-size:14px;
	color:#1b1f20;
	margin:5px 0 5px 5px;
	line-height:26px;
	border-radius:4px;
}

.news_details .newsdt_mess h5{
	font-size:14px;
	color:#010c0f;
	margin:10px 0;
}

.news_details .newsdt_mess ul{
	margin:5px 0;
}

.news_details .newsdt_mess ul li{
	list-style-type:decimal;
	margin:0 10px 0 30px;
	line-height:30px;
	color:#676869;
	font-size:14px;
}

.news_details .more_newsd{
	margin:15px 0;
	border:1px dashed #f6aa00;
	padding:10px;
	box-sizing:border-box;
	border-radius:4px;
}

.news_details .more_newsd p{
	font-size:14px;
	line-height:30px;
	color:#424456;
}

.news_details .more_newsd p a{
	color:#060926;
}

/*------------------------------------------------------*/
.knowdet_box{
	width:1200px;
	margin:0 auto;
}

.knowdet_box .knowdet_title{
	border-bottom:1px dashed #f6aa00;
	padding:10px 0;
}

.knowdet_box .knowdet_title h5{
	font-size:18px;
	color:#151a5a;
	font-weight:normal;
	margin:5px 0;
}

.knowdet_box .knowdet_title span{
	color:#9f9fa5;
	font-size:12px;
}

.knowdet_box .knowdet_title p{
	color:#9f9fa5;
	font-size:14px;
	margin:5px 0;
}

.knowdet_box .knowdet_mess{
	margin:15px 0;
}

.knowdet_box .knowdet_mess img{
	width:100%;
	border-radius:4px;
}

.knowdet_box .knowdet_mess p{
	font-size:14px;
	color:#1b1f20;
	margin:5px 0 5px 5px;
	line-height:26px;
	border-radius:4px;
}

.knowdet_box .knowdet_mess h5{
	font-size:14px;
	color:#010c0f;
	margin:10px 0;
}

.knowdet_box .knowdet_mess ul{
	margin:5px 0;
}

.knowdet_box .knowdet_mess ul li{
	list-style-type:decimal;
	margin:0 10px 0 30px;
	line-height:30px;
	color:#676869;
	font-size:14px;
}

.header .headleft .gundong{
	width: 400px;
	float: left;
	margin-top: 20px;
	margin-left: 30px;
	border-left: 1px solid #f6aa00;
	padding-left: 30px;
	overflow:hidden;
	height:60px;
} 
.t_news{ height:60px;  color:#f6aa00; padding-left:10px; margin:8px 0; overflow:hidden; position:relative;}
.t_news b{ line-height:25px; font-weight:bold; display:inline-block;}
.news_li,.swap{ line-height:25px; display:inline-block; position:absolute; top:0; left:10px;}
.news_li a,.swap a{ color:#f6aa00;}
.swap{top:50px;}

/*-----------------------友情链接----------------------------------*/
.youqing{
	width:1140px;
	margin:0 auto;
}

.youqing .youq_title{
	margin:20px 0;
	float:left;
	margin-right:20px;
	border-right:1px solid #d1d1d1;
}

.youqing .youq_title h5{
	text-align:center;
	font-size:18px;
	color:#2d2c2c;
	font-weight:normal;
	padding:3px 20px 0px 0;
	/* background: url(../img/title-bo.png) 13px bottom no-repeat; */
}

.youqing .youqing_box{
	margin:20px 0;
	float:left;
}

.youqing .youqing_box ul li{
	float:left;
	margin:5px 10px;
}

.youqing .youqing_box ul li a{
	color:#585858;
	font-size:14px;
	padding:10px 20px;
}

.youqing .youqing_box ul li a:hover{
	color:#f6aa00;
}