/* 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;}
}
body{background-color:#e2e6e6;font-family:"Microsoft YaHei";}
body img{border:0;vertical-align:top;}
body li{list-style:none;}
.noDesktop{display:none;}

.g-head{width:100%;height:818px;background:url(../images/header.jpg) top center no-repeat;}
.g-tabBox{width:100%;height:125px;background:url(../images/tabBox_bg.jpg) top center no-repeat;}
.g-tab{width:1200px;margin-left:auto;margin-right:auto;overflow:hidden;}
.g-tab ul{zoom:1;}
.g-tab ul:after{content:"";display:block;clear:both;}
.g-tab ul li{float:left;height:79px;padding:18px 0 28px 0;width:400px;text-align:center;}
.g-tab ul li.on{background:url(../images/tab_bg_on.png) top left no-repeat;}
.g-part1{min-height:350px; padding-bottom:30px;width:1200px;margin-left:auto;margin-right:auto;margin-top:40px;overflow:hidden;}
.g-part1 .m-partCon{display:none;}
.g-part1 .m-partCon .m-list li{margin-bottom:48px;padding-left:18px;font-size:32px;line-height:52px;color:#000;background:url(../images/icon1.png) 0 24px no-repeat;}
.g-part1 .m-partCon .m-list li a{color:#000;}
.g-part1 .m-partCon .m-picList{margin-top:80px;margin-bottom:50px;width:1240px;zoom:1;}
.g-part1 .m-partCon .m-picList:after{content:"";display:block;clear:both;}
.g-part1 .m-partCon .m-picList li{width:580px;margin-right:40px;float:left;position:relative;overflow:hidden;}
.g-part1 .m-partCon .m-picList li img{width:100%;height:435px;}
.g-part1 .m-partCon .m-picList li p{position:absolute;left:0;bottom:0;width:96%;padding-left:4%;height:50px;line-height:50px;filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);background:rgba(0,0,0,0.6);color:#fff;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.g-part1 .m-partCon .m-picList li p a{color:#fff;font-size:18px;}

@media only screen and (max-width:750px){
    .noDesktop{display:block;}
    .noMobile{display:none;}
    .mobHead{width:100%;height:auto;}
    .g-tabBox{height:unset;background:none;background-color:#8c8c8c;}
    .g-tab{width:100%;}
    .g-tab ul li{height:30px;padding:10px 0;width:33%;}
    .g-tab ul li img{height:100%;width:auto;}
    .g-tab ul li:first-child{width:34%;}
    .g-tab ul li.on{background:none;background-color:#cf0000;}
    .g-part1{min-height:200px; padding-bottom:15px;width:97%;margin-top:20px;}
    .g-part1 .m-partCon .m-list li{margin-bottom:16px;padding-left:3%;font-size:18px;line-height:28px;background:url(../images/icon1.png) 0 12px no-repeat;}
    .g-part1 .m-partCon .m-picList{margin-top:40px;margin-bottom:20px;width:100%;}
    .g-part1 .m-partCon .m-picList li{margin-top:20px;width:100%;margin-right:0;float:none;}
    .g-part1 .m-partCon .m-picList li img{width:100%;height:auto;}
    .g-part1 .m-partCon .m-picList li p{width:97%;padding-left:3%;height:40px;line-height:40px;}
    .g-part1 .m-partCon .m-picList li p a{font-size:16px;}
}