.home-banner {
    position:relative;
    width:100%;
    *max-height: 960px;
    overflow: hidden;
}
.home-banner ul li {
    position:relative;
}
.home-banner ul li .video,
.home-banner ul li .video video {
    width:100%;
    transform: translate(0px, -100px);
}
.home-banner ul li img.banner {
    position:relative;
    width:100%;
    transition: all 0.5s;
}
.home-banner ul li.swiper-slide-active img.banner{
    opacity: 1;
}
.home-banner ul li a {
     display: block;
     width: 100%;
     height: 100%;
     position: relative;
}
.home-banner ul li.video-paly a:after {
    opacity: 0.5;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/dian-bg.png) repeat rgb(0,0,0,0);
    z-index: 1;
    transition: all 0.3s;
}

.home-banner .fix-word {
	position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
	background: rgba(0,0,0,0);
}

.home-banner .fix-word .p1 {
    display: none;
    font-size: 48px;
}
.home-banner .fix-word .p2 {
    display: none;
    font-size: 42px;
    font-family: "Oswald-Regular";
    *text-transform: uppercase;
	padding:60px 0;
}
.home-banner .fix-word .p3 {
    margin-top: 5%;
}
.home-banner .fix-word .p3 img {
	width:40px;
}
.home-banner .fix-word .p4 {
    font-size: 14px;
	padding:2% 0 0 0;
}

.home-banner .pagination-banner {
    position: absolute !important;
    bottom: 5% !important;
}



.home-banner .swiper-bottom {
    position:absolute;
    bottom:50%;
    right:0px;
    width:100%;
    padding:0;
    z-index:2;
}
.swiper-relative {
    position:relative;
    height:50px;
    overflow:hidden;
}
.swiper-relative div {
    position:absolute;
    width:43px;
    height:43px;
    border:1px solid rgba(255,255,255,.4);
    border-radius:100%;
    cursor:pointer;
}
.home-banner .swiper-banner-prev {
    background:url(../images/left.svg) center no-repeat;
    left: 2%;
}
.home-banner .swiper-banner-next {
    background:url(../images/right.svg) center no-repeat;
    right:2%;
}
.home-banner .swiper-button-disabled {
    opacity:0.35;
}

/*banner图文案*/
.home-banner .word-fix {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 8;
    color: #fff;
    font-weight: 800;
    width: 86%;
}

.home-banner .fix-word .p1 {
    font-size: 48px;
    line-height: 1.6;

}
.home-banner .fix-word .p2 {
    font-size: 20px;
	padding:30px 0;
}
.home-banner .fix-word .p3 {
    margin-top: 5%;
}
.home-banner .fix-word .p3 img {
	width:30px;
}
.home-banner .fix-word .p4 {
    font-size: 14px;
	padding: 10px 0 0 0;
}
@media screen and (max-width:1920px){
.home-banner {
    max-height: 960px;
}
}
@media screen and (max-width:1024px){
.home-banner .word-fix {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 8;
    color: #fff;
    font-weight: 800;
    width: 86%;
}

.home-banner .fix-word .p1 {
    display: block;
    font-size: 24px;
    line-height: 1.6;

}
.home-banner .fix-word .p2 {
    display: block;
    font-size: 20px;
	padding: 10px 0 30px 0;
}
.home-banner .fix-word .p3 {
    margin-top: 5%;
}
.home-banner .fix-word .p3 img {
	width:30px;
}
.home-banner .fix-word .p4 {
    font-size: 14px;
	padding:8% 0 0 0;
}
}
/*banner图文案 end*/


/*板块标题*/
.home-title {}
.home-title h6 {
    font-size: 48px;
    color:#332c2b;
    font-family: "Oswald-Regular";
    letter-spacing: 0;
    text-transform: uppercase;
}
.home-title h3 {
    font-size: 30px;
    color:#332c2b;
    margin:20px 0 0 0;
}
@media screen and (max-width:1024px){
.home-title {}
.home-title h6 {
    font-size: 24px;
}
.home-title h3 {
    font-size: 18px;
    margin:10px 0 0 0;
}
   
}
/*板块标题 end*/


