﻿@charset "utf-8";
@import url("styles.css");
/*
   * wx/qq.465320335 *
   * http://e.xoabc.com/ *
   * Released on: 2020,07,03 *
*/  

/* head */
.header {
   width: 100%;
   height: 99px;
   background-color: #fff;
   box-shadow: 0 1px 5px #cfcfcf;
   position: relative;
   z-index: 999;
}
.header .logo {
   margin-top: 20px;
}
.header .naver {
   padding-top: 38px;
}
.header .naver li {
   float: left;
   position: relative;
}
.header .naver li a {
   display: block;
   color: #333;
   margin: 0 20px;
   padding: 0 2px 13px;
}
.header .naver li a:hover,
.header .naver li a.on {
   color: #1a8bcd;
   border-bottom: 3px solid #1a8bcd;
}
.header .naver li:hover a {
   color: #1a8bcd;
}
.header .naver li .sub {
   display: none;
   position: absolute;
   z-index: 99999;
   top: 32px;
   left: 0;
   width: 100%;
   background-color: #fff;
   border-top: 3px solid #1a8bcd;
   padding: 6px 0 10px;
}
.header .naver li .sub a {
   margin: 0;
   padding: 8px 0;
   color: #333;
}
.header .naver li .sub a:hover {
   background-color: #1a8bcd;
   color: #fff;
   border: none;
}
.header .naver li:hover .sub {
   display: block;
}

.slide {
   width: 100%;
   position: relative;
   z-index: 1;
}
.latest_box,
.latest_boxs {
   width: 100%;
   height: 53px;
   background-color: #f7f7f7;
   overflow: hidden;
}
.latest_boxs {
   background-color: #fff;
}
.latest_box .latest_left {
   background-color: #1a8bcd;
   line-height: 53px;
   padding: 0 20px;
}
.latest_box .latest_left i {
   display: inline-block;
   vertical-align: -2px;
   margin-right: 10px;
}
.latest_box .latest_list {
   line-height: 53px;
   padding-left: 23px;
}
.latest_box .latest_list li a {
   color: #5f5f5f;
}
.latest_box .latest_list li a:hover {
   color: #1a8bcd;
}
.latest_box .latest_list li span {
   display: inline-block;
   padding-left: 35px;
   color: #bdbdbd;
   font-size: 12px;
}
.latest_box .latest_sh {
   width: 238px;
   height: 31px;
   padding-left: 10px;
   border: 1px solid #e7e7e7;
   background-color: #fff;
   margin-top: 10px;
   overflow: hidden;
}
.latest_box .latest_sh input,
.latest_box .latest_sh button {
   line-height: 30px;
   border: none;
   display: inline-block;
   vertical-align: middle;
   background: none;
   font-size: 13px;
   color: #666;
}
.latest_box .latest_sh input {
   width: 198px;
}
.latest_box .latest_sh button {
   width: 39px;
   height: 29px;
   line-height: 18px;
   background-color: #1a8bcd;
   margin-top: -2px;
   cursor: pointer;
}
.latest_box .latest_sh button:hover {
   background-color: #0867a4;
   border-radius: 3px;
}

/* main */
.main {
   width: 1200px;
   margin: 0 auto;
}

/* wrapper */
.wrapper {
   width: 100%;
}
.wrapper .products_class {
   padding: 40px 0 50px;
}
.wrapper .products_class_bt {
   background: url(/images/wpflico.jpg) left center no-repeat;
   padding-left: 46px;
   color: #777;
}
.wrapper .products_class_list {
   padding-top: 22px;
}
.wrapper .products_class_list ul {
   margin-right: -30px;
}
.wrapper .products_class_list li {
   float: left;
   width: 277px;
   margin-right: 30px;
}
.wrapper .products_class_list li div {
   height: 187px;
   overflow: hidden;
}
.wrapper .products_class_list li div img {
   width: 100%;
}
.wrapper .products_class_list li span {
   display: block;
}
.wrapper .products_class_list li span.bt {
   color: #737373;
   padding: 22px 0 8px;
}
.wrapper .products_class_list li span.desc {
   color: #828282;
}

