/* 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;}
@media only screen and (max-width:750px){
    .g-mobile .g_pub_header_box,.g-mobile .g_pub_footer_box{width:100%!important;max-width:100%!important;min-width:100%!important;}
    .g-mobile .m_head_nav,.g-mobile .m_foot_nav{display:none;}
    .g-mobile .g_pub_footer{height:auto!important;zoom:1!important;}
    .g-mobile .g_pub_footer:after{content:""!important;display:block!important;clear:both!important;}
    .g-mobile .g_pub_footer .u_logo.foot{width:100%;margin-left:0;}
}
img{vertical-align:middle;}
.g-header img{vertical-align:middle;}
.f-search .u-btn,.f-search .u-btn:foucs{outline:none;}
.conw{width:1200px;margin-left:auto;margin-right:auto;}

.g-header{margin:0;}
.u-webHeader{display: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-wrap {
    padding-bottom: 70px;
    font-family: "microsoft yahei";
    width: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    background: url(../images/headBg.jpg) top center no-repeat;
}
.g-wrap .m-header {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    height: 765px;
    position: relative;
}
.m-channel-nav .m-nav {
    width: auto;
}

/*内容区*/
.m-content {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.m-content .m-textTitle {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #b9b9b9;
}
.m-content .m-textTitle .u-title {
    font-size: 30px;
    color: #222;
    text-align: center;
    font-weight: bold;
}
.m-content .m-textTitle .u-tips {
    text-align: center;
    font-size: 14px;
    color: #989898; 
    margin: 20px 0 2px 0;
    padding-bottom: 25px;
    position: relative;
}
.m-content .m-textTitle .u-tips .m-share {
    /*float: right;*/
    position: absolute;
    right: 0px;
    bottom: 12px;
    /*margin-right: 30px;*/
    
}
.m-content .m-textTitle .u-tips a {
    color: #989898;
}
.m-content .m-textTitle .u-tips:after {
    content: "";
    display: block;
    clear: both;
}
.m-content .m-textTitle .u-tips .m-con-source {
    /*display: none;*/
}
.m-content .m-textTitle .u-tips .m-con-time {
    /*display: none;*/
    padding-left: 10px;
}

/*正文区域*/
.m-text {
    width: 1200px;
    padding: 85px 0 0 0;
    font-size: 18px;
    line-height: 36px;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
}
.m-text p {
    max-width: 100%;
    max-height: 100%;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
}
.g-videoBox{
    display: none;
    width: 1201px;
    margin: 0 auto 80px;
    position: relative;
    height: 565px;
    overflow: hidden;
    background: url(../images/video_bg.png) top center no-repeat;
    background-size: 100% 100%;
}
.g-videoBox #MultiAttachPh{
    display: none !important;
}
.g-video {
    margin: 0 auto;
    position: relative;
    width: 960px;
    margin: 12px auto 0;
    height: 540px;
    overflow: hidden;
}
.m-text img {
    max-width: 800px;
    height: auto !important;
}

.m-text .m-zw{
    width: 940px;
    margin: 0 auto;
    z-index: 1;
}
.m-text .m-zw:after {
    content: "";
    display: block;
    clear: both;
}

.m-text .m-liability {
    margin-top: 2px;
    text-align: right;
    float: right;
}

.m-text .u-qrcodes{
    width: 1000px;
    height: 120px;
    background: url(../images/qrcodes.jpg) top center no-repeat;
    margin: 35px auto 0;
}

@media only screen and (max-width:750px){
    .g-mobile {
        background: #fff;
    }
    .m-channel-head .m-to-pc{display:none!important;}
    .u-webHeader {
        display: block;
    }
    .g-wrap {
        position: relative;
        padding-bottom: 30px;
        max-width: 100%;
        background: none;
        margin-top: -38%;
    }
    .g-mobile .g-header {
        height: 42px;
    }
    .g-wrap .m-header {
        display: none;
    }
	.m-channel-head .m-mobile-nav-btn{display:block;float:right;margin-right:2px;}
	.m-channel-head .m-mobile-nav-btn img{width:42px;height:42px;}
	.mobile-nav-show{transform:translateX(0)!important;}
    
    .m-content {
        width: 100%;
        margin-top: 0;
        padding: 0;
        background: unset;
    }
    .m-content .m-textTitle {
        width: 87.5%;
        border-bottom: none;
    }
    .m-content .m-textTitle .u-title {
        font-size: 1.4em;
    }
    .m-content .m-textTitle .u-tips {
        text-align: left;
        font-size: .75em;
        color: #515151;
        margin: 20px 0 2px 0;
        padding-bottom: 0;
    }
    .m-content .m-textTitle .u-tips a {
        color: #515151;
    }
    .m-content .m-textTitle .u-tips .m-share {
        display: none !important;
    }
    .m-content .m-textTitle .u-tips .m-con-time {
        padding-left: 0;
        margin-top: 3px;
    }
    .m-content .m-textTitle .u-tips span{
        display: block;
    }
    .m-text {
        margin-top: 8%;
        width: 100%;
        padding: 0;
        font-size: 1.1em;
        line-height: 200%;
    }
    .m-text p {
        max-width: 100%;
        max-height: 100%;
        text-size-adjust: none;
        -webkit-text-size-adjust: none;
    }
    .g-videoBox{
        display: none;
        width: 100%;
        height: auto;
        background: none;
        margin: 0 auto 7%;
    }
    .g-video {
        width: 100%;
        margin: 0 auto;
        height: auto;
    }
    .m-text img {
        max-width: 100%;
        height: auto !important;
    }
    .m-text .m-zw{
        width: 90%;
    }
    .m-text .m-liability {
        margin-top: 2px;
        text-align: right;
        float: right;
    }
    .m-text .u-qrcodes{
        width: 100%;
        display: none;
    }
}

.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;}