﻿@charset "utf-8";
@import url("styles.css?v=225");
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open%20Sans:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
.ffo {font-family: 'Oswald', sans-serif;}
.ffs {font-family: 'Open Sans', sans-serif;}
.ffr {font-family: 'Roboto', sans-serif;}
/* wx/qq.465320335 */  

/* head */
.header {
   position: fixed;
   top: 0;
   z-index: 99999;
   width: 100%;
   height: 90px;
   background: #fff;
   box-shadow: 0px 2px 6px 0px rgba(19, 17, 67, 0.1);
}
.header .top {
   position: relative;
   height: 90px;
   display: flex;
   flex-flow: row wrap;
   justify-content: space-between;
   align-items: center;
}
.header .logo {
   margin: 0 3%;
   height: 67px;
   overflow: hidden;
}
.header .logo img {
   width: 100%;
   height: 100%;
   object-fit: contain
}
.header .naver {
   /* margin-left: 9%; */
   flex: 1 1 auto;
   /* text-align: right; */
   font-weight: 500;
}
.header .naver ul {
   display: flex;
   flex-flow: row wrap;
   justify-content: space-between;
   align-items: center;
}
.header .naver li {
   text-align: center;
   flex: 1 1 auto;
}
.header .naver li a {
   line-height: 90px;
   display: block;
   color: #000;
}
.header .naver li a:hover,
.header .naver li a.on,
.header .naver li:hover>a {
   background: #ea2600;
   color: #fff;
}
.header .naver .sub {
   position: absolute;
   top: 90px;
   left: 0;
   z-index: 99998;
   width: 100%;
   background: #f9f9f9;
   visibility: hidden;
   opacity: 0;
   transition: all .5s;
}
.header .naver li:hover .sub {
   opacity: 1;
   visibility: visible;
}
.naver li .sub {
   padding: 30px 60px;
   display: flex;
   flex-flow: row wrap;
   justify-content: center;
   align-items: flex-start;
}
.header .naver li .sub dl {
   line-height: 30px;
}
.header .naver li .sub dt {
   font-size: 16px;
   font-weight: 700;
   margin-bottom: 8px;
}
.header .naver li .sub dt a:hover {
   text-decoration: underline;
}
.header .naver li .sub dd a {
   font-size: 13px;
   line-height: 28px;
   color: #333;
}
.header .naver li .sub dd a:hover {
   background: none;
   text-decoration: underline;
   color: #ea2600;
   border-radius: 3px;
}
.header .naver li .sub dt a {
   padding: 0 22px;
   color: #333;
   line-height: 35px;
}
.header .naver li .sub a:hover {
   color: #fff;
   border-radius: 3px;
}
.header .tel {
   padding: 0 3% 0 4%;
   color: #ea2600;
}
.header .tel i {
   display: inline-block;
   vertical-align: 2px;
   margin-right: 5px;
}
.header .lang {
   display: flex;
   justify-content: center;
   align-items: center;
   height: 100%;
   width: 90px;
   background: #ea2600;
   cursor: pointer;
   transition: all 0.5s;
}
.header .lang:hover {
   background: #ff2700;
}
.header .lang img {
   width: 40%;
}
.header .lang_list {
   position: absolute;
   top: 90px;
   right: 0;
   z-index: 99999;
   width: 26%;
   padding: 1% 1.2%;
   background: #ea2600;
   display: none;
}
.header .lang_list form {
   display: flex;
   flex-flow: row wrap;
   justify-content: space-between;
   align-items: center;
}
.header .lang_list form input,
.header .lang_list form button {
   width: 73%;
   border: none;
   background: #fff;
   font-size: 16px;
   padding: 3%;
   border-radius: 3px;
}
.header .lang_list form button {
   width: 24%;
   background: #cf0000;
   color: #fff;
   cursor: pointer;
   text-transform: uppercase;
   font-family: 'Roboto', sans-serif;
   font-size: 19px;
   transition: all 0.5s;
}
.header .lang_list form button:hover {
   background: #ff2700;
}

