﻿/* CSS Document   Version: 1.0.0
   Date: 2018/12/12
   Author: Tian Guang
   Copyright: www.east.net
*/

/*新闻*/
.Newsa{border-bottom: 1px solid #c9cacb;padding: 25px 0px;}
.News .banner{height: 470px;}
.Newspo .Newposition{    float: right;
    color: #666666;
    font-size: 12px;
    height: 55px;
    line-height: 55px;}
.newtitle {font-size: 30px;color: #000000;text-align: center;margin: 40px 0px 5px 0px;}  
.titlenew{font-size: 14px;color: #8d8582;text-align: center;display: block;text-transform: uppercase;} 
.titleline{width: 50px;height: 1px;background: #bab4b1;display: block;margin: 15px auto;}
.Newsa .NewsaF{float: left;width: 360px;height: 190px;}
.Newsa .NewsaF img{max-height: 100%; max-width: 100%;    width: 360px; height: 190px;}
.Newsa .NewsaR{float: right;width: 770px;}
.Newsa .NewsaR .NewsaRf{float: left;width: 665px;}
.Newsa .NewsaR .NewsaRf h3{color: #282828;font-size: 20px;}
.Newsa .NewsaR .NewsaRf .sum{color:#595757;font-size: 14px;margin-top: 20px;}
.Newsa .NewsaR .NewsaRr{float: right;width: 67px;position: relative;height: 185px;}
.Newsa .NewsaR .NewsaRr .time{color:#8d8582;font-size: 16px;}
.Newsa .NewsaR .NewsaRr .timea{color:#8d8582;font-size: 64px;}
.Newsa .NewsaR .NewsaRr .more{width: 55px;height: 20px;line-height: 20px;background:#8d8582;color:#fff;font-size: 14px;text-align: center;position: absolute;bottom: 0;}
.aboutinfo {
    font-size: 14px;
    color: #666666;
    line-height: 40px;
    margin-top: 50px;
}
/*页面*/
.pages {
    text-align: center;
    margin-top: 30px;
}
.pages a {
    padding: 9px 15px;
   background: #e7e6e6;
    margin: 0 5px;
    color: #313131;
    font-size: 14px;
}
#pages a.currentpage {
    background: #8d8582;
    color: #fff;
    
}
/*about*/
.about{width: 1200px;margin: 0 auto;}
.abouttitle{
    margin: 0 auto;
    padding: 15px 0px 65px 0px;
}
.abouttitle ul li{float: left;height: 25px;line-height: 25px;text-align: center;padding: 5px;margin-right: 20px;}
.abouttitle ul li a{color: #000000;font-size: 16px;}
.abouttitle ul li.on{height: 25px;line-height: 25px;background: #8d8582;text-align: center;padding: 5px;margin-right: 20px;}
.abouttitle ul li.on a{color: #fff;}
/*产品*/
.pic-si{position: relative;}
.pic-si img {
    min-width: 1000px;
    min-height: 700px;
}
.pic-si .swiper-container{width: 1000px;height: 700px;}
.pic-si .arrow-left{
    background: url(../images/prevb.png) center center no-repeat;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -25px;
    width: 31px;
    height: 69px;
    z-index: 10;
    }
.pic-si .arrow-right{
   background: url(../images/nextb.png) center center no-repeat;
   position: absolute;
   right: 0px;
   top: 50%;
   margin-top: -25px;
   width: 35px;
   height: 69px;
   z-index: 10;
}
.preview{
    width: 100%;
    margin-top: 25px;
    position: relative;
    }
.preview .arrow-left{
     background: url(../images/prevc.png) center center no-repeat;
     position: absolute;
     left: 2px;
     top: 50%;
     margin-top: -34px;
     width: 40px;
     height: 65px;
     z-index: 10;
}
.preview .arrow-right{
        background: url(../images/nextc.png) center center no-repeat;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -34px;
        width: 40px;
        height: 65px;
        z-index: 10;
}
.preview .swiper-container {
    width: 1060px;
    height:72px;
    margin-left: 83px;
}
.preview .swiper-slide {
   height: 70px;
    cursor: pointer;
    margin-right: 19px;
}
.preview .swiper-slide img{
    width: 120px;
    height: 70px;
}
.preview .active-nav img {
	padding: 0;
	border: 1px solid #38b432;
}
.proinfo{
    font-size: 14px;
    color: #666666;
    line-height: 40px;
    margin-top: 50px;
    display: none;
}
.proinfo.active {
    display: block;
}
/*search*/

.Newsa ul li a{padding-left: 28px;
    font-size: 14px;
    color: #231815;
    line-height: 50px;
    height: 50px;
    display: block;}
.Newsa ul li em{ float: right;
    display: inline-block;
    width: 78px;
    font-size: 14px;}    