/*关于品牌*/
.home-about {
    position:relative;
    padding:5% 0;
}

.home-about::before {
    opacity: 0.4;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background: url(../images/home/about-bg.jpg) no-repeat left center/cover;
    -webkit-filter: grayscale(100%);
    transition: all 3s;
}
.home-about::after {
    opacity: 0.05;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(../images/r-icon.svg) no-repeat right center/30%;
    -webkit-filter: grayscale(100%);
    transition: all 3s;
}
.home-about .about-item .item {
    margin:50px 0;
    overflow: hidden;
}
.home-about .about-item .word {
    float:left;
    width:40%;
    z-index: 1;
}
.home-about .about-item .content {
    margin:0% 0;
}
.home-about .about-item .content .tit {
    margin:0% 0 0 0;
}
.home-about .about-item .content .tit h2 {
    font-size: 30px;
    color: #000;
    font-weight: bold;
    margin:0 0 40px 0;
}
.home-about .about-item .content .tit p {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}
.home-about .about-item .content .tit p span {
    display:block;
}


/*图标*/
.home-about .about-item .content .tab {
    padding:60px 0 30px 0;
}
.home-about .about-item .content .tab ul {
    overflow:hidden;
}
.home-about .about-item .content  ul li {
    float: left;
    width:24%;
    text-align: center;
	
	visibility: visible;
	animation-name: fadeInUp;
}
.home-about .about-item .content .tab ul li i {
    display: inline-block;
}
.home-about .about-item .content .tab ul li i img {
    width:46px;
}
.home-about .about-item .content .tab ul li p {
    font-size: 14px;
    color:#332c2b;
    margin:10px 0 0 0;
}

.home-about .about-item .content .go {
    margin:60px 0 0 0;
}

/*数字*/
.home-about .about-item .number {
    float: right;
    width: 50%;
}
.home-about .about-item .number ul {
    overflow:hidden;
}
.home-about .about-item .number ul li {
    float:left;
    width:33%;
    padding:0 0 8% 0;
}
.home-about .about-item .number ul li h3 {
}
.home-about .about-item .number ul li h3 strong {
    padding:0 5px;
    font-size: 40px;
    color: #332c2b;
    letter-spacing: 0;
    font-family: "Oswald-Regular";
}
.home-about .about-item .number ul li h3 span{
    font-size: 18px;
    color: #332c2b;
}
.home-about .about-item .number ul li p {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    padding-top: 5px;
}
@media screen and (max-width:1024px){
.home-about {
    padding: 50px 0;
}

.home-about::before {
    opacity: 0.4;
    background: url(../images/home/about-bg.jpg) no-repeat left center/cover;
    -webkit-filter: grayscale(100%);
    transition: all 3s;
}
.home-about::after {
    opacity: 0.05;
    background: url(../images/r-icon.svg) no-repeat right bottom/100%;
    transition: all 3s;
}
.home-about .about-item .item {
    margin: 30px 0 0 0;
}
.home-about .about-item .word {
    width:100%;
}
.home-about .about-item .content {
    margin:0% 0;
}
.home-about .about-item .content .tit {
    margin:0% 0 0 0;
}
.home-about .about-item .content .tit h2 {
    font-size: 24px;
    margin:0 0 20px 0;
}
.home-about .about-item .content .tit p {
    font-size: 14px;
    line-height: 1.8;
}
.home-about .about-item .content .tit p span {
}

.home-about .about-item .content .go {
    display: none;
    margin:0px 0 0 0;
}

/*图标*/
.home-about .about-item .content .tab {
    padding: 40px 0 40px 0;
}
.home-about .about-item .content .tab ul {
}
.home-about .about-item .content  ul li {
    width:50%;
    margin:2% 0;
    text-align: left;
}
.home-about .about-item .content .tab ul li i {
    display: inline-block;
}
.home-about .about-item .content .tab ul li i img {
    width:36px;
}
.home-about .about-item .content .tab ul li p {
    font-size: 14px;
    margin:10px 0 0 0;
}

.home-about .about-item .content .go {
}
/*数字*/
.home-about .about-item .number {
    width: 100%;
    margin: 5% 0 0 0;
}
.home-about .about-item .number ul {
}
.home-about .about-item .number ul li {
    width:33%;
    padding:0 0 8% 0;
}
.home-about .about-item .number ul li h3 {
}
.home-about .about-item .number ul li h3 strong {
    padding:0 5px;
    font-size: 24px;
}
.home-about .about-item .number ul li h3 span{
    font-size: 14px;
}
.home-about .about-item .number ul li p {
    font-size: 14px;
    padding-top: 5px;
}
}
/*关于品牌 end*/