.wrapper .about_box {
   width: 100%;
   background-color: #f7f7f7;
   border-top: 1px solid #ececec;
   padding: 38px 0 60px;
}
.wrapper .about_bt,
.wrapper .lianxi_bt {
   background: url(/images/abico.png) left center no-repeat;
   padding-left: 46px;
   color: #535353;
}
.wrapper .lianxi_bt {
   background: url(/images/lxico.png) left center no-repeat;
   padding-left: 53px;
}
.wrapper .abouts {
   width: 832px;
}
.wrapper .abouts_box,
.wrapper .lianxi_box {
   background-color: #fff;
   margin-top: 22px;
   padding: 15px;
   overflow: hidden;
   height: 269px;
}
.wrapper .abouts_box_l {
   width: 311px;
   overflow: hidden;
}
.wrapper .abouts_box_l img {
   width: 100%;
}
.wrapper .abouts_box_r {
   width: 453px;
   padding: 10px 13px 0 0;
   color: #777;
}
.wrapper .abouts_box_r a {
   display: block;
   color: #1a8bcd;
   padding-top: 3px;
}
.wrapper .abouts_box_r a:hover {
   color: #da0000;
}
.wrapper .lianxi {
   width: 335px;
}
.wrapper .lianxi_box {
   padding: 0;
   height: 299px;
}
.wrapper .lianxi_pic {
   padding: 4px 3px 0;
   height: 136px;
   overflow: hidden;
}
.wrapper .lianxi_pic img {
   width: 100%;
}
.wrapper .lianxi_list {
   color: #777;
   padding: 15px 20px;
}
.wrapper .lianxi_list li.gname {
   color: #1a8bcd;
   padding-bottom: 5px;
}
.wrapper .news_box {
   padding: 40px 0;
}
.wrapper .news {
   width: 100%;
   padding: 26px 0;
}
.wrapper .news_bt {
   overflow: hidden;
}
.wrapper .news_btl {
   background: url(/images/xwico.jpg) left center no-repeat;
   padding-left: 40px;
}
.wrapper .news_btr {
   margin-top: 10px;
}
.wrapper .news ul {
   margin-right: -21px;
}
.wrapper .news li {
   float: left;
   width: 284px;
   height: 375px;
   background-color: #f9f9f9;
   margin-right: 21px;
}
.wrapper .news li .pic {
   height: 188px;
   overflow: hidden;
}
.wrapper .news li .pic img {
   height: 100%;
   margin: 0 -100%;
}
.wrapper .news li .desc {
   padding: 18px 21px 0;
}
.wrapper .news li .desc span {
   display: block;
}
.wrapper .news li .desc span.bt {
   color: #4d4d4d;
}
.wrapper .news li .desc span.info {
   color: #9e9e9e;
   padding: 6px 0 7px;
}
.wrapper .news li .desc span.more {
   color: #1a8bcd;
}
.wrapper .news li a:hover span.more {
   color: #da0000;
}


/* cols */
.cols {
   width: 100%;
   padding: 25px 0 35px;
   background-color: #f8f8f8;
}
.cols_box {
   background-color: #fff;
   padding: 35px 30px;
}
.cols_box .right_bt {
   border-bottom: 1px solid #f1f1f1;
   color: #323232;
}
.cols_box .right_bt span {
   border-bottom: 1px solid #0f81ca;
   width: 56px;
   margin: 19px auto -1px;
   display: block;
}
.cols_box .right_info a:hover {
   color: #0f81ca;
}
.cols_box .right_info {
   padding: 30px;
   color: #666;
}
.cols_box .right_info a {
   color: #666;
}
.cols_box .right_info img {
   max-width: 100%;
   display: block;
   margin: 10px auto 20px;
}
.cols_box .right_info table {
   border-collapse: collapse;
   width: 100%;
   text-align: center;
   font-size: 12px;
}
.cols_box .right_info table,
.cols_box .right_info tr,
.cols_box .right_info td {
   border: 1px solid #e5e5e5;
}

.cols_box .right_news_bt {
   border-bottom: 1px solid #eee;
   padding: 5px 10px 20px;
}
.cols_box .right_news_bt span {
   display: block;
   font-size: 12px;
   color: #999;
   padding-top: 18px;
}
.cols_box .right_news_bt span i {
   display: inline-block;
   padding: 0 5px;
}
.cols_box .right_news_bt strong {
   color: #0f81ca;
   font-size: 20px;
}
.cols_box .right_pic {
   margin: 18px 0;
}
.cols_box .right_pic img {
   max-width: 100%;
}
.cols_box .right_js {
   background-color: #eee;
}
.cols_box .right_js span {
   display: inline-block;
   background-color: #aaa;
   color: #fff;
   padding: 1px 15px;
}

/* news */
.newslist {
   padding: 10px 0 15px;
}
.newslist li {
   padding: 20px 12px;
   border-bottom: 1px solid #f1f1f1;
   overflow: hidden;
}
.newslist li .npic {
   width: 16%;
   overflow: hidden;
}
.newslist li .npic img {
   width: 100%;
}
.newslist li .ndesc {
   width: 82%;
   padding-top: 6px;
}
.newslist li .ndesc span {
   display: block;
}
.newslist li .ndesc span.bt a {
   color: #333;
   font-size: 17px;
}
.newslist li .ndesc span.bt a:hover {
   color: #0f81ca;
}
.newslist li .ndesc span.time {
   color: #aaa;
   padding: 13px 0 12px;
}
.newslist li .ndesc span.info {
   color: #888;
}

.news_list {
   padding: 10px 0 35px;
}
.news_list li {
   float: left;
   border-bottom: 1px solid #f0f0f0;
   width: 48%;
   position: relative;
}
.news_list li:nth-child(2n) {
   float: right;
}
.news_list li a {
   color: #555;
   display: block;
   text-indent: 5px;
}
.news_list li a:hover {
   color: #0f81ca;
}
.news_list li span {
   display: block;
   position: absolute;
   right: 5px;
   top: 0;
   color: #b6b6b6;
   font-size: 12px;
}




