﻿html{font-size: 20px;}
*{padding: 0;margin: 0;}
li {list-style: none;}
i{ font-style: normal; }
.bottom{
	width: 100%;
	text-align: center;
	height: 48px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index:100;
}
.bottom a{
	width: 25%;
	display: block;
	float: left;
	text-align: center;
	height: 48px;
	color: #fff;
	background: #3F49A8;
	font: 400 16px/48px '微软雅黑';
}
.bottom a:hover{

	color: #fff;

}
.bottom a:nth-child(1){
	background: #ea5005;
}
#bodycover{display: none;}
.pro_show{position: fixed;top: 20%;left: 10%;width: 80%;z-index: 999;display: none;}
.pro_show ul{background: #fff;margin: 0 auto 0;padding: 15px;  border-radius: 6px; max-width: 500px;}
.pro_show ul li{  overflow-wrap: break-word;word-break: break-all;margin-bottom: 6px;    font-family: 微软雅黑, "Microsoft YaHei";color: #333;}
.pro_show ul li h3{ color: #333;font-size: 15px;line-height: 1.4em;font-weight: 700;}
.pro_show ul li b{ color: #333;font-size: 16px;}
.pro_show ul li i{ color: #04BE02;font-style: normal;}
.pro_show ul li a{ color: #2780E3;}
.pro_show ul li span{ font-size: 18px;color: #fff; background-color: #04BE02;padding:3px;border-radius:6px;text-align: center;width: 80%;display: block;margin-left: 10%;}	


.container-fliud .container {
    width: 83%;
    margin: 2px auto;
}
.container .tips {
    margin: 1.1rem auto;
    padding: 0 0.6rem;
    border-left: 0.09rem solid #09f;
    margin-bottom: 0.7rem;
}
.container .tips p {
    color: #757575;
    font-size: 0.7rem;
    line-height: 1.4em;
}
.container .hzdsc {
    color: #7f7f7f;
    font-size: 0.7rem;
    padding: 0 0.6rem;
    border-left: 0.09rem solid transparent;
    text-align: justify;
}
.container .jldh {
    margin: 1.1rem auto;
    padding: 0 0.6rem;
    border-left: 0.09rem solid #2573bd;
    margin-bottom: 0.7rem;
    color: #919191;
    font-size: 0.7rem;
    font-weight: 600;
}
.container .contact_title {
    margin: 10px auto;
    color: #2573bd;
    text-align: justify;
    padding: 0 5%;
    clear: both;
    font-size: 0.7rem;
    font-weight: 600;
}
.container .contact_title i {
    float: left;
    font-style: normal;
    width: 45%;
}	
.container ul.managelist li {
    padding: 2px 0;
    margin: auto;
    border-bottom: 1px solid #2573bd;
    margin: 0 5%;
    line-height: 1.8rem;
    color: #7f7f7f;
    font-size: 0.7rem;
}
.container ul.managelist li i {
    float: left;
    font-style: normal;
    width: 45%;
}
.container ul.managelist li b {
    color: #09f;
    font-weight: 600;
}
.text-c {
    text-align: center;
    line-height: 1.5rem;
    color: #6b6b6b;
    margin-top: 25px;
    font-size: 12px;
}
.dash_r{position: relative;}
.dash_r::after{
	content: '';
	display: block;
	position: absolute;
	height: 48px;
	width: 1px;
	background: #fff;
	top: 0;
	right: 0;
	opacity: 0.6;
}
#homepage{max-width: 640px;margin:0 auto;}
@media only screen and (min-width: 768px) {
    .bottom {display: none;}
}
