﻿@charset "UTF-8";
@font-face { font-family: 'DinPro-Medium'; src: url("../fonts/DINPro-Medium.otf"); }
@font-face { font-family: 'DinPro-Regular'; src: url("../fonts/DINPro-Regular_0.otf"); }
@font-face { font-family: 'PingFang-Bold'; src: url("../fonts/PingFang Bold.ttf"); }
@font-face { font-family: 'PingFang-ExtraLight'; src: url("../fonts/pingfang extralight.ttf"); }
@font-face { font-family: 'PingFan-Heavyg'; src: url("../fonts/pingfang heavy_0.ttf"); }
@font-face { font-family: 'PingFang-Light'; src: url("../fonts/pingfang light.ttf"); }
@font-face { font-family: 'PingFang-Medium'; src: url("../fonts/pingfang medium.ttf"); }
@font-face { font-family: 'PingFang-Regular'; src: url("../fonts/pingfang regular_0.ttf"); }
body { padding-top: 184px; }

.wrapper { max-width: 1200px; width: 90vw; margin: 0 auto; position: relative; }
.wrapper:after { content: ''; display: block; clear: both; }

/*header*/
#endtxt img{height:auto !important}
.header { position: fixed; top: 0; left: 0; right: 0; z-index: 15; }
.header .tip { padding: 0 60px; position: relative; background-color: #f5f4f4; }
.header .tip span, .header .tip a { font-size: 14px; color: #808080; line-height: 36px; display: inline-block; vertical-align: top; }
.header .tip .content { position: relative; }
.header .tip .welcome { margin-right: 0; position: absolute; left: 0; top: 0; }
.header .tip .main { text-align: right; }
.header .tip .main .time { display: inline-block; vertical-align: top; padding-left: 25px; background-repeat: no-repeat; background-position: left center; background-image: url("../images/icon1.png"); }
.header .tip .main span { margin-right: 20px; }
.header .tip .main span:last-of-type { margin-right: 0; }
.header .tip .main a { margin-left: 40px; }
.header .tip .main a:before { content: ''; width: 14px; height: 14px; display: inline-block; vertical-align: middle; margin: -2px 10px 0 0; background-position: center; background-repeat: no-repeat; background-size: contain; }
.header .tip .main a.link1:before { background-image: url("../images/head_icon2.png"); }
.header .tip .main a.link2:before { background-image: url("../images/head_icon3.png"); }
.header .head { background-color: #fff; padding: 0 60px; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); font-size: 0; position: relative; }
.header .head .logo { width:520px; padding: 36px 0; display: inline-block; vertical-align: top; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease; }
.header .head .logo img { display: block; height: 76px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease; }
.header .head .main { width: calc(100% - 520px); display: inline-block; vertical-align: top; text-align: right; }
.header .head .main li, .header .head .main a.tel, .header .head .main a.search { margin-left: 38px; }
.header .head .main ul { display: inline-block; vertical-align: middle; }
.header .head .main ul li { display: inline-block; vertical-align: top; padding: 36px 0; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease; }
.header .head .main ul li:first-of-type { margin-left: 0; }
.header .head .main ul li a.single { display: block; font-size: 16px; color: #333; line-height: 76px; font-family: 'PingFang-Medium'; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.header .head .main ul li:hover a.single { color: #3daf35; }
.header .head .main ul li:hover .drop_menu { opacity: 1; visibility: visible; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease; }
.header .head .main ul li:last-of-type a { color: #fff !important; }
.header .head .main a.tel { display: inline-block; vertical-align: middle; font-size: 24px; color: #3daf35; font-family: 'DinPro-Medium'; }
.header .head .main a.tel:before { content: ''; width: 21px; height: 20px; display: inline-block; vertical-align: middle; margin: -3px 10px 0 0; background-position: center; background-repeat: no-repeat; background-size: contain; background-image: url("../images/head_icon4.png"); }
.header .head .main a.search { width: 20px; height: 20px; display: inline-block; vertical-align: middle; background-position: center; background-repeat: no-repeat; background-size: contain; background-image: url("../images/icon5.png"); }
.header .head.down .logo { padding: 18px 0; }
.header .head.down .logo img { height: 38px; }
.header .head.down .main ul li { padding: 18px 0; }
.header .head.down .main ul li a.single { line-height: 38px; }
.header .drop_menu { position: absolute; top: 100%; left: 0; right: 0; background-color: #fff; padding-left: 33vw; text-align: left; opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.header .drop_menu:before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 30px; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) inset; z-index: 2; }
.header .drop_menu .left { width:33vw; text-align: right; padding: 3.5vw 6.25vw; background-color: #f5f5f5; position: absolute; left: 0; top: 0; bottom: 0; z-index: 1; }
.header .drop_menu .left .box { display: inline-block; vertical-align: top; text-align: left; max-width:360px; width: 100%; }
.header .drop_menu .left h3 { font-size: 24px; color: #3daf35; font-family: 'PingFang-Medium'; }
.header .drop_menu .left p { font-size: 16px; line-height: 28px; color: #333333; margin: 15px 0; }
.header .drop_menu .left a { color: #4981ff; font-size: 16px; font-family: 'PingFang-Medium'; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.header .drop_menu .left a:hover { color: #3daf35; }
.header .drop_menu .center { display: inline-block; vertical-align: top; padding: 3.5vw 6.25vw; }
.header .drop_menu .center .box { position: relative; padding-right: 6.25vw; overflow: hidden; }
.header .drop_menu .center .box:after { content: ''; width: 2px; background-color: #f5f5f5; position: absolute; top: 0; right: 0; bottom: 0; }
.header .drop_menu .center a { display: block; font-size: 16px; line-height: 40px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.header .drop_menu .center a:last-of-type { margin-bottom: 2vw; }
.header .drop_menu .center a:hover { color: #3daf35; }
.header .drop_menu .right { display: inline-block; vertical-align: top; padding: 3.5vw 0 2vw 0; }
.header .drop_menu .right img { display: block; max-width: 320px; border-radius: 10px; overflow: hidden; }

.nav_bg { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.3); opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; z-index: 8; }
.nav_bg.show { opacity: 1; visibility: visible; }

.fixed_search .bg { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.6); z-index: 9; opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.fixed_search form { position: fixed; top: 184px; left: 0; right: 0; background: #fff; z-index: 10; padding: 0 70px; opacity: 0; -webkit-transform: translateY(-105%); -moz-transform: translateY(-105%); -ms-transform: translateY(-105%); transform: translateY(-105%); -webkit-transition: transform 0.3s ease; -moz-transition: transform 0.3s ease; -ms-transition: transform 0.3s ease; transition: transform 0.3s ease; }
.fixed_search form input { display: block; width: 100%; height: 70px; padding: 0 10px; font-size: 14px; color: #333; }
.fixed_search form button { position: absolute; left: 0; top: 0; width: 70px; height: 70px; background-position: center; background-repeat: no-repeat; background-image: url("../images/icon14.png"); cursor: pointer; background-color: transparent; }
.fixed_search form .close { position: absolute; width: 70px; height: 70px; right: 0; top: 0; background-position: center; background-repeat: no-repeat; cursor: pointer; }
.fixed_search form .close svg { width: 16px; height: 16px; position: absolute; top: 50%; left: 50%; margin: -8px 0 0 -8px; }
.fixed_search.active .bg { opacity: 1; visibility: visible; }
.fixed_search.active form { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
.fixed_search.down form { top: 74px; }

/*footer*/
.footer { background-color: #f2f2f2; }
.footer .top_main { padding: 3.5vw 0; }
.footer .top_main .link { max-width: 100%; width: calc(100% - 200px); }
.footer .top_main .link h3 { font-size: 16px; color: #616161; font-family: 'PingFang-Bold'; margin-bottom: 10px; }
.footer .top_main .link .a_block { font-size: 0; }
.footer .top_main .link .a_block a { display: inline-block; vertical-align: top; font-size: 14px; color: #616161; line-height: 24px; font-family: 'PingFang-Medium'; margin-right: 10px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.footer .top_main .link .a_block a:after { content: '|'; font-size: 14px; color: #616161; line-height: 24px; display: inline-block; vertical-align: middle; margin-left: 10px; }
.footer .top_main .link .a_block a:last-of-type:after { display: none; }
.footer .top_main .link .a_block a:hover { color: #3daf35; }
.footer .top_main .tel { position: absolute; right: -200px; top: 0; }
.footer .top_main .tel h3 { font-size: 24px; color: #616161; font-family: 'PngFang-Medium'; margin-bottom: 10px; }
.footer .top_main .tel a { display: block; font-family: 'DinPro-Medium'; font-size: 30px; color: #3daf35; line-height: 1; }
.footer .top_main .tel p { font-size: 14px; color: #616161; font-family: 'PingFang-Medium'; margin-top: 5px; }
.footer .middle_main { background: #e6e6e6; padding: 24px 0; font-size: 0; }
.footer .middle_main a { display: inline-block; vertical-align: top; font-size: 16px; color: #616161; font-family: 'PingFang-Medium'; line-height: 32px; margin-right: 25px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.footer .middle_main a:after { content: '|'; font-size: 16px; color: #616161; font-family: 'PingFang-Medium'; margin-left: 25px; }
.footer .middle_main a:last-of-type:after { display: none; }
.footer .middle_main a:hover { color: #3daf35; }
.footer .bottom_main { padding: 2vw 0; }
.footer .bottom_main .info { margin-right: 250px; }
.footer .bottom_main .info p { font-size: 14px; line-height: 28px; color: #616161; }
.footer .bottom_main .ewm { position: absolute; top: 0; right: 0; font-size: 0; }
.footer .bottom_main .ewm .item { display: inline-block; vertical-align: top; position: relative; }
.footer .bottom_main .ewm .item .icon { width: 42px; height: 42px; border-radius: 50%; margin: 0 auto; background-color: #fff; background-position: center; background-repeat: no-repeat; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.footer .bottom_main .ewm .item p { font-size: 14px; color: #616161; font-family: 'PingFang-Medium'; margin-top: 10px; }
.footer .bottom_main .ewm .item .hover { background-color: #fff; width: 160px; position: absolute; bottom: calc(100% + 25px); left: 50%; margin-left: -80px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); padding: 12px; opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.footer .bottom_main .ewm .item .hover img { display: block; width: 100%; }
.footer .bottom_main .ewm .item .hover:after { content: ''; width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 8px solid #fff; position: absolute; top: 100%; left: 50%; margin-left: -8px; }
.footer .bottom_main .ewm .item:nth-of-type(1) .icon { background-image: url("../images/art_icon2.png"); }
.footer .bottom_main .ewm .item:nth-of-type(1):hover .icon { background-image: url("../images/icon6_on.png"); }
.footer .bottom_main .ewm .item:nth-of-type(2) { margin-left: 38px; }
.footer .bottom_main .ewm .item:nth-of-type(2) .icon { background-image: url("../images/icon7.png"); }
.footer .bottom_main .ewm .item:nth-of-type(2):hover .icon { background-image: url("../images/icon7_on.png"); }
.footer .bottom_main .ewm .item:hover .icon { background-color: #3daf35; box-shadow: 0 10px 20px rgba(64, 143, 59, 0.3); }
.footer .bottom_main .ewm .item:hover .hover { opacity: 1; visibility: visible; }

/*fixed_right*/
.fixed_right { position: fixed; right: 60px; bottom: 10vh; z-index: 6; display: none; }
.fixed_right .block { width: 60px; padding: 10px 0; border-radius: 30px; background-color: #fff; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); }
.fixed_right .block .box { height: 40px; position: relative; }
.fixed_right .block .box a { display: block; height: 100%; background-position: center; background-repeat: no-repeat; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.fixed_right .block .box .hover { position: absolute; top: -40px; right: calc(100% - 2px); padding-right: 22px; opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.fixed_right .block .box .hover .pos { box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); border-radius: 5px; background-color: #fff; padding: 36px 20px; position: relative; }
.fixed_right .block .box .hover .pos:after { content: ''; width: 0; height: 0; border-top: 9px solid transparent; border-bottom: 9px solid transparent; border-left: 10px solid #fff; position: absolute; left: 100%; top: 55px; }
.fixed_right .block .box .hover .tip { font-size: 14px; color: #333; }
.fixed_right .block .box .hover .tel { font-size: 28px; color: #f6760e; font-family: 'DinPro-Medium'; white-space: nowrap; line-height: 1; padding: 12px 0 15px; border-bottom: 1px solid #e6e6e6; margin-bottom: 15px; }
.fixed_right .block .box .hover input { height: 48px; width: 100%; display: block; border-radius: 3px; border: 2px solid #e6e6e6; padding: 0 10px; margin: 15px 0; }
.fixed_right .block .box .hover input::-webkit-input-placeholder { color: #cccccc; }
.fixed_right .block .box .hover input::-moz-placeholder { color: #cccccc; }
.fixed_right .block .box .hover input:-moz-placeholder { color: #cccccc; }
.fixed_right .block .box .hover input:-ms-input-placeholder { color: #cccccc; }
.fixed_right .block .box .hover input:focus::-webkit-input-placeholder { color: #cccccc; }
.fixed_right .block .box .hover input:focus::-moz-placeholder { color: #cccccc; }
.fixed_right .block .box .hover input:focus:-moz-placeholder { color: #cccccc; }
.fixed_right .block .box .hover input:focus:-ms-input-placeholder { color: #cccccc; }
.fixed_right .block .box .hover button { display: block; width: 100%; height: 48px; font-size: 16px; color: #fff; border-radius: 5px; background: -webkit-linear-gradient(180deg, #f77a0c, #fca108); background: -o-linear-gradient(180deg, #f77a0c, #fca108); background: -moz-linear-gradient(180deg, #f77a0c, #fca108); background: linear-gradient(180deg, #f77a0c, #fca108); cursor: pointer; box-shadow: 0 10px 30px rgba(247, 121, 14, 0.3); }
.fixed_right .block .box:nth-of-type(1) a { background-image: url("../images/icon9.png"); }
.fixed_right .block .box:nth-of-type(1) a:hover { background-image: url("../images/icon9_on.png"); }
.fixed_right .block .box:nth-of-type(2) a { background-image: url("../images/index_icon10.png"); }
.fixed_right .block .box:nth-of-type(2) a:hover { background-image: url("../images/icon10_on.png"); }
.fixed_right .block .box:nth-of-type(3) a { background-image: url("../images/icon11.png"); }
.fixed_right .block .box:nth-of-type(3) a:hover { background-image: url("../images/icon11_on.png"); }
.fixed_right .block .box:hover .hover { opacity: 1; visibility: visible; }
.fixed_right .totop { width: 60px; height: 60px; margin-top: 24px; background-color: #fff; border-radius: 50%; background-position: center; background-repeat: no-repeat; background-image: url("../images/index_top.png"); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); cursor: pointer; }

/*common*/
.comm_tit { text-align: center; }
.comm_tit h3 { display: inline-block; font-size: 30px; line-height: 1; color: #333; font-family: 'PingFang-Bold'; }
.comm_tit h3:before, .comm_tit h3:after { content: ''; display: inline-block; vertical-align: middle; margin: -3px 30px 0; background-position: center; background-repeat: no-repeat; }
.comm_tit h4 { font-size: 14px; color: #a6a6a6; line-height: 1; font-family: 'PingFang-Bold'; text-transform: uppercase; margin-top: 5px; }

.comm_a { margin-top: 40px; font-size: 0; text-align: center; }
.comm_a input { display: inline-block; vertical-align: top; width: 234px; height: 46px; padding: 0 10px; border: 1px solid #d9d9d9; border-radius: 8px; background-color: #fff; font-size: 16px; color: #808080; font-family: 'PingFang-Medium'; margin-right: 24px; }
.comm_a a { display: inline-block; vertical-align: top; width: 234px; line-height: 43px; border-radius: 8px; font-size: 16px; color: #fff; font-family: 'PingFang-Medium'; background: -webkit-linear-gradient(0deg, #80ce7a, #3daf35); background: -o-linear-gradient(0deg, #80ce7a, #3daf35); background: -moz-linear-gradient(0deg, #80ce7a, #3daf35); background: linear-gradient(0deg, #80ce7a, #3daf35); border-bottom: 3px solid #3a8535; }
.comm_a p { font-size: 14px; color: #808080; line-height: 1; margin-top: 20px; }

/*media*/
@media screen and (max-width: 1700px) { .header .head .main li, .header .head .main a.tel, .header .head .main a.search { margin-left: 20px; } }
@media screen and (max-width: 1500px) { body { padding-top: 146px; }
  .header .head .logo { width: 236px; padding: 24px 0; }
  .header .head .logo img { height: 62px; }
  .header .head .main { width: calc(100% - 236px); }
  .header .head .main ul li { padding: 24px 0; }
  .header .head .main ul li a.single { line-height: 62px; }
  .fixed_search form { top: 146px; } }
@media screen and (max-width: 1440px) { .header .head .main li, .header .head .main a.tel, .header .head .main a.search { margin-left: 15px; }
  .header .head .main ul li a.single { font-size: 14px; }
  .header .head .main a.tel { font-size: 20px; }
  .header .drop_menu .left h3 { font-size: 20px; }
  .header .drop_menu .left p { font-size: 14px; line-height: 24px; }
  .header .drop_menu .left a { font-size: 14px; }
  .header .drop_menu .center a { font-size: 14px; line-height: 36px; }
  .comm_tit h3 { font-size: 24px; } }
@media screen and (max-width: 1300px) { body { padding-top: 134px; }
  .header .tip, .header .head { padding: 0 20px; }
  .header .tip span, .header .tip a { font-size: 12px; }
  .header .head .logo { width: 191px; }
  .header .head .logo img { height: 50px; }
  .header .head .main { width: calc(100% - 191px); }
  .header .head .main ul li a.single { font-size: 12px; line-height: 50px; }
  .header .head .main a.tel { font-size: 18px; }
  .header .drop_menu .center a { font-size: 12px; line-height: 30px; }
  .header .drop_menu .left p { font-size: 12px; line-height: 20px; }
  .header .drop_menu .left a { font-size: 12px; }
  .header .drop_menu .left h3 { font-size: 18px; }
  .header .drop_menu .right img { max-width: 250px; }
  .fixed_search form { top: 134px; } }
@media screen and (max-width: 1100px) { .header .head .main li, .header .head .main a.tel, .header .head .main a.search { margin-left: 10px; } }
.comm_subnav { position: absolute; top: 0; right: calc(100% + 24px); background-color: #fff; padding: 30px 10px 10px; border-radius: 10px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); -webkit-transition: opacity 0.3s ease; -moz-transition: opacity 0.3s ease; -ms-transition: opacity 0.3s ease; transition: opacity 0.3s ease; }
.comm_subnav.visi { opacity: 0; }
.comm_subnav a { min-width: 100px; display: block; white-space: nowrap; text-align: center; font-size: 14px; color: #333; line-height: 40px; border-radius: 30px; padding: 0 20px; margin-bottom: 20px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.comm_subnav a.active, .comm_subnav a:hover { background-color: #3daf35; color: #fff; }
.comm_subnav span { display: block; height: 50px; background-position: center; background-repeat: no-repeat; border-top: 1px solid #e6e6e6; background-image: url("../images/icon12.png"); cursor: pointer; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; display: none; }
.comm_subnav span:hover { background-image: url("../images/icon12_on.png"); }
.comm_subnav.max { padding-left: 0; padding-right: 0; }
.comm_subnav.max .main { padding: 0 10px; max-height: 600px; overflow: auto; }
.comm_subnav.max .main::-webkit-scrollbar { width: 2px; height: 2px; }
.comm_subnav.max .main::-webkit-scrollbar-corner, .comm_subnav.max .main::-webkit-scrollbar-track { background-color: #fff; }
.comm_subnav.max i { display: block; height: 13px; height: 13px; margin: 10px auto 20px; background-position: center; background-repeat: no-repeat; background-image: url("../images/icon1.png"); -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.comm_subnav.max:hover i { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }

.comm_subnav_btn { position: fixed; top: 45%; left: 0; z-index: 7; background-color: rgba(255, 255, 255, 0.9); border-radius: 0 20px 20px 0; padding: 20px; font-size: 14px; color: #333; font-family: 'PingFang-Medium'; box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); -webkit-transform: translateX(-101%); -moz-transform: translateX(-101%); -ms-transform: translateX(-101%); transform: translateX(-101%); -webkit-transition: transform 0.3s ease; -moz-transition: transform 0.3s ease; -ms-transition: transform 0.3s ease; transition: transform 0.3s ease; cursor: pointer; }
.comm_subnav_btn:after { content: ''; width: 13px; height: 13px; background-position: center; background-repeat: no-repeat; background-image: url("../images/icon13.png"); display: inline-block; vertical-align: middle; margin: -2px 0 0 10px; }
.comm_subnav_btn.show { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); transition-delay: .3s; }

.comm_inner_banner { border-radius: 10px; overflow: hidden; position: relative; }
.comm_inner_banner img { display: block; width: 100%; }
.comm_inner_banner .cell_box { position: absolute; top: 0; left: 0; right: 0; bottom: 0; padding: 0 60px; }
.comm_inner_banner span { font-size: 32px; line-height: 40px; color: #fff; font-family: 'PingFang-Bold'; }
.comm_inner_banner p { font-size: 14px; color: #fff; letter-spacing: 1px; }
.comm_inner_banner p:after { content: ''; width: 60px; height: 2px; background: #ed7102; display: block; margin-top: 30px; }

.comm_wrap { font-size: 0; margin-top: 24px; }
.comm_wrap .left, .comm_wrap .right { display: inline-block; vertical-align: top; }
.comm_wrap .left { width: 66%; }
.comm_wrap .right { width: 34%; padding-left: 24px; }

.comm_sec1 { border-radius: 10px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); padding: 0 30px; background-color: #fff; }
.comm_sec1 .item { position: relative; padding: 20px 0; border-bottom: 1px solid #e6e6e6; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.comm_sec1 .item:last-of-type { border: none; }
.comm_sec1 .item:last-of-type:after { display: none; }
.comm_sec1 .item h3 { font-size: 20px; color: #333; font-family: 'PingFang-Medium'; }
.comm_sec1 .item h3 a { color: #333; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.comm_sec1 .item p { font-size: 14px; line-height: 24px; color: #808080; height: 48px; margin-top: 10px; overflow: hidden; }
.comm_sec1 .item .tags { font-size: 0; margin-top: 10px; float: left; }
.comm_sec1 .item .tags span, .comm_sec1 .item .tags a { display: inline-block; vertical-align: top; font-size: 14px; margin-right: 5px; line-height: 32px; font-family: 'PingFang-Medium'; }
.comm_sec1 .item .tags span { color: #333; }
.comm_sec1 .item .tags a { color: #3daf35; }
.comm_sec1 .item .link { text-align: right; margin-top: 10px; }
.comm_sec1 .item .link a { display: inline-block; width: 100px; line-height: 32px; font-size: 14px; color: #333; background-color: #eeeeef; border-radius: 30px; text-align: center; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.comm_sec1 .item:after { content: ''; position: absolute; top: 100%; left: 0; right: 0; height: 24px; background-position: center; background-repeat: no-repeat; background-image: url("../images/list_img2.png"); background-size: 100% 100%; opacity: 0; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.comm_sec1 .item:hover { border-color: transparent; }
.comm_sec1 .item:hover h3 a { color: #3daf35; }
.comm_sec1 .item:hover .link a { color: #fff; background-color: #3daf35; }
.comm_sec1 .item:hover:after { opacity: 1; }

.pages { font-size: 0; text-align: center; margin-top: 30px; }
.pages li { display: inline-block; vertical-align: top; font-size: 14px; color: #000; line-height: 36px; font-family: 'PingFang-Medium'; }
.pages li a { display: block; padding: 0 10px; border-radius: 36px; }
.pages li a:hover { color: #3daf35; }
.pages li select { width: 60px; background-color: transparent; border-bottom: 1px solid #e6e6e6; height: 36px; text-align: center; padding-left: 20px; -webkit-appearance: menulist; -moz-appearance: menulist; appearance: menulist; margin-right: 10px; }
.pages li.active { margin: 0; }
.pages li.active a { min-width: 36px; background-color: #3daf35; color: #fff; }

.comm_sec2 { margin-bottom: 16px; }
.comm_sec2.nomb { margin-bottom: 0; }
.comm_sec2 h3 { background-position: center; background-repeat: no-repeat; background-size: cover; border-radius: 10px; padding: 20px; font-size: 20px; line-height: 1; color: #fff; font-family: 'PingFang-Bold'; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); }
.comm_sec2 h3 a { float: right; font-size: 14px; color: #fff; font-family: 'PingFang-medium'; }
.comm_sec2 h3.bg1 { background-image: url("../images/img3.png"); }
.comm_sec2 h3.bg2 { background-image: url("../images/img4.png"); }
.comm_sec2 h3.bg3,.comm_sec2 h3.bg7 { background-image: url("../images/img5.png"); }
.comm_sec2 h3.bg4,.comm_sec2 h3.bg8 { background-image: url("../images/img10.png"); }
.comm_sec2 h3.bg5 { background-image: url("../images/img11.png"); }
.comm_sec2 h3.bg6 { background-image: url("../images/img12.png"); }
.comm_sec2 .link_a { padding: 10px 20px; }
.comm_sec2 .link_a .list { position: relative; padding-left: 10px; }
.comm_sec2 .link_a .list:before { content: ''; width: 2px; height: 2px; background-color: #000; border-radius: 50%; position: absolute; left: 0; top: 50%; margin-top: -1px; }
.comm_sec2 .link_a .list a { display: block; width: calc(100% - 100px); font-size: 14px; line-height: 36px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-family: 'PingFang-Medium'; }
.comm_sec2 .link_a .list span { position: absolute; right: 0; top: 0; line-height: 34px; font-size: 14px; color: #333; font-family: 'PingFang-Medium'; }
.comm_sec2 .link_a .list:hover a, .comm_sec2 .link_a .list:hover span { color: #3daf35; }
.comm_sec2 .video_item { margin-top: 24px; font-size: 0; }
.comm_sec2 .video_item .item { width: calc(50% - 12px); display: inline-block; vertical-align: top; }
.comm_sec2 .video_item .item:nth-of-type(odd) { margin-right: 24px; }
.comm_sec2 .video_item .item .img_block { position: relative; border-radius: 10px; overflow: hidden; }
.comm_sec2 .video_item .item .img_block img { width: 100%; display: block; }
.comm_sec2 .video_item .item .img_block span { width: 40px; height: 40px; position: absolute; top: 50%; left: 50%; border-radius: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background-color: transparent; background-position: center; background-repeat: no-repeat; background-image: url("../images/icon22.png"); background-size: 13px auto; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; z-index: 2; }
.comm_sec2 .video_item .item .img_block:after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.3); -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; z-index: 1; }
.comm_sec2 .video_item .item h4 { text-align: center; font-size: 14px; line-height: 34px; color: #333; font-family: 'PingFang-Medium'; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding-bottom: 10px; }
.comm_sec2 .video_item .item:hover .img_block span { background-color: #fff; background-image: url("../images/icon22_on.png"); }
.comm_sec2 .video_item .item:hover .img_block:after { opacity: 0; }

.comm_crumb { text-align: right; font-size: 14px; line-height: 60px; color: #808080; font-family: 'PingFang-Medium'; }
.comm_crumb a { color: #808080; }
.comm_crumb a:hover { color: #3daf35; }
.comm_crumb span { color: #3daf35; }

.comm_share { position: absolute; top: 40px; right: calc(100% + 24px); -webkit-transition: opacity 0.3s ease; -moz-transition: opacity 0.3s ease; -ms-transition: opacity 0.3s ease; transition: opacity 0.3s ease; }
.comm_share.visi { opacity: 0; }
.comm_share span { margin-top: 20px; height: 1px; background-color: #e6e6e6; display: block; }
.comm_share a { display: block; width: 40px; height: 40px !important; padding: 0 !important; margin: 10px 0 0 !important; float: none !important; background-position: center !important; background-repeat: no-repeat !important; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.comm_share a:first-of-type { border-radius: 50%; background-color: #f2e6da; background-image: url("../images/art_icon1.png"); }
.comm_share a.wx { background-image: url("../images/art_icon2.png"); }
.comm_share a.wx:hover { background-image: url("../images/art_icon2_on.png"); }
.comm_share a.sina { background-image: url("../images/art_icon3.png"); }
.comm_share a.sina:hover { background-image: url("../images/icon3_on.png"); }
.comm_share a.qq { background-image: url("../images/art_icon4.png"); }
.comm_share a.qq:hover { background-image: url("../images/icon4_on.png"); }

.comm_sec3 { font-size: 0; }
.comm_sec3 .item { display: inline-block; vertical-align: top; position: relative; margin: 12px; width: calc(25% - 24px); text-align: center; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); border-radius: 15px; padding: 20px 20px 30px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.comm_sec3 .item span { position: absolute; top: 20px; left: -8px; padding: 0 8px; line-height: 20px; border: 2px solid #fff; font-size: 12px; color: #fff; border-radius: 20px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.comm_sec3 .item i { width: 72px; height: 72px; display: block; margin: 0 auto; background-position: center; background-repeat: no-repeat; background-size: contain; }
.comm_sec3 .item h3.tit { font-size: 24px; color: #333; font-family: 'PinFang-Medium'; line-height: 1; margin-top: 15px; }
.comm_sec3 .item .hover { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: #faf5ed; border-radius: 15px; opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.comm_sec3 .item .hover .cell_box { width: 100%; height: 100%; }
.comm_sec3 .item .hover .cell { padding: 0 20px; }
.comm_sec3 .item .hover h3 { font-size: 24px; line-height: 1; font-family: 'PingFang-Medium'; display: inline-block; color: transparent; background: #3daf35; background: -webkit-linear-gradient(135deg, #51ba4a, #1f601a); background: -o-linear-gradient(135deg, #51ba4a, #1f601a); background: -moz-linear-gradient(135deg, #51ba4a, #1f601a); background: linear-gradient(135deg, #51ba4a, #1f601a); -webkit-background-clip: text; }
.comm_sec3 .item .hover p { font-size: 14px; line-height: 18px; color: #333; margin-top: 18px; }
.comm_sec3 .item:nth-of-type(1) span { background: -webkit-linear-gradient(135deg, #ea5300, #f27f01); background: -o-linear-gradient(135deg, #ea5300, #f27f01); background: -moz-linear-gradient(135deg, #ea5300, #f27f01); background: linear-gradient(135deg, #ea5300, #f27f01); }
.comm_sec3 .item:nth-of-type(2) span { background: -webkit-linear-gradient(135deg, #8cb3f5, #74a0f7); background: -o-linear-gradient(135deg, #8cb3f5, #74a0f7); background: -moz-linear-gradient(135deg, #8cb3f5, #74a0f7); background: linear-gradient(135deg, #8cb3f5, #74a0f7); }
.comm_sec3 .item:nth-of-type(3) span { background: -webkit-linear-gradient(135deg, #72dadf, #60d4dc); background: -o-linear-gradient(135deg, #72dadf, #60d4dc); background: -moz-linear-gradient(135deg, #72dadf, #60d4dc); background: linear-gradient(135deg, #72dadf, #60d4dc); }
.comm_sec3 .item:nth-of-type(4) span { background: -webkit-linear-gradient(135deg, #51ba4a, #1f601a); background: -o-linear-gradient(135deg, #51ba4a, #1f601a); background: -moz-linear-gradient(135deg, #51ba4a, #1f601a); background: linear-gradient(135deg, #51ba4a, #1f601a); }
.comm_sec3 .item:nth-of-type(5) span { background: -webkit-linear-gradient(135deg, #c5bbf6, #a799f1); background: -o-linear-gradient(135deg, #c5bbf6, #a799f1); background: -moz-linear-gradient(135deg, #c5bbf6, #a799f1); background: linear-gradient(135deg, #c5bbf6, #a799f1); }
.comm_sec3 .item:nth-of-type(6) span { background: -webkit-linear-gradient(135deg, #ffa150, #ff8957); background: -o-linear-gradient(135deg, #ffa150, #ff8957); background: -moz-linear-gradient(135deg, #ffa150, #ff8957); background: linear-gradient(135deg, #ffa150, #ff8957); }
.comm_sec3 .item:nth-of-type(7) span { background: -webkit-linear-gradient(135deg, #51ba4a, #1f601a); background: -o-linear-gradient(135deg, #51ba4a, #1f601a); background: -moz-linear-gradient(135deg, #51ba4a, #1f601a); background: linear-gradient(135deg, #51ba4a, #1f601a); }
.comm_sec3 .item:nth-of-type(8) span { background: -webkit-linear-gradient(135deg, #8cb3f5, #75a0f7); background: -o-linear-gradient(135deg, #8cb3f5, #75a0f7); background: -moz-linear-gradient(135deg, #8cb3f5, #75a0f7); background: linear-gradient(135deg, #8cb3f5, #75a0f7); }
.comm_sec3 .item:hover { box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); -ms-transform: translateY(-10px); transform: translateY(-10px); }
.comm_sec3 .item:hover span { opacity: 0; }
.comm_sec3 .item:hover .hover { opacity: 1; visibility: visible; }

.index_main { background-color: #fff; }
.index_main .section1 .slick-list { padding: 60px calc((100% - 1900px) / 2) !important; }
.index_main .section1 .item { border-radius: 15px; overflow: hidden; opacity: .2; -webkit-transform: scale(0.96); -moz-transform: scale(0.96); -ms-transform: scale(0.96); transform: scale(0.96); -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.index_main .section1 .item.slick-center { box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1); opacity: 1; }
.index_main .section1 .item.slick-center img { -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); transform: scaleY(1); }
.index_main .section1 .item img { width: 100%; -webkit-transform: scaleY(0.95); -moz-transform: scaleY(0.95); -ms-transform: scaleY(0.95); transform: scaleY(0.95); display: block; }
.index_main .section1 .slick-dots { position: absolute; bottom: 100px; left: 0; right: 0; text-align: center; }
.index_main .section1 .slick-dots li { width: 12px; height: 12px; display: inline-block; vertical-align: bottom; margin: 0 5px; border: 2px solid #fff; border-radius: 50%; font-size: 0; cursor: pointer; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.index_main .section1 .slick-dots li.slick-active { box-shadow: 0 4px 8px rgba(255, 255, 255, 0.6); margin-bottom: 4px; background-color: #fff; }
.index_main .section1 .slick-dots button { display: none; }
.index_main .section1 .slick-arrow { width: 48px; height: 48px; border-radius: 50%; position: absolute; top: 50%; margin-top: -24px; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); background-position: center; background-repeat: no-repeat; background-color: #fff; font-size: 0; cursor: pointer; z-index: 2; opacity: 0; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.index_main .section1 .slick-arrow.show { opacity: 1; }
.index_main .section1 .slick-prev { background-image: url("../images/prev_1.png"); left: 13vw; }
.index_main .section1 .slick-next { background-image: url("../images/next_1.png"); right: 13vw; }
.index_main .section2 .main { box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); position: relative; padding: 0 60px 0 200px; }
.index_main .section2 .label { position: absolute; top: 0; left: 0; width: 200px; font-size: 24px; color: #3daf35; font-family: 'PingFang-Medium'; text-align: center; line-height: 70px; }
.index_main .section2 .label:before { content: ''; width: 41px; height: 36px; background-position: center; background-repeat: no-repeat; background-size: contain; background-image: url("../images/index_icon1.png"); display: inline-block; vertical-align: middle; margin: 5px 20px 0 0; }
.index_main .section2 .link { padding: 0 30px; }
.index_main .section2 ul { font-size: 0; position: relative; }
.index_main .section2 ul li { display: inline-block; vertical-align: top; margin-right: 4vw; }
.index_main .section2 ul li a { font-size: 14px; color: #333; line-height: 70px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.index_main .section2 ul li a:before { content: ''; width: 2px; height: 2px; border-radius: 50%; background-color: #000; display: inline-block; vertical-align: middle; margin: -2px 10px 0 0; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.index_main .section2 ul li a:hover { color: #3daf35; }
.index_main .section2 ul li a:hover:before { background-color: #3daf35; }
.index_main .section2 a.more { position: absolute; right: 0; top: 0; font-size: 16px; color: #3daf35; width: 60px; line-height: 70px; }
.index_main .section3 { padding: 3vw 0 4.5vw; }
.index_main .section3 .items { margin: 0 -12px; font-size: 0; }
.index_main .section4 { padding: 4.8vw 0; background-position: center; background-repeat: no-repeat; background-size: cover; background-image: url("../images/img1.jpg"); background-attachment: fixed; overflow: hidden; }
.index_main .section4 .comm_tit h3:before, .index_main .section4 .comm_tit h3:after { width: 55px; height: 20px; }
.index_main .section4 .comm_tit h3:before { background-image: url("../images/icon10.png"); }
.index_main .section4 .comm_tit h3:after { background-image: url("../images/icon11.png"); }
.index_main .section4 .slick { margin-left: -2vw; margin-top: 30px; }
.index_main .section4 .slick .item { margin-right: 24px; padding: 20px 0; }
.index_main .section4 .slick .box { text-align: center; background-color: #f9f6f3; border-radius: 20px; padding: 40px 20px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.index_main .section4 .slick .box i { height: 84px; display: block; background-position: center; background-repeat: no-repeat; background-size: contain; }
.index_main .section4 .slick .box h3 { font-size: 20px; line-height: 1; color: #333; font-family: 'PingFang-Medium'; margin: 40px 0 15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.index_main .section4 .slick .box p { font-size: 16px; line-height: 24px; color: #808080; height: 72px; overflow: hidden; }
.index_main .section4 .slick .box span { display: block; width: 32px; height: 32px; margin: 24px auto 0; border-radius: 50%; background-position: center; background-repeat: no-repeat; background-size: contain; background-image: url("../images/icon17.png"); box-shadow: 0 10px 15px rgba(64, 143, 59, 0.3); }
.index_main .section4 .slick .box:hover { box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); -ms-transform: translateY(-10px); transform: translateY(-10px); }
.index_main .section4 .slick-arrow { width: 48px; height: 48px; border-radius: 50%; position: absolute; top: 50%; margin-top: -24px; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); background-position: center; background-repeat: no-repeat; background-color: #fff; font-size: 0; cursor: pointer; z-index: 2; opacity: 0; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.index_main .section4 .slick-arrow.show { opacity: 1; }
.index_main .section4 .slick-prev { background-image: url("../images/prev_1.png"); left: 13vw; }
.index_main .section4 .slick-next { background-image: url("../images/next_1.png"); right: 13vw; }
.index_main .section5 { padding: 4.8vw 0; }
.index_main .section5 .comm_tit h3:before, .index_main .section5 .comm_tit h3:after { width: 54px; height: 20px; }
.index_main .section5 .comm_tit h3:before { background-image: url("../images/icon18.png"); }
.index_main .section5 .comm_tit h3:after { background-image: url("../images/icon19.png"); }
.index_main .section5 .items { margin-top: 40px; font-size: 0; }
.index_main .section5 .item { display: inline-block; vertical-align: top; width: calc(50% - 12px); border-radius: 10px; overflow: hidden; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); padding-bottom: 40px; }
.index_main .section5 .item li { padding: 0 26px; margin-bottom: 22px; }
.index_main .section5 .item li a { display: block; line-height: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.index_main .section5 .item li a:before { content: ''; border-radius: 50%; display: inline-block; vertical-align: middle; margin: -2px 10px 0 0; }
.index_main .section5 .item li:not(.first) a { font-size: 16px; color: #333; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.index_main .section5 .item li:not(.first) a:before { width: 2px; height: 2px; background-color: #000; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.index_main .section5 .item li:not(.first) a:hover { color: #3daf35; }
.index_main .section5 .item li:not(.first) a:hover:before { background-color: #3daf35; }
.index_main .section5 .item li.first { padding: 45px 26px; margin-bottom: 30px; background-position: center; background-repeat: no-repeat; background-size: cover; text-align: center; }
.index_main .section5 .item li.first a { font-size: 24px; font-family: 'PingFang-bold'; color: #fff; }
.index_main .section5 .item li.first a:before { width: 5px; height: 5px; background-color: #fff; }
.index_main .section5 .item li:last-of-type { margin-bottom: 0; }
.index_main .section5 .item:nth-of-type(1) { margin-right: 24px; }
.index_main .section5 .item:nth-of-type(1) li.first { background-image: url("../images/img2.png"); }
.index_main .section5 .item:nth-of-type(2) li.first { background-image: url("../images/img3.png"); }
.index_main .section6 { padding: 4.8vw 0; background-position: center; background-repeat: no-repeat; background-size: cover; background-image: url("../images/img4.jpg"); background-attachment: fixed; }
.index_main .section6 .comm_tit h3:before, .index_main .section6 .comm_tit h3:after { width: 58px; height: 20px; }
.index_main .section6 .comm_tit h3:before { background-image: url("../images/icon20.png"); }
.index_main .section6 .comm_tit h3:after { background-image: url("../images/icon21.png"); }
.index_main .section6 .items { margin: 40px -12px 0; font-size: 0; }
.index_main .section6 .item { position: relative; display: inline-block; vertical-align: top; width: calc(25% - 24px); margin: 12px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.index_main .section6 .item .img_block { position: relative; border-radius: 10px; overflow: hidden; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.index_main .section6 .item .img_block img { width: 100%; display: block; }
.index_main .section6 .item .img_block span { width: 54px; height: 54px; position: absolute; top: 50%; left: 50%; border-radius: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background-color: transparent; background-position: center; background-repeat: no-repeat; background-image: url("../images/icon22.png"); -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; z-index: 2; }
.index_main .section6 .item .img_block:after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.3); -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; z-index: 1; }
.index_main .section6 .item h3 { text-align: center; font-size: 18px; color: #333; font-family: 'PingFang-Medium'; margin-top: 15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.index_main .section6 .item:hover { -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); -ms-transform: translateY(-10px); transform: translateY(-10px); }
.index_main .section6 .item:hover .img_block { box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); }
.index_main .section6 .item:hover .img_block span { background-color: #fff; background-image: url("../images/icon22_on.png"); }
.index_main .section6 .item:hover .img_block:after { opacity: 0; }
.index_main .section7 { padding: 4.8vw 0; }
.index_main .section7 .comm_tit h3:before, .index_main .section7 .comm_tit h3:after { width: 53px; height: 20px; }
.index_main .section7 .comm_tit h3:before { background-image: url("../images/icon23.png"); }
.index_main .section7 .comm_tit h3:after { background-image: url("../images/icon24.png"); }
.index_main .section7 .items { margin-top: 40px; font-size: 0; }
.index_main .section7 .item { width: 33.33%; display: inline-block; vertical-align: top; padding-right: 40px; margin-top: 20px; position: relative; z-index: 1; }
.index_main .section7 .item:nth-of-type(1), .index_main .section7 .item:nth-of-type(2), .index_main .section7 .item:nth-of-type(3) { margin-top: 0; }
.index_main .section7 .item:nth-of-type(3n) { padding-right: 0; }
.index_main .section7 .item h3 { font-size: 16px; color: #333; padding-left: 30px; line-height: 30px; background-repeat: no-repeat; background-position: left center; background-image: url("../images/icon25.png"); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; cursor: pointer; position: relative; z-index: 2; }
.index_main .section7 .item .hover { position: absolute; top: 0; left: 0; right: 0; z-index: 1; opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.index_main .section7 .item .hover .box { margin-top: 46px; position: relative; background-color: #fff; padding: 20px 24px 26px; box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1); border-radius: 10px; }
.index_main .section7 .item .hover .box p { font-size: 14px; line-height: 24px; color: #808080; margin-bottom: 10px; }
.index_main .section7 .item .hover .box a { font-size: 14px; color: #4981ff; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.index_main .section7 .item .hover .box a:hover { color: #3daf35; }
.index_main .section7 .item .hover .box:after { content: ''; width: 0; height: 0; border-left: 12px solid transparent; border-right: 12px solid transparent; border-bottom: 10px solid #fff; position: absolute; left: 45px; top: -10px; }
.index_main .section7 .item:hover { z-index: 2; }
.index_main .section7 .item:hover h3 { color: #3daf35; background-image: url("../images/icon25_on.png"); }
.index_main .section7 .item:hover .hover { opacity: 1; visibility: visible; }

.index_main .section8 { padding: 4.8vw 0; background-position: center; background-repeat: no-repeat; background-size: cover; background-image: url("../images/img9.jpg"); background-attachment: fixed; }
.index_main .section8 .comm_tit h3:before, .index_main .section8 .comm_tit h3:after { width: 61px; height: 20px; }
.index_main .section8 .comm_tit h3:before { background-image: url("../images/icon26.png"); }
.index_main .section8 .comm_tit h3:after { background-image: url("../images/icon27.png"); }
.index_main .section8 .main { margin-top: 40px; font-size: 0; }
.index_main .section8 .main .left { display: inline-block; vertical-align: top; width: calc(100% - 408px); margin-right: 24px; padding: 30px; border-radius: 10px; background-color: #fff; }
.index_main .section8 .main .left .img_block { width: 354px; border-radius: 5px; overflow: hidden; position: relative; display: inline-block; vertical-align: top; }
.index_main .section8 .main .left .img_block:before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6)); background: -o-linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6)); background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6)); background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6)); z-index: 2; }
.index_main .section8 .main .left .img_block img { width: 100%; display: block; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; z-index: 1; }
.index_main .section8 .main .left .img_block h3 { position: absolute; bottom: 20px; left: 30px; right: 30px; font-size: 16px; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; z-index: 3; }
.index_main .section8 .main .left .img_block:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
.index_main .section8 .main .left ul { display: inline-block; vertical-align: top; width: calc(100% - 354px); padding-left: 20px; padding-top: 10px; }
.index_main .section8 .main .left ul li { margin-bottom: 15px; }
.index_main .section8 .main .left ul li a { display: block; font-size: 16px; color: #333; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.index_main .section8 .main .left ul li a:before { content: ''; width: 2px; height: 2px; border-radius: 50%; background-color: #000; display: inline-block; vertical-align: middle; margin: -2px 10px 0 0; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.index_main .section8 .main .left ul li a:hover { color: #3daf35; }
.index_main .section8 .main .left ul li a:hover:before { background-color: #3daf35; }
.index_main .section8 .main .left ul li:last-of-type { margin-bottom: 0; }
.index_main .section8 .main .right { display: inline-block; vertical-align: top; width: 384px; background-color: #fff; padding: 30px; border-radius: 10px; background-color: #fff; }
.index_main .section8 .main .right .img_block { width: 324px; border-radius: 5px; overflow: hidden; position: relative; }
.index_main .section8 .main .right .img_block:before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6)); background: -o-linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6)); background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6)); background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6)); z-index: 2; }
.index_main .section8 .main .right .img_block img { width: 100%; display: block; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; z-index: 1; }
.index_main .section8 .main .right .img_block h3 { position: absolute; bottom: 20px; left: 30px; right: 30px; font-size: 16px; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-align: center; z-index: 3; }
.index_main .section8 .main .right .img_block span { width: 54px; height: 54px; position: absolute; top: 50%; left: 50%; border-radius: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background-color: #fff; background-position: center; background-repeat: no-repeat; background-image: url("../images/icon22_on.png"); z-index: 3; }
.index_main .section8 .main .right .img_block:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

/*
.index_main .section10 { padding: 4.8vw 0; background-position: center; background-repeat: no-repeat; background-size: cover; background-image: url("../images/img16.jpg"); background-attachment: fixed; }
.index_main .section10 .comm_tit h3:before, .index_main .section10 .comm_tit h3:after { width: 55px; height: 20px; }
.index_main .section10 .comm_tit h3:before { background-image: url("../images/icon30.png"); }
.index_main .section10 .comm_tit h3:after { background-image: url("../images/icon31.png"); }
.index_main .section10 .main { margin-top: 40px; font-size: 0; }
.index_main .section10 .main .left { display: inline-block; vertical-align: top; width: calc(100% - 408px); margin-left: 24px; padding: 18px 30px 18px 30px; border-radius: 10px; background-color: #fff; }
.index_main .section10 .main .left p{display: block; font-size: 16px; color: #333; text-indent:2em; line-height:25px;}
.index_main .section10 .main .left p a{font-size: 16px; color: #3daf35;}
.index_main .section10 .main .left p a:hover{color: #3daf60; }
/*.index_main .section10 .main .left .img_block { width: 354px; border-radius: 5px; overflow: hidden; position: relative; display: inline-block; vertical-align: top; }
.index_main .section10 .main .left .img_block:before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6)); background: -o-linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6)); background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6)); background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6)); z-index: 2; }
.index_main .section10 .main .left .img_block img { width: 100%; display: block; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; z-index: 1; }
.index_main .section10 .main .left .img_block h3 { position: absolute; bottom: 20px; left: 30px; right: 30px; font-size: 16px; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; z-index: 3; }
.index_main .section10 .main .left .img_block:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
.index_main .section10 .main .left ul { display: inline-block; vertical-align: top; width: calc(100% - 354px); padding-left: 20px; padding-top: 10px; }
.index_main .section10 .main .left ul li { margin-bottom: 15px; }
.index_main .section10 .main .left ul li a { display: block; font-size: 16px; color: #333; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.index_main .section10 .main .left ul li a:before { content: ''; width: 2px; height: 2px; border-radius: 50%; background-color: #000; display: inline-block; vertical-align: middle; margin: -2px 10px 0 0; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.index_main .section10 .main .left ul li a:hover { color: #3daf35; }
.index_main .section10 .main .left ul li a:hover:before { background-color: #3daf35; }
.index_main .section10 .main .left ul li:last-of-type { margin-bottom: 0; }
*//*
.index_main .section10 .main .right { display: inline-block; vertical-align: top; width: 384px; background-color: #fff; padding:20px 20px 20px 10px; border-radius: 10px; background-color: #fff; }
.index_main .section10 .main .right .img_block { width:362px; border-radius: 5px; overflow: hidden; position: relative; }
.index_main .section10 .main .right .img_block:before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6)); background: -o-linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6)); background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6)); background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6)); z-index: 2; }
.index_main .section10 .main .right .img_block img { width: 100%; display: block; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; z-index: 1; }
.index_main .section10 .main .right .img_block h3 { position: absolute; bottom: 20px; left: 30px; right: 30px; font-size: 16px; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-align: center; z-index: 3; }


.index_main .section10 .main .right .img_block:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
*/

.index_main .section9 { padding: 4.8vw 0; }
.index_main .section9 .comm_tit h3:before, .index_main .section9 .comm_tit h3:after { width: 53px; height: 20px; }
.index_main .section9 .comm_tit h3:before { background-image: url("../images/icon28.png"); }
.index_main .section9 .comm_tit h3:after { background-image: url("../images/icon29.png"); }
.index_main .section9 .items { margin-top: 40px; font-size: 0; }
.index_main .section9 .item { width: 33.33%; display: inline-block; vertical-align: top; padding-right: 40px; margin-top: 20px; position: relative; z-index: 1; }
.index_main .section9 .item:nth-of-type(1), .index_main .section9 .item:nth-of-type(2), .index_main .section9 .item:nth-of-type(3) { margin-top: 0; }
.index_main .section9 .item:nth-of-type(3n) { padding-right: 0; }
.index_main .section9 .item a { display: block; font-size: 16px; color: #333; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.index_main .section9 .item a:before { content: ''; width: 2px; height: 2px; border-radius: 50%; background-color: #000; display: inline-block; vertical-align: middle; margin: -2px 10px 0 0; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.index_main .section9 .item a:hover { color: #3daf35; }
.index_main .section9 .item a:hover:before { background-color: #3daf35; }

.index_main .section10 { padding: 4.8vw 0; background-position: center; background-repeat: no-repeat; background-size: cover; background-image: url("../images/img16.jpg"); background-attachment: fixed; }
.index_main .section10 .comm_tit h3:before, .index_main .section10 .comm_tit h3:after { width: 55px; height: 20px; }
.index_main .section10 .comm_tit h3:before { background-image: url("../images/icon30.png"); }
.index_main .section10 .comm_tit h3:after { background-image: url("../images/icon31.png"); }
.index_main .section10 .slick { margin: 40px -100px; padding: 0 88px; }
.index_main .section10 .slick .item { padding: 20px 12px; text-align: center; }
.index_main .section10 .slick .item a { display: block; height: 100%; border-radius: 15px; background-color: #fff; padding: 20px 0 30px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.index_main .section10 .slick .item a:hover { box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2); -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); -ms-transform: translateY(-10px); transform: translateY(-10px); }
.index_main .section10 .slick .item a:hover img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); }
.index_main .section10 .slick .item .img_block { overflow: hidden; }
.index_main .section10 .slick .item .img_block img { width: 100%; display: block; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.index_main .section10 .slick .item h3 { font-size: 24px; color: #333; font-family: 'PingFang-Medium'; margin-top: 25px; }
.index_main .section10 .slick .item p { font-size: 16px; color: #333; padding: 0 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.index_main .section10 .slick-arrow { width: 48px; height: 48px; border-radius: 50%; position: absolute; top: 50%; margin-top: -24px; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); background-position: center; background-repeat: no-repeat; background-color: #fff; font-size: 0; cursor: pointer; z-index: 2; opacity: 0; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.index_main .section10 .slick-arrow.show { opacity: 1; }
.index_main .section10 .slick-prev { background-image: url("../images/prev_1.png"); left: 10px; }
.index_main .section10 .slick-next { background-image: url("../images/next_1.png"); right: 10px; }

.index_main .section11 { padding: 4.8vw 0; }
.index_main .section11 .comm_tit h3:before, .index_main .section11 .comm_tit h3:after { width: 59px; height: 20px; }
.index_main .section11 .comm_tit h3:before { background-image: url("../images/icon32.png"); }
.index_main .section11 .comm_tit h3:after { background-image: url("../images/icon33.png"); }
.index_main .section11 .items { margin-top: 40px; font-size: 0; }
.index_main .section11 .item { width: calc((100% - 48px) / 3); display: inline-block; vertical-align: top; border-radius: 8px; padding: 30px; box-shadow: 0 0 10px rgba(153, 153, 153, 0.2); }
.index_main .section11 .item:nth-of-type(2) { margin: 0 24px; }
.index_main .section11 .item .tit { font-size: 24px; color: #3daf35; font-family: 'PingFang-Medium'; position: relative; }
.index_main .section11 .item .tit a { position: absolute; right: 0; top: 50%; margin-top: -12px; width: 60px; line-height: 24px; border-radius: 20px; font-size: 14px; color: #fff; text-align: center; background: -webkit-linear-gradient(180deg, #3ca635, #3daf35); background: -o-linear-gradient(180deg, #3ca635, #3daf35); background: -moz-linear-gradient(180deg, #3ca635, #3daf35); background: linear-gradient(180deg, #3ca635, #3daf35); }
.index_main .section11 .item .single { margin: 28px 0; }
.index_main .section11 .item .single .img_block { width: 130px; display: inline-block; vertical-align: top; border-radius: 8px; overflow: hidden; }
.index_main .section11 .item .single .img_block img { width: 100%; display: block; }
.index_main .section11 .item .single .txt_block { display: inline-block; vertical-align: top; width: calc(100% - 130px); padding-left: 28px; }
.index_main .section11 .item .single .txt_block h3 { font-size: 16px; line-height: 1; color: #333; font-family: 'PingFang-Medium'; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.index_main .section11 .item .single .txt_block p { font-size: 14px; line-height: 18px; color: #808080; height: 54px; overflow: hidden; margin-top: 3px; }
.index_main .section11 .item .single:hover h3 { color: #3daf35; }
.index_main .section11 .item ul li { margin-bottom: 12px; }
.index_main .section11 .item ul li:last-of-type { margin-bottom: 0; }
.index_main .section11 .item ul a { display: block; font-size: 16px; color: #333; line-height: 26px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.index_main .section11 .item ul a:before { content: ''; width: 2px; height: 2px; border-radius: 50%; background-color: #000; display: inline-block; vertical-align: middle; margin: -2px 10px 0 0; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.index_main .section11 .item ul a:hover { color: #3daf35; }
.index_main .section11 .item ul a:hover:before { background-color: #3daf35; }
.index_main .section12 { padding: 4.8vw 0; background-position: center; background-repeat: no-repeat; background-size: cover; background-image: url("../images/img20.jpg"); background-attachment: fixed; }
.index_main .section12 .comm_tit h3:before, .index_main .section12 .comm_tit h3:after { width: 55px; height: 20px; }
.index_main .section12 .comm_tit h3:before { background-image: url("../images/icon34.png"); }
.index_main .section12 .comm_tit h3:after { background-image: url("../images/icon35.png"); }
.index_main .section12 .tab_wrapper { margin-top: 40px; }
.index_main .section12 .tab_title { text-align: center; font-size: 0; }
.index_main .section12 .tab_title span { display: inline-block; vertical-align: top; width: 180px; line-height: 40px; border-radius: 5px; font-size: 16px; color: #333; font-family: 'PingFang-Medium'; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; cursor: pointer; }
.index_main .section12 .tab_title span.active { color: #fff; background: -webkit-linear-gradient(0deg, #80ce7a, #3daf35); background: -o-linear-gradient(0deg, #80ce7a, #3daf35); background: -moz-linear-gradient(0deg, #80ce7a, #3daf35); background: linear-gradient(0deg, #80ce7a, #3daf35); }
.index_main .section12 .tab_title span:not(.active):hover { color: #3daf35; }
.index_main .section12 .tab_content { margin-top: 20px; }
.index_main .section12 .tab_content .child { height: 0; overflow: hidden; margin: 0 -100px; }
.index_main .section12 .tab_content .child.active { height: auto; }
.index_main .section12 .tab_content .slick { padding: 0 88px; }
.index_main .section12 .tab_content .slick .item { padding: 20px 12px; text-align: center; }
.index_main .section12 .tab_content .slick .item a { display: block; height: 100%; border-radius: 15px; background-color: #fff; padding: 20px 0; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.index_main .section12 .tab_content .slick .item a:hover { box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2); -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); -ms-transform: translateY(-10px); transform: translateY(-10px); }
.index_main .section12 .tab_content .slick .item a:hover img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); }
.index_main .section12 .tab_content .slick .item .img_block { overflow: hidden; }
.index_main .section12 .tab_content .slick .item .img_block img { width: 100%; display: block; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.index_main .section12 .tab_content .slick .item h3 { font-size: 18px; color: #333; font-family: 'PingFang-Medium'; margin-top: 20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.index_main .section12 .tab_content .slick-arrow { width: 48px; height: 48px; border-radius: 50%; position: absolute; top: 50%; margin-top: -24px; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); background-position: center; background-repeat: no-repeat; background-color: #fff; font-size: 0; cursor: pointer; z-index: 2; opacity: 0; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.index_main .section12 .tab_content .slick-arrow.show { opacity: 1; }
.index_main .section12 .tab_content .slick-prev { background-image: url("../images/prev_1.png"); left: 10px; }
.index_main .section12 .tab_content .slick-next { background-image: url("../images/next_1.png"); right: 10px; }

.news_index, .news_detail, .story_index, .team_index, .case_index, .project_index, .project_list, .about_school, .about_advantage, .about_idea, .about_message, .about_schoolmaster, .contact_index, .about_index, .correction_index, .correction_list, .sitemap_index { background: #fafafa; background: -webkit-linear-gradient(180deg, #f2f2f2, #fff); background: -o-linear-gradient(180deg, #f2f2f2, #fff); background: -moz-linear-gradient(180deg, #f2f2f2, #fff); background: linear-gradient(180deg, #f2f2f2, #fff); padding-bottom: 4.5vw; }

.news_detail .comm_wrap { margin-top: 0; }
.news_detail .left .top_main { background-color: #fff; border-radius: 10px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); padding: 0 40px 4.5vw; }
.news_detail .left .top_main .tit { padding: 36px 0; }
.news_detail .left .top_main .tit h3 { font-size: 32px; color: #000; line-height: 1.2; font-family: 'PingFang-Medium'; }
.news_detail .left .top_main .tit .data { font-size: 16px; color: #808080; margin-top: 10px; }
.news_detail .left .top_main .tit .data:first-of-type { margin-right: 35px; }
.news_detail .left .top_main .cont { padding: 30px 0; border-top: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; }
.news_detail .left .top_main .cont .video { position: relative; border-radius: 10px; overflow: hidden; }
.news_detail .left .top_main .cont .video img { display: block; width: 100%; }
.news_detail .left .top_main .cont .video a { width: 80px; height: 80px; position: absolute; top: 50%; left: 50%; margin: -40px 0 0 -40px; border-radius: 50%; background-position: center; background-repeat: no-repeat; background-color: #fff; background-image: url("../images/icon22_on.png"); }
.news_detail .left .top_main .label { margin-top: 40px; font-size: 14px; line-height: 32px; color: #4c4c4c; font-family: 'PingFang-Medium'; }
.news_detail .left .top_main .label span { display: inline-block; vertical-align: top; background-color: #eeeeef; border-radius: 20px; padding: 0 20px; margin-right: 20px; }
.news_detail .left .other_page { margin: 34px; position: relative; justify-content: space-between;display: flex;}
.news_detail .left .other_page span { display: inline-block; vertical-align: top; font-size: 14px; line-height: 36px; font-family: 'PingFang-Medium'; }
.news_detail .left .other_page span:nth-of-type(1), .news_detail .left .other_page span:nth-of-type(2) { width: calc(50% - 60px); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.news_detail .left .other_page span:nth-of-type(1) { margin-right: 60px; text-align: left; }
.news_detail .left .other_page span:nth-of-type(2) { margin-left: 60px; text-align: right; }
.news_detail .left .other_page a{font-size:14px;}
.news_detail .left .other_page a.back {font-size:0px; position: absolute; top: 0; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
.news_detail .left .other_page a.back:before { content: ''; width: 36px; height: 36px; display: inline-block; vertical-align: top; margin-right: 10px; background-position: center; background-repeat: no-repeat; background-size: contain; background-image: url("../images/art_icon5.png"); }
.news_detail .left .other_page a:hover { color: #3daf35; }
.news_detail .left .position_page { background-color: #fff; border-radius: 10px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); padding: 0 40px 40px; }
.news_detail .left .position_page h3 { font-size: 20px; line-height: 24px; font-family: 'PingFang-Bold'; color: #333; padding: 28px 0; border-bottom: 1px solid #e6e6e6; }
.news_detail .left .position_page h3 a { float: right; font-size: 14px; color: #fff; border-radius: 20px; padding: 0 16px; line-height: 24px; background: #3daf35; background: -webkit-linear-gradient(135deg, #fb9f10, #3daf35); background: -o-linear-gradient(135deg, #fb9f10, #3daf35); background: -moz-linear-gradient(135deg, #fb9f10, #3daf35); background: linear-gradient(135deg, #fb9f10, #3daf35); }
.news_detail .left .position_page .link_a { margin-top: 20px; }
.news_detail .left .position_page .link_a .list { display: inline-block; vertical-align: top; width: 33.33%; position: relative; padding: 0 20px 0 10px; }
.news_detail .left .position_page .link_a .list:nth-of-type(3n) { padding-right: 0; }
.news_detail .left .position_page .link_a .list:before { content: ''; width: 2px; height: 2px; background-color: #000; border-radius: 50%; position: absolute; left: 0; top: 50%; margin-top: -1px; }
.news_detail .left .position_page .link_a .list a { display: block; font-size: 14px; line-height: 36px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.news_detail .left .position_page .link_a .list:hover a { color: #3daf35; }

.team_index .left .items { font-size: 0; padding: 30px; background-color: #fff; border-radius: 10px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); }
.team_index .left .item { width: calc(50% - 12px); display: inline-block; vertical-align: top; margin-top: 36px; text-align: center; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.team_index .left .item:nth-of-type(odd) { margin-right: 24px; }
.team_index .left .item:nth-of-type(1), .team_index .left .item:nth-of-type(2) { margin-top: 0; }
.team_index .left .item .img_block { overflow: hidden; border-radius: 10px; }
.team_index .left .item .img_block img { display: block; width: 100%; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.team_index .left .item h3 { font-size: 20px; color: #333; font-family: 'PingFang-Medium'; margin: 20px 0 5px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.team_index .left .item h3 b { font-weight: normal; }
.team_index .left .item p { font-size: 14px; color: #808080; }
.team_index .left .item:hover { -webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); transform: translateY(-5px); }
.team_index .left .item:hover .img_block img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); }
.team_index .left .item:hover h3 { color: #3daf35; }

.case_index .left .items { font-size: 0; padding: 30px; background-color: #fff; border-radius: 10px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); }
.case_index .left .item { width: calc(50% - 12px); display: inline-block; vertical-align: top; margin-top: 24px; text-align: center; }
.case_index .left .item:nth-of-type(odd) { margin-right: 24px; }
.case_index .left .item:nth-of-type(1), .case_index .left .item:nth-of-type(2) { margin-top: 0; }
.case_index .left .item .img_block { position: relative; border-radius: 10px; overflow: hidden; }
.case_index .left .item .img_block img { width: 100%; display: block; }
.case_index .left .item .img_block span { width: 54px; height: 54px; position: absolute; top: 50%; left: 50%; border-radius: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background-color: transparent; background-position: center; background-repeat: no-repeat; background-image: url("../images/icon22.png"); -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; z-index: 2; }
.case_index .left .item .img_block:after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.3); -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; z-index: 1; }
.case_index .left .item h3 { text-align: center; font-size: 20px; color: #333; font-family: 'PingFang-Medium'; margin-top: 15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.case_index .left .item:hover .img_block span { background-color: #fff; background-image: url("../images/icon22_on.png"); }
.case_index .left .item:hover .img_block:after { opacity: 0; }

.project_index .left .items { margin: 0 -12px; }
.project_index .left .item { width: calc(50% - 24px); padding: 50px 20px; }
.project_index .left .item .hover h3 { font-size: 32px; }
.project_index .left .item .hover p { font-size: 16px; line-height: 24px; }

.about_school .section2, .about_advantage .section2, .about_idea .section2, .about_message .section2, .about_schoolmaster .section2, .about_index .section2 { margin-top: 24px; background-color: #fff; border-radius: 10px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); }

.about_school .section2 { padding: 60px; }
.about_school .section2 p { font-size: 16px; line-height: 2; color: #333; }
.about_school .section2 img { max-width: 100%; display: block; margin: 3vw auto 0; }

.about_advantage .section2 .item { text-align: center; padding: 70px 60px 60px; position: relative; }
.about_advantage .section2 .item:last-of-type:after { display: none; }
.about_advantage .section2 .item i { height: 94px; display: block; background-position: center; background-repeat: no-repeat; }
.about_advantage .section2 .item h3 { font-size: 24px; color: #333; font-family: 'PingFang-Medium'; margin: 30px 0 25px; }
.about_advantage .section2 .item .desc { font-size: 16px; color: #333; line-height: 2; text-align: justify; }
.about_advantage .section2 .item .desc p { text-indent: 2em; }
.about_advantage .section2 .item:after { content: ''; position: absolute; top: 100%; left: 0; right: 0; height: 35px; background-position: center; background-repeat: no-repeat; background-image: url("../images/img2.png"); background-size: 100% 100%; }

.about_idea .section2 { overflow: hidden; }
.about_idea .section2 .item { text-align: center; padding: 4.5vw 4vw 3.5vw; }
.about_idea .section2 .item img { display: block; margin: 0 auto; margin-bottom: 2vw; }
.about_idea .section2 h3 { font-size: 24px; color: #333; font-family: 'PingFang-Medium'; }
.about_idea .section2 p { font-size: 16px; line-height: 2; color: #333333; margin-top: 5px; }
.about_idea .section2 .list { position: relative; }
.about_idea .section2 .list .img_block { width: 50%; overflow: hidden; }
.about_idea .section2 .list .img_block img { display: block; width: 100%; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.about_idea .section2 .list .txt_block { width: 50%; position: absolute; top: 0; bottom: 0; padding: 0 2vw; text-align: center; }
.about_idea .section2 .list:nth-of-type(odd) .txt_block { left: 50%; }
.about_idea .section2 .list:nth-of-type(even) .img_block { margin-left: 50%; }
.about_idea .section2 .list:nth-of-type(even) .txt_block { left: 0; }
.about_idea .section2 .list:hover .img_block img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); }

.about_message .section2 { padding: 3vw 0 4.5vw; text-align: center; background-image: url("../images/img9.jpg"); background-position: center bottom; background-repeat: no-repeat; background-size: 100% auto; }
.about_message .section2 p { font-size: 16px; line-height: 2; color: #333; }
.about_message .section2 h3 { font-size: 20px; color: #333; font-family: 'PingFang-Medium'; margin-top: 4vw; }

.about_schoolmaster .section2 { font-size: 0; }
.about_schoolmaster .section2 .info { padding: 3.5vw 3vw; position: relative; }
.about_schoolmaster .section2 .info .img_block { width: 300px; overflow: hidden; display: inline-block; vertical-align: top; border-radius: 10px; }
.about_schoolmaster .section2 .info .img_block img { width: 100%; display: block; }
.about_schoolmaster .section2 .info .txt_block { display: inline-block; vertical-align: top; width: calc(100% - 300px); margin-top: -15px; padding-left: 2.5vw; font-size: 16px; line-height: 2; color: #333; }
.about_schoolmaster .section2 .info .txt_block p { text-indent: 2em; text-align: justify; }
.about_schoolmaster .section2 .info .txt_block span { font-size: 32px; }
.about_schoolmaster .section2 .info:after { content: ''; position: absolute; top: 100%; left: 0; right: 0; height: 35px; background-position: center; background-repeat: no-repeat; background-image: url("../images/img2.png"); background-size: 100% 100%; }
.about_schoolmaster .section2 .zhici { padding: 4vw 3vw; text-align: center; }
.about_schoolmaster .section2 .zhici h3 { font-size: 32px; color: #333; font-family: 'PingFang-Medium'; }
.about_schoolmaster .section2 .zhici .desc { margin: 2vw 3vw 0; position: relative; }
.about_schoolmaster .section2 .zhici .desc p { font-size: 16px; line-height: 2; color: #333; position: relative; padding: 0 5.5vw; }
.about_schoolmaster .section2 .zhici .desc p:last-of-type { text-align: right; }
.about_schoolmaster .section2 .zhici .desc:before, .about_schoolmaster .section2 .zhici .desc:after { position: absolute; top: 10px; font-size: 60px; line-height: 1; color: #3daf35; }
.about_schoolmaster .section2 .zhici .desc:before { content: '鈥�'; left: 0; }
.about_schoolmaster .section2 .zhici .desc:after { content: '鈥�'; right: 0; }
.about_schoolmaster .section2 .paragraph { padding: 0 3vw 3vw; font-size: 16px; line-height: 2; color: #333; }
.about_schoolmaster .section2 .paragraph p { text-indent: 2em; }

.contact_index .section1 { padding: 3vw 30px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); background-color: #fff; border-radius: 10px; }
.contact_index .section1 .map { max-width: 732px; margin: 0 auto; position: relative; }
.contact_index .section1 .map img { width: 100%; display: block; }
.contact_index .section1 .map .box { width: 50px; height: 55px; position: absolute; }
.contact_index .section1 .map .box:before { content: ''; width: 73px; height: 77px; background-position: center; background-repeat: no-repeat; background-image: url("../images/img3.png"); position: absolute; right: 25px; top: -65px; opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.contact_index .section1 .map .box i { display: block; width: 100%; height: 100%; background-position: center; background-repeat: no-repeat; background-image: url("../images/icon5.png"); cursor: pointer; }
.contact_index .section1 .map .box .sch { width: 350px; border-radius: 10px; background: #3daf35; box-shadow: 0 10px 30px rgba(237, 113, 2, 0.2); position: absolute; right: calc(100% + 40px); top: -90px; color: #fff; padding: 30px 30px 50px; opacity: 0; visibility: hidden; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease; -webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); transform: translateY(-5px); }
.contact_index .section1 .map .box .sch h3 { font-size: 24px; font-family: 'PingFang-Medium'; }
.contact_index .section1 .map .box .sch p { font-size: 16px; font-family: 'PingFang-Medium'; margin: 10px 0 5px; }
.contact_index .section1 .map .box .sch span { font-size: 32px; line-height: 1; font-family: 'DinPro-Medium'; }
.contact_index .section1 .map .box .sch:after { content: ''; width: 18px; height: 18px; background-position: center; background-repeat: no-repeat; background-image: url("../images/icon6.png"); position: absolute; right: 20px; top: 20px; }
.contact_index .section1 .map .box:nth-of-type(1) { left: 71%; top: 25%; }
.contact_index .section1 .map .box:nth-of-type(2) { left: 84.5%; top: 16%; }
.contact_index .section1 .map .box.active:before { opacity: 1; visibility: visible; transition-delay: .2s; }
.contact_index .section1 .map .box.active .sch { opacity: 1; visibility: visible; transition-delay: .6s; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); }
.contact_index .section1 .info { margin-top: -10%; }
.contact_index .section1 .info h3 { font-size: 32px; color: #000; font-family: 'PingFang-Bold'; }
.contact_index .section1 .info .p_block { margin-top: 25px; }
.contact_index .section1 .info .p_block .item { width:100%; display: inline-block; vertical-align: top; }
.contact_index .section1 .info .p_block span { display: block; font-size: 16px; color: #808080; line-height: 28px; }
.contact_index .section1 .info .ewm { margin-top: 30px; }
.contact_index .section1 .info .ewm .block { width: 50%; display: inline-block; vertical-align: top; }
.contact_index .section1 .info .ewm .box { width: 162px; text-align: center; }
.contact_index .section1 .info .ewm .box .img { border: 2px solid #e6e6e6; border-radius: 10px; overflow: hidden; }
.contact_index .section1 .info .ewm .box .img img { display: block; max-width: 100%; margin: 0 auto; }
.contact_index .section1 .info .ewm .box p { font-size: 16px; color: #808080; margin-top: 15px; }
.contact_index .section2 { padding: 0 30px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); background-color: #fff; border-radius: 10px; margin-top: 24px; }
.contact_index .section2 .item { border-bottom: 2px solid #e6e6e6; }
.contact_index .section2 .item:last-of-type { border: none; }
.contact_index .section2 .item h1 { font-size: 32px; color: #000; font-family: 'PingFang-Bold'; padding: 25px 0; position: relative; cursor: pointer; }
.contact_index .section2 .item h1:after { content: ''; width: 11px; height: 18px; position: absolute; right: 0; top: 50%; margin-top: -9px; background-position: center; background-repeat: no-repeat; background-image: url("../images/icon1.png"); -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }
.contact_index .section2 .item .desces { display: none; }
.contact_index .section2 .item .desc { padding: 24px 0; border-top: 2px solid #e6e6e6; }
.contact_index .section2 .item .desc h3 { font-size: 24px; color: #3daf35; font-family: 'PingFang-Medium'; }
.contact_index .section2 .item .desc h3:before { content: ''; width: 45px; height: 40px; background-position: center; background-repeat: no-repeat; display: inline-block; vertical-align: middle; margin: 0 15px 0 0; }
.contact_index .section2 .item .desc h3.airport:before { background-image: url("../images/contact_icon2.png"); }
.contact_index .section2 .item .desc h3.train:before { background-image: url("../images/contact_icon3.png"); }
.contact_index .section2 .item .desc h3.bus:before { background-image: url("../images/contact_icon4.png"); }
.contact_index .section2 .item .desc p { font-size: 16px; line-height: 2; color: #808080; margin-top: 20px; }
.contact_index .section2 .item.active h1:after { -webkit-transform: rotate(0); -moz-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); }

.about_index .tit { text-align: center; }
.about_index .tit h3 { font-size: 32px; color: #333; font-family: 'PingFang-Medium'; }
.about_index .tit p { font-size: 16px; color: #808080; margin-top: 10px; }
.about_index a.more { display: block; width: 180px; line-height: 48px; border-radius: 30px; background-color: #3daf35; font-size: 16px; color: #fff; text-align: center; margin: 0 auto; font-family: 'PingFang-Medium'; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.about_index a.more:hover { -webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); transform: translateY(-5px); box-shadow: 0 10px 30px rgba(64, 143, 59, 0.3); }
.about_index .s1 { padding: 4.5vw; position: relative; background-position: center bottom; background-repeat: no-repeat; background-image: url("../images/about_img11.png"); }
.about_index .s1 .data_box { text-align: center; font-size: 0; margin: 60px 0; }
.about_index .s1 .data { position: relative; display: inline-block; vertical-align: top; width: 25%; padding: 30px 20px 50px; border-radius: 10px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.about_index .s1 .data .num { font-size: 16px; color: #333; }
.about_index .s1 .data .num span { font-size: 54px; color: #333; font-family: 'DinPro-Regular'; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.about_index .s1 .data p { font-size: 16px; color: #333; font-family: 'PingFang-Medium'; }
.about_index .s1 .data i { position: absolute; bottom: -30px; left: 50%; margin-left: -30px; width: 60px; height: 60px; border-radius: 50%; background-color: #3daf35; background-position: center; background-repeat: no-repeat; background-image: url("../images/icon7.png"); opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.about_index .s1 .data:hover { background-color: #fff; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); }
.about_index .s1 .data:hover .num span { color: #3daf35; }
.about_index .s1 .data:hover i { opacity: 1; visibility: visible; }
.about_index .s1:after { content: ''; position: absolute; top: 100%; left: 0; right: 0; height: 35px; background-position: center; background-repeat: no-repeat; background-image: url("../images/about_img2.png"); background-size: 100% 100%; }
.about_index .s2 { padding: 4.5vw; background-position: center bottom; background-repeat: no-repeat; background-image: url("../images/img12.jpg"); background-size: 100% auto; }
.about_index .s2 .desc { text-align: center; margin: 60px 0; }
.about_index .s2 .desc p { text-align: left; display: inline-block; writing-mode: tb-rl; font-size: 16px; line-height: 32px; color: #333; font-family: 'PingFang-Medium'; }
.about_index .s3 { position: relative; }
.about_index .s3 img { display: block; width: 100%; }
.about_index .s3 .block { position: absolute; top: 0; left: 0; right: 0; bottom: 0; padding: 4.5vw; }
.about_index .s3 .block .tit h3, .about_index .s3 .block .tit p { color: #fff; }
.about_index .s3 .block .desc { width: 340px; margin-left: calc(100% - 340px); margin-top: 60px; color: #fff; }
.about_index .s3 .block .desc h3 { font-size: 24px; font-family: 'PingFang-Medium'; }
.about_index .s3 .block .desc p { font-size: 16px; line-height: 24px; font-family: 'PingFang-Medium'; margin: 30px 0; }
.about_index .s3 .block .desc a.more { background-color: #fff; color: #3daf35; margin-left: 0; }
.about_index .s3 .block .desc a.more:hover { box-shadow: 0 10px 30px rgba(255, 255, 255, 0.3); }
.about_index .s4 { padding: 4.5vw; position: relative; }
.about_index .s4 .item_box { font-size: 0; margin: 60px 0; }
.about_index .s4 .item_box .item { display: inline-block; vertical-align: top; width: 20%; text-align: center; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.about_index .s4 .item_box .item i { display: block; height: 70px; background-position: center bottom; background-repeat: no-repeat; background-size: contain; }
.about_index .s4 .item_box .item p { font-size: 16px; line-height: 24px; color: #333; margin-top: 20px; font-family: 'PingFang-Medium'; }
.about_index .s4 .item_box .item:hover { -webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); transform: translateY(-5px); }
.about_index .s4:after { content: ''; position: absolute; top: 100%; left: 0; right: 0; height: 35px; background-position: center; background-repeat: no-repeat; background-image: url("../images/about_img2.png"); background-size: 100% 100%; }
.about_index .s5 { padding: 4.5vw; }
.about_index .s5 .item_box { height: 382px; margin: 60px 0; border-radius: 10px; background-position: center; background-repeat: no-repeat; background-size: cover; background-image: url("../images/img14.jpg"); position: relative; }
.about_index .s5 .item_box .item { position: absolute; width: 20%; }
.about_index .s5 .item_box .item h3 { position: absolute; bottom: 25px; left: 0; right: 0; font-size: 16px; color: #fff; text-align: center; font-family: 'PingFang-Medium'; z-index: 1; }
.about_index .s5 .item_box .item .hover { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: #3daf359e; padding: 0 24px; z-index: 2; opacity: 0; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.about_index .s5 .item_box .item .hover h4 { font-size: 20px; color: #fff; text-align: center; font-family: 'PingFang-Medium'; }
.about_index .s5 .item_box .item .hover p { font-size: 14px; line-height: 24px; color: #fff; font-family: 'PingFang-Medium'; margin-top: 10px; letter-spacing: 1px; }
.about_index .s5 .item_box .item .hover a { display: block; width: 24px; height: 24px; background-position: center; background-repeat: no-repeat; background-image: url("../images/about_icon8.png"); margin: 10px auto 0; }
.about_index .s5 .item_box .item:after { content: ''; width: 2px; position: absolute; right: 0; top: 0; bottom: 0; background-color: #fff; z-index: 3; }
.about_index .s5 .item_box .item:nth-of-type(1), .about_index .s5 .item_box .item:nth-of-type(4) { height: 100%; }
.about_index .s5 .item_box .item:nth-of-type(1) .hover a, .about_index .s5 .item_box .item:nth-of-type(4) .hover a { margin-top: 50px; }
.about_index .s5 .item_box .item:nth-of-type(2), .about_index .s5 .item_box .item:nth-of-type(3), .about_index .s5 .item_box .item:nth-of-type(5), .about_index .s5 .item_box .item:nth-of-type(6), .about_index .s5 .item_box .item:nth-of-type(7) { height: 50%; }
.about_index .s5 .item_box .item:nth-of-type(5):after, .about_index .s5 .item_box .item:nth-of-type(7):after { display: none; }
.about_index .s5 .item_box .item:nth-of-type(6):before, .about_index .s5 .item_box .item:nth-of-type(7):before { content: ''; height: 2px; position: absolute; right: 0; left: 0; top: 0; background-color: #fff; z-index: 3; }
.about_index .s5 .item_box .item:nth-of-type(1) { top: 0; left: 0; }
.about_index .s5 .item_box .item:nth-of-type(2) { top: 0; left: 20%; }
.about_index .s5 .item_box .item:nth-of-type(3) { top: 0; left: 40%; }
.about_index .s5 .item_box .item:nth-of-type(4) { top: 0; left: 60%; }
.about_index .s5 .item_box .item:nth-of-type(5) { top: 0; left: 80%; }
.about_index .s5 .item_box .item:nth-of-type(6) { top: 50%; left: 20%; width: 40%; }
.about_index .s5 .item_box .item:nth-of-type(7) { top: 50%; left: 80%; }
.about_index .s5 .item_box .item:hover h3 { opacity: 0; }
.about_index .s5 .item_box .item:hover .hover { opacity: 1; }

.correction_index .left .items { font-size: 0; margin: 0 -12px; }
.correction_index .left .item { display: inline-block; vertical-align: top; width: calc(50% - 24px); margin: 24px 12px 0; padding: 50px 30px 30px; position: relative; text-align: center; background-color: #fff; border-radius: 10px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.correction_index .left .item:nth-of-type(1), .correction_index .left .item:nth-of-type(2) { margin-top: 0; }
.correction_index .left .item span { position: absolute; top: 20px; left: -12px; padding: 0 15px; line-height: 26px; border: 2px solid #fff; font-size: 14px; color: #fff; border-radius: 20px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); background-color: #3daf35; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.correction_index .left .item h3 { font-size: 24px; color: #333; font-family: 'PingFang-Medium'; }
.correction_index .left .item .tel { font-size: 16px; color: #808080; margin-top: 15px; font-family: 'PingFang-Medium'; }
.correction_index .left .item a.more { font-size: 14px; color: #3daf35; font-family: 'PingFang-Medium'; }
.correction_index .left .item .a_block { margin-top: 24px; }
.correction_index .left .item .a_block a { display: inline-block; vertical-align: top; width: 150px; line-height: 40px; font-size: 14px; border-radius: 30px; border: 2px solid transparent; font-family: 'PingFang-Medium'; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.correction_index .left .item .a_block a:before { content: ''; width: 17px; height: 14px; background-position: center; background-repeat: no-repeat; display: inline-block; vertical-align: middle; margin: -2px 10px 0 0; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.correction_index .left .item .a_block a:nth-of-type(1) { border-color: #3daf35; color: #3daf35; margin-right: 24px; }
.correction_index .left .item .a_block a:nth-of-type(1):before { background-image: url("../images/icon2.png"); }
.correction_index .left .item .a_block a:nth-of-type(1):hover { box-shadow: 0 10px 30px rgba(237, 113, 2, 0.2); background-color: #3daf35; color: #fff; }
.correction_index .left .item .a_block a:nth-of-type(1):hover:before { background-image: url("../images/icon2_on.png"); }
.correction_index .left .item .a_block a:nth-of-type(2) { border-color: #dd0011; color: #dd0011; }
.correction_index .left .item .a_block a:nth-of-type(2):before { background-image: url("../images/icon3.png"); }
.correction_index .left .item .a_block a:nth-of-type(2):hover { box-shadow: 0 10px 30px rgba(221, 0, 17, 0.2); background-color: #dd0011; color: #fff; }
.correction_index .left .item .a_block a:nth-of-type(2):hover:before { background-image: url("../images/icon3_on.png"); }
.correction_index .left .item .a_block a:hover { -webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); transform: translateY(-5px); }
.correction_index .left .item:hover { -webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); transform: translateY(-5px); }

.sitemap_index .left .items { padding: 0 30px; background-color: #fff; border-radius: 10px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); }
.sitemap_index .left .item { padding: 30px 0; border-bottom: 1px solid #e6e6e6; }
.sitemap_index .left .item h3 a { display: inline-block; vertical-align: middle; font-size: 20px; font-family: 'PingFang-Medium'; }
.sitemap_index .left .item h3:before { content: ''; display: inline-block; vertical-align: middle; width: 2px; height: 20px; background: #ed7102; margin: -2px 10px 0 0; }
.sitemap_index .left .item .a_block { font-size: 0; }
.sitemap_index .left .item .a_block a { width: 20%; display: inline-block; vertical-align: top; font-size: 14px; color: #808080; margin-top: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sitemap_index .left .item:last-of-type { border: none; }

@media screen and (max-width: 1700px) { .index_main .section1 .slick-prev, .index_main .section4 .slick-prev { left: 4vw; }
  .index_main .section1 .slick-next, .index_main .section4 .slick-next { right: 4vw; }
  .comm_subnav { position: fixed; right: auto; left: 0; top: 244px; background-color: rgba(255, 255, 255, 0.9); padding-bottom: 0; z-index: 7; -webkit-transition: transform 0.3s 0.3s ease, margin-top 0.3s ease; -moz-transition: transform 0.3s 0.3s ease, margin-top 0.3s ease; -ms-transition: transform 0.3s 0.3s ease, margin-top 0.3s ease; transition: transform 0.3s 0.3s ease, margin-top 0.3s ease; }
  .comm_subnav a { margin-bottom: 10px; line-height: 36px; }
  .comm_subnav span { display: block; }
  .comm_subnav.hide { -webkit-transform: translateX(-101%); -moz-transform: translateX(-101%); -ms-transform: translateX(-101%); transform: translateX(-101%); -webkit-transition: transform 0.3s ease, margin-top 0.3s ease; -moz-transition: transform 0.3s ease, margin-top 0.3s ease; -ms-transition: transform 0.3s ease, margin-top 0.3s ease; transition: transform 0.3s ease, margin-top 0.3s ease; }
  .comm_subnav.max .main { max-height: 368px; } }
@media screen and (max-width: 1500px) { .comm_subnav { top: 206px; }
  .comm_subnav.max .main { max-height: 322px; } }
@media screen and (max-width: 1440px) { .comm_sec3 .item h3.tit, .comm_sec3 .item .hover h3 { font-size: 20px; }
  .index_main .section4 .slick .item { margin-right: 14px; }
  .index_main .section4 .slick .box i { height: 60px; }
  .index_main .section4 .slick .box h3 { font-size: 17px; margin: 30px 0 15px; }
  .index_main .section4 .slick .box p { font-size: 14px; line-height: 20px; height: 60px; }
  .index_main .section5 .item li.first { padding: 30px 26px; }
  .index_main .section5 .item li.first a { font-size: 20px; }
  .index_main .section6 .item h3 { font-size: 16px; margin-top: 10px; }
  .index_main .section10 .slick .item h3 { font-size: 20px; }
  .index_main .section11 .item .tit { font-size: 20px; }
  .index_main .section10 .slick { margin: 40px -70px; padding: 0 58px; }
  .index_main .section12 .tab_content .child { margin: 0 -70px; }
  .index_main .section12 .tab_content .slick { padding: 0 58px; }
  .about_advantage .section2 .item i { height: 70px; background-size: contain; }
  .about_advantage .section2 .item h3 { margin-bottom: 15px; }
  .about_idea .section2 .item img { width: 120px; }
  .about_index .tit h3 { font-size: 26px; }
  .about_index .s1 .data .num span { font-size: 44px; }
  .about_index .s4 .item_box .item i { height: 60px; }
  .about_index a.more { width: 150px; line-height: 40px; }
  .case_index .left .item h3 { font-size: 17px; }
  .comm_sec2 .link_a .list span { font-size: 12px; }
  .comm_sec2 .link_a .list a { width: calc(100% - 80px); }
  .comm_sec2 .link_a { padding: 10px; }
  .news_detail .left .top_main .label span { margin-right: 10px; padding: 0 15px; }
  .news_detail .left .top_main .tit h3 { font-size: 28px; }
  .comm_share { right: calc(100% + 10px); }
  .contact_index .section1 .map .box .sch { width: 280px; padding: 20px 20px 30px; }
  .contact_index .section1 .map .box .sch h3 { font-size: 20px; }
  .contact_index .section1 .map .box .sch span { font-size: 28px; }
  .contact_index .section1 .info h3 { font-size: 26px; }
  .contact_index .section2 .item h1 { font-size: 26px; padding: 18px 0; }
  .contact_index .section2 .item .desc h3 { font-size: 20px; }
  .correction_index .left .item .a_block a { width: 130px; }
  .comm_sec1 .item h3 { font-size: 18px; }
  .comm_sec3 .item h3.tit { font-size: 20px; }
  .project_index .left .item .hover h3 { font-size: 26px; }
  .project_index .left .item { padding: 40px 20px; } }
@media screen and (max-width: 1350px) { .wrapper { max-width: none; }
  .index_main .section1 .slick-list { padding: 40px 5vw !important; }
  .index_main .section2 .label { width: 150px; }
  .index_main .section2 .label:before { margin-right: 10px; }
  .index_main .section2 .main { padding-left: 150px; }
  .comm_sec3 .item i { width: 60px; height: 60px; }
  .comm_sec3 .item h3.tit, .comm_sec3 .item .hover h3 { font-size: 18px; }
  .comm_sec3 .item .hover p { margin-top: 10px; }
  .index_main .section8 .main .left { width: calc(100% - 334px - 24px); }
  .index_main .section8 .main .left .img_block { width: 300px; }
  .index_main .section8 .main .left ul { width: calc(100% - 300px); }
  .index_main .section8 .main .left ul li { margin-bottom: 10px; }
  .index_main .section8 .main .right { width: 334px; }
  .index_main .section8 .main .right .img_block { width: 274px; }
  .index_main .section10 .slick { margin: 40px -12px; padding: 0; }
  .index_main .section10 .slick-prev, .index_main .section12 .tab_content .slick-prev { left: 24px; }
  .index_main .section10 .slick-next, .index_main .section12 .tab_content .slick-next { right: 24px; }
  .index_main .section11 .item .single .txt_block { padding-left: 8px; }
  .index_main .section12 .tab_title span { width: 150px; }
  .index_main .section12 .tab_content .child { margin: 0 -12px; }
  .index_main .section12 .tab_content .slick { padding: 0; }
  .about_index .s4 .item_box .item p { font-size: 15px; }
  .about_index .s5 .item_box .item .hover h4 { font-size: 18px; }
  .about_index .s5 .item_box .item:nth-of-type(1) .hover a, .about_index .s5 .item_box .item:nth-of-type(4) .hover a { margin-top: 20px; }
  .about_index .s5 .item_box .item .hover p { line-height: 20px; }
  .about_advantage .section2 .item h3 { font-size: 20px; }
  .about_advantage .section2 .item .desc, .about_idea .section2 p, .about_school .section2 p, .about_schoolmaster .section2 .info .txt_block, .about_schoolmaster .section2 .paragraph, .contact_index .section2 .item .desc p { font-size: 15px; line-height: 28px; }
  .contact_index .section2 .item h1, .contact_index .section1 .info h3 { font-size: 22px; }
  .comm_sec2 h3 { padding: 15px 20px; }
  .news_detail .left .top_main .tit h3 { font-size: 24px; }
  .correction_index .left .item h3 { font-size: 20px; }
  .correction_index .left .item .tel { font-size: 14px; }
  .correction_index .left .item .a_block a { width: 120px; line-height: 36px; }
  .correction_index .left .item .a_block a:nth-of-type(1) { margin-right: 10px; }
  .correction_index .left .item { padding: 30px 15px; }
  .project_index .left .item .hover h3 { font-size: 20px; }
  .project_index .left .item .hover p { font-size: 14px; line-height: 20px; }
  .project_index .left .item { padding: 30px 20px; }
  .team_index .left .item h3 { font-size: 18px; } }
@media screen and (max-width: 1300px) { .comm_subnav { top: 194px; } }
