﻿@charset "utf-8";
@import url("styles.css");
/*
   * wx.zhangruiwoloveni *
   * http://www.xoabc.com/ *
   * Released on: 2019,10,30 *
*/  

/* head */
.header {
   width: 100%;
}
.logo {
   height: 69px;
   padding: 21px 0 19px;
}
.tel {
   height: 51px;
   overflow: hidden;
   padding: 3px 0 0 64px;
   background: url(/images/tel_ico.jpg) left center no-repeat;
   margin-top: 28px;
}
.tel span {
   display: block;
   color: #434343;
   padding-top: 2px;
}
.tel span.tel_num {
   color: #f56e00;
}

.naver {
   width: 100%;
   height: 40px;
   background-color: #019740;
}
.naver li {
   float: left;
   background: url(/images/navx.jpg) right center no-repeat;
}
.naver li a {
   color: #fff;
   display: block;
   padding: 0 36px;
}
.naver li a:hover,
.naver li a.on {
   background-color: #00893a;
}

.slide {
   width: 100%;
   border-top: 1px solid #fff;
}

/* main */
.main {
   width: 1004px;
   margin: 0 auto;
   position: relative;
}

/* wrapper */
.wrapper {
   width: 100%;
}
.wrapper .products {
   padding: 30px 0;
}
.wrapper .products_bt {
   position: relative;
   height: 18px;
   line-height: 16px;
   overflow: hidden;
}
.wrapper .products_btl,
.wrapper .products_btr {
   position: absolute;
}
.wrapper .products_btl {
   left: 0;
   border-left: 6px solid #fdb400;
   color: #000;
   padding-left: 12px;
}
.wrapper .products_btl span {
   color: #85ceb3;
   font-size: 14px;
   display: inline-block;
   padding-left: 12px;
}
.wrapper .products_btr {
   right: 0;
}
.wrapper .products_list {
   padding: 20px 0;
   position: relative;
}
.wrapper .products_list ul {
   margin-right: -20px;
}
.wrapper .products_list li {
   float: left;
   margin-right: 20px;
   overflow: hidden;
   position: relative;
}
.wrapper .products_list li img {
   max-width: 100%;
   max-height: 100%;
   transition: all 0.8s
}
.wrapper .products_list li:hover img {
   transform: scale(1.1)
}
.wrapper .products_list li .pro_pic {
   width: 228px;
   height: 158px;
   display: table-cell;
   vertical-align: middle;
   text-align: center;
   overflow: hidden;
   border: 1px solid #e5e5e5;
   padding: 3px;
}
.wrapper .products_list li:hover .pro_pic {
   border-color: #019740;
}
.wrapper .products_list li span {
   font-size: 13px;
   font-weight: bold;
   display: block;
   padding-top: 12px;
}
.wrapper .products_list li span a {
   color: #5e5e5e;
}
.wrapper .products_list li span a:hover {
   color: #019740;
}
.wrapper .products_list .bd {
   width: 1004px;
   margin: 0 auto;
   overflow: hidden;
}
.wrapper .products_list .hd .prev,
.wrapper .products_list .hd .next {
   position: absolute;
   top: 42%;
   cursor: pointer;
   background: url(/images/right.png) no-repeat;
   width: 20px;
   height: 20px;
}
.wrapper .products_list .hd .prev {
   right: -40px
}
.wrapper .products_list .hd .next {
   left: -40px;
   background: url(/images/left.png) no-repeat;
}

