@charset "UTF-8";

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

body {
    overflow-x: hidden;
    font-family: "Noto Sans SC", "Microsoft YaHei";
    background-color: #fff;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

a {
    color: #666;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}

a:focus,
a:hover {
    color: #009d36;
    text-decoration: none;
    cursor: pointer;
}

a:focus {
    outline: none;
    outline-offset: -2px;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2 {
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

p {
    margin: 0;
}

img {
    max-width: 100%;
}

.container {
    width: 96%;
    max-width: 1400px;
    margin: 0 auto;
}

.show{
    display: block !important;
}
.hide {
    display: none !important;
}
/* header */

.logotop {
    padding: 24px 0px;
}

.navtop {
    width: 100%;
    padding: 12px 0px;
    border-top: 1px solid #009d36;
}


.headerfiexd {
    display: none;
    width: 100%;
    height: 64px;
    line-height: 64px;
    position: fixed;
    top:0px;
    color: rgb(29, 29, 31);
    z-index: 99;
    background: url(../images/bg.png);
}

.headerfiexd .container {
    /* max-width:1760px; */
    display: flex;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}

.headerfiexd .logo {
    height: 100%;
}

.headerfiexd .logo img {
    height: 100%;
    max-height: 36px;
}

.headerfiexd .nav {
    width: 48%;
    height: 64px;
}

.menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu>li {
    position: relative;
}

.menu>li:last-child {
    margin-right: 0;
}

.menu>li>a {
    margin-top: 11px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #fff;
    transition: 0.5s all;
    display: block;
    height: 42px;
    line-height: 42px;
    padding: 0px 16px;
    border-radius: 6px;
}

.menu>li:hover>a {
    /*color: #fff;
    background-color: #ee7228;*/
}

.header{
    height:151px;
}
.header .menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.header .menu>li>a {
    color: #009d36;
    margin-top: 0px;
    font-weight: bold;
}

.header .menu>li:hover>a {
    color: #ee7228;
    background-color: #fff;
}

.header .menu>li:nth-child(1) {
    padding-left: 4px;
}

.navbtn {
    position: absolute;
    z-index: 9;
    top: 5px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto 0 auto 0px;
    width: 16px;
    height: 16px;
}

.navbtn span,
.navbtn:after,
.navbtn:before {
    display: block;
    height: 2px;
    width: 100%;
    background: #009d36;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.navbtn span {
    margin: 3px 0;
}

.navbtn:after,
.navbtn:before {
    content: '';
    -webkit-transform-origin: 7.5%;
    transform-origin: 7.5%;
}

.navbtn.clicked span {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}

.navbtn.clicked:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navbtn.clicked:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu > li:hover span {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    background-color: #ee7228;
}

.menu > li:hover .navbtn:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #ee7228;
}

.menu > li:hover .navbtn:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #ee7228;
}

.headerfiexd .navbtn{
    top:16px;
    margin-right: 6px;
}

.headerfiexd .navbtn span,
.headerfiexd .navbtn:after,
.headerfiexd .navbtn:before {
    display: block;
    height: 2px;
    width: 100%;
    background: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.headerfiexd .menu>li:nth-child(1){
    padding-left:6px;
}


.menu > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.sub-menu {
  position: absolute;
  z-index: 99999;
  width: 200%;
  left: -0%;
  top: 54px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.sub-menu > li > a {
  display: block;
  text-align: center;

  font-size: 14px;
  color: #333;
  line-height:40px;
 height:40px;overflow:hidden;
}

.sub-menu > li > a:hover {
  background: #e9eaeb;
}




/*footer*/
.footer {
    width: 100%;
    padding: 40px 0px;
    margin-top: 64px;
    background-color: #f1f3f5;
}

.footer .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footerlogo {
    width: 20.31%;
}

.footerlogo-img img {
    max-width: 100%;
}

.footerlogo-con {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #3a3a3a;
    margin-top: 20px;
}


.footer-right {
    width: 60.54%;
}

.footernav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footernav dl {
    width: 25%;
}

.footernav dl:nth-child(2) {
    width: 50%;
}

.footernav dl:nth-child(2) dd {
    width: 50%;
    float: left;
}

.footernav dt {
    font-family: MicrosoftYaHei;
    font-size: 20px;
    font-weight: 400;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 15px;
}

.footernav dl dd {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #3a3a3a;
}

.footernav dl dd a {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #3a3a3a;
}


.copyright {
    background-color: #e2f2ff;
    padding: 15px 0;
}

.copyright .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.seox {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #666666;
}

.seox a {
    color: #666666;
}

.seox span {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #009d36;
}

.copyright .right {
    font-size: 14px;
    line-height: 33px;
    width: 201px;
    height: 33px;
    border-radius: 6px;
    padding-left: 15px;
}

/*banner*/
.bannerbox {
    width: 100%;
    height:calc(100vh - 151px);
    background: url(../images/bg.png) no-repeat;
    position: relative;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: height 0.8s ease;
    /* 平滑动画 */
}

.banner {
    background: url(../images/bg.png) no-repeat;
    padding: 162px 0px 162px;
    text-align: center;
    color: #fff;
}

.bannercn {
    font-size: 42px;
    font-weight: bold;
}

.bannercn span {
    color: #ee7228;
}

.banneren {
    max-width: 640px;
    margin: 40px auto 0px;
    text-align: center;
    font-size: 21px;
}

.tit {
    font-size: 42px;
    line-height: 1.5;
    font-weight: 700;
    font-family: 'MontserratBold' !important;
    color: #009d36;
    text-align: center;
}

.titexplan {
    margin-top: 8px;
    text-align: center;
    font-size: 18px;
    color: #676a70;
}

.main {
    margin: 72px 0px;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/*product*/
.procate {
    max-width: 1200px;
    margin: 48px auto;
    background-color: #f1f3f5;
    line-height: 36px;
}

.procate ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.procate ul li{
    width:20%;
    text-align:left;
}
.procate ul li a {
    padding: 0px 12px;
}

.proxcy {
    font-size: 32px;
    text-align: center;
    color: #000;
    font-weight: bold;
    margin-bottom: 36px;
}

.prolist {
    margin-top: 40px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.prolist .proitem {
    width: calc((100% - 72px)/4);
    margin-bottom: 1.33333%;
    margin-right: 24px;
}

.prolist .proitem:nth-child(4n) {
    margin-right: 0px;
}

.prolist .proitem .img {
    padding: 0px;
    overflow: hidden;
}

.prolist .proitem .img img {
    max-width: 100%;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    max-height: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.prolist .proitem a .text {
    position: relative;
    text-align: center;
    border-top: 1px solid #eee;
    background: #eee;
    position: relative;
    padding: 10px 0;
}

.prolist .proitem a .text:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 0px;
    background-color: #009d36;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.prolist .proitem a .text p {
    font-size: 16px;
    line-height: 28px;
    color: #111;
    position: relative;
    z-index: 2;
    padding: 0 5px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.prolist .proitem a:hover .img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.prolist .proitem a:hover .text:after {
    height: 49px;
}

.prolist .proitem a:hover .text p {
    color: #fff;
}


.crumb {
    padding: 20px 0 0;
    background: #f1f3f5;
}

.page-title {
    display: -ms-flexbox;
    display: flex;
    color: #009d36;
    padding-bottom: 20px;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 0px solid #e1dfdf;
}

.page-title a {
    color: #666;
    font-size: 14px;
    text-transform: capitalize;
}

.page-title a:hover {
    text-decoration: underline;
    color: #009d36;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    align-self: center;
}

.page-title .breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    align-self: center;
    justify-content: center;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 6px;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
    font-family: cmsfont;
    content: "";
    width: 6px;
    height: 11px;
    background: url(../images/next.png) no-repeat;
    background-size: 6px 11px;
    font-size: 10px;
    display: inline-block;
    padding-right: 6px;
}

.page-title .breadcrumb:before {
    font-family: cmsfont;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/home.png) no-repeat;
    background-size: 20px;
    margin-top: 3px;
    margin-right: 0.25rem;
    color: #fff
}

@media(max-width:768px) {}




.prodetailboxt {
    display: flex;
    justify-content: space-between;
}

.prodetailboxt .proimg {
    width: 48%;
    max-width: 600px;
}

.probasiccon {
    width: 50%;
}

.probasiccon h2 {
    font-size: 32px;
    line-height: 72px;
    text-align: left;
    border-bottom: 2px solid #eee;
    margin-bottom: 24px;
}

.explan {
    line-height: 40px;
}

.explan strong {
    color: #009d36;
}

.procon {
    margin-top: 42px;
}

.procon h3 {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.5;
    color: #000000;
    position: relative;
    text-align: center;
}

.procon h3::after {
    content: '';
    position: absolute;
    background: #009d36;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    bottom: 0;
    width: 4.625rem;
    height: 0.25rem;
}

.procon strong {
    font-size: 24px;
    line-height: 36px;
    margin: 24px 0px 12px;
    display: block;
}


.light {
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    transform: skewx(-25deg);
    z-index: 2;
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
}

.light-tri:hover .light {
    left: 100%;
    transition: 1s;
}

.light-tri:hover {
    box-shadow: 0 0 10px rgba(43, 23, 110, .5);
}

.probasiccon .protel {
    font-size: 22px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    white-space: nowrap;
    transition: all .36s;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #009d36;
    color: #fff;
    width: inherit;
    height: 60px;
    margin: 96px 0px 0px;
    overflow: hidden;
}

.probasiccon .tishi {
    font-size: 14px;
    color: #aaa;
}

.probasiccon .iconfont {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    background: url(../images/icon-protel.png) no-repeat;
    background-size: 100%;
}


.proconbox {
    padding: 72px 0px;
}

.probg {
    background-color: #f1f3f5;
}

.procontit {
    font-size: 32px;
    font-weight: bold;
}

.procontit span {
    display: block;
    font-size: 28px;
    color: #009d36
}


.proconys {
    width: 100%;
    margin-top: 20px;
}

.proconys .proconysitem {
    width: calc((100% - 72px) /2);
    box-sizing: border-box;
    margin-bottom: 24px;
    padding-top: 24px;
    border-top: 4px solid #009d36;
    line-height: 1.25;
}

.proconys .proconysitem strong {
    font-size: 20px;
    margin-bottom: 12px;
    display: block;
    color: #666;
}

.proconys .proconysitem p {
    font-size: 16px;
    line-height: 42px;
}

.proconys .proconysitem>div {
    display: flex;
}

.proconys .proconysitem>div::before {
    color: #fff;
    font-family: cmsfont;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/icon-pro.png) no-repeat;
    background-size: 20px;
    font-size: 10px;
    display: inline-block;
    padding-right: 6px;
    margin-top: 12px;
}

.proconys .proconysitem>div.t2::before {
    color: #fff;
    font-family: cmsfont;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/icon-pro.png) no-repeat;
    background-size: 20px;
    font-size: 10px;
    display: inline-block;
    padding-right: 6px;
    margin-top: 4px;
}
.proconys .proconysitem>p.p2{
    padding-left:26px;
}
.proconzl {
    width: 100%;
    margin-top: 20px;
}

.proconzl .proconzlcon {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 24px;
    padding-top: 24px;
    border-top: 4px solid #009d36;
    line-height: 1.25;
    display: flex;
}

.proconzl .proconzlcon a {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-right: 32px;
}

/*kekao*/
.swiper-pagination-bullet-active {
    background-color: #009d36;
}


.kekaotit {
    margin: 48px 0px 0px;
}

.kekaotit li {
    width: 23%;
    padding: 32px;
    border: 3px solid #f1f3f5;
    box-shadow: 6px 6px 10px 0px rgba(241, 243, 243, 0.45);
    border-radius: 12px;
    text-align: center;
}

.kekaotit li .img {
    width: 96px;
    margin: 0 auto;
}

.kekaotit li .wz1 {
    font-size: 22px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 26px 0 17px;
    color: #009d36;
}

.kekaotit li .wz2 {
    color: #555555;
    font-size: 16px;
    line-height: 28px;
}

.kekaoitem {
    margin-top: 36px;
    padding: 0px;
    box-shadow: 0px 5px 30px 1px rgba(0, 0, 0, 0.1);
    align-items: center;
}

.kkitmeimg {
    width: 32%;
    overflow: hidden;
    position: relative;
}
.kkitmeimg2{
    padding:32px 0px;width:48%;
}
.kkexplan {
    width: 64%;
    padding: 48px 36px 48px 0px;
}


.kekaoitemr {}

.kekaoitemr .kkitmeimg {
    width: 32%;
    overflow: hidden;
    position: relative;
}

.kekaoitemr .kkexplan {
    width: 68%;
    padding: 48px;
}

.kkexplantit {
    font-size: 42px;
    font-weight: bold;
    color: #676a70;
}

.kkexplantit span {
    color: #009d36;
}

.kkexplan .wz1 {
    font-size: 20px;
    font-weight: bold;
    margin: 24px 0px 16px;
}

.kkexplan .wz2 {
    font-size: 18px;
    line-height: 36px;
}
.kkexplan .wz2 div{
    display: flex;
    width:100%;
}
.kkexplan .wz2 div::before{
    color: #fff;
    font-family: cmsfont;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/icon-pro.png) no-repeat;
    background-size: 20px;
    font-size: 10px;
    display: inline-block;
    padding-right: 6px;
    margin-top: 10px;
}
.kkexplan .wz2 div p{
    width: calc(100% - 25px);
}
.kkexplan .wz2 span{
    color:#b3a9a9;
    font-size: 14px;
}
.kekaoitem .w48{
    width:48%;
}
/* .kkexplan .wz2 span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #676a70;
    margin-right: 6px;
} */

.kkexplan .conyb {
    padding-right: 42px;
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
}

.kkexplan .conyb .conybitem {
    width: 16%;
}

.kkexplan .conyb .conybitem img {
    max-width: 100%;
}

.kkexplan .conyb .conybitem p {
    font-size: 14px;
    text-align: center;
    padding-right: 0px;
    padding-top: 6px;
}

.kekaoitem12 .kkitmeimg {
    width: 48%;
}

.kekaoitem12 .kkexplan {
    width: 48%;
    padding-right: 40px;
}

.kekaoitem12 .kkexplantit {
    margin-bottom: 24px;
}

/* .kekaoitem13 .kkitmeimg {
    width: 48%;
}

.kekaoitem13 .kkexplan {
    width: 48%;
    padding-right: 40px;
} */

.kekaoitem13 .kkexplan .wz2 span {
    background: url(../images/icon-kk13.png) 0px 4px no-repeat;
    padding-left: 24px;
    width: 100%;
    height: 24px;
    background-size: 24px;

}

.kekaoitem13 .kkitmeimg {
    padding: 24px;
    text-align: center;
}

.kekaoitem14 .kkitmeimg {
    text-align: center;
}

.kekaoitem14 .kkexplan .wz2 span {
    background: url(../images/icon-kk13.png) 0px 4px no-repeat;
    padding-left: 24px;
    width: 100%;
    height: 24px;
    background-size: 24px;
}





/*about*/
.aboutbox {
    margin-top: 42px;
    align-items: center;
}

.aboutbox .aboutimg {
    width: 502px;
}

.aboutbox .aboutcon {
    width: calc(100% - 600px);
}

.aboutbox .aboutcon p {
    background: url(../images/about-icon1.png) 0px 8px no-repeat;
    background-size: 22px;
    padding-left: 28px;
    margin-bottom: 24px;
    line-height: 36px;
}

.aboutnum {
    max-width: 1200px;
    margin: 40px auto 0px;
}

.aboutnum .aboutnumitem {
    /* width:25%; */

}

.aboutnum .aboutnumitem .szitem {
    font-size: 48px;
    font-weight: bold;
    line-height: 48px;
    color: #ee7228;
    display: none;
}

.aboutnum .aboutnumitem .szitem em {
    font-style: normal;
    font-size: 24px;
    padding-left: 4px;
}

.aboutnum .aboutnumitem .wz {
    color: #555555;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.historybg {
    background: #009d36 url(../images/hisgb.jpg);
    background-size: cover;
}

.history {

    padding: 72px 0px;
}

.yearlist {
    background: url(../images/his-1.png) no-repeat top center;
    height: 235px;
    padding-top: 30px;
}

.historyitem .container {
    overflow: hidden;
}


.yearlist {
    margin: 40px 0px 32px;
    color: #fff;
}

.yearlist li span {
    color: #676a70;
    font-size: 26px;
    font-family: math;
    padding-bottom: 36px;
    background: url(../images/his-2.png) no-repeat bottom center;
    display: block;
    line-height: 1;
    text-align: center;
    cursor: pointer;
}

.yearlist li.on span {
    background: url(../images/his-3.png) no-repeat bottom center;
    color: #009d36;
    font-family: fantasy;
}

.yearlist li:first-child {
    margin-top: 127px;
}

.yearlist li:nth-child(2) {
    margin-top: 120px;
}

.yearlist li:nth-child(3) {
    margin-top: 109px;
}

.yearlist li:nth-child(4) {
    margin-top: 92px;
}

.yearlist li:nth-child(5) {
    margin-top: 64px;
}

.yearlist li:nth-child(6) {
    margin-top: 44px;
}

.yearlist li:nth-child(7) {
    margin-top: 33px;
}

.yearlist li:nth-child(8) {
    margin-top: 26px;
}

.yearlist li:nth-child(9) {
    margin-top: 26px;
}

.yearlist li:nth-child(10) {
    margin-top: 22px;
}

.yearlist li:nth-child(11) {
    margin-top: 16px;
}

.yearlist li:nth-child(12) {
    margin-top: 8px;
}

.yearlist li:nth-child(13) {
    margin-top: -2px;
}

.yearlist li:nth-child(14) {
    margin-top: -14px;
}

.yearcon {
    max-width: 720px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    text-align: center;
    color: #676a70
}

.yearcon .his1 {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 12px;
    font-family: fantasy;
    letter-spacing: 2px;
}


.advboxlist {
    margin: 40px auto 0px;
    padding-left: 40px;
}

.advitem {
    width: 25%;
}

.advitem .img {
    width: 108px;
}

.advitem .wz1 {
    color: #009d36;
    font-size: 24px;
    font-weight: bold;
    padding: 24px 0px 16px;
    width:108px;
    text-align: center;
}

.advitem .wz2 {
    font-size: 16px;
    line-height: 32px;

}

.advitem .wz2 div{
    display: flex;
    width:100%;
}
.advitem .wz2 div::before{
    color: #fff;
    font-family: cmsfont;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/icon-pro.png) no-repeat;
    background-size: 20px;
    font-size: 10px;
    display: inline-block;
    padding-right: 6px;
    margin-top: 10px;
}
.advitem .wz2 div p{
    width: calc(100% - 25px);
}
.advitem .wz2 span{
    color:#b3a9a9;
    font-size: 14px;
}

.advitem .wz2 p {
    height: 32px;
    line-height: 36px;
}

.advitem .wz2 p span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #000;
    margin-right: 6px;
}

