﻿@charset "UTF-8";
@import url(reset.css);
@import url(swiper.min.css);
.wrapper {
    height: 0.266667rem; }

html {
    font-size: 75px;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}



/*头图*/
.headInfor {
    position: relative;
    height: 4rem;
    width: 95%;
    margin: auto;
    padding-top: 0.3999rem;

}
.headInfor .topImg{
    width: 100%;
    margin: auto;
    height: 100%;
    display: block;
    position: absolute;
}
.headInfor .topImg .img{
    width: 50%;
    height: 80%;
    position: absolute;
    left: 50%;
    top: 20%;
}
.logoTxts{
    color:#fff;
    position: absolute;
    left:0.399rem;
    top:0.666rem;
    z-index: 3;
}
.logobtn{
	border: 1px solid #fff;
    width: 2.5rem;
    height: .7rem;
    text-align: center;
    border-radius: 1rem;
    line-height: .7rem;
    font-size: .2rem;
    margin-top: 0.6rem;
    color: #fff;
}
.logoName{
    font-size: 0.479rem;
}
.logoText{
    font-size: 0.319rem;
    margin:0.266rem 0;

}
.logoTs{
    font-size: 0.25rem;
    margin-top:0.133rem;
}


/*方案*/
.titleName{
    font-size: 0.479rem;
    line-height: 0.56rem;
    color:#333;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.titleText{
    font-size: 0.32rem;
    line-height:1.4;
    color:#666666;
    margin-top:0.159rem;
}
.nav-cList{
    width:100%;
    margin:0.3999rem auto 0;

}
.nav-cList:after{
    content:'';
    height:0;
    visibility: hidden;
    clear: both;
    display: block;
}
.nav-cList .navli{
    display: inline-block;
    width: auto;
    padding: 0.133rem 0.3rem;
    font-size: 0.319rem;
    color: #333;
    float: left;
    margin-right: 0.266rem;
    border: 1px solid #cccccc;
    border-radius: 1rem;
    margin-bottom: 0.266rem;
}
.nav-cList .navli.on{
    border:1px solid #078651;
    border-radius: 1rem;
}
.nav-cList .navli.on a{
    color:#078651;
}
.exhibition{
    width:95%;
    margin:1.19rem auto 1.3rem;
}
.channelList{
    width:100%;
    margin-top:0.399rem;
    /*zoom: 1;*/
    display: flex;
    -moz-display:flex;
    -webkit-display:flex;
    justify-content: space-between;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
}
.nav{
    display: inline-block;
    width:49%;
}
.channelItem{
    width:100%;
    margin:0 0 0.399rem 0;
    position: relative;
}
.codebox{
	position: fixed;
	background: rgba(0,0,0,.5);
	width: 100%;
	height: 100%;
	top: 0;
	display: none;
	left: 0;
	z-index: 9999;
}
.codebox.on,.codeboxcen.on{
	display: block;
}
.codeboxcen{
	position: fixed;
	top: 20%;
	left: 10%;
	display: none;
	border-radius: .1rem;
	width: 80%;
	padding-bottom: .5rem;
	background: #fff;
	z-index: 99999;
}
.codeboxcen img{
	width: 90%;
	padding:.5rem 0 0 0;
	display: block;
}
.codeboxcen p{
	font-size: .3rem;
	padding: 0 0 .4rem 0;
	border-bottom:1px dashed #ccc;
}
.codeboxcen button{
	margin-top: .5rem;
	color: #078651;
	border-radius: 1rem;
	display: block;
	background: #fff;
	padding: 6px 40px;
	border:1px solid #078651;
}
.channelItem .itemImgBox{
    -webkit-box-shadow: 0 5px 10px #f8f8f8;
    -moz-box-shadow: 0 5px 10px #f8f8f8;
    box-shadow: 0 5px 10px #f8f8f8;
    border:1px solid #f2f2f2;
}
.channelItem .itemImg{
    width:100%;
    height:4.5rem;
    object-fit: cover;
}
.channelItem .itemName{
    font-size:0.373rem;
    font-weight: bold;
    color:#333;
    margin:0.3rem 0 0.2rem 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}
.channelItem .itemTxt{
    font-size:0.293rem;
    color:#808080;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}



