* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial,'Microsoft YaHei',sans-seri;
    color: #333;
    font-size: 12px;
    line-height: 1.5;
    background-color: #fff;
    min-width: 1230px;
    max-width: 1920px;
    margin: auto;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}

b, i {
    font-weight: 400;
    font-style: normal;
}

a {
    text-decoration: none;
}

img {
    vertical-align: middle;
    border: 0;
}

ol, ul {
    list-style: none;
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin:0 auto;
}

button, input, select, textarea {
    border: 0;
    background: 0 0;
}

textarea {
    resize: none;
}

input:disabled {
    opacity: .9;
}

input[type=button]:active {
    opacity: .8;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.none {
    display: none;
}

.clearfix:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both;
}

.scroll-touch {
    -webkit-overflow-scrolling: touch;
}

    .scroll-touch::-webkit-scrollbar {
        display: none;
    }

.main-center {
    width: 1230px;
    padding-left: 0px;
    padding-right: 0px;
    margin: auto;
}
/*
element.style {
    color: #024596;
}

.huiyi_nr .cont ul li h3 a {
    font-size: 14px;
    font-weight: normal;
*/
.main-center h2 {
     color: #024596;
	  font-size: 14px;
    font-weight: normal;    font-weight: 700;    margin-bottom: 8px; 
}

.header-top {
    background-color: #039;
    height: 40px;
}

.header-top-content {
    overflow: hidden;
    line-height: 40px;
}

.htc-data {
    float: left;
    color: #83bcfb;
}

    .htc-data li {
        float: left;
        padding-right: 40px;
    }

        .htc-data li img {
            vertical-align: -2px;
            margin-right: 12px;
        }

        .htc-data li:last-child {
            padding-right: 0;
        }

.htc-nav {
    float: right;
}
/* */
    .htc-nav span {
        font-size: 12px;
        display: block;
        float: left;
        padding: 0 7px;
        color: #83bcfb;
    }

    .htc-nav a {
        font-size: 14px;
        display: block;
        float: left;
        color: #83bcfb;
    }

.header-content {
    padding-top: 0px;
    padding-bottom: 0px;
}

.header-nav {
    height: 57px;
    border-top: 1px solid #e3e3e3;
}

.header-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    position: relative;
    z-index: 10;
}

    .header-nav-list > li {
        position: relative;
        line-height: 53px;
    }

        .header-nav-list > li > a {
            color: #22344a;
            padding: 0 16px;
            min-width: 80px;
            display: block;
            text-align: center;
            border-top: 3px solid #fff;
        }

        .header-nav-list > li.active > a, .header-nav-list > li:hover > a {
            border-top: 3px solid #039;
        }

.nav-sub {
    
   
    top: 100%;
    background-color: rgba(0,51,153,.8);
    left: 0;
    display: none;
    /*width:150px;  width: 100%; position: absolute;*/
}

    .nav-sub > li a {
        display: block;
        line-height: 20px;
        text-align: center;
        padding: 10px 30px;
        font-size: 14px;
        color: #fff;
		text-align:left;
		min-width:150px;
    }

        .nav-sub > li a:hover {
            background-color: #f6b02c;
        }

.banner {
    height: 440px;
    position: relative;
}

    .banner .swiper-button-prev {
        background-image: url(../images/icon-left.png);
        left: 37px;
    }

    .banner .swiper-button-next {
        background-image: url(../images/icon-right.png);
        right: 37px;
    }

    .banner .swiper-slide-pic {
        display: block;
        height: 440px;
        /*background-size: cover;*/
        background-position: center center;
    }

.banner-nav {
    overflow: hidden;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;
    margin-left: -585px;
    width: 1170px;
    opacity: 0.85;
}

    .banner-nav a {
        display: block;
        width: 390px;
        float: left;
    }

.banner-nav-a1 {
    background: #0099db;
}

    .banner-nav-a1:hover {
        background: #0374a5;
    }

.banner-nav-a2 {
    background: #f7b139;
}

    .banner-nav-a2:hover {
        background: #d6961e;
    }

.banner-nav-a3 {
    background: #75cb17;
}

    .banner-nav-a3:hover {
        background: #5d9c03;
    }

.welcome {
    padding: 47px 0;
    background-color: #f4f6f8;
}