.advitem .wz2 p em {
    font-style: normal;
    font-size: 12px;
    color: #b3a9a9;
}

.coopboxbg {
    background-color: #f1f3f5;
}

.coopbox {

    padding: 72px 0px;
}

.coopboxlist {
    margin-top: 42px;
    justify-content: center;
}

.coopitem {
    width: 21%;
    margin-bottom: 16px;
}

.coopitem img{
    border-radius:12px;
    border:1px solid #ccc;
}


.valuelist {
    margin-top: 42px;
    justify-content: space-evenly;
}

.valueitem {
    width: 20%
}

.valueitem .wz1 {
    color: #009d36;
    font-size: 24px;
    font-weight: bold;
    padding: 24px 0px 16px;
    padding-left: 32px;
    position: relative;
}
.valueitem .wz1:before{
    position: absolute;
    top:26px;
    left:0px;
    content: "";
    height:32px;
    width:32px;
    background: url(../images/about-icon1.png) no-repeat;
    background-size:24px 31px;
}

.valueitem .wz2 {
    font-size: 16px;
    line-height: 32px;

}

.valueitem .wz2 p {
    line-height: 36px;
}

.valueitem .wz2 p span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #000;
    margin-right: 6px;
}



.serverbox {
    background: #f1f3f5;
    padding: 72px 0px;
}

