﻿@charset "utf-8";
@import url("styles.css");
/*
   * wx/qq.465320335 *
   * http://e.xoabc.com/ *
   * Released on: 2020,11,12 *
*/  

/* head */
.header {
   width: 100%;
   margin-top: 85px;
}
.top {
   width: 100%;
   position: fixed;
   top: 0;
   z-index: 999999999;
   background-color: #fff;
}
.logo {
   padding: 15px 0;
}
.naver {
   padding: 32px 0 0;
}
.naver li {
   float: left;
   border-right: 1px solid #eee;
   position: relative;
}
.naver li a {
   display: block;
   color: #333;
   padding: 0 28px;
}
.naver li a:hover,
.naver li a.on {
   color: #eb1c24;
}
.naver li .sub {
   display: none;
   position: absolute;
   top: 19px;
   width: 150%;
   background-color: rgba(255,255,255,0.8);
   padding: 34px 0 5px;
   z-index: 99999;
   left: -30px;
}
.naver li:hover .sub {
   display: block;
}
.naver li .sub a {
   padding: 0;
}
.naver li .sub a:hover {
   background-color: #f00;
   color: #fff;
}


/* main */
.main {
   width: 1200px;
   margin: 0 auto;
}
.main_title {
   padding: 10px 0;
}
.main_title span {
   display: block;
   padding-bottom: 12px;
}
.main_title span.cn {
   color: #333;
}
.main_title span.en {
   color: #ddd;
   font-size: 32px;
   text-transform: uppercase;
}

