body, h1, h2, h3, h4, h5, h6, hr, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, p{
	margin: 0;
	padding: 0;
	font-weight: normal;
}

img{
	border: 0 none;
}
	
li{
	list-style-type: none;
}
	
a{
	color: #333;
	text-decoration: none;
}
	
a:hover{
	color: #fca601;
	text-decoration: underline;
}

body{
	font-family: "Microsoft YaHei", SimSun;
	font-size: 14px;
	line-height: 200%;
	color: #333;
	text-decoration: none;
}

.iconfont{
	margin: 0px 6px;
}


em{
    font-style: normal;
}

.w1190{
	width: 1190px;
	margin: 0px auto;
}

.w1190 h1 {
	width: 100%;
    font-size: 30px;
    color: #000;
	line-height: 65px;
	font-weight: 600;
	background: url(line.png) no-repeat left bottom;
	margin-top: 32px;
}

/*顶部*/	
#top_box{
	height: 120px;
}
	
.logo{
	float: left;
	display: block;
	width: 265px;
    height: 120px;
	background: url(logo.png) no-repeat center left;
}

.link{
	float: right;
	display: block;
	height: 32px;
	line-height: 32px;
	margin-top: 40px;
	margin-right: 12px;
}

.link:hover{
	text-decoration: none;
}

#top_box span {
	float: right;
    height: 11px;
    border-right: 1px  #999 dotted;
    vertical-align: middle;
    margin-top: 52px;
	margin-right: 12px;
}

/*导航开始*/	
#menu_box{
	position: relative;
	width: 100%;
	height: 57px;
	background: #f7f7f7;
	border-top: 1px solid #eaeaea;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
	z-index: 999;
}

.m_box{
	width: 1190px;
	height: 57px;
	margin: 0px auto;
}

.menu{
	float: left;
	display: block;
	position: relative;
	padding: 0px 35px;
	font-size: 16px;
	color: #000;
	line-height: 57px;
	z-index: 999;
	overflow: hidden;
}
	
.menu:hover{
	overflow: inherit;
	color: #fff;
	background: #0062c7;
	text-decoration: none;
}

.menunow{
	overflow: inherit;
	color: #fca601;
    font-weight: bold;
}

.menu .fa{
	margin-left: 5px;
}

.dropmenudiv_b{
	display: none;
	position: absolute;
	width: 200px;
	padding: 10px 0px;
	padding-top: 20px;
	top: 57px;
	left: 0px;
	background: #0d74de;
	overflow: hidden;
}

.dropmenudiv_b a{
	display: block;
	width: 100%;
	margin-bottom: 10px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	text-align: left;
	text-indent: 8px;
}

.dropmenudiv_b a .fa{
	margin-right: 9px;
}

.menunow .dropmenudiv_b a{
    font-weight: normal;
}

/*首页banner*/		
#banner_box{
	width: 100%;
	height: 475px;
	margin: 0px auto;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}

/*首页介绍*/
.intro_box {
	float: left;
	width: 335px;
	margin-right: 50px;
	overflow: hidden;
}

.intro_box img{
	margin-top: 30px;
}

.intro_box h2{
	font-size: 16px;
	color: #000;
	line-height: 32px;
	font-weight: 600;
	margin-top: 16px;
	margin-bottom: 8px;
}

.intro_box em{
	color: #666;
	line-height: 22px;
}

.intro_box a{
	display: block;
	margin-top: 12px;
	color: #0062c7;
}

.intro_box a:hover{
	color: #fca601;
}

.intro_box a .fa{
	margin-left: 5px;
}

/*首页新闻*/
.news_box {
	float: left;
	width: 460px;
	margin-right: 50px;
	overflow: hidden;
}

.news_rec{
	width: 100%;
	margin-top: 23px;
	overflow: hidden;
}

.news_rec a{
	display: block;
	width: 100%;
	height: 30px;
	font-size: 16px;
	color: #000;
	line-height: 30px;
	font-weight: 600;
	overflow: hidden;
}


.news_rec font{
	display: block;
	font-size: 12px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
	margin-bottom: 10px;
	overflow: hidden;
}

