﻿@charset "utf-8";
@import url("styles.css");
/*
   * wx/qq.465320335 *
   * http://e.xoabc.com/ *
   * Released on: 2020,06,02 *
*/  

/* head */
.header {
   width: 100%;
}
.header .top {
   width: 100%;
   height: 80px;
   background: url(/images/menu_bg.png) top repeat-x;
}
.header .top_box {
   width: 1350px;
   margin: 0 auto;
}
.header .logo {
   width: 360px;
}
.naver {
   width: 740px;
   padding: 18px 0 0 10px;
   position: relative;
	z-index: 999;
   line-height: 55px;
}
.nav {
	position: relative;
}
.nav a {
   color:#fff;
   display: block;
   padding-top: 1px;
}
.nav a:hover {
   background-color: #121212;
}
.nav li.m {
	float: left;
	position: relative;
	z-index: 1;
}
.nav li.on>a {
   color: #00B4FF;
}
.nav a {
	display: block;
	width: 105px;
}
.nav .sub {
	display: none;
	position: absolute;
	left: 0;
	top: 55px;
	z-index: 99;
   width: 165px;
   background-color: #222;
   border-radius: 0 5px 5px 5px;
   padding: 12px 0;
}
.nav .sub li a {
   width: 100%;
   text-align: left;
   text-indent: 24px;
}
.nav .sub li a:hover {
	color:#00B4FF;
}
.nav .block {
	height: 15px;
   width: 105px;
   background: url(/images/lavalamp.png) top center no-repeat;
	position: absolute;
	left: 0;
	top: 0;
   overflow: hidden;
   z-index: 999;
}
.header .tel {
   width: 192px;
   height: 37px;
   padding-left: 45px;
   background: url(/images/tel.png) left 2px no-repeat;
   margin-top: 23px;
}

/* main */
.main {
   width: 1200px;
   margin: 0 auto;
}
.main_title {
   background: url(/images/title.png) center no-repeat;
   color: #434343;
}
.main_title h2 {
   font-weight: normal;
   font-size: 30px;
}

