html,body {
    min-width: auto;
}
.head {
    height: 100px;
}
.head_n_2 {
   height:100% !important;
}
.head .nav .right ul li a{
    width: 120px;
}
.head .nav .right ul li a:hover {
    border-radius: 0;
    color: #fff;
}

/* .menu_nav_top {
    background: rgba(230,0,68,.6) !important;
} */


.head .nav .right .signin a,
.head .nav .right .signin em,
.head .nav .right ul li a{
    color: #222;
}
.head .nav .right  .menu_nav_top li a,
.head .nav .right ul .on a {
    color: #fff;
}

.head .nav .right .search .bth {
    background: url(../img/search.png);
}



.banner .w {
    position: relative;
}

.banner .nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #248d6c;
    opacity: .5;
    transition: all .3s;
}

.banner .nav-btn img {

}

.banner .nav-btn:hover {
    opacity: 1;
}
.banner .prev {
    left: -60px;
}
.banner .prev img {
    transform: rotate(180deg);
}
.banner .next {
    right: -60px;
}

.img_cover {
    display: block;
    position: relative;
    overflow: hidden;
}

.img_cover img {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.banner-img {
    width: 100%;
}

.banner-img .img_cover {
    display: block;
    position: relative;
    padding-bottom: 40.66%;
    width: 100%;
}
.banner .w {
    overflow: hidden;
}
.banner .w:hover .banner-txt {
    opacity: 1;
 
    visibility: visible;
} 

.banner-txt {
    position: absolute;
    text-align: center;
    padding: 10px;
    background: rgba(0,0,0,.6);
    bottom: 10px;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 1; 
    box-shadow: 0 0 5px #e8e8e8;
    transition: all .3s ease-in-out;
    opacity: 1;
    visibility: visible;
    transform: translateY(15%);
}


.banner-txt h1{
    font-size: 24px;
    color: #248d6c;
    margin-bottom: 20px;
    
}

.text-over {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.p-over{
    overflow: hidden;
	box-orient: vertical;
	line-clamp: 2;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.banner-txt li {
    display: none;
}
.banner-txt li:first-of-type {
    display: block;
}
.banner-txt p {
    line-clamp: 2;
    -webkit-line-clamp: 2;
    line-height: 1.8em;   
    color: #fff;
}

.more_all span{
    width: 100px;
    height: 38px;
    border-radius: 5px;
    color: #999999;
    font-size: 14px;
    line-height: 40px;
    border: 1px solid #999999;
}
.more_all span:hover {
    border-color: #248d6c;
}
.banner-txt .more_all {
    text-align: left;
    margin: 20px 0;
}


 .swiper-pagination{
    position: static !important;
    width: 100%;
    display: flex;
    justify-content: center;
}

.pag {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #bbb;
    margin-right: 2%;
    cursor: pointer;
    border-radius: 5px;
    transition: all .3s;
}
.pag.on {
    width: 40px;
    background: #248d6c;
}
.pag:last-of-type {
    margin-right: 0;
}


.section1 {
    box-sizing: border-box;
    margin-top: 60px;
    padding: 20px;
    border: 1px solid #eee;
    display: flex;
    transition: all .3s;
    
}

.section1 .left {
    flex: 1;
    width: 0;
    margin-right: 80px;
    display: flex;
}
.section1 .right {
    text-align: center;
    width: 150px;
}
.section1 .right .btn {
    background: #248d6c;
    text-align: center;
    line-height: 50px;
    height: 50px;
    color: #fff;
    border-radius: 5px;
}
.section1 .right .btn:hover {
    background: #167054;
}
.section1 .right .txt{
    margin-top: 20px;
    text-align: center;
    font-size: 12px;
    color: #333;
}

.section1 .left {
    display: flex;

}

.section1 .left .img_cover {
    width: 250px;
    height: 150px;
    margin-right: 20px;
}

.section1 .left .txt {
    flex: 1;
    width: 0;
}

.section1 .left .txt h2 {   
    font-size: 24px;
    color: #222;
    font-weight: 500;
    margin-bottom: 10px;
    transition: all .3s;
}

.section1 .left .txt p {
    color: #666;
    font-size: 14px;
}
.section1:hover {
    border-color: #999;
}
.section1:hover .left .txt h2{
    color: #248d6c;
}

.footer .cont .link,
.footer .cont .we,
.footer .cont .js {
    width: 300px;
    position: relative;
}

.footer .cont .link::before,
.footer .cont .js::before{
    position: absolute;
    content: "";
    width: 1px;
    height: 200px;
    background: #999;
    right: -30px;
    top: 20px;
    display: none;
}

.footer .cont .ewm {
    margin-left: 34px;
}

.footer .cont .t{
    font-weight: 700;
    font-size: 18px;
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
}

.footer .cont .ewm .t {
    border-bottom: none;
}

.footer .cont  .tt {
    margin-top: 20px;
    padding: 15px;
    background: #ddd;
}

.footer .cont .link ul li ,
.footer .cont .we ul li{
    color: #333;
    border-bottom: 1px solid #ccc;
    line-height: 30px;
    height: 30px;
    margin-bottom: 0;
}

.footer .cont .link ul li a {
    color: #333;
}

.footer .cont .js .text {
    margin-top: 0;
}
.footer .cont .link ul li {
    width: 100%;
}


.section2 .w {
    display: flex;
    justify-content: space-between;
}

.section2 .title {
    margin-bottom: 60px;
}

.section2 .txt{
    flex: 1;
    width: 0;
    margin-left: 40px;
    box-sizing: border-box;
}
.banner2 {
    width: 560px;
}
.banner2-box {
    position: relative;
}
.banner2 .img_cover {
    height: 350px;
}
.banner2 .img_cover img {
    transition: all .3s;
}
.banner2 .img_cover:hover img{
    transform: scale(1.1);
}
.banner2-txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    z-index: 1;
    background: rgba(0, 0, 0, .5);
}
.banner2 .swiper-pagination {
    height: 40px;
    align-items: center;
}
.banner2 .pag {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    transition: all .3s;
}
.banner2 .pag:hover,
.banner2 .pag.on {
    background: #248d6c;
}
.banner2-txt a {
    display: block;
    color: #fff;
    line-height: 40px;
    height: 40px;
    text-align: center;
    transition: all .3s;
}
.banner2-txt a:hover {
    color: #248d6c;
}
.new_title {
    padding-bottom: 20px;
    border-bottom: 2px solid #38568B;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.new_title h1 {
    font-size: 28px;
    color: #222;
    font-weight: 500;
}
.new_title a {
    color: #999;
}
.new_title a:hover {
    color: #248d6c;
}

.new-list li {
    margin-bottom: 17px;
    overflow: hidden;
}



.new-list li:last-of-type {
    margin-bottom: 0;
}

.new-list li a {
    display: flex;
    align-items: center;
    color: #333;
    font-size: 18px;
    transition: all .3s;
}

.new-list li a:hover {
    color: #248d6c;
}
.new-list li a:hover p {
    transform: translateX(5px);
}
.new-list li a span{
    font-size: 16px;
    color: #999;
    margin-right: 20px;
}
.new-list li a p {
    flex: 1;
    width: 0;
    transition: all .3s;
}

.banner2 .prev,
.banner2 .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 50px;
    transition: all .3s;
    background: rgba(0, 0, 0);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .5;
}
.banner2 .prev img,
.banner2 .next img {
    max-width: 50%;
}

.banner2 .prev:hover,
.banner2 .next:hover{
    opacity: .7;
}
.banner2 .prev {
    left: 0;
}

.banner2 .next  {
    right: 0;
}

.banner2 .prev img  {
    transform: rotate(180deg);
}

.m2 .cont .hot {
    overflow: hidden;
}
.m2 .cont .hot img {
    transition: all .3s;
}
.m2 .cont .hot img:hover {
    transform: scale(1.1);
}

.nav ,
body {
    background: #EAECF8;
}

.section1 {
    background: #fff;
    border: none;
}
.head .nav .right .search .tex {
    background: #fff;
}
.page .on,
.page a:hover,
.head .nav .right ul li a:hover,
.head .nav .right ul .on,
.head .nav .right ul li:hover,
.section1 .right .btn {
    background: #248d6c;
}
.link_n .right ul li:hover a,
.link_n .left ul li a:hover,
.link_n .left ul li .on,
.link_n .right ul .on a,
.m8 ul li:hover .text .t {
   color:#248d6c;
}
.link_n .left ul li a:hover,
.link_n .left ul li .on,
.more_all a:hover {
    border-color: #248d6c;
}
.more_a::before, .more_a::after {
    background: #248d6c;
}
.m10{padding-top:370px;background:#fff}
.m10 .text {box-sizing: border-box;padding: 0 30px;}
.m8{margin-top:0 !important;padding-top:30px;background:#fff}
.section2 {
position:relative;
padding-bottom:30px;
}
.se2-bg {

  background:url('/assets/web/images/pic/bgn.jpg') center center;
  background-size:cover;
}
 
.section2 .more_all {
margin-bottom:0;
}

.m10 .text img {
 height:auto !important;
}
