﻿li{
    list-style: none;
}

.synopsis{
    padding-top: 100px;
}

.main{
    color: #666;
    background-color:#ddd ;
    font-size: 0;
}
.subnav{
    background-color: #fff;
    width: 100%;
    height: 70px;
    line-height: 70px;
    clear: both;
    overflow: hidden;
    /*margin-top: -4px;*/
    font-size: 16px;
}
.current{
    font-size: 14px;
}


.menu{
    font-size: 16px;
}
.menu li{
    margin-left: 5px;
    display: inline;
    padding: 3px 10px;
    border-radius: 5px;
}
.menu li a{
    color: #666;
}
.active-sub,.menu li:hover{
    background-color: #000;
}
.active-sub a,.menu li:hover a{
    color: #fff !important;
}

.column{
    clear: both;
    overflow: hidden;
    padding: 100px 0;
}
.column .center-box{
    position: relative;
}
/*.con-1{*/
    /*width: 100%;*/

/*}*/
.con-1 img{
    width: 35%;
    float: left;
    box-shadow: 10px 10px 0 #fff;
}
.con-right{
    width: 60%;
    float: right;
    /*position: absolute;*/
    /*right: 0;*/
    /*top:50%;*/
    /*transform:translateY(-50%);*/
    /*-ms-transform:translateY(-50%); 	!* IE 9 *!*/
    /*-moz-transform:translateY(-50%); 	!* Firefox *!*/
    /*-webkit-transform:translateY(-50%); !* Safari 和 Chrome *!*/
    /*-o-transform:translateY(-50%);*/
}
.con-right p{
    font-size: 16px;
    line-height: 36px;
}


.con-2 span{
    font-size: 24px;
    display: block;
    padding-bottom: 10px;
    color: #333;
    width:100%;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom:1px solid #333 ;
    /*text-align: right;*/
    float: right;
}
.con2-li1{
    clear: both;
    overflow: hidden;
    /*border: 1px solid red;*/
}
.con2-li1 dd{
    margin-bottom: 15px;
}
.con2-li2{
   margin-top: 20px;

}
.con2-li2 dd{
    width: 70px;
    height: 10px;
    display: inline-block;
    background-color: #fff;
    margin-right: 10px;
}
.active-i{
    background-color: #000 !important;
}
.con-5 img{
    width: 35%;
    border: 10px solid #fff;
}
.con5-text dd:not(:first-child){
    border-top: 1px solid #bfbfbf;
    margin-top: 30px;
    padding-top: 30px;
}

.con5-text span{
    font-size: 24px;
    margin-bottom: 15px;
    display: block;
}
.con5-text p{
    font-size: 16px;
    line-height:36px ;
    text-align: left;
}
.con-6 dl dd{
    width: 48%;
    overflow: hidden;
    margin-bottom:60px;
    float: left;
}
.con-6 dd:nth-child(odd){
    float: left;
}
.con-6 dd:nth-child(even){
    float: right;
}
.con-6 span{
    color: #000;
    font-size: 18px;
    margin: 20px 0 15px 0;
    display: block;
}
.con-6 p{
    font-size: 16px;
    line-height: 36px;
    color: #999;
}



/*轮播*/
.column4{
    background: url("../images/bg8.jpg") no-repeat;
    background-size: cover;
}
.con-4{
    position: relative;
    width:875px;
    margin: 0 auto;
}
#honor{
    width:100%;
    /*border:1px solid #222;*/
    height:500px;
    position:relative;
    clear:both;
    overflow:hidden;

    /*background:#FFF;*/
}
#honor img {
    visibility:hidden; /* hide images until carousel can handle them */
    cursor:pointer; /* otherwise it's not as obvious items can be clicked */
}
.honorPrimary{
    position: absolute;
    top:50%;
    margin-top: -20px;
}
.honorPrev{
    left: -25px;
}
.honorNext{
    right:-25px;
}
.honorPrimary img:nth-of-type(2),.honorPrev:hover img:nth-of-type(1),.honorNext:hover img:nth-of-type(1){
    display: none;
}
.honorPrev img:nth-of-type(1),.honorNext img:nth-of-type(2){
    transform: rotate(180deg);
    /*border: 1px solid red;*/
}
.honorPrev:hover img:nth-of-type(2),.honorNext:hover img:nth-of-type(2){
    display: block;
}
/*时间轴*/
.column3{
    background: url("../images/bg7.jpg") no-repeat center  bottom;
    background-size: contain;
    padding-bottom: 300px;
}
.con-3{
    font-size: 12px;
    color: #666;
    /*border: 1px solid red;*/
   /*min-height: 100px;*/
    position: relative;

}

