html,
body,
p,
h1 {
    margin: 0;
    padding: 0;
}

/*body{
    overflow-x:hidden;
}*/

ul {
    padding: 0;
}

a {
    text-decoration: none;
    color: black;
}

html,
body {
    width: 100%;
    min-width: 1400px;
    text-size-adjust: none;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #999;

}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}





.slideTxtBox .on span {
    color: #2157ad;
}

#word-img {
    width: 980px;
    height: 200px;
    position: absolute;
    top: 130px;
    left: 50%;
    margin-left: -490px;
}


#wordnew-img {
    width: 980px;
    height: 140px;
    position: absolute;
    top: 270px;
    left: 50%;
    margin-left: -300px;
}

.main {
    width: 100%;
    height: auto;
}

.nav1 {
    width: 1400px;
    height: auto;
    margin: auto;
}

.nav1-top {
    width: 100%;
    height: auto;
    background: #f3f3f3;
}

.nav1-time {
    width: 1200px;
    margin: auto;
    height: 40px;
    font-size: 14px;
    color: #a3a3a3;
    line-height: 40px;
}

.nav1-time div {
    display: inline-block;
}

.nav1-shoucang {
    float: right;
    color: #6b6b6b;
    font-size: 14px;
}

.nav1-shoucang span {
    margin-right: 10px;
    margin-left: 5px;
}

.nav1-shoucang span a {
    color: #6b6b6b;
    font-size: 14px;
}

.nav1-shoucang span:last-child {
    margin-right: 0;
}

.nav1-lan {
    width: 290px;
    display: inline-block;
    float: right;
    margin-top: 30px;
}

.nav1-con {
    width: 100%;
    height: auto;
    margin: auto;
}

.nav1-logo {
    display: inline-block;
    margin-top: 10px;
    vertical-align: top;
    position: relative;
    left: -70px;
}

.nav1-logo h1,
.nav1-logo h1 img {
    width: 450px;
    height: 115px;
}

.nav1-input {
    margin-top: 30px;
    float: right;
}

.nav1-input,
.nav1-input-in {
    width: 303px;
    height: 38px;
    border: 0;
}

.nav1-input-in {
    background: white;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    padding-left: 15px;
    position: relative;
    left: -18px;
    ;
}

.nav1-input-in::-webkit-input-placeholder {
    color: #ababab;
    /*WebKit browsers
	*/
}

.nav1-input-in::-moz-placeholder {
    color: #ababab;
    /*Mozilla Firefox 4 to 18 */
}

.nav1-input-in::-moz-placeholder {
    color: #ababab;
    /*Mozilla Firefox 19+ */
}

.nav1-input-in::-ms-input-placeholder {
    color: #ababab;
    /*Internet Explorer 10+*/
}

.nav1-input-btn {
    width: 20px;
    border: 0;
    position: relative;
    top: -28px;
    left: 265px;
}

/* 导航 */

.nav1-list {
    width: 1400px;
    height: 60px;
    margin: auto;
    margin-top: 10px;
}

.nav1-list-ul {
    width: 100%;
    height: 60px;
    margin: 0 auto;
    padding: 0;
    line-height: 60px;
    list-style: none;
    font-size: 0;
}

.nav1-list-ulli {
    width: 116px;
    height: 60px;
    display: inline-block;
    font-size: 16px;
    color: #6a6a6a;
    text-align: center;
    position: relative;
}

.nav1-list-ulli a:hover {
    color: #3c66b3;
}

.nav1-list-ulli a {
    color: #6a6a6a;
    font-weight: 600;
}

.nav1-list-ulli:hover .nav1-list-uls {
    display: block;
}

.nav1-list-ulli span {
    position: relative;
    top: 3px;
}

.nav1-list-uls li {
    background-color: white;
    height: 40px;
    line-height: 40px;
}

.nav1-list-uls {
    width: 206px;
    z-index: 9;
    display: none;
    position: absolute;
    left: -45px;
    padding: 0;
    list-style-type: none;
}

/* 大图轮播 */

.nav2 {
    width: 100%;
    min-width: 1400px;
    height: 550px;
}

.nav2-lunbo {
    width: 100%;
    height: 550px;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.nav2-lunbo .nav2-lunbo-hd {
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: 15px;
    z-index: 1;
}

.nav2-lunbo .nav2-lunbo-hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
    padding: 0;
    margin-right: 12px;
    list-style: none;
}

.nav2-lunbo .nav2-lunbo-hd ul li {
    float: left;
    margin-right: 8px;
    width: 10px;
    height: 10px;
    background: white;
    cursor: pointer;
    border-radius: 5px 5px 5px 5px;
}

