﻿@charset "utf-8";
/* mxtz_about */
.mxtz_about{text-align: center;background-image: url(../images/about.png);background-repeat: no-repeat;background-position: center center;background-color: #fafafa;padding-bottom: 60px;}
.mxtz_about_con{padding: 30px 0 0;}
.mxtz_about_con  p{font-size: 15px;color: #333;line-height: 2.5;text-align: center;}
.mxtz_about_con_list{display: flex;flex-wrap: nowrap;justify-content: center;background: #fff;box-shadow: 0 0 5px #efefef;margin-top: 40px;}
.mxtz_about dl{width: 25%;float: left;box-sizing:border-box;text-align: center;padding: 0 0;margin-top: 30px;margin-bottom: 30px;position: relative;}
.mxtz_about dl::after{content: '';width: 1px;height: 80px;background: #bcbcbc;display: inline-block;position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.mxtz_about dl:last-child::after{display: none;}
.mxtz_about dt{font-size: 60px;color: #000;font-weight: bold;}
.mxtz_about dt sub{font-size: 24px;color: #333333;top: -10px;position: relative;}
.mxtz_about dd{font-size: 24px;line-height: 2;}
/* mxtz_product */
.mxtz_product{position: relative;padding:30px 0;box-sizing: border-box;}
.mxtz_product .pro_nav{position: relative;z-index: 9999;padding-top: 10px;}
.mxtz_product .pro_nav .pro_top{width: 280px;height: 100px;color: #fff;background: url(../images/pro_top.png) no-repeat 30px 30px #00923f;box-sizing: border-box;padding-left: 90px;padding-top: 25px;} 
.mxtz_product .pro_nav .pro_top sub{font-size: 14px;}
.mxtz_product .pro_nav .pro_top sup{font-size: 28px;display: block;line-height: 1;}
.mxtz_product .pro_nav ul{box-sizing: border-box;padding: 0 0;display: flex;flex-wrap: wrap;justify-content: space-between;margin-bottom: 20px;padding-left: 15px;}
.mxtz_product .pro_nav ul li{position: relative;background: #e9e9e9;width:24%;text-align: center;height: 45px;margin-bottom: 10px;line-height: 45px;}
.mxtz_product .pro_nav ul li a{display: block;font-size: 16px;}
.mxtz_product .pro_nav ul li:hover{background: #00923f;}
.mxtz_product .pro_nav ul li:hover a{color: #fff;}
.mxtz_product .pro_nav ul li.mor{background: #00923f;}
.mxtz_product .pro_nav ul li.mor a{color: #fff;}


.mxtz_product .pro_list{display: flex;flex-wrap: wrap;justify-content: start;}
.mxtz_product .pro_list li{width: 24%;margin-right: 1.333333333%;margin-bottom: 35px;overflow: hidden;background: #f5f5f5;}
.mxtz_product .pro_list li .li_pic{width: 290px;overflow: hidden;box-sizing: border-box;}
.mxtz_product .pro_list li .li_pic img{width: 290px;height: 230px;}
.mxtz_product .pro_list li .li_t{font-size: 18px;line-height: 3.5;text-align: center;}
.mxtz_product .pro_list li .li_t a{display: block;}
.mxtz_product .pro_list li:nth-child(4n+0){margin-right:0;}
.mxtz_product .pro_list li:hover{background: #00923f;}
.mxtz_product .pro_list li:hover .li_t a{color: #fff;}

/* mxtz_cases */
.mxtz_cases{padding-top: 10px;}
.mxtz_cases_con{padding-bottom: 30px;}
.mxtz_cases_con .bd{position: relative;width: 100%;float: left; z-index: 2;}
.mxtz_cases_con .bd ul{ padding:0;  zoom:1; position: relative;height: 100%;margin-top: 30px;}
.mxtz_cases_con .bd{ padding:10px 0;}
.mxtz_cases_con .bd ul{ overflow:hidden; zoom:1; }
.mxtz_cases_con .bd ul li{ margin:0 10px; float:left; overflow:hidden; text-align:center;  }
.mxtz_cases_con .bd ul li .pic{ text-align:center; }
.mxtz_cases_con .bd ul li .pic img{ width:280px;  display:block;  border:1px solid #ccc; }
.mxtz_cases_con .bd ul li .pic a:hover img{ border-color:#999;  }
.mxtz_cases_con .bd ul li .tit{ line-height:2.5;font-size: 15px;color: #000;   }

/* mxtz_ad */
.mxtz_ad{background: url(../images/ad.jpg) no-repeat center center;height: 265px;width: 100%; color: #fff;text-align: center;position: relative;}
.mxtz_ad_con{position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);width: 826px;}
.mxtz_ad_con strong{font-size: 48px;display: block;position: relative;color: #fff;}
.mxtz_ad_con strong em{font-size: 48px;font-style: normal;color: #fff;padding-left: 20px;}
.mxtz_ad_con b{font-size: 24px;line-height: 2;display: block;color: #fff;}
.mxtz_ad_con .links{font-size: 18px;display: inline-block;height: 40px;line-height: 40px;margin-top: 10px;}
.mxtz_ad_con .links a{padding: 5px 20px;background:#da251c;border-radius: 25px;color: #fff;}
.mxtz_ad_con .links a:nth-of-type(2){padding: 5px 20px;background:#fff;margin-left: 20px;color: #333;font-weight: bold;font-size: 18px;}

/* news */
.mxtz_news {box-sizing: border-box;padding: 0 0 30px;border-top: 2px solid #e8e8e8;}
.mxtz_news .hd ul{display: flex;flex-wrap: nowrap;justify-content: center;padding-bottom: 30px;margin-bottom: 20px;}
.mxtz_news .hd ul li a{padding: 10px 35px 10px 35px;background: #e4e4e4;color: #333;display: inline-block;font-size: 18px;}
.mxtz_news .hd ul li+li{margin-left: 10px;}
.mxtz_news .hd ul li.on a{background: #00923f;color: #fff;}
.mxtz_news .bd ul .news1 {width: 774px;}
.mxtz_news .bd ul .news1 .n-list1 li .img {width: 305px;height: 200px;}
.mxtz_news .bd ul .news1 .n-list1 li .img img {width: 305px;height: 200px;}
.mxtz_news .bd ul .news1 .n-list1 li .ww {width: 435px;}
.mxtz_news .bd ul .news1 .n-list1 li .ww a {display: block;}
.mxtz_news .bd ul .news1 .n-list1 li .ww a .w1 {font-size: 20px;color: #282828;line-height: 40px;}
.mxtz_news .bd ul .news1 .n-list1 li .ww a .w2 {font-size: 14px;color: #bbbbbb;margin-bottom: 10px;}
.mxtz_news .bd ul .news1 .n-list1 li .ww a .w3 {font-size: 14px;color: #777777;line-height: 21px;}
.mxtz_news .bd ul .news1 .n-list1 li .ww a .w4 {margin-top: 26px;}
.mxtz_news .bd ul .news1 .n-list2 {margin-top: 25px;}
.mxtz_news .bd ul .news1 .n-list2 li {margin-bottom: 25px;}
.mxtz_news .bd ul .news1 .n-list2 li .date {background: url(../images/date.png) no-repeat top center;height: 84px;width: 90px;position: relative;}
.mxtz_news .bd ul .news1 .n-list2 li .date .d1 {font-size: 30px;color: #ffffff;position: absolute;left: 10px;top: 10px;}
.mxtz_news .bd ul .news1 .n-list2 li .date .d2 {font-size: 18px;color: #ffffff;position: absolute;right: 10px;top: 30px;}
.mxtz_news .bd ul .news1 .n-list2 li .date .d3 {font-size: 18px;color: #666666;position: absolute;bottom: 2px;text-align: center;width: 100%;}
.mxtz_news .bd ul .news1 .n-list2 li .wz {width: 655px;}
.mxtz_news .bd ul .news1 .n-list2 li .wz a {display: block;}
.mxtz_news .bd ul .news1 .n-list2 li .wz a h3 {font-size: 18px;color: #222222;line-height: 36px;}
.mxtz_news .bd ul .news1 .n-list2 li .wz a p {font-size: 14px;color: #777777;line-height: 21px;}
.mxtz_news .bd ul .news2 {width: 393px;}
.mxtz_news .bd ul .news2 .n-list3 {background: url(../images/news.png) no-repeat 0% 15px;}
.mxtz_news .bd ul .news2 .n-list3 li {border-bottom: 1px dashed #cfcfcf;margin-left: 27px;}
.mxtz_news .bd ul .news2 .n-list3 li a {display: block;font-size: 15px;color: #555555;line-height: 44px;}
.mxtz_partner {padding-bottom: 30px;}
.mxtz_partner .tit{background: url(../images/par.png) no-repeat left;font-size: 30px;padding-left: 50px;margin-bottom: 30px;position: relative;}
.mxtz_partner .tit span{background: #fff;padding-right: 20px;position: relative;z-index: 2;}
.mxtz_partner .tit a{border: 2px solid #e8e8e8;border-radius: 3px;padding: 5px 20px;position: absolute;right: 0;font-size: 16px;z-index: 2;background: #fff;}
.mxtz_partner .tit::after{content: '';width: 60%;position: absolute;right: 120px;height: 2px;background: #e8e8e8;top: 50%;transform: translateY(-45%); z-index: 0;}
.mxtz_partner ul{width: 100%;}
.mxtz_partner ul li{width: 160px;height: 70px;box-sizing: border-box;float: left;margin-right: 13.33333333333px;margin-bottom:14px;}
.mxtz_partner ul li .pic{width: 100%;overflow: hidden;border: 1px solid #e8e8e8;}
.mxtz_partner ul li .pic img{width: 100%;}
.mxtz_partner ul li:nth-child(7n+0){margin-right: 0;}