/*产品系列*/
.home-product {
    padding:5% 0;
}
.home-product .prodcut-item {
    margin: 50px 0;
    overflow: hidden;
}

.home-product .prodcut-item ul {}
.home-product .prodcut-item ul li {
}
.home-product .prodcut-item ul li a {
    display: block;
    padding:2%;
}
.home-product .prodcut-item ul li .photo {
    overflow: hidden;
}
.home-product .prodcut-item ul li .photo img {
    width:100%;
    transition: all 0.6s ease;
}
.home-product .prodcut-item ul li:hover .photo img {
    opacity: 1;
    filter: alpha(opacity=80);
    transform: scale(1.1);
}
.home-product .prodcut-item ul li .word {
    padding:5%;
    text-align: center;
}
.home-product .prodcut-item ul li .word h3 {
    font-size: 28px;
    color: #332c2b;
}
.home-product .prodcut-item ul li:hover .word h3 {
    color: #e62129;
}
.home-product .prodcut-item ul li .word i {
    display:block;
    width:50px;
    height:2px;
    background:#332c2b;
    margin:20px auto;
}
.home-product .prodcut-item ul li .word h4 {
    opacity: 0.8;
    font-size: 16px;
    color: #332c2b;
}


.home-product .prodcut-item ul li:hover .word {
    background-image: -webkit-linear-gradient(top,#de3336,#e62129);
}
.home-product .prodcut-item ul li:hover .word h3 {
    color: #fff;
}
.home-product .prodcut-item ul li:hover .word h3 {
    color: #fff;
}
.home-product .prodcut-item ul li:hover .word i {
    background:#fff;
}
.home-product .prodcut-item ul li:hover .word h4 {
    color: #fff;
}

.home-product .prodcut-item .swiper-switch {
    margin:20px 0 0 0;
}
@media screen and (max-width:1024px){
.home-product {
    padding:50px 0;
}
.home-product .prodcut-item {
    margin: 30px 0 0 0;
}

.home-product .prodcut-item ul {}
.home-product .prodcut-item ul li {
}
.home-product .prodcut-item ul li a {
    padding:0%;
}
.home-product .prodcut-item ul li .photo {
}
.home-product .prodcut-item ul li .photo img {
    width:100%;
}
.home-product .prodcut-item ul li .word {
    padding:5%;
    text-align: center;
}
.home-product .prodcut-item ul li .word h3 {
    font-size: 20px;
}
.home-product .prodcut-item ul li .word i {
    width:30px;
    height:2px;
    margin:20px auto;
}
.home-product .prodcut-item ul li .word h4 {
    font-size: 14px;
}
}
/*产品系列*/


/*品牌媒体矩阵*/
.advertisement {
    padding: 6% 0 6% 0;
    *background-image: -webkit-linear-gradient(top,#3a3a3a,#252525);
}
.advertisement .item {
    padding:2% 0 0 0;
}
.advertisement .item .list {
    float: left;
    width: 33%;
    margin: 0 0 0 0;
    padding:3% 1%;
}
.advertisement .item .list .word {}
.advertisement .item .list .word h4 {
    font-size: 24px;
    color: #332c2b;
    font-weight: bold;
}
.advertisement .item .list .word p {
    font-size: 16px;
    color: #332c2b;
    line-height: 1.8;
    opacity: 0.8;
    padding: 5% 0 5% 0;
}

.advertisement .item .list .item-photo {}
.advertisement .item .list .item-photo img {
    max-width: 100%;
}
@media screen and (max-width:1024px){
.advertisement {
    padding: 10% 0 10% 0;
}
.advertisement .item {
    padding:5% 0 0 0;
}
.advertisement .item .list {
    width: 100%;
    margin:0 0 50px 0;
}
.advertisement .item .list .word {}
.advertisement .item .list .word h4 {
    font-size: 18px;

}
.advertisement .item .list .word p {
    font-size: 14px;
    padding: 2% 0 2% 0;
}

.advertisement .item .list .item-photo {}
.advertisement .item .list .item-photo img {
    max-width: 100%;
}
}
/*品牌媒体矩阵*/



/*招商加盟*/
.home-join {
    position:relative;
}
.home-join::before {
    opacity: 1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    z-index: -1;
    background:#f6f6f6;
    transition: all 3s;
}
.home-join .join-item {}

.home-join .join-item .word {
    position:relative;
    max-width:700px;
    padding: 6% 5% 6% 0;
}
.home-join .join-item .word .join-title {}
.home-join .join-item .word .join-title h5 {
    font-size: 48px;
    color: #332c2b;
    font-family: "Oswald-Regular";
    letter-spacing: 0;
    text-transform: uppercase;
}
.home-join .join-item .word .join-title h4 {
    font-size: 30px;
    color: #332c2b;
    margin: 30px 0 50px 0;
}
.home-join .join-item .word .join-word {
    margin:14% 0 0 0;
}
.home-join .join-item .word .join-word h3 {
    font-size: 32px;
    color: #332c2b;
    font-weight: bold;
    padding:0 0 30px 0;
}
.home-join .join-item .word .join-word p {
    opacity: 0.8;
    font-size: 14px;
    color: #332c2b;
    line-height: 1.8;
}
.home-join .join-item .word .join-call {
    padding: 50px 0 30px 0;
}
.home-join .join-item .word .join-call a {
    font-size: 28px;
    color: #332c2b;
    letter-spacing: 0;
}
.home-join .join-item .word .join-call a span {
}
.home-join .join-item .word .go {}

.home-join .join-item .photo {
    position: absolute;
    top: 10%;
    right: 0;
    width: 55%;
    z-index: 0;
}
.home-join .join-item .photo img {
    width: 100%;
}
@media screen and (max-width:1024px){
.home-join {
}
.home-join::before {
    opacity: 1;
    width: 100%;
    height: 100%;
    background:#f6f6f6;
}
.home-join .join-item {}

.home-join .join-item .word {
    max-width:1000px;
    padding: 50px 0 30px 0;
}
.home-join .join-item .word .join-title {}
.home-join .join-item .word .join-title h5 {
    font-size: 24px;
}
.home-join .join-item .word .join-title h4 {
    font-size: 18px;
    margin: 30px 0 50px 0;
}
.home-join .join-item .word .join-word {
    margin: 30px 0 0 0;
}
.home-join .join-item .word .join-word h3 {
    font-size: 24px;
    padding:0 0 30px 0;
}
.home-join .join-item .word .join-word p {
    opacity: 0.8;
    font-size: 14px;
    line-height: 1.8;
}
.home-join .join-item .word .join-call {
    padding: 30px 0 30px 0;
}
.home-join .join-item .word .join-call a {
    font-size: 20px;
}
.home-join .join-item .word .join-call a span {
}
.home-join .join-item .word .go {}

.home-join .join-item .photo {
    position: relative;
    width: 100%;
}
.home-join .join-item .photo img {
    width: 100%;
}
}
/*招商加盟 end*/



/*品牌视频*/ 
.home-video {
    padding: 5% 0;
}
.home-video .video-item {
    position:relative;
    margin: 50px 0 0 0;

}
.home-video .video-item .photo {
    position:relative;
}
.home-video .video-item .photo img {
    width:100%;
}
.home-video .video-item .photo::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.5) 0,rgba(0,0,0,.5) 100%);
}

