@charset "utf-8";
/* CSS Document */

html{
    font-size: 100%;
}
body{
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:1em;
        margin:0 auto;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:none;	
}
div{

	display:block;
}
ul{
	list-style:none;
	-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}
header{
	margin:0 auto;
}

.dropdown-menu a{
        line-height:2em;
}
.main{
        width:100%;
}
.banner{
        width:100%;
	max-height:340px;
        background:url(/images/assets/top_bg.jpg);
        background-position:center center;
        background-repeat:no-repeat;
        background-size:100%;
}
#banner{
        background-size:cover;
        background-position:center center;
        background-repeat:no-repeat;
}
.column_icon div{
	margin:0 auto;
	text-align:center;
}
.column_icon div.column_icon_img{
	min-height:80px;
	margin:15px;
}
.top{
        margin:0 auto;
}
.top a{
        display:block;
        height:34px;
        line-heght:34px;
}
.column_icon a{
	color:#000;
}
.column_icon div:hover img{
	width:75px;
	height:75px;
}
.column_icon div:hover a{
	color:#5c9deb;
}
.new{
        color:red;
        display:inline;
        float:right;
        font-size:0.5em;
        margin-top:6em;
}
.slider_mid{
        width:100%;
	min-height:520px;
        background:url(/images/assets/middle_bg.jpg);
        background-position:center center;
        background-repeat:no-repeat;
        background-size:100% 520px;
}
.slider_mid_jy{
        width:100%;
	min-height:600px;
        background:url(/images/assets/tzgg_bg.jpg);
        background-position:center center;
        background-repeat:no-repeat;
        background-size:100% 520px;
}
.slider_mid_xy{
        width:100%;
	min-height:600px;
        background:url(/images/assets/xybg.jpg);
        background-position:center center;
        background-repeat:no-repeat;
        background-size:100% 520px;
}
      .swiper {
        width: 100%;
        height: 100%;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: block;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

.dnlh_jy{
        width:100%;
	min-height:600px;
        background:url(/images/assets/dnlh_bg.jpg);
        background-position:center center;
        background-repeat:no-repeat;
        background-size:100% 600px;
}
.zb_banner{
        background:url(/images/assets/cjrw_bg_1.jpg);
        background-position:center center;
        background-repeat:no-repeat;
        background-size:100%;
}
.jxut_vedio{
	width:100%;
}
footer{
	background: #383838;
        padding-bottom: .7rem;
	min-height:150px;
}
footer p {
	color:#fff;
}
.QRcode img {
        width:60%;
}