.welcome-content {
    background-color: #fff;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.welcome-left {
    width: 780px;
    padding: 25px 38px 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.welcome-right {
    width: 390px;
    background-color: #008ed5;
    padding: 25px 20px 18px;
}

.welcome-left-tit {
    font-size: 25px;
    color: #039;
}

.welcome-left-txt {
    line-height: 28px;
    padding-top: 18px;
}

.welcome-right-tit {
    font-size: 20px;
    color: #fff;
    padding-bottom: 20px;
}

.welcome-right-list li {
    color: #fff;
    line-height: 20px;
    padding-bottom: 12px;
    padding-left: 13px;
    position: relative;
    font-size: 14px;
}

    .welcome-right-list li::before {
        content: " ";
        position: absolute;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        left: 0;
        top: 7px;
        background-color: #fff;
    }

.welcome-right-line {
    text-decoration: line-through;
}

.welcome-right-date {
    padding-left: 7px;
    color: #f7b139;
}

.inews {
    padding: 30px 0;
    overflow: hidden;
}

.inews-left {
    width: 840px;
    float: left;
    padding: 0px 20px 30px 30px;
}

.inews-left-tit {
    font-size: 25px;
    color: #039;
    padding-bottom: 20px;
    height: 60px;
    line-height: 40px;
}

.inews-left-img a img {
    width: 100%;
}

.inews-right {
    width: 390px;
    float: left;
    padding-top: 0px;
    padding-left: 25px;
}

.inews-right-list li {
    overflow: hidden;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
}

.inews-right-date {
    width: 60px;
    height: 60px;
    border: 2px solid #039;
    text-align: center;
    padding-top: 2px;
}

.inews-right-date-y {
    color: #039;
    line-height: 18px;
}

.inews-right-date-d {
    font-size: 36px;
    color: #039;
    line-height: 36px;
}

.inews-right-a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 20px;
}

    .inews-right-a:hover .inews-right-a-txt {
        color: #039;
    }

.inews-right-a-tit {
    font-size: 36px;
    color: #000;
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 6px;
}

.inews-right-a-txt {
    font-size: 36px;
    color: #333;
    font-size: 12px;
    line-height: 22px;
}

.chairman {
    background-color: #4a545f;
}

.chairman-content {
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
}

.chairman-left {
    width: 1170px;
    float: left;
}

.chairman-tit {
    font-size: 25px;
    color: #fff;
    padding-bottom: 20px;
    text-align: center;
}

.chairman-stit {
    font-size: 14px;
    color: #84f509;
    padding-bottom: 2px;
}

.chairman-list {
    overflow: hidden;
}

    .chairman-list > li {
        width: 390px;
        float: left;
        padding: 0 10px;
		min-height:120px;
    }

.chairman-c1 > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 17px;
}

.chairman-c1-pic {
    font-size: 14px;
   color: #d0d1d3;
}

    .chairman-c1-pic img {
       /* width: 100%;*/
    }

.chairman-c1-right {
    padding-left: 0px;
    /*padding-right: 50px;*/
}

.chairman-c1-tit {
    font-size: 16px;
    color: #d0d1d3;
    padding-bottom: 2px;
}

.chairman-c1-txt {
    font-size: 14px;
    color: #a6bfce;
}

.chairman-c2 {
    overflow: hidden;
}

    .chairman-c2 > li {
        width: 50%;
        float: left;
        padding-bottom: 17px;
        text-align: center;
    }

    .chairman-c2 .chairman-c1-txt {
        padding: 0 20px 10px;
    }

.chairman-c3 {
    overflow: hidden;
    padding: 15px 25px 0;
    background-color: #2551a7;
}

    .chairman-c3 > li {
        width: 50%;
        float: left;
        padding-bottom: 20px;
    }

.chairman-c2-pic {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 10px;
}

    .chairman-c2-pic img {
        width: 100%;
    }

.chairman-right {
    width: 390px;
    float: left;
}

.theme-content {
   /* 
	padding-top: 60px;
    padding-bottom: 60px;
	*/
}

.tracks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f4f6f8;
}
/*

lement.style {
    color: #074497;
}
.huiyi_nr .title {
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin: 30px 0 15px 0;
}
*/
.tracks-title {
    text-align: center;
    font-size: 20px;
    margin: 0px 0 15px 0;
    color: #074497;
}

.tracks-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 34px 8px 56px;
    background-color: #f4f6f8;
}

    .tracks-right li {
        width: 33.333333%;
        float: left;
        padding: 0 25px;
    }

.tracks-right-txt {
	/*
  //  border-top: 1px solid #15549a;
  //  padding-top: 10px;
  */
    font-size: 14px;
    color: #5a5a5a;
      line-height: 24px;
    padding-bottom: 10px;
}

.by {
    margin-top: 0px;
    border: 1px solid #eaeaea;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .by > li {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        border-left: 1px solid #eaeaea;
    }

        .by > li:first-child {
            border-left: 0;
        }

.by-tit {
    font-size: 18px;
    text-align: center;
    color: #039;
    padding: 22px 0;
}

