*{
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
    font-size: 16px;
}
a {
    color: #333333;
    text-decoration: none;
    font-size: 16px;
}
ul, li, ol {
    list-style-type: none;
}
body{
    width: 750px;
    margin: auto;
    overflow-x: hidden;
}
.bdfhb120-logo{
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #1d7fc9;
    color: white;
    text-align: center;
    height: 130px;
    padding: 0 10px;
}
.bdfhb120-logo h1{
    font-size: 2.3em;
    letter-spacing: 4px;
}
.bdfhb120-logo p{
    font-size: 14px;
}
.bdfhb120-banner img{
    width: 100%;
}

/* content */
.bdfhb120-content1{
    margin: 20px;
}
.bdfhb120-content1 h2{
    text-align: center;
    font-size: 2.5em;
}
.bdfhb120-content1 h2 img{
    display: block;
    margin: auto;
}
.bdfhb120-content1-div{
    display: flex;
    justify-content: space-between;
}
.bdfhb120-content1-div1{
    width: 23.5%;
    margin-top: 20px;
}
.bdfhb120-content1-div2{
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    margin: 10px 0;
}
.bdfhb120-content1-div2 span{
    display: block;
    width: 50%;
    height: 5px;
    background-color: #c14a2a;
    border-radius: 3px;
    margin: auto;
}
.bdfhb120-content1-div3{
    background-color: #e9f1fb;
    height: 360px;
}
.bdfhb120-content1-div3 img{
    width: 100%;
}
.bdfhb120-content1-div3 div{
    color: #c14a2a;
    text-align: center;
    font-size: 1.8em;
    font-weight: bold;
}
.bdfhb120-content1-div3 span{
    display: block;
    width: 40%;
    height: 5px;
    background-color: #c14a2a;
    border-radius: 3px;
    margin: 5px auto 0;
}
.bdfhb120-content1-div3 p{
    font-size: 1.6em;
    margin: 10px;
    text-align: justify;
}

/* content2 */
.bdfhb120-content2{
    margin: 20px;
}
.bdfhb120-content2 h1{
    color: #2e92c2;
    font-size: 2.8em;
    text-align: center;
    font-weight: normal;
}
.bdfhb120-content2 p{
    font-size: 1.3em;
    text-align: center;
}
.bdfhb120-content2-div{
    margin-top: 20px;
    border-radius: 35px;
    box-shadow: 0px 12px 73.95px 11.05px rgba(129, 183, 237, 0.26);
    display: flex;
    justify-content: space-between;
    padding: 20px;
    flex-wrap: wrap;
}
.bdfhb120-content2-div div{
    width: 24%;
    text-align: center;
    font-size: 1.8em;
    margin: 20px 0;
}

.bdfhb120-content2-div a{
    width: 30%;
    text-align: center;
    font-size: 1.8em;
    margin: 20px 0;
}
.bdfhb120-content2-div img{
    width: 70%;
    display: block;
    margin: 0 auto 10px;
}

