@charset "utf-8";
/* CSS Document */

body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
    margin: 0;
    padding: 0
}

body {
    font: 12px"Microsoft Yahei", "Arial Narrow", HELVETICA;
    background: #dcecff;
    -webkit-text-size-adjust: 100%;
}

a {
    color: #333;
    text-decoration: none
}

a:hover {
    color: #341b00;
    text-decoration: none;
}

em {
    font-style: normal
}

li {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

p {
    word-wrap: break-word;
    color: #666;
}

.g-wp p {
    color: #000;
}

/*通用定义*/
.clearfix:after {
    clear: both;
    height: 0;
    overflow: hidden;
    display: block;
    visibility: hidden;
    content: ".";
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearer {
    clear: both;
    height: 0;
    display: block;
    font-size: 1px;
    overflow: hidden
}

.banner {
    position: relative;
    width: 100%;
    min-width: 1283px;
    height: 933px;
    margin-bottom: -270px;
    background: url(banner.jpg) no-repeat center top;
    overflow: hidden;
}

.banner img {
    width: 100%;
    height: 666px;
}

.layout {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 80px;
}

.bg {
    /*background: url(bg.png) no-repeat center top;*/
    background: #dcecff;
    background: -moz-linear-gradient(top, #dcecff, #fff);
    background: -webkit-linear-gradient(top , #dcecff, #fff);
    background: -o-linear-gradient(top , #dcecff, #fff);
}

.con {
    min-width: 1200px;
    width: 100%;
    overflow: hidden;
    margin-top: 77px;
}

/* topnews */
.topnews {
    width: 1283px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 15px;
}

.w640 {
    position: absolute;
    top: 25px;
    left: 42px;
    width: 640px;
    overflow: hidden;
    z-index: 2;
}

.slider1_wrap {
    position: relative;
    width: 640px;
    height: 451px;
    overflow: hidden;
}


.slider1 li {
    position: relative;
    width: 640px;
    height: 451px;
}

.slider1 li img {
    width: 640px;
    height: 363px;
}

.slider1 .slider_t {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 14px;
    font: 20px/30px "Microsoft Yahei";
    text-align: justify;
    color: #fff;
    background: linear-gradient(to right, #1773e8, #1a9af9);
    overflow: hidden;
}

.slider1 .slider_t a {
    color: #fff;
}

.slider1_wrap .bx-wrapper {
    position: relative;
}

.slider1_wrap .bx-controls {
    /* position: absolute; top: 0; left: 0;*/
}

.slider1_wrap .bx-pager {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.slider1_wrap .bx-pager-item {
    float: left;
}

.slider1_wrap .bx-pager-link {
    float: left;
    width: 10px;
    height: 10px;
    margin-left: 7px;
    text-indent: 999em;
    background: none;
    border: 1px solid #fff;
    border-radius: 5px;
    overflow: hidden;
}

.slider1_wrap .bx-pager-link:hover,
.slider1_wrap .bx-pager-link.active {
    background-color: #fff;
    text-decoration: none;
}

.slider1_wrap .bx-pager-link.active {
    width: 10px;
}

.top-newslist {
    position: relative;
    width: 700px;
    height: 500px;
    background: linear-gradient(to bottom, #fff, #ffffff);
    z-index: 1;
    float: right;
}

.top-newslist ul {
    width: 530px;
    margin-left: 130px;
    margin-top: 50px;
}


.top-newslist li {
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
    font: 20px/30px "Microsoft Yahei";
}

.top-newslist li a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.top-newslist li:hover {
    font-weight: bold;
}

.top-newslist li::after {
    content: "";
    display: block;
    height: 1px;
    background: #5dacef;
    margin-top: 25px;
}

.top-newslist li:last-child::after {
    display: none;
}


.topnews .more {
    position: absolute;
    bottom: 0px;
    right: 42px;
    width: 120px;
    height: 30px;
    font: 18px/30px "Microsoft Yahei";
    margin-top: 30px;
    color: #fff;
    text-align: center;
    background: url(more.png) no-repeat 9px center;
    background-color: #1773e8;
    border-radius: 15px;
    text-indent: 15px;
    z-index: 9;
}

.topnews .more:hover {
    background-color: #0e69df;
}

.con .bd {
    margin: 40px auto 0;
}

.con .tit {
    width: 558px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.con .tit img {
    width: 100%;
    height: auto;
}

.con1 .bd {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    gap: 30px;
    align-items: flex-start;
}

.con1 .card {
    width: 380px;
    overflow: hidden;
    padding: 25px 20px;
    box-sizing: border-box;
    background-color: #fff;
}

.con1 .card .info {
    overflow: hidden;
}


.con1 .info .avatar {
    display: inline-block;
    float: left;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.con1 .info .name {
    display: inline-block;
    float: left;
    margin-left: 18px;
    width: 222px;
    overflow: hidden;
}

.con1 .info .name h3 {
    font: 24px/36px "Microsoft Yahei";
    color: #333;
}

.con1 .info .name p {
    margin-top: 10px;
    font: 16px/22px "Microsoft Yahei";
    color: #888;
}

.con1 .info::after {
    display: inline-block;
    width: 340px;
    border-bottom: 1px solid #1773e8;
    margin: 25px auto;
    content: "";
    clear: both;
}

.con1 .content {
    font: 18px/30px "Microsoft Yahei";
    color: #7a4c27;
    height: 120px;
    overflow: hidden;
}

.con1 .arrows2 {
    display: block;
    width: 32px;
    height: 12px;
    margin: 30px auto 0;
    background-image: url(arrows2.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    cursor: pointer;
}


.con1 .arrows2.active {
     background-position: 0 -12px;
}

.con1 .showmore{
    position: relative;
    display: block;
    margin: 30px auto 0;
    width: 210px;
    height: 30px;
    font: 18px/30px "Microsoft Yahei";
    text-align: center;
    background-color: #1776e9;
    border-radius: 15px;
    color: #fff;
    text-indent: 10px;
    cursor: pointer;
}

.con1 .showmore::before{
    position: absolute;
    top: 11px;
    left: 37px;
    display: block;
    width: 13px;
    height: 8px;
    content: "";
    background-image: url(arrows3.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.con1 .showmore.expanded2::before{
    background-position: 0 -9px;
}


.con2 .bd {
    position: relative;
    width: 1200px;
    height: 500px;
    background: url(con2-bg.png) no-repeat center top;
    overflow: hidden;
}

.jcl_prev1,
.jcl_next1 {
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    background-image: url(arrows.png);
    background-repeat: no-repeat;
    z-index: 999;
}

.jcl_prev1 {
    top: 227px;
    left: 30px;
    background-position: 0 0;
}

.jcl_next1 {
    top: 227px;
    right: 30px;
    background-position: -60px 0;
}

.jcl_prev1:hover {
    background-position: 0 -60px;
}

.jcl_next1:hover {
    background-position: -60px -60px;
}


.jcl1_wrap {
    width: 960px;
    height: 300px;
    overflow: hidden;
    margin: 100px auto;
}

.jcl_container1 {
    overflow: hidden;
    width: 960px;
    position: relative;
    display: block;
    margin: 100px auto 0;
}

.jcl_container1 li {
    position: relative;
    width: 220px !important;
    height: 300px !important;
    margin-right: 26px;
    background-color: #fff;
    border: 3px solid #e3f1fc;
    padding: 17px 20px;
    box-sizing: border-box;
}


.jcl_container1 h3 {
    width: 100%;
    height: 45px;
    font: bold 16px/44px "Microsoft Yahei";
    color: #cb1d1d;
    text-align: center;
    border-bottom: 1px solid #cb1d1d;
}

.jcl_container1 h3 a {
    color: #cb1d1d;
}

.jcl_container1 p {
    margin-top: 20px;
    max-height: 160px;
    font: 14px/26px "Microsoft Yahei";
    text-align: justify;
    color: #888;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.jcl_container1 .more {
    width: 100%;
    display: block;
    margin: 16px auto 0;
    font: 14px/30px "Microsoft Yahei";
    color: #2472b2;
    text-align: center;
}

.jcl_container1 .more:hover {
    width: 120px;
    text-align: center;
    background: url(more.png) no-repeat 9px center;
    background-color: #597bea;
    border-radius: 15px;
    text-indent: 15px;
    z-index: 9;
    color: #fff;
}


.jcl2_tem {
    float: left;
    width: 290px;
    margin-right: 20px;
}

.jcl2_tem:nth-child(3n) {
    margin-right: 0
}

.jcl2_tem img {
    width: 290px;
    height: 290px;
}

.jcl2_tem h3 {
    width: 290px;
    height: 290px;
    font: 24px/38px "Microsoft Yahei";
    text-align: center;
    background: -moz-linear-gradient(left top, #154dd4, #1891eb);
    background: -webkit-linear-gradient(left top, #154dd4, #1891eb);
    background: -o-linear-gradient(left top, #154dd4, #1891eb);
}

.jcl2_tem h3 a {
    display: block;
    padding: 30px 30px 0;
    color: #fff;
}

.jcl2_tem.current {
    position: relative;
    width: 580px;
}

.jcl2_tem.current img {
    width: 580px;
    height: 580px;
}

.jcl2_tem.current h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 16px 0;
    font: 24px/36px "Microsoft Yahei";
    text-align: center;
    background: -moz-linear-gradient(left top, #1773e8, #1b99fa,);
    background: -webkit-linear-gradient(left top, #1773e8, #1b99fa);
    background: -o-linear-gradient(left top, #1773e8, #1b99fa);
}

.jcl2_tem.current h3 a {
    display: block;
    padding: 0 30px;
    color: #fff;
}

.con3 .more{
    display: inline-block;
    float: right;
    width: 120px;
    height: 30px;
    font: 18px / 30px "Microsoft Yahei";
    margin-top: 30px;
    color: #fff;
    text-align: center;
    background: url(more.png) no-repeat 9px center;
    background-color: #1779ec;
    border-radius: 15px;
    text-indent: 15px;
    z-index: 9;

}

@media (max-width: 1080px) {
    body {
        font-size: 14px;
        background: #1274e4;
    }

    .banner img{
        height: auto;
    }
    .banner, .layout, .con, .con1 .bd {
        min-width: 1283px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
   
    .con1 .bd{
        justify-content: center;
    }

    .jcl2{
        width: 100%;
        margin: 0 auto;
    }

    .con3 .bd{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}