body,html{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	
	font-size: 14px;
	position: relative;
}
ul,li,a,p,span{
	list-style: none;
	padding: 0;
	margin: 0;
	color: #666666;
}
a{text-decoration:none}
dl,dt,dd{	padding: 0;
	margin: 0;}
.clearfix:after,.clearfix:before{
	display:table;
	content:'';
	}
.clearfix:after{
	clear:both;
	overflow:hidden;
	}
.clearfix{
	zoom:1;
	}
.wrap{
	width: 100%;
	height: auto;
}
.thetopbox{
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #222222;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	
}
.thetopbox p, .thetopbox a,.thetopbox span{
	color: #fff;
}
.container{
	/*max-width: 1500px;
	height: auto;
	margin: 0 auto;*/
	width: 100%;
	margin: 0 auto;
	padding: 20px;
}
	.footer{background-color: #333;box-sizing: border-box;padding-top: 3%;}
	.footer_l{float: left;width: 80%;}
	.footer_r{float: right;width: 20%;}	
	.footer_l dl{float: left;width: 20%;}
	.footer_l dl:nth-child(1){width: 30%;}
	.footer_l dl:nth-child(2){width: 16%;}		
	.footer_l dl:nth-child(3){width: 14%;}	
	.footer_l dl:nth-child(4){width: 14%;}	
	.footer_l dl:nth-child(5){width: 25%;}	
	.footer_l dl dt{color: #fff;font-size: 18px;font-weight: bold;margin-bottom: 20px;}
	.footer_l dl dd{line-height: 30px;display:flex;margin-bottom:10px;align-items:center}
	.footer_l dl dd img{width:30px;height:30px;margin-right:5px}
	.footer_l dl dd a{color: #c2c1c1;font-size: 14px;text-decoration: none;}
	.footer_r .wx{width: 35%;float: right;text-align: center;color: #c2c1c1;font-size: 16px;margin-left: 5%;}
	.footer_r .wx img{width: 100%;}
	.footer_r .wx p{color: #c2c1c1;font-size:12px}
  .copy{text-align: center;height: 65px;line-height: 65px;color: #c2c1c1;}



.zxmnt{height:45px;line-height:45px;width:200px}

.neirong{position:relative}
.zxmnt_p{background:#fff;left:150px;top:0;width:180px;height:100%;position:absolute;padding-left:30px}
.zxmnt_p p{line-height:35px;}




.zxmnt a{font-size:16px}

.zxmnt_p{display:none}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
	.container{
		width: 1000px;
		height: auto;
		margin: 0 auto;
	}
}

@media (min-width: 1200px) {
    .container{
    	width: 80%;
    	height: auto;
    	margin: 0 auto;
    }
} 
@media (min-width: 1680px) {
    .container{
    	width: 1500px;
    	height: auto;
    	margin: 0 auto;
    }
} 
/*顶部工具栏*/
.topbar{
	height: 30px;
	color: rgb(204,204,204);
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;

}
.topbar .szbox a{
	cursor: pointer;
}
.topbar .szbox a:hover{
	color: #fff;
	text-decoration: underline;
}
/*顶部菜单栏*/
.caidanbar{
	width: 100%;
	background: #fff;
	height: 95px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	box-shadow: 0 5px 3px 0px #dddddd;
}
.menubox{
	height: 80px;
	padding: 10px 0 5px 0;

}

.menubox .thelogo{
	width: 316px;
	height: auto;
	margin-top: 10px;
	float: left;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.menubox .thelogo img{
	width: auto;
	height: 55px;
}
.menubox .thelogo:hover{
	cursor: pointer;
}
.menubox .thelogo .menu_gsname{
	padding-left: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.menubox .thelogo .menu_gsname span{
	display: block;
	font-size: 21px;
	font-family: 'Georgia';
	font-weight: bold;
}
.menubox .thelogo .menu_gsname a{
	font-size: 12px;
}

.menubox .themenus{
	width: 624px;
	height: 68px;
	float: right;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}
.menubox .themenus li{
	padding: 0 20px;
	float: left;
}
.menubox .themenus a{
	font-size: 16px;
	font-weight: 700;
	color: #333;
	padding: 30px 0px;
	position: relative;
}
  /* 添加伪类元素 */ 
.menubox .themenus a::after {
		content: "";
}
/* hover触发伪类元素显示并按照动画变化 */
.menubox .themenus li a:hover::after {
		animation: hover_border 0.4s;
		/* 让样式在动画结束后维持在结束位置 */
		animation-fill-mode: forwards;
}
	
.menubox .themenus span:last-child{
	padding-right: 0;
}
.menubox .themenus a:hover{
	color: #007AFF;
	cursor: pointer;
}
.menubox .themenus li .dropdown{
	cursor: pointer;
}
.menubox .themenus li .dropdown::after{
	content: "";
	 position: absolute;
	 display: flex;
	 margin-left: -5px;
	 bottom: 0;
	 left: 0;
	margin: 0 auto;
	 height: 4px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	 width: 100%;
	background-color: #007AFF;
}
@keyframes hover_border {
    0% {
        content: "";
        position: absolute;
        display: flex;
        margin-left: -5px;
        bottom: 0;
        left: 50%;
		margin: 0 auto;
        height: 4px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
        width: 0;
        background-color: #007AFF;
    }

    100% {
        content: "";
        position: absolute;
        display: flex;
        margin-left: -5px;
        bottom: 0;
        left: 0;
		margin: 0 auto;
        height: 4px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
        width: 100%;
       background-color: #007AFF;
    }
}

/*底部*/
.blackbox{
	width: 100%;
	background: #1a4699;
}
.mybotbar{
	padding: 40px 0 30px 0;
	height: auto;
}
.mybotbar .mydhlist{
	width: 100%;
	height: 250px;
}
.mybotbar .mydhlist li{
	width: 20%;
	height: auto;
	float: left;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.mybotbar .mydhlist li .thebiaoti{
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #6e6d6d;
	padding-bottom: 20px;
}
.mybotbar .mydhlist .ewmli{
	width: 18%;
	padding-right: 2%;
}
.mybotbar .mydhlist li .erweimabox{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	padding-top: 10px;
}
.mybotbar .mydhlist li .erweimabox .ew_l{
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.mybotbar .mydhlist li .erweimabox .ew_l span{
	font-size: 12px;
	color: #8b8787;
	line-height: 25px;
}
.mybotbar .mydhlist li .erweimabox .ew_l img{
	width: 80%;
	height: auto;
}
.mybotbar .mydhlist li a{
	color: #8b8787;
	font-size: 12px;
	line-height: 30px;
}
.mybotbar .mydhlist li a:hover{
	cursor: pointer;
	text-decoration: underline;
	color: #007AFF;
}
.mybotbar .mydhlist li .lxtip{
	width: 100%;
	padding: 7px 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
}
.mybotbar .mydhlist li .lxtip img{
	height: 15px;
	width: auto;
	padding-right: 5px;
}
.mybotbar .mydhlist li .lxtip span{
	color: #8b8787;
	font-size: 12px;
}
.mybotbar .mydhlist li .lxtip span:hover{
	cursor: pointer;
	text-decoration: underline;
	color: #007AFF;
}
.bluebox{
	background: #0024a0;
}
.beian{
	background: #0024a0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
}
.beian p{
	color: #cccccc;
	font-size: 12px;
}
.beian .ystk span,.beian .ystk a{
	color: #cccccc;
	font-size: 12px;
}

/*菜单栏拓展*/
.xialabox{
	width: 100%;
	background: #F4F4F4;
	padding: 30px 0;
	position: absolute;
	left: 20px;
	top: 90px;
	z-index: 99;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0,0,0,0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	background-clip: padding-box;
	display: none;
	border-box:border-box;
}
.xiatb{padding-left:9%}

.jiejuefangan .imgbox{
	width: 10.5%;
	margin: 0 1%;
	position: relative;
	overflow: hidden;
}
.jiejuefangan{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.jiejuefangan .imgbox .zhutu{
	width: 100%;
	height: auto;
	display: block;
}
.jiejuefangan .imgbox .tbbox{
	width: 100%;
	height: 100%;
	position: absolute;
	left:0;
	top: 0;
	z-index: 99;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.theblakbj{
	width: 10%;
	height: 100%;
	position: absolute;
	background: rgba(0,0,0,0.2);
	left:0;
	top: 0;
	z-index: 50;
}
.jiejuefangan .imgbox .tbbox img{
	width: 48px;
	height: 48px;
}
.jiejuefangan .imgbox .tbbox span{
	display: block;
	width: 80%;
	height: 40px;
	margin: 0 10%;
	text-align: center;
	color: #fff;
	padding-top: 10px;
}
.imgbox:hover{
	cursor: pointer;
}
.imgbox img {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.imgbox .theblakbj:before {
	display: block;
	background:  rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
	position: absolute;
	content: " ";
	opacity: 0.3;
	top: 0;
	visibility: visible
}

.imgbox .theblakbj:after {
	content: " ";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(72,109,248,0.8);
	opacity: 0;
	top: 0;
	visibility: hidden;
	z-index: 98;
}

.imgbox:hover .zhutu {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.imgbox:hover .theblakbj:after {
	opacity: 0.8;
	visibility: visible
}

.imgbox:hover .theblakbj:before {
	visibility: hidden;
	opacity: 0
}

/*关于我们菜单拓展*/
.gy_caixintong{
	padding: 20px 0;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
}
.gy_caixintong li{
	width: 25%;
}
.gy_caixintong li span{
	display: block;
	padding: 15px 25px;
	font-size: 15px;
	font-weight: 700;
	color: #565555;
	background: #c2c5c7;
	border-radius: 5px;
	text-align: center;
}
.gy_caixintong li span:hover{
	cursor: pointer;
	color: #fff;
	background: #4a7cee;
}

/*新闻菜单拓展*/
.thenews{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
}
.news_class{
	width: 47.5%;
	height: auto;
	margin-right: 2.5%;
	height: 450px;
}
.news_class:last-child{
	margin: 0 0 0 2.5%;
}
.news_class .xwfl_bt{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.news_class .xwfl_bt .dbt{
	display: block;
	font-size: 20px;
	color: #333;
	font-weight: 700;
	padding: 0 5px;
	border-left: 5px solid #007AFF;
}
.news_class .xwfl_bt .tomore{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}
.news_class .xwfl_bt .tomore span{
	color: #007AFF;
	font-size: 16px;
}
.news_class .xwfl_bt .tomore img{
	height: 20px;
	width: auto;
	margin-top: 4px;
}
.news_class .xwfl_bt .tomore span:hover{
	cursor: pointer;
}
.msglist{
	width: 100%;
	height: auto;
}
.msglist li{
	width:100%;
	padding: 30px 0  0 0 ! important;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items:flex-start;
	cursor: pointer;
}
.msglist li .xwimg{
	width: 150px;
	height: 100px;
}
.msglist li .thenr{
	padding-left: 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.msglist li .thenr .spbt{
	font-size: 16px;
	font-weight: 700;
	color: #333;
}
.msglist li .thenr .sptime{
	font-size: 12px;
	color: #666;
	font-weight: 200;
	padding: 7px 0 10px 0;
}
.msglist li .thenr p{
	font-size: 12px;
	color: #333;
	font-weight: 200;
}
.zhuanlilist{
	width: 100%;
	height: auto;
}
.zhanhuilist li{
	width:94%;
	padding: 10px 3% ! important;
	height: 90px;
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items:flex-start;
	background: rgb(238,238,238);
	cursor: pointer;
}
.zhanhuilist li .zh_bt{
	font-size: 16px;
	font-weight: 700;
	color: #333;
}
.zhanhuilist li .zh_infor{
	width: 100%;
	font-size: 12px;
	color: #666;
	font-weight: 200;
	padding: 15px 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
}
.zhanhuilist li .zh_infor .xxa{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding-right: 20%;
}
.zhanhuilist li .zh_infor .xxa img{
	width: 15px;
	height: 15px;
	padding-right: 6px;
}
.zhanhuilist li .zh_adress{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	color: #333;
}
.zhanhuilist li .zh_adress img{
	width: 15px;
	height: 15px;
	padding-right: 6px;
}
.zhanhuilist li .zh_adress span{
	color: #666;
	font-size: 12px;
    font-weight: 200;
}
.nowpage{
	color: #007AFF ! important;
}

.greybox{
	width: 100%;
	background: #f4f4f4;
}
.whitebox{
	width: 100%;
	background: #fff;
}

.combars .gsintro{
	font-size: 14px;
	color: #666666;
	padding-top:20px;
}
.combars .secbit{
	width: 100%;
	padding-top: 20px;
	font-size: 18px;
	color: #333333;
}
.ab_tittle p{
	color: #FFFFFF;
}

.myxiala{
	background: none;
	box-shadow: none;
	border: none;
}
.myxiala .myxl_con{
	position: relative;
}
.myxiala .myxl_con .thelxfz{
	width: 70px;
	height: 110px;
	line-height: 55px;
	padding: 0 25px;
	position: absolute;
	top: -25px;
	right: 125px;
	background: #fff;
	-webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
		box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.myxiala .myxl_con .thelxfz span{
	display: block;
	text-align: center;
	border-bottom: 1px solid #DEDEDF;
}
.myxiala .myxl_con .thelxfz span:last-child{
	border-bottom: none;
}
.myxiala .myxl_con .thelxfz span:hover{
	cursor: pointer;
	color: #0000FF;
}

.theabouttop {
    width: 100%;
    height: 285px;
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
    margin-top: 90px ! important;
}

.thejiejuebox {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	left:20%
}
.thejiejuebox ul{
	width: 624px;
	padding-right: 120px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
}
.thejiejuebox ul li:first-child{
	padding-left: 0;
}
.thejiejuebox ul li {
	width: 30%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.thejiejuebox ul li .biaotia{
	width: 100%;
	font-size: 15px;
	
	color: #333;
	padding-bottom: 15px;
	text-decoration: underline;
}
.thejiejuebox ul li .neirong{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width:600px
}
.thejiejuebox ul li .neirong a{
	padding: 10px 0;
	font-size: 16px;
	font-weight: normal;
	color: #333;
}
.thejiejuebox ul li .neirong a:hover{
	color: #007AFF;
}
 
.searchbox{
	width: 110px;
	padding: 0 10px;
	height: 25px;
	line-height: 25px;
	margin-top: 23px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;

	border-radius: 20px;
	float: right;
	font-size:18px
}
.searchbox input{
	width: 85px;
	background: none;
	border: none;
	line-height: 28px;
	outline: none;
}
.searchbox img{
	width: 28px;
	height: auto;
	padding-right: 5px;
}
@media (max-width:1400px) {
	.menubox .themenus{
		width: 516px;
	}
	.menubox .themenus li{
		padding: 0 15px;
	}
	.menubox .themenus a{
		font-size: 14px;
	}
	.menubox .thelogo{
		margin-top: 13px;
	}
	.menubox .thelogo img{
		width: auto;
		height: 45px;
	}
	.menubox .thelogo .menu_gsname span{
		display: block;
		font-size: 18px;
		font-family: '楷体';
		font-weight: bold;
	}
	.menubox .thelogo .menu_gsname a{
		font-size: 12px;
		-webkit-transform-origin-x: 0; 
		-webkit-transform: scale(0.88); 
	}
	.thejiejuebox ul{
		width: 516px;
		padding-right: 120px;
	}
	.thejiejuebox ul li{
		width: 45%;
		padding-right: 120px;
	}
	.thejiejuebox ul li .biaotia{
		font-size: 13px;
	}
	.thejiejuebox ul li .neirong a {
	    padding: 10px 0;
	    font-size: 14px;
	    font-weight: normal;
	    color: #333;
	}
	.thejiejuebox ul li .zxmnt a{font-size:14px;}
}
@media (max-width:1000px) {
	.menubox .themenus{
		width: 432px;
	}

	.menubox .themenus a{
		font-size: 13px;
	}
	.menubox .themenus li{
		padding: 0 10px;
	}
	.thejiejuebox ul{
		width: 432px;
		padding-right: 120px;
	}
	.thejiejuebox ul li{
		width: 45%;
		padding-right: 120px;
	}
	.thejiejuebox ul li .biaotia{
		font-size: 13px;
	}
	.thejiejuebox ul li .neirong a {
	    padding: 10px 0;
	    font-size: 16px;
	    font-weight: normal;
	    color: #333;
	}

}
.mydh_bar a:hover{
	cursor: pointer;
	color: #007AFF;
	text-decoration: underline;
}
.mydh_bar .nowpageop{
	color: #007AFF;
}
@media (max-width:640px) {
	.searchbox,.menubox .themenus{display:none}
	.caidanbar{box-sizing: border-box;height:75px;}
	.menubox{padding:0;    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 2%;
    align-items: center;
    height: 75px;}
	.menubox .thelogo{margin-top:0}
	.wrap{box-sizing: border-box;}
	/*.footer_l{float: none;width: 100%;}*/
	.footer_r,.footer_l{float: none;width: 100%;    box-sizing: border-box;
    justify-content: center;
    display: flex;}	
	.footer_l dl{float: none;width: 100%;display:none}
.banner_about{width:100%;height:150px}
	.footer_l dl:nth-child(5){width: 100%;    display: flex;
    flex-flow: column;
    box-sizing: border-box;
    align-items: center;}	
	.footer_l dl dd{    justify-content: left;
    width: 60%;}
	.footer_r .wx{width:20%}
.copy{width: 88%;
    margin: 0 auto;
    padding: 3% 0;height:auto;line-height:20px}
	.theabouttop{margin-top:70px !important}


	}
	
	
	