.by-list {
    overflow: hidden;
    padding: 0 10px;
    text-align:center;
}

    .by-list > li {
        /*
        width: 50%;
        float: left;*/
        padding: 0 17px 20px;
    }

        .by-list > li img {
           /*  width: 100%;*/
        }

.footer {
    background-color: #1e2127;
    text-align: center;
    line-height: 20px;
    padding: 25px;
    color: #c1c2c3;
}



.n-banner {
    height: 244px;
    background-size: cover;
    background-position: center center;
}

.n-banner-tit {
    font-size: 48px;
    color: #fff;
    line-height: 244px;
}

.breadcrumb {
    padding: 28px 5px 13px;
    line-height: 24px;
    font-size: 16px;
    color: #444;
    border-bottom: 1px solid #ddd;
}

    .breadcrumb a {
        padding: 0 13px;
        color: #00658f;
    }

    .breadcrumb span {
        padding: 0 13px;
    }

.nmain {
    overflow: hidden;
        padding-bottom: 35px;
}

.nmain-left {
    width: 780px;
    float: left;
    padding-right: 65px;
}

.nmain-right {
    width: 390px;
    float: left;
}

.inews-nmain.inews-right-list li {
    padding: 20px 0;
    border-bottom: 1px dashed #bfbfbf;
}

    .inews-nmain.inews-right-list li:first-child {
        padding-top: 0;
    }

.npage-box {
    padding: 50px 0 20px;
}

.npage-list {
    text-align: center;
    font-size: 0;
}

    .npage-list li {
        border: 1px solid #bfbfbf;
        border-left: 0;
        font-size: 12px;
        color: #2e7ec5;
        display: inline-block;
        min-width: 30px;
        height: 28px;
        line-height: 28px;
        text-align: center;
        padding: 0 5px;
        cursor: pointer;
    }

        .npage-list li:first-child {
            border-left: 1px solid #e4e4e4;
            border-radius: 3px 0 0 3px;
        }

        .npage-list li:last-child {
            border-radius: 0 3px 3px 0;
        }

.nmenu-list {
    border-top: 1px solid #d2d2d2;
}

    .nmenu-list li {
        position: relative;
        font-size: 16px;
        line-height: 20px;
        padding: 14px 30px;
        background-color: #eee;
        border-bottom: 1px solid #d2d2d2;
    }

        .nmenu-list li a {
            color: #8b8b8b;
        }

            .nmenu-list li a:hover {
                color: #15549a;
            }

        .nmenu-list li::before {
            content: " ";
            position: absolute;
            width: 8px;
            height: 14px;
            border-radius: 50%;
            left: 16px;
            top: 16px;
            background-image: url(../images/icon-list.png);
            background-size: cover;
        }

.nright-nav {
    padding-top: 10px;
}

    .nright-nav a {
        display: block;
        margin-top: 10px;
    }

.nright-welcome {
    margin-top: 20px;
}

.inews .more a {
    border-radius: 20px;
    color: #9B9B9B;
    border: solid 1px #B9B9B9;
    padding: 6px 12px;
    font-size: 12px;
}

.inews .more {
    text-align: center;
}

.jigou .people {
    background: #f5f5f5;
    border-radius: 3px;
    padding: 15px;
}

.welcome-left-txt .people ul li {
    display: inline-table;
    width: 48%;
    font-size: 14px;
}

.welcome-left-txt .people .pic {
    margin-right: 10px;
}

    .welcome-left-txt .people .pic img {
        border-radius: 50%;
    }

.welcome-left-txt .cont {
    margin-top: 10px;
    font-size: 13px;
    line-height: 20px;
    padding-left: 20px;
}

    .welcome-left-txt .cont ul {
        display: inline-table;
        width: 48%;
    }

        .welcome-left-txt .cont ul h3 {
            font-size: 14px;
            font-weight: bolder;
            margin: 10px 0;
        }

.welcome-left-txt .pull-left {
    float: left !important;
}

.partner_bak {
    background: #f5f5f5;
    height: 105px;
}
.partner {
    background: #ffffff;
    height: 105px;
    border-style: 11px;
    border-color: #ef8417;
    /* padding: 12px; */
    border-bottom: 1px solid #f5f5f5;
}

.container {
    width: 1230px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.swiper-container2 .swiper-slide {
    padding: 13px 65px;
}


.banner-nav span {
    position: absolute;
    top: 1px;
   /* width: 100%; */
    height: 90px;
    color: #fff;
    font-size: 26px;
    line-height: 90px;
    padding-left: 0px;
}


.banner-nav-a1 span {
    left: 129px;
}


.banner-nav-a2 span {
    left: 519px;
}



.banner-nav-a3 span {
    left: 909px;
}



