@CHARSET "UTF-8";
html {
    margin: 0;
    padding: 0;
    border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #666;
    position: relative;
    font: 12px/1.5 Microsoft YaHei, arial, 瀹嬩綋, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

a:link {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover,
a:active,
a:focus {
    color: #0ab11c;
    text-decoration: none;
    outline: none;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
}

.com-img:hover img {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
}

.pos {
    position: relative;
    display: block;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.wh {
    display: block;
    width: 1200px;
    margin: 0 auto;
}

.flex {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


/* 鎻掍欢鏁翠綋鏍峰紡淇敼 */

.slick-arrows {
    outline: none;
}

.slick-slide {
    outline: none;
}

.swiper-button-prev,
.swiper-button-next {
    outline: none;
}

.swiper-button-prev,
.swiper-button-next {
    outline: none;
    display: flex;
    width: 24px;
    height: 44px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: "";
    background: none;
    display: block;
    width: 40px;
    height: 40px;
    border: 2px solid #ffffff;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    left: 12px;
    top: 50%;
    margin-top: -20px;
}

.swiper-button-next {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.swiper-pagination {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 5%;
}

.swiper-pagination .swiper-pagination-bullet {
    outline: none;
    margin: 0 1em;
}

@media(max-width:992px) {
    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }
}


/* 澶撮儴 鍜� 瀵艰埅 */

header {
    background-color: #0ab11c;
    z-index: 90;
}

header .wh {
    height: 96px;
}

.logo {
    display: block;
    width: 500px;
    position: relative;
    z-index: 20;
    padding-top: 30px;
}

.logo::before {
    content: "";
    display: block;
    width: 873px;
    height: 115px;
    background-image: url("//cdn.xypt.top/a7f75935/21/05/26699734a4b82f11dce449373585d2efbb640367.png");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: -13px;
    top: 0;
    z-index: -1;
}

.logo a {
    display: block;
    position: relative;
    z-index: 30;
}

.logo img {
    max-width: 100%;
}

nav {}


/* 瀵艰埅 */

nav {
    display: block;
    width: calc(100% - 500px);
}

.x-menu {
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.x-menu>li {
    text-align: center;
    position: relative;
    /* flex: 1; */
}

.x-menu>li::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: 0;
    opacity: 0;
}

.nav_xt {
    display: block;
    width: 1px;
    height: 14px;
    background-color: #ffffff;
    opacity: 0.26;
}

.x-menu>li>a {
    display: block;
    padding: 0 0.1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 96px;
    letter-spacing: 0px;
    color: #fefefe;
}

.x-menu>li:hover::after {
    opacity: 1;
}

.x-menu>li:hover>a {}

.x-menu>li.active>a {}

.x-sub-menu {
    display: none;
    position: absolute;
    left: -50%;
    width: 200%;
    top: 100%;
    background-color: #0ab11c;
}

.x-sub-menu>li {}

.x-sub-menu>li>a {
    display: block;
    padding: 0.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    font-weight: normal;
    line-height: 2.4;
    color: #fefefe;
}

.x-sub-menu>li:hover>a {
    background-color: #0ab11c;
}


/* banner */

.wrapper {
    position: relative;
    z-index: 50;
}

.box_skitter .info_slide {
    display: none !important;
}


/* banner涓�  */

.sous {
    z-index: 60;
    margin-top: -50px;
    background-repeat: no-repeat;
    background-position: left center;
}

.sous .wh {
    height: 100px;
    align-items: center;
}

.soulw {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100px;
    width: 740px;
}

.soulw .sou_wz {
    width: 468px;
    align-items: center;
}

.soulw .sou_wz h3 {
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0.1em;
    color: #fdfdfd;
    line-height: 1;
}

.soulw .sou_wz h3 span {
    font-size: 16px;
    font-weight: normal;
    color: #fdfdfd;
}

.soulw .sou_wz p {
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: 1.2px;
    color: #fdfdfd;
    opacity: 0.8;
    margin-top: 6px;
}

.soulw .tels {
    width: 272px;
    padding-left: 53px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0.4px;
    color: #fdfdfd;
    background-repeat: no-repeat;
    background-position: left top;
}

.soulw .tels p:nth-child(2) {
    font-family: Impact;
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0.8px;
    color: #fdfdfd;
    margin-top: 10px;
}


/* 鐑棬鍜屾悳绱� */

.formss {
    display: block;
    width: 460px;
}

#formsearchs {
    width: 460px;
    height: 50px;
    background-color: #666666;
}

#formsearchs input {
    outline: none;
    border: none;
    background: none;
    height: 50px;
}

#formsearchs input#keywords {
    width: 406px;
    padding: 0 30px;
    display: block;
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1.1px;
    color: #ffffff;
}

#formsearchs input#keywords::placeholder {
    color: #999999;
}

