@charset 'utf-8';
body {
    background: #fff;
}
.header {
    width: 100%;
    height: 520px;
    background: url("../images/public/xmtjz_top_bg.png")no-repeat center center;background-size: 100% 100%;
}
.header .warpper{overflow: hidden;width: 1200px;margin:0 auto;color: #000;font-size: 14px;font-family: "ÃƒÂ¥Ã‚Â®Ã¢â‚¬Â¹ÃƒÂ¤Ã‚Â½Ã¢â‚¬Å“";}
/* logo */
.logozgcd {
    width: auto;
    height: 72px;
    float: left;
    margin: 43px 0 0 16px;    
    background: url('../images/logo_bg.png') no-repeat center center;
    background-size: 100% 100%;
    box-sizing: content-box;
    padding-top: 10px;
    padding-right: 6px;
}
.logozgcd img{
    height: 80%;
}
.logozgcd>a>span.logo_logo {
    background: url(http://www.chengdu.gov.cn/chengdu/xhtml/images/public/logo_shadow.png) no-repeat center top;
    background-size: 100%;
    float: left;
    text-align: center;
    padding-left: 9px;
    padding-top: 0px;
    height: 100%;
    margin-right: 20px;
}

.logozgcd>a>.logo_logo>img {
    /* -webkit-animation: change 6s linear infinite; */
    animation: change 6s linear infinite;
    -webkit-animation: change 6s linear infinite;
}
@-webkit-keyframes change {
0%{-webkit-transform:rotate(0deg);} 50%{-webkit-transform:rotate(-180deg);} 100%{-webkit-transform:rotate(-360deg);} 

}
.logozgcd .logowz {
    float: right;
}
@media (max-width: 1100px){
    .logozgcd {
        height: 33px;
        top: 3px;
        left: 9px;
    }
}
.return{
    margin-top: 20px;
}
/* header */
.header .xmt_tit{
    margin: 40px auto 0;
    width: 1024px;
}
.header .xmt_tit img.xmt_logo {
    margin-bottom: 47px;
    width: 100%;
}
.header .top_box {
    width: 100%;
    padding: 0 10%;
    text-align: center;
}
.header .top_box li {
    float: left;
    width: 25%;
}
.header .top_box li img {
    width: 115px;
    height: 115px;
}
.header .top_box li p {
    font-family: MicrosoftYaHei;
    font-size: 20px;
    margin-top: 22px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
}
.header .top_box li p a {
    color: #fff;
}
/* xmt_content */
.xmt_content {
    margin: -80px auto 50px;
}
.xmt_content .tab_btn {
    text-align: center;
    border-bottom: 8px solid #fd9526;
}
.xmt_content .tab_btn .btn {
    display: inline-block;
    width: 320px;
    height: 72px;
    /* background: url('../images/btn_off.png')no-repeat center center; */
    background-size: 100% 100%;
    color: #ffffff;
    border-radius: 20px 20px 0px 0px;
	font-size: 34px;
    line-height: 72px;
    cursor: pointer;
    background: rgba(255, 255, 255, .5);

}
.xmt_content .tab_btn .btn:first-child {
    margin-right: 18px;
}
.xmt_content .tab_btn .btn.active {
    background: #fd9526;
}
.tab_box {
    width: 1200px;
    /* box-shadow: 0px 0px 10px 0px #bfc3c5; */
    /* padding: 0 54px 20px; */
    margin: 0 auto;
}
.tab_box .tit {
    text-align: center;
    padding: 54px 0 50px;
}
.tab_box ul li {
    position: relative;
    float: left;
    padding: 20px 35px 25px 34px;
    margin: 0 15px;
    cursor: pointer;
    text-align: center;
    border-radius: 10px;
    width: 210px;
    height: 227px;
    margin-bottom: 25px;
    overflow: hidden;
    background-color: #f6f6f6;
}
.wblist>li{
    height: 70px !important;
    padding: 17px 0 !important;
}
.wblist>li>a>p{
    margin-top: 0;
}
/* .tab_box ul li>a{
    display: block;
    width: 100%;
    height: 100%;
} */
.tab_box ul li img {
    width: 122px;
    height: 122px;
}
.tab_box ul li p {
    margin-top: 10px;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin-top: 3px;
    font-size: 18px;
    color: #333333;
    position: absolute;
    font-weight: bold;
    display: block;
    width: 100%;
    line-height: 18px;
    left: 0;
    bottom: 25px;
}
.tab_box ul li p a {
    color: #333333;
}
.wb_box {
    display: none;
}
.wx_box .mark {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
    width: 100%;
    height: 100%;
    display: none;
    cursor: default;
    text-align: center;
}
.wx_box .mark_bg {
    width: 320px;
    height: 380px;
    background-color: white;
    margin: 0 auto;
    margin-top: 100px
}
.wx_box .mark_tit {
    color:#333;
    margin-bottom: 15px;
    border-bottom: 2px solid rgb(239, 239, 239);
    font-size: 24px !important;
    height: 70px;
    line-height: 70px;
}
.wx_box .mark_bg img {
    width: 210px;
    height: 210px;
    margin-top: 10px;
}
.wx_box .mark_bg p {
    margin-top: 15px;
}
.wx_box .close img {
    width: 60px;
    height: 60px;
    cursor: pointer;
    margin-top: 10px;
}
.scale img{
    transition: all 0.4s ease-out;
}
.scale img:hover{
    transform:scale(1.5);
}


@media (max-width: 1024px){
    .header .warpper,.header .xmt_tit,.tab_box{width:initial;}
    .header{height:initial}


    .return{text-align:center;}
    .xmt_tit{padding:0 15px}
    .header .top_box{padding:0;}
    .header .top_box li{width:50%;padding:0 2.5% 15px;}
    .header{padding-bottom:80px}
    .xmt_content .tab_btn .btn{width:45%;font-size:22px;}
    .tab_box{overflow:hidden}
    .tab_box .tit{margin:0 -200px}
    .tab_box ul li{width: 44%;margin: 3%;height:initial;padding:25px 25px 60px}
    .tab_box ul li p{width:120%;left:-10%}
    .tab_box ul li img{width:100%;height:100px}
}