

/* iconfont*/
@import url("iconfont.css");

/* social*/
@import url("social.css");



/* CSS Document  f7f8fc*/
html, body {font-size: 12px;margin: 0;padding: 0;text-decoration: none; background: #fff; width:100%; height: 100%; -webkit-text-size-adjust: 100%;}
html{font-size: 62.5%;}
body{ position: relative; overflow-x:hidden; transition-property:all;}
a {	color: #666;text-decoration: none;outline:none;  }
a:hover, a:active { color:#42a73f;}
* { margin: 0;padding: 0;list-style: none;outline:none;box-sizing:border-box;font-family: 'sourcehansans', sans-serif;}
table {	border-collapse: collapse;}
ul, li {list-style: none;border: 0 none;padding: 0;margin:0;}
form {margin: 0;}
img {border: 0 none;text-align-last: center;vertical-align: middle;  outline:none; max-width:100%; width:auto; height:auto;}
center {text-align: left;	color: #999;height: 50px;}
#clear, .clear {clear: both;float: none!important;background: none;width: 0 !important;	height: 0 !important;margin:0 !important;padding:0 !important;}
#noData, .noData {color: #ccc;font-size: 14px;text-align: left;padding: 50px 0;}
.fl-left, .fl{ float:left;}
.fl-right, .fr{ float:right;}
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.mob{display:none;}
.hide{display: none;}
.show{display: block!important;}
.bsTop{width: 208px!important;}
.bsFrameDiv>div{height: 208px!important; width: 208px!important;}
.bsFrameDiv>div img{width: 100%; height: auto;}
.wrap{ width: 86%; max-width: 1560px; margin: 0 auto;}
::-webkit-scrollbar {width:8px;height: 1px;}
::-webkit-scrollbar-thumb {-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); background:#666;}
::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);border-radius: 10px;background: #ededed;}



/* head*/





#head { position:absolute; z-index:1000; left: 0; top:0; width:100%; transition: all .35s;}
#head:after{ position: absolute;z-index: 10; left: 0;top: 0; width: 100%;height: 100px; opacity: 0; transform: translateY(-150px); background: rgba(255,255,255,1);  box-shadow: 0 2px 3px rgba(0,0,0,.1); content: ''; transition: all .8s}
#head>.layout{  max-width: initial; margin:  0 auto;}
#head .logo{ display: inline-block; float: left; text-align: left; width: auto; line-height: 100px; transition: all .35s;}
#head .logo img{height: 50px;width: auto; transition: all .5s;}
#head .logo img.primary{display: none;}

#head .menu{ display: inline-block; float: right; height: 100px; margin-right: 100px; transition: all .35s;}
#head .menu>ul{ display: flex;justify-content: flex-end; align-items: center;}
#head .menu>ul>li{display: inline-block; margin-left: 60px;}
#head .menu>ul>li>a{ position: relative; display: block; text-transform: uppercase; font-size: 1.6rem ; color: rgba(255,255,255,1); line-height: 100px; transition: all .35s;}
#head .menu>ul>li>a:after{position: absolute;z-index: 1; left: 50%;bottom: 0;width: 0; height: 4px; transform: translateX(-50%); background: #42a73f;content: '';transition: all .35s;}
#head .menu>ul>li>.son{ position: absolute;z-index: 100; left: 0;width: 100%; background: rgba(255,255,255,1); overflow:hidden; height:0; transition: all .35s;}
#head .menu>ul>li>.son:after{position: absolute;z-index: 1; left: 0;top:0;width: 100%;height: 1px; background: #e6e6e6;content: '';transition: all .35s;}
#head .menu>ul>li.active>a{color: #42a73f!important;}
#head .menu>ul>li.active>a:after{width: 100%;}
#head .menu>ul>li.active>.son{ height: auto; padding: 80px 0; box-shadow: 0 20px 16px rgba(0,0,0,.1);}
#head .menu>ul>li>.son .base{display: flex; justify-content: space-between; align-items: flex-start;}
#head .menu>ul>li>.son .base>.intro{display: inline-block; width: 40%;}
#head .menu>ul>li>.son .base>.intro>.title{position: relative; font-size: 3rem; color: #18181b; padding-bottom: 16px;}
#head .menu>ul>li>.son .base>.intro>.title:after{position: absolute;z-index: 10; left: 0;bottom: 0;width: 40px;height: 6px;background: #42a73f; content: '';}
#head .menu>ul>li>.son .base>.intro>.text{ width: 70%; padding-top: 30px;font-size: 1.6rem; color: #999; line-height: 2.8rem;}
#head .menu>ul>li>.son .base>.nav{ border-left: 1px solid #ddd; min-height: 240px; padding-left: 50px; box-sizing: border-box; display: inline-block; width: 300px; text-align: left; }
#head .menu>ul>li>.son .base>.nav>a{ position: relative; display: table; font-size: 1.6rem; padding-bottom: 5px; margin-bottom: 10px;}
#head .menu>ul>li>.son .base>.nav>a:after{position: absolute;z-index: 1; left: 0;bottom: 0;width: 0;height: 1px;background: #42a73f; content: '';transition: all .35s;}
#head .menu>ul>li>.son .base>.nav>a:hover:after{width: 100%;}
#head .menu>ul>li>.son .base>.img{ width: 26%; display: inline-block;}
#head .menu>ul>li>.son .base>.img>img{border-radius: 10px;overflow: hidden;}
#head .menu>ul>li>.son .lamp{display: block; max-width: none;}
#head .menu>ul>li>.son .lamp>a{ position: relative; display: block; float: left;width: 23.5%; height: 200px; padding-top: 30px; margin-right: 2%; margin-bottom: 2%; text-align: center; box-sizing: border-box; overflow: hidden; border: 1px solid #ddd; border-radius: 8px; align-items: center; transition: all .35s;}
#head .menu>ul>li>.son .lamp>a:nth-child(4n){margin-right: 0;}
/*#head .menu>ul>li>.son .lamp>a:first-child{ display: none; width: 32%;height: 376px; padding-top: 0;}*/
/*#head .menu>ul>li>.son .lamp>a:first-child>img{width: 100%;height: auto;}*/
/*#head .menu>ul>li>.son .lamp>a:first-child>p{position: absolute;z-index: 1; left: 0;bottom: 0;width: 50px; height: 100%; padding-top: 50px; text-align: center; background: rgba(215,13,25,.8); transition: all .35s;}*/
/*#head .menu>ul>li>.son .lamp>a:first-child>p>span{ position: absolute;z-index: 1; left: 50%; transform: translateX(-50%); display: block;width: 30px;font-weight: bold; font-size: 1.8rem; line-height: 3rem; color: #fff; }*/
#head .menu>ul>li>.son .lamp>a>img{display: block; position: relative; z-index: 1; height: 120px; width: auto; margin: 0 auto; transition: all .8s;}
#head .menu>ul>li>.son .lamp>a>p{display: block; position: relative; z-index: 10; font-size: 1.6rem; color: #666; transition: all .35s;}
#head .menu>ul>li>.son .lamp>a:hover img{transform: scale(1.1);}
#head .menu>ul>li>.son .lamp>a:hover p{color: #42a73f;}
#head .menu>ul>li>.son .product{display: block; max-width: none;}
#head .menu>ul>li>.son .product>a{display: inline-flex; float: left;width: 23.5%; margin-right: 2%; margin-bottom: 1%; box-sizing: border-box; overflow: hidden;padding: 0 10px; background: #f7f7f7; border-radius: 8px; justify-content: flex-start; align-items: center; transition: all .35s;}
#head .menu>ul>li>.son .product>a:nth-child(4n){margin-right: 0;}
#head .menu>ul>li>.son .product>a>img{display: inline-block; height: 60px; width: auto; margin-right: 20px;transition: all .35s;}
#head .menu>ul>li>.son .product>a>p{display: inline-block; font-size: 1.6rem; color: #666; transition: all .35s;}
#head .menu>ul>li>.son .product>a:hover{background: #fcf4f5;}
#head .menu>ul>li>.son .product>a:hover img{margin-left: 5px;}
#head .menu>ul>li>.son .product>a:hover p{color: #42a73f;}

#head .search{display: inline-block; float: right; position: relative;padding-right: 30px; transition: all .35s;}
#head .search>a{display: inline-block; text-align: center; border-radius: 100%;  line-height: 100px;  transition: all .1s;}
#head .search>a>i{ font-size: 1.8rem; color: #fff;transition: all .35s;}
#head .search>a:hover i{color: #fff;}

#head .lang{display:inline-block; float: right; position: relative; padding-left: 30px; }
#head .lang:after{position: absolute;z-index: 1; left: 0;top: 50%; transform: translateY(-50%); width: 2px; height: 18px; background: rgba(255,255,255,.5); content: '';}
#head .lang>a{ position: relative; display: block; line-height: 100px; transition: all .35s;}
#head .lang>a>i{display: inline-block; font-size: 1.8rem; color: #fff;}
#head .lang>a:hover i{color: #fff;}
#head .lang>div{ display: none; position: absolute;z-index: 90; right:0; width: 100%; min-width: 140px; box-sizing: border-box;padding:10px 20px; background: #eee; box-shadow: 0 2px 6px rgba(0,0,0,.1);}
#head .lang>div>a{display: block;text-align: left; padding: 8px 0; font-size: 1.4rem; color: #333;transition: all .35s;}
#head .lang>div>a>img{height: 16px;width: auto; margin-right: 6px;}
#head .lang>div>a:hover{color: #42a73f;}
#head .lang>a.active span, #head .lang>a:hover span{color: #666;}
#head .lang>a.active i{color: #42a73f;}

#head .navbar-toggler { display: none; cursor: pointer; margin-left: 30px; overflow: hidden; box-sizing: border-box;width:22px;height:100px; line-height: 100px; -webkit-tap-highlight-color: transparent;-ms-touch-action: manipulation;touch-action: manipulation;}
#head .navbar-toggler>span { position: relative; display:block;margin-top:49px; }
#head .navbar-toggler>span,#head .navbar-toggler>span:after,#head .navbar-toggler>span:before { display: block;width:22px;height: 2px; border-radius: 5px; background-color: rgba(255,255,255,1);transition-duration: .4s;-webkit-transition-property: background-color,-webkit-transform;-moz-transition-property: background-color,-moz-transform; -o-transition-property: background-color,-o-transform; transition-property: background-color,transform;}
#head .navbar-toggler>span:after,#head .navbar-toggler>span:before { position: absolute; content: "";}
#head .navbar-toggler>span:before {top: -6px;}
#head .navbar-toggler>span:after {top: 6px;}
#head .navbar-toggler.active span { background-color: transparent;}
#head .navbar-toggler.active span:after,#head .navbar-toggler.active span:before {}
#head .navbar-toggler.active span:before {transform: translateY(6px)rotate(45deg);}
#head .navbar-toggler.active span:after {transform: translateY(-6px)rotate(-45deg);}




#head.active{background: rgba(255,255,255,1);}
#head.active .logo img.primary{display: inline-block;}
#head.active .logo img.highlight{display: none;}
#head.active .menu>ul>li>a{color: #18181b;}
#head.active .lang>a>i{color: #aaa;}
#head.active .lang:after{background: rgba(0,0,0,.1);}
#head.active .search>a>i{ color: #aaa;}

#head.highlight{ position: relative; display: block!important; background: rgba(255,255,255,1); box-shadow: 0 2px 5px rgba(0,0,0,.1);}
#head.highlight .logo img.primary{display: inline-block;}
#head.highlight .logo img.highlight{display: none;}
#head.highlight .menu>ul>li>a{color: #18181b;}
#head.highlight .lang>a>i{color: #aaa;}
#head.highlight .lang:after{background: rgba(0,0,0,.1);}
#head.highlight .search>a>i{ color: #aaa;}
#head.highlight .navbar-toggler>span { }
#head.highlight .navbar-toggler>span,#head.highlight .navbar-toggler>span:after,#head.highlight .navbar-toggler>span:before { background-color: #aaa;}

#head.small{ position: fixed; display: none;}
#head.small .logo{ line-height: 80px; }
#head.small .logo img{height: 24px;}
#head.small .menu{ height: 80px;}
#head.small .menu>ul>li>a{ font-size: 1.5rem; line-height: 80px;}
#head.small .search>a{line-height: 80px; }
#head.small .lang>a{ line-height: 80px;}
#head.small .navbar-toggler { height:80px; line-height: 80px;}
#head.small .navbar-toggler>span { margin-top:39px; }


/* end*/

/* navbar*/


#navbar{position: fixed;z-index: 1021; right: -100%; width: 100%; height: 100%; box-sizing: border-box; transition: all .35s;}
#navbar .mask{ display: none; position: absolute;z-index: 1; left: -50px; top: 0; width: 100%;height: 100%; background: rgba(0,0,0,.3); content: ''; backdrop-filter:blur(3px);}
#navbar .display{ position: absolute; right: 0; top: 0; z-index: 50; width: 76%;max-width: 300px; background: #fff; height: 100%; padding: 50px 30px;  box-shadow:-3px 5px 20px rgba(0,0,0,.3);}
#navbar .display>.logo{position: absolute;z-index: 50; right: 20px;top: 10px;}
#navbar .display>.logo>img{height:12px;width: auto;}
#navbar .display>.close{position: absolute;z-index: 50; top: 0; left: -40px; width: 40px;height: 40px; line-height: 40px; text-align: center; cursor: pointer; background:#42a73f;}
#navbar .display>.close>i{color: #fff; font-weight: bold;}
#navbar .display>.menu{ position: relative;z-index: 50; margin: 0 auto; background: #fff;}
#navbar .display>.menu>ul>li{display: block; border-bottom: 1px solid #eee;}
#navbar .display>.menu>ul>li:last-child{border: 0;}
#navbar .display>.menu>ul>li>a{ position: relative; display: block; height: 50px; line-height: 50px; font-size: 1.6rem; color: #333;transition: all .35s;}
#navbar .display>.menu>ul>li>a.on:after{ position: absolute;z-index: 20; right: 0;top: 50%; transform: translateY(-50%);height: 40px; line-height: 40px; color: #42a73f; font-family: iconfont; font-size: 1.6rem; font-weight: bold; content: '\e6b9'; transition: all .35s;}
#navbar .display>.menu>ul>li>a.active:after{ content: '\e6ba';}
#navbar .display>.menu>ul>li>a.active{color: #42a73f;}
#navbar .display>.menu>ul>li>div{ display: none; text-align: left; padding: 0 5px 10px 5px;}
#navbar .display>.menu>ul>li>div>a{display: block;font-size: 1.4rem; color: #555; padding: 5px 0;}
#navbar .display>.lang{  position: absolute;z-index: 50; left: 30px; bottom: 30px; box-sizing: border-box;}
#navbar .display>.lang>a{ position: relative; display: block; line-height: 36px; transition: all .35s;}
#navbar .display>.lang>a:after{position: absolute;z-index: 1; right: 0;top: 50%; transform: translateY(-50%); height: 20px; line-height: 20px; font-family: iconfont; font-size: 1.6rem; content: '\e64e'; transition: all .35s;}
#navbar .display>.lang>a>i{display: inline-block;  vertical-align: top; font-size:1.8rem; color: #999; margin-right: 6px;}
#navbar .display>.lang>a>span{display: inline-block;vertical-align: top; font-size: 1.2rem; color: #999;}
#navbar .display>.lang>div{ display: none; position: absolute;z-index: 90; bottom: 50px; width: 180px; box-sizing: border-box;padding:10px; background: #f7f7f7;}
#navbar .display>.lang>div>a{display: block;text-align: left; padding: 5px 0; font-size: 1.2rem; color: #333;transition: all .35s;}
#navbar .display>.lang>div>a>img{height: 16px;width: auto; margin-right: 6px;}
#navbar .display>.lang>a.active span, #navbar .display>.lang>a.active i{color: #333;}
#navbar .display>.lang>a.active:after{transform: translateY(-50%) rotate(180deg);}
#navbar.active{right: 0;}
#navbar.active .mask{display: block;}


/* end*/







/* search*/

#search{ display: none; position: fixed;z-index: 1001; left: 0; top: 0; width: 100%;height: 100%; background: rgba(0,0,0,.8);}
#search>.display{ width:600px; height:100px; position:fixed; left:0; right:0; top:0; bottom:0; margin:auto; z-index:99;}
#search>.display .toolbar{text-align: center; padding-bottom: 40px;}
#search>.display .toolbar>a{ position: relative; display: inline-block; margin-right: 10px; font-size: 3rem; color: #fff; border-radius: 3px;padding: 10px 20px; transition: all .35s;}
#search>.display .toolbar>a.active{color: #fff; background: #42a73f; }
#search>.display .form>input{width:480px; height:60px; background:#fff; line-height:60px; padding:15px; box-sizing:border-box; font-size:1.6rem; float:left; border: 0;}
#search>.display .form>input::placeholder{color:#999; font-weight:300;}
#search>.display .form>a{display:block; width:60px; height:60px; float:left; text-align:center; color:#fff; line-height:60px; transition:all .2s;}
#search>.display .form>a.search>i{font-size:1.8rem;}
#search>.display .form>a.close>i{font-size:1.6rem;}
#search>.display .form>a.search{background:#42a73f;}
#search>.display .form>a.search:hover{background:#f71b28;}
#search>.display .form>a.close{background:#aad395;}
#search>.display .form>a.close:hover{background:#666;}



/* end*/









/* path*/



#path{margin: 0 auto; padding: 25px 0;}
#path .wrap{display: flex;}
#path i{ position: relative; display: inline-block; font-size: 2rem; vertical-align: middle; margin-right: 6px;}
#path a{ position: relative; display: inline-block; vertical-align: middle; font-size: 1.4rem; color: #666; padding-right: 30px; text-transform: capitalize; transition: all .35s;}
#path a:after{position: absolute;z-index: 10; right: 0;top: 50%; width: 30px; text-align: center; font-family: iconfont; font-size: 1.2rem; font-weight: normal; content: '\e65f'; color: #999; transform: translateY(-50%);}
#path a:last-child{ padding-right: 0;}
#path a:last-child:after{display: none;}
#path a:hover{ color: #333; text-decoration: underline;}

#banner{width:100%; position:relative; z-index:1; left:0; top:0;}


/* nav*/









/* nav*/



#nav{width: 100%; margin: 0 auto; padding: 30px 0;}
#nav ul>li{display: inline-block;margin: 0 10px;}
#nav ul>li>a{display: block;background:#eee;color: #333;font-size: 1.8rem; height: 60px; line-height:60px; padding: 0 50px; transition: all .35s;}
#nav ul>li>a.active{color: #fff !important;background:#42a73f!important;}
#nav ul>li>a:hover{color: #42a73f;background: #fff;}
#nav>.pgwMenu { position: relative; padding: 0;margin: 0; text-align: center; }
#nav>.pgwMenu ul { list-style: none; white-space: nowrap;}
#nav>.pgwMenu .pm-dropDown{ display: none;position: relative; width: 100%;margin: 0 auto;background: #42a73f; box-shadow: 0 3px 8px rgba(0,0,0,.1); border-radius: 3px; }
#nav>.pgwMenu .pm-dropDown>a{position: relative; display: flex; justify-content: center; align-items: center;  color: #fff;  height: 45px; line-height: 45px; padding: 0 30px; text-decoration: none;}
#nav>.pgwMenu .pm-dropDown>a>i{ display: inline-block; margin-right: 10px; font-size: 1.6rem;}
#nav>.pgwMenu .pm-dropDown>a>span{display: inline-block;font-size: 1.6rem;}
#nav>.pgwMenu .pm-dropDown>a.active{color: #fff;}
#nav>.pgwMenu .pm-links{display: inline-block;vertical-align:top;}
#nav>.pgwMenu .pm-links.mob{ position: absolute;z-index: 80; right: 0; top: 50px; width: 100%; background: #fff; box-shadow: 0 3px 8px rgba(0,0,0,.1);  border-radius: 3px;overflow: hidden; }
#nav>.pgwMenu .pm-links.mob>li{ display:block!important; padding: 0;margin: 0; border-bottom: 1px solid #eee; }
#nav>.pgwMenu .pm-links.mob>li>a{display: block; height: 50px;background: #fff; line-height: 50px; border: 0; border-radius: 0;}
#nav>.pgwMenu .pm-links.mob>li>a:after{display: none;}
#nav>.pgwMenu .pm-links.mob>li>a:hover{color:#42a73f;}
#nav>.pgwMenu .pm-viewMore{ display: none;position: relative;vertical-align:top; }
#nav>.pgwMenu .pm-viewMore>a{position: relative; display: inline-block; background: #eee; text-align: center; font-size: 1.4rem;  margin-left: 10px; width: 45px; height: 45px; line-height: 45px; color: #42a73f; text-decoration: none;}
#nav>.pgwMenu .pm-viewMore>a>i{font-size: 2.4rem;}
#nav>.pgwMenu .pm-viewMore>a:hover{background: #fff; color: #42a73f;}
#nav>.pgwMenu .pm-viewMore>a.active{ background: #fff; transform: rotate(180deg);}
#nav>.pgwMenu .pm-viewMore>ul{ position: absolute;z-index: 3; right: 0; margin-top: 10px; overflow: hidden; box-shadow: 0 3px 8px rgba(0,0,0,.1); }
#nav>.pgwMenu .pm-viewMore>ul>li{ display:block!important; padding: 0;margin: 0;}
#nav>.pgwMenu .pm-viewMore>ul>li:after{display: none!important;}
#nav>.pgwMenu .pm-viewMore>ul>li>a{display: block; color: #666; border: 0; border-radius: 0; background: #fff; border-bottom: 1px solid rgba(0, 0, 0, .1); transition: all .35s;}
#nav>.pgwMenu .pm-viewMore>ul>li>a:hover{color: #42a73f;}
#nav>.pgwMenu .pm-viewMore>ul>li:last-child>a{border-bottom: 0;}

/* foot*/





/* page */

.page{ display: flex; padding: 50px 0;margin: 0 auto; justify-content: center; align-items: center;}
.page .pagenum{ display: inline-block;vertical-align: middle; text-align: center;}
.page .pagenum>a{display:inline-block; border:1px solid #ddd; margin: 0 5px; background: #fff; border-radius: 100%; width:46px;height:46px; line-height:46px;text-align:center; font-size:1.6rem; color:#666; transition:all .35s;}
.page .pagenum>a:hover{color: #42a73f; border-color: #42a73f;}
.page .pagenum>a.active{ background: #42a73f; border-color: #42a73f; font-weight: bold; color: #fff;}
.page .prev, .page .next{display: inline-block;vertical-align: middle;}
.page .prev>a, .page .next>a{display: inline-block; border:1px solid #ddd; margin: 0 5px; background: #fff; border-radius: 100%; width:46px;height:46px; line-height:46px; text-align: center; font-size: 1.6rem; color: #666;transition: all .35s;}
.page .prev>a>span, .page .next>a>span{display: none;}
.page .prev>a:hover, .page .next>a:hover{color: #fff; background: #42a73f; border-color: #42a73f;}
.page .null{ opacity: .3; color: #666!important; background: #fff!important; border-color: #ddd!important;}
.page .pagenum>a.pageell{ background: none; color: #666; border: 0!important;}
.page .pagesmall{display: none; vertical-align: middle; font-size: 1.6rem; color: #999; padding: 6px 20px; text-align: center;}
.page .pagesmall>span{color: #42a73f; font-weight: bold;}



/* end*/






/* foot*/


#foot{ position: relative;z-index: 3; margin: 0 auto; background: #42a73f url("../image/foot_bg.png")  no-repeat; background-size: cover;}
#foot .wrap{max-width: 1600px;}
#foot .main{ display: block; padding: 110px 0 50px 0; margin: 0 auto;}
#foot .main>.intro{ display: inline-block; float: left;}
#foot .main>.intro>.logo{ text-align: left;}
#foot .main>.intro>.logo>img{display: block; width: 200px;height: auto; margin-bottom: 10px; }
#foot .main>.intro>.hotline{text-align: left; padding: 70px 0 50px 0;}
#foot .main>.intro>.hotline>a{display: block; font-size: 3rem; font-weight: bold; color: #fff;transition: all .35s;}
#foot .main>.intro>.hotline>p{ font-size: 1.4rem; color: rgba(255,255,255,.4); padding-top: 30px;}
#foot .main>.intro>.social{text-align: left;}
#foot .main>.intro>.social>.con{ padding: 0;}
#foot .main>.intro>.social>.con>a{display: inline-block; color: rgba(255,255,255,.3); width: 40px; height: 40px; line-height: 40px;text-align: center; font-size: 2rem; border: 1px solid rgba(255,255,255,.3); border-radius: 100%; transition: all .35s;}
#foot .main>.intro>.social>.con>a:hover{ color: #fff; border-color: #42a73f; background: #42a73f; transform: translateY(-3px);}
#foot .main>.nav{ display: inline-block; box-sizing: border-box; width: calc(100% - 250px - 120px);padding-left: 205px;padding-right: 145px; text-align: left;}
#foot .main>.nav>ul{ display: flex;justify-content: space-between; flex-direction: row;}
#foot .main>.nav>ul>li{display:inline-block;}
#foot .main>.nav>ul>li>a{display: block; font-size: 1.6rem; text-transform: uppercase; color: #fff;transition: all .35s;}
#foot .main>.nav>ul>li>a:hover{color: #FFFFFF;}
#foot .main>.nav>ul>li>div{display: block;padding: 20px 0;}
#foot .main>.nav>ul>li>div>a{display: block;font-size: 1.4rem;padding-bottom: 15px; color: rgba(255,255,255,.8); transition: all .35s;}
#foot .main>.nav>ul>li>div>a:hover{color: rgba(255,255,255,.8);}
#foot .main>.qrcode{width: 120px; float: right;}
#foot .main>.qrcode>img{width: 100%;height: auto;}
#foot .main>.qrcode>p{padding-top: 10px; font-size: 1.4rem; text-align: center; color: rgba(255,255,255,1);}
#foot .copy{margin: 0 auto; padding: 30px 0;font-size: 1.4rem;color: #fff; text-align: left;}
#foot .copy a{display: inline-block; margin-right: 10px; color: #fff;transition: all .35s;}
#foot .copy a:hover{text-decoration: underline;}

/* end*/
@media only screen and (min-width: 1500px){

    #banner>.inner{  background: none!important;}

}

@media only screen and (max-width: 1460px){


    #head .logo img{height: 26px;}
    #head .menu>ul>li{ margin-left: 40px;}




    #foot .main>.nav{ padding-left: 150px;padding-right: 100px;}







}

@media only screen and (max-width: 1280px){

    #head .menu>ul>li{ margin-left: 30px;}

    #foot .main>.nav{ padding:0 100px;}


}


@media only screen and (max-width: 1200px){
    
    #head .menu{ display: none;}
    #head .navbar-toggler { display: block;}
    #head .search:after{position: absolute;z-index: 1; right: 0;top: 50%; transform: translateY(-50%); width: 2px; height: 18px; background: rgba(255,255,255,.5); content: '';}
    #head .lang{display: none;}


    #head.highlight .search:after{background: rgba(0,0,0,.1);}



    #foot .main{ display: block; padding: 50px 0;}
    #foot .main>.intro{ display: block; width: 100%; float: none;}
    #foot .main>.intro>.hotline {padding: 10px 0; }
    #foot .main>.nav{ display: block; width: 100%; padding: 0 0 50px 0;}
    #foot .main>.nav>ul{display: block;}
    #foot .main>.nav>ul>li{display: block; border-bottom: 1px solid rgba(255,255,255,.07);}
    #foot .main>.nav>ul>li:last-child{border-bottom: 0;}
    #foot .main>.nav>ul>li>a{display: block; padding: 20px 0; position: relative;}
    #foot .main>.nav>ul>li>a:after{position: absolute;z-index: 1; right: 10px; top: 50%; height: 30px; line-height: 30px; transform: translateY(-50%); text-align: right;opacity: .5; font-family: iconfont; font-size: 1.4rem; content: '\e65f';}
    #foot .main>.nav>ul>li>div{display: none;}
    #foot .main>.qrcode{ padding-top: 30px; float: none; text-align: left;}
    
}

@media only screen and (max-width: 960px){

    .page .pagenum>a{width:40px;height:40px; line-height:40px;font-size:1.4rem;}
    .page .prev>a, .page .next>a{ width:40px;height:40px; line-height:40px; font-size: 1.4rem;}
    .page .pagesmall{font-size: 1.4rem; }

}


@media only screen and (max-width: 860px){


    #head.highlight .logo, #head.small .logo{ line-height: 80px; }
    #head.highlight .logo, img #head.small .logo img{height: 24px;}
    #head.highlight .menu, #head.small .menu{ height: 80px;}
    #head.highlight .menu>ul>li>a, #head.small .menu>ul>li>a{ font-size: 1.5rem; line-height: 80px;}
    #head.highlight .search>a, #head.small .search>a{line-height: 80px; }
    #head.highlight .lang>a, #head.small .lang>a{ line-height: 80px;}
    #head.highlight .navbar-toggler, #head.small .navbar-toggler { height:80px; line-height: 80px;}
    #head.highlight .navbar-toggler>span, #head.small .navbar-toggler>span { margin-top:39px; }


    #search>.display{ width:500px; }
    #search>.display .toolbar>a{ font-size: 2.4rem; }
    #search>.display .form>input{width:380px;}


    #banner{ height: 300px;}
    #banner>.inner{ width: 100%; height: 100%; background-size: cover; background-position: 50% 0;}
    #banner>.inner img{display: none;}

    #nav{ width: 86%;}
    #nav ul>li>a{font-size: 1.6rem; height: 45px; line-height:45px; padding: 0 30px;}

    .page .pagenum>a{width:32px;height:32px; line-height:32px;font-size:1.2rem;}
    .page .prev>a, .page .next>a{ width:32px;height:32px; line-height:32px; font-size: 1.2rem;}
    .page .pagesmall{font-size: 1.2rem; }




}
@media only screen and (max-width: 640px){

    #head .search { padding-right: 20px; }
    #head .navbar-toggler { margin-left: 20px;}

    #search>.display{ width:400px; }
    #search>.display .toolbar>a{ font-size: 2rem; }
    #search>.display .form>input{width:300px; height: 50px; line-height: 50px;}
    #search>.display .form>a{ width:50px; height:50px; line-height:50px;}

    #path i{ font-size: 1.8rem;}
    #path a{ font-size: 1.2rem; padding-right: 20px;}
    #path a:after{width: 20px;}

    #nav ul>li{margin: 0;}


    .page .pagenum{display: none;}
    .page .pagesmall{ display: inline-block; font-size: 1.4rem; }
    .page .prev>a, .page .next>a{ width:auto;height:auto; line-height:20px; padding: 6px 15px; text-align: center; border-radius: 5px;}
    .page .prev>a>span, .page .next>a>span{display: inline-block;}

}


@media only screen and (max-width: 520px){

    #head .logo img{height: 18px;}
    #head.highlight .logo, #head.small .logo{ line-height: 60px; }
    #head.highlight .logo img, #head.small .logo img{height: 18px;}
    #head.highlight .menu, #head.small .menu{ height: 60px;}
    #head.highlight .menu>ul>li>a, #head.small .menu>ul>li>a{ line-height: 60px;}
    #head.highlight .search>a, #head.small .search>a{line-height: 60px; }
    #head.highlight .lang>a, #head.small .lang>a{ line-height: 60px;}
    #head.highlight .navbar-toggler, #head.small .navbar-toggler { height:60px; line-height:60px;}
    #head.highlight .navbar-toggler>span, #head.small .navbar-toggler>span { margin-top:29px; }




    #search>.display{ width:300px; }
    #search>.display .toolbar>a{ padding: 5px 10px;}
    #search>.display .form>input{width:180px;}

    #banner{ height: 180px;}

    #foot .main>.nav>ul>li>a{padding: 10px 0; font-size: 1.4rem; }


}