.news_list a{
	float: left;
	display: block;
	width: 365px;
	height: 27px;
	color: #666;
	line-height: 27px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.news_list a:hover{
	color: #fca601;
	text-decoration: none;
}

.news_list font{
	float: right;
	display: block;
	width: 80px;
	font-size: 12px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 27px;
	text-align: right;
	overflow: hidden;
}

/*首页搜索*/
.class_box {
	float: right;
	width: 295px;
	overflow: hidden;
}

.class_box h1 {
	line-height: 40px;
	background: none;
	margin-top: 44px;
}

.class_box em{
	color: #666;
	line-height: 30px;
}

.class_box ul{
	margin-top: 21px;
	overflow: hidden;
}

.class_box ul a{
	display: block;
	width: 100%;
	color: #0062c7;
	line-height: 30px;
}


.class_box ul a .fa{
	margin-right: 6px;
}

.search_box {
	width: 100%;
    height: 85px;
	margin-top: 13px;
	background: #e87437;
	overflow: hidden;
}

.search_box h3{
	margin: 8px 0px 3px 20px;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
}

.search_word {
	float: left;
	color: #fff;
	width: 200px;
	height: 25px;
	margin-left: 20px;
    background: #e65101;
	line-height: 25px;
    border: 0px;
	text-indent: 12px;
}

::-webkit-input-placeholder {
    color: #fff;  
}

:-moz-placeholder {
    color: #fff;  
}

::-moz-placeholder {
    color: #fff;  
}

:-ms-input-placeholder {
    color: #fff;  
}

.search_go {
	float: left;
    border: 0px;
    background: url(search_go.jpg) no-repeat;
    width: 25px;
    height: 25px;
	cursor: pointer;
}

/*首页产品*/
#pro_box{
	width: 100%;
	margin: 60px auto;
	background: #fafafa;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
	overflow: hidden;
}

#pro_box ul{
	width: 1228px;
	margin: 45px auto 60px 0px;
	overflow: hidden;
}

#pro_box ul li{
	float: left;
	width: 269px;
	margin-right: 38px;
	overflow: hidden;
}

#pro_box a img{
	display: block;
	width: 267px;
	height: 200px;
	border: 1px solid #d2d0d0;
	margin-bottom: 20px;
	overflow: hidden;
}

#pro_box a:hover img{
	border: 1px solid #fca601;
}

#pro_box h3 a{
	display: block;
	width: 269px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
	overflow: hidden;
}

#pro_box h3 a:hover{
	color: #fca601;
	text-decoration: none;
}

#pro_box em{
	display: block;
	width: 269px;
	color: #666;
	line-height: 22px;
	overflow: hidden;
}

#pro_box span a{
	display: block;
	width: 105px;
	height: 35px;
	background: #0062c7;
	border-radius: 25px;
	color: #fff;
	line-height: 35px;
	text-align: center;
	margin-top: 20px;
	transition: all 0.5s;
	overflow: hidden;
}

#pro_box span a:hover{
	width: 125px;
	text-decoration: none;
}

#pro_box a .fa{
	margin-left: 6px;
}

/*底部*/	
#f_box{
	width: 100%;
	background: #323946;
	color: #fff;
	font-size: 12px;
	padding-bottom: 60px;
	margin: 0px auto;
	overflow: hidden;
}

#f_box a{
	color: #fff;
	font-size: 12px;
	line-height: 24px;
}

#f_box h4{
	width: 100%;
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 29px;
	border-bottom: 1px solid #70757e;
	margin-bottom: 28px;
	overflow: hidden;
}

#f_box h5{
	width: 100%;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 3px;
	overflow: hidden;
}

.table1{
	float: left;
	width: 235px;
	margin-top: 60px;
	margin-right: 110px;
	overflow: hidden;
}

.table1 em{
	display: block;
	width: 235px;
	margin-top: 24px;
	margin-bottom: 12px;
	line-height: 24px;
	overflow: hidden;
}

.table2,.table3{
	float: left;
	width: 230px;
	margin-top: 58px;
	margin-right: 65px;
	overflow: hidden;
}

.table2 ul{
	width: 100px;
	overflow: hidden;
}

.table2 ul a{
	display: block;
	width: 100%;
	overflow: hidden;
}

.table2 ul a .fa{
	margin-right: 5px;
}

.table3 li{
	margin-bottom: 8px;
}

.table3 li .iconfont {
	font-size: 18px;
}

.table4{
	float: right;
	width: 230px;
	margin-top: 58px;
	overflow: hidden;
}

.table4 span a{
	display: block;
	background: url(pic2.png);
	width: 108px;
	height: 35px;
	margin-top: 10px;
	text-indent: 42px;
	line-height: 35px!important;
	overflow: hidden;
}

.table4 h6{
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 5px;
	overflow: hidden;
}

.table4 li{
	float: left;
	width: 110px;
	height: 30px;
	margin-top: 30px;
	overflow: hidden;
}

.table4 li a{
	display: block;
	width: 108px;
	height: 28px;
	border: 1px solid #bfbfbf;
	text-indent: 6px;
	line-height: 30px!important;
	overflow: hidden;
}

