﻿/* ====首页====== */
body{ background-color:#fff;}
/** header **/
.header{ position:relative; z-index:100; background-color: #fff; border-top: 4px solid #333;}
.loarea{ height:104px; position:relative; z-index:3;}
.loarea .wp{ display: flex; justify-content: space-between; }
.logo{ width:100px; display:block; height: 104px; display: flex; align-items: center;}
.logo .tp{ height:72px; width:auto;}

/*PC导航 begin*/ 
.nav{  z-index:5;}
.navul{ font-size:0;}
.navul li{ display:inline-block; font-size:16px;position:relative;}
.navul li>a{  padding:0 1.4em; font-weight: bold; text-align:center; display:inline-block; line-height:104px; height:104px; position: relative;}
.navul li>a::after{ content: ""; display: block; width: 0em; height: 2px; background-color:#B8D49A ; position: absolute; left: 50%; bottom: 0px; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transition: .3s; -webkit-transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; }
.navul li:hover>a,.act_nav{color:#B8D49A !important;}
.navul li:hover>a::after,.act_nav::after{  width: 2em !important;}

.topOpa{ width: 44.5%; display: flex; align-items: center; justify-content: space-between;}
.storeBtn{ border-radius: 60px; font-size: 16px; padding: 5px 16px; -webkit-border-radius: 60px; -moz-border-radius: 60px; -ms-border-radius: 60px; -o-border-radius: 60px; border: 1px solid #333;  cursor: pointer; margin-right: 38px; }
.storeBtn .iconfont{ font-size: 20px; margin-right: 5px;}
.storeBtn:hover{ border-color: #B8D49A; color: #B8D49A; }
.search{ flex: 1; display: flex;background-color:#F7F7F7; justify-content: space-between; border-radius: 60px; -webkit-border-radius: 60px; -moz-border-radius: 60px; -ms-border-radius: 60px; -o-border-radius: 60px; overflow: hidden;}
.search .text{display:block; width:100%; flex: 1; box-sizing: border-box; height:42px; font-size:14px; color:#555; padding-left:20px; line-height:42px; border:0px solid #4680d1; background: transparent; }
.search .tj{ width:52px; height:42px; background-color: transparent; cursor:pointer;text-align:center; border:0px solid #4680d1;}
.search .tj:hover{color:#000; }

/*PC导航end*/
.subnav{ position:absolute; display: none;  }
.subnavNormal{left:0%; top:104px; width:100%;padding-top: 0px;}
.subnav:after{ content: ''; display: block; width: 0; height: 0; border: 8px solid transparent; border-bottom-color: #fff; position: absolute; top: -16px; left: 50%; margin-left: -6px; display: none;}
.subnav>.nr{background:rgba(0, 0, 0, .6); padding:10px 0; box-shadow: 0 2px 10px 0 #333; }
.subnav .nr a{text-align:left; line-height:2; padding: 6px 0; width:100%; font-size:12px; display:block;  color:#fff; text-align:center; }
.subnav .nr a:hover{ color: #B8D49A !important;  }

.subnavRow{ position: absolute; width: 100%; left: 0; top: 112px; padding-top: 0px; }
.subnavRow .wrap{ display: flex; align-items: center; justify-content: space-between;background:rgba(0, 0, 0, .6); padding:10px 0; box-shadow: 0 2px 10px 0 #333; }
.subnavRow .nr{ width: 100%; padding: 10px 20px; font-size: 0;}
.subnavRow .nr a{ display: inline-block; width:23%; margin: 0 1%; color: #fff; border-bottom: 1px dashed #fff; font-size: 13px; text-align: center; padding: 8px 0;}
.subnavRow .nr a:hover{ color: #fff !important; background-color: #D34F05;}


/*手机导航按钮及下拉菜单begin*/
.menubtn{ position:absolute; width:24px; height:24px;top:12px; right:2%; cursor:pointer; display:none;}
.menubtn i{ display:block; width:21px; height:3px; background-color:#000; position:absolute; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s; border-radius: 2px;}
.menubtn i:nth-child(1){ top:4px; -webkit-transform-origin:left bottom; -moz-transform-origin:left bottom; -ms-transform-origin:left bottom; -o-transform-origin:left bottom; transform-origin:left bottom;}
.menubtn i:nth-child(2){ top:11px;}
.menubtn i:nth-child(3){ top:18px; -webkit-transform-origin:left top; -moz-transform-origin:left top; -ms-transform-origin:left top; -o-transform-origin:left top; transform-origin:left top;}
.menubtn.on i:nth-child(1){ -webkit-transform:rotate(40deg); -moz-transform:rotate(40deg); -ms-transform:rotate(40deg); -o-transform:rotate(40deg); transform:rotate(40deg);}
.menubtn.on i:nth-child(2){ opacity:0;}
.menubtn.on i:nth-child(3){ -webkit-transform:rotate(-40deg); -moz-transform:rotate(-40deg); -ms-transform:rotate(-40deg); -o-transform:rotate(-40deg); transform:rotate(-40deg);}
/*小导航*/
.inav{ width:400px; max-width: 60%; height: 100vh; overflow-y: auto; background-color:rgba(0, 0, 0, .9); position:fixed;  z-index:999; top:0px; left:-100%;  z-index:99; overflow-y: auto; display: none; }
.navlogo{ padding: 30px;}
.navlogo .tp{ max-width: 66%;height: 40px;}
.inav ul{ margin: 0 30px;}
.inavul li{border-bottom:1px solid #363636;}
.inavul li>a{ display:block; text-align:left;  font-size:14px; color:#fff; padding:15px 30px 15px 15px; position: relative;}
.inavul li>a .iconfont{ position: absolute; right: 0; top: 12px; font-size: 18px; }
.act_inav{ border-color: #B8D49A !important; color:#B8D49A !important;}
.act_inav .iconfont{ transform: rotate(90deg); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); }
.inavul .nr{ display: none; padding:5px 30px 5px 40px;}
.inavul .nr a{display:inline-block; text-align:left; padding: 4px 0; margin-right: 10px;  font-size:13px; color:#ddd;}
/*手机导航按钮及下拉菜单end*/
/*banner begin*/
.banner{ position:relative; z-index:3; }
.banner .swiper-slide{position:relative; overflow:hidden;}
.banimg{ width:100%; height:auto; display:block;}
.banner .swiper-pagination{ display: inline-flex; background-color: rgba(0, 0, 0, .26); position: absolute; left: 50% !important; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); bottom:24px !important; width: auto !important; border-radius:18px ; -webkit-border-radius:18px ; -moz-border-radius:18px ; -ms-border-radius:18px ; -o-border-radius:18px ; padding:5px 4px; }
.banner .swiper-pagination-bullet{ width:8px; height:8px; background-color:#fff; font-size: 0; line-height: 0; outline:none; cursor: pointer; margin:0 4px !important;  }
.banner .swiper-pagination-bullet-active{}
.banner .swiper-button-prev,.banner .swiper-button-next{ display: none;}
/* .banner .swiper-button-prev{ left:2%;}
.banner .swiper-button-next{ right:2%;} 

.banner .swiper-button-prev::after,.banner .swiper-button-next::after{ display: none;}
 .banner .swiper-button-prev,.banner .swiper-button-next{filter:alpha(opacity=40); -moz-opacity:0.4; -khtml-opacity: 0.4; opacity: 0.4;width:80px;  height:150px; line-height: 150px; top:50%; margin-top:-75px; color: #fff;}
.banner .swiper-button-prev .iconfont,.banner .swiper-button-next .iconfont{ font-size: 80px; font-weight: bold;}
.banner .swiper-button-prev:hover,.banner .swiper-button-next:hover{filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;} */
/*banner end*/
.h_tit{ padding: 40px 0; }
.h_tit .subtit{ font-size: 28px; line-height: 1; text-transform: capitalize;}
.h_tit .tit{ font-size: 40px;}
.h_tit .line{ width: 208px; height: 10px; position: relative; margin: 4px auto 0;}
.h_tit .line::before,.h_tit .line::after{ content: ""; display: block; height: 1px; background-color: #333; width: 60%; position: absolute;}
.h_tit .line::before{ left: 0; top: 0;}
.h_tit .line::after{ bottom: 0; right: 0;}
.h_sort{ padding: 40px 0; background-color: #f7f7f7;}
.h_sort .wrap{ display: flex; flex-wrap: wrap; }
.hsortItem{ width: 33.33%; margin-bottom: 35px;}
.hsortItem a{ width: 230px; margin: 0 auto; max-width: 90%; display: block; padding: 25px; box-sizing: border-box; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; background-color: #fff; text-align: center;}
.hsortItem .tp{ height: 120px;}
.hsortItem .tit{ font-size: 20px;}

.h_tui{ padding: 30px 0 80px;}
.htuiItem{}
.htuiItem a{ display: block;}
.htuiItem .tparea{ font-size: 0; overflow: hidden;}
.htuiItem .tparea .tp{ width: 100%;  }
.htuiItem .des{ padding: 25px 25px; border: 1px solid #ddd; border-width: 0 1px 1px; }
.htuiItem .des .tit{ font-size: 20px;white-space:nowrap; overflow:hidden; -o-text-overflow:ellipsis; text-overflow:ellipsis; }
.htuiItem .des .nr{ font-size: 14px; color: #666;margin-top: 5px;}
.htuiItem a:hover .des{box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.07);}
.htuiItem a:hover .des .tit{ color: #B8D49A;}
.htuiItem a:hover .tparea .tp{ transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); }
.htuiSlide .swiper-slide{ padding-bottom: 0.1rem; }
.htuiSlideWrap{ position: relative;}
.htuiSlideWrap .swiper-button-prev{left: -58px;}
.htuiSlideWrap .swiper-button-next{right: -58px;} 
.htuiSlideWrap .swiper-button-prev::after,.htuiSlideWrap .swiper-button-next::after{ display: none;}
.htuiSlideWrap .swiper-button-prev,.htuiSlideWrap .swiper-button-next{ opacity: 1; width:34px; height:34px; line-height: 34px; color: #666;z-index: 10; }
.htuiSlideWrap .swiper-button-prev .iconfont,.htuiSlideWrap .swiper-button-next .iconfont{ font-size: 30px; }
.htuiSlideWrap .swiper-button-prev:hover,.htuiSlideWrap .swiper-button-next:hover{ color: #B8D49A;} 

.h_tit2{ padding: 40px 0; }
.h_tit2 .subtit{ font-size: 28px; line-height: 1; text-transform: capitalize;}
.h_tit2 .tit{ font-size: 40px; display: flex; align-items: center;}
.h_tit2 .tit .line{ display: inline-block; width: 124px; height: 1px; background-color: #333; margin-left: 20px;}

.h_ab{ padding: 80px 0;}
.h_ab .wp{ display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
.h_ab .intro{ width: 48%;}
.h_ab .intro .h_tit2{}
.h_ab .tparea{ width: 49%; font-size: 0;}
.h_ab .tparea .tp{ width: 100%;}
.h_ab .intro .nr{ font-size: 16px; line-height: 1.8;}
.h_ab .intro .mandiv{ margin-top: 35px;}
.h_ab .intro .mandiv .sbtn{ font-size: 16px; padding: 0.4em 2.5em;}

.h_news{ padding: 30px 0 80px;}
.h_news .wrap{ display: flex; justify-content: space-between; align-items: center;}
.h_news .tparea{ font-size: 0; width: 49%; height: 100%;}
.h_news .tparea .tp{ width: 100%; height: 100%; object-fit: cover;}
.h_news .lists{ width: 49%;}
.hnItem{ margin-bottom: 30px;}
.hnItem:nth-last-child(1){ margin-bottom: 0;}
.hnItem a{ display: flex;}
.hnItem .des{ flex: 1; min-width: 0;}
.hnItem .des .tit{ font-size: 20px; font-weight: bold;}
.hnItem .des .nr{ color: #999;}
.hnItem .time{ margin-left: 28px; width: 60px; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border: 1px solid #E0EBDA; text-align: center; color: #B8D49A; padding: 0 5px; }
.hnItem .time .day{ font-size: 30px; line-height: 1.3; font-weight: bold; border-bottom: 1px solid #E0EBDA;}
.hnItem .time .month{ font-size: 12px; padding: 4px 0;}

.footer{ background-color: #1F1F1F;}
.f_t{ padding: 50px 0; display: flex; justify-content: space-between;}
.flogo{ width: 150px; margin-right: 8%;}
.flogo .tp{ }
.fnav{ width: 50%; display: flex; justify-content: space-between; }
.fnavItem:nth-child(1){ width: 60%; padding-right: 60px; box-sizing: border-box;}
.fnavItem:nth-child(2){ width: 36%;}
.fnavItem .tit{ padding: 10px 0; font-size: 16px;}
.fnavItem .tit a{ color: #fff;}
.fnavItem .tit a:hover{ color: #B8D49A;}
.fnavItem .nr{ margin-top: 5px;}
.fnavItem .nr a{ display: inline-block; color: #999; padding: 8px 0; min-width: 8em;display:flex; }
.fnavItem .nr a:hover{ color: #B8D49A;}

.fcon{ width: 36%; display: flex;  justify-content: space-between;}
.fcon .intro{ flex: 1; color: #999;}
.fcon .intro .tit{ padding: 10px 0; color: #fff; font-size: 16px;}
.fcon .intro .nr{ margin-top: 10px;}
.fcon .intro .nr .p1{ font-size: 14px;}
.fcon .intro .nr .p2{ font-size: 30px; font-weight: bold    ;}
.fcon .code{ width: 94px; margin:60px 0 0 30px;}
.fcon .code .tp{ height: 94px; width: 94px;}

.f_b{ padding: 20px 0; border-top: 1px solid rgba(255, 255, 255, .07); display: flex; justify-content: space-between; align-items: center;}
.f_b .copy{ color: #999;}
.goTop{ font-size:20px; color: #fff;}
.goTop:hover{ color: #B8D49A;}

/* 关于我们 */
.i_main{  min-height:400px;}
.i_ban{ font-size: 0; position: relative; overflow: hidden; }
.i_ban::after{ content: ""; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: rgba(0, 0, 0, .22);}
.i_ban .tp{ width: 100%;}
.banIntro{ width: 100%; position: absolute; z-index: 10; left: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.banIntro .tit{ font-size: 34px; color: #fff; font-weight: bold;}
.banIntro .subtit{ font-size: 24px; color: #fff;}

.location{ padding: 30px 0;  display: flex; align-items: center;}
.location span{ font-size:14px; color:#999;}
.location a{ font-size:14px; color:#999;}
.location .home::before{ margin-right: 6px; font-size:18px; line-height: 1; display: inline-flex; align-items: center;}
.location a:hover{ color:#B8D49A;}
.act_loca{ color:#B8D49A !important;}
.location i{ margin:0 6px;color:#999; font-style: normal; }

.i_main{ padding-bottom: 60px;}
.i_main.wp{ display: flex; flex-wrap: wrap; align-items: flex-start;}
.i_l{ width: 230px; margin:-88px 35px 0 0; padding-bottom: 40px; position: relative; z-index: 2; background-color: #F5F5F5;}
.i_r{ flex: 1; min-width: 0;}
.lmmc{ display: flex; align-items: center; background-color: #fff; padding: 20px 20px; color: #B8D49A; justify-content: center;} 
.lmmc .icon{ height: 36px; margin-right: 10px;}
.lmmc .val{ font-size: 30px; font-weight: bold;} 
.lmul{ padding: 0 20px;}
.lmul li{}
.lmItem{}
.lmItem a{ border-bottom: 1px solid #ddd; display: block; padding: 20px 30px 20px 10px; position: relative;}
.lmItem a .val{ font-size: 16px;}
.lmItem a .arr{ position: absolute; right: 5px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.lmItem a:hover,.actLm a{  color: #B8D49A !important; border-block-color: #B8D49A;  }

.i_content{ margin-top: 10px; }
.i_content .location{  padding: 20px 0; }

.about{}
.about .tit{ font-size: 18px;}
.about .nr{ margin-top: 20px;}
.about .nr .wz{ font-size: 16px; line-height: 1.8; text-indent: 2em;}
.about .tplist{ margin-top: 30px; display: flex; flex-wrap: wrap; justify-content: space-between;}
.aboutItem{ width: 48.5%; margin-bottom: 20px; position: relative; }
.aboutItem .tparea{ font-size: 0;}
.aboutItem .tparea .tp{ width: 100%; height: 310px; object-fit: cover;}
.aboutItem .des{ box-sizing: border-box; padding: 0.6em 1.4em; position: absolute; width: 100%; left: 0; bottom: 0; color: #fff; background-color: rgba(0, 0, 0, .4); }
.aboutItem .des .tit{ color: #fff; font-size: 18px; font-weight: bold;}

/* 新闻中心 */
.news{ padding-bottom: 20px;}
.news .lists{ margin-top:-45px; padding-bottom: 60px;}
.newsItem{ padding: 45px 0; border-bottom: 1px dashed #D6D6D6; }
.newsItem a{ display: flex; justify-content: space-between; flex-direction: row-reverse;}
.newsItem .des{ flex: 1; min-width: 0;}
.newsItem .des .tit{ font-size: 28px;}
.newsItem .des .nr{ margin-top: 20px; color: #666; }
.newsItem .des .info{ margin-top: 30px; display: flex ; align-items: center; justify-content: space-between; }
.newsItem .des .info .time{ font-size: 14px; color: #999;}
.newsItem .des .info .time::before{ font-size: 16px; margin-right: 5px;}
.newsItem .des .info .sbtn{ font-size: 16px; padding: 0.4em 1.2em;}
.newsItem .tparea{ width: 380px; margin-left: 100px; font-size: 0; overflow: hidden; border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; }
.newsItem .tparea .tp{ height: 240px; width: 100%; object-fit: cover; }
.newsItem:hover .tparea .tp{ transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); }
.newsItem:hover .des .tit{ color: #B8D49A;}
/* 翻页 */
.turnpage{font-size:0; margin:0 auto; text-align: center; }
.turnpage a,.turnpage span{ display:inline-block;text-align: center; padding:5px 13px; font-size:16px; margin:0 6px; color:#666; border:1px solid #ddd; border-radius: 4px;  -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; }
.turnpage a:hover,.current{ color:#fff !important; background-color:#B8D49A !important; border-color: #B8D49A; }

/* 新闻中心-详情 */
.n_main{ display: flex; flex-wrap: wrap;}
.n_l{ flex: 1; min-width: 0;}
.n_r{ width: 284px; margin-left: 50px;}
.in_sh{ padding: 0px 0 20px; }
.in_sh .in_tit{  padding:0px 0 30px; border-bottom: 1px solid #ddd;}
.in_sh .in_tit h4{ font-size:28px; color:#333; margin-bottom:10px;}
.in_sh .in_tit .pub_del{ margin-top: 6px; font-size:14px; color: #999999;   }
.in_sh .in_tit .pub_del span{ margin: 0 25px 0 0; display: inline-block;}
.in_sh .in_tit .pub_del span .iconfont{margin-right: 10px; display: inline-block; vertical-align: middle; position: relative; top: -2px; color: #999;}
.in_sh .sh_con{ padding:30px 0px;  }
.in_sh .sh_con .wz{ font-size: 16px; line-height:2em;color:#444; text-indent: 2em;}
.in_sh .sh_con .tp{ display:block; margin:0px auto;}
.pnpage{ line-height:2em; padding:40px 0px; display: flex; justify-content: space-between;}
.pnpage .item{ font-size: 14px; margin-bottom: 12px; width: 48%;display: flex; justify-content: space-between; border: 1px solid #ddd; padding: 15px 20px; box-sizing: border-box;  }
.pnpage .item .mc{ display: inline-block; width: 5em; position: relative; margin-right: 10px; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; color: #999; }
.pnpage .item:nth-child(2){ text-align: right;}
.pnpage .item a{ color: #666666; flex: 1; min-width: 0;}
.pnpage a:hover{ color:#B8D49A;}
.pnpage .item:hover{ border-color: #B8D49A;}
.i_tit3{ }
.i_tit3 .mc{ display: inline-block; font-size: 24px; color: #333; position: relative; z-index: 2;}
.i_tit3 .mc::after{ content: ""; display: block; width: 100px; height: 6px; background-color: #B8D49A; opacity: .4; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; position: absolute; left: 0; bottom: 3px; left: 0; }
.tNew{  position: relative; margin-top:44px; margin-bottom: 60px;}
.tNew .i_tit3{ position: absolute; left: -1px; top: -44px; background:none;}

.tNewul1{ }
.tNewul1 li{}
.tNewul1 li a{ display: flex;  padding: 15px 0; }
.tNewul1 .tparea{ width: 120px; margin-right: 10px;}
.tNewul1 .tparea .tp{ width: 100%; height: 80px;}
.tNewul1 .des{flex: 1; min-width: 0;}
.tNewul1 .des .tit{ font-size: 14px; line-height: 1.8; overflow: hidden; max-height: 50.4px;}
.tNewul1 .des .time{ margin-top: 5px; color: #999;}
.tNewul1 a:hover .des .tit{color: #B8D49A;}

/* 产品中心 */
.pro{ padding-bottom: 20px; margin-top: -10px;}
.pro .lists{ padding-bottom: 40px; display: flex; flex-wrap: wrap;}
.proItem{ width: 32%; margin: 0 2% 2% 0; }
.proItem:nth-child(3n){ margin-right: 0;}
.proItem a{ display: block;}
.proItem .tparea{ font-size: 0; overflow: hidden;}
.proItem .tparea .tp{ width: 100%; height: 360px; object-fit: cover; }
.proItem .des{ padding: 25px 25px; border: 1px solid #ddd; border-width: 0 1px 1px; }
.proItem .des .tit{ font-size: 16px;white-space:nowrap; overflow:hidden; -o-text-overflow:ellipsis; text-overflow:ellipsis; }
.proItem .des .nr{ font-size: 14px; color: #666;margin-top: 5px;}
.proItem a:hover .des{box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.07);}
.proItem a:hover .des .tit{ color: #B8D49A;}
.proItem a:hover .tparea .tp{ transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); }

/* 产品详情 */
.pdt{ display: flex; justify-content: space-between;}
.pdt .tparea{ width: 44%; font-size: 0; }
.pdt .tparea .tp{ width: 100%;}
.pdt .intro{ width: 52%;}
.pdt .intro .tit{ font-size: 24px; font-weight: bold; line-height: 1.4;}
.pdt .intro .subtit{ margin-top: 10px; color: #999;}
.pdt .intro .nr{ margin-top: 40px; }
.pdt .intro .nr .list{ padding:5px 0 5px 14px; position: relative; font-size: 16px; }
.pdt .intro .nr .list::before{ content: ""; display: block; width: 7px; height: 7px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; background-color: #666; position: absolute; left: 0; top: 15px; }
.pdt .intro .mandiv{ margin-top: 50px;}
.pdt .intro .mandiv .sbtn{ font-size: 20px; display: inline-block; padding: 0.2em 3em;}
.pdt .intro .mandiv .sbtn .iconfont{ font-size: 30px;}

.pdb{ margin-top: 50px;}
.pdb .nr{ padding: 30px 0;}
.pdb .nr .wz{ font-size: 16px;}
.pdb .nr .tp{ display: block ; margin: 30px 0;}
.i_tit4{ font-size: 20px; padding: 0.6em 1em; background-color: #F5F5F5; border-top: 4px solid #333;}

/* 联系我们 */
.contact{ padding: 0px 0 80px; display: flex; justify-content: space-between;}
.contact .part{ width: 48%;}
.cTit{ font-size: 34px; padding: 30px 0;}
.cont{}
.cont .list{ font-size: 16px; padding-left: 28px; position: relative; margin-bottom: 25px;}
.cont .list .iconfont{ font-size: 20px; font-weight: bold; position: absolute; color: #B8D49A; left: 0; top: -4px;}
.map{ margin-top: 45px; position: relative; height: 360px; overflow: hidden;}
.map iframe{ position: absolute; left: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }

.mess{}
.messItem{ margin-bottom: 10px; display: flex; }
.messItem .attrmc{width: 50px; font-size: 16px; line-height: 50px; margin-right:10px;}
.messItem .attrval{ flex: 1;}
.messItem .text{width:100%; height:50px; line-height:50px; border-bottom:1px solid #ddd;  display:block; padding-left:10px; background:none;}
.messItem .textarea{ width:100%; height:200px; display:block; border:none; padding:10px; border:1px solid #ddd; background:none; border-radius:5px ; -webkit-border-radius:5px ; -moz-border-radius:5px ; -ms-border-radius:5px ; -o-border-radius:5px ; }

.formConfirm{ padding:14px 0 0 60px;}
.formConfirm .sbtn{ padding:0.6em 3em; font-size:20px;}



.newsItem .des .tit{ transition: .3s; -webkit-transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; }
.green{ color: #B8D49A;}

.scane{
    padding: 205px 0 187px;
    box-shadow: 0 0 30px inset #f5f5f5;
}
.scane1{
    font-size: 0;
    text-align: center;
    width: 85px;
    height: 85px;
    margin: 0 auto;
    position: relative;
}
.scane1 input{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    opacity: 0;
    width: 100%;
    height: 100%;
}
.scane2{
    margin-top: 20px;
    font-size: 20px;
    color: #333333;
    text-align: center;
    line-height: 1;
}
.scane3{
    margin: 70px auto 0;
    width: 100%;
    max-width: 557px;
    border-radius: 35px;
    height: 70px;
    border: 1px solid #676767;
    overflow: hidden;
    box-sizing: border-box;
}
.scane3i{
    float: left;
    width: calc(100% - 72px);
    height: 68px;
    padding: 0 32px;
    font-size: 16px;
}
.scane3ii{
    float: left;
    width: 72px;
    height: 68px;
    background: url("../images/nsearch.png") center no-repeat;
}
.result{
    padding: 67px 0 61px;
    box-shadow: 0 0 30px inset #f5f5f5;
}
.result1{
    font-size: 0;
    position: relative;
    width: 650px;
    margin: 0 auto;
}
.result2{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 155px 90px 0;
}
.result3{
    font-size: 44px;
    line-height: 70px;
    color: #333333;
    text-align: center;
}
.result4{
    font-size: 24px;
    line-height: 38px;
    color: #333333;
    text-align: center;
    margin-bottom: 10px;
}
.result5{
    height: 70px;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 7px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.result6{
    width: 90px;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}
.result7{
    flex: 1;
    font-size: 16px;
    color: #333333;
}
.layui-input-block{
    text-align: center;
}
#video-element{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
}