.slide {
   width: 100%;
   height: 700px;
   height: calc(100vh - 90px);
   margin-top: 90px;
   overflow: hidden;
   text-align: center;
   position: relative;
}
.slide li,
.slide li a {
   display: block;
   width: 100%;
   height: 100%;
}
.slide .swiper-pagination {
   position: absolute;
   bottom: 40px !important;
   z-index: 999;
   --swiper-pagination-bullet-width: 36px;
   --swiper-pagination-bullet-height: 3px;
   --swiper-theme-color: #fff;
   --swiper-pagination-bullet-opacity: 1;
   --swiper-pagination-bullet-inactive-color: #fff;
   --swiper-pagination-bullet-inactive-opacity: 0.5;
   --swiper-pagination-bullet-horizontal-gap: 8px
}
.slide .swiper-pagination-bullet {
   border-radius: 5px;
   cursor: pointer;
}

/* main */
.main {
   padding: 0 13%;
}
.main_title {
   overflow: hidden;
}
.main_title .m_tl h6 {
   color: #d5042a;
   font-size: 16px;
   font-weight: normal;
   font-family: 'Open Sans', sans-serif;
   text-transform: uppercase;
}
.main_title .m_tl h2 {
   padding: 30px 0 7px;
   font-size: 43px;
   font-weight: 500;
   color: #222;
   font-family: 'Oswald', sans-serif;
}
.main_title .m_tr {
   padding-top: 18px;
}
.main_title .m_tr a {
   color: #ea2600;
   font-size: 60px;
}
.main_title .m_tr a:hover {
   color: #ff2700;
}


/* wrapper */
.wrapper {
   width: 100%;
}
.abouts {
   position: relative;
   width: 100%;
   padding: 100px 14%;
   background: url(/images/abg.jpg) left bottom no-repeat;
   overflow: hidden;
}
.abouts .a_video {
   position: absolute;
   right: 0;
   width: 40%;
   height: 620px;
   cursor: pointer;
   overflow: hidden;
}
.abouts .a_video img {
   width: 100%;
   height: 100%;
   object-fit: cover
}
.abouts .a_video i {
   font-size: 81px;
   display: block;
   position: absolute;
   top: 50%;
   right: 0;
   left: 0;
   margin: -40px auto 0;
   width: 81px;
   height: 81px;
   border-radius: 100px;
   border: 1px solid #fff;
   z-index: 999;
   transition: all 0.5s;
}
.abouts .a_video:hover i {
   transform:rotate(180deg);
}
.s_video {
   width: 60vw;
   height: 80vh;
   background: #000;
}
.abouts .a_box {
   width: 56%;
   padding: 12px 0 45px;
}
.abouts .a_box h6 {
   color: #d5042a;
   font-size: 16px;
   font-weight: normal;
   font-family: 'Open Sans', sans-serif;
   text-transform: uppercase;
}
.abouts .a_box h2 {
   position: relative;
   color: #222;
   font-size: 41px;
   font-family: 'Oswald', sans-serif;
   font-weight: 500;
   padding: 48px 0 33px;
   left: -1px;
}
.abouts .a_box h2::after {
   display: block;
   content: '';
   position: absolute;
   left: 1px;
   bottom: 0;
   width: 60px;
   border-bottom: 3px solid #d5042a;
}
.abouts .a_desc {
   padding: 30px 0 40px;
   color: #666;
   white-space: normal
}
.abouts .a_lx a {
   color: #ea2600;
   display: inline-block;
   margin-right: 40px;
}
.abouts .a_lx i {
   font-size: 16px;
   display: inline-block;
   vertical-align: 3px;
   margin-right: 8px;
}
.abouts .a_more {
   padding-top: 56px;
}
.abouts .a_more a {
   color: #fff;
   background: #d5042a;
   display: inline-block;
   border-radius: 3px;
   padding: 17px 46px;
   text-transform: uppercase;
}
.abouts .a_more a:hover {
   background: #ee2400;
}

