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: #0068b7;
}

body{
	font-family: "Microsoft YaHei", SimSun;
	font-size: 14px;
	line-height: 200%;
	color: #333;
	text-decoration: none;
}

.iconfont{
	margin: 0px 6px;
}

.w1000{
	width: 1000px;
	margin: 0px auto;
	overflow: hidden;
}

h1 {
	width: 100%;
	height: 50px;
    font-size: 27px;
    color: #0068b7;
	line-height: 50px;
	font-weight: 600;
	font-family: SimHei;
	margin-top: 20px;
	background: url(line.png) no-repeat left bottom;
}

h1 em{
	color: #999;
	font-size: 16px;
    font-style: normal;
	font-weight: 500;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 10px;
}

.more{
	float: right;
	display: block;
	width: 60px;
	height: 21px;
	background: #0068b7;
	border-radius: 6px;
	color: #fff;
	font-size: 12px!important;
	line-height: 21px;
	text-align: center;
	font-weight: 500!important;
	font-family: "Microsoft YaHei", SimSun;
	margin-top: 15px;
	transition: all 0.5s;
	overflow: hidden;
}

.more:hover{
	color: #fff;
	background: #81b925;
}

.more .fa{
	margin-left: 6px;
}

.line {
	width: 100%;
	height: 10px;
	margin: 20px auto;
	background: url(line1.png) no-repeat center;
}

.fy{
	width: 96%;
	margin: 0px auto;
	margin-top: 20px;
	color: #666;
	overflow: hidden;
}

.f_left{
	float: left;
	text-align: left;
	overflow: hidden;
}

.f_right{
	float: right;
	text-align: right;
	overflow: hidden;
}

/*顶部*/	
#top_box{
	font-size: 16px;
	height: 100px;
}
	
.logo{
	float: left;
	display: block;
	width: 420px;
    height: 120px;
	background: url(logo.png) no-repeat;
}

.link{
	float: right;
	display: block;
	color: #81b925;
	line-height: 30px;
	margin-top: 36px;
	margin-right: 20px;
}

.link:hover{
	color: #0068b7;
}

#top_box span {
	float: right;
	color: #0068b7;
	line-height: 28px;
	font-weight: 600;
	font-family: Arial, Helvetica, sans-serif;
    margin-top: 37px;
}

#top_box .iconfont{
	font-size: 28px;
}

/*导航开始*/	
#menu_box{
	width: 100%;
	height: 50px;
	background: url(menu_bg.png) repeat;
}

.m_box{
	float: left;
	width: 800px;
	margin: 0px auto;
}

.menu{
	float: left;
	display: block;
	position: relative;
	padding: 0px 35px;
	margin-right: 3px;
	font-size: 16px;
	color: #fff;
	line-height: 50px;
	z-index: 999;
	overflow: hidden;
}
	
.menu:hover,.menunow{
	overflow: inherit;
	color: #fff;
	background: url(menu_now.png) repeat;
}

.dropmenudiv_b{
	display: none;
	position: absolute;
	width: 100%;
	padding: 10px 0px;
	top: 50px;
	left: 0px;
	background-color: rgba(151,201,49,0.95);
	overflow: hidden;
}

.dropmenudiv_b a{
	display: block;
	width: 100%;
	line-height: 36px;
	font-size: 14px;
	color: #fff;
	text-indent: 12px;
}

.dropmenudiv_b a:hover{
	text-decoration: underline;
}

.dropmenudiv_b a .fa{
	margin-right: 8px;
}

#dropmenu2_b{
	width: 545px;	
}

#dropmenu2_b  a{
	float: left;
	width: 135px!important;	
}

.search_box{
	float: right;
	width: 175px;
	height: 24px;
	margin-top: 13px;
	overflow: hidden;
}

.search_word {
	float: left;
	color: #999;
	width: 140px;
	height: 24px;
	background: url(search_input.png);
	line-height: 24px;
	text-indent: 12px;
	border: 0px;
}

.search_go {
	float: left;
    border: 0px;
    background: url(search_go.png);
    width: 35px;
    height: 24px;
	cursor: pointer;
}

/*首页banner*/		
#banner_box{
	width: 100%;
	height: 360px;
	margin: 0px auto;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}

/*首页产品*/		
.index_pro h1{
	float: left;
	background: none;
	overflow: hidden;
}

.index_class {
	float: left;
    width: 100%;
    height: 72px;
	margin-top: 10px;
	background: #0068b7;
	overflow: hidden;
}

.index_class span{
	float: left;
    width: 72px;
    height: 72px;
	color: #fff;
	text-align: center;
	overflow: hidden;
}