.serveritem {
    margin: 42px auto 36px;
}

.serveritem .servertit {
    font-size: 24px;
    font-weight: bold;
    color: #ee7228;
    margin-bottom: 12px;
}

.serveritem .servercon {
    font-size: 16px;
    line-height: 40px;
}

.serverinfo .contact {
    width: 48%;
}

.serverinfo .contact .tel {
    font-size: 20px;
    font-weight: bold;
    color: #ee7228;
    padding-left: 52px;
    background: url(../images/contact-tel.png) 0px 2px no-repeat;
    background-size: 48px;
    line-height: 48px;
    margin-bottom: 64px;
}

.serverinfo .contact h2 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 6px;
}

.serverinfo .contact p {
    font-size: 16px;
    line-height: 36px;
}

.serverinfo .contact .cewm {
    text-align: center;
}

.serverinfo .contact .cewm img {
    max-width: 120px;
}

.serverinfo .contact .cewm p {
    text-align: center;
    font-size: 14px;
    line-height: 32px;
}

.serverinfo .message {
    width: 48%;
}

.serverinfo .message .tel {
    font-size: 20px;
    font-weight: bold;
    color: #ee7228;
    padding-left: 52px;
    background: url(../images/message.png) 0px 2px no-repeat;
    background-size: 48px;
    line-height: 48px;
    margin-bottom: 24px;
}