/* wrapper */
.wrapper {
   width: 100%;
}
.products {
   width: 100%;
   padding: 50px 0;
   background: url(/images/pro_bg.jpg) center;
}
.products .p_class {
   padding: 15px 0;
}
.products .p_class li {
   float: left;
   width: 15.66667%;
   margin: 0 0.5% 1%;
}
.products .p_class li a {
   background-color: #eaeaea;
   color: #505050;
   display: block;
   padding: 15px 0;
   border-radius: 2px;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
}
.products .p_class li a:hover {
   background-color: #de0000;
   color: #fff;
}
.products .p_list {
   padding: 15px 0;
}
.products .p_list ul {
   margin-right: -1.33333%;
}
.products .p_list li {
   float: left;
   width: 32%;
   margin: 0 1.33333% 2% 0;
}
.products .p_list li .pic {
   height: 258px;
   overflow: hidden;
}
.products .p_list li .pic img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.products .p_list li .title {
   display: block;
   height: 62px;
   padding-top: 20px;
   background-color: #f2f2f2;
   position: relative;
}
.products .p_list li .title span {
   display: block;
   position: relative;
   z-index: 1;
   transition: all .5s;
   -webkit-transition: all .5s;
}
.products .p_list li .title .xbt {
   font-size: 12px;
   color: #aaa;
   padding-top: 8px;
}
.products .p_list li a {
   color: #444;
}
.products .p_list li .title::after {
   display: block;
   content: '';
   position: absolute;
   background-color: #de0000;
   height: 100%;
   left: 0;
   width: 0;
   transition: all .5s;
   -webkit-transition: all .5s;
   top: 0;
}
.products .p_list li:hover .title::after {
   width: 100%;
}
.products .p_list li:hover span {
   color: #ffefef !important;
   font-size: 110%;
}
.abouts {
   width: 100%;
   padding: 110px 0;
   background-color: #f6f7f9;
   position: relative;
}
.abouts .a_info {
   width: 44%;
   padding: 57px 2% 0 4%;
   height: 400px;
   background: url(/images/about_bg.png) center no-repeat;
   overflow: hidden;
}
.abouts .a_info span {
   display: block;
}
.abouts .a_info span.en a {
   display: inline-block;
   padding: 8px 0 3px;
   color: #353535;
   border-bottom: 1px solid #353535;
}
.abouts .a_info span.cn {
   padding: 17px 0 15px;
}
.abouts .a_pic {
   position: absolute;
   right: 0;
   top: 0;
   width: 50%;
   height: 677px;
   overflow: hidden;
}
.abouts .a_pic img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.news {
   padding: 70px 0;
}
.news .n_box {
   padding: 18px 0;
}
.news .n_pic {
   width: 46%;
   height: 406px;
   overflow: hidden;
   position: relative;
}
.news .n_pic img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.news .n_pic span {
   display: block;
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   background: rgba(0,0,0,0.6);
   text-indent: 20px;
   line-height: 52px;
}
.news .n_pic a {
   color: #fff;
}
.news .n_pic span i {
   position: absolute;
   right: 0;
   top: 0;
   width: 20%;
   height: 100%;
   background: url(/images/more.png) 70px 24px no-repeat #de0000;
   font-size: 14px;
}
.news .n_list {
   width: 52%;
   background-color: #f9f9f9;
}
.news .n_list li {
   padding: 28px 30px 28px 43px;
   height: 76px;
   overflow: hidden;
   border-bottom: 5px solid #fff;
}
.news .n_list li .n_desc {
   width: 74%;
}
.news .n_list li .n_desc span {
   display: block;
   color: #777;
}
.news .n_list li .n_desc span a {
   color: #555;
   display: block;
   padding-bottom: 8px;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
}
.news .n_list li .n_desc span a:hover {
   color: #de0000;
}
.news .n_list li .n_time {
   width: 17%;
   padding-left: 1%;
   height: 100%;
   border-left: 1px solid #ddd;
}
.news .n_list li .n_time span {
   display: block;
   color: #777;
}
.news .n_list li .n_time span.ri {
   font-size: 36px;
   padding: 3px 0;
}
.news .n_list li .n_time span.year {
   font-size: 16px;
}
.news .n_list li:hover .n_time span {
   color: #de0000 !important;
}
.liuyan {
   width: 100%;
   padding: 55px 0;
   background-color: #f6f7f9;
}
.liuyan .l_list {
   padding: 15px 15% 0;
}
.liuyan .l_list li {
   float: left;
   width: 47%;
   margin: 0 1.5% 3%;
}
.liuyan .l_list li input {
   border: 1px solid #e6e6e6;
   width: 100%;
   background-color: #fff;
   padding: 15px 0;
   border-radius: 50px;
   text-indent: 20px;
   font-size: 13px;
   color: #666;
}
.liuyan .l_list li textarea {
   border: 1px solid #e6e6e6;
   background-color: #fff;
   width: 95%;
   border-radius: 8px;
   padding: 2.5%;
   height: 120px;
}
.liuyan .l_list li.text {
   width: 97%;
}
.liuyan .l_list li button {
   background-color: #de0000;
   color: #fff;
   border: none;
   display: inline-block;
   padding: 11px 38px;
   font-size: 16px;
   border-radius: 50px;
   cursor: pointer;
   margin-top: 10px;
}

/* cols */
.cols_slide {
   width: 100%;
   height: 330px;
   overflow: hidden;
}
.cols {
   width: 100%;
   padding: 55px 0 60px;
}
.cols_bt {
   border-bottom: 1px solid #ddd;
}
.cols_bt span {
   display: inline-block;
   border-bottom: 5px solid #de0000;
   padding-bottom: 25px;
   margin-bottom: -3px;
}
.cols_desc {
   color: #333;
   padding: 35px 0;
}
.cols_desc a {
   color: #333;
}
.cols_desc a:hover {
   color: #de0000;
}
.cols_desc img {
   max-width: 100%;
}
.cols_nav {
   width: 100%;
   padding: 15px 0 5px;
}
.cols_nav li {
   display: inline-block;
   margin: 20px 3px 0;
}
.cols_nav li a {
   display: inline-block;
   background-color: #eee;
   color: #333;
   padding: 11px 28px 9px;
   border-radius: 50px;
}
.cols_nav li a:hover,
.cols_nav li a.on {
   background-color: #de0000;
   color: #fff;
}
.cols_pic {
   padding: 30px 0 0;
}
.cols_pic img {
   max-width: 100%;
}


