@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: 1400px;
    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%;
}
.top_ul{
    display: inline-block;
    cursor: pointer;
}
.top_p {
    float: left;
    font-size: 32px;
    color: #000;
    font-weight: bold;
   /* margin-right: 30px;*/
}
.top_p img {
    width: 116px;
    margin-top: -6px;
}
.top_ul li {
    float: left;
    padding:  0 20px;
    text-align: center;
    position: relative;
}
.top_ul a {
    display: inline-block;
    font-size: 16px;
    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;
    left: -1px;
    width: 90px;
    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: 19.5%;
    margin-bottom: 0.5%;
    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: 0.5%;
}
.index_ul01{
    padding: 34px 0;
    background-color: #edeaea;
}
.index_ul01 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;
}
.bottom {
    width: 100%;
    background-color: #f7f7f7;
}
.bottom_box {
    width: 1200px;
    margin: 0 auto;
    padding-top: 48px;
}
.bottom_box01_p01 {
    font-size: 32px;
    color: #000;
    font-weight: bold;
    margin-bottom: 22px;
}
.bottom_box01_p01 img {
    margin-top: -6px;
    width: 152px
}
.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: #2c2c2c;
}
.bottom_box01{
    margin-right: 64px;
    float: left;
}
.bottom_box02_p {
    font-size: 16px;
    color: #383838;
    margin-bottom: 32px;
}
.bottom_box02 ul li a{
    font-size: 14px;
    color: #777777;
}
.bottom_box02 ul li{
    margin-bottom: 8px;
}
.bottom_box02 {
    float: left;
    margin-right: 52px;
}
.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: 140px;
    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;
}
.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;
}
/*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%;
}
.aptitude_ul li a img {
       width: 210PX;
    height: 297px;
}
.aptitude_ul li a p {
    font-size: 16px;
	height:42px;
    color: #333333;
    margin: 30px auto 38px;
    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: 18px;
    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: 14px;
    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;
}


.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;
}