/*body{margin: 0px;padding: 0px;font-size:12px;font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif; overflow-x: hidden;}
.mfOuterBox01,.mfOuterBox,#style_load,#mOuterBox,.divBorder01,.divBorder,.kjBorder01,.kjBorder{overflow:hidden; *overflow-x: hidden;}
h1,h2,h3,h4,h5,h6p,ul{margin:0; padding:0;}
.ct_box,.mf{overflow:hidden; *overflow-x: hidden;}
a{ color: inherit;}
a:hover{color: #f5b834; text-decoration: none;}
a:focus{text-decoration: none; outline: 0;}
:focus{outline: 0;}
.navbar-brand{height: auto;}*/

body { font-family: "Microsoft YaHei", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", sans-serif; overflow-x: hidden; }
h1, h2, h3, h4, h5, h6 { margin: 0; }
a { color: inherit; }
a:hover { color: inherit; text-decoration: none; }
a:focus { text-decoration: none; outline: 0; }
:focus { outline: 0; }
.navbar-brand { height: auto; }
ul, li { margin: 0; padding: 0; list-style: none; }
.container { position: relative; }



.contBox {  position: relative; z-index: 1;
	background-color: rgba(255, 255, 255, 1);
	    box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
	    border-top: 8px solid #0f66ad;
		width: 100%; max-width: 1120px; margin: 1em auto 0;
}
.contBox .contCon { padding: 40px;
display: flex; justify-content: space-between; align-items: stretch;}

.contBox .contCon .pic {margin-left: 20px; flex: 1;}
.contBox .contCon .pic img { display: block; width: 100%; height: auto;}

.contBox .contCon .txtb {border-right: 1px solid #dbdbdb; width: 50%; text-align: left;}


.contBox .contCon .f-details h3{
	font-size: 28px;
	    color: #333; font-weight: normal;
	    line-height: 28px;
	    margin-bottom: 30px;
	    border-bottom: 1px solid #dbdbdb;
	    padding-bottom: 20px;
	    text-align: center;
}
.contBox .contCon .f-details li{    padding-left: 64px;
    margin-top: 20px;
    height: 48px;}
.contBox .contCon .f-details li span{display: block;
    font-size: 16px;
    color: #333;
    line-height: 24px;}
.contBox .contCon .f-details li a {
		    font-size: 14px;
		    color: #666;
		    transition: all 0.5s;
	}
.mapContent { height: 500px; margin-top: -62px; position: relative; z-index: 0;}
@media only screen and (max-width:768px) {
	.contBox .contCon { display: block;}
	.contBox .contCon .txtb { width: 100%;}
	.contBox .contCon .pic  {margin-top: 2em;}
}