@charset "utf-8";
/* CSS Document */
/*通用*/
body {
	font-family:"微软雅黑";
}
ul,li,p,h1,h2,h3,h4,h5,h6,dl,dt,dd {
    margin:0px;
    padding:0px;    
    list-style:none;
}
img{border:0;}

.block{width:100%; height:20px; clear:both;}
a{color:#333;}
a:hover{color:#f00;}

/*top*/
.header{width:100%; height:33px; border-bottom:2px solid #4C67A7; background-color:#EBF0F3;}
.top{width:1000px; height:30px; line-height:30px; font-size:13px; color:#333; margin:0 auto;}
.top ul li{float:left; padding:0 5px; width:100px;}
.top span{float:left; font-size:10px;}
.top ul li img{float:left; margin-right:5px; margin-top:6px;} 
.top span{font-size:20px;}

/*banner*/
.banner{width:100%; height:170px; background:url(banner.gif) no-repeat top center;}
.banner_con{width:1000px; height:170px; margin:0 auto; padding-top:50px;}

.search{width:300px; height:36px; float:right; margin-top:25px;}
.search a{float:right; font-size:14px; line-height:18px; color:#0069ae;}

/*主导航*/
.nav{width:100%; height:50px; background-color:#0069AE;}
.nav_con{width:1000px; height:50px; margin:0 auto;}
.nav_con ul li{float:left; padding:0 33px;}
.nav_con ul li.hover{background-color:#3ABEF4;}
.nav_con ul img{margin-right:10px; margin-bottom:3px;  -webkit-transition: -webkit-transform 1s ease-out;
            -moz-transition: -moz-transform 1s ease-out;
            -o-transition: -o-transform 1s ease-out;
            -ms-transition: -ms-transform 1s ease-out;}
.nav_con ul li.hover img{ -webkit-transform: rotateY(180deg);
            -moz-transform: rotateY(180deg);
            -o-transform: rotateY(180deg);
            -ms-transform: rotateY(180deg);
            transform: rotateY(180deg);}
.nav_con ul li a{font-size:17px; font-weight:bold; line-height:50px; color:#fff;}
.nav_con ul span{float:left; line-height:48px; font-size:15px; color:#fff;}

/*主体*/	
.main{width:100%; height:auto; background:url(bg.png) repeat-x top; background-color:#fffeff;}
.content{width:1000px; height:auto; background-color:#fff; margin:0 auto;}
/*当前位置*/
.position{width:100%; height:50px; font-size:13px; line-height:50px; background:url(house.gif) no-repeat 10px 20px; padding-left:30px;}
.position a:hover{color:#BA1803;}

.article{width:100%; min-height:450px; padding:0 100px;}

/*底部*/
.footer{width:100%; height:117px;}
.copyright{width:100%; height:117px; background-color:#0069AE;}
.copy_con{width:1000px; height:117px; margin:0 auto; position:relative; text-align:center; padding-top:30px;}
.dzjg{position:absolute; top:25px; left:180px;}
.error{position:absolute; top:35px; right:120px;}
.copy_con p{font-size:15px; color:#fff; line-height:30px;}



/* 移动版样式 */
.mobile_type  .content {
    width: 96vw;
    height: auto;
    background-color: #fff;
    margin: 0 auto;
}
.mobile_type .position {
    width: 100%;
    height: auto;
    font-size: 4vw;
    line-height: 50px;
    padding-left: 0vw;
    background: none;
}
.mobile_type .position img {
    width: 4vw;
    height: auto;
    display: none;
}
.mobile_type .article {
    width: 100%;
    min-height: 50vw;
    padding: 0 1vw;
}
.mobile_type .xxgkinfo {
    font-size: 4vw !important;
}
.mobile_type .xxgkinfo tr {
    display: flex;
    flex-wrap: wrap;
}
.mobile_type .xxgkinfo tr td:nth-child(2n) {
    width: 62vw;
}
.mobile_type .xxgkinfo tr td:nth-child(2n-1) {
    width: 32vw;
}
.mobile_type .title {
    font-size: 6vw;
    font-weight: normal;
    padding: 0 5vw !important;
}
.mobile_type .bt_content {
    font-size: 4vw;
    text-decoration: none;
    color: #3D3D3D;
    line-height: 7vw;
}

.mobile_type .bt_content #zoom{
    padding: 0 2vw;
    text-align: left;
    font-size: 4vw;
	width: 96vw;
}
.mobile_type .bt_content #zoom *{
    padding: 0 2vw;
    text-align: left;
    font-size: 4vw;
    text-indent: 0 !important;
    font-family: '微软雅黑' !important;
}
.mobile_type .dygb_bg {
    display: none;
}

.mobile_type .bt_content #zoom img{
    max-width: 88vw !important;
    height: auto !important;
}
.mobile_type .dygb{
    display: none;
}
.mobile_type .article td {
    background: none !important;
}