.home-video .video-item .word {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.home-video .video-item .word h3 {
    font-size: 30px;
    color:#fff;
}
.home-video .video-item .word h4 {
    font-size: 16px;
    color:#fff;
    line-height: 1.8;
    margin:30px 0;
}
.home-video .video-item .word a .play {
    display:block;
    width:40px;
    margin:0 auto;

}
.home-video .video-item .word a .play img {
    width:100%;
}
@media screen and (max-width:1024px){
.home-video {
    padding: 50px 0;
}
.home-video .video-item {
    position:relative;
    margin: 30px 0 0 0;

}
.home-video .video-item .photo {
    position:relative;
}
.home-video .video-item .photo img {
    width:100%;
}
.home-video .video-item .photo::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.5) 0,rgba(0,0,0,.5) 100%);
}
.home-video .video-item .word {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.home-video .video-item .word h3 {
    font-size: 20px;
}
.home-video .video-item .word h4 {
    font-size: 14px;
    line-height: 1.8;
    margin:30px 0;
}
.home-video .video-item .word a .play {
    display:block;
    width:40px;
    margin:0 auto;

}
.home-video .video-item .word a .play img {
    width:100%;
}
}
/*品牌视频 end*/ 

/*工程案例+营销网络*/
.home-case {
    padding:5% 0;
    background:#f6f6f6;
}
.home-case .case-item {}
.home-case .case-item .item {
    position:relative;
    width:50%;
}