/* news */
.newslist {
   padding: 10px 0 15px;
}
.newslist li {
   padding: 20px 12px;
   border-bottom: 1px solid #f1f1f1;
   overflow: hidden;
}
.newslist li .ntime {
   width: 7%;
   background-color: #de0000;
   padding: 0.5%;
}
.newslist li .ntime span {
   display: block;
   padding: 5px 0;
}
.newslist li .ntime span.ri {
   background-color: #fff;
   color: #de0000;
   margin-bottom: 5px;
}
.newslist li .ndesc {
   width: 90%;
   padding-top: 6px;
}
.newslist li .ndesc span {
   display: block;
}
.newslist li .ndesc span.bt a {
   color: #333;
   font-weight: bold;
}
.newslist li .ndesc span.bt a:hover {
   color: #de0000;
}
.newslist li .ndesc span.info {
   color: #7b7b7b;
   padding-top: 10px;
}


/* photo */
.photos {
   padding: 30px 0 0;
}
.photos ul {
   margin-right: -1.33333%;
}
.photos li {
   float: left;
   width: 32%;
   margin: 0 1.33333% 2% 0;
}
.photos li .pic {
   height: 258px;
   overflow: hidden;
}
.photos li .pic img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.photos li .title {
   display: block;
   height: 62px;
   padding-top: 20px;
   background-color: #f2f2f2;
   position: relative;
}
.photos li .title span {
   display: block;
   position: relative;
   z-index: 1;
   transition: all .5s;
   -webkit-transition: all .5s;
}
.photos li .title .xbt {
   font-size: 12px;
   color: #aaa;
   padding-top: 8px;
}
.photos li a {
   color: #444;
}
.photos li .title::after {
   display: block;
   content: '';
   position: absolute;
   background-color: #de0000;
   height: 100%;
   left: 0;
   width: 0;
   transition: all .5s;
   -webkit-transition: all .5s;
   top: 0;
}
.photos li:hover .title::after {
   width: 100%;
}
.photos li:hover span {
   color: #ffefef !important;
   font-size: 110%;
}

/* info */
.info_bt {
   padding-top: 0;
}
.info_time {
   padding: 20px 0 25px;
   border-bottom: 1px solid #ddd;
}
.info_time span {
   color: #999;
   display: block;
}
.info_time span i {
   display: inline-block;
   padding: 0 5px;
}


/* pages */
.n_pages {
   padding: 40px 0 ;
   letter-spacing: -4px;
}
.n_pages a {
   display: inline-block;
   background-color: #fff;
   color: #979ba3;
   padding: 8px 12px 7px;
   margin: 0 3px;
   border: 1px solid #e3e5e8;
   letter-spacing: 0;
}
.n_pages a:hover,
.n_pages a.page-num-current {
   background-color: #f5f5f5;
   border-color: #e3e5e8;
   color: #8a919f;
}

.n_next {
   border-top: 1px solid #eee;
   padding: 25px 5px;
   color: #444;
}
.n_next a {
   color: #444;
}
.n_next a:hover {
   color: #de0000;
}

/* message */
.message {
   padding: 15px 0 30px
}
.message .msg {
   padding: 15px 17% 0;
   margin: 0 auto;
}
.message .msg li {
   position: relative;
   margin: 12px 0
}
.message .msg li input,.msg li textarea {
	border-radius: 2px;
	border: 1px #e1e1e1 solid;
	padding: 15px 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: 99%;
	border: 0 none;
	background: #de0000;
	color: #fff;
	padding: 12px 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%;
   padding: 36px 0 45px;
   background-color: #c30000;
}
.footer a {
   color: #fff;
}


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 #de0000 solid;
   color: #de0000;
   overflow: hidden;
}
p#back-to-top a:hover {
   color: #fff;
   border-color: #de0000;
   background-color: #de0000;
}