@charset 'utf-8';
body {
    background: #fff;
}
.header {
    width: 100%;
    height: 520px;
    background: url("../images/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: 65px auto 0;
    width: 1024px;
}
.header .xmt_tit img.xmt_logo {
    margin-bottom: 47px;
    width: 100%;
}
.header .top_box {
    width: 100%;
    padding: 0 10%;
}
.header .top_box li {
    float: left;
    width: 25%;
    text-align: center;
}
.header .top_box li img {
    width: 124px;
    height: 124px;
}
.header .top_box li p {
    font-family: MicrosoftYaHei;
    font-size: 20px;
    margin-top: 22px;
    line-height: 30px;
    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: 1000px;
    /* 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 {
    float: left;
    margin: 0 11px 54px;
    cursor: pointer;
    text-align: center;
    border: 1px solid #bbb;
   
    width: 156px;
    height:156px;
}
.tab_box ul li img {
    width: 100%;
    height: 100%;
}
.tab_box ul li p {
    margin-top: 10px;
    font-size: 14px;
    color: #333333;
    height: 50px;
}
.tab_box ul li p a {
    color: #333333;
}
.wx_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);
}