@charset "utf-8";
@font-face{
    font-family： "impact";
    src: url('../font/IMPACT_0.TTF');
 }
 @font-face{
    font-family： "design";
    src: url('../font/DESIGN_REGULAR.OTF');
 }

/*banner*/
.banner{height: 530px;width: 100%;margin-top: 1px;overflow: hidden;position: relative;}
.banner ul li{height: 530px;width: 100%;float: left;}
.banner dl{position: absolute;left: 50%;margin-left: -89px;bottom: 37px;}
.banner dd{width: 17px;height: 17px;background: #fff;border-radius: 8.5px;float: left;margin: 0 7px;cursor: pointer;}
.banner dd.on{width: 40px;background: #c2a65e;transition:.3s;}

/*member*/
.member{width: 1200px;margin: 0 auto;}
.member h3{font-size: 22px;color: #c2a65e;text-align: center;margin: 30px 0 15px;font-weight: bold;}
.member h3 span{font-family:"Arial";}
.member .tit_line{height: 2px;width: 62px;background: #dcdcdc;margin: 0 auto;}
.member>p{font-size: 12px;color: #4a4b4b;text-align: center;line-height: 12px;margin: 15px 0 49px;}
.member li{height: 488px;width: 285px;float: left;margin-right: 20px;position: relative;bottom: 400px;opacity: 0;visibility: hidden;}
.member li:nth-child(2n){margin-top: -20px;top: 400px;}
.member li:last-child{margin-right: 0;}
.member li:nth-child(2n) i{position: absolute;bottom: 0;}
.member li a{display: block;height: 100%;width: 100%;}
.member li a i{display: block;width: 285px;height: 366px;overflow: hidden;}
.member li a img{display: block;transition:.5s;transform:scale(1);}
.member li:hover img{transform:scale(1.1);transition:.5s;}
.member li div{width: 56px;height: 79px;border: 2px solid #a3a3a3;position: relative;font-size: 22px;float: left;margin-top: 20px;margin-left: 20px;}
.member b{display: block;width: 15px;height: 3px;background: #c2a65e;position: absolute;top: -2px;left: 8px;}
.member li div p{margin-left: 13px;line-height: 44px;font-family:"impact" ;}
.member li a p:nth-child(3){font-size: 20px;color: #333;float: left;line-height: 20px;margin: 25px 0 10px 11px;}
.member li a p:nth-child(4){float: left;color: #333;margin-left: 11px;font-size: 11px;line-height: 12px;width: 190px;font-family: "Arial";}
.member li:hover{background: #282828;}
.member li:hover div{border-color: rgba(210,178,101,.6);}
.member li:hover a p{color: #c2a65e;}

/*news*/
.news{height: 652px;width: 100%;background: #2e2e2e;margin-top: 53px;overflow: hidden;}
.news_content{height: 100%;;width: 1200px;margin: 0 auto;}
.news_content h3{font-size: 22px;color: #c2a65e;text-align: center;margin: 30px 0 15px;font-weight: bold;}
.news_content h3 span{font-family: "Arial";}
.news_content .tit_line{height: 2px;width: 62px;background: #dcdcdc;margin: 0 auto;}
.news_content>p{font-size: 12px;color: #bebebd;text-align: center;line-height: 12px;margin: 15px 0 40px;}
.news_content ul{margin: 0 auto;width: 319px;margin-bottom: 54px;}
.news_content li{float: left;width: 87px;height: 24px;line-height: 24px;text-align: center;border:2px solid rgba(225,225,225,.6);margin-left: 1px;color: #fffffe;font-size: 12px;cursor: pointer;}
.news_content li:nth-child(1){margin-left: 0;width: 39px;}
.news_content li.on{border-color: #c2a65e;background: #c2a65e;color: #fff;}
.news_content li.on a{color: #fff;}
.news_content dl{width: 100%;height: 362px;display: none;}
.news_content dl:nth-child(5){opacity: 0;top: 400px;position: relative;}
.news_content dl.show{display: block;}
.news_content dl dd{width: 291px;height: 362px;float: left;margin-right: 7px;background: url(../img/index_news_bg.jpg);position: relative;transition:.3s}
.news_content dl dd.show{padding-right: 311px;transition:.3s;}
.news_content dl dd.show .news_detail{display: block;}
.news_content dl dd:last-child{margin-right: 0;transition:.3s;}
.news_content i{display: block;width: 100%;height: 261px;background-size: auto 100% !important;}
.news_content dl dd>p{font-size: 16px;color: #dadada;padding: 0 15px;line-height: 30px;margin-top: 10px;}
.news_content dd>img{position: absolute;bottom: 22px;left: 224px;}
.news_content .news_time{width: 59px;height: 57px;background: url(../img/news_time.png);position: absolute;top: 0;left: 13px;font-size: 19px;color: #fff;text-align: center;font-family: "Arial";line-height: 37px;}
.news_time b{font-family: 'Arial';font-weight: 400;position: absolute;top: 30px;left: 15px;line-height: 14px;font-size: 14px;}
.news_detail{width: 271px;height: 100%;position: absolute;top: 0;left: 291px;background: #fff;padding: 0 20px;display: none;}
.news_detail p{font-size: 14px;color: #787878;line-height: 30px;padding: 28px 0 45px;border-top: 1px solid #d9d9d9;border-bottom: 1px solid #d9d9d9;margin-top: 38px;}
.news_detail .more{width: 80px;height: 26px;border: 1px solid #c2a65e;display: block;font-size: 12px;text-align: center;line-height: 26px;font-family: "Arial";float: right;margin-top: 52px;}
.news_detail .more:hover{background: #c2a65e;color: #fff;}
.news_content dd.show{padding-right: 311px;}
.news_content dd.show .news_detail{display: block;}