#formsearchs input#s_btns {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("//cdn.xypt.top/a7f75935/21/05/5336e5e97ff756fbb9a9dd66eda6449648dce6c8.png");
    width: 54px;
    font-size: 0;
}

.hots {
    display: block;
    width: 460px;
    height: 50px;
    padding-left: 72px;
    background-repeat: no-repeat;
    background-position: 30px center;
    background-image: url("//cdn.xypt.top/a7f75935/21/05/01084e19adccde88fb452c870084917cdd179851.png");
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 0.3px;
    color: #666666;
}

.hots a {
    color: #666666;
}

.hots a:nth-child(n+2) {
    margin-left: 16px;
}

.hots a:hover {
    color: #0ab11c;
}


/* 鐩稿悓鏍囬 浠ョ涓€涓负鍑� */

.titles {
    text-align: center;
}

.titles h2 {
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 1.3px;
    color: #333333;
}

.titles h3 {
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #ffffff;
}

.titles h3 span {
    font-weight: bold;
}

.titles p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 24px;
}


/* 鏂板搧鎺ㄨ崘 */

.xptj {
    padding: 60px 0;
}

.xp_cons {
    display: block;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url("//cdn.xypt.top/a7f75935/21/05/be5b39b8b23d45a0eb000d04ff3a876ac3169839.png");
    padding-top: 128px;
}

.xp_cons ul {
    justify-content: space-between;
}

.xp_cons li {
    width: 274px;
    text-align: center;
}

.xp_cons li .imgs {
    display: block;
    width: 274px;
    height: 274px;
    background-color: #cccccc;
    padding: 6px;
    border-radius: 50%;
}

.xp_cons li .imgs span {
    display: block;
    overflow: hidden;
    border-radius: 50%;
    width: 262px;
    height: 262px;
}

.xp_cons li .imgs img {
    width: 100%;
    height: 100%;
}

.xp_cons li:hover .imgs {
    background-color: #0ab11c;
}

.xp_cons li h3 {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0.3px;
    color: #333333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 0.5em;
    margin-top: 26px;
}

.xp_cons li>a {
    display: block;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0.3px;
    color: #333333;
    width: 97px;
    margin: 16px auto 0;
}

.xp_cons li:hover>a {
    background-color: #0ab11c;
    box-shadow: 1px 1.7px 4.7px 0.3px rgba(0, 0, 0, 0.35);
    color: #ffffff;
}


/* 鍥涘ぇ鐞嗙敱 */

.ysly {
    height: 762px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 65px;
}

.ys2 {
    margin-top: 68px;
}

.ys2 ul li {
    float: left;
    width: 590px;
    height: 224px;
    margin-right: 20px;
    margin-bottom: 21px;
    padding: 50px 0 0 50px;
}

.ys2 ul li:nth-child(2n) {
    margin-right: 0;
}

.ys2 ul li a {
    display: block;
    width: 420px;
    text-align: justify;
}

.ys2 ul li h3 {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #0ab11c;
}

.ys2 ul li h3 span {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #0ab11c;
}

.ys2 ul li p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    color: #444444;
    margin-top: 20px;
}


/* 浜у搧灞曠ず */