.cert {
   width: 100%;
   padding: 60px 13% 66px;
   background: url(/images/zsbg.jpg) center no-repeat;
   background-size: cover;
}
.cert h2 {
   position: relative;
   font-size: 48px;
   font-weight: 400;
   padding-bottom: 36px;
}
.cert h2::after {
   content: '';
   display: block;
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   margin: 0 auto;
   width: 60px;
   border-bottom: 3px solid #d5042a;
}
.cert .c_list {
   padding: 40px 0 57px;
}
.cert .c_list li {
   height: 350px;
   background: #fff;
   overflow: hidden;
}
.cert .c_list li img {
   width: 100%;
   height: 100%;
   object-fit: contain
}
.cert .c_list .swiper-pagination-p {
   position: absolute;
   bottom: 0 !important;
   --swiper-pagination-bullet-width: 16px;
   --swiper-pagination-bullet-height: 16px;
   --swiper-theme-color: #ee2400;
   --swiper-pagination-bullet-opacity: 1;
   --swiper-pagination-bullet-inactive-color: #fff;
   --swiper-pagination-bullet-inactive-opacity: 0.3;
   --swiper-pagination-bullet-horizontal-gap: 6px
}

.products {
   width: 100%;
   padding: 92px 13% 100px;
   background: #f5f5f5;
}
.products .p_nav {
   padding-top: 45px;
}
.products .p_nav ul {
   display: flex;
   flex-flow: row wrap;
   justify-content: space-between;
   align-items: center;
}
.products .p_nav li {
   width: 19.2%;
   margin-bottom: 1%;
}
.products .p_nav li a {
   display: block;
   padding: 17px 0;
   background: #ebebeb;
   color: #333;
   border-radius: 3px;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden
}
.products .p_nav li a:hover,
.products .p_nav li a.on {
   background: #ee2400;
   color: #fff;
}
.products .p_nav li:last-child:nth-child(5n - 1) {
   margin-right: calc(19.2% + 4% / 4);
}
.products .p_nav li:last-child:nth-child(5n - 2) {
   margin-right: calc(38.4% + 8% / 4);
}
.products .p_nav li:last-child:nth-child(5n - 3) {
   margin-right: calc(57.6% + 12% / 4);
}
.products .p_list {
   padding: 20px 0 0;
}
.products .p_list ul {
   display: flex;
   flex-flow: row wrap;
   justify-content: space-between;
   align-items: center;
}
.products .p_list li {
   position: relative;
   width: 24%;
   height: 250px;
   margin-bottom: 1.3%;
   border-radius: 3px;
   overflow: hidden;
}
.products .p_list li img,
.news .n_left ._pic img {
   width: 100%;
   height: 100%;
   object-fit: cover
}
.products .p_list li:last-child:nth-child(4n - 1) {
   margin-right: calc(24% + 4% / 3);
}
.products .p_list li:last-child:nth-child(4n - 2) {
   margin-right: calc(48% + 8% / 3);
}
.products .p_list li p {
   color: #fff;
   position: absolute;
   bottom: 0;
   width: 100%;
   height: 60px;
   padding-top: 25px;
   background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.8));
   font-weight: 500;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden
}

.news {
   width: 100%;
   padding: 92px 14% 100px;
}
.news .n_box {
   padding-top: 45px;
   display: flex;
   justify-content: space-between;
   align-items: flex-start;
}
.news .n_left {
   width: 48.5%;
   border-radius: 5px;
   background: #fff;
   box-shadow: 0 10px 30px rgba(0,0,0,0.05);
   overflow: hidden;
}
.news .n_left ._pic {
   height: 395px;
   overflow: hidden;
}
.news .n_left ._box {
   padding: 28px 22px;
}
.news .n_left ._box h2,
.news .n_list ._top h2 {
   font-family: 'Roboto', sans-serif;
   font-size: 22px;
   font-weight: 500;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden
}
.news .n_left ._box h2 a,
.news .n_list ._top h2 a {
   color: #353535;
}
.news .n_left ._box h2 a:hover,
.news .n_list ._top h2 a:hover {
   color: #ee2400;
}
.news .n_left ._box h6,
.news .n_list ._top h6 {
   padding-top: 10px;
   font-family: 'Open Sans', sans-serif;
   font-weight: normal;
   color: #a9a9a9;
   font-size: 15px;
}
.news .n_left ._box p,
.news .n_list ._top p {
   font-size: 12px;
   padding-top: 22px;
   overflow: hidden;
   color: #989797;
}
.news .n_left ._box p i,
.news .n_list ._top p i {
   display: inline-block;
   vertical-align: 1px;
   margin-right: 6px;
}
.news .n_left ._box p a,
.news .n_list ._top p a {
   text-transform: uppercase;
   color: #ee2400;
   font-weight: 500;
}
.news .n_left ._box p a:hover,
.news .n_list ._top p a:hover {
   text-decoration: underline;
}

