/* CSS Document */
*{margin:0;padding:0;}
a{text-decoration:none;}
a img{border:none;}
a:focus{outline:none;}
a:link,
a:visited,
a:hover,
a:active{text-decoration:none;}
img{border:none;}
input,
select,
textarea{outline:0;}
textarea{resize:none;}
table{border-collapse:collapse;border-spacing:0;}
var,
em{font-weight:normal;font-style:normal;}
ul,
ol,
dl{list-style:none;}
body{font-family:"Microsoft YaHei";background-color:#fff;}
body img{border:0;vertical-align:top;}
body li{list-style:none;}
.noDesktop{display:none;}

.g-bdw{width:100%; height:1800px; background:url(../images/headBg.jpg) top center no-repeat;}
.g-head{width:100%;}
.g-head .m-head{width:1200px;margin-left:auto;margin-right:auto;height:766px;position:relative;}
.g-head .m-head .m-titleBox{position:absolute;top:177px;left:67px;width:1067px;height:222px;animation:move1 1.5s 0.3s;-webkit-animation:move1 1.5s 0.3s;animation-fill-mode:backwards;-webkit-animation-fill-mode:backwards;overflow:hidden;}
.g-head .m-head .m-titleBox .u-title{width:100%;height:222px;}

.g-swiper{width:1280px;margin:0 auto;position:relative;}
.g-swiper .swiper-button-prev1{position:absolute;width:45px;height:40px;top:218px;left:-10px;cursor:pointer;margin-top:0;background:url(../images/btn_prev.png) center no-repeat;}
.g-swiper .swiper-button-next1{position:absolute;width:45px;height:40px;top:218px;right:-10px;cursor:pointer;margin-top:0;background:url(../images/btn_next.png) center no-repeat;}
.g-swiper .swiper1{width:1200px;height:540px;margin:0 auto;overflow:hidden;}
.g-swiper .swiper1 .swiper-slide{position:relative;float:left;width:270px;height:540px;overflow:hidden;text-align:center;margin-right:40px;cursor:pointer;}
.g-swiper .swiper1 .swiper-slide .u-pic{border:2px solid #fae4ad;width:266px;}
.g-swiper .swiper1 .swiper-slide .u-pic img{width:266px;height:470px;}
.g-swiper .swiper1 .swiper-slide p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin-top:10px;width:100%;text-align:center;color:#c6c6c6;font-size:16px;line-height:24px;}
.g-swiper .swiper1 .swiper-slide p a{color:#c6c6c6;}

.g-part2{width:1200px;margin-left:auto;margin-right:auto;margin-top:90px;overflow:hidden;}
.g-part2 .m-more{zoom:1;height:20px;margin-top:10px;}
.g-part2 .m-more:after{content:"";display:block;clear:both;}
.g-part2 .m-more .u-more{float:right;font-size:16px;line-height:20px;font-style:italic;color:#d1a055;}
.m-part2{width:100%;overflow:hidden;margin-top:0;}
.m-part2 .m-con{float:left;width:570px;height:330px;}
.m-part2 .m-con h3{height:50px;line-height:50px;margin-bottom:16px;padding-left:20px;background:url(../images/hd_bg.png) top left no-repeat;cursor:pointer;color:#fff;font-weight:normal;zoom:1;}
.m-part2 .m-con h3:after{content:"";display:block;clear:both;}
.m-part2 .m-con h3 a{float:left;width:500px;font-size:17px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;display:inline-block;line-height:50px;color:#fff;}
.m-part2 .m-con h3 span{float:right;margin-right:20px;font-size:14px;color:#cd9067;cursor:pointer;}
.m-part2 .m-con h3 span img{vertical-align:middle;padding-left:5px;}
.m-part2 .m-con h3.on{background-image:url(../images/hd_bg_on.png);color:#fff;}
.m-part2 .m-con h3.on span{display:none;}
.m-part2 .m-con h3.on a{width:530px;color:#fff;}
.m-part2 .m-con div{max-height:48px;overflow:hidden;padding:0 20px 30px 20px;color:#c6c6c6;display:none;}
.m-part2 .m-con div p{font-size:16px;text-indent:2em;line-height:24px;max-height:72px;overflow:hidden;color:#c6c6c6;}
.m-part2 .m-con div p a{color:#d1a055;}
.m-part2 .m-con.m-right{float:right;}

.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;}
.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s;}
@keyframes move1{
    from{height:0px;}
    to{height:222px;}
}
@-webkit-keyframes move1{
    from{height:0px;}
    to{height:222px;}
}
@-moz-keyframes move1{
    from{height:0px;}
    to{height:222px;}
}
@-o-keyframes move1{
    from{height:0px;}
    to{height:222px;}
}