.top_bg {
	background: url(../images/top_bg.gif) repeat-x;
}

.header {
	width: 1200px;
	margin: 0 auto;
}

.h_top {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #333;
	overflow: hidden;
}

.h_top span {
	display: block;
	float: left;
}

.h_top p {
	float: right;
}

.h_top p a {
	padding: 0 0 0 15px;
	display: block;
	float: left;
	font-size: 12px;
	color: #333;
}

.h_top p a:hover {
	color: rgba(255, 255, 255, 0.7);
}

.h_top p em {
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	line-height: 0;
	overflow: hidden;
	padding: 5px 8px 0 0;
}

.h_top p em img {
	width: 18px;
	height: 18px;
}

.h_con {
	height: 124px;
	overflow: hidden;
}

.h_con .logo {
	float: left;
	width: auto;
	padding: 38px 22px 0 0;
}

.h_con .logo img {
	width: auto;
	height: 52px;
}

.h_con .h_dw {
	float: left;
	font-size: 24px;
	color: #222;
	background: url(../images/t_line.gif) no-repeat 0 40px;
	padding: 38px 0 0 20px;
	line-height: 32px;
}

.h_dw i {
	color: #0e8825;
}

.h_dw span {
	display: block;
	font-size: 16px;
	font-weight: normal;
}

.h_tel {
	float: right;
	padding: 18px 0 0;
	line-height: 30px;
}

.h_tel em {
	font-size: 20px;
	color: #333;
	display: block;
}

.h_tel span {
	background: url(../images/tel.gif) no-repeat 0 11px;
	display: block;
	padding: 0 0 0 48px;
	height: 52px;
	line-height: 29px;
}

.h_tel b {
	font-size: 26px;
	color: #0e8825;
	display: inline-block;
	margin-left: 10px;
	font-family: "DINOT";
	line-height: 60px;
}

.h_nav {
	height: 60px;
}

.h_nav li {
	float: left;
	width: 169px;
	position: relative;
	height: 60px;
	line-height: 60px;
	text-align: center;
}

.h_nav li a {
	color: #fff;
	font-size: 16px;
}

.h_nav li:last-child {
	border-right: none;
}

.h_nav>li>a {
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding: 0;
}

.h_nav>li>a:link {
	background: none;
}

.h_nav>li>a:hover,
.h_nav>li>a.active {
	color: #fff;
	background: none;
}

.h_nav .hb-first-li ul li a {
	color: #ffffff;
	height: 36px;
	overflow: hidden;
}

.h_nav .hb-first-li .active a,
.h_nav .hb-first-li a:hover {
	background-color: #ffff00;
	color: #0e8825;
	display: block;
}

.h_nav .hb-first-li>ul {
	position: absolute;
	width: 170px;
	background-color: #0e8825;
	z-index: 20;
	padding: 0;
	opacity: 0;
	transition: all .5s ease 0s;
	-webkit-transform: translate3d(0, 10px, 0);
	visibility: hidden
}

.h_nav .hb-first-li:hover ul {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	visibility: visible
}

.h_nav .hb-first-li>ul li {
	height: 34.18px;
	line-height: 36px;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid rgba(226, 226, 226, 0.37);
	transition: all .3s ease-out 0s
}


/* .h_nav li a:before {
	content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  top: 0;
  background:url(../images/nav_line.gif) no-repeat center 0;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
} */
.h_nav li a:hover:before,
.h_nav li a:focus:before,
.h_nav li a:active:before {
	left: 0;
	right: 0;
}

/* .h_nav li.cur a{font-weight: bold;color: #fff;background:url(../images/nav_line.gif) no-repeat center 0;} */
.h_nav li.cur i,
.h_nav li a:hover i {
	color: #fff;
}

.h_nav li a:hover {
	font-weight: bold;
	color: #fff;
}

.h_nav li:first-child {
	padding-left: 0;
}

.h_nav li.nobor {
	padding-right: 0;
}

em,
i {
	font-style: normal;
}


.fullSlide {
	min-width: 1200px;
	position: relative;
	overflow: hidden;
}

.fullSlide .bd li img {
	display: block;
	width: 100%;
}

.fullSlide .hd {
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	bottom: 35px;
	position: absolute;
	z-index: 1;
	overflow: hidden;
}

.fullSlide .hd ul {
	margin-left: 400px;
}

.fullSlide .hd ul li {
	float: left;
	margin: 0 10px 0 0;
	display: inline;
	cursor: pointer;
	width: 130px;
	height: 4px;
	background: #fff;
	text-indent: -99999px;
}

