@charset "UTF-8";
body, p, form, textarea, h1, h2, h3, h4, h5, dl, dd {
	margin: 0px;
}
input, button, ul, ol {
	margin: 0px;
	padding: 0px;
}
body, input, button, form {
	font-size: 14px;
	line-height: 28px;
	font-family: "microsoft yahei", '宋体', 'PingFang SC', 'Myriad Pro', "AvantGarde Bk BT", "Arial", 'Helvetica Neue', 'Helvetica', 'sans-serif';
	color: #666;
}
body{width:100%;margin:0 auto;min-width:1200px;}
h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	font-weight: normal;
}
ul, ol, li {
	list-style: none;
}
input {
	background: none;
	border: 0 none;
}
img, iframe {
	border: 0px;
}
em, i {
	font-style: normal;
}
button, input, select, textarea {
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.red {
	color: #ba292e;
}
.fl {
	float: left;
}
.fr {
	float: right;
}

.tac,.t_c {
	text-align: center;
}
.tar {
	text-align: right;
}
.poa {
	position: absolute;
}
.por {
	position: relative;
}
.hidden {
	display: none;
}
.w1200,.m {
	width: 1200px;
	margin: 0 auto;
}
.f_l {float:left;}
.f_r {float:right;}
.t_l {text-align:left;}
.t_r {text-align:right;}
.t_c {text-align:center;}
.f_b {font-weight:bold;}
.f_n {font-weight:normal;}
.f_white {color:white;}
.f_gray {color:#666666;}
.f_orange {color:#FF6600;}
.f_red {color:red;}
.f_green {color:green;}
.f_blue {color:blue;}
.f_dblue {color:#007AFF;}
.f_price {font-weight:bold;font-family:Arial;color:#FF0000;}
.icon {
	background: url(img/icon.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}
a {
	color: #333333;
	/* text-decoration: none; */
}
a:hover {
	color: #006633;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
.ease, .ease * {
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.noease, .noease * {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
:-moz-placeholder {
color: #aaa;
}
::-moz-placeholder {
color: #aaa;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: #aaa;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #aaa;
}

.title {height:48px;line-height:48px;text-align:center;font-weight:bold;font-size:22px;padding:0;margin:0;}
.content {font-size:16px;line-height:200%;padding:16px;}

/*清除浮动*/
.clearfix {
*zoom: 1;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/*top_main*/
.top_main {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #3C444D;
	font-size: 12px;
	color: #fff;
	z-index: 12;
}
.top_main .top_r {
	margin-right: 10px;
}
.top_main li {
	position: relative;
	display: inline-block;
*display: inline;
*zoom: 1;
	text-align: center;
}
.top_main li a {
	color: #fff;
	cursor: pointer;
	padding: 0 16px;
}
.top_main li a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.top_main .split {
	display: inline-block;
*
	display: inline;
*
	zoom: 1;
	width: 1px;
	height: 12px;
	background: #686d73;
	vertical-align: middle;
}
.top_main .map {
	width: 85px;
	border-left: 1px solid #686d73;
	text-indent: 20px;
	padding-left: 10px;
	background: url(img/map.png) 10px center no-repeat;
	color: #fff;
}
.top_main .map a {
	color: #fff;
}
.top_main .map a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.top_main .top_right {
	text-align: right;
	font-size: 0;
	line-height: 0;
}
.top_main .top_right li {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	line-height: 40px;
	font-size: 12px;
	height: 40px;
}
.top_main .top_right .sou {
	width: 45px;
	border-left: 1px solid #686d73;
	position: relative;
}
.top_main .top_right .sou a {
	display: block;
	height: 27px;
	padding: 0;
	padding-top: 13px;
}
.top_main .top_right .sou s {
	width: 18px;
	height: 18px;
	display: block;
	margin: 0 auto;
	background: url(img/search.png) no-repeat;
}
.top_main .top_right .sou:hover {
	background-color: #3C444D;
}
#nav_main .search {
	width: 180px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #252525;
	border-radius: 20px;
	z-index: 999;
	overflow: hidden;
}
#nav_main .search .stxt {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	float: left;
	background: none;
	border: 0px;
	outline: none;
	font-size: 12px;
	color: #252525;
}
#nav_main .search .sbtn {
	width: 25px;
	height: 20px;
	position: absolute;
	outline: none;
	cursor: pointer;
	right: 10px;
	top: 32px;
	background-color: #0362ab;
	background: url(/file/image/2024/search.png) 3px 0 no-repeat;
}
/*header_main*/
.header_main {
	position: relative;
	width: 100%;
	height: 80px;
	z-index: 100;
	background: #fff;
}
.header_main .header{
	display: flex;
}
.header_main .logo {
	float: left;
	width: 180px;
	display: block;
	padding: 14.5px 0 0 0;
}
.header_main .logo img {
	width: 180px;
	float: left;
	display: block;
}
.header_main .tel_main {
	float: right;
	width: 276px;
	height: 110px;
}
.header_main .tel_main .zx {
	margin-top: 30px;
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.header_main .tel_main .tel {
	width: 270px;
	height: 50px;
	line-height: 50px;
	background: #006633;
	border-radius: 25px;
	text-align: center;
	margin-top: 35px;
}
.header_main .tel_main .tel .t1 {
	margin-right: 6px;
	font-size: 18px;
	color: #fff;
}
.header_main .tel_main .tel .num {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
/*导航栏下拉*/
#nav_main {
	position: relative;
	height: 80px;
	z-index: 60;
	border-top: 1px solid #e8e8e8;
	margin-left: auto;
	display: flex;
	align-items: center;
}
#nav_main .nav-new {
	display: flex;
	align-items: center;
}
#nav_main li {
	float: left;
	display: block;
	width: fit-content;
	height: 80px;
	margin-right: 60px;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	position: relative;
}
#nav_main ul > li.hover::before{
	width: 100%;
	left: 0;
}
#nav_main .nav-new >li > a{
	width: fit-content !important;
	font-size: 17px;
	height: 80px;
	line-height: 80px;
}
#nav_main li a {
	display: block;
	width: 150px;
	margin-top: 1px;
	text-align: center;
	position: relative;
	height: 50px;
	color: #666 ;
	font-size: 14px;
	line-height: 50px;
}
.subnav li a:hover{
	height: 50px;
	color: #E16414;
}
.subnav li.active a {
	color: #E16414;
}
#nav_main li .subnav {
	margin-right: 0;
	transition: all .36s ease;
	position: absolute;
	top: calc(100% - 2px);
	left: -50%;
	opacity: 0;
	width: 150px !important;
	height: auto;
	overflow: hidden;
	z-index: 199;
	background: #F5F5F5;
}
#nav_main li .subnav {
	position: absolute;
	left: -75px;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
	z-index: 199;
	opacity: 0;
	visibility: hidden;
	height: auto;
	overflow: hidden;
	width: 100%;
	padding-left: 24px;
	padding-right: 24px;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
}
#nav_main li .subnav .nav1 {
	transition: all .36s ease;
	display: block;
	font-weight: 500;
	margin-left: 0;
	margin-right: 0;
	line-height: 48px;
	height: 50px;
	cursor: pointer;
	width: 100%;
	border-bottom: 1px solid rgba(170,170,170,.2);
}
#nav_main li .subnav .nav1 .subA {
	height: 50px!important;
	transition: all .36s ease;
	display: block;
	font-weight: 500;
	line-height: 50px!important;
	position: relative;
	text-align: left;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #666!important;
}
#nav_main li .subnav .nav1 .subA::after{
	content: '>';
	position: absolute;
	top: 0;
	right: 0;
}
#nav_main li:hover .subnav {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
#nav_main li.hover .subnav .nav1.subA {
	color: #666;
}
#nav_main .subnav .nav1:hover .subA {
	color: #E16414!important;
}
/* banner */
#banner_main {
	z-index: 2;
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
#banner_main > img{
	width: 100%;
	display: inline-block;
}
#banner {
	width: 100%;
	min-width: 1000px;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
