﻿@charset "utf-8";

/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p { margin: 0; padding: 0; }
body { color: #444; font-size: 14px; font-family: "微软雅黑"; margin: auto; letter-spacing: 0.5px; background: #FFF; max-width: 1920px; }
ul, ol { list-style: none; }
img, fieldset { vertical-align: top; border: 0; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
address, cite, code, em, th, i { font-weight: normal; font-style: normal; }
input, button, textarea, select { font: 100% Arial, ''; vertical-align: middle }
table, td, tr, th { font-size: 14px; }
.fl, .l { float: left; }
.fr, .r { float: right; }
a { color: #333333; text-decoration: none; transition: all 0.3s; }
a:hover { color: #000; text-decoration: none; }
.clearfix { *zoom: 1; }
.clearfix:after { display: block; overflow: hidden; clear: both; height: 0px; visibility: hidden; content: "."; }
.flex { display: flex; }
.w1000 { width: 1000px; margin: 0 auto; }
.w1100 { width: 1100px; margin: 0 auto; }
.w1200 { width: 1200px; margin: 0 auto; }
.w1300 { width: 1300px; margin: 0 auto; }
.w1400 { width: 1400px; margin: 0 auto; }
.box-con { width: 100%; }
.box-con * { max-width: 100% !important; }

/***************************************************************************************************************/

/* header */
header { width: 100%; background: #FFFFFF; position: fixed; z-index: 9999; }
.top-1 { width: 100%; color: #333333; background: #F9F9F9; }
.top-1 p, .top-1 a { line-height: 35px; font-size: 14px; color: #333333; }
.top-2 { width: 100%; box-shadow: 0px 5px 10px rgba(0,0,0,0.05); position: relative; z-index: 999; }
.top-2 .logo { height: 120px; display: flex; align-items: center; transition: 0.3s; }
.pc-menu { width: 100%; height: 120px; transition: 0.3s; }
.pc-menu > li { float: left; width: calc(100% / 7); height: 100%; position: relative; }
.pc-menu > li > a { width: 100%; height: 100%; font-size: 18px; color: #333333; border-bottom: 2px solid #FFFFFF; display: flex; align-items: center; justify-content: center; }
.pc-menu > li.on > a { color: #086D3E; border-color: #086D3E; }
.top-3 { width: 100%; }
.top-3 > .container-xxl { display: none; }
.top-3 .child { margin: 50px 0; }
.top-3 .child .child-item { height: 40px; border-right: 1px solid #EBEBEB; }
.top-3 .child .child-item > a { line-height: 40px; font-size: 16px; color: #333333; }
.top-3 .child .child-item > a:hover { color: #086D3E; }
.top-3 .child .title { height: 100%; display: flex; flex-direction: column; justify-content: center; }
.top-3 .child .title > h1 { font-size: 20px; color: #333333; font-weight: bold; }
.top-3 .child .title > span { display: block; margin: 25px 0; width: 25px; height: 2px; background: #086D3E; }
.top-3 .child .title > p { line-height: 24px; font-size: 14px; color: #999999; }

/* top-search */
.top-search, .top-cd { height: 100%; display: flex; align-items: center; position: relative; transition: 0.3s; }
.top-search .input1 { width: 83%; text-indent: 10px; line-height: 30px; height: 30px; outline: medium; background: none; color: #9c9c9c; text-align: left; font-size: 13px; border: 0; }
.top-search em { display: block; margin: 0 auto; width: 40px; height: 40px; background: url(../images/icon-ss.png) no-repeat center; cursor: pointer; transition: 0.3s; }
.top-search em:hover { transition: all 0.3s; opacity: 0.8; filter: Alpha(opacity=80); }
.top-search .search-con { display: none; width: 300px; height: 81px; padding-top: 23px; padding-bottom: 19px; background: url(../images/top_bg2.png) no-repeat; position: absolute; top: 80%; right: 25%; z-index: 9999; }
.top-search .search-con .input1 { height: 39px; line-height: 39px; background: #f8f8f8; border: 0; padding-left: 5px; margin-left: 16px; padding-right: 47px; width: 230px; float: left; outline: none; }
.top-search .search-con .bnts { float: left; width: 40px; height: 39px; background: url(../images/top_pic3.png) no-repeat; cursor: pointer; border: none; }
.top-search .search-con .bnts:hover { transition: all 0.3s; background: url(../images/top_pic4.png) no-repeat; }

/* wap-menu */
.top-cd em { display: block; margin: 0 auto; width: 40px; height: 40px; background: url(../images/icon-cd.png) no-repeat center; cursor: pointer; transition: 0.3s; }
.wap-menu { display: none; padding-bottom: 40px; width: 100%; background: #FFFFFF; position: fixed; top: 90px; right: 0; z-index: 999; }
.wap-menu > ul { padding: 20px; }
.wap-menu > ul > li { width: 100%; height: 50px; border-bottom: 1px solid #CCCCCC; display: flex; align-items: center; justify-content: center; }
.wap-menu > ul > li > a { line-height: 85px; font-size: 16px; color: #333333; }
.wap-menu > ul > li.on > a { color: #6EC037; }

/* top-swiper */
.top-swiper { padding-top: 155px; width: 100%; transition: 0.3s; }
.top-ban .swiper-slide { width: 100%; display: flex; justify-content: center; }
.top-ban .swiper-slide img { max-width: 100%; }
.top-next:after, .top-prev:after { font-size: 18px; color: #FFFFFF; }
.top-page .swiper-pagination-bullet-active { background: #FFFFFF; }
.page-ban { width: 100%; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.page-ban img { width: 100%; }

/* footer */
footer { width: 100%; background: #333333; }
.links { padding: 15px 0; line-height: 30px; width: 100%; display: flex; }
.links > span { margin-right: 10px; font-size: 18px; font-weight: bold; color: #B7B7B7; white-space: nowrap; }
.links > div > a { margin-right: 5px; font-size: 14px; color: #B7B7B7; }
.links > div > a:hover { color: #FFFFFF; }

.foot-con { padding: 25px 0; width: 100%; border-top: 1px solid #565656; border-bottom: 1px solid #565656; }
.foot-con .logo { width: 100%; height: 100%; display: flex; align-items: center; }
.foot-con .contact { width: 100%; height: 100%; display: flex; flex-wrap: wrap; align-content: center; }
.foot-con .contact > h1 { margin-bottom: 10px; width: 100%; line-height: 35px; font-size: 16px; color: #B7B7B7; }
.foot-con .contact > p { margin: 5px 0; padding: 0 30px; width: 50%; line-height: 30px; font-size: 14px; color: #B7B7B7; background-position: left 0 top 4px; background-repeat: no-repeat; }
.foot-con .contact > p:nth-of-type(1) { background-image: url(../images/icon-1.png); }
.foot-con .contact > p:nth-of-type(2) { background-image: url(../images/icon-2.png); }
.foot-con .contact > p:nth-of-type(3) { background-image: url(../images/icon-3.png); }
.foot-con .contact > p:nth-of-type(4) { background-image: url(../images/icon-4.png); }
.foot-con .code { width: 100%; height: 100%; display: flex; align-items: center; justify-content: space-between; }
.foot-con .code > li { width: 45%; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.foot-con .code > li > p { width: 100%; line-height: 35px; text-align: center; font-size: 14px; color: #B7B7B7; }
.copyright { padding: 15px 0; width: 100%; line-height: 22px; text-align: center; font-size: 14px; color: #B7B7B7; }
.copyright a { color: #FFFFFF; }
.copyright a:hover { color: #FF0000; }

/* section */
section { width: 100%; }

/* index-0 */
.index-0 { width: 100%; background: #F8F8F8; }
.keyword { height: 60px; display: flex; align-items: center; text-overflow: ellipsis; white-space: normal; overflow: hidden; }
.keyword span, .keyword a { font-size: 16px; color: #999999; }
.hitphone { height: 100%; display: flex; align-items: center; justify-content: flex-end; }
.hitphone > p { margin-left: 15px; font-size: 16px; color: #086D3E; }
.hitphone > p > span { font-size: 24px; font-weight: bold; font-family: Arial; }

/* in-title */
.in-title { margin-bottom: 50px; width: 100%; text-align: center; overflow-x: hidden; }
.in-title > h1 { font-size: 34px; font-weight: bold; color: #F1F1F1; font-family: Arial; text-transform: uppercase; }
.in-title > h2 { display: inline-block; margin-top: -20px; line-height: 45px; font-size: 36px; font-weight: bold; color: #333333; letter-spacing: 10px; position: relative; }
.in-title > h2::before { content: ""; width: 300px; height: 1px; background: #EAEAEA; position: absolute; top: 50%; right: 110%; }
.in-title > h2::after { content: ""; width: 300px; height: 1px; background: #EAEAEA; position: absolute; top: 50%; left: 110%; }
.in-title > p { padding-top: 5px; font-size: 18px; color: #999999; letter-spacing: 5px; }

/* index-1 */
.index-1 { padding: 70px 0; width: 100%; background-image: url(../images/index-1.jpg); background-repeat: no-repeat; background-position: center bottom; }

.cp-slide { width: 100%; background-image: url(../images/cp-slide.jpg); background-repeat: no-repeat; background-position: right bottom; display: flex; flex-direction: row-reverse; }
.cp-slide > .hd { float: right; width: 20%; }
.cp-slide > .hd > .tel { margin-top: 20px; padding-left: 25px; width: 100%; }
.cp-slide > .hd > .tel > h1 { padding-left: 55px; line-height: 45px; font-size: 16px; color: #333333; background-image: url(../images/icon-6.png); background-repeat: no-repeat; background-position: center left; }
.cp-slide > .hd > .tel > p { font-size: 24px; font-weight: bold; color: #086D3E; }
.cp-slide > .hd > ul { padding-right: 50px; width: 100%; }
.cp-slide > .hd > ul > li { width: 100%; box-shadow: 0 10px 15px -10px rgba(0,0,0,0.1); position: relative; }
.cp-slide > .hd > ul > li > a { display: block; width: 100%; line-height: 70px; text-align: center; position: relative; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; transition: 0.3s; z-index: 99; }
.cp-slide > .hd > ul > li.on > a { width: 110%; right: 10%; color: #FFFFFF; background: #086D3E; }
.cp-slide > .bd { float: left; width: 80%; background: #FFFFFF; }
.cp-slide > .bd > ul { width: 100%; background: #FFFFFF; display: flex; align-items: center; }
.cp-slide > .bd > ul > .slide-img { width: 65%; display: flex; align-items: center; justify-content: center; }
.cp-slide > .bd > ul > .slide-info { padding: 0 50px; width: 35%; }
.cp-slide > .bd > ul > .slide-info > h1 { margin-bottom: 10px; font-size: 32px; font-weight: bold; color: #333333; }
.cp-slide > .bd > ul > .slide-info > h2 { margin-bottom: 25px; font-size: 18px; font-weight: normal; color: #666666; }
.cp-slide > .bd > ul > .slide-info > p { margin-bottom: 30px; height: 50px; line-height: 25px; font-size: 14px; font-weight: normal; color: #999999; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.cp-slide > .bd > ul > .slide-info > a { display: block; margin-bottom: 40px; width: 128px; line-height: 33px; text-align: center; font-size: 14px; color: #086D3E; border: 1px solid #086D3E; border-radius: 5px; }
.cp-slide > .bd > ul > .slide-info > a:hover { color: #FFFFFF; background: #086D3E; }
.cp-slide > .bd > ul > .slide-info > dl { width: 100%; display: flex; justify-content: space-between; }
.cp-slide > .bd > ul > .slide-info > dl > dt { width: 45%; }

/* index-2 */
.index-2 { padding: 40px 0; width: 100%; background: url(../images/index-2.jpg) no-repeat center; }

.in-hf { width: 100%; text-align: center; }
.in-hf > h1 { font-size: 30px; font-weight: bold; color: #FFFFFF; letter-spacing: 5px; }
.in-hf > p { padding: 15px 0; font-size: 18px; color: #FFFFFF; font-weight: normal; letter-spacing: 5px; }
.in-hf > div { margin: 0 auto; width: 300px; display: flex; justify-content: space-between; }
.in-hf > div > a { width: 135px; height: 35px; font-size: 18px; color: #FFFFFF; border: 1px solid #FFFFFF; display: flex; align-items: center; justify-content: center; transition: 0.3s; }
.in-hf > div > a:hover { border-color: #086D3E; background-color: #086D3E; }

/* index-3 */
.index-3 { padding: 70px 0; width: 100%; }

.ys-item { padding-top: 30px; padding-bottom: 30px; display: flex; flex-direction: column; align-items: center; background: url(../images/ys-item.png) no-repeat center right; }
.ys-item:last-child { background: none; }
.ys-item > i { width: 70px; height: 70px; display: flex; justify-content: center; align-items: flex-start; overflow: hidden; }
.ys-item > h1 { margin: 10px 0; width: 100%; text-align: center; font-size: 22px; color: #333333; font-weight: bold; transition: 0.3s; }
.ys-item > p { padding: 0 30px; width: 100%; line-height: 25px; text-align: justify; font-size: 16px; color: #999999; transition: 0.3s; }
.ys-item:hover i { align-items: flex-end; }
.ys-item:hover h1 { color: #005F38; }
.ys-item:hover p { color: #83A694; }

/* index-4 */
.index-4 { padding: 70px 0; width: 100%; background: #F6F6F6; }

.case-slide { flex-direction: row-reverse; }
.case-slide .hd ul { width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: space-between; }
.case-slide .hd ul li { width: 100%; position: relative; }
.case-slide .hd ul li .info { padding: 0 40px; width: 100%; height: 100%; background: rgba(0,0,0,0.6); display: flex; flex-wrap: wrap; align-content: center; position: absolute; top: 0; left: 0; display: none; }
.case-slide .hd ul li .info > h1 { width: 100%; text-align: center; font-size: 24px; font-weight: bold; color: #FFFFFF; }
.case-slide .hd ul li .info > span { display: block; margin: 10px auto; width: 20px; height: 2px; background: #FFFFFF; }
.case-slide .hd ul li .info > p { width: 100%; font-size: 14px; color: #FFFFFF; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.case-slide .hd ul li .info > a { display: block; margin: 15px auto 0; width: 27px; height: 27px; background-image: url(../images/icon-7.png); background-repeat: no-repeat; background-position: center; background-size: 100%; }
.case-slide .hd ul li.on .info { display: flex; }
.case-slide .bd ul { width: 100%; height: 100%; position: relative; }
.case-slide .bd ul > a { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.case-slide .bd ul .info { padding: 0 40px; width: 35%; height: 100%; background: rgba(255,255,255,0.8); display: flex; flex-wrap: wrap; align-content: center; position: absolute; right: 0; top: 0; }
.case-slide .bd ul .info > h1 { width: 100%; font-size: 30px; font-weight: bold; color: #333333; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.case-slide .bd ul .info > span { display: block; margin: 20px 0; width: 30px; height: 6px; background: #086D3E; }
.case-slide .bd ul .info > p { width: 100%; height: 140px; line-height: 35px; text-align: justify; font-size: 18px; color: #666666; letter-spacing: 5px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; }
.case-slide .bd ul .info > a { margin-top: 40px; width: 140px; height: 40px; font-size: 18px; color: #086D3E; border: 1px solid #086D3E; display: flex; align-items: center; justify-content: center; }

/* index-5 */
.index-5 { padding: 70px 0; width: 100%; background: url(../images/index-5.jpg) no-repeat center top; padding-bottom: 0 !important; }

.gy-con { width: 100%; background: #FFFFFF; display: flex; flex-wrap: wrap; flex-direction: row-reverse; justify-content: space-between; }
.gy-swiper { width: 50%; }
.gy-swiper .swiper-slide { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.gy-page { width: 90px; height: 60px; background: #F0F0F0; letter-spacing: 5px; display: flex; align-items: center; justify-content: center; left: auto; right: 0; bottom: 0; }
.gy-page .swiper-pagination-current { font-size: 24px; font-weight: bold; color: #086D3E; }
.gy-page .swiper-pagination-total { font-size: 20px; font-weight: bold; color: #033333; }
.gy-info { padding: 50px 60px 0; width: 50%; background: #FFFFFF; }
.gy-info > h1 { font-size: 30px; font-weight: bold; color: #333333; }
.gy-info > .content { padding: 30px 0; width: 100%; }
.gy-info > .content > .box-con { width: 100%; height: 144px; line-height: 24px; text-indent: 2rem; text-align: justify; font-size: 16px; color: #666666; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 6; overflow: hidden; }
.gy-info > a { width: 105px; height: 35px; font-size: 12px; color: #FFFFFF; font-weight: bold; background: #086D3E; display: flex; align-items: center; justify-content: center; }
.gy-info > ul { padding-top: 20px; width: 100%; display: flex; align-items: center; justify-content: space-around; }
.gy-info > ul > li { width: 100px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.gy-info > ul > li > i { width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; }
.gy-info > ul > li > p { padding-top: 10px; font-size: 18px; color: #666666; letter-spacing: 1px; }

/* index-6 */
.index-6 { padding: 70px 0; width: 100%; }

.pic-slide .hd ul { width: 100%; display: flex; align-items: center; justify-content: center; }
.pic-slide .hd ul > li { margin: 0 10px; padding: 0 10px; line-height: 40px; font-size: 18px; color: #666666; border-bottom: 1px solid #FFFFFF; cursor: pointer; }
.pic-slide .hd ul > li.on { color: #086D3E; border-color: #086D3E; }
.pic-slide .bd { margin-top: 40px; }
.pic-slide .bd ul { width: 100%; }
.pic-slide .bd ul .swiper-slide > a { width: 100%; height: 100%; border: 1px solid #999999; display: flex; align-items: center; }
.pic-prev:after, .pic-next:after { content: ""; }
.pic-prev { width: 55px; height: 55px; background-image: url(../images/pic-left.jpg); background-position: center; background-repeat: no-repeat; background-size: 100%; left: 0; }
.pic-next { width: 55px; height: 55px; background-image: url(../images/pic-right.jpg); background-position: center; background-repeat: no-repeat; background-size: 100%; right: 0; }

/* index-7 */
.index-7 { padding: 70px 0; width: 100%; background: #FCFCFC url(../images/index-7.jpg) no-repeat center bottom; }

.news-img { width: 100%; }
.news-img > a { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.news-info { padding: 20px 25px; width: 100%; background: #FFFFFF; }
.news-info > h1 { font-size: 20px; color: #333333; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.news-info > p { margin: 10px 0; height: 48px; line-height: 24px; font-size: 14px; color: #666666; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.news-info > a { width: 135px; height: 35px; font-size: 14px; color: #333333; border: 1px solid #8B8B8B; display: flex; align-items: center; justify-content: center; }

/* page-sob */
.page-sob { padding: 15px 0; border-bottom: 1px solid #E6E6E6; }
.page-sob h1 { padding-left: 30px; line-height: 25px; font-size: 16px; color: #808080; background: url(../images/icon-11.png) no-repeat center left; }
.page-sob h1 a { color: #808080; }

/* page-con */
.page-con { padding: 70px 0; width: 100%; }

/* ly */
.page-title { margin-bottom: 50px; line-height: 40px; text-align: center; font-size: 36px; color: #333333; font-weight: normal; }
.ly-form .item { margin-bottom: 30px; }
.ly-1 { padding: 0 15px; width: 100%; height: 54px; border: 1px solid #E3E3E3; border-radius: 5px; outline: none; text-transform: capitalize; }
.ly-2 { width: 100%; height: 54px; font-size: 16px; color: #FFFFFF; background: #086D3E; border: none; border-radius: 5px; outline: none; text-transform: uppercase; }

/* detail-con */
.detail-con .title { text-align: center; font-size: 24px; font-weight: normal; color: #6EC037; }
.detail-con .des { margin: 25px auto 0; width: 50%; line-height: 30px; text-align: center; font-size: 18px; color: #666666; }
.detail-con .img { margin: 25px; display: flex; align-items: center; justify-content: center; }
.detail-con .content { line-height: 24px; text-align: justify; font-size: 14px; color: #666666; }

/* page-nav */
.page-nav { margin-bottom: 30px; }
.page-nav a { margin-bottom: 15px; width: 100%; height: 40px; font-size: 18px; border-radius: 5px; display: flex; align-items: center; justify-content: center; }
.page-nav a.on { color: #FFFFFF; background: #086D3E; }

/* page-cp */
.page-cp .cp-img { width: 100%; border: 1px solid #CCCCCC; overflow: hidden; }
.page-cp .cp-img > a { padding: 4px; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.page-cp .cp-info { margin-bottom: 15px; padding: 0 15px; width: 100%; }
.page-cp .cp-info > a { display: block; width: 100%; height: 40px; font-size: 16px; color: #666666; display: flex; align-items: center; justify-content: center; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

/* pages */
.pages { margin-top: 40px; text-align: center; font-size: 16px; width: 100%; }
.pages .pagination { border-radius: 0px; }
.pages a, .pages span { display: inline-block; padding: 0 10px; text-align: center; line-height: 30px; font-size: 16px; color: #888; border: 1px solid #086D3E; }
.pages a:hover, .pages a.on, .pages span { border-color: #086D3E; background: #086D3E; color: #FFFFFF; border-radius: 5px; }

/* fa-info */
.fa-info p { padding-bottom: 30px; line-height: 30px; text-align: justify; font-size: 18px; color: #666666; }
.fa-item { margin-top: 30px; background: #F7F7F7; }
.fa-item .item-img { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.fa-item .item-info { padding: 30px; height: 100%; display: flex; flex-direction: column; justify-content: space-around; }
.fa-item .item-info h1 { font-size: 24px; font-weight: bold; color: #6EC037; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.fa-item .item-info h1 a { color: #086D3E; }
.fa-item .item-info p { line-height: 30px; text-align: justify; font-size: 14px; color: #666666; }



div { }
/***************************************************************************************************************/

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
    .top-2 .logo, .pc-menu, .top-search, .top-cd { height: 110px; }
    .top-swiper { padding-top: 145px; }
    .index-1, .index-3, .index-4, .index-5, .index-6, .index-7, .page-con { padding: 60px 0; }
    .in-title { margin-bottom: 45px; }
    .in-title > h1 { font-size: 32px; }
    .in-title > h2 { line-height: 40px; font-size: 34px; letter-spacing: 8px; }
    .in-title > h2::before, .in-title > h2::after { width: 260px; }
    .in-title > p { font-size: 17px; letter-spacing: 4px; }
    .cp-slide > .hd > ul { padding-right: 40px; }
    .cp-slide > .hd > ul > li > a { line-height: 65px; }
    .cp-slide > .hd > .tel { margin-top: 10px; padding-left: 20px; }
    .cp-slide > .hd > .tel > h1 { line-height: 40px; background-size: 40px; }
    .cp-slide > .hd > .tel > p { font-size: 22px; }
    .cp-slide > .bd > ul > .slide-info { padding: 0 40px; }
    .cp-slide > .bd > ul > .slide-info > h1 { font-size: 30px; }
    .cp-slide > .bd > ul > .slide-info > h2 { margin-bottom: 20px; font-size: 17px; }
    .cp-slide > .bd > ul > .slide-info > p { margin-bottom: 25px; }
    .cp-slide > .bd > ul > .slide-info > a { margin-bottom: 35px; }
    .index-2 { padding: 35px 0; }
    .in-hf > h1 { font-size: 28px; letter-spacing: 4px; }
    .in-hf > p { font-size: 17px; letter-spacing: 4px; }
    .in-hf > div { width: 280px; }
    .in-hf > div > a { width: 130px; height: 30px; font-size: 16px; }
    .ys-item > i { width: 65px; height: 65px; }
    .ys-item > h1 { font-size: 21px; }
    .ys-item > p { line-height: 24px; font-size: 15px; }
    .case-slide .hd ul li .info { padding: 0 35px; }
    .case-slide .hd ul li .info > h1 { font-size: 22px; }
    .case-slide .hd ul li .info > span { margin: 5px auto; }
    .case-slide .hd ul li .info > a { margin: 10px auto 0; width: 25px; height: 25px; }
    .case-slide .bd ul .info { padding: 0 35px; }
    .case-slide .bd ul .info > h1 { font-size: 28px; }
    .case-slide .bd ul .info > span { margin: 15px 0; }
    .case-slide .bd ul .info > p { height: 120px; line-height: 30px; font-size: 16px; }
    .case-slide .bd ul .info > a { margin-top: 30px; }
    .gy-info { padding: 40px 50px 0; }
    .gy-info > h1 { font-size: 28px; }
    .gy-info > .content { padding: 25px 0; }
    .gy-info > .content > .box-con { height: 132px; line-height: 22px; font-size: 15px; }
    .gy-info > ul > li > i { width: 45px; height: 45px; }
    .gy-info > ul > li > p { font-size: 17px; }
    .pic-prev, .pic-next { width: 50px; height: 50px; }
    .pic-slide .hd ul > li { font-size: 17px; }
    .page-title { margin-bottom: 45px; font-size: 34px; }
    .page-nav { margin-bottom: 25px; }
    .page-nav a { font-size: 17px; }
    .page-cp .cp-info > a { font-size: 17px; }
    .pages { margin-top: 35px; }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .top-2 .logo, .pc-menu, .top-search, .top-cd { height: 100px; }
    .top-swiper { padding-top: 135px; }
    .index-1, .index-3, .index-4, .index-5, .index-6, .index-7, .page-con { padding: 50px 0; }
    .in-title { margin-bottom: 40px; }
    .in-title > h1 { font-size: 30px; }
    .in-title > h2 { line-height: 35px; font-size: 32px; letter-spacing: 6px; }
    .in-title > h2::before, .in-title > h2::after { width: 220px; }
    .in-title > p { font-size: 16px; letter-spacing: 3px; }
    .cp-slide > .hd > ul { padding-right: 30px; }
    .cp-slide > .hd > ul > li > a { line-height: 60px; }
    .cp-slide > .hd > .tel { margin-top: 0px; padding-left: 15px; }
    .cp-slide > .hd > .tel > h1 { line-height: 35px; background-size: 35px; }
    .cp-slide > .hd > .tel > p { font-size: 20px; }
    .cp-slide > .bd > ul > .slide-info { padding: 0 30px; }
    .cp-slide > .bd > ul > .slide-info > h1 { font-size: 28px; }
    .cp-slide > .bd > ul > .slide-info > h2 { margin-bottom: 15px; font-size: 16px; }
    .cp-slide > .bd > ul > .slide-info > p { margin-bottom: 20px; }
    .cp-slide > .bd > ul > .slide-info > a { margin-bottom: 30px; }
    .index-2 { padding: 30px 0; }
    .in-hf > h1 { font-size: 26px; letter-spacing: 3px; }
    .in-hf > p { padding: 10px 0; font-size: 16px; letter-spacing: 3px; }
    .in-hf > div { width: 260px; }
    .in-hf > div > a { width: 120px; height: 30px; font-size: 14px; }
    .ys-item > i { width: 60px; height: 60px; }
    .ys-item > h1 { font-size: 20px; }
    .ys-item > p { line-height: 24px; font-size: 14px; }
    .case-slide .hd ul li .info { padding: 0 30px; }
    .case-slide .hd ul li .info > h1 { font-size: 20px; }
    .case-slide .hd ul li .info > a { width: 20px; height: 20px; }
    .case-slide .bd ul .info { padding: 0 30px; }
    .case-slide .bd ul .info > h1 { font-size: 26px; }
    .case-slide .bd ul .info > span { margin: 10px 0; }
    .case-slide .bd ul .info > p { height: 100px; line-height: 25px; font-size: 14px; }
    .case-slide .bd ul .info > a { margin-top: 20px; width: 120px; height: 30px; font-size: 16px; }
    .gy-swiper { width: 60%; }
    .gy-info { width: 40%; }
    .gy-info { padding: 30px 40px 0; }
    .gy-info > h1 { font-size: 26px; }
    .gy-info > .content { padding: 20px 0; }
    .gy-info > .content > .box-con { height: 120px; line-height: 20px; font-size: 14px; }
    .gy-info > a { width: 90px; height: 30px; }
    .gy-info > ul > li > i { width: 40px; height: 40px; }
    .gy-info > ul > li > p { font-size: 16px; }
    .pic-prev, .pic-next { width: 45px; height: 45px; }
    .pic-slide .hd ul > li { margin: 0 5px; padding: 0 5px; line-height: 35px; font-size: 16px; }
    .news-info { padding: 15px 20px; }
    .news-info > h1 { font-size: 18px; }
    .news-info > p { height: 44px; line-height: 22px; }
    .news-info > a { width: 120px; height: 30px; font-size: 12px; }
    .page-title { margin-bottom: 40px; font-size: 32px; }
    .page-nav { margin-bottom: 20px; }
    .page-nav a { margin-bottom: 10px; height: 35px; font-size: 16px; }
    .page-cp .cp-info > a { height: 35px; font-size: 16px; }
    .page-cp .cp-info { margin-bottom: 10px; }
    .pages { margin-top: 30px; }
    .fa-info p { padding-bottom: 25px; line-height: 25px; font-size: 16px; }
    .fa-item { margin-top: 25px; }
    .fa-item .item-info { padding: 25px; }
    .fa-item .item-info h1 { font-size: 22px; }
    .fa-item .item-info p { padding-top: 15px; line-height: 25px; }
}


/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .top-2 .logo, .pc-menu, .top-search, .top-cd { height: 90px; }
    .top-swiper { padding-top: 90px; }
    .foot-con .contact p { width: 100%; }
    .foot-con .code { margin-top: 20px; }
    .links { padding: 10px 0; }
    .links > span { font-size: 16px; }
    .links > div > a, .foot-con .code > li > p, .copyright { font-size: 12px; }
    .index-1, .index-3, .index-4, .index-5, .index-6, .index-7, .page-con { padding: 40px 0; }
    .in-title { margin-bottom: 35px; }
    .in-title > h1 { font-size: 28px; }
    .in-title > h2 { line-height: 30px; font-size: 30px; letter-spacing: 4px; }
    .in-title > h2::before, .in-title > h2::after { width: 180px; }
    .in-title > p { font-size: 15px; letter-spacing: 2px; }
    .cp-slide { flex-direction: column; }
    .cp-slide > .hd { width: 100% }
    .cp-slide > .hd > ul { margin-bottom: 10px; padding: 0; display: flex; flex-wrap: wrap; }
    .cp-slide > .hd > ul > li { margin: 0 1% 10px 1%; width: calc((100% - 6%) / 3); background: #FFFFFF; }
    .cp-slide > .hd > ul > li > a { line-height: 55px; }
    .cp-slide > .hd > ul > li.on > a { width: 100%; right: 0; }
    .cp-slide > .hd > .tel { display: none; }
    .cp-slide > .bd { width: 100%; }
    .index-2 { padding: 25px 0; }
    .in-hf > h1 { font-size: 24px; letter-spacing: 2px; }
    .in-hf > p { padding: 10px 0; font-size: 15px; letter-spacing: 2px; }
    .in-hf > div { width: 240px; }
    .in-hf > div > a { width: 100px; }
    .ys-item { padding-top: 20px; padding-bottom: 20px; }
    .ys-item:nth-of-type(2n) { background: none; }
    .case-slide .hd ul { flex-direction: row; justify-content: space-between; }
    .case-slide .hd ul li { width: calc((100% - 2%) / 3); }
    .case-slide .bd { margin-top: 20px; }
    .gy-swiper { margin-top: 30px; width: 100%; }
    .gy-info { padding: 20px 30px 0; width: 100%; }
    .gy-info > h1 { font-size: 24px; }
    .gy-info > .content { padding: 15px 0; }
    .gy-info > ul > li > p { font-size: 15px; }
    .pic-prev, .pic-next { width: 40px; height: 40px; }
    .pic-slide .hd ul > li { font-size: 15px; }
    .page-title { margin-bottom: 35px; font-size: 30px; }
    .page-nav { margin-bottom: 15px; }
    .page-nav a { font-size: 15px; }
    .page-cp .cp-info > a { font-size: 15px; }
    .pages { margin-top: 25px; }
    .fa-info p { padding-bottom: 20px; line-height: 20px; font-size: 14px; }
    .fa-item { margin-top: 20px; }
    .fa-item .item-img { padding: 20px; }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .top-2 .logo, .pc-menu, .top-search, .top-cd { height: 80px; }
    .top-swiper { padding-top: 80px; }
    .wap-menu { top: 80px; }
    .index-1, .index-3, .index-4, .index-5, .index-6, .index-7, .page-con { padding: 30px 0; }
    .in-title { margin-bottom: 30px; }
    .in-title > h1 { font-size: 26px; }
    .in-title > h2 { line-height: 30px; font-size: 28px; letter-spacing: 2px; }
    .in-title > h2::before, .in-title > h2::after { width: 140px; }
    .in-title > p { font-size: 14px; letter-spacing: 1px; }
    .cp-slide > .hd > ul > li > a { line-height: 50px; }
    .cp-slide > .bd > ul > .slide-img { width: 100%; }
    .cp-slide > .bd > ul > .slide-info { display: none; }
    .index-2 { padding: 20px 0; }
    .in-hf > h1 { font-size: 22px; letter-spacing: 1px; }
    .in-hf > p { padding: 10px 0; font-size: 14px; letter-spacing: 1px; }
    .ys-item { padding-top: 10px; padding-bottom: 10px; }
    .ys-item > i { width: 55px; height: 55px; }
    .ys-item > h1 { font-size: 18px; white-space: nowrap; }
    .ys-item > p { padding: 0 10px; line-height: 20px; font-size: 12px; }
    .case-slide .hd ul li .info { padding: 0 10px; }
    .case-slide .hd ul li .info > h1 { font-size: 14px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
    .case-slide .hd ul li .info > span, .case-slide .hd ul li .info > p, .case-slide .hd ul li .info > a { display: none; }
    .case-slide .bd ul .info { padding: 0 20px; width: 70%; }
    .case-slide .bd ul .info > h1 { font-size: 18px; }
    .case-slide .bd ul .info > span { margin: 5px 0; height: 3px; }
    .case-slide .bd ul .info > p { height: 48px; line-height: 24px; letter-spacing: 2px; -webkit-line-clamp: 2; }
    .case-slide .bd ul .info > a { margin-top: 10px; width: 110px; height: 30px; font-size: 12px; }
    .gy-swiper { margin-top: 20px; }
    .gy-page { width: 50px; height: 30px; letter-spacing: 3px; }
    .gy-info { padding: 30px 30px 0; }
    .gy-info > h1 { font-size: 22px; }
    .gy-info > .content { padding: 10px 0; }
    .gy-info > ul > li > i { width: 35px; height: 35px; }
    .gy-info > ul > li > p { font-size: 14px; }
    .gy-page .swiper-pagination-current { font-size: 14px; }
    .gy-page .swiper-pagination-total { font-size: 12px; }
    .pic-prev, .pic-next { width: 35px; height: 35px; }
    .pic-slide .hd ul > li { padding: 0; line-height: 30px; font-size: 14px; }
    .news-info { margin-bottom: 20px; padding: 10px 15px; }
    .news-info > h1 { font-size: 16px; font-weight: bold; }
    .news-info > p { height: 40px; line-height: 20px; font-size: 12px; }
    .news-info > a { width: 110px; }
    .page-title { margin-bottom: 30px; font-size: 28px; }
    .page-nav { margin-bottom: 10px; }
    .page-nav a { margin-bottom: 5px; height: 30px; font-size: 14px; }
    .page-cp .cp-info > a { height: 30px; font-size: 14px; }
    .page-cp .cp-info { margin-bottom: 5px; }
    .pages { margin-top: 20px; }
    .fa-item { margin-top: 15px; }
    .fa-item .item-img, .fa-item .item-info { padding: 15px; }
    .fa-item .item-info h1 { font-size: 20px; }
    .fa-item .item-info p { padding-top: 10px; line-height: 20px; font-size: 12px; }
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .top-2 .logo, .pc-menu, .top-search, .top-cd { height: 70px; }
    .top-swiper { padding-top: 70px; }
    .wap-menu { top: 70px; }
    .top-search .search-con { right: -20%; }
    .index-1, .index-3, .index-4, .index-5, .index-6, .index-7, .page-con { padding: 20px 0; }
    .in-title { margin-bottom: 25px; }
    .in-title > h1 { font-size: 24px; }
    .in-title > h2 { line-height: 30px; font-size: 26px; letter-spacing: 0px; }
    .in-title > h2::before, .in-title > h2::after { width: 100px; }
    .in-title > p { font-size: 13px; letter-spacing: 0px; }
    .cp-slide > .hd > ul > li > a { line-height: 45px; }
    .in-hf > h1 { font-size: 20px; letter-spacing: 0; }
    .in-hf > p { font-size: 13px; letter-spacing: 0; }
    .ys-item > i { width: 50px; height: 50px; }
    .ys-item > h1 { font-size: 16px; }
    .gy-info > h1 { font-size: 18px; }
    .pic-prev, .pic-next { width: 30px; height: 30px; }
    .page-title { margin-bottom: 25px; font-size: 29px; }
    .page-nav { margin-bottom: 5px; }
    .pages { margin-top: 15px; }
}

/* XX-Large devices (larger desktops) */
/* No media query since the xxl breakpoint has no upper bound on its width */