.nav2-lunbo .nav2-lunbo-hd ul li.on {
    height: 10px;
    background: #2056ad;
}

.nav2-lunbo .nav2-lunbo-bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.nav2-lunbo .nav2-lunbo-bd li {
    zoom: 1;
    vertical-align: middle;
}

.nav2-lunbo .nav2-lunbo-bd img {
    width: 100%;
    height: 550px;
    display: block;
    position: relative;
    top: 1px;
}

.nav2-new img {
    width: 100%;
    height: 300px;
}


/* 结束 */

.nav3 {
    width: 1400px;
    margin: auto;
}

.nav3-con1 {
    font-size: 0;
}

.nav3-con1-left,
.nav3-con1-right {
    display: inline-block;
}

.nav3-con1-left {
    width: 980px;
    margin-right: 20px;
}

.nav3-con1-right {
    width: 400px;
    vertical-align: top;
}

.list-column {
    margin: 30px 0 0 0;
}

.list-column span:nth-child(1) {
    display: inline-block;
    width: 5px;
    height: 22px;
    background-color: #2157ad;
    margin-right: 10px;
    position: relative;
    top: 4px;
}

.list-column span:nth-child(2) {
    font-size: 22px;
    font-weight: bold;
}

.list-column span:nth-child(3) {
    font-weight: bold;
    font-size: 18px;
    margin-left: 5px;
}

.list-column span:nth-child(4) a {
    font-size: 14px;
    color: #b1b1b1;
    float: right;
    position: relative;
    top: 7px;
}

/* 小图轮播 */

.slideBox {
    width: 420px;
    height: 315px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 0px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
    padding: 0;
    margin-right: 12px;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 8px;
    width: 10px;
    height: 10px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
}

.slideBox .hd ul li.on {
    background: #009c25;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    width: 420px;
    height: 315px;
    display: block;
}

.slideBox .bd ul li p {
    width: 410px;
    height: 315px;
    position: relative;
    top: -50px;
    font-size: 14px;
    color: white;
    background-color: rgba(0, 0, 0, 0.6);
    line-height: 50px;
    padding-left: 10px;
}

.slideBox .bd ul {
    padding: 0;
}


/* 结束 */

.list-content {
    display: inline-block;
    vertical-align: top;
    margin-top: 12px;
    margin-left: 20px;
}

#list-li {
    list-style: none;
    margin-left: 0;
    line-height: 0;
}

.list-content ul,
.list-content ul li {
    width: 540px;
    list-style-type: square;
    font-size: 14px;
    color: #276db4;
}

.list-content ul li {
    margin-left: 20px;
    line-height: 36px;
}


#list-li p:nth-child(1) a {
    font-size: 16px;
    color: black;
    font-weight: bold;
}

#list-li p:nth-child(2) a {
    font-size: 14px;
    color: #b1b1b1;
    line-height: 25px;
}

#list-li p:nth-child(2) {
    margin-top: 20px;
    margin-bottom: 20px;
}

#list-li p:nth-child(1) {
    height: 0;
}


.con2-1-time,
.con2-1-p {
    display: inline-block;
}

.con2-1-time {
    width: 70px;
    height: 70px;
    background-color: #2157ad;
    text-align: center;
}

.con2-1-p {
    width: 310px;
    height: 70px;
    float: right;
    background-color: #f3f4f5;
    line-height: 20px;
    padding: 0 0 0 15px;
    display: flex;
    align-items: center;
    justify-content: left;
}

.con2-1-p p {
    margin-top: 5px;
}

.con2-1-p a {
    font-size: 14px;
    color: #737373;
}

.list-right-content {
    padding: 0;
    margin-top: 30px;
}

.list-right-content li {
    margin-top: 10px;
    border-bottom: 1px solid #f2f2f2;
}

.day {
    font-size: 24px;
    margin-top: 10px;
    font-weight: bold;
    color: white;
}

.year {
    font-size: 12px;
    font-weight: bold;
    color: white;
}

.nav3-con1-bottom {
    font-size: 0;
    margin: 50px 0 50px 0;
}

.nav3-con1-bottom ul li {
    width: 270px;
    height: 110px;
    display: inline-block;
    margin-right: 12px;
    vertical-align: top;
}

.nav3-con1-bottom ul li:nth-child(2) {
    background-color: #939cb2;
}

.nav3-con1-bottom ul li:nth-child(3) {
    background-color: #a493b2;
}

.nav3-con1-bottom ul li:nth-child(4) {
    background-color: #93b2ad;
}

.nav3-con1-bottom ul li:nth-child(5) {
    background-color: #b2a893;
}