.table4 .icon-liuyan{
	float: left;
	font-size: 20px;
	margin-right: 0px;
}

.table4 .icon-jiaru{
	float: left;
	font-size: 14px;
	margin-right: 2px;
}


#foot_box{
	width: 100%;
	padding: 20px 0px;
	background: #282e3a;
	color: #fff;
	font-size: 12px;
	line-height: 40px;
	text-align: center;
	margin: 0px auto;
	overflow: hidden;
}

/*内页banner*/
.banner{
	width: 100%;
	height: 315px;
	color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1920px 315px;
	overflow: hidden;
	animation: banner 2s;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

@keyframes banner{
	from{background-size: 1990px 325px;}
	to{background-size: 1920px 315px;}
}

/*内页*/
#main_box{
	width: 1190px;
    margin: 0px auto;
    margin-top: -50px;
    margin-bottom: 40px;
    background: #fff;
	z-index: 999;
	clear: both;
	overflow: hidden;
}

.w1150{
	width: 1150px;
	margin: 0px auto;
	overflow: hidden;
}

#main_box h1 {
    width: 1150px;
    height: 65px;
    background: #0062c7;
    margin: 0 auto;
    margin-top: 20px;
	font-size: 25px;
    color: #fff;
	line-height: 65px;
	font-weight: 600;
	text-indent: 15px;
}

#main_box h1 .iconfont{
	display: none;
}

#main_box h1 a{
    color: #fff;
	text-decoration: none;
}

#main_box h1 span{
	float: right;
	font-size: 14px;
	font-weight: 500;
	margin-right: 15px;
}

.place {
    width: 1150px;
    height: 45px;
    background: #f0f1f1;
    margin: 0 auto;
}

.place h3{
	float: left;
    margin-left: 15px;
	color: #666;
	font-size: 14px;
	line-height: 45px;
}

.back{
	float: right;
	margin-right: 15px;
	line-height: 45px;
	color: #0062c7 !important;
	overflow: hidden;
}

.back:hover{
	color: #fca601 !important;
	text-decoration: none;
}

/*内页左侧*/
.left{
	float: left;
	width: 265px;
	margin-top: 30px;
	overflow: hidden;
}

.left ul{
	width: 263px;
	border: 1px solid #d6d8d8;
	padding-bottom: 20px;
	margin-bottom: 30px;
	overflow: hidden;
}

.left h4{
	font-size: 25px;
	margin-top: 20px;
	margin-left: 15px;
	overflow: hidden;
}

.left em{
	display: block;
	width: 233px;
    height: 30px;
    border-bottom: 1px solid #d6d8d8;
    color: #999;
	font-size: 12px;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
    margin-left: 15px;
	padding-bottom: 3px;
    margin-bottom: 20px;
}

.cp_class a{
    display: block;
	width: 233px;
    height: 39px;
	margin: 1px 15px;
	font-size: 15px;
    line-height: 40px;
    text-indent: 12px;
	border-bottom: 1px dashed #ccc;
}

.cp_class a:hover,.cp_class a.class_active,a.smenunow{
	background: #0062c7;
	color: #fff;
	border-bottom: 1px dashed #0062c7;
}

.cp_class a .fa{
	margin-right: 6px;
}

.tel{
	position: relative;
	width: 265px;
	height: 165px;
	text-align: left;
	background: url(tel_bg.jpg) no-repeat;
	margin-bottom: 40px;
}

.tel span{
	position: absolute;
	left: 154px;
	top: 40px;
}

/*内页右侧*/
.right{
	float: right;
	width: 850px;
	margin-top: 30px;
	overflow: hidden;
}

/*内页新闻*/
.news_query a{
	display: block;
	width: 100%;
	height: 180px;
	padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dotted #999;
	overflow: hidden;
}

.news_query1 a{
	display: block;
	width: 100%;
	height: 50px;
    border-bottom: 1px dotted #999;
	overflow: hidden;
}

.news_query1 a:hover{
	background: #f4f4f4;
}

.news_query1 a h4{
    float: left;
    width: 700px;
	font-size: 16px;
	line-height: 50px;
	margin-left: 10px;
    overflow: hidden;
}

.news_query1 a .fa {
	margin-right: 8px;
}

.news_query1 a span{
    float: right;
    width: 100px;
	margin-right: 10px;
	text-align: right;
	color: #999;
	font-size: 14px;
	line-height: 50px;
	font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
}

.news_query a img{
    float: left;
    width: 258px;
    height: 180px;
    overflow: hidden;
}