.wrapper .abouts_box {
   width: 100%;
   border-top: 1px solid #f3f3f3;
   background-color: #f9f9f9
}
.wrapper .abouts_bt {
   color: #059655;
   margin-bottom: 13px;
}
.wrapper .abouts_gsjs {
   width: 280px;
   padding: 26px 0;
}
.wrapper .abouts_gsjs_desc {
   color: #555;
}
.wrapper .abouts_gsjs_desc a {
   color: #ff7800;
}
.wrapper .abouts_gsjs_desc a:hover {
   color: #059655;
}
.wrapper .abouts_gsjs_desc img {
   width: 100%;
   margin-bottom: 13px;
}
.wrapper .abouts_sclc {
   width: 353px;
   margin-left: 48px;
   padding: 26px 0 0;
}
.wrapper .abouts_sclc_pic {
   height: 221px;
   overflow: hidden;
}
.wrapper .abouts_sclc_pic img {
   width: 100%;
}
.wrapper .abouts_lxfs {
   width: 235px;
   padding: 26px 20px;
   height: 280px;
   background: url(/images/lx_dt.jpg) center 60px no-repeat #f3f3f3;
}
.wrapper .abouts_lxfs ul {
   padding-top: 113px;
}
.wrapper .abouts_lxfs li {
   color: #555555;
}
.wrapper .links {
   background-color: #f9f9f9;
   margin: 27px 0 35px;
   height: 40px;
}
.wrapper .links span {
   display: inline-block;
   background-color: #019740;
   height: 40px;
   color: #fff;
   padding: 0 18px;
   font-size: 14px;
   font-weight: bold;
   margin-right: 5px;
}
.wrapper .links a {
   color: #8d8d8d;
   display: inline-block;
   padding: 0 5px;
}
.wrapper .links a:hover {
   color: #019740;
}

/* cols */
.col_slide {
   border-top: 1px solid #fff;
}
.cols {
   width: 100%;
   padding: 15px 0;
}
.cols_left {
   width: 23%;
}
.cols_left .left_bt {
   background-color: #fafafa;
   padding: 12px 0 11px;
   text-indent: 6px;
   border: 1px solid #eee;
   border-bottom: 2px solid #019740;
   color: #333;
}
.cols_left .left_bt i,
.cols_right .cols_btl i {
   display: inline-block;
   color: #019740;
   margin-right: 5px;
   vertical-align: middle;
}
.cols_left .left_list {
   border: 1px solid #eee;
   border-top: none;
   background-color: #fafafa;
   padding: 11px;
   margin-bottom: 12px;
   color: #019740;
   position: relative;
}
.cols_left .left_list li {
   text-indent: 9px;
}
.cols_left .left_list li .drow_nav {
   display: none;
   position: absolute;
   top: 10px;
   left: 215px;
   width: 200px;
   padding: 10px;
   min-height: 262px;
   background-color: #019740;
}
.cols_left .left_list li .drow_nav a {
   color: #fff;
   display: block;
   float: left;
   width: 47%;
   border: 1px solid #c0dacb;
   margin-bottom: 5px;
}
.cols_left .left_list li .drow_nav a:hover {
   background-color: #fff;
   color: #019740;
   text-indent: 10px;
   border-color: #fff;
   border-radius: 0;
}
.cols_left .left_list li .drow_nav a:nth-child(2n) {
   float: right;
}
.cols_left .left_list li:hover .drow_nav {
   display: block;
}
.cols_left .left_list li a {
   color: #444;
   display: block;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
}
.cols_left .left_list li a:hover {
   background-color: #019740;
   color: #fff;
   border-radius: 2px;
   text-indent: 5px;
}
.cols_left .left_list li i {
   display: inline-block;
   margin-right: 5px
}
.cols_left .left_list img {
   max-width: 100%;
   display: inline-block;
   margin-bottom: 10px;
}

.cols_right {
   width: 75.3%;
   background-color: #fafafa;
   border: 1px solid #eee;
}
.cols_right .cols_bt {
   border-bottom: 1px solid #eee;
}
.cols_right .cols_btl {
   border-bottom: 2px solid #019740;
   padding: 12px 0 11px 13px;
   margin-bottom: -1px;
   color: #019740;
}
.cols_right .cols_btr {
   padding: 14px 12px 0 0;
   color: #888;
}
.cols_right .cols_btr a {
   color: #888;
}
.cols_right .cols_btr a:hover {
   color: #019740;
}
.cols_right .cols_desc {
   padding: 15px;
   color: #555;
}
.cols_right .cols_desc a {
   color: #555;
}
.cols_right .cols_desc a:hover {
   color: #019740;
}
.cols_right .cols_desc img {
   max-width: 100%;
}