/* content3 */
.bdfhb120-content3{
    margin: 20px;
}
.bdfhb120-content3 h1{
    color: #2e92c2;
    font-size: 2.8em;
    text-align: center;
    font-weight: normal;
}
.bdfhb120-content3>img{
    width: 100%;
    margin-top: 20px;
}
.bdfhb120-content3-div{
    margin-top: 20px;
    border-radius: 35px;
    box-shadow: 0px 12px 73.95px 11.05px rgba(129, 183, 237, 0.26);
    padding: 20px;
}
.bdfhb120-content3-div p{
    font-size: 1.8em;
    text-align: justify;
}
.bdfhb120-content3-div>div{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.bdfhb120-content3-div div div{
    width: 23%;
    color: #2e92c2;
    text-align: center;
    line-height: 40px;
    font-size: 1.6em;
}
.bdfhb120-content3-div div div img{
    display: block;
    margin: 0 auto 10px;
    width: 80%;
}

/* content4 */
.bdfhb120-content4{
    margin: 20px;
}
.bdfhb120-content4 h1{
    color: #2e92c2;
    font-size: 2.8em;
    text-align: center;
    font-weight: normal;
}
.bdfhb120-content4>img{
    width: 100%;
    margin-top: 20px;
}
.bdfhb120-content4-div{
    margin-top: 20px;
    border-radius: 35px;
    box-shadow: 0px 12px 73.95px 11.05px rgba(129, 183, 237, 0.26);
    padding: 20px;
    display: flex;
}
.bdfhb120-content4-div img{
    width: 25%;
    margin-right: 20px;
}
.bdfhb120-content4-div2{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.bdfhb120-content4-div2 span{
    color: #2e92c2;
    font-size: 3.4em;
    font-weight: bold;
    margin-right: 20px;
}
.bdfhb120-content4-div2 div{
    font-size: 1.6em;
}
.bdfhb120-content4-div2 div p{
    color: #2e92c2;
    font-size: 1.4em;
    margin-bottom: 5px;
}



footer{
    margin-top: 30px;
}
footer>img{
    width: 100%;
}
footer>div{
    display: flex;
    padding: 20px 50px;
    background-color: #1d7fc9;
    margin-bottom: 100px;
}
footer>div img{
    margin-right: 30px;
}
footer div div{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    color: white;
    height: 150px;
}
footer div div p{
    display: flex;
    align-items: center;
    font-size: 1.8em;
}
footer div div img{
    margin-right: 20px;
}
footer div div p a{
    font-size: 1em;
}

.bdfhb120-fix{
    position: fixed;
    right: 20px;
    bottom: 30%;
    display: flex;
    align-items: center;
}
.bdfhb120-fix img{
    width: 70px;
}
.bdfhb120-fix a{
    font-size: 1.8em;
    background-color: white;
    margin-right: 10px;
    padding: 10px 25px;
    border-radius: 10px;
    display: none;
}


.bdfhb120-liebiao img{
    width: 100%;
    margin-top: 10px;
}

.bdfhb120-nav{
    background: #21a1e2;
    line-height: 60px;
    color: white;
    font-size: 1.6em;
    padding: 0 2.5%;
}
.bdfhb120-nav a{
    color: white;
    font-size: 1em;
}
.bdfhb120-nav1{
    font-size: 14px !important;
}
.bdfhb120-listcontent {
    margin: 0 auto 30px;
    width: 95%;
    background-color: white;
    padding-bottom: 20px;
}
.bdfhb120-listcontent .bdfhb120-list>a:nth-child(1) {
    color: #0193e0 !important;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
    font-size: 2em;
    margin-left: 10px;
}
.bdfhb120-listcontent .bdfhb120-list{
    width: 100%;
    padding: 10px 0 5px;
    margin-top: 5px;
    border-bottom: #a0a0a0 1px dashed;
}
.bdfhb120-list-div{
    display: flex;
    margin-top: 10px;
    justify-content: space-between;
    align-items: center;
}
.bdfhb120-list-div1{
    width: 34%;
    max-height: 150px;
    overflow: hidden;
    margin-left: 10px;
}
.bdfhb120-list-div img{
    width: 100%;
}
.bdfhb120-list-div2{
    width: 60.5%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-align: justify;
    word-wrap:break-word;
    color: #000;
    font-size: 1.6em;
    margin-right: 10px;
    line-height: 36px;
}
.bdfhb120-list-div3{
    display: flex;
    align-items: center;
    margin-top: 5px;
    color: #9f9f9f;
    font-size: 1.6em;
    margin-left: 10px;
}
.bdfhb120-list-div3 span {
    width: 1.6em;
    height: 1.6em;
    margin-left: 20px;
    margin-right: 10px;
}
.bdfhb120-list-div3 .bdfhb120-list-span1 {
    background: url(../images/name.webp) no-repeat;
    background-size: 100%;
    margin-left: 0px;
}
.bdfhb120-list-div3 .bdfhb120-list-span2 {
    background: url(../images/time.webp) no-repeat;
    background-size: 100%;
}
.bdfhb120-list-div3 .bdfhb120-list-span3 {
    background: url(../images/eye.webp) no-repeat;
    background-size: 100%;
}

.page{
    text-align: center;
    margin-top: 20px;
}
.page *{
    border-radius: 4px;
    display: inline-block;
    padding: 1px 5px;
    margin: 0 5px;
    font-size: 1.6em;
}
.page a b{
    font-size: 1em !important;
}


.bdfhb120-content-content{
	padding: 20px;
}
.bdfhb120-content-content h1{
	text-align: center;
	margin-bottom: 10px;
	font-size: 2em;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.bdfhb120-content-content div{
	text-align: center;
}
.bdfhb120-content-content div span{
	margin: 0 10px;
	font-size: 1em;
}
.bdfhb120-content-content p{
    color: #333333;
    text-align: justify;
	margin-top: 20px;
    margin-bottom: 20px;
	text-indent: 2em;
    font-size: 1.6em;
}
.bdfhb120-content-content p img{
    width: 100% !important;
	display: block;
	height: auto !important;
}
.bdfhb120-content-content img{
    width: 100%;
}
.bdfhb120-content-content ul{
	padding-left: 40px;
}
.bdfhb120-content-content li{
    color: #333333;
    text-align: justify;
	margin-top: 20px;
    margin-bottom: 20px;
	list-style: disc;
    font-size: 1.6em;
}
.bdfhb120-content-content li p{
    font-size: 1em !important;
    display: contents;
    text-indent: 0 !important;
}
.bdfhb120-content-content strong{
	color: red;
    font-size: 1em;
}
.bdfhb120-content-content h2, .bdfhb120-content-content h3{
	background-color: #b3edff40;
    border-left: 8px solid #58a2ff;
	padding: 5px 10px;
    font-size: 1.8em;
}
.page1{
	padding: 20px;
    font-size: 1.6em;
}
.page1 p{
    margin: 10px 0 !important;
}
.page1 *{
    font-size: 1em;
}


.fixexbtm {
	position: fixed;
	bottom: 0;
	/* background: url("../images/750fixexbtm.png") no-repeat; */
	background-size: 100%;
	width: 100%;
	z-index: 9999;
    max-width: 750px;
}

.fixexbtm ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.fixexbtm ul li {
	width: 20%;
	/* height: 0.98rem; */
	margin-top: 20px;
	position: relative;
    text-align: center;
    background-color: white;
}
.fixexbtm ul li img{
    display: block;
    margin: auto;
    width: 40px;
}

.fixexbtm ul li:nth-child(3) {
	/* height: 1.4rem; */
	margin-top: 0;
	border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.fixexbtm ul li:nth-child(3) span {
	display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: auto;
    background-color: #2CCE00;
	-webkit-box-shadow: 0 0 30px rgba(0, 153, 0, 1);
	box-shadow: 0 0 30px rgba(0, 153, 0, 1);
	-webkit-animation: sonarEffect 1.5s ease-out 1s infinite;
	animation: 1.5s ease-out 1s normal none infinite running sonarEffect;
    position: relative;
    z-index: 5;
	margin-bottom: 10px;
}

@keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}

	40% {
		-webkit-shadow: 0 0 0 1px rgba(0, 153, 0, 0.1), 0 0 2px 2px #fff, 0 0 0 4px rgba(51, 153, 51, 1, 0.5);
		box-shadow: 0 0 0 1px rgba(0, 153, 0, 0.1), 0 0 2px 2px #fff, 0 0 0 4px rgba(51, 153, 51, 1, 0.5);
		opacity: 0.5;
	}

	100% {
		-webkit-shadow: 0 0 0 1px rgba(0, 153, 0, 0.1), 0 0 2px 2px #fff, 0 0 0 4px rgba(51, 153, 51, 1, 0.5);
		box-shadow: 0 0 0 1px rgba(0, 153, 0, 0.1), 0 0 2px 2px #fff, 0 0 0 4px rgba(51, 153, 51, 1, 0.5);
		opacity: 0.3;
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}
}

@-webkit-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}

	40% {
		-webkit-shadow: 0 0 0 1px rgba(51, 153, 51, 1, 0.1), 0 0 2px 2px #fff, 0 0 0 4px rgba(51, 153, 51, 1, 0.5);
		box-shadow: 0 0 0 1px rgba(51, 153, 51, 1, 0.1), 0 0 2px 2px #fff, 0 0 0 4px rgba(51, 153, 51, 1, 0.5);
		opacity: 0.5;
	}

	100% {
		-webkit-shadow: 0 0 0 1px rgba(51, 153, 51, 1, 0.1), 0 0 2px 2px #fff, 0 0 0 4px rgba(51, 153, 51, 1, 0.5);
		box-shadow: 0 0 0 1px rgba(51, 153, 51, 1, 0.1), 0 0 2px 2px #fff, 0 0 0 4px rgba(51, 153, 51, 1, 0.5);
		opacity: 0.3;
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}
}