.news .n_list {
   width: 48.5%;
}
.news .n_list li {
   position: relative;
   margin-bottom: 23px;
   background: #f9f9f9;
   border-radius: 3px;
}
.news .n_list li a {
   display: block;
   padding: 39px 59px 39px 29px;
   color: #353535;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden
}
.news .n_list li i {
   position: absolute;
   right: 29px;
   top: 33px;
   font-size: 30px;
   color: #8a8a8a;
   transition: all 0.5s;
}
.news .n_list li a:hover,
.news .n_list li:hover i {
   color: #ee2400;
}
.news .n_list li:hover i {
   padding-right: 3px;
}
.news .n_list ._top {
   padding: 39px 27px 36px;
   border-left: 5px solid #ee2400;
   margin-bottom: 35px;
   background: #fff;
   box-shadow: 0 0 20px rgba(0,0,0,0.03);
}

.hezuo {
   width: 100%;
   padding: 45px 14% 50px;
   background: #f5f5f5;
}
.hezuo h6 {
   font-weight: normal;
   text-transform: uppercase;
   color: #d5042a;
   font-size: 16px;
}
.hezuo .h_list {
   padding-top: 22px;
}
.hezuo .h_list li {
   height: 70px;
}
.hezuo .h_list li a {
   display: block;
   height: 100%;
   background: #fff;
   border: 1px solid #e2e2e2;
   overflow: hidden;
}
.hezuo .h_list li a:hover {
   border-color: #d5042a;
}
.hezuo .h_list li img {
   width: 100%;
   height: 100%;
   object-fit: scale-down
}


/* cols */
.cols_slide {
   position: relative;
   width: 100%;
   height: 400px;
   margin-top: 90px;
   overflow: hidden;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
}
.cols_slide::before {
   position: absolute;
   top: 0;
   left: 0;
   content: '';
   display: block;
   width: 100%;
   height: 100%;
   background: rgba(0,0,0,0.5);
}
.cols_slide h1 {
   position: relative;
   z-index: 999;
   font-size: 60px;
   font-weight: 300;
   font-family: 'Oswald', sans-serif;
   text-transform: uppercase;
   letter-spacing: 1px;
}
.cols_mous {
   position: relative;
   bottom: -100px;
   z-index: 999;
   width: 23px;
   height: 38px;
   border: 1px solid #fff;
   border-radius: 50px;
}
.cols_mous::before {
	content: "";
	position: absolute;
	width: 2px;
	height: 8px;
	left: 10px;
	top: 19px;
	background-color: #fff;
	border-radius: 50%;
	z-index: 5;
	-webkit-animation: Tmouse 0.5s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
	animation: Tmouse 0.5s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}
@-webkit-keyframes Tmouse {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-5px);
	}
}

@keyframes Tmouse {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		  -o-transform: translateY(0);
		     transform: translateY(0);
	}

	100% {
		-webkit-transform: translateY(-8px);
		-moz-transform: translateY(-8px);
		  -o-transform: translateY(-8px);
		     transform: translateY(-8px);
	}
}

