@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
html,body{
    height: 100%;
    width: 100%;
    font: 12px/180% Arial, Helvetica, sans-serif, "新宋体";
}


a, img {
    border: 0;
    text-decoration: none;
}

.logo{
    width:65px;
    height:90px;
   background-image: url(../images/Picture1.png);
   background-size: 100% 100%;
  
}

/*.clearfix:after {*/
    /*content: ".";*/
    /*display: block;*/
    /*height: 0;*/
    /*clear: both;*/
    /*visibility: hidden*/
/*}*/

/*.clearfix {*/
    /*display: inline-table;*/
/*}*/

/** html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

* + html .clearfix {
    min-height: 1%;
}*/

/* nav_menu */
.nav_menu {
    width: 100%;
    height: 70px;
    background: #074C52;
    position: fixed;
    z-index: 55;
    opacity: 0.8;

}

.nav {
    width: 1006px;
    height: 70px;
    position: relative;
    margin: 0 auto;
}
.nav ul{
    margin-left: 200px;
}
.nav .list li {
    float: left;
}

.nav .list a {
    float: left;
    display: block;
    width: 125px;
    height: 70px;
    text-align: center;
    font: bold 13px/36px "微软雅黑";
    color: #fff;
    line-height: 70px;
}
.nav .list span{
    float: left;
    display: block;
    width: 125px;
    height: 70px;
    text-align: center;
    font: bold 13px/36px "微软雅黑";
    color: #fff;
    line-height: 70px;
    cursor: pointer;
}

.nav .list a:hover {
    color: #FFA304;
}
.nav .list span:hover {
    color: #FFA304;
}
.nav .list a:hover, .nav .list .now {
    color: #F00;
    background: #fff;
}
.nav .list span:hover, .nav .list .now {
    color: #F00;
    background: #fff;
}
.nav .box {
    position: absolute;
    left: -5px;
    top: 70px;
    width: 100%;
    background: #FFF;
    overflow: hidden;
    height: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    margin-left: 50px;


}

.nav .cont {
    position: relative;
    padding: 25px 0 0px 24px;
}

/* sublist */
.sublist li {
    float: left;
    width: 168px;
    padding-right: 24px;
    padding-bottom: 24px;
}

.sublist li h3.mcate-item-hd {
    font-family: '微软雅黑';
    padding-left: 2px;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    border-bottom: 1px dashed #666666;
}

.sublist li p.mcate-item-bd {
    padding-left: 2px;
}

.sublist li p.mcate-item-bd a {
    height: 26px;
    line-height: 26px;
    margin-right: 5px;
    font-size: 12px;
    color: #666666;
    text-decoration: none;
    display: inline-block;
}

.sublist li p.mcate-item-bd a:hover {
    color: #6c5143;
    text-decoration: underline;
}




img {
    border: 0;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #1974A1;
}

/* fullSlide */
.fullSlide {
    width: 100%;
    position: relative;
    height: 800px;
    background: #000;
    transform:translate3d(0,0,0);overflow:hidden;
}

.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.fullSlide .bd ul {
    width: 100% !important;
}

.fullSlide .bd li {
    width: 100% !important;
    height: 800px;
    overflow: hidden;
    text-align: center;
    transform:translate3d(0,0,0)
}

.fullSlide .bd li a {
    display: block;
    height: 800px;

}

.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 30px;
    line-height: 30px;
}

.fullSlide .hd ul {
    text-align: center;
}

.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 42px;
    height: 11px;
    margin: 1px;
    overflow: hidden;
    background: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    line-height: 999px;
    transform:translate3d(0,0,0)

}
.fullSlide .hd ul{
    margin-left: 45%;
}
.fullSlide .hd ul li img{
    width: 100%;
    height: 1000px;
    background-size: 100% 100%;
    transform:translate3d(0,0,0)
}

.fullSlide .hd ul .on {
    background: #f00;
}

.fullSlide .prev, .fullSlide .next {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -30px;
    left: 15%;
    z-index: 1;
    width: 40px;
    height: 60px;
    background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
    display: none;
}