#banner, .banner ul {
	max-height: max-content;
	overflow: hidden;
}
.banner li {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
}
.banner li:first-child {
	display: block;
}
.banner li img {
	width: 100%;
	display: block;
	position: relative;
	left: 0;
	top: 0;
	min-width: 1200px;
}
#banner #btn_prev, #banner #btn_next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%) scale(0.6);
	display: block;
	width: 90px;
	height: 90px;
	z-index: 5;
	cursor: pointer;
	transition: all 600ms ease;
}
#banner #btn_prev {
	left: 200px;
	background: url("/file/image/2024/prev.png") no-repeat center center;
}
#banner #btn_next {
	right: 200px;
	background: url("/file/image/2024/next.png") no-repeat center center;
}
#banner #btn_prev:hover {
	opacity: .9;
	filter: alpha(opacity=80);
	transition: all 600ms ease;
	background: url("/file/image/2024/prev.png") no-repeat center center;
}
#banner #btn_next:hover {
	opacity: .9;
	filter: alpha(opacity=80);
	transition: all 600ms ease;
	background: url("/file/image/2024/next.png") no-repeat center center;
}
/*banner end*/


/*footer*/
.bottom_main {
	width: 100%;
	height: auto;
	/* border-bottom: 1px solid #e6e6e6; */
}
.bottom_main > img{
	width: 100%;
	display: block;
}
.bottom_main .footer{
	width: 100%;
	position: relative;
}
.bottom_main .footer > img{
	width: 100%;
	display: block;
}
.bottom_main .footer .footer-content{
	position: absolute;
	width: 1300px;
	top:50%;
	left: calc((100% - 1300px) / 2);
	transform: translateY(-50%);
	display: flex;
	justify-content: space-between;
}
.bottom_main .bottom_logo{
	width: 435px;
	display: flex;
	align-items: center;
	padding-bottom: 16px;
	border-bottom: 1px solid #fff;
	margin-bottom: 16px;
}
.bottom_main .bottom_logo img{
	width: 49px;
	height: 59px;
}
.bottom_main .bottom_logo > div{
	margin-left: 6px;
	color: #fff;
}
.bottom_main .bottom_logo > div .text_cn{
font-size: 22px;
font-weight: bold;
height: 24px;
line-height: 24px;
}
.bottom_main .bottom_logo > div .text_en{
	font-size: 12px;
	margin-top: 4px;
}
.bottom_main .bottom_ewm {
	width: 435px;
}
.bottom_main .bottom_ewm > img{
	width: 100%;
}
.bottom_main .bottom_ewm .txt{
	display: flex;
	align-items: center;
}
.bottom_main .bottom_ewm .txt .hotLine{
	margin-right: 5px;
	font-size: 15px;
	line-height: 26px;
	color: #fff;
	width: 350px;
}
.bottom_main .bottom_ewm .txt img{
	width: 84px;
	height: 84px;
}
.bottom_main .bottom_nav{
	display: flex;
}
.bottom_main .bottom_nav .left {
	float: left;
	width: 160px;
	height: 185px;
	display: inline-block;
	text-align: center;
}
.bottom_main .bottom_nav .left h3 {
	font-size: 18px;
	line-height: 16px;
	color: #ddd;
	height: 34px;
	text-align: center;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	font-weight: bold;
}
.bottom_main .bottom_nav .left > a{
	display: inline-block;
}
.bottom_main .bottom_nav .left dd {
	text-align: center;
}
.bottom_main .bottom_nav .left.kysc{
	transform: translateX(25px);
}
.bottom_main .bottom_nav .left.kysc dd,.bottom_main .bottom_nav .left.kysc{
	text-align: left;
}
.bottom_main .bottom_nav .left dd a {
	display: inline-block;
	font-size: 12px;
	line-height: 30px;
	color: #999;
	text-align: center;
}
.bottom_main .bottom_nav .left a:hover {
	color: #ffffff;
}
.bottom_main .bottom_nav .left dt:hover h3 {
	color: #ffffff;
}
.bottom_copy {
	width: 100%;
	background: #2f2a2e;
	color: #888;
	font-size: 12px;
	padding: 8px 0;
}
.bottom_copy .w1400 {
	margin: 0 auto;
	width: 1400px;
	display: flex;
	justify-content: space-between;
}
.bottom_copy .link{
	display: flex;
	align-items:center
}
.bottom_copy a {
	display: inline-block;
	color: #888;
	padding-left: 6px;
}
.bottom_copy a:hover {
	color: #ffffff;
}
/********.toolbar1*********/
.toolbar_wrap {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
	width: 0;
	height: 100%;
}
.toolbar {
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	z-index: 1000;
}
.toolbar .toolbar_tabs {
	position: absolute;
	top: 50%;
	left: -60px;
	width: 60px;
	margin-top: -61px;
}
.toolbar .toolbar_tab {
	position: relative;
	width: 60px;
	height: 60px;
	margin-bottom: 4px;
	cursor: pointer;
	background-color: #006633;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.toolbar .tab_person .tab_ico {
	background-position: 7px 8px;
}
.toolbar .tab_ico {
	width: 34px;
	height: 35px;
	margin-left: 1px;
	position: relative;
	z-index: 2;
	background-color: #0362ab;
	_display: block;
	display: inline-block;
	background-image: url(img/toolbaricon.png);
	background-repeat: no-repeat;
}
.toolbar .tab_text {
	width: 129px;
	font-size: 14px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	text-align: center;
	position: absolute;
	z-index: 1;
	left: 140px;
	bottom: 0;
	background-color: #006633;
	border-radius: 3px;
}
.toolbar_tab:hover, .toolbar_tab:hover .tab_ico, .toolbar_tab_hover, .toolbar_tab_hover .tab_ico {
	background-color: #006633;
}
.toolbar .tab_kf em {
	width: 129px;
	height: 160px;
	line-height: normal;
	text-align: center;
}
.toolbar .tab_kf em img {
	width: 110px;
	height: 110px;
	padding: 9px;
	padding-bottom: 0;
}
.toolbar .tab_kf em p{line-height:30px;height:30px;color: #fffffff;}
.toolbar .toolbar_tabs a {
	display: inline-block;
	height: 60px;
}
/*.toolbar .tab_kf .tab_text{margin-top:-40rpx;}*/


/*******index css*******/
.index {
	overflow: hidden;
}
.index .head_tit {
	position: relative;
	margin-bottom: 20px;
}
.index .head_tit .title {
	float: left;
}
.index .head_tit .tit {
	font-size: 24px;
	color: #333;
	line-height: 24px;
}
.index .head_tit .etit {
	margin-top: 4px;
	font-size: 12px;
	color: #999;
	text-transform: uppercase;
}
.index .head_tit .more {
	padding-left: 52px;
	margin-top: 14px;
	float: right;
	font-size: 14px;
	line-height: 14px;
	background: url("img/line1.png") no-repeat left center;
	color: #999;
}
.index .head_tit .more:hover {
	color: #006633;
}
/*解决方案*/
.solutions {
	padding-top: 60px;
}
.solutions .solute {
	position: relative;
}
.solutions .solute .channel-box{
	width: 100%;
	height: 130px;
	margin-bottom: 120px;
	display:flex ;
	justify-content: space-evenly;
	align-items: center;	
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.solutions .solute .channel-box li a{
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: 500;
}
.solutions .solute .channel-box li.on a span{
	color: #006633;
}
.solutions .solute .channel-box li a img{
	width: 32px;
	height: 32px;
margin-right: 8px;
}
#solute .bd {
	float: left;
	width: 838px;
	height: 518px;
}
#solute .bd .list li {
	position: relative;
	display: block;
	width: 838px;
	height: 518px;
}
#solute .bd .list li.item img {
	position: absolute;
	left: 90px;
	display: block;
	width: 706px;
	height: 518px;
	z-index: 2;
}
#solute .bd .list li .txt {
	position: absolute;
	top: 86px;
	left: 0;
	display: block;
	width: 390px;
	height: 360px;
	background: url("img/txt_bg.png") no-repeat;
	z-index: 3;
}
#solute .bd .list li .txt .tit {
	margin-top: 100px;
	margin-left: 60px;
	font-size: 18px;
	color: #333;
	line-height: 20px;
}
#solute .bd .list li .txt .cont {
	margin-top: 20px;
	margin-left: 60px;
	width: 260px;
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
#solute .hd {
	float: right;
	width: 354px;
}
#solute .hd .list li {
	display: block;
	width: 360px;
	height: 162px;
	margin-bottom: 12px;
	border: 1px solid #ececec;
	cursor: pointer;
}
#solute .hd .list li .txt {
	height: 90px;
	margin-top: 40px;
	margin-left: 40px;
	padding-left: 110px;
}
#solute .hd .list li .txt .tit {
	padding-top: 20px;
	font-size: 18px;
	color: #666;
	line-height: 20px;
}
#solute .hd .list li .txt .etit {
	margin-top: 8px;
	font-size: 14px;
	color: #999;
	text-transform: uppercase;
}
#solute .bd .list li:hover .txt .tit {
	color: #006633;
}
#solute .hd .list li.item1 .txt {
	background: url("img/ico1.png") no-repeat;
}
#solute .hd .list li.item2 .txt {
	background: url("img/ico2.png") no-repeat;
}
#solute .hd .list li.item3 .txt {
	background: url("img/ico3.png") no-repeat;
}
#solute .hd .list li.item1:hover .txt {
	background: url("img/ico11.png") no-repeat;
}
#solute .hd .list li.item2:hover .txt {
	background: url("img/ico21.png") no-repeat;
}
#solute .hd .list li.item3:hover .txt {
	background: url("img/ico31.png") no-repeat;
}
#solute .hd .list li.item1.on .txt {
	background: url("img/ico11.png") no-repeat;
}
#solute .hd .list li.item2.on .txt {
	background: url("img/ico21.png") no-repeat;
}
#solute .hd .list li.item3.on .txt {
	background: url("img/ico31.png") no-repeat;
}
#solute .hd .list li.on, #solute .hd .list li:hover {
	background-color: #006633;
	transition: all ease 600ms;
}
#solute .hd .list li.on .txt .tit, #solute .hd .list li.on .txt .etit {
	color: #fff;
}
#solute .hd .arrow {
	position: absolute;
	top: 260px;
	left: 388px;
	z-index: 12;
}
#solute .hd .arrow .next {
	display: block;
	width: 38px;
	height: 92px;
	background: url("img/nnext.png") no-repeat;
	cursor: pointer;
}
/*案例展示*/
.icaseShow {
	margin-top: 60px;
}
.icaseShow .icase {
	position: relative;
	height: auto;
}
.icaseShow .icase .head_tit{
	margin-bottom: 10px;
}
.icaseShow .icase .title{
	text-align: center;
	width: 100%;
	height: auto;
}
.icaseShow .icase .title img{
width: 27px;
height: 32px;
}
.icaseShow .icase .title p{
	color: #006633;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-top: 0;
}
.icaseShow .icase .title h3{
	font-size: 35px;
	font-weight: bold;
	color:#333731;
	line-height: 51px;
}
.icaseShow .icase .more{
	background: unset;
}
.icaseShow .menu1 {
	position: absolute;
	top: 0;
	right: 136px;
}
.icaseShow .menu1 a {
	float: left;
	display: block;
	padding: 0 15px;
	height: 31px;
	margin-right: 6px;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	color: #666;
	background: #fff;
	border-radius: 20px;
}
.icaseShow .menu1 a.hover, .icaseShow .menu1 a:hover {
	color: #fff;
	background: #006633;
}
.caseMain {
	position: relative;
	width: 100%;
	height: 420px;
}
.caseMain .caseList{
	width: 1200px;
	height: 420px;
	overflow: hidden;
}
/* .caseMain .bd {
	position: relative;
	width: 100%;
	z-index: 12;
} */
.caseMain .list {
	width: 100%;
	display: flex;
	align-items: center;
	transition: transform 0.5s ease-in-out;
}
.caseMain .list li {
	width: 225px;
	height: 310px;
	margin-right: 18px;
	background: #F2F0F1;
	border-radius: 2px;
	padding: 16.5px;
}
.caseMain .list li .img {
	display: block;
	width: 192px;
	height: 144px;
	border-radius: 2px;
}
.caseMain .list li .txt {
	width: 192px;
	height: 146px;
	padding: 0 10px;
	box-sizing: border-box;
	transition: all ease 600ms;
}
.caseMain .list li .txt .tit {
	padding-top: 27px;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	line-height: 27px;
}
.caseMain .list li .txt .cont {
	font-size: 11px;
	color: #4F5150;
	line-height: 25px;
}
.caseMain .list li .txt .more {
	text-align: right;
	margin-top: 25px;
	font-size: 11px;
	color: #999;
	line-height: 14px;
}
.caseMain .list li:hover .txt .tit{
	color: #e06313;
}
.caseMain .list li:hover .txt .cont, .caseMain .bd .list li:hover .txt .more {
	color: #666;
}
.caseMain .list li:hover .img {
	filter: brightness(105%);
	-webkit-filter: brightness(105%);
}
.caseMain .hd {
	position: absolute;
	top: 160px;
	width: 1200px;
	height: 30px;
}
.caseMain .hd .prev, .caseMain .hd .next {
	position: absolute;
	display: block;
	width: 29px;
	height: 29px;
	cursor: pointer;
	opacity: 0;
}
.caseMain .hd .prev {
	background-position: 0 0;
	left: -6.6%;
}
.caseMain .hd .next {
	background-position: -36px 0;
	right: -6.6%;
}
.caseMain .hd .prev:hover {
	background-position: 0 -40px;
	opacity: 1;
}
.caseMain .hd .next:hover {
	background-position: -36px -40px;
	opacity: 1;
}
/*关于我们*/
.aboutus {
	height: 520px;
}
.aboutus .about {
	padding-top: 60px;
}
.aboutus .aboutImg {
	position: absolute;
	width: 590px;
	height: 396px;
}
.aboutus .aboutImg .aboutBg {
	position: absolute;
	top: 0;
	left: 0;
	width: 280px;
	height: 396px;
	background: #006633;
	z-index: 2;
}
.aboutus .aboutImg .aImg {
	position: relative;
	z-index: 3;
}
.aboutus .aboutImg .aImg .img {
	margin-left: 30px;
	width: 560px;
	height: 345px;
}
.aboutus .aboutImg .aImg .tit {
	padding-left: 18px;
	margin-left: 30px;
	background: url("img/triger.png") no-repeat left center;
	color: #fff;
	text-transform: uppercase;
}
.aboutus .aboutCont {
	position: relative;
	float: right;
	width: 506px;
	height: 396px;
}
.aboutus .aboutCont .about_tit {
	padding-top: 50px;
}
.aboutus .aboutCont .about_tit .cName {
	font-size: 24px;
	color: #333;
	line-height: 40px;
}
.aboutus .aboutCont .about_tit .eName {
	margin-top: 8px;
	font-size: 12px;
	color: #999;
	line-height: 12px;
}
.aboutus .aboutCont .about_tit .line {
	width: 140px;
	height: 1px;
	margin-top: 20px;
	background-color: #006633;
	/*margin-left: -90px;*/
}
.aboutus .aboutCont .cont {
	margin-top: 10px;
	font-size: 14px;
	line-height: 26px;
	color: #666;
	height: 205px;
	/* white-space: nowrap; */
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}
.aboutus .aboutCont .line1 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 30px;
	height: 3px;
	background-color: #006633;
}
.aboutus .aboutCont .more {
	position: absolute;
	top: 0;
	right: 0;
	padding-left: 52px;
	font-size: 14px;
	line-height: 14px;
	background: url("img/line1.png") no-repeat left center;
	color: #999;
}
.aboutus .aboutCont .more:hover {
	color: #006633;
}
/*公司新闻*/
.companyNews {
	width: 100%;
	height: 594px;
	background: #f9f9f9;
	background-size: 100% 594px;
}
.companyNews .head_tit {
	padding-top: 60px;
}
.companyNews .head_tit .tit a{
	color: #E06313;
	font-size: 30px;
	font-weight: bold;
}
.companyNews .head_tit .etit {
	margin-top: 0;
	font-size: 19px;
	color: #252423;
	text-align: left;
}
.companyNews .showNew {
	margin-top: 30px;
}
.companyNews .showNew .left {
	float: left;
	width: 480px;
}
.companyNews .showNew .rest {
	position: relative;
	width: 480px;
	height: 400px;
}
.companyNews .showNew .rest .bd .list li {
	position: relative;
	width: 480px;
	height: 400px;
}
.companyNews .showNew .rest .bd .list li img {
	display: block;
	width: 480px;
	height: 256px;
}
.companyNews .showNew .rest .bd .list li .txt {
	width: 480px;
	height: 144px;
	background: #fff;
	transition: all ease 600ms;
}
.companyNews .showNew .rest .bd .list li .txt .tit {
	padding-top: 30px;
	margin-left: 24px;
	font-size: 16px;
	color: #666;
	text-align: left;
	line-height: 30px;
}
.companyNews .showNew .rest .bd .list li .txt .cont {
	width: 386px;
	margin-top: 8px;
	margin-left: 24px;
	font-size: 14px;
	color: #999;
	line-height: 24px;
	color: #999;
}
.companyNews .showNew .rest .bd .list li:hover img {
	-webkit-filter: brightness(105%);
	filter: brightness(105%);
}
/* .companyNews .showNew .rest .bd .list li:hover .txt {
	background: #f6b927;
	transition: all ease 600ms;
}
.companyNews .showNew .rest .bd .list li:hover .txt .tit {
	color: #fff;
}
.companyNews .showNew .rest .bd .list li:hover .txt .cont {
	color: #fff;
} */
.companyNews .showNew .rest .hd {
	position: absolute;
	width: 30%;
	bottom: 12px;
	right: 30px;
}
.companyNews .showNew .rest .hd .iconList {
	float: right;
}
.companyNews .showNew .rest .hd li {
	float: left;
	width: 10px;
	height: 10px;
	background-color: #d9d6d3;
	border-radius: 100%;
	margin-right: 12px;
	font-size: 0px;
	cursor: pointer;
}
.companyNews .showNew .rest .hd li.on {
	background-color: #e06313;
}
.companyNews .showNew .right {
	float: left;
	width: 710px;
	margin-left: 10px;
}
.companyNews .showNew .right ul {
	width: 100%;
	padding: 20px 30px;
	box-sizing: border-box;
	background: #fff;
}
.companyNews .showNew .right ul li {
	position: relative;
	width: 100%;
	margin-right: 0;
	margin-bottom: 14px;
	transition: all ease 600ms;
	cursor: pointer;
	padding-bottom: 12px;
	border-bottom: 1px solid #bcbcbc;
}
.companyNews .showNew .right ul li:nth-last-of-type(1){
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}
.companyNews .showNew .right ul  li .txt {
	display: flex;
	justify-content: space-between;
}
.companyNews .showNew .right ul  li .txt .tit {
	font-size: 18px;
	color: #2D2E2E;
}
.companyNews .showNew .right ul  li .txt .date{
color: #484A4C;
font-size: 12px;
}
.companyNews .showNew .right ul  li  .cont {
	font-size: 14px;
	color: #BCBCBC;
	line-height: 1.5em;
	margin-right: 90px;
}
.companyNews .showNew .right ul  li:hover {
	transition: all ease 600ms;
}
.companyNews .showNew .right ul  li:hover .txt .tit {
	color: #e06313;
}
.companyNews .showNew .right ul  li:hover  .cont {
	color: #666;
}
/*内页样式*/
/***********category css*************/
.nyIcon {
	background: url(img/nyicon.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}
/*wrapper*/
.wrapper {
	padding: 0 0 36px;
	min-height: 220px;
	background: #f5f5f5;
}
.wrapper .noinfor {
	padding: 0 0 20px;
	text-align: left;
	color: red;
	text-align: center;
}
/*nybanner*/
.nybanner{
	width: 100%;
}
.nybanner img{
	width: 100%;
	display: block;
}
.nybanner .en {
	font-size: 30px;
	font-family: arial;
	font-weight: bold;
}
.nybanner .line {
	width: 50px;
	height: 2px;
	display: block;
	background: #fff;
	margin-top: 10px;
}
.newbanner{
	width: 100%;
}
.newbanner img{
	width: 100%;
	display: block;
}
.module-title{
	display: flex;
	justify-content: space-between;
	align-items:center;
}
.module-title > a{
	font-size: 14px;
	margin-top: 20px;
}
.content-title-box{
	margin-top: 60px;
	margin-bottom: 30px;
}
.content-title-box h1{
	font-size: 22px;
	font-weight: bold;
	color: #e06313;
	height: 30px;
	line-height: 30px;
}
.content-title-box.chanpin h1{
	color:#007435;

}
.content-title-box div{
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
}
/*menu*/
.menu {
	width: 100%;
	/* height: 60px; */
	line-height: 60px;
	background: #fff;
	border-bottom: 1px solid #ddd;
}
.menu .list {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-evenly;
}
.menu li {
	width: fit-content;
	height: 40px;
	position: relative;
}
.menu li .nav1 {
	width: fit-content;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	display: flex;
	position: relative;
}
.menu li:hover .nav1, .menu li.hover .nav1 {
	color: #000;
}
.menu li:hover .nav1::after, .menu li.hover .nav1::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #006633;
}
.menu li .subMenu {
	position: absolute;
	left: 0px;
	top: 50px;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
	z-index: 199;
	opacity: 0;
	visibility: hidden;
	height: auto;
	overflow: hidden;
	width: 100%;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
	text-align: center;/* border-top: 2px solid #008fd7; */
	padding-top: 20px;
}
.menu li:hover .subMenu {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.menu li .subMenu a {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 50px;
	background: #fff;
	border-bottom: 1px solid rgba(170,170,170,.2);
}
.menu li .subMenu a:hover {
	background: #006633;
	color: #fff;
}
/*sitepath*/
.sitepath {
	height: 80px;
	line-height: 80px;
	/* text-align: right; */
}
.sitepath s {
	width: 20px;
	height: 18px;
	background-position: 0 0;
	margin-right: 4px;
}
/* reLink */
.reLink {
	height: 48px;
	line-height: 48px;
	padding: 0 15px;
	border: 1px solid #dddddd;
}
.reLink .nextLink, .reLink .prevLink {
	width: 50%;
	color: #666;
}
.reLink .nextLink {
	text-align: right;
}
.reLink a {
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.reLink a:hover {
	color: #006633;
}
/*n-gridlist*/
.n-gridlist {
	width: 100%;
	display: flex;
	flex-wrap: wrap;

}
.n-gridlist .item {
	width: 285px;
	margin: 0 20px 20px 0;
	background: #fff;
	position: relative;
	overflow: hidden;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.n-gridlist .item:nth-of-type(4n){
	margin-right: 0;
}
.n-gridlist .item img {
	width: 285px;
	height: 215px;
	display: block;
}
.n-gridlist .item h3 {
	width: 100%;
	color: #000;
	font-weight: bold;
	font-size: 16px;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.n-gridlist .item > div{
	padding: 20px;
}
.n-gridlist .item > div span{
	font-size: 12px;
	padding: 0 4px;
	border-radius: 2px;
	background: #FEE4C9;
	color: #DF7C37;
}
.n-gridlist .item > div div{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 6px;
}

.n-gridlist .item > div div p{
	flex: 0 0 calc(100% - 40px);
	color: #000;
	font-size: 12px;
	line-height: 1.5em;
}

.n-gridlist .item > div div a{
	flex: 0 0 25px;
	width: 25px;
	height: 25px;
	margin-left: 5px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	cursor: pointer;
}

.n-gridlist .item:hover > div div a{
	transform: translateX(2px) translateY(-2px) scale(1.2);
}
.n-gridlist .item > div div a img{
	display: inline-block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

/*showList*/
.showList {
	width: 105%;
}
.showList .item {
	width: 380px;
	float: left;
	margin: 0 30px 30px 0;
	background: #fff;
	position: relative;
	overflow: hidden;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.showList .item a {
	width: 100%;
	display: block;
	cursor: pointer;
}
.showList .item img {
	width: 380px;
	height: 213px;
	display: block;
}
.showList .item h3 {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.showList .item .bg {
	position: absolute;
	width: 400px;
	padding-top: 136px;
	height: 240px;
	left: -400px;
	top: -34px;
	z-index: 10;
	background: url(img/red80.png) repeat 0 0;
	text-align: center;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.showList .item .bg s {
	width: 50px;
	height: 50px;
	display: block;
	border-radius: 100%;
	margin: 0 auto;
	background-color: #fff;
	background-position: -22px 18px;
}
.showList .item:hover {
	background: #333333;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.showList .item:hover h3 {
	color: #fff;
}
.showList .item:hover .bg {
	left: 0;
}
/*n-tit*/
.n-tit {
	margin-bottom: 30px;
}
.n-tit h3 {
	line-height: 35px;
	font-size: 24px;
}
.n-tit s {
	width: 4px;
	height: 22px;
	margin-right: 15px;
	background: #006633;
	display: inline-block;
	vertical-align: middle;
}
.n-tit .more {
	font-size: 16px;
	width: 120px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin-top: 10px;
	border: 1px solid #ddd;
	transition: all ease 600ms;
}
.n-tit .more:hover {
	width: 150px;
	transition: all ease 600ms;
}
/*relateNews*/
.relateNews {
	padding: 55px 0 0;
	width: 100%;
	overflow: hidden;
}
.relateNews .list {
	width: 110%;
}
.relateNews .list li {
	width: 545px;
	float: left;
	margin-right: 32px;
	margin-bottom: 20px;
}
.relateNews .list li:nth-child(2n){margin-right: 0px;}
.relateNews .list li a {
	display: block;
	width: 100%;
	height: 100px;
}
.relateNews .list li img {
	width: 135px;
	height: 100px;
	display: block;
	float: left;
	margin-right: 20px;
}
.relateNews .list li h3 {
	line-height: 26px;
	font-size: 16px;
	float: left;
}
.relateNews .list li p {
	line-height: 24px;
	overflow: hidden;
	font-size: 14px;
	color: #999;
	float: left;
	width: 388px;
	text-align: justify;
}
.relateNews .list li .time {
	color: #999999;
	font-family: arial;
	font-size: 16px;
	line-height: 26px;
	float: right;
	margin-right: 3px;
}
/*aboutPage*/
.about-box{
	position: relative;
	margin-bottom: -36px;
}
.about-box > img{
	display: block;
	width: 100%;
}
.aboutPage {
	padding: 40px 40px;
	width: 1120px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}
.aboutPage .contact_tit {
	text-align: center;
	position: relative;
	padding-bottom: 30px;
	margin-top: 30px;
*margin-top:60px;
}
.aboutPage .contact_tit .tit {
	font-size: 45px;
	line-height: 66px;
	font-weight: 100;
	position: relative;
	display: inline;
	z-index: 12;
}
.aboutPage .contact_tit .tit i {
	background: #bababa;
	width: 90px;
	height: 1px;
	display: block;
	position: absolute;
	right: -120px;
	top: 30px;
	display: block;
}
.aboutPage .contact_tit .tit i:first-child {
	left: -120px;
	right: auto;
}
.aboutPage .contact_tit .entit {
	font-size: 82px;
	line-height: 66px;
	color: #eee;
	text-transform: uppercase;
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	top: 0px;
	z-index: 10;
	font-family: Arial;
}
.aboutPage .txtcon {
	min-height: 460px;
	font-size: 16px;
	line-height: 30px;
}
.aboutPage .txtcon img {
	max-width: 100%;
}
.aboutPage .mapArea {
	width: 100%;
	height: 400px;
	margin-top: 20px;
}
.aboutPage .mapArea #allmap {
	width: 100%;
	height: 400px;
}
.home-content-box{
	display: flex;
	align-items:flex-start;
	margin-bottom: 20px;
}
.home-content-box > div{
	flex: auto;
}
.home-content-box > div >img{
	display: inline-block;
	width: 27px;
	height: 32px;
}
.home-content-box > div > p{
	color: #999;
}
.home-content-box > div > h3{
	color: #000;
	font-size: 24px;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 10px;
}
.home-content-box > img{
	display: inline-block;
	flex: 500px;
	max-width: 500px;
	max-height: 256px;
	margin-left: 20px;
}
/*newsPage*/
.newsPage .item {
	width: 100%;
	height: 165px;
	margin-bottom: 20px;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
	background: #fff;
	box-sizing: border-box;
}

.newsPage.zjjtPage{
	padding: 0;
	height: auto;
	z-index: 10;
	background: url(/file/image/2024/bg-zjjt.png) repeat 0 0;
}

.newsPage.zjjtPage .content{
	padding: 0;
}
.newsPage.zjjtPage .title{
	color: #000;
	margin-top: 60px;
	margin-bottom: 30px;
}
.newsPage.zjjtPage .title.zjjttitle{
	color: #006633;
	margin-bottom: 0;
}
.newsPage.zjjtPage .title.zjjttitle span{
	color: #000;
}
.newsPage.zjjtPage .en_title{
	color: #999;
	font-size: 12px;
	text-align: center;
	margin-bottom: 30px;
}
.newsPage.zjjtPage.jtgk .title{
margin-bottom: 0;
}
.newsPage .item{
	display: flex;
	align-items:center ;
	padding: 10px 16px;
}
.newsPage .item > img {
    min-width: 244px;
	width: 244px;
	height: 142px;
	display: block;
	margin-right: 16px;
}
.newsPage .item > div{
flex: auto;
}
.newsPage .item a {
    flex:0 0 100px;
	width: 200px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color: #999999;
	cursor: pointer;
	margin-left: 16px;
}
.newsPage .item h3 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.newsPage .item .time {
	display: flex;
	align-items: center;
	font-family: arial;
	font-size: 14px;
	color: #4C88BE;
	margin-bottom: 4px;
}
.newsPage .item .time img{
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 4px;
}
.newsPage .item .txt {
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	height: 48px;
	padding-right: 130px;
	overflow: hidden;
}
.newsPage .item:hover {
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.newsPage .item:hover h3 {
	font-weight: bold;
	color: #e06313;
}
.newsPage .item:hover .time .day span {
	background: #6d6d6d;
}
.newsPage .item:hover .time .day strong {
	background: #ff0000;
	color: #fff;
}
.newsPage .item:hover img {
	filter: brightness(105%);
	-webkit-filter: brightness(105%);
}
.qywh-list{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.qywh-list li{
	width: calc((100% - 40px) / 3);
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.qywh-list li:nth-of-type(3n){
	margin-right: 0;
}
.qywh-list li:nth-of-type(3n+1){
	margin-left: 0;
}
.qywh-list li img{
	display: inline-block;
	width: 100%;
	max-height: 238px;
}
.qywh-list li div{
	text-align: center;
	font-size: 14px;
}
.qywh-list li:hover div{
	color: #e06313;
}
.zzjg{
margin-top: -100px;
}
.zzjg img{
	width: 100%;
}
.qzzgs{
	background: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	padding: 20px;
	display: flex;
	align-items: flex-start;
}
.qzzgs .qzzgs-info{
	flex: 0 0 calc(60% - 20px);
}
.qzzgs .qzzgs-info img{
	width: 60px !important;
}
.qzzgs .qzzgs-info h3{
	color: #000;
	font-weight: 600;
	font-size: 30px;
	text-align: center;
	margin: 10px 0;
}
.qzzgs .qzzgs-info h4{
	font-size: 16px;
}
.qzzgs .qzzgs-info p{
	font-size: 14px;
	line-height: 1.7em;
}
.qzzgs .qzzgs-img{
	flex:0 0 40%;
	margin-left: 20px;
}

.qzzgs .qzzgs-img img{
	display: block;
	width: 100%;
	margin-bottom: 1px;
}
/*showNews*/
.showNews {
	padding: 40px 40px;
	width: 1120px;
	margin: 0 auto;
	background: #fff;
}
.showNews img {
	max-width: 100%;
}
.showNews .title {
	color: #333333;
	line-height: 32px;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
}
.showNews .mark {
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin: 15px 0 20px;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	text-align: center;
}
.showNews .mark span {
	margin: 0 10px;
	font-size: 12px;
	color: #666666;
}
.showNews .shareNew {
	padding-bottom: 25px;
}
.showNews .showContxt {
	padding: 0 0 30px;
	line-height: 30px;
}
/*showProduct*/
.showProduct {
	padding: 40px 40px;
	width: 1120px;
	margin: 0 auto;
	background: #fff;
}
.showProduct .pro-tit {
	margin-bottom: 40px;
}
.showProduct .pro-tit s {
	width: 4px;
	height: 50px;
	display: block;
	background: #006633;
	float: left;
	margin-right: 10px;
}
.showProduct .pro-tit h3 {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 10px;
}
.showProduct .pro-tit .mark {
	line-height: 20px;
	color: #999;
}
.showProduct .pro-tit .mark span {
	margin-right: 6px;
}
.showProduct img {
	max-width: 100%;
}
.showProduct .shareNew {
	padding-bottom: 25px;
}
.showProduct .showContxt {
	padding: 0 0 30px;
	line-height: 30px;
}
.showProduct .infoImg {
	margin-bottom: 40px;
}
.showProduct .infoImg .imgf {
	width: 500px;
	height: 375px;
	display: block;
	float: left;
	margin-right: 40px;
}
.showProduct .infoImg .txt {
	line-height: 32px;
	height: 320px;
	overflow: hidden;
}
.showProduct .infoImg .btn {
	margin-top: 15px;
}
.showProduct .infoImg .btn a {
	width: 120px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	display: inline-block;
	margin-right: 10px;
	text-align: center;
	background: url(img/detail-btnbg.png) no-repeat -140px center;
}
.showProduct .infoImg .btn a:hover {
	background-position: left center;
	color: #006633;
}
/*msgPage*/
.msgPage {
	padding: 40px 0px 55px;
	width: 1120px;
	margin: 0 auto;
	margin-top: 50px;
	background: #fff;
	border: 1px solid #ddd;
}
.msgPage .online_title {
	margin-bottom: 30px;
}
.msgPage .online_title .tit {
	font-size: 30px;
	color: #737373;
	text-align: center;
}
.msgPage .online_title .entit {
	font-size: 14px;
	color: #737373;
	font-family: Arial;
	text-transform: uppercase;
	text-align: center;
}
.formData {
	width: 1000px;
	margin: auto;
}
.formData .item {
	height: 40px;
	line-height: 40px;
	width: 462px;
	float: left;
	position: relative;
	margin-bottom: 25px;
}
.formData .item label {
	width: 85px;
	float: left;
	color: #666;
	padding-right: 5px;
	text-align: right;
}
.formData .item .red {
	color: red;
	font-size: 12px;
	position: absolute;
	right: -10px;
	top: 2px;
}
.formData .liuyan .red {
	right: -2px;
	top: 0px;
}
.formData .yzm .red {
	right: 107px;
	top: 2px;
}
.formData .item input {
	width: 360px;
	height: 40px;
	line-height: 40px;
	float: left;
	padding-left: 10px;
	border: 0px;
	font-size: 14px;
	background: #f5f5f5;
	border-radius: 5px;
}
.formData .item .msg-box {
	position: absolute;
	left: 90px;
}
.formData .item.mr30 {
	margin-right: 68px;
}
.formData .item.yzm {
	width: 380px;
}
.formData .item.yzm input {
	width: 160px;
}
.formData .item.yzm img {
	margin-left: 20px;
}
.formData .item.youxiang {
	margin-right: 70px;
}
.formData .item.liuyan {
	width: 100%;
	height: 96px;
}
.formData .item.liuyan textarea {
	width: 880px;
	float: left;
	height: 76px;
	border: 0px;
	background: #f5f5f5;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 10px;
	overflow: hidden;
	color: #666;
	resize: none;
	font-family: "microsoft yahei";
}
.formData .itemsub {
	width: 400px;
	height: 40px;
	line-height: 40px;
	position: relative;
}
.formData .itemsub label {
	width: 85px;
	float: left;
	color: #333;
	padding-right: 5px;
	text-align: right;
}
.formData .itemsub .msg-box {
	position: absolute;
	left: 90px;
}
.formData .itemsub input[type=text] {
	width: 147px;
	height: 40px;
	line-height: 40px;
	float: left;
	border-radius: 6px;
	font-size: 14px;
	background: #f5f5f5;
	color: #333;
	text-indent: 10px;
}
.formData .itemsub img {
	height: 32px;
	float: left;
	margin-top: 5px;
	margin-left: 10px;
}
.formData .btn {
	width: 100px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	color: #fff;
	margin-left: 8px;
	background: #006633;
}
.formData .btn[type=reset] {
	background: #aaa;
	margin-right: 9px;
}
/*searchPage*/
.searchPage {
	overflow: hidden;
}
.searchPage ul {
	width: 105%;
}
.searchPage .item {
	width: 280px;
	height: 222px;
	float: left;
	margin: 0 25px 30px 0;
	background: #fff;
	position: relative;
	overflow: hidden;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.searchPage .item a {
	width: 100%;
	display: block;
}
.searchPage .item img {
	width: 280px;
	height: auto;
	display: block;
}
.searchPage .item h3 {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 64px;
	line-height: 64px;
	text-align: center;
	font-size: 16px;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
	background: #fff;
}
.searchPage .item .bg {
	position: absolute;
	width: 280px;
	padding-top: 86px;
	height: 72px;
	left: -280px;
	top: 0;
	z-index: 10;
	background: url(img/red80.png) repeat 0 0;
	text-align: center;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.searchPage .item .bg s {
	width: 50px;
	height: 50px;
	display: block;
	border-radius: 100%;
	margin: 0 auto;
	background-color: #fff;
	background-position: -22px 18px;
}
.searchPage .item:hover {
	background: #fff;
}
.searchPage .item:hover h3 {
	color: #fff;
	background: #006633;
}
.searchPage .item:hover .bg {
	left: 0;
}
.map_ul {
	list-style: outside none none;
	display: block;
	width: 100%;
	padding-top: 10px;
}
.map_ul li {
	display: block;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #DCDBDB;
	margin-left: 10px;
	float: left;
}
.map_ul li a {
	font-size: 14px;
	float: left;
	width: 100%;
	height: 23px;
	line-height: 23px;
	font-weight: bold;
}
.map_ul .list-inline {
	display: block;
	margin-left: 7%;
	width: 80%;
	min-height: 30px;
}
.map_ul .list-inline a {
	font-weight: normal;
	width: auto;
	float: none;
	line-height: 32px;
	height: 32px;
	margin: 0 10px 10px 0;
	display: inline-block;
	border: 1px solid #ccc;
	padding: 0px 10px;
}
.map_ul .list-inline a:hover {
	background: #006633;
	color: #fff;
}
span.bds_more, .bds_tools a {
	line-height: 14px !important;
}
.kysc{
	width: 1200px;
  display: flex;
  flex-wrap: wrap;
	margin: 0 auto;
}
.kysc li{
	flex: 0 0 calc((100% - 40px) / 5);
	height: 120px;
	border-radius: 4px;
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 10px;
}
.kysc li:nth-of-type(5n){
	margin-right: 0;
}
.kysc li img{
	display: inline-block;
  width: 100%;
}
/* Underline From Center2 */
.hvr-underline-from-center2 {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
}
.hvr-underline-from-center2::before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	right: 50%;
	bottom: 2px;
	background: #E16414;
	height: 2px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-underline-from-center2:hover::before, .hvr-underline-from-center2.active::before, .hvr-underline-from-center2:focus::before, .hvr-underline-from-center2:hover::before {
	left: 0;
	right: 0;
}
.hvr-underline-from-center2:hover,  .hvr-underline-from-center2.active {
*height: 47px !important;
*border-bottom: 3px solid #E16414;
*line-height: 50px !important;
}
@-webkit-keyframes scale {
0% {
-webkit-transform: scale(1);
}
50% {
-webkit-transform: scale(1.02);
}
100% {
-webkit-transform: scale(1);
}
}
@keyframes scale {
0% {
transform: scale(1);
}
50% {
transform: scale(1.02);
}
100% {
transform: scale(1);
}
}


/* pages */
.pages {padding:24px 0;text-align:center;font-size:12px;color:#fff;clear:both;}
.pages a{color: #fff;}
.pages span{background:#999;padding:9px;color: #fff;}
.pages a:link,.pages a:visited,.pages a:active {background:#999;padding:9px;text-decoration:none;}
.pages a:hover {background:#FF6600;color:#FFFFFF;padding:9px;text-decoration:none;}
.pages strong {background:#FF6600;padding:9px;color:#FFFFFF;}
.pages_inp {width:32px;border:#DDDDDD 1px solid;color:#666666;padding:4px;text-align:center;}
.pages_btn {width:62px;border:#FF6600 1px solid;color:#FFFFFF;padding:4px 6px;background:#FF6600;font-weight:bold;font-size:11px;}
.pages label {background:#FFFFFF;border:#DDDDDD 1px solid;color:#666666;padding:6px 6px;}
.pages label em {color:red;font-weight:bold;font-style:normal;}
.pages label span {font-weight:bold;}
.pages cite {font-style:normal;}

#content a{color:#FF6600;}
#content img{
	display: inline-block;
	width: 100%;
}