.fullSlide .hd ul .on {
	background: #0e8825;
}

.fullSlide p {
	position: absolute;
	top: 50%;
	width: 79px;
	height: 79px;
	opacity: 0.7;
	margin-top: -40px;
}

.fullSlide p a {
	display: block;
	width: 79px;
	height: 79px;
}

.fullSlide .prev {
	left: 50px;
}

.fullSlide .next {
	right: 50px;
}


.s_bg {
	box-shadow: 0 3px 10px 3px rgba(102, 102, 102, 0.1);
	height: 72px;
}

.search {
	width: 1200px;
	margin: 0 auto;
	height: 72px;
	overflow: hidden;
}

.search p {
	float: left;
	font-size: 14px;
	color: #444;
	width: 780px;
	height: 72px;
	line-height: 72px;
	overflow: hidden;
	background: url(../images/s_ico.gif) no-repeat 0 24px;
	padding-left: 30px;
}

.search p a {
	font-size: 14px;
	color: #999;
	padding: 0 10px 0 0;
}

.search p a:hover {
	color: #333;
}

.search .ser_inp {
	background: url(../images/s_inp.gif) no-repeat;
	width: 334px;
	padding-left: 15px;
	height: 38px;
	border: none;
	float: left;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	color: #666;
	line-height: 38px;
	outline: none;
	margin-top: 16px;
}

.search .ser_so {
	cursor: pointer;
	float: left;
	background: url(../images/s_so.gif) no-repeat;
	border: none;
	width: 40px;
	height: 38px;
	margin-top: 16px;
}

input::-webkit-input-placeholder {
	color: #666;
}


.ty-banner-1 {
	overflow: hidden;
	line-height: 0;
	text-align: center;
}

.ty-banner-1 img {
	visibility: hidden;
}

.ty-banner-1 img.show {
	visibility: visible;
}


.p1-search-1 {
	background: #f2f2f2;
	height: 82px;
	border-bottom: 1px solid #eee;
	overflow: hidden;
	font-size: 14px;
}

.p1-search-1 p {
	color: #444;
	line-height: 82px;
}

.p1-search-1 a {
	color: #444;
	display: inline-block;
	margin-right: 15px;
}

.p1-search-1-inp {
	width: 270px;
	height: 30px;
	border-radius: 20px;
	background: #fff;
	padding-left: 10px;
	margin-top: 28px;
}

.p1-search-1-inp input {
	border: 0;
}

.p1-search-1-inp1 {
	width: 224px;
	height: 30px;
	line-height: 30px;
	color: #a9a9a9;
	float: left;
}

.p1-search-1-inp2 {
	width: 30px;
	height: 30px;
	background: url(../images/viskins-p1.png) no-repeat -258px -936px;
	float: right;
	cursor: pointer;
}


.p12-curmbs-1 {
	font-size: 14px;
	border-bottom: 1px dashed #dcdcdc;
}

.p12-curblock {
	display: none;
}

.p12-curmbs-1 b {
	border-left: 10px solid #00a4ed;
	font-weight: normal;
	padding-left: 8px;
}

.p12-curmbs-1 i {
	font-style: normal;
}

.p12-curmbs-1 span {
	font-family: '宋体';
	padding: 0 5px;
	height: 46px;
	line-height: 46px;
}


.tl-fdh-02 {
	height: 55px;
	background: #fff;
	margin-bottom: 20px;
	overflow: hidden;
}