.nav3-con1-bottom ul li:nth-child(6) {
    background-color: #b29a93;
    margin-right: 0;
}

.nav3-con1-bottom ul li a p {
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    color: white;
    width: 180px;
    margin: auto;
}

.nav3-con1-bottom ul li a p:nth-child(1) {
    margin-top: 25px;
}

.nav4 {
    width: 1400px;
    margin: auto;
}

.slideGroup {
    width: 1400px;
    text-align: left;
}

.slideGroup .parHd {
    width: 800px;
    height: 60px;
    position: relative;
}

.slideGroup .parHd ul {
    width: 100%;
    float: left;
    position: absolute;
    height: 32px;
    list-style: none;
}

.slideGroup .parHd ul li {
    float: left;
    cursor: pointer;
}

.slideGroup .parHd ul li.on {
    height: 30px;
    color: #2157ad;
}

.slideGroup .slideBoxs {
    width: 1400px;
    /* overflow: hidden; */
    zoom: 1;
    /* padding: 10px 0 10px 42px; */
    position: relative;
}

.slideGroup .sPrev,
.slideGroup .sNext {
    position: absolute;
    right: 30px;
    top: -40px;
    display: block;
}

.slideGroup .sNext {
    left: auto;
    right: 5px;
}

.slideGroup .sPrev:hover,
.slideGroup .sNext:hover {
    border-color: #f60;
}

.slideGroup .parBd ul {
    overflow: hidden;
    zoom: 1;
}

.slideGroup .parBd ul li {
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    margin-right: 10px;
}

.slideGroup .parBd ul li .pic {
    text-align: center;
}

.slideGroup .parBd ul li .pic img {
    width: 225px;
    height: 170px;
    display: block;
    padding: 2px;
}

.slideGroup .parBd ul li .pic a:hover img {
    border-color: #999;
}

.slideGroup .parBd ul li .title {
    line-height: 60px;
}

.slideGroup .parBd ul li .title a {
    font-size: 14px;
}

.lists-column {
    margin: 0;
    margin-right: 30px;
}

.lists-columns span:nth-child(1),
.lists-column span:nth-child(2) {
    font-size: 22px;
    font-weight: bold;
}

.lists-columns span:nth-child(2),
.lists-column span:nth-child(3) {
    font-weight: bold;
    font-size: 18px;
    margin-left: 5px;
}

.lists-column span:nth-child(1) {
    display: inline-block;
    width: 5px;
    height: 22px;
    background-color: #2157ad;
    margin-right: 10px;
    position: relative;
    top: 4px;
}

.nav5 {
    width: 100%;
    min-width: 1400px;
    background-color: #2157ad;
}

.nav5-con {
    width: 1400px;
    margin: auto;
}

.copyright,
.qr {
    display: inline-block;
}

.copyright {
    float: left;
    margin-top: 60px;
    line-height: 30px;
    margin-bottom: 60px;
}

.copyright p {
    font-size: 14px;
    color: #9acafa;
}

.qr {
    float: right;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.qr p {
    font-size: 12px;
    color: #9acafa;
    margin-top: 10px;
}


/* 内页  */

.nav3-new {
    width: 1400px;
    margin: auto;
    margin-bottom: 60px;
    font-size: 0;
}

.nav3-left {
    width: 280px;
    height: auto;
    display: inline-block;
    margin-right: 30px;
    position: relative;
    top: -88px;
}

.lanmu {
    width: 280px;
    height: 85px;
    background-color: #2157ad;
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 85px;
}

.nav3-left ul,
.nav3-left li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 18px;
    color: black;
}

.nav3-left li {
    width: 277px;
    border-right: 3px solid #f2f2f2;
    background-color: #f2f2f2;
    border-bottom: 1px solid #d9d9d9;
    font-size: 14px;
}

.nav3-left li:hover {
    border-right: 3px solid #2157ad;
    background-color: #ffffff;
}

.nav3-right {
    width: 1090px;
    display: inline-block;
    vertical-align: top;
}

.nav3-right-top {
    height: 95px;
    border-bottom: 1px solid #e5e5e5;
}

.nav3-right-con {
    padding-top: 30px;
}

.list-lanmu,
.list-weizhi {
    display: inline-block;
}

.list-weizhi {
    float: right;
    margin-top: 35px;
    font-size: 16px;
}

.list-weizhi span a {
    font-size: 14px;
    margin: 0 3px 0 3px;
}

.nav3-right-con ul li {
    width: 343px;
    display: inline-block;
    margin-right: 30px;
}

.nav3-right-con ul li a img {
    width: 343px;
    height: 260px;
}