/* wrapper */
.wrapper {
   width: 100%;
}
.product_rmd {
   padding: 43px 0 0;
}
.product_rmd .rmd_list {
   padding: 30px 0 0;
   position: relative;
}
.product_rmd .rmd_list .bd {
   width: 1200px;
   margin: 0 auto;
   overflow: hidden;
}
.product_rmd .rmd_list .bd li {
   float: left;
   width: 285px;
   height: 300px;
   margin-right: 20px;
}
.product_rmd .rmd_list .bd li div {
   height: 270px;
   overflow: hidden;
}
.product_rmd .rmd_list .bd li div img {
   height: 100%;
   margin: 0 -100%;
}
.product_rmd .rmd_list .bd li a {
   color: #000;
}
.product_rmd .rmd_list .bd li a:hover {
   color: #00B4FF;
}
.product_rmd .rmd_list .bd li span {
   display: block;
   padding-top: 15px;
}
.product_rmd .rmd_list .prev,
.product_rmd .rmd_list .next {
   position: absolute;
   top: 34%;
   cursor: pointer;
   width: 41px;
   height: 41px;
   opacity: 0.2;
}
.product_rmd .rmd_list .prev {
   background: url(/images/pleft.png) center no-repeat;
   left: -6%;
}
.product_rmd .rmd_list .next {
   background: url(/images/pright.png) center no-repeat;
   right: -6%;
}
.product_rmd .rmd_list .prev:hover,
.product_rmd .rmd_list .next:hover {
   opacity: 1;
}
.product_rmd .rmd_list .hd {
   width: 100%;
   text-align: center;
   margin: 35px auto;
}
.product_rmd .rmd_list .hd li {
   display: inline-block;
   width: 30px;
   height: 3px;
   overflow: hidden;
   margin: 0 5px;
   text-indent: -999px;
   cursor: pointer;
   background-color: #ccc;
}
.product_rmd .rmd_list .hd li.on {
   background-color: #f00;
}
.news {
   padding: 40px 0;
}
.news .news_list {
   padding: 30px 0 0;
}
.news .news_list li {
   float: left;
   width: 48%;
   padding: 0 1% 0 1%;
   height: 81px;
   margin-bottom: 45px;
   overflow: hidden;
}
.news .news_list li .time {
   width: 12.5%;
   color: #666;
}
.news .news_list li .time span {
   display: block;
}
.news .news_list li .time span.ri {
   background-color: #0058bb;
   font-style: italic;
   font-size: 35px;
   margin-bottom: 15px;
}
.news .news_list li .desc {
   width: 83%;
   color: #666;
}
.news .news_list li .desc a {
   display: block;
   color: #000;
   font-weight: bold;
   font-size: 16px;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
}
.news .news_list li .desc a:hover {
   color: #0058bb;
   text-indent: 3px;
}
.wp_more {
   width: 80px;
   margin: 0 auto;
   border: 1px solid #ccc;
   background-color: #f5f5f5;
   border-radius: 50px;
   position: relative;
   overflow: hidden;
   z-index: 1;
}
.wp_more a {
   display: block;
   color: #000;
   height: 32px;
   overflow: hidden;
}
.wp_more a:hover {
   color: #fff;
}
.wp_more::before,
.shebei .s_list li .s_title span.more::before {
   background: #0038aa;
   bottom: 0;
   content: "";
   left: 0;
   position: absolute;
   right: 0;
   top: 0;
   transform: scaleX(0);
   transition-duration: 0.3s;
   transition-property: transform;
   transition-timing-function: ease-out;
   z-index: -1;
}
.wp_more:hover::before,
.shebei .s_list li .s_title span.more:hover::before {
   transform: scaleX(1);
}
.products {
   padding: 20px 0 0;
}
.products .p_class {
   padding: 30px 0 20px;
}
.products .p_class li {
   float: left;
   margin: 0 10px 16px;
}
.products .p_class li a {
   display: block;
   width: 151px;
   height: 44px;
   line-height: 44px;
   background-color: #f5f5f5;
   color: #393939;
   border-radius: 2px;
}
.products .p_class li a:hover,
.products .p_class li a.on {
   background-color: #008cd6;
   color: #fff;
}
.products .p_list {
   padding: 0 0 20px
}
.products .p_list ul {
   margin-right: -30px;
}
.products .p_list li {
   width: 275px;
   height: 390px;
   float: left;
   border: 1px solid #ccc;
   margin: 0 30px 30px 0;
   transition: all .3s;
}
.products .p_list li a {
   display: block;
}
.products .p_list li div {
   height: 260px;
   overflow: hidden;
}
.products .p_list li div img {
   height: 100%;
   margin: 0 -100%;
}
.products .p_list li span {
   display: block;
   padding: 0 10px
}
.products .p_list li span.title {
   color: #444;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
   padding: 18px 0 8px;
}
.products .p_list li span.desc {
   color: #0058bb;
}
.products .p_list li:hover {
   box-shadow: 0 0 28px #ccc;
   background-color: #ddeeff;
}
.shebei {
   padding: 60px 0 0;
}
.shebei .s_list {
   padding: 30px 0 40px;
}
.shebei .s_list ul {
   margin-right: -30px;
}
.shebei .s_list li {
   float: left;
   border: 1px solid #ccc;
   margin-right: 30px;
   position: relative;
}
.shebei .s_list li .s_pic {
   width: 374px;
   height: 300px;
   margin: 2px;
   overflow: hidden;
}
.shebei .s_list li .s_pic img {
   height: 100%;
   margin: 0 -100%; 
}
.shebei .s_list li .s_title {
   position: absolute;
   top: 38px;
   left: 40px;
   text-align: left;
}
.shebei .s_list li .s_title span {
   display: block;
}
.shebei .s_list li .s_title span.title {
   color: #d2d2d2;
}
.shebei .s_list li .s_title span.more {
   color: #0038aa;
   width: 66px;
   height: 30px;
   background-color: #fff;
   border-radius: 50px;
   text-align: center;
   overflow: hidden;
   margin-top: 15px;
   position: relative;
   z-index: 1;
}
.shebei .s_list li .s_title span.more:hover {
   color: #fff;
}
.abouts {
   padding: 60px 0 0;
}
.abouts .a_box {
   padding: 20px 0;
   height: 510px;
   position: relative;
}
.abouts .a_bor {
   position: absolute;
   left: 6%;
   top: 25px;
   width: 56%;
   height: 510px;
   border: 3px solid #EAEAEA;
   z-index: 1;
}
.abouts .a_pic {
   position: absolute;
   left: 0;
   top: 55px;
   width: 50%;
   height: 450px;
   overflow: hidden;
   z-index: 2;
}
.abouts .a_pic img {
   width: 100%;
}
.abouts .a_info {
   box-shadow: 0px 8px 8px #999999;
   position: absolute;
   width: 59%;
   height: 325px;
   padding: 30px;
   background-color: #FFF;
   right: 0;
   top: 85px;
   border: 1px solid #ccc;
   z-index: 3;
}
.abouts .a_info a {
   display: block;
   width: 143px;
   line-height: 36px;
   border: 1px solid #ccc;
   text-align: center;
   color: #000;
   font-size: 16px;
   margin-top: 17px;
}
.abouts .a_info a:hover {
   border-color: #0038aa;
   color: #0038aa;
}
.abouts .a_info h5 {
   font-size: 18px;
}
.abouts .a_desc {
   border-bottom: 1px solid #f1f1f1;
   padding: 10px 0;
}
.links {
   padding: 50px 0;
}
.links .l_list {
   padding: 30px 0;
}
.links .l_list ul {
   margin-right: -1%;
}
.links .l_list li {
   float: left;
   width: 9%;
   margin: 0 1% 1% 0;
}
.links .l_list li a {
   background-color: #f5f5f5;
   color: #393939;
   border-radius: 2px;
   display: block;
}
.links .l_list li a:hover {
   background-color: #008cd6;
   color: #fff;
}