.cols {
   width: 100%;
   padding: 30px 0 50px;
   background: url(/images/abbb.jpg) center bottom no-repeat #f5f5f5;
   overflow: hidden;
}
.cols_left {
   width: 25%;
   background: rgba(255,255,255,0.8);
}
.cols_left .l_bt {
   background: url(/images/leftbt.jpg) center no-repeat;
   background-size: cover;
   height: 100px;
   line-height: 98px;
   font-weight: 400;
   font-family: 'Oswald', sans-serif;
}
.cols_left .l_list {
   font-weight: 300;
}
.cols_left .l_list li {
   border-bottom: 1px solid #f2f2f2;
}
.cols_left .l_list li a {
   color: #333;
   display: block;
   padding: 20px 0 20px 22px;
}
.cols_left .l_list li i {
   display: inline-block;
   margin-right: 3px;
}
.cols_left .l_list li .l_nav a {
   padding: 17px 0 15px 34px;
   border-top: 1px solid #f5f5f5;
   color: #555;
}
.cols_left .l_list li .l_nav a i {
   margin-right: 5px;
}
.cols_left .l_list li a:hover {
   background: #ee2400;
   color: #fff !important;
   text-indent: 2px;
}
.cols_left .l_list li a.on {
   color: #ee2400;
}

.cols_right {
   width: 73%;
   padding-bottom: 30px;
   background: url(/images/abb.jpg) left bottom no-repeat #fff;
}
.cols_right .r_bt {
   border-bottom: 1px solid #f2f2f2;
   padding: 8px 25px 0;
   height: 67px;
   display: flex;
   flex-flow: row wrap;
   justify-content: space-between;
   align-items: center;
}
.cols_right .r_btl {
   color: #ee2400;
   position: relative;
   padding-right: 5px;
}
.cols_right .r_btl::after {
   content: '';
   display: block;
   position: absolute;
   bottom: -18px;
   left: 0;
   width: 100%;
   border-bottom: 2px solid #ee2400;
}
.cols_right .r_btl i {
   display: inline-block;
   margin-right: 3px;
}
.cols_right .r_btr {
   color: #666;
}
.cols_right .r_btr a {
   color: #666;
}
.cols_right .r_btr a:hover,
.cols_desc a:hover {
   color: #ee2400;
   text-decoration: underline;
}
.cols_right .r_btr i {
   display: inline-block;
   margin: 0 2px;
}

.cols_desc {
   color: #353535;
   overflow: hidden;
   padding: 25px 25px 30px;
}
.cols_desc a {
   color: #353535;
}
.cols_desc img {
   max-width: 100%;
   display: inline-block;
   vertical-align: -1px;
}
.cols_desc table {
   border-collapse: collapse;
   background-color: #fff;
   border: 1px solid #eaded9;
   margin: 0 auto;
   font-size: 14px;
}
.cols_desc table tr,
.cols_desc table td {
   border: 1px solid #eaded9;
}
.cols_desc table td {
   box-sizing: border-box;
   padding: 8px 18px 6px;
}
.ue-table-interlace-color-single {
   background-color: #fafafa;
}

.cols_desc video {
   width: 80%;
   height: 80vh;
   margin: 10px auto 15px;
   background: #000;
}

.cols_pic {
   padding: 30px 0;
}
.cols_pic img {
   max-width: 100%;
}

.cols_ly {
   width: 100%;
   margin-top: 15px;
   padding: 30px 30px 50px;
   background: #f9f9f9;
   border-radius: 5px;
   overflow: hidden;
}

.cols .products {
   background: none;
   padding-top: 0;
}
.cols .p_nav {
   padding: 0;
}
.cols .p_nav li a {
   background: #f5f5f5;
}
.cols .p_list {
   padding-top: 10px;
}
.cols .products .n_pages {
   margin-top: 50px;
}
.cols .products .cols_right {
   width: 100%;
}
.cols .products .cols_box {
   padding: 25px 25px 30px;
}

/* newslist */
.newslist {
   padding: 5px 0 50px;
}
.newslist li {
   position: relative;
   padding: 22px 25px;
   border-bottom: 1px solid #f2f2f2;
}
.newslist li::after {
   content: '';
   display: block;
   position: absolute;
   left: 0;
   bottom: -1px;
   z-index: 9;
   width: 0;
   opacity: 0.2;
   border-bottom: 1px solid #ee2400;
   transition: all 0.5s;
}
.newslist li:hover::after {
   opacity: 1;
   width: 100%;
}
.newslist li a {
   display: block;
   color: #333;
   overflow: hidden;
}
.newslist li a:hover {
   color: #ee2400;
}
.newslist li h2 {
   font-weight: 500;
   font-size: 20px;
}
.newslist li p {
   padding-top: 10px;
   color: #888;
   font-size: 14px;
}
.newslist li ._pic {
   width: 18%;
   margin-right: 20px;
   border-radius: 3px;
   overflow: hidden;
}
.newslist li ._pic img {
   width: 100%;
}

