/* 设置默认样式 */
*{ padding: 0;margin: 0; font-family: "微软雅黑"，"黑体"，"宋体"; font-size: 14px; color: #333;}
a{ text-decoration: none;}
ul,ol{ list-style: none}
img{ border: none;}
input,textarea{ outline: none;}
.light{ background-color: #072E61; height: 68px; margin-top: 2px;}
body{ background-color: white;}

/* 轮播图 */
.content #certify { position: relative; width: 100%; margin: 80px auto 0; z-index: 1;}
.content #certify .swiper-slide { width: 100%; background: #fff; border-radius: 0px;}
.content #certify .swiper-slide img { display: block; width: 100%;  }
 
/* 轮播图上的文字和图片内容 */
.content #certify .swiper-slide .swiper-con{ width: 100%; position: absolute; margin: 200px 0 0 25%;}
.content #certify .swiper-slide .swiper-con .tit{ color: #FFFFFF; font-size: 30px;}
.content #certify .swiper-slide .swiper-con .con{ color: #FFFFFF; font-size: 17px; margin-top: 30px; 
   line-height: 30px; width: 500px;}

/* 轮播图下方点 */
.swiper-container .swiper-pagination{ margin-top: -300px; }
.swiper-pagination .swiper-pagination-bullet{ border-radius: 0px;}
.swiper-pagination span{ width: 48px; height: 4px; background-color: #fff; opacity: 0.5;}
.swiper-container .swiper-pagination-bullet-active{ background-color: #fff; opacity: 1;}

/* 栏目标题 */
.content .modTit{ font-size: 23px; padding-left: 10%; height: 70px; line-height: 70px;
    border-bottom: rgb(136, 142, 150) 2px solid; color: #072E61; }

/* 导航栏 */
.content .choose{ background-color: #0B4793; width: 100%; margin-top: -5px;}
.content .choose ul{ display: flex; width: 80%; margin: 0 auto; height: 70px; line-height: 70px;  }
.content .choose ul li{ width: 10%; text-align: center; }
.content .choose ul li a{ font-size: 18px; color: white; padding: 20px 0;}
.content .choose ul li:hover{ background-color: #072E61; }

/* 文字内容 */
.content .conText{ width: 80%;  margin: 50px auto;}
.content .conText .leftText{ width: 380px;}
.content .conText .centerText{ width: 380px;}
.content .conText .rightText{ width: 200px;}

.content .conText .title{ border-bottom: 1px solid #615e5e; height: 40px; line-height: 30px;
    margin-bottom: 30px; margin-top: 50px;}
.content .conText .title span{ font-size: 21px; color: #000; margin-right: 20px; padding-bottom: 9px;
    border-bottom: 4px solid #072E61;}
.content .conText .title .more{ font-size: 16px; border-bottom: none; color: rgb(66, 66, 66);}

/* 最新资讯 */
.content .news{ margin-bottom: 60px; }
.content .news a:hover{ color: #0B4793;}
.content .news .title a:hover{ color: #0B4793;}
.content .news p a{ font-size: 16px; line-height: 30px;}
.content .news p { overflow: hidden; text-overflow: ellipsis; width: 100%; white-space: nowrap;}

/* 下方线 */
.content .line{ width: 100%; height: 1px; background-color: #000; margin-bottom: 80px;}

/* 下方海报 */
.content .bannerDown img{ width: 80%; margin-left: 10%;}

/* 合作logo */
.content .allLogo .logo{ width: 80%; margin-left: 10%; display: flex; flex-flow: wrap;}
.content .allLogo .logo img{ width: 11.5%; margin-right: 1.1%; margin-bottom: 15px;}
.content .allLogo .logo img:nth-child(8n){ margin-right: 0;}


/* 小屏显示器 */
@media(min-width: 992px) and (max-width:1200px){

/* 轮播图 */
.content #certify { position: relative; width: 100%; margin: 60px auto 0; z-index: 1;}
.content #certify .swiper-slide { width: 100%; background: #fff; border-radius: 0px;}
.content #certify .swiper-slide img { display: block; width: 100%;  }

.light{ background-color: #072E61; height: 58px; margin-top: 2px;}

/* 导航栏 */
.content .choose{ background-color: #0B4793; width: 100%; margin-top: -5px;}
.content .choose ul{ display: flex; width: 85%; margin: 0 auto; height: 60px; line-height: 60px;  }
.content .choose ul li{ width: 10%; text-align: center; }
.content .choose ul li a{ font-size: 16px; color: white; padding: 20px 0;}
.content .choose ul li:hover{ background-color: #072E61; }

/* 栏目标题 */
.content .modTit{ font-size: 23px; padding-left: 10%; height: 70px; line-height: 70px;
    border-bottom: rgb(136, 142, 150) 2px solid; color: #072E61; }

/* 文字内容 */
.content .conText{ width: 90%; margin: 40px auto;}

.content .conText .title{ border-bottom: 1px solid #615e5e; height: 40px; line-height: 30px;
    margin-bottom: 30px;}
.content .conText .title span{ font-size: 20px; color: #000; margin-right: 20px; padding-bottom: 9px;
    border-bottom: 4px solid #072E61;}
.content .conText .title .more{ font-size: 15px; border-bottom: none; color: rgb(66, 66, 66);}

/* 最新资讯 */
.content .leftText .news p a{ font-size: 14px; line-height: 30px;}


/* 下方线 */
.content .line{ width: 100%; height: 1px; background-color: #000; margin-bottom: 80px;}

    /* 下方海报 */
    .content .bannerDown img{ width: 80%; margin-left: 10%;}

    /* 合作logo */
    .content .allLogo .logo{ width: 80%; margin-left: 10%; display: flex; flex-flow: wrap;}
    .content .allLogo .logo img{ width: 11.5%; margin-right: 1.1%; margin-bottom: 15px;}
    .content .allLogo .logo img:nth-child(8n){ margin-right: 0;}
}


/* 平板电脑 */
@media(max-width: 992px) and (min-width:500px){

/* 轮播图 */
.content #certify { position: relative; width: 100%; margin: 60px auto 0; z-index: 1;}
.content #certify .swiper-slide { width: 100%; background: #fff; border-radius: 0px;}
.content #certify .swiper-slide img { display: block; width: 100%;  }
.light{ background-color: #072E61; height: 48px; margin-top: 2px;}
    
/* 导航栏 */
.content .choose{ background-color: #0B4793; width: 100%; margin-top: -5px;}
.content .choose ul{ display: flex; width: 90%; margin: 0 auto; height: 50px; line-height: 50px;  }
.content .choose ul li{ width: 14%; text-align: center; }
.content .choose ul li a{ font-size: 15px; color: white; padding: 20px 0;}
.content .choose ul li:hover{ background-color: #072E61; }
   
/* 栏目标题 */
.content .modTit{ font-size: 20px; padding-left: 6%; height: 60px; line-height: 60px;
    border-bottom: rgb(136, 142, 150) 1px solid; color: #072E61; }

/* 文字内容 */
.content .conText{ width: 90%; display: inline-block; justify-content: space-evenly; margin: 0px 5% 40px;}   
.content .conText .title{ border-bottom: 1px solid #615e5e; height: 40px; line-height: 30px;
    margin-bottom: 30px;}
.content .conText .title span{ font-size: 20px; color: #000; margin-right: 20px; padding-bottom: 9px;
    border-bottom: 4px solid #072E61;}
.content .conText .title .more{ font-size: 15px; border-bottom: none; color: rgb(66, 66, 66);}
    
/* 最新资讯 */   
.content .news p a{ font-size: 14px; line-height: 30px;}


/* 下方线 */
.content .line{ width: 100%; height: 1px; background-color: rgb(80, 77, 77); margin-bottom: 80px;}
    
/* 下方海报 */
.content .bannerDown img{ width: 90%; margin-left: 5%;}

/* 合作logo */
.content .allLogo .logo{ width: 90%; margin-left: 5%; display: flex; flex-flow: wrap;}
.content .allLogo .logo img{ width: 11.5%; margin-right: 1.1%; margin-bottom: 10px;}
.content .allLogo .logo img:nth-child(8n){ margin-right: 0;}
}


/* 手机 */
@media(max-width: 500px){

/* 轮播图 */
.content #certify { position: relative; width: 100%; margin: 80px auto 0; z-index: 1; }
.content #certify .swiper-slide { width: 100%; background: #fff; border-radius: 0px;}
.content #certify .swiper-slide img { display: block; width: 100%; min-height: 100px; }
.light{ background-color: #072E61; height: 48px; margin-top: 2px;}
.light{ background-color: #072E61; height: 43px; margin-top: 2px;}
    
/* 导航栏 */
.content .choose{ background-color: #0B4793; width: 100%; margin-top: -5px;}
.content .choose ul{ display: flex; width: 95%; margin: 0 auto; height: 45px; line-height: 45px;  }
.content .choose ul li{ width: 20%; text-align: center; }
.content .choose ul li a{ font-size: 13px; color: white; padding: 20px 0;}
.content .choose ul li:hover{ background-color: #072E61; }

/* 栏目标题 */
.content .modTit{ font-size: 18px; padding-left: 6%; height: 60px; line-height: 60px;
    border-bottom: rgb(136, 142, 150) 1px solid; color: #072E61; }

/* 文字内容 */
.content .conText{ width: 90%; display: inline-block; justify-content: space-evenly; margin: 0px 5% 20px;}      
.content .conText .title{ border-bottom: 1px solid #615e5e; height: 40px; line-height: 30px;
    margin-bottom: 30px;}
.content .conText .title span{ font-size: 18px; color: #000; margin-right: 20px; padding-bottom: 9px;
    border-bottom: 4px solid #072E61;}

        
/* 最新资讯 */   
.content .news p a{ font-size: 12px; line-height: 30px;}

 /* 下方线 */
.content .line{ width: 100%; height: 1px; background-color: rgb(80, 77, 77); margin-bottom: 80px;}

/* 下方海报 */
.content .bannerDown img{ width: 90%; margin-left: 5%;}

/* 合作logo */
.content .allLogo .logo{ width: 90%; margin-left: 5%; display: flex; flex-flow: wrap;}
.content .allLogo .logo img{ width: 11.5%; margin-right: 1.1%; margin-bottom: 5px;}
.content .allLogo .logo img:nth-child(8n){ margin-right: 0;}
}

