body {
	font: 300 18px / 170% Microsoft YaHei, sans-serif;
}
.china_logo {
    width: 18%;
    float: left;
}
.logo-js{
	padding: 3% 0% 3% 0%;
}
.logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.logo-img > img {
	width: 100%;
	height: auto;
}
.logo-top {
	width: 66%; margin: 0 auto;
}
.logo-p {
	font-size: 2rem;
    font-weight: 600;
}
.dh-width1 li {
	list-style: none;
}
.dh-width1 {
    height: 50px;
    line-height: 50px;
    background: #0146ae;
    box-sizing: border-box;
    display: flex
;
    width: 100%;
    justify-content: center;
}
.dh-width1 ul {
    width: 1400px;
    display: flex;
	justify-content: space-between;
;
}
.dh-width1 li {
    color: #fff;
    text-align: center;
    cursor: pointer;
    padding: 0px 33px;
    font-weight: bold;
}
.dh-width1 li span {
    display: inline-block;
    position: relative;
    padding-right: 15px;
}
.dh-width1 a {
	color: white;
}
.dh-width1 a:hover {
	color: white;
}

ul.showAdv img {
    width: 100%;
    height: auto;
    max-width: 100%;
}




.dh {
	width: 100%; 
	margin: 0 auto;
	background: #004eb3;
}
.dh-width {
	width: 78%;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.dh-name {
	text-align: center;
	padding: 2%;
	display: flex;
	flex-wrap: nowrap;
	    justify-content: space-around;
}
.dh-name > a {
	font-size: 1.5rem;
	font-weight: bold;
	color: #ffffff;
}
.lb-img > img{
	width: 100%;
	height: auto;
}.xiahua > a {
	border-bottom: 4px solid red;
	padding-bottom: 2%;
	
}
 /* 底部信息 */
 .pc_footer {
     width: 100%;
     text-align: center;
     margin-top: 80px;
     background: #0146ae;
     color: #fff;
     font-size: 14px;
     padding: 60px 0;
 }
 .pc_footer > p {
     margin-bottom: 5px;
 }
 .pc_footer p a {
     color: #fff;
     margin: 0 13px;
 }
 .pc_footer .Icons {
     text-align: center;
     margin-top: 40px;
 }
 .pc_footer .Icons img {
     width: auto;
     height: 45px;
     margin: 0 10px;
 }
 
 
 ul li {
 /*  list-style-type: disc; /* 默认的项目符号类型是实心圆 */
   /* list-style-position: inside; /* 将项目符号放置在列表内容内侧 */  
 }
 
 
 @media screen and (min-width: 1281px)and (max-width: 1367px) {
     /* 在宽度大于等于 1280px 时应用的样式 笔记本 */
 	
 	
   
 }
 @media screen and (min-width: 1025px)and (max-width: 1280px) {
     /* 在宽度大于等于 1025px 时应用的样式 电脑*/
   .dh-width {
   	width: 92%;
   }
 }
 @media screen and (min-width: 768px) and (max-width: 1024px) {
     /* 在宽度 768px 到 1024px 之间应用的样式 平板*/
  
          .dh-width {
              width: 90%;
          }
 }
 
 @media screen and (max-width: 767px) {
     /* 在宽度小于等于 767px 时应用的样式 手机*/
 	.logo-p {
 		font-size: 1.5rem;
 	}
	.dh-name >a {
		font-size: 1rem;
	}
	.dh-width {
		width: 100%;
	}
	.logo-top {
		width: 100%;
	}
 
 }
 @media screen and (max-width: 1420px) {
     .dh-width1 ul {
         width: 1000px;
     }
	 .Headlines1-title>h1 {
	     font-size: 30px;
	 }
 }