﻿@charset "utf-8";
/* CSS Document */
body,div,section,figure,strong,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p{margin:0;padding:0;}
body{ color:#333; font-size:14px; font-family:"Conv_DIN-Light","微软雅黑"; min-width:1200px;}
ul, ol { list-style: none;} 
img,fieldset{vertical-align:top;border:0;}
h1,h2,h3,h4,h5,h6 {font-size:100%; font-weight:normal;}
address,cite,code,em,th {font-weight:normal; font-style:normal;}
input,button,textarea,select{font:100% Arial,''; vertical-align:middle;border: none;}
table,td,tr,th{font-size:12px;}
.nodispaly{ display:none}
.fl{float:left;}
.fr{float:right;}
.line{line-height:50px;}
.lineer{line-height:40px;}
.FK{color: #999;}
.fsyi{font-size: .2rem;font-weight: bold;}
.fser{font-size: .2rem;text-align: center;}
.iconfont{font-size: 15px;}
.clearfix{zoom:1;}
.clearfix:after{display:block; overflow:hidden; clear:both; height:0px; visibility:hidden; content:".";}
a{color:#333;text-decoration:none}
a:hover {color:#333; text-decoration:none; }
.layout{max-width: 1320px; margin: 0 auto;}
.flex{display: flex; justify-content: space-between; flex-wrap: wrap;align-items: center;}
.figure{display: block;height: 0;overflow: hidden;position: relative;}
.figure img{width: 100%;height: 100%;position: absolute;left: 0;top: 0;object-fit: cover;transition: all .5s;}

@font-face {
	font-family: 'Conv_DIN-Light';
	src: url('../fonts/DIN-Light.eot');
	src: local('☺'), url('../fonts/DIN-Light.woff') format('woff'), url('../fonts/DIN-Light.ttf') format('truetype'), url('../fonts/DIN-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

header{width: 100%; height: 98px;background: #FFF;box-shadow:0 0 20px rgba(158,158,158,.3);  transition: all 0.3s; }
header .flex{height: 98px;}
header h1{width:245px;display: inline-block;}
header h1 img{width: 100%;}
.nav{display: inline-block;}
.nav li{margin:0 18px;display: inline-block;position: relative;}
.nav li p{line-height:98px;font-size: 16px;transition: all 0.3s;}
.nav li p:after{content: "";display: block;position: absolute;left: 50%;bottom: 0;width: 0;z-index: 100;height:2px;background: #e8b921;opacity: 0;transform: translateX(-50%);transition: all .3s;}
.nav li:hover p:after{width: 100%;opacity: 1;}
.nav li.current p:after{opacity: 1;width: 100%;}
.nav li p a{display: block; text-decoration: none;}
.nav li:hover p a{text-decoration: none;}
.nav li.current a{color: #000000;}
.nav li i{font-weight: 100; font-size: 12px; padding-left: 10px;}
.nav li dl{position: absolute;left: 0%;top:98px;background: #faf9f9;text-align: left;font-size: 15px;width:165px;display: none;z-index: 1000;}
.nav li dd{position: relative;font-size: 15px;}
.nav li dd a{display: block;transition: all 0.3s;padding: 16px;text-decoration: none;}
.nav li dd:hover a{display: block;text-decoration: none;background: #e8b921;color: #FFF;}
.nav li dd:last-child{border-bottom: none;}
.nav li dd .san{position: absolute;left: 100%;top: 0px;visibility: hidden;opacity: 0;transition: all .3s;width: 1.4rem;}
.nav li dd:hover .san{visibility: visible;opacity: 1;}
.nav li dd:hover .san .list a{padding: .05rem .1rem;background: rgba(0,0,0,0.5);color: #FFF;}
.nav li dd:hover .san .list a:hover{padding: .05rem .1rem;background: #0194dd;color: #FFF;}
.nav li:last-child:before{display: none;}

.navm{display: none;width: 42px;height: 42px;line-height: 42px;text-align: center;color: #FFF;cursor: pointer;position: absolute;right: 15px;top:24px;}
.navm i{font-size:30px;display: block; color: #e8b921;}

header .yuyan{display: inline-block; cursor: pointer;z-index: 100; font-size: 14px;}
header .yuyan .box{position: relative;}
header .yuyan p{line-height: 35px;display: flex;align-items: center;justify-content: center;color: #fff;padding: 0 10px;background: #727272;}
header .yuyan .icon-chevron-left-copy-copy{font-size: 12px;margin-left: 6px;}
header .yuyan ul{position: absolute;left: 0;top: 34px;line-height: 2;background: #faf9f9;width: 100%;font-weight: normal;z-index: 1;visibility: hidden;opacity: 0;transition: all 0.3s;text-align: center;}
header .yuyan:hover ul{opacity: 1;visibility: visible;}
header .yuyan li{cursor: pointer;line-height: 2.55;border-bottom: 1px solid #727272;}
header .yuyan li a{display: block;text-decoration: none;}
header .yuyan li a:hover{display: block;text-decoration: none;background: #e8b921;color: #FFF;}

.search{line-height:42px;width: 42px;height:42px;cursor: pointer;text-align: center; display: inline-block;position: relative;}
.search i{font-size:24px;display: block;color: #333;}
.search_box{position: fixed;left: 0px;right: 0px;top:98px;height:92px;background: #FFF;display: none;z-index: 99;}
.search_box .box{width: 50%;position: absolute;left: 50%;top: 0.13rem;margin-left: -25%;}
.search_box .input_btn{float: left;width: 10%;height:42px;border: none;outline: magenta;background: #FFF url(../images/pic4.png) no-repeat center;background-size: 0.12rem;cursor: pointer;}
.search_box .input_txt{float: left;width: 90%;height:42px;border: none;outline: magenta;box-sizing: border-box;border-bottom: 1px solid #999;background: #FFF;font-size: 14px;}



/* 底部 */
.footer{background:#1a1a1a;padding:35px 0 25px 0;overflow: hidden;color:#999;font-size:14px;}
.footMenu{font-size: 16px;margin-bottom:30px;}
.footMenu em{font-style: normal;margin:0 25px;color:#656565;}
.footer .footMenu a{color:#f1f1f1;}
.footMenu a:hover{text-decoration:underline;}
.footContact {padding-top:15px;line-height: 30px;}
.footR{max-width:600px;}
.footR h4{background: url('../images/tel.png') no-repeat left center;padding-left:40px;margin-bottom:15px;margin-top: 35px;}
.footR h4 span{font-size:26px;color:#e8b921;display:block;}
.footR .icon{text-align:right;}
.footR .icon a{display: inline-block;width:32px;height:32px;background: url('../images/footIcon.png') no-repeat;margin-left:10px;opacity:.8;}
.footR .icon .qq{background-position: -32px 0;}
.footR .icon a:hover{opacity:1;}
.footR .wx{width:125px;border-left: 1px dotted #484848;padding-left:50px;margin-left:50px;}
.footR .wx p{width:110px;text-align:center;margin-left:2px;}
.footR .wx img{width:120px;margin-bottom:5px;}
.firendLink{background:#171717; padding: 15px 0;}
.firendLink span{color:#fff;}
.firendLink span i{color: #e8b921;font-style: normal;margin-left:5px;}
.firendLink a{margin:0 10px;}
.footer a{color:#999;}
.footer a:hover{color:#fff;}


@-webkit-keyframes rotate360
  {0%{-webkit-transform:rotate(0deg);}
  100%{-webkit-transform:rotate(360deg);}
}@-moz-keyframes rotate360
  {0%{-moz-transform:rotate(0deg);}
  100%{-moz-transform:rotate(360deg);}
}@-ms-keyframes rotate360
  {0%{-ms-transform:rotate(0deg);}
  100%{-ms-transform:rotate(360deg);}
}@keyframes rotate360
  {0%{transform:rotate(0deg);}
  100%{transform:rotate(360deg);}
}



/*右侧浮动*/
.y-kefu-box{position:fixed; right:0; top:20%; z-index:9999; font-size:13px;cursor: pointer;}
.y-kefu-box img{display: block; width:100%; height:auto;}
.y-kefu-box01 .icon{display:block; background:url(../images/icons01.png) no-repeat; margin:0 auto 6px;}
.y-kefu-box01{width:54px; color: #666; text-align: center;}
.y-kefu-box01 .kf-close-btn{width:27px; height:27px; background-position:-5px -115px; position: relative; cursor:pointer;}
.y-kefu-box01 .kf-close-btn:before{content:''; display: block; width:1px; height:12px; background-color:#e8b920; position: absolute; bottom:-12px; left:13px; z-index: 1;}
.y-kefu-box01 .show-status>a, .y-kefu-box01 .show-status>div{display:block; width:52px; padding:8px 0 12px; background-color:#fff; border-left:solid 1px #efefef; border-top:solid 1px #efefef; border-right:solid 1px #efefef; position:relative;}
.y-kefu-box01 .show-status{position: relative;}
.y-kefu-box01 .show-status .kf-qiao{background-color:#e8b920; border-color: #e8b920; color: #fff; margin: 10px 0 7px;}
.y-kefu-box01 .kf-qiao{border-radius:2px;}
.y-kefu-box01 .kf-qiao i{width:21px; height:22px; background-position:-30px -150px;}
.y-kefu-box01 .kf-QQ{border-top-left-radius:2px;border-top-right-radius:2px;}
.y-kefu-box01 .kf-QQ>i{width:21px; height:22px; background-position:-5px -5px;}
.y-kefu-box01 .kf-QQ:hover>i{background-position:-30px -5px;}
.y-kefu-box01 .kf-zixun{border-radius:2px;}
.y-kefu-box01 .kf-zixun i{width:21px;height:22px;background-position:-30px -150px;}

.y-kefu-box01 .kf-shopping{border-radius:2px;}
.y-kefu-box01 .kf-shopping i{width:21px;height:22px;background-position:-5px -180px;}

.y-kefu-box01 .kf-mobile{border-top-left-radius:2px; border-top-right-radius:2px;}
.y-kefu-box01 .kf-mobile>i{width:18px; height:18px; background-position:-5px -32px;}
.y-kefu-box01 .kf-mobile:hover>i{background-position:-30px -32px;}
.y-kefu-box01 .kf-weChat>i{width:22px; height:19px; background-position:-5px -55px;}
.y-kefu-box01 .kf-weChat:hover>i{background-position:-30px -55px;}
.y-kefu-box01 .kf-email{border-bottom-left-radius:2px; border-bottom-right-radius:2px;}
.y-kefu-box01 .kf-email>i{width:18px; height:14px; background-position:-5px -80px;}
.y-kefu-box01 .kf-email:hover>i{background-position:-30px -80px;}

.y-kefu-box01 .kf-shopping>i{width:18px; height:14px; background-position:-5px -180px;}
.y-kefu-box01 .kf-shopping:hover i{background-position:-30px -180px;}

.y-kefu-box01 .back-top i{width:13px; height:11px; background-position:-5px -98px;}
.y-kefu-box01 .back-top:hover i{background-position:-30px -98px;}
.y-kefu-box01 .kf-email, .y-kefu-box01 .back-top{border-bottom:solid 1px #efefef;}
.y-kefu-box01 .back-top{margin-top:-1px; border-radius:2px; left:55px;}
.y-kefu-box01 .hver:hover{background-color:#e8b920; border-color:#e8b920;}
.y-kefu-box01 .hver:hover>p{color:#fff;}
.y-kefu-box01 .mobile-infos,.y-kefu-box01 .QQ-infos, .y-kefu-box01 .y-ewm-box, .y-kefu-box01 .y-email-infos{background-color:#fff; border:solid 1px #efefef; position:absolute; right:90px; z-index:2; border-radius:2px; display:none;}
.y-kefu-box01 .mobile-infos{width:215px; text-align:left; top:0;}
.y-kefu-box01 .mobile-infos>div{padding:20px 0 20px 45px; position:relative;}
.y-kefu-box01 .mobile-infos>div i{width:15px; height:15px; background-position:-52px -32px; position:absolute; top:22px; left:20px; z-index:2;}
.y-kefu-box01 .mobile-infos .online1{border-bottom:solid 1px #efefef;}
.y-kefu-box01 .mobile-infos span{color:#999;}
.y-kefu-box01 .mobile-infos p{color:#e8b920; font-size:18px;}
.y-kefu-box01 .QQ-infos{width:320px;text-align: left;top: 0;}
.y-kefu-box01 .part01{padding:20px 20px 20px 30px; border-bottom:solid 1px #e9e9e9; position:relative;}
.y-kefu-box01 .part01 p{font-size:16px; color:#e8b920; padding-bottom:5px;}
.y-kefu-box01 .part01 i{width:28px; height: 26px; background-position:-40px -5px; position: absolute; left:0; top:18px; z-index:2;}
.y-kefu-box01 .part02{padding:20px;}
.y-kefu-box01 .part02 li{width:86px; float:left; position:relative; margin:10px; padding-left:30px;}
.y-kefu-box01 .part02 i{width:22px; height:22px; background-position:-5px -5px; position:absolute; left:0; top:0; z-index:2;}
.y-kefu-box01 .part02 li:hover a{color:#e8b920;}
.ri{width:12px; height:12px; position:absolute; right:-12px; top:24px;}
.ri-arrow1,.ri-arrow2{width:0; height:0; display:block; position:absolute; left:0; top:0; border-top:6px transparent dashed; border-right:6px transparent dashed; border-bottom:6px transparent dashed; border-left:6px white solid; overflow:hidden;}
.ri-arrow1{left:1px; border-left:6px #efefef solid;}
.ri-arrow2{border-left:6px white solid;}

.y-kefu-box01 .y-ewm-box{width:151px; height:178px; top:-60px;}
.y-kefu-box01 .y-ewm-box>div{width:151px; height:178px;}
.y-kefu-box01 .y-ewm-box img{width:94px; height:94px; margin:30px auto 10px;}
.y-kefu-box01 .y-ewm-box .y-ewm-img1{width:150px; border-right:solid 1px #efefef;}
.y-kefu-box01 .y-ewm-box .right{top:84px;}

.y-kefu-box01 .y-email-infos{padding:28px 20px 28px 45px; color:#999; text-align:left; bottom:0;}
.y-kefu-box01 .y-email-infos p{color:#e8b920; font-size:16px;}
.y-kefu-box01 .y-email-infos>i{width:18px; height:13px; background-position:-52px -80px; position:absolute; left:15px; top:30px;}
.y-kefu-box01 .y-email-infos .right{top:55px;}
.y-kefu-box01 .hide-status{width:54px; height:65px; background-color:#e8b920; position:absolute; top:37px; left:55px; z-index:9;}
.y-kefu-box01 .hide-status .kf-zixun{padding:10px 0 7px; color:#fff; cursor:pointer;}