.tl-fdh-02 li {
	width: 10%;
	height: 55px;
	font-size: 18px;
	line-height: 55px;
	text-align: center;
	float: left;
	border-right: 1px solid #eee;
	margin-right: -1px;
	background: #efefed;
	cursor: pointer;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.tl-fdh-02 li a {
	display: block;
	height: 55px;
	color: #595757;
}

.tl-fdh-02 li.sidenavcur,
.tl-fdh-02 li:hover {
	background: url(../images/p16-icon6.png) no-repeat bottom center #0e8825;
	border-color: #0e8825;
}

.tl-fdh-02 li.sidenavcur a,
.tl-fdh-02 li:hover a {
	color: #fff;
}


.p12-aboutinfo-1 {
	display: inline-block;
	width: 100%;
	background: #fff;
	margin-bottom: 38px;
}

.p12-aboutinfo-1-tit {
	height: 114px;
	line-height: 114px;
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	color: #4b4a4a;
}

.p12-aboutinfo-1-tit span {
	font-size: 22px;
	color: #aaa;
}

.p12-aboutinfo-1-nr {
	padding: 0 0 20px;
}

.f_bg .linx {
	width: 300px;
	position: fixed;
	left: 0;
	top: 50%;
	z-index: 999;
}

.f_bg .linx img {
	width: 100%;
}

.f_bg .linx .xx {
	position: absolute;
	right: 0;
	width: 25px;
	height: 25px;
	background-color: #000;
	text-align: center;
	line-height: 25px;
	color: #fff;
	cursor: pointer;
}

.f_bg {
	background-color: #fff;
	height: 326px;
	overflow: hidden;
}

.footer {
	width: 1200px;
	margin: 0 auto;
}

.f_top {
	display: block;
	font-size: 16px;
	color: #333;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	background: url(../images/f_line.gif) no-repeat 0 bottom;
	margin-bottom: 18px;
}

.f_nav {
	width: 365px;
	height: auto;
}

.f_nav .f_top {
	width: 240px;
}

.f_nav ul li {
	float: left;
	width: 150px;
	line-height: 32px;
	height: 32px;
	overflow: hidden;
}

.f_nav ul li a {
	font-size: 16px;
	color: #333;
}

.f_nav ul li a:hover {
	color: #000;
}

.f_ban {
	width: 410px;
	height: 270px;
}

.f_ban p {
	font-size: 14px;
	color: #333;
	line-height: 30px;
}

.f_er {
	width: 333px;
	padding: 40px 0 0;
	height: 230px;
}

.f_er p {
	width: 110px;
	height: auto;
	padding: 14px 14px 0;
	border: #e4e4e4 1px solid;
	margin-right: 25px;
	float: left;
	text-align: center;
}

.f_er p img {
	width: 110px;
	height: 110px;
}

.f_er p span {
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 40px;
}

.f_bot {
	font-size: 14px;
	color: #333;
	line-height: 56px;
	height: 56px;
	text-align: center;
	border-top: 1px solid #e4e4e4;
}

.f_bot span {
	padding: 0 15px;
}

.f_bot a {
	color: #fff;
}

.links p {
	line-height: 26px;
	padding-top: 14px;
}


.u-top {
	background: #0e8825;
	font-size: 14px;
	color: #fff;
	width: 100px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	position: fixed;
	bottom: 0;
	right: 0;
	cursor: pointer;
}

.u-top em {
	display: block;
}

.client-2 {
	width: 45px;
	position: fixed;
	right: 10px;
	top: 60%;
	z-index: 999;
	color: #fff;
}

.client-2 li a {
	text-decoration: none;
	color: #fff;
}

.client-2 li {
	margin-bottom: 5px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
}

.client-2 li.my-kefu-qq {
	background: #0e8825 url(../images/c345745aab284edd8722a4fdb26bb1dd_2.png) center no-repeat;
}

.client-2 li.my-kefu-weixin {
	background: #0e8825 url(../images/cimg24.png) center no-repeat;
}

.client-2 li.my-kefu-tel {
	background: #0e8825 url(../images/cimg25.png) center no-repeat;
}

.client-2 li.my-kefu-shouye {
	background: #0e8825 url(../images/tohome.png) center no-repeat;
	background-size: 26px;
}

.client-2 li.my-kefu-shouye a {
	width: 45px;
	height: 45px;
	display: block;
}

.client-2 li.my-kefu-ftop {
	background: #0e8825 url(../images/returntop.png) center no-repeat;
}

.client-2 li p {
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	color: #fff;
}

.client-2 li.my-kefu-qq .cont {
	margin: 0;
	background: #0e8825 url(../images/cimg23.png) 15px center no-repeat;
	border-radius: 50px;
	padding-left: 45px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-size: 16px;
	width: 130px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
}

.client-2 li.my-kefu-tel .cont {
	margin: 0;
	background: #0e8825 url(../images/cimg25.png) 15px center no-repeat;
	border-radius: 50px;
	padding-left: 45px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-size: 18px;
	width: 180px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
}

.client-2 .my-kefu-ftop {
	display: none;
}

.client-2 .my-kefu-ftop .my-kefu-main {
	padding-top: 6px;
}

.client-2 li.my-kefu-weixin .cont {
	margin: 0;
	width: 115px;
	padding: 5px;
	border: solid 1px #ccc;
	position: absolute;
	left: -150px;
	top: -44px;
	background-color: #fff;
}

.client-2 li.my-kefu-weixin .cont span {
	display: block;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	color: #1a1a1a;
}

.client-2 li.my-kefu-weixin .cont img {
	width: 115px;
	height: 115px;
}

.client-2 li:hover .cont {
	display: block !important;
}