.news_query a h4{
    float: right;
    width: 560px;
	color: #000;
	font-size: 16px;
	font-weight: 600;
    overflow: hidden;
}

.news_query a span{
    float: right;
    width: 560px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
}

.news_query a .iconfont{
	font-size: 14px;
	margin-left: 0px;
}

.news_query a em{
    float: right;
	display: block;
    width: 560px;
    max-height: 72px;
    margin-top: 6px;
    line-height: 24px;
    color: #333;
    overflow: hidden;
}

.news_query a font{
	float: right;
	display: block;
    width: 560px;
	margin-top: 16px;
	color: #0062c7;
	overflow: hidden;
}

.news_query a:hover font{
	color: #fca601;
	text-decoration: underline;
}

.news_query  font .fa{
	margin-left: 5px;
}

.news_detail h3{
	width: 100%;
	font-size: 25px;
	line-height: 30px;
	overflow: hidden;
}

.news_detail em {
	display: block;
    width: 100%;
    border-bottom: 1px dashed #ccc;
    color: #999;
	font-family: Arial, Helvetica, sans-serif;
    margin-top: 10px;
	padding-bottom: 5px;
    margin-bottom: 20px;
}

.news_detail em.iconfont {
	font-size: 14px;
	margin-left: 0px;
}

.news_detail dd {
    width: 100%;
	overflow: hidden;
}

.news_detail dd p,.about p{
	margin-bottom: 16px;
}

.about h3{
	font-size: 21px;
	line-height: 50px;
	font-weight: 600;
}

.news_detail dd img{
	max-width: 100%;
	margin-bottom: 16px;
}

.next_pre{
	width: 100%;
	border-top: 1px dashed #ccc;
	margin-top: 30px;
	padding-top: 20px;
	color: #666;
	line-height: 30px;
}

.next_pre a{
	color: #0062c7;
	line-height: 30px;
}

/*产品分类*/
.cpmenu{	
	width: 233px;
	margin: 0px 15px;
}

.cpmenu:hover{
	background-color: #0062c7;
}

.cpmenu:hover a{
	color: #fff;
}

.TopClass{
	width: 233px;
	height: 39px;
	border-bottom: 1px dashed #ccc;
}

.cpmenu:hover .TopClass{
	border-bottom: 1px dashed #0062c7;
}	

.TopClass .fa {
    margin-right: 6px;
}

.TopClass>a{
	position: relative;
	display: block;
	width: 100%;
	height: 39px;
	font-size: 15px;
	line-height: 40px;
	text-indent: 12px;
}

.TopClass>a:hover{
	color: #fff;
	background-color: #0062c7;
}

.senmenu {
	display: none;
	padding: 8px 0px;
	background: #ebebeb;
	width: 233px;
}

.senmenu a{
	display: block;
	overflow: hidden;
	font-size: 14px;
	color: #666 !important;
	line-height: 30px;
	margin-left: 40px;
}

.senmenu a:hover{
	color: #fca601 !important;
}

/*内页右侧*/
.right{
	float: right;
	width: 850px;
	margin-top: 30px;
	overflow: hidden;
}

/*内页产品*/
.cp_query a{
	display: block;
	width: 100%;
	height: 200px;
	padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dotted #999;
	overflow: hidden;
}

.cp_query a img{
    float: left;
	display: block;
    width: 267px;
    height: 200px;
	margin-right: 30px;
    border: 1px solid #d2d0d0;
    overflow: hidden;
}

.cp_query a h4{
    float: left;
    width: 550px;
	color: #0062c7;
	font-size: 18px;
	font-weight: 600;
    overflow: hidden;
}

.cp_query a:hover h4{
	text-decoration: underline;
}

.cp_query a em{
    float: left;
	display: block;
    width: 550px;
    max-height: 72px;
    margin-top: 10px;
    line-height: 24px;
    color: #333;
    overflow: hidden;
}

.cp_query a font{
	float: left;
	display: block;
	width: 112px;
	height: 32px;
	background: #0062c7;
	border-radius: 25px;
	color: #fff;
	line-height: 32px;
	text-align: center;
	margin-top: 20px;
	transition: all 0.5s;
	overflow: hidden;
}

.cp_query a:hover font{
	background: #fca601;
}

.cp_query a .fa{
	margin-left: 6px;
}

/*产品详情*/
.cp_left {
	float: left;
	width: 360px;
	margin-right: 30px;
}
	
.img_big{
	float: left;
	position: relative;
	width: 350px;
	height: 262px;
	border: 1px solid #d2d0d0;
	overflow: hidden;
}