.products {
    padding: 60px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.products .titles h2 {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("//cdn.xypt.top/a7f75935/21/05/9601d48f110f4c598d16bbd4d5aaada41b95f652.png");
}

.products .titles p {
    color: #333333;
}

.pro_list {
    display: block;
    width: 100%;
    margin-top: 28px;
}

.pro_list ul {
    justify-content: center;
}

.pro_list li {
    display: block;
    width: 141px;
    height: 37px;
    text-align: center;
}

.pro_list li:nth-child(n+2) {
    margin-left: 11px;
}

.pro_list li a {
    display: block;
    background-color: #ffffff;
    border: solid 1px #878787;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 35px;
    letter-spacing: 0.3px;
    color: #333333;
    padding: 0 0.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pro_list li:hover a {
    background-color: #0ab11c;
    border-color: #0ab11c;
    color: #ffffff;
}

.pro_cons {
    position: relative;
    margin-top: 40px;
    overflow: hidden;
}

.pro_uls {
    display: block;
    margin: 0 -4px;
}

.pro_uls li {
    display: block;
    width: 280px;
    text-align: center;
    margin-right: 26px;
    box-shadow: 0 0 4px 2px #dbdbdb;
}

.pro_uls li a {
    display: block;
}

.pro_uls li .imgs {
    display: block;
    overflow: hidden;
    width: 280px;
    height: 225px;
}

.pro_uls li .imgs img {
    width: 100%;
    height: 100%;
}

.pro_uls li h3 {
    display: block;
    height: 39px;
    background-color: #0ab11c;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 39px;
    letter-spacing: 0px;
    color: #ffffff;
    padding: 0 30px 0 14px;
    background-repeat: no-repeat;
    background-position: center right 14px;
    background-image: url("//cdn.xypt.top/a7f75935/21/05/412e35822f0f50b428af8b30d81627f74c5f0c0b.png");
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* 涓夋澘鍧� */

.ab_case_new {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    height: 1756px;
}


/* 鍏充簬鎴戜滑 */

.about {
    height: 670px;
}

.abtl {
    display: block;
    width: 600px;
}

.ab_tit {
    height: 289px;
    padding-top: 60px;
}

.ab_tit h2 {
    font-family: Impact;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 2.8px;
    color: #ffffff;
}

.ab_tit h3 {
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 3.2px;
    color: #ffffff;
    margin-top: 10px;
    position: relative;
    padding-bottom: 15px;
}

.ab_tit h3::after {
    content: "";
    display: block;
    width: 51px;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.ab_tit h4 {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 16px;
}

.ab_tit h5 {
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 0.55;
    margin-top: 4px;
}

.ab_ims {
    display: block;
    width: 600px;
    height: 380px;
}

.ab_ims img {
    width: 100%;
    height: 100%;
}

.abtr {
    display: block;
    width: 600px;
    padding-top: 155px;
}

.abtr .arw {
    padding: 56px 46px 0 42px;
    height: 452px;
    background-color: #ffffff;
}

.abtr h5 {
    display: block;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 1.2px;
    color: #333333;
}

.ab_wzs {
    display: block;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 22px;
    text-align: justify;
    height: 336px;
    overflow: hidden;
}

.ab_qha {
    display: block;
    width: 600px;
    height: 62px;
}

.ab_qha a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ab_qha div {
    display: block;
    width: 300px;
    height: 62px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("//cdn.xypt.top/a7f75935/21/05/397439764ad0646055ccc5b1ef85a7158af418a2.png");
}

.ab_qha div.a_qha_ljt {
    background-color: #0ab11c;
}

.ab_qha div.a_qha_rjt {
    background-color: #ff7f3b;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}


/* 鍚堜綔妗堜緥 */

.cases {
    height: 382px;
    padding-top: 52px;
}

.cases .titles {
    text-align: left;
}

.cases h2 {
    position: relative;
    padding-left: 33px;
}

.cases h2::before {
    content: "";
    display: block;
    width: 10px;
    height: 24px;
    background-color: #0ab11c;
    position: absolute;
    left: 0;
    bottom: 1px;
}

.case_cons {
    margin-top: 34px;
    display: block;
    overflow: hidden;
}

.case_cons ul {
    width: cacl(100% + 20px);
}

.case_cons li {
    display: block;
    width: 285px;
    margin-right: 20px;
}

.case_cons li a {
    display: block;
}

.case_cons li .imgs {
    display: block;
    overflow: hidden;
}

.case_cons li .imgs img {
    width: 100%;
    height: 100%;
}

.case_cons li h3 {
    display: none;
}


/* 鏂伴椈 */

.news {
    padding: 60px 0;
    height: 702px;
}

.news .titles {}

.news .titles h3 {
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #333333;
}

.news .titles h3 span {
    color: #0ab11c;
}

.news .titles p {
    color: #666666;
}

.news2 {
    margin-top: 50px;
}

.hyzx {
    width: 510px;
}

.hyzxtj ul li {
    border-bottom: 1px solid #f5f5f5;
}

.hyzxtj ul li img {
    width: 510px;
    height: 282px;
}

.hyzxtj ul li h3 {
    margin-top: 29px;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: 0px;
    color: #333333;
}

.hyzxtj ul li h3 a {
    color: #333333;
}

.hyzxtj ul li p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 14px;
    letter-spacing: 0px;
    color: #666666;
    margin-bottom: 17px;
    margin-top: 20px;
}

.hyzx2 {
    margin-top: 25px;
}

.hyzx2 ul li {
    margin-bottom: 18px;
}

.hyzx2 ul li span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    background-color: #434343;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
}

.hyzx2 ul li h3 {
    margin-left: 20px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: 0px;
    color: #666666;
    float: left;
}

.hyzx2 ul li h3 a {
    color: #666666;
}

.hyzx2 ul li p {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: 0px;
    color: #999999;
    float: right;
    font-family: "Arial";
}

.gsxw {
    width: 607px;
    float: right;
}

.gsxw .gxtt {}

.gsxw .gxtt ul li {
    border-bottom: 1px solid #efefef;
}

.gsxw .gxtt ul li h3 span {
    display: block;
    float: left;
    width: 83px;
    height: 28px;
    background-color: #ff9900;
    border-radius: 14px;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
}

.gsxw .gxtt ul li h3 a {
    display: block;
    float: left;
    margin-left: 25px;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #333333;
}

.gsxw .gxtt ul li p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 17px;
    margin-bottom: 17px;
}

.gsxw1 {
    margin-top: 18px;
}

.gsxw1 ul li {}

.gsxw1 ul li h3 {
    float: left;
    padding-left: 20px;
    background: url("//cdn.xypt.top/a7f75935/21/05/d2ff6f29458cd133962ad3c5accba6ebf0b6b2f0.png") no-repeat left center;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 35px;
    letter-spacing: 0px;
    color: #666666;
}

.gsxw1 ul li h3 a {
    color: #666666;
}

.gsxw1 ul li span {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 35px;
    letter-spacing: 0px;
    color: #999999;
    display: block;
    float: right;
    font-family: "Arial";
}

.gsxw1 .xwtp {
    margin-top: 50px;
}

.gsxw1 .xwtp .xwtp1 {
    width: 460px;
    height: 130px;
    background-color: #0ab11c;
}

.gsxw1 .xwtp .xwtt {
    width: 146px;
    height: 130px;
    background-color: #0ab11c;
    text-align: center;
    padding-top: 38px;
}

.gsxw1 .xwtp .xwtt .gd {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: 0px;
    color: #ffffff;
}

.gsxw1 .xwtp .xwtt .jh {
    width: 24px;
    display: block;
    height: 24px;
    margin: 0 auto;
    margin-top: 17px;
}


/* 搴曢儴 */

footer {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 5px;
}

.ft_links {
    display: block;
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0;
}

.yqls {
    font-size: 0;
    display: block;
    float: left;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("//cdn.xypt.top/a7f75935/21/05/68af87451b430646fd6a7deec687fab3a77db65c.png");
}

.ft_links a {
    margin: 0 30px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #ffffff;
}

.layout {
    padding: 30px 0;
}

.layout dl {}

.layout dl:nth-child(1) {
    width: 340px;
    padding-left: 52px;
}

.layout dl:nth-child(2) {
    width: 530px;
    padding: 0 60px;
    position: relative;
    min-height: 224px;
}

.layout dl:nth-child(2)::before,
.layout dl:nth-child(2)::after {
    content: "";
    display: block;
    width: 1px;
    height: 202px;
    background-color: #ffffff;
    opacity: 0.2;
    position: absolute;
    top: 22px;
}

.layout dl:nth-child(2)::before {
    left: 0;
}

.layout dl:nth-child(2)::after {
    right: 0;
}

.layout dl:nth-child(3) {
    width: 330px;
    padding-left: 110px;
}

.layout dl dt {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #ffffff;
}

.layout dl dd {
    margin-top: 15px;
}

.layout dl:nth-child(1) dd {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 42px;
    letter-spacing: 0px;
    color: #ffffff;
}

.layout dl:nth-child(1) dd a {
    color: #ffffff;
}

.layout dl:nth-child(2) dd {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 42px;
    letter-spacing: 0px;
    color: #ffffff;
}

.layout dl:nth-child(3) dd {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #ffffff;
}

.foots {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    padding: 20px 0;
}

.foots a {
    color: #ffffff;
}


/* 鍐呴〉 */


/* 淇敼娣诲姞 */