/* photo */
.photos {
   padding: 20px 0 10px;
}
.photos ul {
   margin-right: -2%;
}
.photos li {
   float: left;
   width: calc(23% - 2px);
   margin: 0 2% 2% 0;
   border: 1px solid #eee;
   overflow: hidden;
}
.photos li div {
   height: 130px;
   line-height: 130px;
   overflow: hidden;
   padding: 5px 0;
}
.photos li div img {
   max-width: 100%;
   max-height: 100%;
   vertical-align: middle;
}
.photos li span {
   display: block;
   background-color: #f9f9f9;
   border-top: 1px solid #eee;
}
.photos li a {
   color: #444;
}
.photos li a:hover {
   color: #0f81ca
}
.photos li:hover {
   border-color: #0f81ca;
}

/* 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: #0f81ca;
   color: #fff;
}
.n_pages span.page-status {
   background-color: #eee;
   color: #666;
   padding: 4px 8px;
   margin-right: 2px;
}

.n_next {
   border-top: 1px solid #eee;
   padding: 15px;
   color: #666;
}
.n_next a {
   color: #666;
}
.n_next a:hover {
   color: #0f81ca;
}

/* left */
.left_bt {
   border-bottom: 1px solid #e3e3e3;
}
.left_bt span {
   display: inline-block;
   border-bottom: 1px solid #0f81ca;
   margin-bottom: -1px;
   padding: 0 2px 12px 0;
   color: #333;
}
.left_list {
   padding-top: 5px;
}
.left_list li {
   border-bottom: 1px dotted #e3e3e3;
   height: 40px;
   overflow: hidden;
   padding: 10px 0;
}
.left_list li span {
   display: block;
}
.left_list li span.pic {
   width: 50px;
   height: 34px;
   overflow: hidden;
   border: 1px solid #e3e3e3;
   padding: 2px;
}
.left_list li span.pic img {
   height: 100%;
}
.left_list li span.name {
   width: 186px;
}
.left_list li a {
   color: #333;
   display: block;
}
.left_list li a:hover {
   color: #1a8bcd;
}
.left_list li:hover span.pic {
   border-color: #1a8bcd;
}

/* message */
.message {
   padding: 0 0 30px
}
.message .msg {
   padding: 15px 26% 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: #0f81ca;
	color: #fff;
	padding: 10px 0;
	font-size: 16px;
	border-radius: 2px;
	cursor: pointer;
	margin-top: 15px;
	font-weight: bold
}
.message .msg li:hover button {
	background: #e46c00
}

.lylist {
   padding: 20px 0 15px;
}
.lylist li {
   float: left;
   width: 47%;
   border: 3px solid #eee;
   padding: 1.5%;
   margin-bottom: 1%;
   color: #666;
}
.lylist li span {
   display: block;
}
.lylist li span.bt {
   padding: 0.5% 0 2.5%;
   border-bottom: 1px solid #eee;
}
.lylist li span.info {
   padding: 2.5% 0 0.5%;
}
.lylist li span strong {
   color: #f00;
   display: block;
   margin-bottom: 1.5%;
}
.lylist li:nth-child(2n) {
   float: right;
}



/* footer */
.footer {
   width: 100%;
   padding-top: 22px;
   background-color: #0f81ca;
}
.footer .foot_left {
   padding-top: 11px;
}
.footer .foot_nav {
   height: 15px;
   margin-left: -8px;
}
.footer .foot_nav a {
   color: #fff;
   border-right: 1px solid #fff;
   padding: 0 8px;
}
.footer .foot_nav a:hover {
   color: #91d4ff;
}
.footer .foot_nav a:last-of-type {
   border: none;
}
.footer .foot_copy {
   color: #91d4ff;
   padding-top: 15px;
}
.footer .foot_copy a {
   color: #91d4ff;
}
.footer .foot_wx {
   padding-bottom: 22px;
   height: 98px;
   overflow: hidden;
}
.footer .foot_wx dl {
   background-color: #fff;
   width: 121px;
   height: 98px;
}
.footer .foot_wx dt {
   width: 98px;
   float: left;
}
.footer .foot_wx dt img {
   width: 100%;
}
.footer .foot_wx dd {
   width: 19px;
   padding-left: 4px;
   float: right;
   color: #0f81ca;
   padding-top: 13px;
}
.footer .copy {
   background-color: #0867a4;
   color: #91d4ff;
   padding: 17px 0 16px;
}
.footer .copy a {
   color: #91d4ff;
}
.footer .copy a:hover {
   color: #91d4ff;
}
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 #0867a4 solid;
   color: #0867a4;
   overflow: hidden;
}
p#back-to-top a:hover {
   color: #fff;
   border-color: #0867a4;
   background-color: #0867a4;
}