/*清除默认样式*/
body,ol,ul,li,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0;font-weight: normal;}
fieldset,img{border:0;}
img{vertical-align:middle;}
ol,ul,li{list-style-type:none;}
table{border-collapse:collapse;border-spacing:0;}
button,input,select,textarea{font-size:13px;font-family:inherit;margin:0;outline:none;resize:none;border:none;}
html{verflow:-Scroll;overflow-x:hidden;zoom:1;overflow-y:scroll;}
body{color:#666;font-size:13px;line-height:24px;font-family:"微软雅黑","宋体", Arial, Helvetica, sans-serif; }
a{color: #bbb;text-decoration:none;outline:none;}
a:hover {text-decoration: none;color: #ffdf7d;}
img{-ms-interpolation-mode:bicubic;max-width:100%;-webkit-touch-callout:none;}

body {
	max-width:1920px;
	margin:0 auto;
	background: #000;
	}

/*html5 初始化新标签的CSS*/
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block;}
/*清除浮动*/
.clearfix:after {clear: both; content: ""; display:block; height: 0; overflow: hidden; visibility: hidden; }
.clearfix { zoom:1;}



/*字体*/
@font-face {
    font-family: "Futura";
    src: url("font/Futura-Light.woff2");
}
@font-face {
    font-family: "Futura";
    src: url("font/Futura-Medium.woff2");
}

/*滚动条样式*/
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: transparent;
}
::-webkit-scrollbar-thumb {
    border-radius: 8px;
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.1);
    background: #f4de26;
}

/* CSS活动的公共样式 */
.fl{float:left;}
.fr{float:right;}
.wrap{width:100%;overflow:hidden;}
.ce{text-align:center;}
.hide{overflow:hidden;}
.erp{white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.center{text-align:center;}
.normal{font-weight:normal;}
.box{box-sizing: border-box;}
.en {
    font-family: 'Futura';
}
.pic-scale{-webkit-transition:opacity 0.55s, -webkit-transform 0.55s;transition: opacity 0.55s, transform 0.55s;-webkit-transform: scale(1);transform: scale(1);}

.radius{ border-radius:25px; -webkit-border-radius:25px; -moz-border-radius:25px; -ms-border-radius:25px; -o-border-radius:25px;}

.container {
    width: 1440px !important;
    margin: 0 auto;
}



/*头部*/

.header {
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background-image: linear-gradient(to top,rgba(0,0,0,0.01) 0,rgba(0,0,0,.5) 100%);
}

/*头部logo*/
.header .logo {
    width: 18%;
    height: 57px;
    background: url(../images/logo.png) no-repeat left center;
    background-size: contain;
}

.header .logo a {
    display:block;
    width:100%;
    height:inherit;
    opacity: 0;
}



/*头部菜单*/
.header .nav {
    width:62%;
    line-height: 59px;
}
.header .nav ul {
    width:100%;
}
.header .nav ul li {
    float: left;
    width:14%;
    text-align: center;
}
.header .nav ul li a {
    font-size: 15px;
    color:#fff;
    padding: 4px 0;
}

/*头部右边小按钮*/
.header .submenu {
    width:20%;
}
.header .submenu a {
    display:block;
}
.header .submenu .weixin {
    width: 40px;
    height: 21px;
    margin-top: 18px;
    background: url(../images/weixin.png) no-repeat center;
    background-size: 22px;
    cursor: pointer;
    margin-right: 0;
    position: relative;
}
.header .submenu .weixin .code {
    display:none;
    position:absolute;
    top:60px;
    left:-20px;
    width:100px;
    height:100px;
}
.header .submenu .weixin:hover .code {
    display:block;
}
.header .submenu .weixin .code img {
    width:100%;
}
.header .submenu .search {
    width: 40px;
    height: 21px;
    margin-top: 20px;
    background: url(../images/search.png) no-repeat center;
    background-size: 20px;
    cursor: pointer;
    margin-right:0;
    position: relative;
}
.header .submenu .tel {
    font-size: 18px;
    background: url(../images/tel.png) no-repeat 15px rgba(0, 0, 0, 0.0);
    text-indent: 45px;
    margin-top: 7px;
    margin-left: 25px;
    color: #fff;
    border: solid 2px #fff;
    width: 195px;
    line-height: 43px;
}



/*头部-搜索产品功能浮窗显示和隐藏样式*/
.search-product {
    display:none;
}
.searchfix {
    display:block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
}
.searchfix .bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background:rgba(0, 0, 0, 0.6);
}
.searchfix .box {
    background: #fff url(../images/logo-fix.png) no-repeat center 18%;
    background-size: 20%;
    max-width: 1200px;
    margin: -300px auto;
    padding: 150px 15px 100px 15px;
    top: 50%;
    position: relative;
    z-index: 1;
    box-shadow: 0px 2px 2px #ccc;
}
.searchfix .box form {
    display:block;
    width:424px;
    margin:0 auto;
}
.searchfix .box .test {
    float: left;
    width: 360px;
    height: 42px;
    line-height: 42px;
    color: #252525;
    border:1px solid #ccc;
    padding: 0 12px;
    font-size: 14px;
}
.searchfix .box .button {
    width: 60px;
    height: 42px;
    line-height: 38px;
    background:#292929 url(../images/search.png) no-repeat center;
}