.nav3-right-con ul li p {
    font-size: 16px;
    text-align: center;
    line-height: 60px;
}




.last-list {
    margin-bottom: 30px;
}

.last-list p {
    font-size: 24px;
    text-align: center;
}

.last-time span {
    font-size: 14px;
    color: #808080;
}

.last-time {
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
}

.title-time {
    margin-right: 40px;
}

.title-number {
    margin-right: 375px;
}

.title-fontSize span a {
    color: black;
}

.title-fenxiang a {

    top: 3px;
}

.title-fenxiang a:nth-child(1) {
    left: 10px;
}

.title-fenxiang a:nth-child(2) {
    left: 66px;
    top: 1px;
}

.title-fenxiang a:nth-child(3) {
    left: 84px;
    top: 6px;
    margin-left: 35px;
}

.title-fenxiang a:nth-child(4) {
    left: 87px;
    top: 6px;
}

.title-fenxiang a:nth-child(5) {
    left: 91px;
    top: 6px;
}

.title-fenxiang-text {
    position: relative;
    left: -115px;
    top: -1px;
}

.new-con-right-title {
    width: 880px;
    padding: 0;
    margin: auto;
    margin-left: 30px;
    margin-right: 30px;
}

.last-head {
    font-size: 16px;
    line-height: 25px;
    text-indent: 32px;
    margin-top: 30px;
}

.nav3-right-list ul,
.nav3-right-list li {
    font-size: 16px;
}

.nav3-right-list ul {
    list-style-type: square;
    color: #276DB4;
    border-bottom: 1px solid #e5e5e5;
    padding: 30px 0 30px 30px;
}

.nav3-right-list li {
    line-height: 45px;
}

.nav3-right-list li span {
    float: right;
    color: #000000;
}


.sideMenu {
    border: 1px solid #ddd;
}

.sideMenu h3 {
    width: 277px;
    height: 60px;
    font-size: 16px;
    border-right: 3px solid #f2f2f2;
    background-color: #f2f2f2;
    /* text-align: center; */
    line-height: 60px;
    border-bottom: 1px solid #d9d9d9;
    margin: 0;
    box-sizing: border-box;
    padding-left: 60px;
}

.sideMenu h3 em {
    float: right;
    display: block;
    width: 40px;
    height: 32px;
    background: url(../img/icoAdd.png) 5px 12px no-repeat;
    cursor: pointer;
    position: relative;
    top: 15px;
    right: 20px;
}

.submenu a {
    position: relative;
    /* left: 20px; */
}

.sideMenu h3.on em {
    background-position: 5px -57px;
}

.sideMenu ul {
    /* padding: 8px 25px; */
    color: #999;
    /* display: none; */
    /* 默认都隐藏 */
}

.shizi {
    padding-top: 30px;
}

.shizi ul li {
    width: 165px;
    display: inline-block;
    margin-right: 15px;
}

.shizi ul li a img {
    width: 165px;
    height: 220px;
}

.shizi ul li p {
    line-height: 50px;
    font-size: 16px;
    text-align: center;
}

.upTeaList {
    font-size: 16px;
}

.upTeaList .box {
    margin-bottom: 20px;
}

.upTeaList .box .name {
    margin: 30px 0;
    font-size: 18px;
    font-weight: bold;
}

.upTeaList .box .list {
    overflow: hidden;
}

.upTeaList .box .li {
    width: 170px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    float: left;
    border: 1px solid #eaeaea;
    margin: 0 10px 10px 0;
}


.upTeaList .box .li:hover {
    background: #2157ad;
}

.upTeaList .box .li:hover a {
    color: #fff;
}

.submenu_ul .sub {
    border-top: 1px solid #d9d9d9;
}

.submenu_ul li {
      position: relative;
    line-height: 45px;
}

.submenu_ul li a {
    display: inline-block;
    box-sizing: border-box;
    padding-left: 80px;
}

.submenu_ul li em {
    display: block;
    width: 40px;
    height: 32px;
    background: url(../img/icoAdd.png) 5px 12px no-repeat;
    cursor: pointer;
    position: absolute;
    top: 9px;
    right: 20px;
    z-index: 99;
}

.sideMenu a.active {
    color: #2157ad;
    font-weight: bold;
}

.submenu_ul .sub li a {
    padding-left: 100px;
}

.submenu_ul .sub li.last {
    border: none;
}

.submenu_ul li.last {
    border: none;
}

.sNav {
    position: relative;
}

.sNav em.ico {
    display: block;
    width: 40px;
    height: 32px;
    background: url(../img/icoAdd.png) 5px 12px no-repeat;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 102;
}