.fullSlide .next {
    left: auto;
    right: 15%;
    background-position: -6px -137px;
}
.fullSlide .hd ul li p{

}
.fullSlide ul li p{
    width:55%;
    float:left;
    font-size: 40px;
    line-height: 70px;
    color:black;
    text-align: center;
    background:white;
    opacity:0.5;
    position: relative;
    top: 40%;
    left: 22%;

}
.fullSlide ul li p span{
    font-size: 20px;
}
.banner a  span{
    width:50%;
    height:20%;
    float:left;
    margin-top: 20%;
    margin-left: 25%;
    font-size: 40px;
    line-height: 50px;
    color:black;
    text-align: center;
    background:white;
    opacity:0.5;
}
.banner a span p{
    font-size: 20px;
}
.banner {
    width: 100%;
    height: 70%;
    float: left;
    overflow: hidden;
    position: relative;
}

.b-img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 100% 100%;
}

.b-img a {
    display: block;
    height: 100%;
    float: left;
}

.bar-left {
    position: absolute;
    z-index: 1;
    display: block;
    width: 100px;
    height: 100%;
    left: 0px;
    background: none;
    top: 0px;
}

.bar-right {
    position: absolute;
    z-index: 1;
    display: block;
    width: 100px;
    height: 100%;
    right: 0px;
    background: none;
    top: 0px;
}

.bar-left em {
    display: block;
    width: 50px;
    height: 100px;
    background: url(../images/arrow.png) 0px 0px no-repeat;
    margin: 0 auto;
    margin-top: 325px;
}

.bar-right em {
    display: block;
    width: 50px;
    height: 100px;
    background: url(../images/arrow.png) -50px 0px no-repeat;
    margin: 0 auto;
    margin-top: 325px;
}

.bar-left .emcss {
    background-position: 0px -100px;
}

.bar-right .emcss {
    background-position: -50px -100px;
}


/* about---------------------------------*/

.zhu{
    width: 100%;
    height: 550px;
    float:left;

}
.zhu p{
    width: 100%;
    height: 20%;
    text-align: center;
    line-height: 100px;
    font-size: 30px;

}
.brief{
    width: 1000px;
    height: 80%;

    margin: 0 auto;
}
.brief-img{
    width: 60%;
    height: 270px;
    background-image:url("../images/li.png");
    background-size: 100% 100%;
    background-position: center center;
    float: left;
    margin-top: 30px;
}
.brief-text{
    width: 38%;
    height: 100%;
    float: right;
    font-size: 18px;
    line-height: 35px;
    text-indent: 30px;

}
.brief-text span{
    display: block;
    margin-top: 50px;

}
.zhu1{
    width: 100%;
    height: 500px;
    float:left;
    background: #F5F6F7;

   

}
.zhu1-center{
    width: 1000px;
    height: 100%;
    margin: 0 auto;

}
.zhu1-text{
    width: 100%;
    height:20% ;
    float: left;
    line-height: 120px;
    text-align: center;
    font-size: 30px;
}
.zhu1-img{
    width: 100%;
    height: 80%;
    float: left;
}
.img1{
    width: 22%;
    height: 100%;
    float: left;
}
.img1 p{
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
}
.img1-img{
    width: 100%;
    height: 310px;
    text-indent: 20px;
    background: white;
    text-align: justify;
    padding: 0 10px;
}
.img1-img img{
    width: 100%;
   margin-left: -20px;
}
.img1-img span{
    display: block;
    width: 100%;
    height: 100px;
    float: left;
    margin-top: 10px;
    font-size: 13px;
    line-height: 30px;
}

.img2{
    width: 22%;
    height: 100%;
    float: left;
    margin-left: 4%;
}
.img2 p{
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
}
.img2-img{
    width: 100%;
    height: 310px;
    text-indent: 20px;
    background: white;
    text-align: justify;
    padding: 0 10px;
}
.img2-img img{
    width: 100%;
    margin-left: -20px;
}
.img2-img span{
    display: block;
    width: 100%;
    height: 100px;
    float: left;
    margin-top: 10px;
    font-size: 13px;
    line-height: 30px;


}
.img3{
    width: 22%;
    height: 100%;
    float: left;
    margin-left: 4%;
}
.img3 p{
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
}
.img3-img{
    width: 100%;
    height: 310px;
    text-indent: 20px;
    background: white;
    text-align: justify;
    padding: 0 10px;
}
.img3-img img{
    width: 100%;
    margin-left: -20px;
}
.img3-img span{
    display: block;
    width: 100%;
    height: 100px;
    float: left;
    margin-top: 10px;
    font-size: 13px;
    line-height: 30px;
}
.img4{
    width: 22%;
    height: 100%;
    float: left;
    margin-left: 4%;
}
.img4 p{
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
}
.img4-img{
    width: 100%;
    height: 310px;
    text-indent: 20px;
    background: white;
    text-align: justify;
    padding: 0 10px;
}
.img4-img img{
    width: 100%;
    margin-left: -20px;
}
.img4-img span{
    display: block;
    width: 100%;
    height: 100px;
    float: left;
    margin-top: 10px;
    font-size: 13px;
    line-height: 30px;
}