/* photo */
.photo {
   padding: 28px 25px;
}
.photo ul {
   display: flex;
   flex-flow: row wrap;
   justify-content: space-between;
   align-items: flex-start;
}
.photo ul::after {
   content: '';
   width: 32%;
}
.photo li {
   width: 32%;
   margin-bottom: 2%;
}
.photo li ._pic {
   height: 200px;
   overflow: hidden;
}
.photo li ._pic img,
.fangan li img {
   width: 100%;
   height: 100%;
   object-fit: scale-down
}
.photo li ._desc {
   margin-top: 2px;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden
}
.photo li ._desc a {
   padding: 14px 5px 15px;
   background: #f5f5f5;
   display: block;
   color: #353535;
   font-weight: 300;
}
.photo li ._desc a:hover {
   color: #ee2400;
}

.hz_list li {
   width: 24%;
   margin-bottom: 1.5%;
}
.hz_list li:last-child:nth-child(4n - 1) {
   margin-right: calc(24% + 4% / 3);
}
.hz_list li ._pic {
   height: 80px;
   border: 1px solid #eee;
}

.fangan li {
   border-radius: 0;
   height: 460px;
   overflow: hidden;
}
.fangan li p {
   font-size: 25px;
}

.video li ._pic {
   position: relative;
}
.video li ._pic::after,
.video li ._pic i {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   transition: all 0.5s;
}
.video li ._pic::after {
   content: '';
   z-index: 1;
   background: rgba(0,0,0,0.55);
}
.video li:hover ._pic::after {
   background: rgba(0,0,0,0.1);
}
.video li ._pic i {
   display: flex;
   justify-content: center;
   align-items: center;
   z-index: 9;
   color: #fff;
   font-size: 60px;
}
.video li:hover ._pic i {
   -webkit-transform:rotate(180deg);
   transform:rotate(180deg);
}


/* info */
.info_box {
   padding: 40px 0;
}
.info_box .info_t {
   border-bottom: 1px solid #eee;
   padding-bottom: 20px;
}
.info_box .info_t h3 {
   color: #ee2400;
   text-align: center;
   font-size: 30px;
   font-weight: 500;
}
.info_box .info_t span {
   display: block;
   color: #888;
   padding: 20px 0 0;
}
.info_box .info_t span i {
   display: inline-block;
   margin: 0 6px 0 8px;
   font-size: 14px;
}
.info_box .info_t span a {
   cursor: pointer;
   display: inline-block;
   margin: 0 3px;
}


/* pages */
.n_pages {
   padding-bottom: 30px;
   display: flex;
   flex-flow: row wrap;
   justify-content: center;
   align-items: center;
}
.n_pages a {
   display: block;
   background-color: #f3f3f3;
   color: #666;
   padding: 11px 14px;
   margin: 0 4px;
   border-radius: 2px;
}
.n_pages a:hover,
.n_pages a.page-num-current {
   background-color: #ee2400 !important;
   border-color: #ee2400 !important;
   color: #fff;
}
.n_pages .not_data {
   letter-spacing: 1px;
   color: #999;
}

.n_next {
   border-top: 1px solid #eee;
   overflow: hidden;
   padding: 25px 25px 0;
}
.n_next a {
   display: block;
   color: #555;
   padding: 8px 0;
}
.n_next a:hover {
   color: #ee2400 !important;
}


