body,div,ul,li,p,h1,h2,h3,h4,a,select{
    padding:0;
    margin:0;
    font-family:"微软雅黑";
}
body {
    background:#fff;
    width: 100%;
    max-width: 640px;
    min-width: 300px;
    font-size: 14px;
    margin: auto;
	width:100%;
}
* {
    margin:0; padding:0;
}
ul,li {
    list-style:none;
}
a{
    text-decoration:none;
}
.clear{
    clear:both;
}
img{
    border:0; margin:0; padding:0;
}
.fl{
    float: left;
}
.fr{
    float: right;
}

.swiper {
width: 95%;
margin:auto;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -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%;
	object-fit:cover;
	border-radius:5px;
}
.index_bg{background: url(index_bg.jpg); background-repeat:no-repeat; padding-bottom:20px;}
.header{
    width: 100%;
    max-width: 640px;
    min-width: 300px;
    padding-bottom: 10px;
    /* justify-content: center; */
    top: 0;
    z-index: 100;
    align-items: center;
    display: flex;
    overflow: hidden;
    opacity: 0.8;
    font-weight: 300;
}
.header .logo{
    width: 48%;
	padding-left:2%
}
.header .logo img{
    width:80%;
}
.header .tell_text{
    width: 50%;
    display: block;
    right: 0;
    text-align: right;
	padding-right:2%
}
.header .tell_text img{
    vertical-align:middle;
}
.header .tell_text b{
    font-size: 1.2rem;
    vertical-align:middle;
    color: #0F0F0F;
    font-weight:normal;
}
.header a img{ width:100%;}
.index_nav{width:100%; overflow:hidden;}
.index_nav li{float:left; width:18%; margin:.6em 1%; padding:1em 0; text-align:center; box-sizing: border-box;}
.index_nav li img{ width:100%;}
.index_nav a{ color:#7e898f; font-size:0.9em;}
.index_about{width:100%; margin-top:1em;}
.index_about h2{ width:50%; border-left:#0856a0 5px solid; padding-left:.4em; margin-bottom:1em;}
.index_about h3 { width:100%; border-bottom:1em;}
.index_about h3 img{ width:100%; border-radius:5px;}
.index_about p { margin-top:1em; color:#333333; font-size:1em; line-height:1.8em;}
.index_about ul{ width:100%; margin:auto; overflow: hidden; margin-top:2em;}
.index_about li{float:left; width:46%; margin:0 2%;}
.index_about li img{ width:100%;}

.xq-cx{margin-top:1rem; padding-top:3rem;}
.xq-cx ul{width:95%; margin:2rem auto; border-bottom:#333333 1px dashed;}
.xq-cx li{ margin-top:1rem;}
.xq-cx li a{ color:#e20000; font-size:1.2rem;}
.xq-cx li p{ margin-top:1rem; font-size:0.9rem; color:#333333;}

.index_ry .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -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;
}
.index_ry .swiper-slide img {
    display: block;
    width: 100%;
	object-fit:cover;
	border-radius:5px;
}
.index_ry{width:100%; margin-top:3em;}
.index_ry h2{ width:50%; border-left:#0856a0 5px solid; padding-left:.4em; margin-bottom:1em;}

.index_ry .swiper {

}
.index_ry .swiper-slide {
display:flex;
flex-direction:column;
/*border:#e5f3fe 1px solid;
box-sizing:border-box;*/
border-radius:20px;
}
.index_ry .swiper-slide h3{ padding-top:.2em; padding-bottom:.4em; background-image:linear-gradient(#cfeaff,#ffffff); width:100%;}
.index_ry .swiper-slide p{ font-size:.6em;font-weight:normal;  padding-top:.4em; padding-bottom:.4em;}
.index_ry .swiper-slide img {width:100%; height:auto;}

.index_xq{width:100%; margin-top:2.5em;}
.index_xq h2{ width:50%; border-left:#0856a0 5px solid; padding-left:.4em; margin-bottom:1em;}
.select-tabs {
            max-width: 800px;
            margin: 20px auto;
			width:100%;
        }

        /* 下拉菜单样式 */
        .tab-selector {
            width: 48%;
			float:left;
            padding: 12px 0px;
            border: 2px solid #007bff;
            border-radius: 4px;
            background: #fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23007bff"><path d="M7 10l5 5 5-5z"/></svg>') 
                        no-repeat right 1rem center/15px;
            appearance: none;
			box-sizing: border-box;   /* 全局生效 */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size:14px; color:#000;
        }
		
		.tab-selector-2 {
            width: 48%;
			float:left;
			margin-left: 2%;
            padding: 12px 0px;
            border: 2px solid #007bff;
            border-radius: 4px;
            background: #fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23007bff"><path d="M7 10l5 5 5-5z"/></svg>') 
                        no-repeat right 1rem center/15px;
            appearance: none;
			box-sizing: border-box;   /* 全局生效 */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
    font-size:14px; color:#000;
        }
		
	

        /* 内容区域样式 */
        .tab-content {
            margin-top: 15px;
			width:100%;
            
            min-height: 200px; /* 保证内容区域高度 */
        }
        
        /* 默认内容提示 */
        .default-content {
        }
		.index_dt{ width:100%; height:auto;}

        .tab-pane {
            display: none;
            animation: fadeIn 0.3s ease;
        }

        .tab-pane.active {
            display: block;
        }

        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }
		
.index_sm{width:100%; margin-top:3em;overflow:hidden;}
.index_sm h2{ width:50%; border-left:#0856a0 5px solid; padding-left:.4em; margin-bottom:1em;}
.index_sm ul{ margin-bottom:30px; overflow:hidden; border-bottom:#CCCCCC 1px dashed; padding-bottom:1.2em;}
.index_sm li{ float:left;}
.index_sm1 { width:25%;}
.index_sm1 img{ width:100%;}
.index_sm2 { width:70%; margin-left:5%;}
.index_sm2 h3 a{ color:#646464; font-weight:normal; font-size:1rem;}
.index_sm2 h4{width:3%; border-bottom:3px solid #24458a; margin-top:
10px;}
.index_sm2 p{ color:#828282;}
.xw_dj{ width:100%; text-align:center;}
.xw_dj a{ color:#333333; font-size:1.2em;}

.foot_r { width:100%; margin-top:2.5em; background:#D7D7D7; height:5em; position:fixed; bottom:0; z-index:50;  max-width: 640px; min-width:300px; overflow:hidden;}
.foot_r li{ float:left; width:25%; margin:auto; text-align:center; padding:0.5em 0;}
.foot_r li a img { width:30%;}
.foot_r li a {font-size:0.6rem; color:#000000;}
.foot_r li h3 { font-weight:300;}

.cx_r{width:100%;}
.cx_r img{width:100%;}
.cx_zx{ width:100%; padding:1rem 0; background:#f30404; font-size:1.2rem; text-align:center;}
.cx_zx a{ color:#fff;}
.cx_tit{width:90%; margin:auto; margin-top:1rem; color:#f30404; font-size:1.2rem;}
.cx_cont{width:90%; margin:auto; margin-top:1rem; font-size:1rem;}
#mapContainer{width:90%; margin:1rem auto; height:200px;}