.fixexbtm ul li a {
    display: block;
    padding: 10px 0;
    font-size: 1.6em;
}

.bubble{
    position:absolute;
    left:50%;
    bottom:100%;          /* 紧贴 #box 上方 */
    margin-bottom:8px;
    padding:6px 12px;
    background:rgba(0,0,0,.75);
    color:#fff;
    border-radius:12px;
    font-size: 24px;
    white-space:nowrap;
    transform:translateX(-50%) translateY(0);
    opacity:1;
    transition:transform .35s ease-out, opacity .35s ease-out;
}
.bubble.out{
    transform:translateX(-50%) translateY(-30px); /* 向上飘走 */
    opacity:0;
}


.py_jbkp{
    margin: 20px;
}
.py_jbkp h1{
    color: #2e92c2;
    font-size: 2.8em;
    text-align: center;
    font-weight: normal;
}
.py_jbkp1{background-color: white;padding-top: 20px;}
.py_jbkp .zt_yyjs p{font-size: 1.6em;float: left;width: 57%;text-align: left;position: relative;display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-indent: 2em;}
.py_jbkp .zt_yyjs p a {color: #f50000; position: absolute;right: 0;bottom: 0;background-color: white;padding-left: 5px;text-indent:0;font-size: 1em;}
.py_jbkp dl{float: left;width: 37%;margin: 0% 2%;}
.py_jbkp dl img{width: 100%;}
.py_jbkp .zt_yyjs p a{color: #f50000;}
.zt_yyjs{height: 200px;}
.zt_yyjs p span{color: #f50000;} 
.zx_yy{width: 100%;margin: 0% auto;color: #333;text-align: center;overflow: hidden;padding-bottom: 20px;}
.zx_yy_bd{width: 100%;margin: 4% auto 0;color: #333;text-align: center;overflow: hidden;display: flex;justify-content: center;}
.zx_yy_bd li{text-align: center;width: 31%;padding: 1% 2%;background-color: #4a8ad8;color: #fff;margin-left: 2.5%;border-radius: 5px;height: 55px;display: flex;align-items: center;justify-content: center;}
.zx_yy_bd li:nth-child(2){float: left;text-align: center;    width: 26%;    padding: 1% 2%;background-color: #ff7200;color: #fff;margin-left: 2%;    border-radius: 5px;}
.zx_yy_bd li img{width: 25%;margin-right: 10px;    float: left;    padding-top: 2%;}
.zx_yy_bd li a{color: #fff;display: flex;align-items: center;justify-content: center;font-size: 24px;}
.zt_hdt{width: 100%;margin: 20px auto 0;color: #333;text-align: center;overflow: hidden;background-color: #edf6fd;padding:3% 0%;}
.zt_hdtpfb p{width: 17% !important;}
.zt_hdt p{float: left;    width: 30%;    margin-left: 2%;    margin-right: 1%;}

.bdfhb120-content6 h1{
    color: #2e92c2;
    font-size: 2.8em;
    text-align: center;
    font-weight: normal;
}
.bdfhb120-content6-div{
	background-color: white;
	padding: 15px;
}
.bdfhb120-content6-div1{
	font-size: 1.4em;
	margin-bottom: 10px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.bdfhb120-content6-div11{
	font-size: 2em !important;
}
.bdfhb120-content6-div2{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}
.bdfhb120-content6-div2 img{
	width: 240px;
	min-width: 240px;
	max-height: 130px;
}
.bdfhb120-content6-div2 p{
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin-left: 10px;
	font-size: 1.6em;
	line-height: 32px;
}

.yuanda_team{
    margin: 20px;
}
.yuanda_team h1{
    color: #2e92c2;
    font-size: 2.8em;
    text-align: center;
    font-weight: normal;
}
.bh_box { padding: 1rem 0 15px; background:#fff;}
.bh_cont { overflow: hidden; margin-bottom: 0.4rem;padding:0 0.4rem;}
.bh_cont ul li { float: left; width: 100%;}
.bh_cont cite { display: block; width: 37.213%; float: left;}
.bh_cont cite img { width: 100%;}
.bh_doc-exp { width: 60.66%; float: right;}
.bh_doc-exp h3 { font-size: 1.6em; font-family: Arial; color: #bebebe;}
.bh_doc-exp h3 b { font-size: 1.8em; color: #bf8b09; padding-right: 20px;}
.bh_doc-exp h4 { font-size: 1.6em; color: #3f3f3f; height: 2em; line-height: 2em; border-top: #aaa 1px solid; border-bottom: #aaa 1px solid; margin: .4rem 0;}
.bh_doc-exp p { font-size: 1.5em; line-height: 1.8em; color: #333; padding: 0 0 .5rem .1rem;}
.doc-btn a { display: block; float: left; width: 170px; margin-right: .5rem;}
.doc-btn a img { width: 100%;}
.bh_lead{display: flex;}
.bh_lead li { width: 23.54%; float: left; margin-right: 1.825%; border: #fff .1rem solid;}
.bh_lead li.cur { border: #e36c09 5px solid;}
.bh_lead li:last-child { margin-right: 0;}
.bh_lead li img { width: 100%;}

.bh_home_team { padding:0.175rem 0 0;}
.bh_home_team .bh_home_docimg { display: block; margin:0 auto; overflow: hidden; background: url(../image/home_docbg.webp) no-repeat; border-radius: 50%; padding-top: 0.3rem; background-size: 3.4rem auto;}
.bh_home_team .bh_home_docimg img { display: block;}
.bh_home_team li h3 { font-weight: normal; font-size: 1.65em; text-align: center; color: #0375d6; margin:0.275rem 0; line-height: 1.65em;}
.bh_home_team li span { width: 100%; margin:0 auto; text-align: center; font-size: 1.45em; display:block;}
.bh_home_team li p { width: 3.325rem; margin:0 auto; text-align: center; font-size: 1.475em; height: 0.925rem; border:1px solid #666; border-radius: 0.4rem; line-height: 0.825rem;}