/* message */
.apply ul {
   display: flex;
   flex-flow: row wrap;
   justify-content: space-between;
   align-items: center;
}
.apply li {
   width: 49%;
   margin: 8px 0;
}
.apply li.w100 {
   width: 100%;
}
.apply li input,
.apply li textarea {
   width: 100%;
   border: 1px solid #ddd;
   padding: 15px;
   font-size: 15px;
   border-radius: 3px;
   color: #666;
   background: #fff;
}
.apply li textarea {
   height: 100px;
}
.apply li button {
   margin-top: 15px;
   background: #ee2400;
   color: #fff;
   border-radius: 3px;
   line-height: 50px;
   width: 100%;
   border: none;
   font-size: 22px;
   cursor: pointer;
   transition: all .3s linear 0s;
   font-family: 'Oswald', sans-serif;
   font-weight: 300;
}
.apply li button:hover {
   opacity: 0.8;
}
.apply li img {
   display: inline-block;
   cursor: pointer;
   vertical-align: -8px
}


/* footer */
.footer {
   width: 100%;
   background: url(/images/foot_bg.jpg) center no-repeat;
   background-size: cover;
}
.footer .foot {
   padding: 75px 13%;
   display: flex;
   flex-flow: row wrap;
   justify-content: space-between;
   align-items: flex-start;
}
.footer .foot h2 {
   font-family: 'Oswald', sans-serif;
   font-size: 33px;
   font-weight: 400;
   text-transform: uppercase;
}
.footer .foot a {
   color: #fff;
}
.footer .foot_lx {
   width: 29%;
}
.footer .foot_lx ul {
   padding-top: 30px;
}
.footer .foot_lx i {
   display: inline-block;
   margin-right: 10px;
}
.footer .foot_lx a:hover {
   color: #ee2400;
}
.footer .foot_cp {
   width: 45%;
}
.footer .foot_cp ul {
   padding-top: 36px;
   display: flex;
   flex-flow: row wrap;
   justify-content: space-between;
   align-items: center;
}
.footer .foot_cp li {
   margin-right: 3.5%;
}
.footer .foot_cp li a:hover {
   text-decoration: underline;
   opacity: .8;
}
.footer .foot_wx {
   padding-top: 50px;
   width: 11%;
}
.footer .foot_wx img {
   width: 100%;
}
.footer .foot_wx span {
   display: block;
   padding-top: 15px;
   opacity: .8;
}
.footer .copy {
   padding: 33px 0 70px;
   border-top: 1px solid rgba(255,255,255,0.16);
   color: #929292;
}
.footer .copy a {
   color: #888;
   display: inline-block;
   padding: 5px 7px 0;
   font-size: 20px;
}
.footer .copy a:hover {
   color: #ccc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
   color: #999;
   font-size: 14px;
}
p#back-to-top{
   position: fixed;
   display: none;
   bottom: 30px;
   right: 30px;
}
p#back-to-top i {
   display: block;
   font-size: 22px;
}
p#back-to-top a {
   text-align: center;
   display: block;
   width: 32px;
   border: 1px #ee2400 solid;
   color: #ee2400;
   padding: 3px 0 4px;
   overflow: hidden;
}
p#back-to-top a:hover {
   color: #fff;
   border-color: #ee2400;
   background-color: #ee2400;
}

@media screen and (max-width: 1680px) {
   .header .tel {
      padding: 0 3% 0 2%;
   }
   .header .lang_list form button {
      font-size: 16px;
   }
   .header .naver li a {
      font-size: 16px;
   }
   .abouts .a_box h2 {
      font-size: 38px;
   }
   .abouts .a_more a {
      font-size: 16px;
   }
   .cert .c_list li {
      height: 270px;
   }
   .products .p_nav li {
      width: 24%;
      margin-bottom: 1%;
      font-size: 15px;
   }
   .products .p_nav li:last-child:nth-child(4n - 1) {
      margin-right: calc(24% + 4% / 3);
   }
   .products .p_nav li:last-child:nth-child(4n - 2) {
      margin-right: calc(48% + 8% / 3);
   }
   .products .p_list li {
      height: 220px;
   }
   .news .n_list {
      font-size: 18px;
   }
   .footer .foot_lx {
      width: 32%;
   }
   .footer .foot_lx ul,
   .footer .foot_cp ul {
      font-size: 16px;
   }
}