/*mine-----------------------------------*/

.mine{
    width: 100%;
    height: 430px;
    background: #00CCFF;
    float: left;
   

}
.mine-p{
    width: 100%;
    height: 20%;
    text-align: center;
    font-size: 30px;
    color: white;
    line-height: 120px;
}
.mine-img{
    width: 100%;
    height: 80%;
    float: left;
}
.mine-img1{
    width: 1000px;
    height: 80%;
    margin: 0 auto;
    margin-top: 20px;
    color: white;
}
.mine-img1 ul{
    width: 100%;
    height: 100%;
    float: left;

}
.mine-img1 ul li{
    width: 22%;
    height: 80%;
    float: left;
    font-size: 100px;
    text-align: center;
    line-height: 150px;
}
.mine-img1 ul li span{
    font-size: 20px;
}
.mine-img1 ul li p{
    font-size: 20px;
    margin-top: -100px;
}






/*height-----------------------------*/
.height{
    width: 100%;
    height: 500px;
    float: left;
}
.height-text{
    width: 100%;
    height: 20%;
    line-height: 120px;
    text-align: center;
    font-size: 30px;
}
.height-img{
    width: 100%;
    height: 80%;
    float: left;
}
.height-img1{
    width: 1000px;
    height: 100%;
    margin: 0 auto;
}
.height-img2{
    width:22% ;
    height:80%;
    float: left;
    margin-top: 20px;
}
.height-img2-img{
    width: 100px;
    height: 132px;
    background-image: url("../images/da.png");
    background-size: 100% 100%;
    margin-left: 60px;
}
.height-img2 p{
    text-align: center;
    font-size: 18px;
    margin-top: 30px;
}
.height-img2 span{
    margin-top: 25px;
    color: #9B9BA3;
    font-size: 15px;
    line-height: 30px;
    position: relative;
    top: 10px;
}
.height-img3{
    width:22% ;
    height:80%;
    float: left;
    margin-top: 20px;
    margin-left: 3%;
}
.height-img3-img{
    width: 100px;
    height: 132px;
    background-image: url("../images/kuai.png");
    background-size: 100% 100%;
    margin-left: 60px;
}
.height-img3 p{
    text-align: center;
    font-size: 18px;
    margin-top: 30px;
}
.height-img3 span{
    margin-top: 25px;
    color: #9B9BA3;
    font-size: 15px;
    line-height: 30px;
    position: relative;
    top: 10px;
}

.height-img4{
    width:22% ;
    height:80%;
    float: left;
    margin-top: 20px;
    margin-left: 3%;
}
.height-img4-img{
    width: 100px;
    height: 132px;
    background-image: url("../images/hao.png");
    background-size: 100% 100%;
    margin-left: 60px;
}
.height-img4 p{
    text-align: center;
    font-size: 18px;
    margin-top: 30px;
}
.height-img4 span{
    margin-top: 25px;
    color: #9B9BA3;
    font-size: 15px;
    line-height: 30px;
    position: relative;
    top: 10px;
}

.height-img5{
    width:22% ;
    height:80%;
    float: left;
    margin-top: 20px;
    margin-left: 3%;
}
.height-img5-img{
    width: 100px;
    height: 132px;
    background-image: url("../images/sheng.png");
    background-size: 100% 100%;
    margin-left: 60px;
}
.height-img5 p{
    text-align: center;
    font-size: 18px;
    margin-top: 30px;
}
.height-img5 span{
    margin-top: 25px;
    color: #9B9BA3;
    font-size: 15px;
    line-height: 30px;
    position: relative;
    top: 10px;
}
/*bottom------------*/
.bootom{
    width: 100%;
    height: 50px;
    background: black;
    float: left;
    line-height: 50px;
    text-align: center;
}
.bootom a{
    color: white;
}
.bootom a{

}

.about{
    width: 100%;
    height: 500px;
    float: left;
}
.about1{
    width: 700px;
    height: 300px;
    margin: 0 auto;
    background-image: url("../images/li.png");
    background-size: 100% 100%;
}
