body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,
input,textarea,button,p,blockquote,th,td{margin: 0;padding: 0;}
body{text-align: center;}
li{list-style-type: none;}
a{text-decoration: none;color: #333;}
img{border: none;vertical-align: middle;}
.clear::after{content: "";display: block;clear: both;}
.header{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    background-color: #333;
}
.wrap{
    width: 1226px;
    margin: 0 auto;
}
.header-left{
    float: left;
}
.header-right{
    float: right;
}
.header li{
    position: relative;
    float: left;
}
.header a{
    color: #b0b0b0;
}
.header a:hover{
    color: #fff;
}
.header span{
    color: #424242;
    margin: 0 6px;
}
.cart{
    width: 120px;
    height: 40px;
    background-color: #424242;
    margin-left: 25px;
    cursor: pointer;/*小手*/
}
.cart i{
    margin-right: 4px;
}
.cart:hover{
    background-color: #fff;
}
/*鼠标悬停在li上 里面的a字体颜色变为橘色*/
.cart:hover>a{
    color: #ff6700;
}
.download{
    z-index: 800;/*导航部分挡住了，重新让他在最上层*/
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -62px;
    width: 124px;
    height: 0;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 1px 5px #aaa;
    transition: all .3s;
}
.download img{
    width: 90px;
    margin: 18px 0 12px;
}
.download > a{
    display: block;
}
.download p{
    color: #333;
    font-size: 14px;
    line-height: 14px;
    position: relative;
    top: -2px;
}
.header-left>li:hover>.download{
    height: 148px;
}
.triangle{
    display: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-bottom:8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}
.header-left>li:hover>.triangle{
    display: block;
}
.nav{
    position: relative;
    width: 100%;
    height: 100px;
    background-color: #fff;
}
.logo{
    margin-top: 22px;
    float: left;
    width: 56px;
    height: 56px;
}
.nav-bar{
    float: left;
    width: 874px;
    height: 100px;
    line-height: 100px;
    padding-left: 30px;
    box-sizing: border-box;
}
.search{
    position: relative;
    float: left;
    width: 296px;
    height: 50px;
    margin-top: 25px;
}
.logo img{
    width: 100%;
}
.nav-bar>ul>li{
    float: left;
    padding: 0 10px;
}
.nav-bar>ul>li>a:hover{
    color: #ff6700;
}
.nav-bar-list{
    z-index: 750;
    display: none;
    position: absolute;
    left: 0;
    top: 100px; 
    width: 100%;
    height: 229px;
    background-color:#fff;
    border-top: 1px solid #e0e0e0;
    box-shadow: 0 3px 4px rgba(0,0,0,.18);
}
.nav-bar li:hover>.nav-bar-list{
display: block;
}
.nav-bar-list li{
    float: left;
    width: 204px;
    padding-top: 35px;
}
.nav-img-box{
    width: 100%;
    height: 110px;
    border-right: 1px solid #e0e0e0;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.nav-bar-list img{
    width: 160px;
    height: 110px;
}
.nav-bar-list p{
    font-size: 12px;
    line-height: 20px;
}
.nav-bar-list p:nth-of-type(2){
    color: #ff6700;
}
.nav-bar-list li:last-child .nav-img-box{
    border-right: none;
}
.search>input{
    float: left;
    width: 223px;
    height: 48px;
    padding: 0 10px;
    border: 1px solid #e0e0e0;
    border-right: none;
    /*去掉input点击时黑色的边框*/
    outline: none;
    transition: all .2s;
}
.search>button{
    float: left;
    width: 52px;
    height: 50px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    font-size: 24px;
    transition: .2s;
}
.search>button:hover{
    background-color: #ff6700;
    border-color: #ff6700;
    color: #fff;
}
/*鼠标放上去搜索边框为灰色*/
.search>input:hover,.search>input:hover+button{
    border-color: #b0b0b0;
}
/*鼠标点击文本框后搜索边框为橙色*/
.search>input:focus,.search>input:focus+button{
    border-color: #ff6700;
}
/*下拉框*/
.search-list{
    z-index: 700;
    display: none;/*默认隐藏掉*/
    position: absolute;
    left: 0;
    top: 50px;
    width: 243px;
    height: 240px;
    border: 1px solid #ff6700;
    border-top: none;
    background-color: #fff;
}
/*点击文本框出现下拉框*/
.search>input:focus~.search-list{
    display: block;
}
.search-list>a{
    display: block;
    width: 100%;
    height: 30px;
    padding: 6px 15px;
    box-sizing: border-box;
    text-align: left;/*文字居左*/
}
/*鼠标悬停文字背景颜色改变*/
.search-list>a:hover{
    background-color: #fafafa;
}
.banner,.banner-box{
    width: 100%;
    height: 460px;
    overflow: hidden;
}
.banner-box>img{
    width: 100%;
}
.banner-box{
    position: relative;
}
.zuojian,.youjian{
	position: absolute;
	top: 50%;
	color: #B0B0B0;
	font-size: 50px;
}
.zuojian{
	left: 240px;
}
.youjian{
	right: 10px;
}
.diandian{
	position: absolute;
	right: -50px;
	bottom:40px;
	height: 5px;
	width: 200px;
}
.diandian span{
	width: 12px;
	height: 12px;
	background-color: #333333;
	display: inline-block;
	border-radius: 50%;
	margin-left: 5px;
}
.diandian span.on{
	background-color: #B0B0B0;
}

.x1{
	width: 6300px;
	overflow: hidden;
	position: relative;
}
.x1 li{
	float: left;
}
/* lb图 */
 /*slide:滑动门,向左拉框*/
.slide{
    position: absolute;
    top: 0;
    left: 0;
    width:234px;
    height: 420px;
    background-color: rgba(105,101,101,6);
    padding: 20px 0;/*上下20px,左右为0*/
}
.slide>ul>li{
    height: 42px;
    line-height: 42px;/*垂直方向上*/
    text-align: left;/*字体居左*/
    padding-left: 30px;/*字体距左边框30px*/
}
.slide i{
    float: right;
    margin-right: 20px ;
    color: #fff;
}
/*鼠标悬停背景呈橙色*/
.slide>ul>li:hover{
    background-color: #ff6700;
}
.slide>ul>li>a{
    color: #fff;
    font-size: 14px;
}
.slide-list{
    display: none;/*隐藏，鼠标悬停才出现*/
    position: absolute;
    top: 0;
    left: 234px;/*以上三行意思为相对父元素定位，高与父元素登高所以为零，距离父元素左边框234px*/
    width: 992px;
    height: 456px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding-top: 2px;/*字体距离边框上边距为2px*/
    border-left: none;
    box-shadow: 0 8px 16px rgba(0,0,0,.18);
}
.slide>ul>li:hover>.slide-list{
    display: block;
}
.slide-list>ul{
    width: 248px;
    float: left;
}
.slide-list li{
    width: 100%;
    height: 76px;
    padding: 20px 0 20px 18px;/*上有下左*/ 
    box-sizing: border-box;
}
.slide-list img{
    width: 40px;
    height: 40;
    margin-right: 12px;
}
.slide-list span{
    font-size: 14px;
}
.slide-list li:hover span{
    color: #ff6700;
}
.adv{
    width: 100%;
    height: 170px;
    background-color: #fff;
    margin: 14px 0 26px;
}
.adv-aside{
    float: left;
    width: 228px;
    height: 164px;
    padding: 3px;
    background-color: #5f5750;
}
.adv-img{
    float: left;
    width: 316px;
    height: 170px;
    margin-left: 14.66px;
    transition: all .2s;/*过渡*/
}
/*盒阴影*/
.adv-img:hover{
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
}
.adv-img img{
    width: 100%;
}
.adv-aside li{
    position: relative;
    float: left;
    width: 76px;
    height: 82px;
}
.adv-aside a{
    display: block;
    color: #fff;
    opacity: .7;
    font-size: 12px;
    transition: all .2s;
}
.adv-aside a:hover{
    opacity: 1;
}
.adv-aside img{
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto 4px;
    margin-top: 18px;
}
.row::after{
    position: absolute;
    top: -1px;
    left: 6px;
    content:"" ;
    width: 64px;
    height: 1px;
    background-color: #665e57;
}
.col::before{
    position: absolute;
    left: 0;
    top: 6px;
    content: "";
    width: 1px;
    height: 70px;
    background-color: #665e57;
}
.container{
    width: 100%;
    background-color: #f5f5f5;
    padding: 4px 0 12px;
}
.home-banner-box{
    width: 100%;
    height: 120px;
    margin: 22px 0;
}
.home-banner-box img{
    width: 1226px;
    height: 120px;
}
.title{
    color: #333;
    font-size: 20px;
    font-weight: 200;
    text-align: left;
    line-height: 58px;
}
.more{
    float: right;
    color: #424242;
    font-size: 16px;
    transition: all .4s;
}
.more>i{
    display: inline-block;/*行内块*/
    width: 20px;
    height: 20px;
    background-color: #b0b0b0;
    border-radius: 50%;/*变圆*/
    text-align: center;
    line-height: 22px;
    color: #fff;
    font-size: 12px;
    transition: all .4s;
}
.more:hover{
    color: #ff6700;
}
.more:hover>i{
    background-color: #ff6700;
}
.phone-box{
    width: 100%;
    height: 614px;
}
.phone-box-left{
    float: left;
    width: 234px;
    height: 614px;
    transition: all .2s linear;
}
.phone-box-left img{
    width: 234px;
    height: 614px;
    background-color: #fff;
}
.phone-box-right{
    float: left;
    width: 992px;
    height: 614px;
}
.items{
    float: left;
    width: 234px;
    height: 300px;
    background-color: white;
    margin-bottom: 14px;
    margin-left: 14px;
    transition: all .2s linear;
}
.items:hover,.phone-box-left:hover,.video-box li:hover{
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
}
.goods-img{
    width: 160px;
    margin-top: 20px;
    margin-bottom: 18px;
}
.goods-name{
    width: 214px;
    height: 21px;
    margin: 0 auto;
    margin-bottom: 2px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;/*溢出省略号隐藏掉*/
    text-overflow: ellipsis;
}
.goods-desc{
    width: 214px;
    height: 18px;
    margin: 0 auto;
    margin-bottom: 10px;
    font-size: 12px;
    color: #b0b0b0;
    white-space: nowrap;
    overflow: hidden;/*溢出省略号隐藏掉*/
    text-overflow: ellipsis;
}
.goods-price{
    color: #ff6700;
    font-size: 14px;
}
.video-box li{
    width: 296px;
    height: 285px;
    background-color: #fff;
    float: left;
    margin-left: 14px;
    margin-bottom: 14px;
    transition: all .2s linear;
}
.video-box li:first-child{
    margin-left: 0;
}
.video-img{
    position: relative;
    width: 296px;
    height: 180px;
}
.video-img img{
    width: 296px;
    height: 180px;
}
.video-name{
    width: 268px;
    height: 21px;
    margin: 28px auto 6px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.play{
    position: absolute;/*绝对定位*/
    left: 20px;
    bottom: 10px;
    width: 36px;
    height: 24px;
    border: 2px solid #fff;
    box-sizing: border-box;
    border-radius: 12px;/*椭圆四边弧形*/
    transition: all .2s;/*过渡*/
}
/*绘制三角形*/
.play>div{
    width: 0;
    height: 0;
    border-left: 8px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    margin: 0 auto;/*水平居中*/
    margin-top:3px ;
}
.video-img:hover>.play{
    border-color: #ff6700;
    background-color: #ff6700;
}
.footer{
    background-color: #fff;
}
.footer-server{
    width: 100%;
    height: 25px;
    padding: 27px 0;
    border-bottom: 1px solid #e0e0e0;
}
.footer-server li{
    float: left;
    width: 19.8%;
    border-right: 1px solid #e0e0e0;
}
.footer-server li:last-child{
    border-right: none;
}
.footer-server a{
    color: #616161;
    transition: all .2s;
}
.footer-server i{
    font-size: 24px;
    margin-right: 6px;
}
.footer-server a:hover{
    color: #ff6700;
}
.footer-links{
    width: 100%;
    height: 172.5px;
    padding: 40px 0;
}
.footer-links>ul{
    float: left;
    width: 160px;
    text-align: left;
    color: #424242;
    font-size: 14px;
}
.footer-links li a{
    color: #757575;
    font-size: 12px;
}
.footer-links li a:hover{
    color: #ff6700;
}
.footer-links li{
    margin-top: 10px;
}
.footer-links li:first-child{
    line-height: 1.25;
    margin: -1px 0 26px;
}
.contact{
    float: right;
    width: 251px;
    height: 111px;
    border-left: 1px solid #e0e0e0;
}
.tel{
    font-size: 22px;
    line-height: 1;
    color: #ff6700;
    margin-bottom: 5px;
}
.time{
    font-size: 12px;
    color: #616161;
    margin-bottom: 5px;
}
.kf{
    display: block;/*转换成块*/
    margin: 0 auto;
    width: 118px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #f25807;
    font-size: 12px;
    color: #ff6700;
    transition: all .4s;
}
.kf:hover{
    background-color: #f25807;
    color: #fff;
}
.follow{
    position: relative;
    color: #616161;
    font-size: 12px;
    margin-top: 10px;
}
.follow>span{
    /*自己小范围移动*/
    position: relative;
    top: 8px;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 6px;
    background-size: 100%;
    cursor: pointer/*鼠标变小手*/;
}
.wb{
    background-image: url(../image/index/wb.png);
}
.wb:hover{
    background-image: url(../image/index/wb@2x.png);
}
.wx{
    background-image: url(../image/index/wx.png);
}
.wx:hover{
    background-image: url(../image/index/wx@2x.png);
}
.wx-img{
    display: none;
    position: absolute;
    top: 35px;
    left: 100px;
    width: 126px;
}
.wx:hover+.wx-img{
    display: block;
}
.footer-info{
    height: 206px;
    padding: 30px 0;
}
.info-top{
    width: 100%;
    height: 157px;
}
.info-bottom{
    width: 100%;
    height: 19px;
    margin-top: 30px;
}
.info-top>img,.info-right{
    float: left;
}
.info-top>img{
    width: 56px;
    margin-right: 10px;
}
.info-right{
    width: 1160px;
    text-align: left;
    font-size: 12px;
    line-height: 18px;
}
.info-right>p{
    color: #b0b0b0;
}
.info-right>p:first-child>a{
    color: #757575;
}
.info-right>p:nth-child(2)>a{
    color: #b0b0b0;
}
.info-right>p>a:hover{
    color: #ff6700;
}
.info-right img{
    height: 28px;
    margin-top: 4px;
}
.advertising {
    position: fixed;
    bottom: 70px;
    right: 0;
    z-index: 99;
    color: #333;
}

.advertising-app {
    position: relative;
    width: 55px;
    height: 90px;
    margin-top: -45px;
    background-color: #fff;
    border: 1px solid #f5f5f5;
    text-align: center;
    font-size: 10px;
    padding-top: 20px;
    cursor: pointer;
}

.tpp {
    width: 25px;
    height: 25px;
}

.tpp1 {
    width: 120px;
    height: 120px;
    position: absolute;
    right: 60px;
    display: none;
}

.advertising-app:hover .tpp1 {
    display: inline-block;
}
.advertising-app:hover p {
    color: #ff6700;
    
}