.cols_desc_bt {
   padding-top: 30px;
}
.cols_desc_bt span {
   display: block;
}
.cols_desc_bt span.bt {
   border-bottom: 1px solid #eee;
   color: #019740;
   padding: 0 0 20px;
}
.cols_desc_bt span.xbt {
   color: #999;
   padding: 15px 0 10px;
}
.cols_desc_bt span.xbt i {
   display: inline-block;
   padding: 0 5px 0 8px;
}
.cols_next {
   border-top: 1px solid #eee;
   padding: 20px 20px 30px;
   color: #666;
}
.cols_next a {
   color: #666;
}
.cols_next a:hover {
   color: #e20101;
}
.cols_pics {
   padding-top: 20px;
}
.cols_pics img {
   max-width: 100%;
}


/* productlist */
.productlist {
   padding: 15px 5px 13px 6px;
   border-bottom: 1px solid #eee;
}
.productlist li {
   float: left;
   width: 23%;
   margin: 0 1% 0.8%;
}
.productlist li .p_pic {
   display: block;
   height: 126px;
   overflow: hidden;
   background-color: #fff;
}
.productlist li img {
   height: 100%;
   margin: 0 -100%;
   transition: all 0.8s
}
.productlist li:hover img {
   transform: scale(1.1)
}
.productlist li span {
   display: block;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
}
.productlist li span a {
   color: #444;
   display: block;
   padding: 8px 0;
}
.productlist li span a:hover {
   color: #019740;
}


/* message */
.message {
   padding: 0 0 20px
}
.message .msg {
   width: 49%;
   padding: 12px 7% 0 0
}
.message .msglist {
   width: 37%;
   border-left: 1px solid #eaeaea;
   min-height: 400px;
   padding: 12px 0 12px 5%
}
.message .msglist h2 {
   color: #333;
   padding-bottom: 1%;
}
.message .msglist dl {
   border: 1px solid #eaeaea;
   font-size: 13px;
   margin-top: 3%;
   border-radius: 2px
}
.message .msglist dt {
   border-bottom: 1px solid #eaeaea;
   padding: 3%;
   background-color: #f9f9f9;
   color: #c70007;
}
.message .msglist dd {
   border-bottom: 1px solid #eaeaea;
   padding: 3%;
   color: #888;
}
.message .msglist .tr {
   text-align: right;
}
.message .msg ul {
   padding-top: 10px;
}
.message .msg li {
   position: relative;
   margin: 12px 0
}
.message .msg li input,.msg li textarea {
	border-radius: 2px;
	border: 1px #ddd solid;
	padding: 10px;
	font-size: 13px;
	width: 95.8%
}
.message .msg li textarea {
	height: 80px
}
.message .msg li img {
	display: block;
	position: absolute;
	right: 5px;
	z-index: 999;
   bottom: 2px;
   cursor: pointer;
}
.message .msg li button {
	width: 100%;
	border: 0 none;
	background: #c70007;
	color: #fff;
	padding: 10px 0;
	font-size: 16px;
	border-radius: 2px;
	cursor: pointer;
	margin-top: 20px;
	font-weight: bold
}
.message .msg li:hover button {
	background: #ab000f
}

/* footer */
.footer {
   width: 100%;
   border-top: 8px solid #019740;
   padding: 25px 0 55px;
   color: #555;
}
.footer a {
   color: #555;
}
.footer a:hover {
   color: #019740;
}


input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
   color: #222;
   font-size: 14px;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
   color: #222;
   font-size: 14px;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
   color: #222;
   font-size: 14px;
}

