@charset "utf-8";

/* iconfont*/
@import url("../font/iconfont/iconfont.css");
/* social*/
@import url("../lib/social/css/social.css");
/* CSS Document  f7f8fc*/
html, body { font-size: 12px; margin: 0; padding: 0; text-decoration: none; background: #FFFFFF; width: 100%; height: 100%; -webkit-text-size-adjust: 100%; }
body { overflow-x: hidden; transition-property: all; }
a { color: #666; text-decoration: none; outline: none; }
a:hover, a:active { color: #d70d19; }
* { margin: 0; padding: 0; list-style: none; outline: none; box-sizing: border-box; }
* { font-family:"Segoe UI","Lucida Grande",Helvetica,Arial,"Microsoft YaHei",FreeSans,Arimo,"Droid Sans","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3",Roboto,Arial,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: 94%; 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 { width: 100%; transition: all .35s; }
#head:after { 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; margin-right: 30px; }
#head .logo img { height: 40px; width: auto; transition: all .5s; }
#head .logo img.primary { display: none; }
#head .menu { display: inline-block; float: left; height: 100px; transition: all .35s; }
#head .menu>ul { display: flex; justify-content: flex-end; align-items: center; }
#head .menu>ul>li { position: relative; display: inline-block; padding: 0 30px; padding-top: 45px; }
#head .menu>ul>li>a { position: relative; display: block; font-weight: bold; font-family:FuturaLT-Heavy,NotoSansCJKsc-demilight,NotoSansCJKsc-Normal,PingFangSC-Regular,"Hiragino Sans GB",微软雅黑,"Microsoft YaHei",sans-serif; font-size: 1.6rem; color: rgba(0,0,0,1); transition: all .35s; padding-bottom: 5px; }
#head .menu>ul>li>a:after { position: absolute; z-index: 1; left: 50%; bottom: 0; width: 0; height: 4px; transform: translateX(-50%); background: #000; content: ''; transition: all .35s; }
#head .menu>ul>li>.son { position: absolute; z-index: 100; left: 0; background: rgba(255,255,255,1); overflow: hidden; height: 0; transition: all .35s; }
#head .menu>ul>li.active>a { color: #d70d19!important; }
#head .menu>ul>li.active>a:after { width: 100%; }
#head .menu>ul>li.active>.son { height: auto; width: 100%; padding: 20px 0 30px 30px; box-shadow: 0 20px 16px rgba(0,0,0,.1); }
#head .menu>ul>li.active>.son a { display: block; margin-top: 15px; font-size: 1.3rem; font-weight: bold; color: #000; }
/*#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: #d70d19; 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: #d70d19; 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: #d70d19; }
#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: #d70d19; }
*/
#head .search { display: inline-block; float: right; position: relative; transition: all .35s; padding-top:35px; }
#head .search .form { background: #F5F5F5;  border-radius:60px; padding-left:20px; }
#head .search .form>input { width: 150px; height: 35px; background: #F5F5F5; line-height: 35px; box-sizing: border-box; font-size: 1.2rem; float: left; border: 0; }
#head .search .form>input::placeholder {
color:#999;
font-weight:300;
}
#head .search .form>a { display: block; width: 35px; height: 35px; line-height:35px; float: left; text-align: center; color: #fff; transition: all .2s; border-radius:100%; }
#head .search .form>a.button>i { font-size: 1.4rem; }
#head .search .form>a.button { background: #000; }
#head .search .form>a.button:hover { background: #f71b28; }




#head .download { display: inline-block; float: right; position: relative; padding-left: 30px; transition: all .35s; }
#head .download>a { display: inline-block; text-align: center; border-radius: 100%; line-height: 100px; transition: all .1s; }
#head .download>a>i { font-size:3.4rem; color: #999; transition: all .35s; }
#head .download>a:hover i { color: #000; }
#head .lang { display: inline-block; float: right; position: relative; padding-left: 35px; }
#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.6rem; color: #999; }
#head .lang>a:hover i { color: #000; }
#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: #d70d19; }
#head .lang>a.active span, #head .lang>a:hover span { color: #666; }
#head .lang>a.active i { color: #d70d19; }
#head .navbar-toggler { display: none; cursor: pointer; margin-left: 30px; overflow: hidden; box-sizing: border-box; width: 30px; 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: 30px; height: 3px; border-radius: 5px; background-color: rgba(0,0,0,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: -10px; }
#head .navbar-toggler>span:after { top: 10px; }
#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 .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: #d70d19; }
#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.4rem; 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: #d70d19; 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: #d70d19; }
#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.2rem; 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*/













/* path*/



#path { margin: 0 auto; padding: 50px 0; border-top: 2px #E8E8E8 solid; }
#path .wrap { display: flex; }
#path i { position: relative; display: inline-block; font-size: 1.4rem; vertical-align: middle; margin-right: 6px; }
#path a { position: relative; display: inline-block; vertical-align: middle; font-size: 1.2rem; 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.0rem; 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: #d70d19!important; }
#nav ul>li>a:hover { color: #d70d19; 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: #d70d19; 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: #d70d19; }
#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: #d70d19; text-decoration: none; }
#nav>.pgwMenu .pm-viewMore>a>i { font-size: 2.4rem; }
#nav>.pgwMenu .pm-viewMore>a:hover { background: #fff; color: #d70d19; }
#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: #d70d19; }
#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: #d70d19; border-color: #d70d19; }
.page .pagenum>a.active { background: #d70d19; border-color: #d70d19; 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: #d70d19; border-color: #d70d19; }
.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: #d70d19; font-weight: bold; }
/* end*/

.side-tip { position: fixed; z-index: 10; right: 2.5rem; bottom: 20rem; }
.side-tip.back-top { scroll-behavior: smooth; display: none; text-align: center;  }
.side-tip.back-top em { display: inline-block; width: 50px; height: 50px; background: #EEE url(../img/back-top.png) center center no-repeat; background-size: 60%; border-radius: 100%; border: 2px #666 solid; box-shadow: 0px 12px 33px 0px rgb(0 0 0 / 14%); }
.side-tip.back-top p { font-size: 1.6rem; color: #666; font-weight: bold; margin-top: 10px; }
.side-tip.back-top:hover { }
/* foot*/


#foot { position: relative; z-index: 3; margin: 0 auto; background: #000 url("../img/foot_bg.png") no-repeat; background-size: cover; }
#foot .wrap { max-width: 1600px; }
#foot .main { display: block; padding: 50px 0 0px 0; margin: 0 auto; }
#foot .main>.intro { display: inline-block; width: 100%; float: left; }
#foot .main>.intro>.logo { text-align: left; }
#foot .main>.intro>.logo>img { display: block; height:50px; margin-bottom: 10px; fill:white; }
#foot .main>.nav { display: inline-block; box-sizing: border-box; text-align: left; width:80%; margin-top: 50px; }
#foot .main>.nav>ul { display: flex; justify-content: space-between; flex-direction: row; }
#foot .main>.nav>ul>li { display: inline-block; width:30%; }
#foot .main>.nav>ul>li:last-child { margin-right:0; }
#foot .main>.nav>ul>li>a { display: block; transition: all .35s; }
#foot .main>.nav>ul>li>a.title { color: #C5AD8B; font-size:1.6rem; text-transform: uppercase; white-space: nowrap; }
#foot .main>.nav>ul>li>a:hover { color: #d70d19; }
#foot .main>.nav>ul>li>div { display: block; padding: 20px 0; }
#foot .main>.nav>ul>li .hotline>em { display: block; font-size: 1.2rem; margin: 10px 0; color: #fff; }
#foot .main>.nav>ul>li .hotline>a { display: block; font-size: 2.0rem; color: #fff; transition: all .35s; }
#foot .main>.nav>ul>li .hotline>p { font-size: 1.4rem; color: rgba(255,255,255,1); padding: 30px 0; }
#foot .main>.nav>ul>li>div>a { display: block; font-size: 1.2rem; padding-bottom: 15px; color: rgba(255,255,255,1); transition: all .35s; }
#foot .main>.nav>ul>li>div>a:hover { color: rgba(255,255,255,.4); }
#foot .copy { margin: 0 auto; padding: 30px 0; font-size: 1.2rem; color: #666; text-align: left; }
#foot .copy a { display: inline-block; margin-right: 10px; color: #666; 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 { }
#head .menu>ul>li { padding-top:42px; }
#foot .main>.nav { }
}
 @media only screen and (max-width: 1280px) {
#head .menu>ul>li {  }
}
 @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 .download { 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 { width:100%; padding: 0 0 50px 0; }
#foot .main>.nav>ul>li { border-bottom: 1px solid rgba(255,255,255,.07); margin-right:10%; }
#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>.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; }
#foot .main>.nav>ul { display: block; }
#foot .main>.nav>ul>li { display: block; width:100%; }
}
@media only screen and (max-width: 640px) {
#head .search { display:none; }
#head .navbar-toggler { }
#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) {
body { min-width:350px; }
#head .logo img { height: 38px; }
#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; }
#foot .main>.intro { display: block; width: 50%; float: none; }
#foot .main>.nav>ul>li>a.title { font-size: 1.4rem; }
#path { padding: 20px 0; }
.side-tip.back-top em { width:40px; height:40px; }
.side-tip.back-top p { font-size: 1.2rem; }
}