.owl-prev{
    position: absolute;
    left: -35px;
    top:50%;
    margin-top: -20px;
}
.owl-next{
    position: absolute;
    right:-35px;
    top:50%;
    margin-top: -20px;
}
.owl-prev img:nth-of-type(1),.owl-next img:nth-of-type(2){
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); 	/* IE 9 */
    -moz-transform:rotate(180deg); 	/* Firefox */
    -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
    -o-transform:rotate(180deg); 	/* Opera */
}
.owl-prev img:nth-of-type(2),.owl-next img:nth-of-type(2){
    display: none;

}
.owl-prev:hover img:nth-of-type(1),.owl-next:hover img:nth-of-type(1){
    display: none;
}
.owl-prev:hover img:nth-of-type(2),.owl-next:hover img:nth-of-type(2){
    display: block;
}
.mhn-item{
    /*border: 1px solid red;*/
    text-align: center;
}
.mhn-text{
    width: 100%;
    height: 165px;
    /*border: 1px solid #f136ff;*/
    padding-top: 15px;
}
.mhn-text h3{
    font-size: 24px;
    color: #333;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.mhn-text h3:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 46%;
    width: 30px;
    height: 2px;
    background-color: #000;
}
.mhn-text p{
    line-height: 28px;
    /*border: 1px solid #f136ff;*/
    max-height: 5em;
    overflow: hidden;
}
/*PC端*/
@media (max-width: 1440px){
    .synopsis{
        padding-top: 60px;
    }

    .subnav{
        height: 50px;
        line-height: 50px;
        /*margin-top: -4px;*/
        font-size: 14px;
    }
    .current{
        
        color: #999;
     }
    .current p,.current a,.menu li a{
        font-size: 14px;
    }

    .menu{
        font-size: 14px;
    }
    .menu li{
        padding: 2px 8px;
        border-radius: 5px;
    }




    /*column*/

    .con-1 img{
        box-shadow: 8px 8px 0 #fff;
    }

    .con-right p{
        font-size: 14px;
        line-height: 28px;
    }


    /*.con2-text{*/
        /*height:400px;*/
    /*}*/
    /*.con-2 h1{*/
        /*fonts-size: 32px;*/

        /*margin-bottom: 20px;*/
        /*padding-top: 0;*/
    /*}*/
    .con-2 span{
        font-size: 16px;
        padding-bottom: 10px;
    }

    /*时间轴*/
    .column3{
        padding-bottom: 200px;
    }
    .mhn-text{
        height: 130px;
        padding-top: 15px;
    }
    .mhn-text h3{
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 5px;
    }
    .mhn-text p{
        line-height: 24px;
        max-height: 6em;
        font-size:14px;
    }


    .con5-text dd:not(:first-child){
        margin-top: 10px;
        padding-top: 10px;
    }

    .con5-text span{
        font-size: 18px;
        margin-bottom: 5px;
    }
    .con5-text p{
        font-size: 14px;
        line-height:28px ;
    }
    .con-6 dl dd{
        margin-bottom:40px;
    }

    .con-6 span{
        font-size: 16px;
        margin: 15px 0 5px 0;
    }
    .con-6 p{
        font-size: 14px;
        line-height:28px;
    }

}