.inputline p {
    margin: 6px 0px;
    font-size: 16px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.45);
    font-weight: 300;
    font-family: 'MontserratLight6' !important;
    height: 24px;
    overflow: hidden;
}

.inputline .input {
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    padding-left: 16px;
    padding-right: 30px;
    height: 32px;
}

.inputline .input input {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.45);
    font-weight: 400;
    font-family: 'MontserratRegular' !important;
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    outline: medium;
}

.inputline .inputt {
    height: 72px;
    padding-right: 0px;
}

.inputline .input textarea {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.45);
    font-weight: 400;
    font-family: 'MontserratRegular' !important;
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    outline: medium;
}

.serverinfo .message .btn {
    width: 100%;
    background-color: #ee7228;
    border-radius: 6px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    letter-spacing: 2px;
    color: #fff;
    margin-top: 12px;
}

.mheader{
    display:none;
}
@media (max-width: 1440px) {
    .container{
        max-width:1280px;
    }
    .kkexplan .conyb{
        padding-right: 0px;
    }
    .footer-right{
        width:72%;
    }
    .coopboxlist{
        justify-content: space-between;
    }
}
@media (max-width: 1280px) {
    
    .main{
        margin:60px 0px;
    }
    .tit{
        font-size:36px;
    }
    .procate ul li a{
        font-size: 14px;
        padding: 0px;
    }
    .probasiccon .protel{
        margin-top: 32px;
    }
    .kekaotit li{
        width:24%;
    }
    .kkexplantit{
        font-size: 32px;
    }
    .kkexplan .wz1{
        font-size: 18px;
    }
    .kkexplan .wz2 div p{
        font-size: 14px;
    }
    .aboutbox .aboutcon{
        width: calc(100% - 560px);
    }
}
@media (max-width: 1200px) {
    .footernav dl{
        width:14%;
    }
    .footernav dl:nth-child(2){
        width:56%;
    }
    .footernav dl:nth-child(3){
        width:30%;
    }
}
@media (max-width: 1024px) { 
    .banner{
        padding:64px 0px;
    }
    #i-main .bannerbox{
        height:400px;
    }
    #i-main .bannerbox .banner{
        padding:0px;
    }
    .main {
        margin: 48px 0px;
    }
    .tit{
        font-size: 30px;
    }
    .procate{
        display:none;
    }
    .proxcy{
        font-size:20px;
    }
    .prolist .proitem {
        width: calc((100% - 48px)/4);
        margin-bottom: 1.33333%;
        margin-right: 16px;
    }
    .prolist .proitem a .text p{
        font-size: 14px;
    }
    .bannercn{
        font-size:30px;
    }
    .banneren{
        font-size: 16px;
    }
    .crumb{
        padding-top: 12px;
    }
    .page-title{
        padding-bottom: 12px;
    }
    .probasiccon h2{
        font-size: 24px;
        margin-bottom: 18px;
    }
    .explan{
        font-size:14px;
        line-height:28px;
    }
    .procontit{
        font-size:24px;
    }
    .procontit span{
        font-size:20px;
    }
    .proconys{
        margin-top:12px;
    }
    .proconys .proconysitem{
        width: calc((100% - 32px) /2);
        box-sizing: border-box;
        margin-bottom: 16px;
        padding-top: 16px;
        border-top: 2px solid #009d36;
        line-height: 1.25;
    }
    .proconzl .proconzlcon {
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 16px;
        padding-top: 16px;
        border-top: 2px solid #009d36;
        line-height: 1.25;
        display: flex;
    }
    .kkexplantit{
        font-size: 24px;
    }
    .serveritem .servertit{
        font-size: 22px;
    }
    .yearlist li:first-child{
        margin-top: 108px;
    }
    .yearlist li:nth-child(2) {
        margin-top: 100px;
    }

    .yearlist li:nth-child(3) {
        margin-top: 84px;
    }

    .yearlist li:nth-child(4) {
        margin-top: 62px;
    }

    .yearlist li:nth-child(5) {
        margin-top: 48px;
    }

    .yearlist li:nth-child(6) {
        margin-top: 40px;
    }

    .yearlist li:nth-child(7) {
        margin-top: 33px;
    }

    .yearlist li:nth-child(8) {
        margin-top: 26px;
    }

    .yearlist li:nth-child(9) {
        margin-top: 26px;
    }

    .yearlist li:nth-child(10) {
        margin-top: 22px;
    }

    .yearlist li:nth-child(11) {
        margin-top: 22px;
    }

    .yearlist li:nth-child(12) {
        margin-top: 18px;
    }

    .yearlist li:nth-child(13) {
        margin-top: 12px;
    }

    .yearlist li:nth-child(14) {
        margin-top: 10px;
    }
    .advitem{width:48%; margin-bottom: 24px;    border: 2px solid #f1f3f5;
    box-shadow: 6px 6px 10px 0px rgba(241, 243, 243, 0.45); padding:12px;}
    .valueitem{
        width:48%;
    }
    .headerfiexd .nav{
        width:60%;
    }
}
@media (max-width: 960px) { 
    .kekaotit li{
        width:48%;
        margin-bottom: 12px;
    }
    .kkexplan .wz1{
        font-size: 16px;
    }
    .footerlogo{
        width:100%;
    }
    .footerlogo-img img{
        max-width:240px;
        margin:0 auto;
        display: block;
    }
    .footer-right{
        width:100%;
    }

    .serverinfo .contact{
        width:100%;
    }
    .serverinfo .contact .tel{
        margin-bottom: 20px;
    }
    .serverinfo .message{
        width:100%;
        margin-top: 20px;
    }
    .aboutbox .aboutimg{
        width:100%;
        text-align: center;
    }
    .aboutbox .aboutcon{
        width:100%;
    }
    .aboutbox .aboutcon p{
        margin-bottom:16px;
    }
    .yearlist{background: none; height:96px;}      
    .yearlist li{margin-top: 0!important;}
}
@media (max-width: 767px) { 
    header,.header{
        display:none;
    }
    .icon-font:after {
        content: "";
        width: 30px;
        height: 30px;
        background-image: url(../images/icon_jt.png);
        background-repeat: no-repeat;
        position: absolute;
        left: calc(50% - 15px);
        top: calc(50% - 15px);
    }
    .mheader{
        display:block;
    }
    .mob-head {
        position: fixed;
        top: 0;
        z-index: 999999;
        left: 0;
        right: 0;
        background: #fff;
        box-shadow: 0px 0px 10px 0px rgba(0, 157, 54, 0.95);
    }

    .mob-head-box {
        position: relative;
        height: 60px;
    }

    .mob-head-box .mob-logo {
        position: absolute;
        left: 10px;
        bottom: 0;
        top: 0;
        margin: auto;
        width: 70%;
        height: 36px;
        text-align: left;
    }

    .mob-head-box .mob-logo h1,
    .mob-head-box .mob-logo a {
        display: inline;
        font-size: 0;
    }

    .mob-head-box .mob-logo img {
        height: 36px;
    }

    .mob-navbtn {
        position: absolute;
        z-index: 9;
        top: 0;
        bottom: 0;
        right: 10px;
        margin: auto 0 auto 27px;
        width: 30px;
        height: 20px;
    }

    .mob-navbtn span,
    .mob-navbtn:after,
    .mob-navbtn:before {
        display: block;
        height: 2px;
        width: 100%;
        background: #009d36;
        -webkit-transition: all .5s;
        transition: all .5s;
    }

    .mob-navbtn span {
        margin: 7px 0;
    }

    .mob-navbtn:after,
    .mob-navbtn:before {
        content: '';
        -webkit-transform-origin: 7.5%;
        transform-origin: 7.5%;
    }

    .mob-navbtn.clicked span {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }

    .mob-navbtn.clicked:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .mob-navbtn.clicked:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .mob-search-btn {
        position: absolute;
        z-index: 9;
        right: 0;
        top: 0;
        bottom: 0;
        width: 14%;
        text-align: center;
        line-height: 60px;
    }

    .mob-search-btn .icon-font {
        display: block;
        width: 100%;
        height: 100%;
    }

    .mob-search-btn .icon-font:after {
        background-position: -30px -210px;
    }

    .mob-menu {
        display: none;
        position: absolute;
        z-index: 9999;
        left: 0;
        right: 0;
        height: 100vh;
        background: #009d36;
        padding: 0 10%;
    }

    .mob-menu .mob-menu-box {
        height: 100vh;
        overflow: auto;
        padding-bottom: 80px;
    }

    .mob-nav>li {
        border-bottom: 1px solid #fff;
        position: relative;
    }

    .mob-nav>li>a {
        display: block;
        line-height: 50px;
        font-size: 16px;
        color: #ffffff;
    }

    .mob-nav .mob-menu-jt {
        position: absolute;
        width: 20%;
        height: 50px;
        line-height: 50px;
        right: 0;
        top: 0;
        text-align: center;
        z-index: 9;
    }

    .mob-nav .mob-menu-jt .icon-font {
        display: block;
        width: 100%;
        height: 100%;
    }

    .mob-nav .mob-menu-jt .icon-font:after {
        background-position: -0px -0px;
    }

    .mob-nav .mob-menu-jt.clicked .icon-font:after {
        background-position: -0px -30px;
    }

    .mob-nav .mob-sub-menu {
        background: #ee7228;
        display: none;
    }

    .mob-nav .mob-sub-menu>li {
        border-top: 1px dashed #fff;
    }

    .mob-nav .mob-sub-menu>li>a {
        display: block;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.8);
        line-height: 40px;
        text-indent: 2em;
    }

    .main{
        margin:24px 0px;
    }
    .tit{
        font-size: 24px;
    }
    .proxcy{
        font-size:16px;
        margin-bottom: 16px;
    }
    .prolist{
        justify-content: space-between;
    }
    .prolist .proitem{
        width: calc((100% - 12px)/2);
        margin-bottom: 12px;
        margin-right: 0px;
    }
    .footernav dl{
        display:none;
    }
    .footernav dl:nth-child(3){
        display:block;
        width:100%;
    }
    .footernav dt{
        display:none;
    }
    .copyright .right{
        padding-left: 0px;
    }

    .banner{
        padding-top:120px;
    }
    .bannercn{
        font-size: 24px;
    }
    .banneren{
        margin:16px 0px 0px;
        font-size: 14px;
    }
    .prodetailboxt {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .prodetailboxt .proimg{
        width:100%;
    }
    .probasiccon{
        width:100%;
    }
    .probasiccon h2{
        line-height:48px;
    }
    .probasiccon .protel{
        margin-top:12px;
    }
    .proconbox{
        padding:32px 0px;
    }
    .proconys .proconysitem{
        width:100%;
        margin-bottom: 0px;
    }
    .proconys .proconysitem:nth-child(2){
        border-top:0px;
        padding-top: 0px;
    }
    .proconys .proconysitem strong{
        font-size: 16px;
        line-height:28px;
        margin-bottom: 0px;
    }
    .proconys .proconysitem p{
        font-size: 14px;
        line-height:24px;
        margin-bottom:10px;
        padding-top: 10px;
    }

    .kekaotit{
        margin-top:24px;
    }
    .advboxlist{
        margin:24px auto 0px;
        padding-left: 0px;
    }
    .historybg{
        overflow: hidden;
    }
}
@media (max-width: 480px) { 
    .kekaotit li{
        width:100%;
    }
    .kkitmeimg{
        width:100%;
    }
    .kkexplan{
        width:100%;
        padding:16px;
    }
    .kkexplantit {
        font-size: 20px;
    }
    .kkexplan .wz1{
        margin:12px 0px 8px;
    }
    .kkexplan .wz2 div p{
        line-height:24px;
        padding-top:8px;
    }

    .kekaoitem{
        margin-top: 16px;
    }
    .kekaoitemr .kkexplan{
        width:100%;
        padding:16px;
    }
    .kekaoitemr .kkitmeimg{
        width:100%;
    }
    .kkexplan .conyb{
        flex-wrap: wrap;
    }
    .kkexplan .conyb .conybitem{
        width:48%;
    }
    .kekaoitem .w48{
        width:100%;
    }
    .serveritem .servercon{
        font-size: 14px;
        line-height:24px;
    }
    .serverinfo .contact p{
        font-size: 14px;
    }
    .serveritem{
        margin:24px auto 12px;
    }
    .serverinfo .contact .tel{
        margin-bottom: 8px;
    }
    .serverinfo .message .tel{
        margin-bottom:8px;
    }

    .aboutnum{
        margin-top:16px;
    }
    .aboutnum .aboutnumitem{
        width:50%;
        text-align: center;
    }
    .aboutnum .aboutnumitem .szitem{
        font-size:32px;
    }
    .aboutnum .aboutnumitem .wz{
        font-size:14px;
    }
    .advitem{
        width:100%;
    }
    .advitem .img{
        margin:0 auto;
    }
    .advitem .wz1{
        font-size: 20px;
        padding:12px 0px 8px;
        margin:0 auto;
    }
    .coopitem{
        width:48%;
        margin-bottom:12px;
    }
    .valuelist{
        margin-top: 0px;
    }
    .valueitem{
        width:100%;
        border-bottom:2px solid #ccc;
        padding-bottom:12px;
    }
    .valueitem .wz1{
        font-size: 20px;
        padding-top: 28px;
    }
    .valueitem .wz2 h3{
        font-size: 16px;
    }
    .valueitem .wz2 p{
        font-size: 14px;
        line-height:24px;
    }
}