.home-case .case-item .item .photo {
    position:relative;
    overflow: hidden;
}
.home-case .case-item .item .photo img {
    width:100%;
    transition: all 0.6s ease;
}
.home-case .case-item .item:hover .photo img {
    opacity: 1;
    filter: alpha(opacity=80);
    transform: scale(1.1);
}
.home-case .case-item .item .photo::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.5) 0,rgba(0,0,0,.5) 100%);
}
.home-case .case-item .item:hover .photo::after{
    *background: #e62129;
}

.home-case .case-item .item .word {
    position: absolute;
    left: 0%;
    top: 0%;
    width:100%;
    height:100%;
    padding:10%;
}
.home-case .case-item .item .word h5 {
    font-size: 24px;
    color: #fff;
    font-family: "Oswald-Regular";
    letter-spacing: 0;
    text-transform: uppercase;

}
.home-case .case-item .item .word h4 {
    font-size: 30px;
    color: #fff;
    margin: 30px 0 50px 0;

}
.home-case .case-item .item .word p {
    font-size: 16px;
    color: #fff;
    line-height: 1.8;
    

}
.home-case .case-item .item .word .go {

}
@media screen and (max-width:1024px){
.home-case {
    padding:50px 0;
    background:#f6f6f6;
}
.home-case .case-item {}
.home-case .case-item .item {
    position:relative;
    width:100%;
}

.home-case .case-item .item .photo {
    position:relative;
    overflow: hidden;
    overflow: hidden;
}
.home-case .case-item .item .photo img {
    width: 100%;
}
.home-case .case-item .item:hover .photo img {
    opacity: 1;
    filter: alpha(opacity=80);
    transform: scale(1.1);
}
.home-case .case-item .item .photo::after {
    opacity: 0;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.5) 0,rgba(0,0,0,.5) 100%);
}

.home-case .case-item .item .word {
    position: relative;
    left: 0%;
    top: 0%;
    width:100%;
    height:100%;
    padding: 50px 5%;
    background: #fff;
}
.home-case .case-item .item .word h5 {
    font-size: 24px;
    color: #332c2b;
    font-family: "Oswald-Regular";
    letter-spacing: 0;
    text-transform: uppercase;

}
.home-case .case-item .item .word h4 {
    font-size: 18px;
    color: #332c2b;
    line-height: 1.8;
    margin: 10px 0 30px 0;

}
.home-case .case-item .item .word p {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    

}
.home-case .case-item .item .word .go {
    margin: 30px 0 0 0;
}
.home-case .case-item .item .word .go .more.white {
    color: #666;
    border: 1px solid #dedede;
}
}
/*工程案例+营销网络*/

