*{
    margin: 0;
    padding:0;
}

html,body{
    font-family: "微软雅黑";
    font-size: 16px;
    width:100%;
}
a{
    text-decoration: none;
}

ul{
    margin:0;
    padding:0
}
ul li{
    list-style: none;
}

h1,h2,h3,h4,h5{
    margin:0;
    padding:0;
}
img{max-width:100%}

.f-crude{font-weight: bold;}

.swiper-button-prev, .swiper-button-next{color:white;}
.swiper-banner{
    border-bottom:2px solid #019cdf;
}
.q-blue{background:#0ba0e1;}
.m-blue{background:#067db1;}
.s-blue{background:#056b98;}
.margin20{
    margin-bottom:20px;
}
.margin60{margin-bottom:60px !important;}
.nopaddingbt{padding-bottom:0 !important;}
.nopadding{
    padding:0;
}
 .n-l-padding{
     padding-left: 0;
 }
.n-r-padding{
    padding-right:0;
}
.height15{height:15px;}

@media (min-width:1350px){
    .container{
        width:1320px;
    }
}

.banner-c img{
	width:100%;
}

/* 办理 */
.box1{
    background:url(../../images/bg.png) no-repeat center;
    background-size: cover;
    padding:60px 0 60px;
}
.box1 h2{
    text-align: center;
}
.bl-item{
    width:100%;
}
.bl-b{
    width:100%;
    background-color:#ddd;
    box-shadow: 0 0 5px #999;
    margin-bottom:30px;
}
.bl-b::after{
    width:100%;
    height:4px;
    display: block;
    content: "";
    background: #840202;
}
.bl-i{
    width:100%;
    overflow: hidden;
}
.bl-i img{
    width:100%;
    margin: 0 auto;
    display: block;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
.bl-t{
    height:48px;
    line-height: 48px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.bl-b:hover .bl-i img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}

/* 简介 */
.box2{
    background:url(../../images/ab_bg.jpg) no-repeat center;
    background-size: cover;
	overflow:hidden;
}
.h-a-b{
    width:60%;
    margin-left:40%;
    background:rgba(255, 255, 255, .6);
    padding:60px 15% 60px 60px;
    line-height: 30px;
}
.h-a-b .h-a-info{font-size:20px;}
.h-a-btn{
    margin-top:60px;
    width:140px;
    border:1px solid #840202;
    line-height: 40px;
    text-align: center;
}
.h-a-btn a{
    color: #840202;
    display: block;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
.h-a-btn:hover a{
    background: #840202;
    color: #fff;
}

/* 提醒 */
.box4{margin:60px 0 60px;}
.h-yq{
border: 1px solid #ddd;
    padding: 40px 30px;
	background:#f8f8f8;
	border-radius: 8px;
    box-shadow: 3px 3px 5px #eee;
	}
.h-yq-t{
text-align:center;
margin-bottom:20px;}
.h-yq-c{
line-height:30px;
color:#555;
}


/* 项目 */
.xiangmu-ms{
    width:60%;
    margin: 0 auto;
    text-align: center;
    line-height: 30px;
}
.xiangmu-border{
    padding:60px 30px;
    color:white;
    line-height: 30px;
    height:348px;
}
.xiangmu-border h3{
    text-align: center;
    padding-bottom:20px;
    border-bottom:2px solid #fff;
}
.xiangmu-desc{
    margin-top:40px;
}
.h-news{
    margin-top:60px;
}

.h-news-i{
    width:100%;
    overflow: hidden;
	height:113px;
}
.h-news-i img{
    display: block;
    margin: 0 auto;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
.h-news-info{width:100%;}
.h-news-t{
    font-size:18px;
    color: black;
}
.h-news-d{
    font-size:14px;
    color:#777;
    padding:10px 0;
}
.h-news-c{
    height:50px;
    color:#555;
    overflow: hidden;
    line-height: 24px;
    font-size: 14px;
}
.h-news-b li:hover .h-news-i img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}

/* 联系我们 */
.box3{
    background:#ddd;
    padding:60px 0;
}
.box3 h2{
    text-align: center;
}
.h-contact{
    margin-top:60px;
}
.h-contact-con{
    line-height: 30px;
    padding-top:40px;
}
.h-c-c{
    padding:5px 0;
}
.h-c-c img{
    display: block;
    margin: 0 auto;
}

/* 版权 */
.copyright{
    font-size:14px;
    text-align: center;
    background:#333;
    color:white;
    padding:30px 0;
}
.copyright a{
    color:white;
}



/* 正文 */
.content{
    padding:60px 0;
    min-height:400px;
	line-height:30px;
}

.ms_tit{
margin:60px 0 20px;
text-align:center;
}
.miaoshu{text-align:center;
margin-bottom:60px;
}
.a-item{
overflow:hidden;
width:100%;
margin-top:60px
}
.i-b{
width:100%;
overflow:hidden;
margin-bottom:30px;
height:308px;
}
.i-b img{
display:block;
margin:0 auto;
height:308px;
}
.banli-list h2{text-align:center}


/* 新闻 */
   .news ul{
   width:100%;
   overflow: hidden;
}
.news .title{
font-size:24px;
text-align:center;}
.news ul li{
   border-bottom:1px solid #e8e8e8;
   height:180px;
   overflow: hidden;
}
.news .news_date{
   float: right;
   width: 152px;
   padding-top: 39px;
   font-family: Arial;
   line-height: 25px;
   font-size: 16px;
   text-align:center;
}
.news .news_date span{
   display:block;
   color:#019cdf;
   font-size:36px;
   font-weight: 600;
   line-height:60px;
}
.news .news_date i {
   font-size: 16px;
   display: block;
   font-style: normal;
   padding-top: 15px;
   height: 18px;
   line-height: 18px;
}
.news .news_img{
   float: left;
    padding-top: 22px;
}
.news .news_img img {
   width: 225px;
   transition: all 1s;
   height: 150px;
}
.news .news_con{
   float: left;
   padding-left: 40px;
   padding-top: 22px;
   width: 600px;
   transition: all 1s;
}
.news .news_con h2{
    height: 40px;
    line-height: 40px;
    font-weight: normal;
    font-size: 18px;
    overflow: hidden;
    color:#333;
	margin:0;
}
.news .news_con .news_p {
   height: 52px;
   overflow: hidden;
   line-height: 26px;
   font-size: 14px;
   color: #999;
   margin-top:20px
}
.news li:hover .news_img img,.news li:hover .news_con{
   transform: translateX(40px);
   -ms-transform: translateX(40px) ;	/* IE 9 */
-moz-transform: translateX(40px); 	/* Firefox */
-webkit-transform: translateX(40px); /* Safari Ã¥â€™Å’ Chrome */
-o-transform: translateX(40px); 	/* Opera */
}
.news li:hover .news_con h2{
   color:#019cdf;
}
.news li:hover .news_date{
   color:#019cdf;
}

.input-date{
text-align:center;
border-top:1px dotted #ccc;
border-bottom: 1px dotted #ccc;
padding:10px 0;
font-size:14px;
color:#777;
margin-top:30px;
}
.content_c{
padding:40px 0;
}
#newtb {
    border-top: 1px solid #ccc;
    background: #f7f7f7;
    line-height: 30px;
    padding: 0 15px;
    font-size: 14px;
    padding-top: 20px;
}
#newtb span {
    display: block;
    width: 50%;
    float: left;
}

#newtb em {
    display: block;
    width: 50%;
    float: left;
    font-style: normal;
}

#newtb em a{color:#555;}

.m-phone{display:none;}

.c-c{overflow:hidden;}

/* 当前位置 */
.position{
    width:100%;
    border-bottom:1px solid #ccc;
    line-height:50px;
}
.position .lanmu{
    font-size:24px;
    font-weight: 600;
    float:left;
    color:#019cdf;
}
.position .weizhi{
    float:right;
    font-size:12px;
    color:#555;
}
.position .weizhi a{
    color:#555;
}

.text-c{
text-align:center;
margin-top:20px;
}
.text-c span{
padding:5px 10px;
background:#019cdf;
color:white;
}
.text-c a{
padding:5px 10px;
}
.fanye{
border-top:1px solid #e0e0e0;
padding-top:20px;
}

form input[type=text],form textarea{
width:100%;
border:1px solid #ccc;}

.dn{
	display:none;
}
.xiangmu-item{
	display:flex;
	justify-content:center;
}

@media(min-width:1000px) and (max-width:1200px){
.header .left a img{height:60px}
.header .navbar_nav li a{font-size:14px;padding:0 15px;}
.swiper-banner{margin-top:60px}
.xiangmu-border{height:450px}
.i-b,.i-b img{height:220px}
.news .news_con{padding-left:20px; width:560px;}
}

@media(min-width:767px) and (max-width:992px){
.swiper-banner{margin-top:50px;}
.xiangmu-border{height:550px}
.h-news-t{height:26px;}
.i-b,.i-b img{height:165px;}
.news .news_con{padding-left:20px;width:370px;}
.banner_c{margin-top:50px}
}

@media(max-width:767px){
.banner-c{margin-top:50px;}
	.h-a-b{width:100%; padding:40px 10px;margin-left:0;}
	.xiangmu-ms{width:90%}
	.xiangmu-border{margin-bottom:20px;height:auto;}
	.h-news-i{height:auto;}
	.i-b,.i-b img{height:133px}
	.ms_tit{font-size:20px;}
	.content{padding:30px 10px;}
	.news_date{display:none;}
	.news .news_img{width:100%}
	.news .news_img img{width:100%; height:auto;margin:0 auto;display:block;}
	.news .news_con{width:100%;padding-left:20px; padding-top:0;}
	.news ul li{height:auto;}
	.news .news_con .news_p{margin-top:10px;}
	body{position:relative;}
	.m-phone{position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background: #840202;
    line-height: 60px;
    display: block;
    width: 100%;
    text-align: center;}
	.m-phone a{color:white;display:block;}
	.swiper-banner{margin-top:50px;}
	.f-crude{margin-bottom:30px !important;}
	.box1{padding:30px 0 30px;}
	.h-news{margin-top:30px;}
	.h-contact{margin-top:0;}
	.h-contact-con{padding-top:0;}
	.copyright{overflow: hidden;
    margin-bottom: 40px;}
	.box4{margin:0px 0 60px;}
	.xiangmu-item{display:block;}
}
#allmap img {
  max-width: inherit;
}