.index_class span b{
    display: block;
    font-size: 32px;
    line-height: 32px;
    font-weight: 500;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 8px;
}

.index_class ul {
    float: left;
    width: 925px;
    height: 63px;
	margin-top: 3px;
	padding-top: 3px;
	background: #fff;
	overflow: hidden;
}

.index_class ul a {
    float: left;
    display: block;
    padding: 0px 24px;
    height: 30px;
    line-height: 30px;
}

.index_class ul a:hover {
	color: #81b925;
	text-decoration: underline;
}

.index_class ul font {
    float: left;
    display: block;
	width: 1px;
    height: 15px;
	margin-top: 9px;
	background: #dedede;
}

.index_cp {
    float: left;
	width: 1028px;
    margin-top: 24px;
    margin-bottom: 6px;
    overflow: hidden;
}

.cp_query1 {
    width: 735px!important;
    margin-left: 0px;
}

.index_cp a,.cp_query1 a {
    float: left;
    display: block;
    width: 230px;
    margin-bottom: 24px;
    margin-right: 26px;
    overflow: hidden;
}

.cp_query1 a {
    width: 225px;
	margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 20px;
    overflow: hidden;
}

.index_cp a img,.cp_query1 a img{
	display: block;
	width: 228px;
	height: 168px;
	border: 1px solid #dcdcdc;
	transition: all 0.5s;
}

.cp_query1 a img{
	width: 223px;
	height: 164px;
}
	
.index_cp a:hover img,.cp_query1 a:hover img{
	border: 1px solid #0068b7;
}
	
.index_cp a h3,.cp_query1 a h3{
	display: block;
	width: 230px;
	height: 53px;
	padding-top: 3px;
	background-color: #dcdcdc;
	overflow: hidden;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	transition: all 0.5s;
}

.cp_query1 a h3{
	width: 225px;
}
	
.index_cp a:hover h3,.cp_query1 a:hover h3{
	color: #fff;
	background-color: #0068b7;
}

/*首页介绍*/		
.index_intro{
	width: 100%;
	background: #f4f4f4;
	margin: 0px auto;
	overflow: hidden;
}

.play{
	float: left;
	display: block;
	position: relative;
	width: 283px;
	height: 229px;
	margin-top: 24px;
	background: #fff;
	border: 1px solid #dcdcdc;
	overflow: hidden;
}

.play h3{
	position: absolute;
	top: 5px;
	left: 5px;
	width: 273px;
	height: 219px;
	background: #000;
	overflow: hidden;
}

.play h3 img{
	opacity: 1;
	transition: all 0.5s;
}

.play:hover h3 img{
	opacity: 0.8;
}

.play span{
	position: absolute;
	top: 90px;
	left: 117px;
	width: 50px;
	height: 50px;
	z-index: 9;
	overflow: hidden;
}

.play span img{
	opacity: 0;
	transition: all 0.5s;
}

.play:hover span img{
	opacity: 1;
}

.index_intro .middle{
	float: left;
	width: 380px;
	line-height: 24px;
	margin: 24px 25px;
	overflow: hidden;
}

/*新闻*/		
.index_news ul{
	width: 475px;
	overflow: hidden;
}

.newspic,.news_pic{
	width: 100%;
	margin-top: 24px;
	padding-bottom: 21px;
	border-bottom: 1px dashed #dcdcdc;
	overflow: hidden;
}

.news_pic{
	border-bottom: 0px;
}

.newspic img,.news_pic img{
	float: left;
	width: 126px;
	height: 94px;
	padding: 2px;
	border: 1px solid #dcdcdc;
	margin-right: 24px;
	overflow: hidden;
}

.news_pic img{
	width: 240px;
	height: 175px;
	margin-right: 40px;
}

.newspic h2,.news_pic h3{
	float: left;
	width: 312px;
	height: 24px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	font-family: SimHei;
	overflow: hidden;
}

.news_pic h3{
	width: 395px;
	height: 36px;
	font-size: 18px;
	line-height: 36px;
}

.newspic span,.news_pic span{
	float: left;
	width: 312px;
	height: 72px;
	margin-top: 6px;
	color: #999;
	font-size: 12px;
	line-height: 24px;
	overflow: hidden;
}

.news_pic span{
	width: 395px;
	font-size: 14px;
}

.news_pic a font{
	float: left;
	display: block;
	width: 90px;
	height: 30px;
	background: #0068b7;
	border-radius: 15px;
	color: #fff;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	margin-top: 20px;
	transition: all 0.5s;
	overflow: hidden;
}

.news_pic a:hover font{
	background: #81b925;
}

.newslist{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}