.img_big img{
	height: 100%;
	width: 100%;
}
	
.img_list {
	float: left;
	width: 350px;
	overflow: hidden;
}

.img_list a{
	float: left;
	display: block;
	width: 60px;
	height: 45px;
	border: 1px solid #d7d7d7;
	margin-top: 9px;
	margin-right: 10px;
	overflow: hidden;
	text-align: center;
	opacity: 0.6;
}

.img_list a:hover{
	opacity: 1;
}

.img_list a.on{
	border: 1px solid #fca601;
	opacity: 1;
}

.img_list a img{
	width: 100%;
	height: 100%;
}
	
.cp_right {
	float: right;
	width: 440px;
	overflow: hidden;
}
	
.cp_right h5{
	color: #000;
	font-size: 24px;
	line-height: 42px;
	font-weight: normal;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px #d2d0d0 dotted;
}
	
.cp_right font{
	display: block;
	width: 100%;
	color: #666;
}

.cp_intro {
    width: 100%;
    margin-top: 30px;
	overflow: hidden;
}

.cp_intro h5 {
    width: 100%;
    font-size: 18px;
    color: #000;
    line-height: 50px;
    font-weight: 600;
    background: url(line.png) no-repeat left bottom;
    margin-top: 30px;
	margin-bottom: 20px;
}

.cp_intro p {
	margin-bottom: 16px;
}

.cp_intro p strong{
	display: block;
	font-size: 16px;
	background: url(icon.png) no-repeat left center;
	text-indent: 24px;
	margin-bottom: -24px;
}

/*下载*/
.down_title,.down_query{
	width: 100%;
	line-height: 50px;
	overflow: hidden;
	margin: 0px auto;
}

.down_title{
	background: #efefef;
	border-bottom: 2px solid #0062c7;
	border-top: 1px solid #ccc;
}

.down_title li{
	float: left;
	width: 15%;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
}

.down_query li{
	float: left;
	width: 15%;
	text-align: center;
	color: #999;
	border-bottom: 1px dotted #ccc;
}

.down_query li a{
	font-size: 16px;
    font-weight: 600;
    color: #0062c7;
}

.down_query li a:hover{
	color: #fca601;
	text-decoration: none !important;
}

.down_query li a .iconfont{
	font-size: 21px;
    font-weight: 500;
    color: #e87437;
}

/*在线咨询*/		
.feedback li {
	float: left;
    width: 100%;
    overflow: hidden;
    margin-bottom: 16px;
}
	
.feedback li span {
	float: left;
    display: block;
	width: 90px;
	font-weight: 600;
    line-height: 30px;
	margin-left: 20px;
}
	
.feedback li input {
	float: left;
    height: 30px;
    width: 30%;
    border: 1px solid #ccc;
    padding-left: 10px;
	margin-right: 10px;
}
	
.feedback li .textarea {
	float: left;
    border: 1px solid #ccc;
    line-height: 28px;
    width: 70%;
	color: #666;
	padding: 10px;
	margin-right: 10px;
}
	
.feedback li select{
	float: left;
    height: 30px;
    width: 10%;
    border: 1px solid #ccc;
    padding-left: 10px;
	margin-right: 10px;
}
	
.feedback .button {
	float: left;
    display: block;
    width: 136px;
    height: 40px;
    margin-top: 16px;
	margin-left: 110px;
    background-color: #0062c7;
	border: 0px;
	border-radius: 6px;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
    color: #fff;
    cursor: pointer;
    transition: all 0.5s;
}
	
.feedback .button:hover {
    background-color: #fca601;
}

/*联系我们*/
.contact{
	width: 100%;
	overflow: hidden;
	margin: 20px auto;
}

.contact li{
	float: left;
	width: 33.3%;
	overflow: hidden;
	text-align: center;
}

.contact li i{
    display: block;
    width: 85px;
    height: 85px;
    font-size: 35px;
    color: #fff;
    line-height: 85px;
	background: #0062c7;
    border-radius: 85px;
    text-align: center;
	cursor: pointer;
	transition: all 0.5s;
    margin: 20px auto;
}

.contact li:hover i{
	background: #fca601;
}

.map{
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin: 40px auto;
}

/*搜索*/
.s_query li{
	width: 100%;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
	overflow: hidden;
	margin: 0px auto;
	margin-bottom: 10px;
}

.s_query li a{
	font-size: 16px;
    font-weight: bold;
    color: #0062c7;
}

.s_query li span {
    font-size: 14px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
}

.s_query li em {
	display: block;
	width: 100%;
	overflow: hidden;
}