/* cols */
.cols_slide {
   width: 100%;
   height: 280px;
   line-height: 270px;
   overflow: hidden;
   position: relative;
   box-shadow: 0px 5px 5px #ccc;margin-bottom: 10px;
}
.cols_slide .cs_box {
   position: absolute;
   top: 0;
   width: 100%;
   height: 100%;
   font-size: 35px;
   background: rgba(0, 0, 0, 0.5);
}
.cols_slide .cs_box a {
   color: #fff;
}
.cols_slide .cs_box a:hover {
   color: #00B4FF;
}
.cols_slide .cs_box i {
   display: inline-block;
   padding: 0 5px;
}

.cols {
   padding: 43px 0;
}
.cols_nav {
   padding: 30px 0 0;
}
.cols_nav li {
   display: inline-block;
   margin: 0 5px 16px;
}
.cols_nav li a {
   display: inline-block;
   width: 151px;
   height: 44px;
   line-height: 44px;
   background-color: #f5f5f5;
   color: #393939;
   border-radius: 2px;
}
.cols_nav li a:hover,
.cols_nav li a.on {
   background-color: #008cd6;
   color: #fff;
}
.cols_info {
   padding: 20px 10px 30px;
}
.cols_info a {
   color: #333;
}
.cols_info a:hover {
   color: #00B4FF;
}
.cols_info img {
   max-width: 100%;
   display: block;
   margin: 10px auto 20px;
}
.cols_info table {
   border-collapse: collapse;
   width: 100%;
   text-align: center;
   font-size: 12px;
}
.cols_info table,
.cols_info tr,
.cols_info td {
   border: 1px solid #e5e5e5;
}
.cols .news,
.cols .products {
   padding: 0;
}
.cols_news_bt {
   border-bottom: 1px solid #eee;
   padding: 0 10px 25px;
}
.cols_news_bt span {
   display: block;
   font-size: 12px;
   color: #999;
   padding-top: 18px;
}
.cols_news_bt span a {
   color: #00B4FF;
}
.cols_news_bt span a:hover {
   color: #ff0000;
}
.cols_news_bt span i {
   display: inline-block;
   padding: 0 5px;
}
.cols_news_bt strong {
   color: #00B4FF;
   font-size: 28px;
}
.cols_pic {
   margin: 22px 0;
}
.cols_pic img {
   max-width: 100%;
}
.cols_js {
   background-color: #eee;
}
.cols_js span {
   display: inline-block;
   background-color: #aaa;
   color: #fff;
   padding: 1px 15px;
}
.cols_left {
   width: 225px;
   border: 1px solid #eee;
   padding: 25px 15px;
}
.cols_right {
   width: 920px;
}

.cols_web {
   padding: 20px 10px;
}
.cols_web dl {
   border: 1px solid #eee;
   margin: 5px 0 10px;
}
.cols_web dt {
   background-color: #f5f5f5;
   border-bottom: 1px solid #eee;
   padding: 10px 0 10px 10px;
   font-size: 18px;
}
.cols_web dt a {
   color: #000;
}
.cols_web dd a {
   color: #333;
   display: inline-block;
   padding: 10px;
}

/* photo */
.photos {
   padding: 20px 0 10px;
}
.photos ul {
   margin-right: -1.5%;
}
.photos li {
   float: left;
   width: 23.5%;
   margin: 0 1.5% 2% 0;
   overflow: hidden;
}
.photos li div {
   height: 200px;
   line-height: 196px;
   overflow: hidden;
   border: 1px solid #eee;
   padding: 5px;
}
.photos li div img {
   max-width: 100%;
   max-height: 100%;
   vertical-align: middle;
}
.photos li span {
   display: block;
   background-color: #f9f9f9;
   border: 1px solid #eee;
   border-top: none;
}
.photos li a {
   color: #444;
}
.photos li a:hover {
   color: #0058bb
}
.photos li:hover {
   border-color: #0058bb;
}

/* pages */
.n_pages {
   padding: 10px 0 30px;
}
.n_pages a {
   display: inline-block;
   background-color: #eee;
   color: #666;
   padding: 5px 8px;
   margin: 0 2px;
}
.n_pages a:hover,
.n_pages a.page-num-current {
   background-color: #0058bb;
   color: #fff;
}
.n_pages span.page-status {
   background-color: #eee;
   color: #666;
   padding: 4px 8px;
   margin-right: 2px;
}

