@charset "utf-8";

body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li, sub, sup, tt, var, del, dfn, ins, kbd, q, s, samp, strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select {
    margin: 0;
    padding: 0;
}

ul, ol {
    list-style: none;
    font-family: "微软雅黑"
}

em {
    font-style: normal;
}

dt {
    font-weight: normal;
}

body {
    overflow-x: hidden;
}

/* HTML5 重置为较旧版本的浏览器 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 按钮样式 */
input, button, textarea, select {
    outline: none;
    resize: none
}

input[type="button"] {
    cursor: pointer;
    border: 0
}

input[type="submit"] {
    cursor: pointer;
    border: 0
}

input[type="reset"] {
    cursor: pointer;
    border: 0
}

/*删除火狐下按钮默认样式*/
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
}

/*浮动*/
.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.clear {
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}

.clearfix:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    zoom: 1;
}

html {
    overflow-y: scroll;
}

/*a 链接*/
a {
    text-decoration: none;
    outline: none;
    blr: expression(this.onFocus=this.blur());
}

a:link {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover, a:active, a:focus {
    color: #1f7b8a;
    text-decoration: none;
}

/*图片居中*/
.middle {
    display: table-cell;
    *display: block;
    overflow: hidden;
    font: 0px/0px 'Arial';
    text-align: center;
    vertical-align: middle;
}

fieldset, img {
    border: 0;
    vertical-align: middle
}

/*常量*/
.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.noBg {
    background: none !important;
}

.noBorder {
    border: none !important;
}

.noMargin {
    margin: 0 !important;
}

.noPadding {
    padding: 0 !important;
}

.wrap {
    margin: 0 auto;
    width: 1200px;
}

/*index*/
.top {
    width: 1200px;
    height: 74px;
    line-height: 74px;
    margin: auto;
    position: absolute;
    top: -86%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    border-radius: 10px;
    background-color: white;
    padding: 0 18px 0 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.banner_ul {
    width: 100%;
}
.banner_ul img{
    width: 100%;
	/*height:920px;*/
}
.top_ul{
    display: inline-block;
    cursor: pointer;
}
.top_p {
    float: left;
    font-size: 32px;
    color: #000;
    font-weight: bold;
    margin: 0 30px;
}
.top_p img {
    width: 130px;
    margin-top: -6px;
}
.top_ul li {
    float: left;
	width:140px;
    text-align: center;
    position: relative;
}
.top_ul a {
    display: inline-block;
    font-size: 14px;
    color: #000;
}
.p0 li{
    padding: 0!important;
}
.top_ul a.on{
    color: #f60306;
}
.top_ul a:hover{
    color: #f60306;
}
.top_p01{
    float: right;
    font-size: 24px;
    color: #ff5500;
}
.top_p01 img {
    margin-right: 8px;
    width: 26px;
}
.top_ul_ul {
    position: absolute;
    width: 140px;
    text-align: center;
    background-color: white;
    line-height: 38px;
    display: none;
    padding: 0 8px;
}
.top_ul_ul li {
    margin-right: 0;
    float: none;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
}
.top_ul_hover:hover .top_ul_ul{
    display: block;
}
.banner{
    position: relative;
}
.banner_box {
    width: 100%;
    position: absolute;
    bottom: 36px;
}
.banner_ul01 {
    display: table;
    margin: 0 auto;
}
.banner_ul01 li {
    width: 16px;
    height: 16px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: inline-block;
    margin: auto 10px;
}
.banner_ul01 li.on {
    background-color: #ff5500;
}
.index_ul li {
    width: 24%;
    position: relative;
}
.index_ul li a{
    display: inline-block;
}
.index_ul li a img {
    width: 100%;
}
.index_ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index_content{
    margin-top: 50px;
    height: 740px;
    width: 100%;
    background-color: white;
   
}
.index_content_top{
    height: 330px;
    width: 1000px;
    margin: 0 auto;
  
    display: flex;
   
}
.index_content_top div ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top_title_right{
    font-size: 24px;
    color: #1681b8;
    font-family: 'Arial';
    font-weight: bold;
    
}
.tope_title_right{
    font-size: 24px;
    color: #1681b8;
    font-family: 'Arial';
    font-weight: bold;
    
}
.top_title_left{
    font-family: 'Microsoft YaHei';
    font-size: 12px;
    width: 50px;
    height: 20px;
    background-color: #8e8e98;
    display:flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-right: 10px;

}
.tab{
    height: 40px;
    width: 100%;
    display: flex;
    margin-top: 10px;
    
}
.tab li:nth-child(1){
    height: 100%;
    width: 132px;
    background-color: #1681b8;
    color: white;
    font-family: 'Microsoft YaHei';
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab li:nth-child(2){
    height: 100%;
    width: 142px;
    background-color: #eaeaea;
    color: black;
    font-family: 'Microsoft YaHei';
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab li:nth-child(3){
    width: 416px;
    border-bottom: 1px solid #eeeeee;
}
.center_banner{
    width: 100%;
   
    margin-top: 20px;
    overflow-y:scroll;
    overflow: hidden;
    display: flex;
}
.center_banner ul:nth-child(n+2){
    margin-left: 10px;
}




.center_banner ul li:nth-child(2){
    display: flex;align-items: center;justify-content: center;
    font-size: 14px;
    color: #333333;
}
.center_banner ul{
    width: 200px;
    height: 195px;
  
}
.center_banner ul li:nth-child(1){
    height: 170px;
    width: 100%;
}
.center_banner ul li a img{
    height: 170px;
    width: 100%;
}
.center_banner ul li:nth-child(2){
    height: 20px;
    width: 100%;
}



.index_content_top div:nth-child(1){
    width:690px;
    height: 330px;
}
.index_content_top div:nth-child(2){
    width:335PX;
    height: 330px;
  
   
}
.index_content_bottom{
    height: 290px;
    width: 1000px;
   
    margin: 0 auto;
    display: flex;
}

.bottom_top{
    width: 345px;
    height: 290px;
   
}
.bottom_banner{
    width: 320px;
    height: 120px;
   
    margin-top: 16px;
}
.bottom_title{
    font-size: 12px;
    color: #666666;
}
.bottom_center>div:nth-child(1){
    height: 40px;
    width: 95%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eeeeee;
}
.bottom_bottom{
    width: 308px;
}
.bottom_bottom>div:nth-child(1){
    height: 40px;
    width: 95%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eeeeee;
}
.bottom_top>div:nth-child(1){
    height: 40px;
    width: 95%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eeeeee;
}
.tope_title_left{
    font-family: 'Microsoft YaHei';
    font-size: 12px;
    width: 50px;
    height: 20px;
    background-color: #8e8e98;
    display:flex;
    align-items: center;
    justify-content: center;
    color: white;
  

}
.bottom_top>div:nth-child(2)>a{
    height: 90px;
    width: 95%;
    border-bottom: 1px dashed #5d5d5d;
    display: flex;
    align-items: center;
}
.bottom_top>div:nth-child(2)> a>div:nth-child(1){
    width: 103px;
    height: 70px;
   
}
.bottom_top>div:nth-child(2)>a> div:nth-child(2) li{
   margin-left: 17px;
   font-family: 'Microsoft YaHei';
   font-size: 12px;
   color: #666666;
}
li{
    list-style: none;
}
.blue{
    color: #1681b8;
   
}


.cent{
    width: 345px;
}
 

.index_ul01{
	width:60%;
    padding: 20px 30px;
    background-color: #edeaea;
}
.index_ul01 li a p {
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #333333;
    font-size: 14px;
    background-color: rgba(255, 255, 255);
    position: absolute;
    bottom: 0;
}
.bottom {
    width: 100%;
    background-color: #49484d;
}
.bottom_box {
    width: 1200px;
    margin: 0 auto;
	margin-bottom:50px;
    padding-top: 48px;
}
.bottom_box01_p01 {
    font-size: 32px;
    color: #000;
    font-weight: bold;
    margin-bottom: 22px;
}
.bottom_box01_p01 img {
    width: 260px
}
.bottom_box01_p02{
    font-size: 30px;
    color: #ff5500;
    font-weight: bold;
    margin-bottom: 24px;
}
.bottom_box01_p02 img {
    width: 32px;
    margin-right: 10px;
    margin-top: -6px;
}
.bottom_box01 li {
    font-size: 14px;
    color: #edeaea;
}
.bottom_box01 li p{
        width: 250px
}
.bottom_box01{
    margin-right: 100px;
    float: left;
}
.bottom_box02_p {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 30px;
}
.bottom_box02 ul li a{
    font-size: 14px;
    color: #edeaea;
}
.bottom_box02 ul li{
    margin-bottom: 8px;
}
.bottom_box02 {
    float: left;
    margin-right: 60px;
}
.bottom_box03 {
    width: 234px;
    height: 302px;
    float: right;
    margin-top: -20px;
    position: relative;
}
.bottom_box03_img01 {
    width: 100%;
    height: 100%;
}
.bottom_box03_img02 {
    width: 116px;
    height: 116px;
    margin: auto;
    position: absolute;
    left: 0;
    top: 60px;
    bottom: 0;
    right: 0;
}
.bottom_p {
    height: 52px;
    width: 100%;
    background-color: white;
    line-height: 52px;
    text-align: center;
}
/*case*/
.case_box {
    width: 100%;
    height: 120px;
    background-color: #1681b8;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.case_box_p01 {
    font-size: 36px;
    color: white;
    margin-bottom: 8px;
}
.case_box_p02 {
    font-size: 26px;
    color: white;
}
.case_box01{
    width: 1200px;
    margin: 76px auto 32px;
}
.case_box01_ul li {
    float: left;
    width: 380px;
    height: 212px;
    margin: 0 10px 32px 10px;
    position: relative;
}
.case_box01_ul li a {
    display: inline-block;
}
.case_box01_ul li a img {
    width: 100%;
    height: 212px;
}
.case_box01_ul li a p {
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #333333;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0.8);
    
    font-weight: bold;
}
.paging_ul{
    display: table;
    margin: 0 auto;
}
.paging{
    margin: 0 auto 50px;
}
.paging_ul li {
    float: left;
}
.paging_ul a {
    font-size: 16px;
    color: #666666;
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #666666;
    margin: auto 4px;
    padding: 4px 10px;
}
.paging_ul a.on {
    background-color: #1681b8;
    color: white;
    border: 1px solid #1681b8;
}
.paging_ul a:hover {
    background-color: #1681b8;
    color: white;
    border: 1px solid #1681b8;
}
/*particulars*/
.particulars_box {
    width: 100%;
    margin: 46px auto 92px;
}
.particulars{
    width: 1200px;
    margin: 0 auto 76px;
}
.particulars_box span {
    color: #333333;
    font-size: 16px;
}
.particulars_box p {
    color: #333333;
    font-size: 16px;
    
}
.particulars_box01_p {
    color: #333333;
    font-size: 22px;
    margin-bottom: 28px;
    font-weight: bold;
}
.particulars_box01_p a{
    color: #666666;
    font-size: 16px;
    float: right;
    font-weight: 500;
}
.particulars_box01 .bd {
    width: 1100px;
    margin: 0 auto;
}

.particulars_box01_ul li {
    margin: 0 8px 0 0;
    width: 354px;
    height: 200px;
    position: relative;
}
.particulars_box01_ul li a {
    display: inline-block;
}
.particulars_box01_ul li a img {
    width: 100%;
}
.particulars_box01_ul li a p {
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #333333;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom: 0;
    font-weight: bold;
}
.particulars_box01{
    position: relative;
}
.particulars_box01 .hd a {
    display: inline-block;
}
.particulars_box01 .hd a img{
    width: 22px;
}
.particulars_box01 .hd a.next {
    position: absolute;
    left: 0;
    top: 80px;
}
.particulars_box01 .hd a.prev {
    position: absolute;
    right: 18px;
    top: 80px;
}
/*brief*/
.brief {
    width: 1200px;
    margin: 50px auto 54px;
	font-family:'Questrial', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.brief_img {
    width: 100%;
    margin-bottom: 36px;
}
.brief_img img{
    width: 100%;
}
.brief_txt p {
    font-size: 16px;
    color: #333333;
    text-indent: 2rem;
    line-height: 32px;
}
.brief_txt h5 {
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    font-weight: 500;
}
.brief_txt_bottom{
    margin-bottom: 56px;
}
.brief tr{
	height:40px;
	line-height: 30px;
}
.brief td{
	padding-left: 15px;
}
/*journalism*/
.journalism {
    width: 1200px;
    margin: 0 auto 60px;
}
.journalism_ul li{
    width: 100%;
    height: 56px;
    line-height: 56px;
    border-bottom: 1px solid #d2d2d2;
}
.journalism_ul li a {
    color: #1681b8;
    font-size: 16px;
    font-weight: bold;
}
.journalism_ul li span {
    color: #666666;
    font-size: 14px;
    float: right;
}
/*aptitude*/
.aptitude {
    width: 1200px;
    margin: 52px auto 110px;
}
.aptitude_ul {
    display: flex;
    
    flex-wrap: wrap;
}
.aptitude_ul li {
    width: 210px;
    margin: auto 40px;
}
.aptitude_ul li a {
    display: inline-block;
    width: 100%;
	margin-bottom: 20px;
	background:#edeaea;
}
.aptitude_ul li a img {
    width: 210PX;
    height: 210px;
}
.aptitude_ul li a p {
    font-size: 12px;
	font-family:'Lora', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight:bold;
    color: #333333;
    margin: 10px auto ;
    text-align: center;
}
/*matters*/
.matters {
    width: 1200px;
    margin: 50px auto;
}
.matters_top {
    width: 100%;
    margin: 0 auto 30px;
    border-bottom: 1px solid #d2d2d2;
}
.matters_top_p {
    font-size: 24px;
    color: #333333;
    text-align: center;
    font-weight: bold;
    margin-bottom: 14px;
}
.matters_top_p01 {
    font-size: 12px;
    color: #666666;
    text-align: center;
    margin-bottom: 26px;
}
.matters_txt p{
    font-size: 16px;
    color: #333333;
}
.matters_txt_ul{
    margin-top: 40px;
}
.matters_txt_ul li{
    margin-bottom: 18px;
}
.matters_txt_ul li a {
    font-size: 16px;
    color: #1681b8;
}
.matters_txt_ul li span {
    font-size: 16px;
    color: #333333;
	margin-left:20px;
}
.matters_txt tr{
	height: 40px;
	line-height: 30px;
	
}
.matters_txt td{
	padding-left:15px;
}

.page {
    display: table;
    margin: 30px auto;
}
.page > a {
    color: #666;
    font-size: 14px;
    display: inline-block;
    border: 1px solid #666666;
    padding: 8px 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 5px;
    border-radius: 3px;
}
.page > a.on {
    background: #fa0101;
    color: #fff;
}
/*.page > a:first-child{*/
/*color: white;*/
/*}*/
.page>span{
    margin: 0 5px;
    font-size: 14px;
    color: #666666;
}
.page>span>input{
    width: 36px;
    height: 36px;
    border: 1px solid #dcdcdc;
    text-align: center;
    margin: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.page > a:hover{
    background-color: #1681b8;
    color: white;
}
.page > a:last-child:hover{
    border: 1px solid #fa0101;
}
.page .current{
    background-color: #1681b8;
    color: white;
}