/*头部绝对定位样式*/
.headerfix {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background:#fff;
    z-index: 2;
    border-bottom: solid 1px #d9d9d9;
}
.headerfix .logo {
    background: url(../images/logo-fix.png) no-repeat left center;
    background-size: contain;
}
/*以下代码是自适应样式*/
@media screen and (max-width:1520px){
.header {
    padding: 10px 0;
}
}

@keyframes headerfix {
    from {
        top: -122px;
        opacity: 0;
    }
    to {
        top: 0px;
        opacity: 1;
    }
}
@-webkit-keyframes headerfix {
    from {
        top: -122px;
        opacity: 0;
    }
    to {
        top: 0px;
        opacity: 1;
    }
}

.headerfix {
    -webkit-animation: headerfix ease-in-out .9s 0.1s both;
    -moz-animation: headerfix ease-in-out .9s 0.1s both;
    animation: headerfix ease-in-out .9s 0.1s both;
}

.headerfix .nav ul li a {
    color: #595757;
}
.headerfix .submenu .search {
    background: url(../images/searchfix.png) no-repeat center;
}
.headerfix .submenu .tel {
    background: url(../images/telfix.png) no-repeat 15px rgb(230, 230, 230);
    color: #595757;
}

/*尾部*/
footer {
    width: 100%;
    padding:4% 0;
    background: #171717;
}
.footer-nav{ 
    width:53%;
	
	*visibility: visible;
    *animation-name: fadeInUp;
	*animation-delay: 0.4s;
}
.footer-nav ul{ float:left; margin-right:7%;}
.footer-nav ul li.tit{margin-bottom:30px;}
.footer-nav ul li.tit a {font-size:18px;color:#fff; font-weight:normal;}

.footer-nav ul li { display:block; font-size:14px; line-height:26px;}
.footer-nav ul li a{ color:#b2b0b0;}

.footer-tel {
	width:28%;
	
	*visibility: visible;
    *animation-name: fadeInUp;
	*animation-delay: 0.8s;
}
.footer-tel .p1{ font-size:20px;color:#fff;}
.footer-tel .p2{ height:3px; background:#f4de26; width:60px; margin:25px 0;}
.footer-tel .p3{ font-size:40px;}
.footer-tel .p3 a {color:#fff;}
.footer-tel .p4{
    width: 90px;
    margin-top: 46px;
    text-align: center;
    float: left;
    margin-right: 20px;

}
.footer-tel .p4 img{width:90px;margin-bottom: 5px;}


.footer-tel .guanzhu {
    margin-top:50px;
}
.footer-tel .guanzhu .tit {
    float:left;
    width:20%;
    font-size: 12px;
    color: #b2b0b0;
    margin-top: 0.8%;
}
.footer-tel .guanzhu .icon {
    float:left;
    width:50%;
}
.footer-tel .guanzhu .icon span {
    display:inline-block;
    width:33px;
    height:33px;
    border: 1px solid #464141;
    margin-right: 10px;
    padding:2px;
    -webkit-border-radius: 25px;
	position: relative;
	cursor: pointer;
	text-align: center;
}

.footer-tel .guanzhu .icon span>img {
    width: 65%;
}
.footer-tel .guanzhu .icon span .fix {
	display:none;
	position: absolute;
    top: 47px;
    left: -34px;
    width: 100px;
    height: 100px;
}
.footer-tel .guanzhu .icon span .fix img {
	background: #fff;
	border-radius: 5px;
	border: 2px solid #fff;
}
.footer-tel .guanzhu .icon span:hover .fix {
	display:block;
}

.footer-contact {
    width:19%;
	
	*visibility: visible;
    *animation-name: fadeInUp;
	*animation-delay: 1.2s;
}
.footer-contact p {
    font-size: 14px;
    color: #b2b0b0;
}
.footer-contact p a {
    color: #b2b0b0;
}



.footer-by{padding:10px 0;font-size:15px;overflow:hidden;background: #000000;}
.footer-by p.left font{ display:inline-block; margin-right:25px;color:#b2b0b0;}
.footer-by p.left a{color:#b2b0b0; text-decoration:none;}


/*浮窗视频播放*/
.modal .modal-header{ border-bottom:none;}
.modal{text-align:center; width:100%; height:100%;}
.modal .modal-content{ width:100%; height:100%; position:absolute;margin:0 auto; left:0; right:0;top:50%;margin-top:-275px;max-width:1000px; height:auto;}
.modal .modal-content video{ width:100%; height:100%; height:auto;}


/*右边浮窗按钮*/
.right-fixed {
    position:fixed;
    top: 200px;
    right: 0;
    width: 70px;
    z-index: 999;
}
.right-fixed .icon {
    background: #252525;
    padding:2px;
    margin-bottom: 1px;
    cursor: pointer;
    text-align: center;
    position:relative;
}
.right-fixed .icon i {
    display:inline-block;
    width:70px;
    height:42px;
    line-height: 42px;
}
.right-fixed .icon i img {
    width:35px;
}
.right-fixed .icon span {
    font-size: 12px;
    color:#fff;
}
.right-fixed .icon:hover {
    background: #8e8e8e;
}
.right-fixed .icon .weixin {
    display:none;
    position:absolute;
    top:-32px;
    right:80px;
    width:100px;
    height:100px;
}
.right-fixed .icon:hover  .weixin {
    display:block;
}
.right-fixed .icon .weixin img {
    width:100%;
}

.right-fixed .icon  .call {
    position: absolute;
    top: 0;
    right: -300px;
    width: 200px;
    height: 70px;
    background: #272337;
    padding:22px 0;
    box-sizing:border-box;
    overflow:hidden;
    transition: all 0.5s;
}
.right-fixed .icon:hover .call {
    right: 71px;
}
.right-fixed .icon  .call .no {
    font-size: 24px;
    color: #fff;
}

/*浮窗留言*/
.fixed-msg {
    position: fixed;
    z-index: 1000;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    display: none;
    background:rgba(0, 0, 0, 0.8);
}
.fixed-msg .msg-box {
    height: 430px;
    width: 50%;
    margin:10% auto;
    padding:50px;
    background: #b50000;
    position:relative;
}
.fixed-msg .msg-box h4 {
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    font-weight: bold;
    overflow: hidden;
    text-align: center;
}
.fixed-msg .msg-box h4 strong {
    font-size: 28px;
    color: #ffffff;
}
.fixed-msg .msg-box h5 {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    color: #f5f5f5;
    text-align: center;
}
.fixed-msg .msg-box .closefix {
    width: 26px;
    height: 26px;
    position: absolute;
    z-index: 2;
    right: 15px;
    top: 15px;
    cursor: pointer;
    background: url(../images/close.png) no-repeat left top;
}
.fixed-msg .msg-box .form {}
.fixed-msg .msg-box .form input,.fixed-msg .msg-box .form select {
    float:left;
    background: #f5f5f5;
    border: solid 1px #c12b2b;
    font-size: 14px;
    color: #313131;
    padding: 0 5%;
    margin:1%;
    line-height: 46px;
    width: 48%;
    height:46px;
}
.fixed-msg .msg-box .fixSubmit{
    background: #fff;
    border: 0;
    display: block;
    color: #000;
    text-align: center;
    font-size: 16px;
    width: 190px;
    line-height: 45px;
    margin: 20px auto;
    clear: both;
    cursor: pointer;
}



/*二级banner图*/
.none-banner {
    height:100px;
}
.banner {
    position: relative;
	overflow:hidden;    
}
.banner>img{
	animation: myfirst 25s linear infinite normal;
    transform: scale(1.1,1.1);
}
.banner .item {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding:13% 0 0 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
}
.banner .item .p1 {
    padding:5% 0 2% 0;
    font-size:38px;
     font-weight: bold;
    color: #fff;
}
.banner .item .p2 {
    font-size:28px;
    color: #fff;
    font-family: 'Futura';
    text-transform: uppercase;
}
.banner .bottom {
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}



/*当前位置*/
.position {
    color: #bbb;
    font-size: 14px;
    height:50px;
}
.position .position-link {
    min-width: 200px;
    height: 50px;
    line-height: 50px;
}
.position .position-link a:hover,.position .position-link a:last-child {
    /* color:#292929; */
}



/*二级栏目标题*/
.title{display:block; margin:2% 0 2% 0; overflow:hidden;}
.title font{ font-size:30px; line-height:34px; text-transform:uppercase;min-width:200px;}
.title ul {min-width:0px;}
.title em{font-size:16px;border: solid 1px #f1f1f1;margin-top:10px;margin-left: 10px;text-align:center;width:100%;width:120px;font-style:normal;line-height:36px;}
.title em a{font-size: 14px;color: #fff;}
.title em.cur {background: #ffdf7d;border: solid 1px #ffdf7d;}
.title em.cur a {color:#000;}

/*分页页码*/
.page {padding:30px 0px;text-align:center;overflow:hidden;}
.page ul li{display:inline-block;height:30px;margin:0 2px;}
.page ul li a{display:block;font-size:12px;line-height:30px;height:30px;padding:0 12px;text-align:center;color:#333;border: 1px solid #ccc;background:#fff;}
.page a:hover{text-decoration:none;}
.page ul li.active a {line-height:30px;padding:0 12px;text-align:center;margin-left:2px;background: #ffdf7d;border: 1px solid #ffdf7d;color:#000;}

/*友情链接*/
.friend-link {
}
.friend-link a {
    color:#666;
    opacity: 0;
}
/*友情链接 end*/



/*圆圈放大缩小特效 */
@keyframes cir-scale {
  0% {
    opacity: 0;
    transform: scale(0.5); }
  60% {
    opacity: 1;
    transform: scale(1.2); }
  100% {
    opacity: 0;
    transform: scale(0.5); }
 }
@keyframes scale {
  0% {
    opacity: 0.8;
    transform: scale(0.85); }
  20% {
    opacity: 1; }
  60% {
    opacity: 1;
    transform: scale(1); }
  80% {
    opacity: 1; }
  100% {
    opacity: 0.8;
    transform: scale(0.85); } 
}
/*圆圈放大缩小特效-招商加盟展厅 */
@keyframes cir-scalejoin {
  0% {
    opacity: 0;
    transform: scale(0.5); }
  60% {
    opacity: 1;
    transform: scale(1.1); }
  100% {
    opacity: 0;
    transform: scale(0.5); }
 }
@keyframes scalejoin {
  0% {
    opacity: 0.8;
    transform: scale(0.85); }
  20% {
    opacity: 1; }
  60% {
    opacity: 1;
    transform: scale(1); }
  80% {
    opacity: 1; }
  100% {
    opacity: 0.8;
    transform: scale(0.85); } 
}
/* 图片放大缩小特效 */
@keyframes myfirst
{
0%   {transform:scale(1,1);}
50%{transform:scale(1.1,1.1);}
100%{transform:scale(1,1);}
}
/* 滚动显示隐藏 修改go-show-top=修改显示坐标，修改go-hide-top=修改开始隐藏坐标 */
.go-scroll-class {mask-image: linear-gradient(180deg, #000 0%, rgba(0,0,0,0) 0%);
   -webkit-mask-image: linear-gradient(180deg, #000 0%, rgba(0,0,0,0) 0%);
 }