.n_next {
   border: 1px solid #eee;
   padding: 15px 22px;
   color: #666;
   background-color: #f8f8f8;
}
.n_next a {
   color: #666;
}
.n_next a:hover {
   color: #0058bb;
}

/* left */
.left_bt {
   border-bottom: 1px solid #eee;
}
.left_bt span {
   display: inline-block;
   border-bottom: 1px solid #0058bb;
   margin-bottom: -1px;
   padding: 0 6px 12px;
   color: #333;
}
.left_list {
   padding-top: 5px;
}
.left_list li {
   border-bottom: 1px dotted #e3e3e3;
   overflow: hidden;
   text-indent: 5px;
}
.left_list li a {
   color: #333;
   display: block;
}
.left_list li a:hover,
.left_list li a.on {
   color: #0058bb;
}

/* message */
.message {
   padding: 0 0 30px
}
.message .msg {
   padding: 15px 12% 0;
   margin: 0 auto;
}
.message .msg li {
   position: relative;
   margin: 12px 0
}
.message .msg li input,.msg li textarea {
	border-radius: 2px;
	border: 1px #e5e5e5 solid;
	padding: 10px;
	font-size: 13px;
   width: 95.8%;
   color: #666;
}
.message .msg li textarea {
	height: 80px
}
.message .msg li img {
	display: block;
	position: absolute;
	right: 10px;
	z-index: 999;
   bottom: 3px;
   cursor: pointer;
}
.message .msg li button {
	width: 100%;
	border: 0 none;
	background: #0058bb;
	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: #e46c00
}

/* footer */
.footer {
   width: 100%;
   height: 60px;
   padding: 27px 0 33px;
   box-shadow: 0px -5px 5px #ccc;
   background: url(/images/foot.jpg) top repeat-x;
   position: relative;
}
.footer a {
   color: #fff;
}
.footer a:hover {
   color: #00B4FF;
}
.footer .weixin {
   position: absolute;
   right: 10%;
   top: 5px;
   width: 90px;
}
.footer .weixin img {
   width: 100%;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
   color: #c9c9c9;
   font-size: 13px;
}
p#back-to-top{
   position: fixed;
   display: none;
   bottom: 30px;
   right: 30px;
}
p#back-to-top a {
   text-align: center;
   display: block;
   height: 30px;
   width: 30px;
   line-height: 38px;
   border: 1px #00B4FF solid;
   color: #00B4FF;
   overflow: hidden;
}
p#back-to-top a:hover {
   color: #fff;
   border-color: #00B4FF;
   background-color: #00B4FF;
}

.new-float{
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 50;
	width: 77px;
	height: 374px;
	margin-top: -187px;
}
.new-float li{
	position: relative;
	width: 77px;
	height: 57px;
	margin-bottom: 1px;
	line-height: 27px;
	color: #fff;
	text-align: center;
}
.new-float li.hover{
	overflow: hidden;
}
.new-float li a{
	display: inline-block;
	color: #fff;
}
.new-float li a.tit{
	width: 77px;
	height: 27px;
	padding: 30px 10px 0 0;
	color: #fff;
}
.new-float li p{
	position: relative;
	z-index: 2;
	height: 27px;
	padding-top: 30px;
	cursor: pointer;
}
.new-float li.th { position:relative;}
.new-float li.th .thpic { display:none;}
.new-float li.th:hover .thpic { display:block;position:absolute;left:-180px;top:-100%;width:180px;height:180px;}
.new-float li.th:hover .thpic img {width:180px;height:180px; }

.new-float li.fi a.tit{
	background: url(/images/bg_float01.png) no-repeat;
}
.new-float li.se a{
	background: url(/images/bg_float02.png) no-repeat;
}
.new-float li.th a{
	background: url(/images/bg_float03.png) no-repeat;
}
.new-float li.fo a.tit{
	background: url(/images/bg_float04.png) no-repeat;
}
.new-float li.fif p{
	background: url(/images/bg_float05.png) no-repeat;
}
.new-float li .tel{
	position: absolute;
	left: 77px;
	top: 0;
	z-index: 1;
	width: 164px;
	height: 57px;
	font: 24px/57px Arial;
	color: #fff;
	background: url(/images/bg_float06.png) no-repeat;
	cursor: pointer;
}
.new-float a.mof{
	display: inline-block;
	width: 54px;
	height: 71px;
	padding: 12px 11px 0 12px;
	margin-top: 10px;
	*margin-top: 7px;
	background: url(/images/bg_float07.png) no-repeat;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
}