/* 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%;max-width:1920px;max-height:4700px;margin-left:auto;margin-right:auto;background:url(../images/BG.jpg) top center no-repeat;overflow:hidden;}

/*头图部分*/
.g-head{width:100%;}
.g-head .m-head{width:1200px;margin-left:auto;margin-right:auto;height:704px;position:relative;}
.g-head .m-head .m-titleBox{position:absolute;top:285px;left:91px;width:1017px;height:269px;animation:move1 1s 0.2s;-webkit-animation:move1 1s 0.2s;animation-fill-mode:backwards;-webkit-animation-fill-mode:backwards;overflow:hidden;}
.g-head .m-head .m-titleBox .u-title{width:1017px;height:269px;}

.g-dy{width:1200px;margin-left:auto;margin-right:auto;height:264px;background:url(../images/dy_bg.png) top center no-repeat;}

.g-part2{width:100%;height:820px;margin-top:97px;background:url(../images/videoBg.png) bottom center no-repeat;}
.m-part2{width:1200px;margin-left:auto;margin-right:auto;}
.m-part2 .m-live{width:100%;height:675px;overflow:hidden;}
.m-part2 .m-live .gmwvideo{position:relative;width:1200px;height:675px;overflow:hidden;}

.g-part3{width:1200px;margin-left:auto;margin-right:auto;margin-top:220px;overflow:hidden;padding-bottom:150px;}
.g-part3 .m-more{width:100%;text-align:center;height:89px;margin-top:60px;}
.g-part3 .m-more .u-more{display:inline-block;width:457px;height:89px;background:url(../images/more_btn.png) top center no-repeat;}
.m-part3{zoom:1;width:1300px;}
.m-part3:after{content:"";display:block;clear:both;}
.m-part3 .m-div{width:550px;height:700px;float:left;zoom:1;margin-right:100px;margin-top:30px;}
.m-part3 .m-div:after{content:"";display:block;clear:both;}
.m-part3 .m-div .m_imgWrap{float:right;width:436px;height:456px;text-align:center;overflow:hidden;}
.m-part3 .m-div .m_imgWrap img{width:436px;height:456px;}
.m-part3 .m-div .m_textWrap{width:100%;float:left;}
.m-part3 .m-div .m_textWrap .m_peopleWrap{margin-top:-35px;padding-bottom:22px;border-bottom:1px solid #8a3131;}
.m-part3 .m-div .m_textWrap .m_name{font-size:36px;color:#8a3131;}
.m-part3 .m-div .m_textWrap .m_name img{margin-top:16px;}
.m-part3 .m-div .m_textWrap .m_name a{color:#8a3131;}
.m-part3 .m-div .m_textWrap .m_intro{font-size:20px;color:#222;margin-top:18px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.m-part3 .m-div .m_textWrap .m_intro a{color:#222;}
.m-part3 .m-div .m_textWrap .m_texts{margin-top:20px;}
.m-part3 .m-div .m_textWrap .m_texts .m_zy{text-indent:2em;font-size:17px;color:#333;line-height:30px;max-height:90px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;}

.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:269px;}
}
@-webkit-keyframes move1{
    from{height:0px;}
    to{height:269px;}
}
@-moz-keyframes move1{
    from{height:0px;}
    to{height:269px;}
}
@-o-keyframes move1{
    from{height:0px;}
    to{height:269px;}
}