/*global*/
@font-face{
    font-family: "font-en";
    src: url("../fonts/GOTHIC.ttf");
}
@font-face{
    font-family: "font-en";
    src: url("../fonts/GOTHIC.svg");
}
@font-face{
    font-family: "font-en";
    src: url("../fonts/GOTHIC.eot");
}
@font-face{
    font-family: "font-en";
    src: url("../fonts/GOTHIC.woff");
}

*{
    margin: 0;
    padding: 0;
}
a{text-decoration: none;}
.header{
    position: relative;
    margin-top: 30px;
    width: 100%;
    height: 300px;
    text-align: center;
}
.nav{
    position: relative;
    top: 30px;
    margin: auto;
    width: 793px;
    padding: 0;
    list-style: none;
}
.nav li{
    float: left;
}
.nav li a{
    position: relative;
    width: inherit;
    height: inherit;
    margin: 10px 35px;
    padding-bottom: 3px;
    outline: none;
    border: 0;
}
.nav li a img{
    outline: none;
    border: 0;
}
.nav li:hover a,
.nav li a.active{
    border-bottom: 1px solid #000;
}
.footer{
    position: relative;
    margin: auto;
    width: 80%;
    height: 100px;
    border-top: 1px solid #e7e7e7;
    top: 50px;
}
.copyright{
    position: absolute;
    width: 100%;
    margin: auto;
    top: 15%;
    text-align: center;
    color: #878888;
    font-size: 10px;
    font-family:"黑体","Microsoft YaHei","MicrosoftJhengHei","STHeiti","MingLiu",sans-serif;
}
.copyright span{
    padding: 10px 20px;
}
.copyright a{
    color: #878888;
    text-decoration: none;
}
/*index*/

.pagination-box{
    display: none;
    position: relative;
    top: 30px;
    left: 0;
    width: 100%;
    height: 50px;
    overflow: hidden;
    margin-bottom: 20px;
}

.pagination{
    position: relative;
    width: auto;
    height: 50px;
    line-height: 50px;
    margin: auto;
    padding: 0;
    list-style: none;
    top: 0;
    left: 0;
}
.pagination li{
    position: relative;
    width: 50px;
    float: left;
    text-align: center;
}
.pagination li a{
    font-size: 16px;
    font-weight: 500;
    color: #000;
    font-family: "font-en";
}
#container{
    position: relative;
    width: 95%;
    margin: auto;
}
.grid{
    position: relative;
    margin: auto;
    opacity: 0;
}
.grid-item{
    position: absolute;
    float: none;
    margin: 10px;
    cursor: pointer;
}
.grid-item img {
    max-width: 100%
}


.img-mask{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.8);
/*    
    background: rgb(255, 255, 255); 
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#c8ffffff,endColorstr=#c8ffffff);  */
}

.img-box{
    position: absolute;
    top: 0px;
    left:0px;
    /*left: 50%;
    -webkit-transform: translate(-50%,50px);
    -moz-transform: translate(-50%,50px);
    -ms-transform: translate(-50%,50px);
    -o-transform: translate(-50%,50px);
    transform: translate(-50%,50px);*/
}
.img-box img{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}
.close{
    position: absolute;
    top: 0px;
    right: -30px;
    background-image: url(../images/close.png);
    width: 21px;
    height: 21px;
    cursor: pointer;
}
.btn-img-prev{
    display: none;
    position: absolute;
    top: 50%;
    left: -30px;
    background-image: url(../images/btn_img_prev.png);
    width: 23px;
    height: 34px;
    margin-top: -17px;
    cursor: pointer;
}
.btn-img-next{
    display: none;
    position: absolute;
    top: 50%;
    right: -30px;
    background-image: url(../images/btn_img_next.png);
    width: 23px;
    height: 34px;
    margin-top: -17px;
    cursor: pointer;
}





.ec-list{
    position: relative;
    top: 0;
    left: 0;
    margin: auto;
    padding: 0;
    width: 80%;
    height: auto;
    list-style: none;
    overflow: hidden;
}
.ec-list li{
    position: relative;
    width: 750px;
    height: auto;
    margin: auto;
    text-align: center;
    overflow: hidden;
}
.ec-list li+li {
  margin-top: 30px;
}
.ec-list.detal li+li{
    margin-top: 20px;
}
.ec-list.detal li img{
    width: auto;
}

.ec-list li img{
    position: relative;
    width: 100%;
}
.ec-list li p{
    text-align: center;
    color: #3724c5;
    font-size: 16px;
    font-family: "font-zh";
    font-weight: 100;
    margin: 30px 0;
}
.ec-list li p:before{
    content: '';
    position: absolute;
    width: 50%;
    height: 1px;
    top: 37px;
    left: -40px;
    background-color: #e5e2fc;
}
.ec-list li p:after{
    content: '';
    position: absolute;
    width: 50%;
    height: 1px;
    top: 37px;
    right: -40px;
    background-color: #e5e2fc;
}
.ec-list li:last-child{
    margin-bottom: 50px;
}




.ec-list-title{
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    margin: 30px 0;
}
.ec-list-title span{
    position: relative;
    background: #fff;
    z-index: 10;
    padding: 10px;
}
.ec-list-title:before{
    content: '';
    position: absolute;
    width: 50%;
    height: 1px;
    top: 50%;
    left: -40px;
    background-color: #e5e2fc;
}
.ec-list-title:after{
    content: '';
    position: absolute;
    width: 50%;
    height: 1px;
    top: 50%;
    right: -40px;
    background-color: #e5e2fc;
}

.video-list{
    position: relative;
    text-align: center;
}

.video-list li{
    margin-bottom: 50px;
}



.loading-img{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(255,255,255,0.6);
}
.loading-img img{
    position: absolute;
    width: 128px;
    height: 128px;
    top: 50%;
    left: 50%;
    margin-left: -64px;
    margin-top: -64px;
}