/* 网站背景 */
.bg-color{background-color: #fff;}
/* 网站头部 */
.nav-bar#index{background-color: transparent;border-bottom: 1px solid #ddd;height: 138px;}
.nav-bar{position: fixed;top: 0;left: 0;width: 100%;height: 130px;background-color: #fff;z-index: 99;}
.nav-bar .warpper{height: 100%;}
.nav-bar .navtxt{border-bottom: 1px solid #ddd;line-height: 30px;color: #666;font-size: 14px;}
.nav-bar#index .list{margin-top: 8px;}
.nav-bar .list{display: flex;justify-content: space-between;margin-top: 20px;}
.nav-bar .list .logo{width: 137px;}
.nav-bar .list .logo .icon{margin-bottom: 10px;}
.nav-bar .list .logo .icon img{width: 100%;}
.nav-bar .list .logo .name{text-align: center;line-height: 1;color: #333;font-size: 16px;}
.nav-bar .list .nav{padding: 0 40px;display: flex;justify-content: center;}
.nav-bar .list .nav li{margin: 0 15px;}
.nav-bar .list .nav li a{display: block;line-height: 70px;padding: 0 6px;color: #333;font-size: 16px;position: relative;}
.nav-bar .list .nav li a::before{content: '';position: absolute;bottom: 0;left: 0;width: 0;height: 4px;background-color: #ff7f02;transition: all 0.5s ease-in-out;}
.nav-bar .list .nav li.active a::before,
.nav-bar .list .nav li a:hover::before{width: 100%;}
.nav-bar .list .tel{padding: 0 20px;height: 35px;line-height: 35px;color: #fff;font-size: 20px;background-color: #0465b5;border-radius: 20px;margin-top: 18px;}
.nav-bar#index:hover{background-color: #fff;}
.nav-bar.nav-move{-webkit-transform: translateY(-100%);transform: translateY(-100%);box-shadow: none !important;}
.nav-bar.nav-hide{box-shadow: 0 2px 11px rgba(0, 0, 0, 0.5);height: 100px !important;}
.nav-bar#index.nav-hide{background-color: #fff;border-bottom: none;}
.nav-bar.nav-hide .navtxt{display: none;}
.nav-bar.nav-hide .list{margin-top: 0 !important;align-items: center;height: 100%;}
.nav-bar.nav-hide .list .logo{width: 120px;}
.nav-bar.nav-hide .list .logo .icon{margin-bottom: 6px;}
.nav-bar.nav-hide .list .logo .name{font-size: 14px;}
.nav-bar.nav-hide .list .tel{margin-top: 0;}
/* banner大图 */
.banner{width: 100%;margin: 0 auto;position: relative;overflow: hidden;z-index: 1;text-align: center;}
.banner a{display: block;}
.banner img{width: 100%;}
.banner .banner-pagination{display: flex;justify-content: center;align-items: center;bottom: 20px;}
.banner .swiper-pagination-bullet{display: block !important;width: 6px;height: 6px;background-color: #fff;margin: 0 5px !important;opacity: 1;border-radius: 50%;transition: all 0.5s ease-in-out;}
.banner .swiper-pagination-bullet-active{width: 30px;border-radius: 20px;background-color: #ff7f02;}
#main{overflow: hidden;}
/* 公共头部 */
.common{height: 70px;margin-bottom: 34px;position: relative;}
.common .en,
.common .name{position: absolute;left: 0;text-align: center;width: 100%;line-height: 1;}
.common .en{top: 0;color: transparent;font-size: 60px;font-weight: 700;text-transform: uppercase;opacity: 0.15;-webkit-text-stroke: 2px #0465b5;}
.common .name{bottom: 16px;color: #000;font-size: 38px;font-weight: 700;}
.common .line{position: absolute;left: 50%;bottom: 0;width: 45px;height: 4px;background-color: #ff7f02;transform: translateX(-50%);}
/* 产品中心 */
#main .product-main{padding: 80px 0;background-image: url(/html/static/index/zm001/images/productbg.jpg);background-position: center;background-repeat: no-repeat;background-size: cover;background-attachment: fixed;}
#main .product-main .hd{background-color: #fff;border-bottom: 1px solid #f6f6f6;position: relative;z-index: 1;}
#main .product-main .hd ul{width: 1000px;float: left;}
#main .product-main .hd ul li{width: 20%;float: left;text-align: center;line-height: 59px;position: relative;}
#main .product-main .hd ul li::before{content: '';position: absolute;bottom: -14px;left: 50%;transform: translateX(-50%);border-width: 14px;border-color: #0465b5;border-bottom-width: 0;border-style: dashed;border-top-style: solid;border-right-color: transparent;border-left-color: transparent;transition: all 0.5s ease-in-out;opacity: 0;}
#main .product-main .hd ul li a{display: block;color: #333;font-size: 16px;}
#main .product-main .hd ul li.on,
#main .product-main .hd ul li:hover{background-color: #0465b5;}
#main .product-main .hd ul li.on a,
#main .product-main .hd ul li:hover a{color: #fff;}
#main .product-main .hd ul li.on::before,
#main .product-main .hd ul li:hover::before{opacity: 1;}
#main .product-main .hd .more{width: 200px;float: left;text-align: center;line-height: 59px;color: #ff7f02;font-size: 16px;}
#main .product-main .hd .more:hover{background-color: #0465b5;color: #fff;}
#main .product-main .bd .erji{background-color: #fff;border-bottom: 1px solid #f6f6f6;}
#main .product-main .bd .erji a{display: block;float: left;width: 200px;text-align: center;line-height: 73px;color: #333;font-size: 16px;}
#main .product-main .bd .erji a:hover{background-color: #0465b5;color: #fff;}
#main .product-main .bd .list{margin-top: 34px;}
#main .product-main .bd .list li{float: left;width: 384px;margin-right: 24px;}
#main .product-main .bd .list li:nth-child(3n){margin-right: 0;}
#main .product-main .bd .list li a{display: block;}
#main .product-main .bd .list li a .img{height: 280px;border-width: 2px;border-style: solid;border-color: transparent;overflow: hidden;}
#main .product-main .bd .list li a .img img{width: 100%;height: 100%;object-fit: cover;}
#main .product-main .bd .list li a .tit{text-align: center;color: #333;font-size: 16px;line-height: 44px;}
#main .product-main .bd .list li a:hover .img{border-color: #ff7f02;}
#main .product-main .bd .list li a:hover .img img{transform: scale(1.1);}
/* 为什么选择我们 */
#main .youshi-main{padding: 100px 0;background-color: #fff;background-image: url(/html/static/index/zm001/images/youshibg.jpg);background-position: center;background-repeat: no-repeat;background-size: 100% auto;}
#main .youshi-main .hd ul{display: flex;}
#main .youshi-main .hd ul li{width: 25%;height: 100px;display: flex;align-items: center;padding-left: 20px;cursor: pointer;box-sizing: border-box;position: relative;z-index: 1;}
#main .youshi-main .hd ul li::before{content: '';position: absolute;top: 0;left: 0;width: 0;height: 100%;background-color: #ff7f02;transition: all 0.5s ease-in-out;z-index: -1;}
#main .youshi-main .hd ul li::after{content: '';position: absolute;top: 0;right: 0;width: 1px;height: 100%;background-color: #2076bd;transition: all 0.5s ease-in-out;}
#main .youshi-main .hd ul li .icon{width: 65px;height: 65px;line-height: 65px;text-align: center;font-size: 0;overflow: hidden;}
#main .youshi-main .hd ul li .icon img{max-width: 100%;max-height: 100%;display: inline-block;vertical-align: middle;}
#main .youshi-main .hd ul li .info{margin-left: 14px;line-height: 1;color: #333;}
#main .youshi-main .hd ul li .info .name{font-size: 28px;font-weight: 700;margin-bottom: 10px;}
#main .youshi-main .hd ul li .info .en{font-size: 16px;text-transform: uppercase;}
#main .youshi-main .hd ul li.on::before{width: 100%;}
#main .youshi-main .hd ul li.on::after{opacity: 0;}
#main .youshi-main .hd ul li.on .icon img{-webkit-filter: brightness(0) invert(1);filter: brightness(0) invert(1);}
#main .youshi-main .hd ul li.on .info{color: #fff;}
#main .youshi-main .box{margin-top: 12px;background-color: #f5f5f5;padding: 42px 25px;display: flex;justify-content: space-between;}
#main .youshi-main .box .bd{width: 556px;}
#main .youshi-main .box .bd .top{display: flex;justify-content: space-between;align-items: center;margin-bottom: 20px;}
#main .youshi-main .box .bd .top .info{width: calc(100% - 80px);line-height: 1;color: #0465b5;}
#main .youshi-main .box .bd .top .info .name{font-size: 28px;font-weight: 700;margin-bottom: 10px;}
#main .youshi-main .box .bd .top .info .en{text-transform: uppercase;font-size: 16px;}
#main .youshi-main .box .bd .top .icon{width: 65px;height: 65px;line-height: 65px;text-align: center;font-size: 0;overflow: hidden;}
#main .youshi-main .box .bd .top .icon img{max-width: 100%;max-height: 100%;display: inline-block;vertical-align: middle;}
#main .youshi-main .box .bd .tags{line-height: 1;color: #ff7f02;font-size: 20px;font-weight: 700;margin-bottom: 20px;}
#main .youshi-main .box .bd .con{color: #333;font-size: 16px;line-height: 38px;}
#main .youshi-main .box .img{width: 540px;height: 320px;overflow: hidden;}
#main .youshi-main .box .img img{width: 100%;height: 100%;object-fit: cover;}
/* 成功案例 */
#main .case-main{background-color: #fff;margin-bottom: 100px;background-image: url(/html/static/index/zm001/images/casebg.jpg);background-position: center bottom;background-repeat: no-repeat;background-size: 100% auto;}
#main .case-main .list{margin: 0 -10px;}
#main .case-main .list li{float: left;width: 285px;margin: 0 10px;}
#main .case-main .list li a{display: block;}
#main .case-main .list li a .img{height: 220px;border-width: 2px;border-style: solid;border-color: transparent;overflow: hidden;}
#main .case-main .list li a .img img{width: 100%;height: 100%;object-fit: cover;}
#main .case-main .list li a .tit{text-align: center;color: #333;font-size: 16px;line-height: 44px;}
#main .case-main .list li a:hover .img{border-color: #ff7f02;}
#main .case-main .list li a:hover .img img{transform: scale(1.1);}
#main .case-main .more{display: block;width: 490px;height: 55px;line-height: 55px;text-align: center;font-size: 16px;color: #fff;border-radius: 10px;background-color: #0465b5;margin: 15px auto 0;}
#main .case-main .more:hover{background-color: #ff7f02;}
/* 关于AM8亚美 */
#main .company-main{padding: 80px 0;background-image: url(/html/static/index/zm001/images/gsjjbg.jpg);background-position: center;background-repeat: no-repeat;background-size: cover;}
#main .company-main .common .en,
#main .company-main .common .name{text-align: left;}
#main .company-main .common .line{left: 0;transform: translateX(0);}
#main .company-main .txt{color: #333;font-size: 16px;line-height: 2.5;text-align: justify;text-indent: 2em;}
#main .company-main .more{display: block;width: 168px;height: 55px;line-height: 55px;color: #fff;font-size: 16px;background-color: #0465b5;text-align: center;border-radius: 10px;margin: 30px 0;}
#main .company-main .more:hover{background-color: #ff7f02;}#main .company-main .list{background-color: #fff;border-radius: 10px;box-shadow: 0 0 8px 0 rgba(2,62,111,0.3);display: flex;}
#main .company-main .list li{width: 25%;height: 120px;display: flex;justify-content: center;align-items: center;position: relative;}
#main .company-main .list li::before{content: '';position: absolute;top: 50%;left: 0;width: 1px;height: 50px;background-color: #0465b5;transform: translateY(-50%);}
#main .company-main .list li:first-child::before{display: none;}
#main .company-main .list li .info{line-height: 1;}
#main .company-main .list li .info .icon{width: 30px;height: 30px;line-height: 30px;text-align: center;font-size: 0;overflow: hidden;}
#main .company-main .list li .info .icon img{max-width: 100%;max-height: 100%;display: inline-block;vertical-align: middle;}
#main .company-main .list li .info .name{color: #333;font-size: 16px;margin-top: 8px;}
#main .company-main .list li .num{margin: 0 10px;line-height: 1;color: #0465b5;font-size: 68px;font-weight: 700;}
#main .company-main .list li .danwei{color: #333;font-size: 16px;line-height: 1;margin-top: 30px;}
/* 品牌实力 */
#main .shili-main{background-color: #fff;padding: 80px 0;}
#main .shili-main#shili .common .en{display: block;}
#main .shili-main .common .en{display: none;}
#main .shili-main .hd{float: left;width: 200px;}
#main .shili-main .hd li{cursor: pointer;display: flex;justify-content: center;height: 96px;align-items: center;background-color: #f5f5f5;margin-bottom: 5px;}
#main .shili-main .hd li .icon{width: 40px;height: 40px;line-height: 40px;text-align: center;font-size: 0;overflow: hidden;}
#main .shili-main .hd li .icon img{max-width: 100%;max-height: 100%;display: inline-block;vertical-align: middle;}
#main .shili-main .hd li .name{margin-left: 20px;color: #333;font-size: 22px;line-height: 1;}
#main .shili-main .hd li.on{background-color: #0465b5;}
#main .shili-main .hd li.on .icon img{-webkit-filter: brightness(0) invert(1);filter: brightness(0) invert(1);}
#main .shili-main .hd li.on .name{color: #fff;}
#main .shili-main .bd{float: right;width: 980px;min-height: 420px;}
#main .shili-main .bd .zhuanye{display: flex;justify-content: space-between;align-items: center;}
#main .shili-main .bd .zhuanye .img{width: 568px;height: 396px;text-align: center;font-size: 0;}
#main .shili-main .bd .zhuanye .img img{max-width: 100%;max-height: 100%;display: inline-block;vertical-align: middle;}
#main .shili-main .bd .zhuanye .box{width: 400px;}
#main .shili-main .bd .zhuanye .box .data{display: flex;justify-content: space-between;align-items: center;margin-bottom: 30px;}
#main .shili-main .bd .zhuanye .box .data li{line-height: 1;position: relative;}
#main .shili-main .bd .zhuanye .box .data li::before{content: '';position: absolute;top: 50%;right: -30%;width: 2px;height: 48px;background-color: #9f9f9f;transform: translateY(-50%);}
#main .shili-main .bd .zhuanye .box .data li:last-child::before{display: none;}
#main .shili-main .bd .zhuanye .box .data li .num{color: #0465b5;font-size: 60px;font-weight: 700;margin-bottom: 12px;}
#main .shili-main .bd .zhuanye .box .data li .name{color: #333;font-size: 18px;}
#main .shili-main .bd .zhuanye .box .tags{color: #333;font-size: 16px;line-height: 2.2;}
#main .shili-main .bd .zhuanye .box .con{color: #333;font-size: 20px;font-weight: 700;line-height: 1.9;}
#main .shili-main .bd .zhuanye .box .con p{padding-left: 22px;position: relative;}
#main .shili-main .bd .zhuanye .box .con p::before{content: '';position: absolute;top: 50%;left: 0;width: 10px;height: 10px;background-color: #0465b5;transform: translateY(-50%);}
#main .shili-main .bd .hezuo{margin: 0 -10px;}
#main .shili-main .bd .hezuo li{float: left;width: 230px;margin: 0 10px;}
#main .shili-main .bd .hezuo li a{display: block;}
#main .shili-main .bd .hezuo li a .img{padding: 10px;height: 133px;line-height: 133px;text-align: center;font-size: 0;overflow: hidden;box-shadow: 0 0 5px 0 rgba(2,62,111,0.2);}
#main .shili-main .bd .hezuo li a .img img{max-width: 100%;max-height: 100%;display: inline-block;vertical-align: middle;}
#main .shili-main .bd .hezuo li a .tit{text-align: center;color: #333;font-size: 16px;line-height: 50px;}
#main .shili-main .bd .hezuo li a:hover .img img{transform: scale(1.1);}
#main .shili-main .bd .hezuo li a:hover .tit{color: #0465b5;}
#main .shili-main .bd .shouhou .con{color: #333;font-size: 16px;line-height: 2.8;}
#main .shili-main .bd .shouhou .con strong{color: #0465b5;}
#main .shili-main .bd .shouhou .list{margin-top: 30px;display: flex;justify-content: space-between;align-items: center;}
#main .shili-main .bd .shouhou .list li{margin-left: auto;width: 150px;text-align: center;}
#main .shili-main .bd .shouhou .list li:first-child{margin-left: 0;}
#main .shili-main .bd .shouhou .list li .img{width: 90px;margin: 0 auto 10px;}
#main .shili-main .bd .shouhou .list li .img img{width: 100%;}
#main .shili-main .bd .shouhou .list li .tit{color: #333;font-size: 16px;line-height: 1.75;}
#main .shili-main .imgbg{width: 100%;margin: 20px auto 0;}
#main .shili-main .imgbg img{width: 100%;}
/* AM8亚美资讯 */
#main .news-main{background-color: #fff;padding-bottom: 100px;}
#main .news-main .show{float: left;width: 574px;}
#main .news-main .show a{display: block;width: 100%;}
#main .news-main .show a .img{height: 393px;width: 100%;overflow: hidden;}
#main .news-main .show a .img img{width: 100%;height: 100%;object-fit: cover;}
#main .news-main .show a .info{margin-top: 26px;}
#main .news-main .show a .info .tittime{display: flex;justify-content: space-between;align-items: center;line-height: 1;margin-bottom: 10px;}
#main .news-main .show a .info .tittime .tit{width: calc(100% - 100px);color: #333;font-size: 18px;}
#main .news-main .show a .info .tittime .time{width: 100px;text-align: right;color: #666;font-size: 14px;}
#main .news-main .show a .info .con{color: #666;font-size: 16px;line-height: 1.8;}
#main .news-main .show a:hover .img img{transform: scale(1.1);}
#main .news-main .show a:hover .info .tittime .tit,
#main .news-main .show a:hover .info .tittime .time{color: #0465b5;}
#main .news-main .list{float: right;width: 600px;}
#main .news-main .list li{margin-bottom: 4px;}
#main .news-main .list li:last-child{margin-bottom: 0;}
#main .news-main .list li a{display: block;padding: 20px 12px;}
#main .news-main .list li a .info{padding-left: 26px;}
#main .news-main .list li a .info .tittime{display: flex;justify-content: space-between;align-items: center;line-height: 1;margin-bottom: 15px;position: relative;}
#main .news-main .list li a .info .tittime::before{content: '';position: absolute;top: 0;left: -26px;width: 4px;height: 18px;background-color: #ff7f02;transition: all 0.5s ease-in-out;}
#main .news-main .list li a .info .tittime .tit{width: calc(100% - 100px);color: #333;font-size: 18px;}
#main .news-main .list li a .info .tittime .time{width: 100px;text-align: right;color: #666;font-size: 14px;}
#main .news-main .list li a .info .con{color: #666;font-size: 16px;line-height: 1.5;}
#main .news-main .list li a:hover{background-color: #0465b5;}
#main .news-main .list li a:hover .info .tittime::before{background-color: #fff;}
#main .news-main .list li a:hover .info .tittime .tit{color: #fff;}
#main .news-main .list li a:hover .info .tittime .time,
#main .news-main .list li a:hover .info .con{color: #f5f5f5;}
/* 董事长致辞 */
#main .dongshi-main{padding: 80px 0;background-image: url(/html/static/index/zm001/images/dongshibg.jpg);background-position: center;background-repeat: no-repeat;background-size: cover;}
#main .dongshi-main .common .en,
#main .dongshi-main .common .name{text-align: left;}
#main .dongshi-main .common .en{-webkit-text-stroke: 2px #fff;}
#main .dongshi-main .common .name{color: #fff;}
#main .dongshi-main .common .line{left: 0;transform: translateX(0);}
#main .dongshi-main .box{width: 700px;}
#main .dongshi-main .box .con{color: #fff;font-size: 14px;line-height: 3.2;text-indent: 2em;}
#main .dongshi-main .box .xingming{margin-top: 20px;display: flex;align-items: center;}
#main .dongshi-main .box .xingming .icon{width: 164px;height: 65px;line-height: 65px;text-align: center;font-size: 0;overflow: hidden;}
#main .dongshi-main .box .xingming .icon img{max-width: 100%;max-height: 100%;display: inline-block;vertical-align: middle;}
#main .dongshi-main .box .xingming .info{margin-left: 12px;color: #dbdbdb;font-size: 14px;line-height: 1.6;}
/* 关于义乌AM8亚美 */
#main .about-main{background-color: #fff;padding-top: 80px;background-image: url(/html/static/index/zm001/images/aboutbg.jpg);background-position: center;background-repeat: no-repeat;background-size: cover;}
#main .about-main .con{color: #333;font-size: 16px;line-height: 2.6;text-indent: 2em;}
#main .about-main .list{background-color: #fff;border-radius: 10px;box-shadow: 0 0 8px 0 rgba(2,62,111,0.3);display: flex;margin-top: 50px;}
#main .about-main .list li{width: 25%;height: 120px;display: flex;justify-content: center;align-items: center;position: relative;}
#main .about-main .list li::before{content: '';position: absolute;top: 50%;left: 0;width: 1px;height: 50px;background-color: #0465b5;transform: translateY(-50%);}
#main .about-main .list li:first-child::before{display: none;}
#main .about-main .list li .info{line-height: 1;}
#main .about-main .list li .info .icon{width: 30px;height: 30px;line-height: 30px;text-align: center;font-size: 0;overflow: hidden;}
#main .about-main .list li .info .icon img{max-width: 100%;max-height: 100%;display: inline-block;vertical-align: middle;}
#main .about-main .list li .info .name{color: #333;font-size: 16px;margin-top: 8px;}
#main .about-main .list li .num{margin: 0 10px;line-height: 1;color: #0465b5;font-size: 68px;font-weight: 700;}
#main .about-main .list li .danwei{color: #333;font-size: 16px;line-height: 1;margin-top: 30px;}
/* 发展历程 */
#main .licheng-main{background-color: #fff;position: relative;}
#main .licheng-main::before{content: '';position: absolute;bottom: 300px;left: 0;width: 100%;height: 11px;background-image: url(/html/static/index/zm001/images/licheng.jpg);background-position: center;background-repeat: repeat-x;}
#main .licheng-main .txt{text-align: center;line-height: 1;color: #333;font-size: 32px;font-weight: 700;margin-top: -10px;margin-bottom: 50px;}
#main .licheng-main .list{position: relative;}
#main .licheng-main .list .swiper-slide .box{opacity: 0;margin-bottom: 30px;width: 550px;margin-left: -208px;text-align: center;}
#main .licheng-main .list .swiper-slide .box .name{color: #0465b5;font-size: 32px;font-weight: 700;line-height: 1;margin-bottom: 14px;}
#main .licheng-main .list .swiper-slide .box .con{color: #333;font-size: 20px;line-height: 1.9;min-height: 114px;}
#main .licheng-main .list .swiper-slide .img{opacity: 0;width: 335px;height: 235px;overflow: hidden;margin-left: -100px;}
#main .licheng-main .list .swiper-slide .img img{width: 100%;height: 100%;object-fit: cover;}
#main .licheng-main .list .swiper-slide .tit{text-align: center;color: #000;font-size: 18px;font-weight: 700;line-height: 1;min-height: 50px;}
#main .licheng-main .list .swiper-slide.swiper-slide-active .box,
#main .licheng-main .list .swiper-slide.swiper-slide-active .img{opacity: 1;}
#main .licheng-main .list .swiper-slide.swiper-slide-active .tit{color: #0465b5;font-size: 36px;}
#main .licheng-main .list .licheng-prev,
#main .licheng-main .list .licheng-next{width: 29px;height: 61px;top: 40px;background-position: center;background-repeat: no-repeat;background-size: cover;}
#main .licheng-main .list .licheng-prev{left: 280px;background-image: url(/html/static/index/zm001/images/licheng-left.png);}
#main .licheng-main .list .licheng-next{right: 280px;background-image: url(/html/static/index/zm001/images/licheng-right.png);}
#main .licheng-main .list .licheng-prev:hover{background-image: url(/html/static/index/zm001/images/licheng-leftH.png);}
#main .licheng-main .list .licheng-next:hover{background-image: url(/html/static/index/zm001/images/licheng-rightH.png);}
/* 荣誉资质 */
#main .honor-main{background-color: #fff;padding: 80px 0;}
#main .honor-main .box{display: flex;justify-content: space-between;align-items: center;}
#main .honor-main .box .list{width: 510px;}
#main .honor-main .box .list li{float: left;width: 50%;padding-left: 17px;color: #333;font-size: 16px;line-height: 28px;margin: 5px 0;position: relative;box-sizing: border-box;}
#main .honor-main .box .list li::before{content: '';position: absolute;top: 50%;left: 0;width: 10px;height: 3px;background-color: #0465b5;transform: translateY(-50%);}
#main .honor-main .box .img{width: 688px;height: 440px;line-height: 440px;text-align: right;font-size: 0;overflow: hidden;}
#main .honor-main .box .img img{max-width: 100%;max-height: 100%;display: inline-block;vertical-align: middle;}
/* 网站底部 */
.footer{padding-top: 50px;background-color: #012d4f;}
.footer .contact{float: left;width: 500px;}
.footer .contact .tel{padding-left: 58px;margin-bottom: 10px;line-height: 1;color: #fff;background-image: url(/html/static/index/zm001/images/footer-tel.png);background-position: left center;background-repeat: no-repeat;}
.footer .contact .tel p{font-size: 16px;margin-bottom: 6px;}
.footer .contact .tel h4{font-size: 28px;font-weight: 700;}
.footer .contact li{color: #fff;font-size: 16px;line-height: 2.5;}
.footer .contact li a{color: #fff;transition: all 0.5s ease-in-out;}
.footer .contact li a:hover{color: #ff7f02;}.footer .nav{width: calc(100% - 500px);float: right;display: flex;}
.footer .nav li{width: 20%;}
.footer .nav li .tit{margin-bottom: 20px;}
.footer .nav li .tit a,
.footer .nav li .box a{color: #fff;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;transition: all 0.5s ease-in-out;}
.footer .nav li .tit a{font-size: 18px;line-height: 1;}
.footer .nav li .box a{font-size: 14px;line-height: 2.7;}
.footer .nav li a:hover{color: #ff7f02;}
.footer2{margin-top: 40px;}
.footer2 .warpper{display: flex;justify-content: space-between;border-top: 2px solid #889dad;padding: 30px 0;}
.footer2 .list{width: calc(100% - 200px);}
.footer2 .list li{color: #fff;font-size: 14px;line-height: 2.8;}
.footer2 .list li a{color: #fff;}
.footer2 .list li a:hover{text-decoration: underline;color: #ff7f02;}
.footer2 .list li a img{display: inline-block;vertical-align: middle;}
.footer2 .ewm{width: 153px;}.footer2 .ewm .img{width: 100%;height: 153px;line-height: 153px;text-align: center;font-size: 0;overflow: hidden;}
.footer2 .ewm .img img{max-width: 100%;max-height: 100%;display: inline-block;vertical-align: middle;}.footer2 .ewm .name{text-align: center;font-size: 14px;color: #fff;line-height: 1;margin-top: 10px;}
/* 侧边导航 */
.pro-sider{float: left;width: 230px;}
.pro-sider .pro-sider-ul{margin-bottom: 10px;background-color: #f5f5f5;border-radius: 10px;overflow: hidden;padding-bottom: 20px;}.pro-sider .in-title{background-color: #0465b5;color: #fff;line-height: 62px;text-align: center;font-size: 18px;border-radius: 10px;}
.pro-sider .pro-sider-ul .ul-li{padding: 0 6px;}
.pro-sider .pro-sider-ul .ul-li a{display: block;line-height: 48px;text-align: center;color: #333;font-size: 16px;border-bottom: 1px dashed #b9b9b9;}
.pro-sider .pro-sider-ul .ul-li a.active,
.pro-sider .pro-sider-ul .ul-li a:hover{color: #ff7f02;}
.pro-sider .pro-sider-ul .ul-li .erji{display: none;overflow: hidden;border-bottom: 1px dashed #b9b9b9;padding: 10px 0;}
.pro-sider .pro-sider-ul .ul-li .erji a{display: block;border-bottom: none;color: #333;line-height: 32px;font-size: 14px;}
.pro-sider .pro-sider-ul .ul-li .erji a:hover,
.pro-sider .pro-sider-ul .ul-li .erji a.active{color: #ff7f02;}
.pro-sider .contact-box{padding: 18px 20px;background-color: #f5f5f5;border-radius: 10px;overflow: hidden;}
.pro-sider .contact-box img{width: 100%;}
.pro-sider .contact-box p{color: #333;font-size: 15px;line-height: 1;padding-top: 16px;text-align: center;}











.m-column-t{



	position: relative;



	text-align: center;



	font-size: 0;



}



.m-column-t .center{



	display: inline-block;



	font-size: 0;



}



.m-column-t .center h3{



	color: #333;



	font-size: 30px;



}



.m-column-t .center p{



	color: #d2d2d2;



	font-size: 30px;



}



.m-column-t span{



	position: absolute;



	width: 415px;



	top: 50%;



	margin-top: -5px;



	height: 5px;



	border-bottom: 1px solid #d2d2d2;



	z-index: 1;



}



.m-column-t span.mcl{



	left: 0;



}



.m-column-t span.mcl em{



	float: right;



}



.m-column-t span.mcr{



	right: 0;



}



.m-column-t span em{



	display: block;



	height: 11px;



	border-left: 1px solid #d2d2d2;



}



.textLine{



	overflow: hidden;



	text-overflow: ellipsis;



	display: -webkit-box;



	-webkit-line-clamp: 2;



	-webkit-box-orient: vertical;



}



.textLine3{



	overflow: hidden;



	text-overflow: ellipsis;



	display: -webkit-box;



	-webkit-line-clamp: 3;



	-webkit-box-orient: vertical;



}



.textHidden{



	overflow: hidden;



	text-overflow: ellipsis;



	white-space: nowrap;



}



.domHidden{



	overflow: hidden;



}
.ab-sild{



	float: left;



	width: 260px;



}



.ab-sild .title{



	position: relative;



	height: 50px;



	text-align: center;



	background: #f3c04b;



	font-size: 16px;



	line-height: 50px;



	color: #fff;



	border-bottom: 1px solid #fff;



}



.ab-sild .title span{



	position: absolute;



	height: 3px;



	width: 30px;



	top: 50%;



	margin-top: -3px;



	border-bottom: 1px solid #fff;



}



.ab-sild .title span em{



	display: block;



	height: 7px;



	border-left: 1px solid #fff;



}



.ab-sild .title span.stl{



	left: 35px;



}



.ab-sild .title span.stl em{



	float: right;



}



.ab-sild .title span.str{



	right: 35px;



}



.ab-sild .sild-cate{



	background: #fff;



	margin-bottom: 20px;



}



.ab-sild .sild-cate .list{



	overflow: hidden;



}



.ab-sild .sild-cate .list li{



	position: relative;



	border-bottom: 1px solid #eee;



	height: 60px;



	line-height: 60px;



}



.ab-sild .sild-cate .list li a{



	display: block;



	padding-right: 35px;



	font-size: 14px;



	color: #333;



	padding-left: 20px;



}



.ab-sild .sild-cate .list li:last-child{



	border-bottom: none;



}



.ab-sild .sild-cate .list li:hover{



	border-color: #f3c04b;



	background: #f3c04b;



}



.ab-sild .sild-cate .list li:hover a{



	color: #fff;



}



.ab-sild .sild-cate .list li:hover:after{



	color: #fff;



}



.ab-sild .sild-cate .list li:after{



	font-weight: bold;



	right: 20px;



	top: 0;



	color: #999;



	position: absolute;



	content: "\e904";



	font-family: 'icomoon' !important;



}



.ab-sild .sild-cont{



	background: #fff;



}



.ab-sild .sild-cont .cont-list{



	padding: 20px;



}



.ab-sild .sild-cont .cont-list ul li{



	color: #333;



	padding: 5px 0;



	padding-left: 60px;



	font-size: 14px;



}



.ab-sild .sild-cont .cont-list ul li span{



	width: 60px;



	margin-left: -60px;



	display: block;



	height: 20px;



	line-height: 20px;



	float: left;



	color: #666;



}



.pro-center{



	background: #fff;



	padding-bottom: 25px;



}



.pro-center .pro-list{



	overflow: hidden;



	padding: 25px 18px 10px;



}



.pro-center .pro-list ul li{



	float: left;



	width: 200px;



	margin: 0 10px 20px;



	border: 1px solid #fff;



}



.pro-center .pro-list ul li:hover{



	border-color: #f3c04b;



}



.pro-center .pro-list ul li .img{



	overflow: hidden;



	width: 200px;



	height: 200px;



	line-height: 200px;



	text-align: center;



	font-size: 0;



	background: #eee;



}



.pro-center .pro-list ul li .img img{



	display: inline-block;



	vertical-align: middle;



	max-width: 100%;



	max-height: 100%;



}



.pro-center .pro-list ul li .title{



	background: #f7f8fc;



	height: 40px;



	line-height: 40px;



	padding: 0 5px;



	text-align: center;



	font-size: 14px;



	font-weight: bold;



	color: #333;



}



.pro-center .pro-list ul li .title:hover{



	color: #f3c04b;



}



.page{



	font-size: 0;



	text-align: center;



}



.page .center{



	display: inline-block;



	overflow: hidden;



}



.page .center .page-span{



	float: left;



	font-size: 14px;



	color: #c3c3c3;



	line-height: 32px;



	margin-right: 30px;



}



.page .center .page-list{



	float: left;



	overflow: hidden;



}



.page .center .page-list ul li{



	float: left;



	width: auto;



	min-width: 30px;



	height: 32px;



	text-align: center;



	line-height: 30px;



	font-size: 14px;



	margin: 0 4px;



	padding: 0;



	border: none;



	background: transparent;



}



.page .center .page-list ul li a{



	min-width: 20px;



	padding: 0 5px;



	border: 1px solid #eee;



	display: block;



	color: #333;



	border-radius: 4px;



	-webkit-border-radius: 4px;



	overflow: hidden;



	background: #fff;



}



.page .center .page-list ul li:hover a{



	color: #f3c04b;



}



.page .center .page-list ul li.active a{



	background: #f3c04b;



	color: #fff;



}



.news-center{



	background: #fff;



	padding-bottom: 25px;



}



.news-center .new-list{



	padding: 45px 45px 0px;



}



.news-center .new-list ul li{



	margin-bottom: 35px;



	border-bottom: 1px solid #eee;



}



.news-center .new-list ul li a{



	overflow: hidden;



	display: block;



	height: 90px;



	padding-bottom: 30px;



}



.news-center .new-list ul li a .img{



	float: left;



	width: 130px;



	height: 90px;



	background: #eee;



	line-height: 90px;



	font-size: 0;



	text-align: center;



}



.news-center .new-list ul li a .img img{



	display: inline-block;



	vertical-align: middle;



	max-width: 100%;



	max-height: 100%;



}



.news-center .new-list ul li a .info{



	float: right;



	width: 690px;



}



.news-center .new-list ul li a .info h3{



	font-size: 14px;



	font-weight: bold;



	line-height: 24px;



	color: #333;



}



.news-center .new-list ul li a .info em{



	display: block;



	font-size: 12px;



	color: #999;



	line-height: 16px;



	margin-bottom: 10px;



}



.news-center .new-list ul li a .info p{



	font-size: 14px;



	line-height: 22px;



	color: #999;



	max-height: 44px;



	overflow: hidden;



}



.news-center .new-list ul li a:hover h3{



	color: #f3c04b;



}



.message-c{



	background: #fff;



	padding: 40px 50px;



	overflow: hidden;



}



.message-c .p{



	font-size: 16px;



	line-height: 30px;



	color: #666;



	margin-bottom: 35px;



}



.message-c .from input{



	display: block;



	height: 38px;



	line-height: 38px;



	padding: 0 5px;



	border: 1px solid #d2d2d2;



	margin-bottom: 10px;



	font-size: 14px;



	color: #333;



}



.message-c .from input[name=user],



.message-c .from input[name=phone]{



	width: 348px;



}



.message-c .from textarea{



	font-size: 14px;



	color: #333;



	line-height: 20px;



	display: block;



	width: 728px;



	height: 130px;



	border: 1px solid #d2d2d2;



	padding: 5px;



	margin-bottom: 10px;



}



.message-c .from .code{



	overflow: hidden;



}



.message-c .from .code input[name=code]{



	width: 258px;



	float: left;



}



.message-c .from .code a{



	display: block;



	float: left;



	width: 80px;



	height: 38px;



	padding: 1px 0;



	margin-left: 10px;



}



.message-c .from .code a img{



	width: 80px;



	height: 38px;



}



.message-c .from .btn{



	padding-top: 25px;



}



.message-c .from .btn a{



	display: block;



	width: 362px;



	height: 40px;



	text-align: center;



	line-height: 40px;



	color: #fff;



	font-size: 16px;



	background: #8fa4de;



}



.message-c .from .btn a:hover{



	background: #8397d0;



}



.contact-o{



	background: #fff;



	overflow: hidden;



	padding: 40px 0;



	text-align: center;



}



.contact-o iframe{



	width: 830px;



	height: 500px;



	margin: 0 auto;



}