.newslist a,.news_query a{
	display: block;
	width: 100%;
	height: 30px;
	overflow: hidden;
}

.news_query a{
	padding: 5px 0px;
	border-bottom: 1px dotted #dcdcdc;
}

.newslist a .fa,.news_query a .fa{
	margin-right: 6px;
}

.news_query a .fa{
	margin-left: 3px;
}

.newslist a h2,.news_query a h3{
    float: left;
    width: 365px;
    height: 30px;
	font-size: 14px;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.newslist a font,.news_query a font{
    float: right;
    width: 70px;
    height: 30px;
	color: #999;
	font-size: 12px;
    line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
}

.news_query a font{
    width: 100px;
}

.news_detail h3, .case_intro h3{
    width: 100%;
    font-size: 24px;
    line-height: 40px;
	font-weight: 600;
    overflow: hidden;
}

.case_intro h3{
	text-align: center;
	margin-bottom: 20px;
}

.news_detail span {
    display: block;
    width: 100%;
    border-bottom: 1px dotted #dcdcdc;
    color: #999;
    margin-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 20px;
	overflow: hidden;
}

.news_detail span font{
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 16px;
}

.news_detail dd,.case_intro dd{
    width: 100%;
    overflow: hidden;
}

.news_detail dd img,.case_intro dd img{
	display: block;
	margin: auto;
    max-width: 100%;
    overflow: hidden;
}

.next_pre{
	width: 100%;
	border-top: 1px dotted #dcdcdc;
	margin-top: 30px;
	padding-top: 10px;
	color: #666;
	line-height: 30px;
}

.next_pre a{
	color: #0068b7;
	line-height: 30px;
}

.next_pre a:hover{
	color: #81b925;
}

/*友情链接*/		
.index_link{
    width: 100%;
	height: 50px;
    margin: 0px auto;
	margin-bottom: 20px;
	background: url(link_bg.jpg) repeat-x;
	overflow: hidden;
}

.index_link h1{
	float: left;
	width: 170px;
    margin-top: 0px;
	overflow: hidden;
}

.index_link ul a {
    float: left;
	margin-left: 21px;
    line-height: 56px;
    overflow: hidden;
}

/*底部*/	
.foot_box {
	margin-top: 10px;
	margin-bottom: 30px;
}

.foot_box .left{
	float: left;
    width: 700px;
}

.foot_box .right{
	float: right;
    width: 140px;
	text-align: right;
}

/*内页banner*/
.banner{
	width: 100%;
	height: 215px;
	color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1440px 215px;
	overflow: hidden;
	animation: banner 1s;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

@keyframes banner{
	from{background-size: 1500px 225px;}
	to{background-size: 1440px 215px;}
}

/*内页左侧*/
.main_box{
	margin-bottom: 50px;
}

.main_box .left{
	float: left;
	width: 250px;
	margin-top: 30px;
	overflow: hidden;
}

.main_box .left ul{
	width: 248px;
	border: 1px solid #d6d8d8;
	padding-bottom: 20px;
	margin-bottom: 30px;
	overflow: hidden;
}

.main_box .left h2{
	font-size: 27px;
	margin-top: 20px;
	margin-left: 15px;
	font-family: SimHei;
	overflow: hidden;
}

.main_box .left font{
	display: block;
	width: 218px;
    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: 218px;
    height: 39px;
	margin: 1px 15px;
    line-height: 40px;
    text-indent: 12px;
	border-bottom: 1px dashed #ccc;
}

.cp_class a:hover,.cp_class a.class_active,a.smenunow{
	background: #0068b7;
	color: #fff;
	border-bottom: 1px dashed #0068b7;
}

.cp_class a .fa{
	margin-right: 9px;
}

.tel{
	position: relative;
	width: 250px;
	height: 165px;
	text-align: left;
	background: url(tel_bg.jpg) no-repeat;
	margin-bottom: 40px;
}

.tel span{
	position: absolute;
	left: 140px;
	top: 40px;
}

/*内页右侧*/
.main_box .right{
	float: right;
	width: 715px;
	margin-top: 30px;
	overflow: hidden;
}

.place {
	float: left;
	width: 100%;
	height: 56px;
	 margin-bottom: 21px;
	background: url(line.png) no-repeat left bottom;
	line-height: 56px;
	overflow: hidden;
}

.place h2 {
	float: left;
	height: 56px;
	line-height: 45px;
    font-size: 30px;
    color: #0068b7;
    font-weight: 600;
    font-family: SimHei;
}

.place h2 a{
    color: #0068b7;
}

.place h2 .iconfont{
	display: none;
}

.place span{
	float: left;
    margin-left: 16px;
	color: #999;
	line-height: 72px;
}

.back{
	float: right;
	color: #0068b7;
	overflow: hidden;
	margin-right: 3px;
}

.back:hover{
	color: #81b925;
}

.back .iconfont{
	font-size: 22px;
	vertical-align: middle;
}

.main_box .right ul{
	width: 100%;
	overflow: hidden;
}

.main_box .right ul p{
	margin-bottom: 16px;
}

/*案例*/
.case_query{
	width: 735px!important;
	margin-left: 0px;
}

.case_query a{
	float: left;
	display: block;
	width: 225px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	overflow: hidden;
}

.case_query a img{
	width: 215px;
	height: 160px;
	padding: 4px;
	border: 1px solid #dcdcdc;
	opacity: 1;
	overflow: hidden;
}

.case_query a:hover img{
	border: 1px solid #0068b7;
	opacity: 0.8;
}

.case_query a h4{
	width: 225px;
	height: 30px;
	margin-top: 6px;
	text-align: center;
	line-height: 30px;
	overflow: hidden;
}

/*产品*/
.w1{
	width: 150px;
}

.w11{
	width: 462px;
}

.w2{
	width: 260px;
}

.w22{
	width: 250px;
}

.w3{
	width: 120px;
}

.w4{
	width: 180px;
}

.cp_prop{
	width: 713px;
	height: 36px;
	background: #0068b7;
	border: 1px solid #0068b7;
}

.cp_prop li{
	float: left;
	color: #fff;
	font-size: 15px;
	line-height: 36px;
	text-align: center;
	border-right: 1px solid #fff;
}

.cp_prop .w4{
	border-right: 0px!important;
}

.cp_query{
	width: 713px;
	overflow: hidden;
	text-align: center;
	border: 1px solid #dcdcdc;
	border-bottom: 0px;
	margin-bottom: 20px;
}

.xl{
	float: left;
	width: 150px;
	min-height: 30px;
	font-size: 16px;
	font-weight: 600;
	vertical-align: middle;
	border-bottom: 1px solid #dcdcdc;
	overflow: hidden;
}

.lb {
	float: left;
	width: 563px;
	overflow: hidden;
}

.lb li{
	float: left;
	height: 30px;
	line-height: 30px;
	border-left: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}

.lb li a{
	color: #0068b7;
}

.lb li a:hover{
	color: #81b925;
}

.cp_title img{
	float: left;
	display: block;
	width: 317px;
	height: 224px;
	padding: 4px;
	border: 1px solid #dcdcdc;
	margin-right: 30px;
	margin-top: 10px;
}

.cp_title h3{
	float: right;
	width: 350px;
	height: 40px;
	margin-top: 6px;
	font-size: 21px;
    line-height: 40px;
    font-weight: 600;
	overflow: hidden;
}

.cp_prop1{
	float: right;
	width: 350px;
	margin-top: 5px;
	overflow: hidden;
}

.cp_prop1 li{
	width: 100%;
	margin-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #dcdcdc;
	overflow: hidden;
}

.cp_prop1 li font{
	float: left;
	font-weight: 600;
	margin-right: 10px;
	overflow: hidden;
}

.cp_intro h4{
	width: 100%;
	height: 45px;
	margin-top: 30px;
	border-bottom: 1px solid #0068b7;
}

.cp_intro h4 strong{
	display: block;
	width: 150px;
	height: 43px;
	font-size: 16px;
    line-height: 43px;
	text-align: center;
	border: 1px solid #0068b7;
	border-bottom: 4px solid #fff;
	overflow: hidden;
}

.cp_intro font{
	display: block;
	width: 100%;
	margin: 10px auto;
	overflow: hidden;
}

.cp_intro font img{
	display: block;
	max-width: 100%;
	margin: 10px auto;
	overflow: hidden;
}

/*联系我们*/	
.map {
    float: left;
    width: 360px;
	margin-right: 30px;
    overflow: hidden;
}

.contact {
    float: right;
    width: 300px;
    overflow: hidden;
}

.contact h3 {
    width: 100%;
    margin-top: 0px;
    font-size: 21px;
	line-height: 50px;
    color: #0068b7;
    font-weight: 600;
    font-family: "Simhei","Microsoft yahei";
}

/*在线咨询*/		
.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: 130px;
    height: 36px;
    margin-top: 16px;
	margin-left: 110px;
    background-color: #0068b7;
	border: 0px;
	border-radius: 6px;
	text-align: center;
	font-size: 14px;
	line-height: 36px;
    color: #fff;
    cursor: pointer;
    transition: all 0.5s;
}
	
.feedback .button:hover {
    background-color: #81b925;
}
