/*default.html*/

.header{
    height: 100px;
    background-color:#fff;
    position: fixed;
    width: 100%;
    top:0;
    left: 0;
    z-index: 999;
    box-shadow: 2px 0px 5px #c3c3c3;
}

/* 设置fullPage */
#fp-nav ul li a span, .fp-slidesNav ul li a span{
    width: 5px;
    height: 5px;
    border:none;
    background-color: #fff;
    filter:"alpha(opacity=70)";opacity:0.7;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    /*behavior: url(PIE.htc);*/
    border-radius: 50%;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span{
    background:#fff;
    width: 12px;
    height: 12px;
    filter:"alpha(opacity=100)";opacity:1;
}
.fp-controlArrow.fp-prev{
    background-image: url(../../images/aleft.png);
    -ms-behavior: url(../../images/backgroundsize.min.htc);
    behavior: url(../../images/backgroundsize.min.htc);
    border:none;
    width: 40px;
    height: 40px;
    background-size: cover;
    margin-top:-70px;
}
.fp-controlArrow.fp-next{
    background-image: url(../../images/aright.png);
    border:none;
    width: 40px;
    height:40px;
    background-size: cover;
    margin-top:-70px;
}
.fullpage-section-container{
    margin-top:6%;
}
.imgItem{margin:5px;width:206px;height:160px;}
/* Style for our header texts
* --------------------------------------- */
h1{
    font-size: 5em;
    font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
    color: #fff;
    margin:0;
    padding:0;
}

/* Centered texts in each section
* --------------------------------------- */
.section{
    text-align:center;
    padding-top: 100px;
    position: relative;
    z-index: 2;
}

/* Backgrounds will cover all the section
* --------------------------------------- */
.section{
    background-size: cover;
}
.slide .slideMin{
    background-size: cover;
}

#section1{
    text-align:left;
}
/*.slide img {margin-top:8%;margin-left:32%;}
.slideMin img {}*/


.imgGallerySize {width:180px;height:140px;}

.nav{margin-top:16px;}
.nav-item1{}
.nav-item1 a:link    {color:black;border:2px solid transparent;border-style: none none solid none ;}
.nav-item1 a:visited {color:black;}
.nav-item1 a:hover   {color:black;border:2px solid darkred;border-style: none none solid none ;}
.nav-item1 a:active  {color: #606060;}

.ico1 img{margin-top:26px;margin-right:12px;}
.nav2{background-color: #fff;height:55px;display:none; /*box-shadow:2px 0px 2px #c3c3c3;*/}

.menu1 , .menu1 li {list-style:none;padding:0;margin:0;}
.menu1 li{float:left;}
.menu1 li a{
    /*display:block;*/
    padding-right:25px;
    /*background:#3A4953;*/
    color:#000;
    text-decoration:none;
    /*border-right:1px solid #000;*/
}
.menu1 li a:hover {
    /*background:#146C9C;*/
    color: darkred;
    text-decoration:none;
    /*border-right:1px solid #000;*/
}
.menu1 li a.last {
    border-right:0; /* 去掉左侧边框 */
}
.default-container{margin-top:40px;}
.default-container h1{font-size:18px;color:black;}
.default-hr11 {width:100px;background-color: #dfdfdf;height:2px;position:relative;}
.default-hr21 {width:100px;background-color: #B35318;height:2px;margin-top:35px;position:relative;}

.newsContainer{margin-top:10px;width:100%;margin-bottom:40px;}
.newsContainer .newsListTitle{
    overflow: hidden; text-overflow:ellipsis;
    white-space:nowrap; 
    width:350px;
}
.newsContainer li{overflow: hidden; text-overflow:ellipsis;}
.newsContainer li a {
    text-decoration:none;
    margin:0px;padding:0px;
    color:#000;
    line-height:30px;
}
.newsContainer li a:hover {
    color: #575757;
}
.newsContainer-date{color: #7a7a7a;font-size:10px;margin-top:6px;width:66px;line-height:23px;}

.projectContainer{margin-top:17px;}
.projectTitle{font-size:17px;}
.projectContent{margin-top:20px;font-size:14px;}
.carousel-inner{}
.projectReadMore{margin-top:6px;}

.footerContainer{

    z-index: 999;
    border:1px solid #c3c3c3;border-style: solid none none none ;
    margin-top:3%;
    margin-bottom:20px;
}
.footerBar{margin-top:18px;font-size:14px;}
.footerBar a {text-decoration:none;color:#000;}
.footerBar a:hover {color: #575757;}
.footerBar .ico{margin-left:2px;}

.divA{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 220px;
    height: 46px;
    margin: 0 auto;
    padding: 10px 20px;
    color:#fff;
    background-color: rgba(0,0,0,0.6);
    text-align: center;
}
.divA a{color:#fff;text-decoration:none;}

.con{width:360px;height:181px;margin-top:40px;}
.con ul li{width:360px;height:181px;float:left;position:relative;overflow:hidden;cursor:pointer;}
.txt{width:360px;height:46px;background:rgba(0,0,0,0.6);position:absolute;left:0;bottom:0;color:#fff;font-family:"微软雅黑";}
.txt h3{padding-top:15px;font-size:16px;text-align:center;}
.txt p{padding-top:12px;font-size:11px;text-align:center;}
.txt p img{margin-bottom: 6px;}

.phoneimg img{margin-top:40px;}

.s1 {
    position: fixed;
    z-index: 10;
    left: 50%;
    top: 50%;
    margin: -150px 0 0 -250px;
    width: 500px;
    height: 300px;
    background: rgba(255,255,255,.7);
    box-shadow: 0 0 15px rgba(0,0,0,.3);
}

.s1 p {
    margin: 0;
    padding: 50px 0 20px 0;
    font-family: Arial;
    font-size: 60px;
    font-weight: bold;
    text-align: center;
}

.s1 span {
    display: block;
    font-family: Arial;
    font-size: 25px;
    color: #666;
    text-align: center;
}

.s1 a {
    margin: 20px auto 0 auto;
    display: block;
    width: 220px;
    height: 50px;
    border-radius: 5px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    text-decoration: none;
    font-family: Arial;
    font-size: 25px;
    background: #f88371;
}

.s1 a:hover { background: #ed6f5c; }
@media (max-width:480px) {

    .s1 {
        margin: -127px 0 0 0;
        width: 80%;
        height: 255px;
        left: 10%;
    }

    .s1 p { font-size: 36px; }

    .s1 span { font-size: 18px; }
}