/*新闻资讯*/
.home-news {
    padding:5% 0 3% 0;
}
.home-menu {
    overflow:hidden;
}
.home-menu .home-tag a {
    display: block;
    float: left;
    border: solid 1px #cfcfcf;
    background: #fff;
    margin: 10px 10px;
    padding: 6px 30px;
    border-radius: 25px;
    text-align: center;
    font-style: normal;
    max-width: 150px;
    font-size: 14px;
    color: #464646;
}
.home-menu .home-tag a:hover {
    border: solid 1px #e62129;
    background: #e62129;
    color: #fff;
}
.news-box {
    padding:2% 0;
}
.news-box ul {
}
.news-box ul li {
    float: left;
    width: 31%;
    margin: 1%;
    border:1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.6s;
}
.news-box ul li .pic {
    width: 100%;
    height: 0;
    padding-top: 60%;
    overflow: hidden;
    position: relative;
}
.news-box ul li .pic .news-pic {
    position: absolute;
    top: 0%;
    left: 0%;
    width:100%;
    height:100%;
}
.news-box ul li .pic img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.6s ease;
}
.news-box ul li .item {
    padding: 8% 5% 5%;
    background: #fff;
}
.news-box ul li .item h3 {
    width:100%;
    height:60px;
    font-size: 18px;
    color: #000;
    line-height:1.6;
    
}
.news-box ul li .item p {
    width: 100%;
    height: 80px;
    line-height: 26px;
    color: #999999;
    font-size: 14px;
    margin: 3% 0 3%;
    overflow: hidden;
}
.news-box ul li .item .more {
    border-top: 1px solid #eee;
    border-radius: 0 0 5px 5px;
    padding: 4% 2%;
    line-height: 30px;
    transition: 0.3s;
}
.news-box ul li .item .more time {
    color:#999;
    font-family: "Futura-Light";
}
.news-box ul li .item .more span {
    float: right;
    display: block;
    color: #666;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.news-box ul li:hover .item {
    background: #fff;
}
.news-box ul li:hover .item h3 {
    color: #000;
}
.news-box ul li:hover .item p {
}
.news-box ul li:hover .item .more span {
    color: #e62129;
}
.news-box ul li .item .more span i {
    padding: 0 0 0 10px;
    font-family:"宋体";
    font-style: normal;
}
/*特效*/
.news-box ul li:hover {
    border-radius: 10px 10px 10px 10px;
}
.news-box ul li:hover .pic img {
    opacity: 1;
    filter: alpha(opacity=80);
    transform: scale(1.1);
}
.news-more {}
.news-more a {
    margin:2% auto 2% auto;
}
@media screen and (max-width:1024px){
.home-news {
    padding: 50px 0;
}
.home-tag {
    width:100%;
    padding:5% 0;
}
.home-menu .home-tag a {
    display: block;
    float: left;
    width: 30%;
    max-width: 150px;
    border: solid 1px #cfcfcf;
    background: #fff;
    margin: 5px 5px;
    padding: 6px 15px;
    border-radius: 25px;
    text-align: center;
    font-style: normal;
    font-size: 14px;
    color: #464646;
}
.news-box {
}
.news-box ul {
}
.news-box ul li {
    float: left;
    width: 98%;
    margin:5% 1%;
    
}
.news-box ul li .pic {
}
.news-box ul li .pic .news-pic {
}
.news-box ul li .pic .link {
    display:none;
}
.news-box ul li .pic img {
}
.news-box ul li .item {
    padding: 8% 5% 5%;
    background: #fff;
}
.news-box ul li .item h3 {
    font-size: 16px;
    color:#000;
    height: auto;
}
.news-box ul li .item p {
    width:100%;
    height: auto;
    line-height:1.6;
    font-size: 14px;
    margin: 3% 0 3%;
}
}


