/* header头部 */


.logo_header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    overflow: hidden;
    width: 100%;
    min-width: 1400px;
    display: block;
    background: #fff;
}

.logo_headers {
    overflow: hidden;
    width: 100%;
    min-width: 1400px;
    display: block;
    background: #fff;
}

.logo_img {
    padding: 20px 20px;
    background: #fff;
    box-shadow: 0px 10px 17px #bebebe;
}

.logo_header .list_header {
    overflow: hidden;
    text-align: center;
    display: contents;
    background: #f0f2f3;
}

.logo_header .list_header .school_btn {
    background: #1675eb;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.logo_header .list_header .school_btn li {
    margin: 11px 5px;
    padding: 0 30px;
    border-left: 1px solid rgb(204, 204, 204);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
}

.logo_header .list_header .school_btn li:first-child {
    border-left: 1px solid transparent;
}

.logo_header .list_header .school_btn li a {
    color: #fff;
}

.logo_header .list_header .home_nav {
    display: flex;
    justify-content: center;
    font-size: 20px;
    background: #f0f2f3;
    text-indent: 2em;
}

.logo_header .list_header .home_nav li {
    padding: 15px 30px;

}

@media (min-width: 1600px) {
    .logo_header .list_header .school_btn li {
        font-size: 19px;
    }

    .logo_header .list_header .home_nav li {
        font-size: 19px;
    }
}

@media (min-width: 1500px) and (max-width: 1599px) {

    .logo_header .list_header .school_btn li {
        font-size: 22px;
    }

    .logo_header .list_header .home_nav li {
        font-size: 22px;
    }
}

@media (min-width: 1400px) and (max-width: 1499px) {

    .logo_header .list_header .school_btn li {
        font-size: 21px;
    }

    .logo_header .list_header .home_nav li {
        font-size: 21px;
    }
}

@media (min-width: 1300px) and (max-width: 1399px) {

    .logo_header .list_header .school_btn li {
        font-size: 22px;
    }

    .logo_header .list_header .home_nav li {
        font-size: 22px;
    }
}

@media (min-width: 1200px) and (max-width: 1299px) {

    .logo_header .list_header .school_btn li {
        font-size: 18px;
    }

    .logo_header .list_header .home_nav li {
        font-size: 19px;
    }
}

@media screen and (max-width: 1199px) {
    .logo_header .list_header .school_btn li {
        font-size: 17px;
    }

    .logo_header .list_header .home_nav li {
        font-size: 19px;
    }
}

.index {
    margin: 0 20px;
    width: 100%;

}

.barged {
    position: absolute;
    top: 0;
    right: 0;
    background: #1675eb;
    width: 100%;
    height: 50px;
    z-index: -1;
}










/* footer */

html,body{
        font-family: Gilroy-regular, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.footer{
    background: #e1e1e1;
}

.footer_five ul{
       display: flex;
       margin-top: 100px;
       padding: 20px 20px;
       justify-content:space-between;
}

.footer_five ul li a{
        display: flex;
        justify-content: space-between;
        align-items: center;
}

.footer_five ul li a h1{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 4px;
}

.footer_five ul li a .footerimg{
    padding-right: 10px;
}

.footer_nav{
    background: #000;
    color: #fff;
    padding: 50px 0;
    padding-bottom: 100px;
}


.footer_nav_botton{
        display: flex;
        justify-content: space-between;
        align-items: center;
}

.footer_nav_botton .footer_right_nav li p{
    padding: 20px 0;
}
.footer_nav_botton .footer_left_nav .footer_left_nav_top{
    margin-bottom: 20px;
    font-size: 26px;
}
.footer_nav_botton .footer_left_nav .footer_left_nav_botton .footer_left_nav_botton_list{
    padding: 10px 0;
}
.footer_nav_botton .footer_left_nav .footer_left_nav_top p{
    text-align: left ;
    font-size: 18px;
    margin-top: 10px;
    
}
.footer_nav_botton .footer_left_nav .footer_left_nav_top p a{
    color: #fff;
    font-size: 18px;
}

.footer_nav_botton .footer_left_nav .footer_left_nav_botton .footer_left_nav_botton_list ul{
    display: flex;
    /* justify-content: space-between; */
    align-content: center;

}
.footer_nav_botton .footer_left_nav .footer_left_nav_botton .footer_left_nav_botton_list ul li{
    border-left: 1px solid #e1e1e1;
    padding: 0 10px;
    font-weight: bold;
}

.footer_nav_botton .footer_left_nav .footer_left_nav_botton .footer_left_nav_botton_list ul li:first-child{
    border: none;
    padding-left: 0;
}
.footer_nav_botton .footer_left_nav .footer_left_nav_botton .footer_left_nav_botton_list ul li a{
    color: #fff;
}


.footer_nav_botton .footer_left_nav .footer_left_nav_botton .footer_left_nav_botton_tel{
    display: flex;
    align-items: center;

}

.footer_nav_botton .footer_left_nav .footer_left_nav_botton .footer_left_nav_botton_tel p a{
    padding: 0 10px;
    color: #fff;
    font-size: 20px;
}




.footer_nav_botton .footer_right_nav ul{
    display: flex;
    width: 800px;
    justify-content: space-between;
}

































/* <!-- swiper轮播图 --> */
.swiper-container {
    min-width: 1512px;
}

.swiper-container .swiper-slide img {
    width: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
}

.wid_maxwidth {
    width: 1868px;
    min-width: 1512px;
    margin: 0 auto;
    margin-top: 30px;
    overflow: hidden;
    border-radius: 10px;
}

.swiper-pagination {
    margin-top: 30px;
}

/*nav 的width:1574 */



/* 汽车实训室全套产品设备 */

.pro_duct h1 {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    display: block;
    margin-top: 43px;
    color: #2558a2;
}

.fenlei {
    margin: auto 35px;
}

.fenlei .biaoti {
    border-bottom: 1px solid #e1e1e1;
}

.fenlei .biaoti p {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    padding: 5px 0;
    border-bottom: 1px solid #2558a2;
}

.fenlei .biaoti span {
    margin-top: 15px;
}

.fenlei .biaoti span a {
    font-size: 18px;
}


.chanpin_img {
    overflow: hidden;
    padding-bottom: 50px;
}

.chanpin_img li {
    margin: 0 12px;
    margin-top: 10px;
}

.zhuangb p {
    padding: 10px 0px;
}

.chanpin_img li p {
    display: block;
    padding: 10px 0px;
    text-align: center;
}

.chanpin_img li:nth-child(5n) {
    margin: 0;
    float: right;
    margin-left: 10px;
    margin-top: 10px;
}

.chanpin_img li:nth-child(5n-4) {
    margin: 0;
    margin-right: 10px;
    margin-top: 10px;
}




/* 工程规划 */


/* 全国分销 */
.sidasd {
    overflow: hidden;
}

.sidasd li {
    text-align: center;
    margin: 20px 14px;
}

.sidasd li:first-of-type {
    float: left;
    margin-left: 10px;
}

.sidasd li:last-of-type {
    float: right;
    margin-right: 10px;
}

.swiper-slide {
    background: none;
    font-size: 14px;
    /* padding-top:20px; */
}

.dds li {
    margin: 10px 18px;
}



.pro_duct {
    text-align: center;
}

.huise h1 {
    display: block;
    background: #B5C8D6;
    color: #fff;
    text-shadow: 4px 5px 3px #9c9ea1;
    letter-spacing: 15px;
    font-size: 39px;
}

.iddcenter h1 {
    display: block;
    font-size: 34px;
    color: #000;
}

.pro_duct h1 {
    position: relative;
    text-align: center;
}


.pro_duct h1::after {
    content: "";
    content: "";
    width: 60px;
    height: 6px;
    display: block;
    position: absolute;
    background: #E49408;
    bottom: -20px;
    border-radius: 100px;
    right: 45%;
    transform: translate(-50%,-50%);
}
.pro_duct h1::before {
    content: "";
    width: 60px;
    height: 6px;
    display: block;
    border-radius: 100px;
    position: absolute;
    bottom: -20px;
    background: #163850;
    left: 48%;
    transform: translate(-50%,-50%);
}


.indexss{
    overflow-x: hidden;
    overflow-y: auto;
    height: 278px;
    white-space: pre-wrap;
    font-family: Roboto,Helvetica Neue,Helvetica,Tahoma,Arial,PingFang SC,Microsoft YaHei;
}

::-webkit-scrollbar {
    width:12px;
    }
    /* 滚动槽 */
    ::-webkit-scrollbar-track {
    -webkit-box-shadow:inset006pxrgba(0,0,0,0.3);
    border-radius:10px;
    }
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    border-radius:10px;
    background:rgba(0,0,0,0.1);
    -webkit-box-shadow:inset006pxrgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
    background:rgba(255,0,0,0.4);
}


.biaoti {
    border-bottom: 1px solid #e1e1e1;
}

.biaoti p {
    display: inline-block;
    font-size: 22px;
    font-weight: Bold;
    padding: 5px 0;
    border-bottom: 1px solid #2558a2;
}

.biaoti span {
    margin-top: 15px;
}

.biaoti span a {
 font-size: 18px;
 color: #1675eb;
 font-weight: bold;
}

.chanpin_imgtreen {
    margin-top: 10px;
}

.chanpin_imgs li {
    margin: 0 9px;
    margin-top: 10px;
}

.chanpin_imgtreen li:nth-last-child(4n) {
    float: left;
    margin-left: 0;
}

.chanpin_imgtreen li:nth-last-child(4n-3) {
    float: right;
    margin-right: 0;
}

.chanpin_imgtreen li {
    margin: 10px 11px;
}

.xiao_right li:nth-of-type(3n-1) {
    margin: 10px 34px;
}

.xiao_right li:nth-of-type(3n-2) {
    margin: 10px 0;
}

.xiao_right li:nth-of-type(3n-3) {
    margin: 10px 0;
}

.erweima::after {
    content: "";
    position: absolute;
    right: 62%;
    width: 0;
    height: 0;
    border-top: 10px solid rgb(0 0 0 / 0%);
    border-right: 10px solid rgb(0 0 0 / 0%);
    border-bottom: 15px solid rgb(16, 91, 204);
    border-left: 10px solid rgba(220, 38, 38, 0);
    top: -28px;
    z-index: 9;
}
/* 
.left {
    right: 40px !important;
}

.right {
    left: 40px !important;
} */

.container_sss {
    position: fixed;
    left: 0;
    top: 0%;
    z-index: 1;
}

.flex-container {

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;

    width: 100%;
    background-color: #1675eb;
}

.flex-container .flex-item {
    width: 360px;
    text-align: center;
    font-size: 1em;
    margin: 14px;
    border-left: 1px solid rgb(204, 204, 204);
}

.flex-container .flex-item:first-child {
    border: none;
}

.flex-container .flex-item a {
    color: #fff;
}

@media screen and (min-width: 1600px) {
    .flex-container .flex-item {
        font-size: 19px;
    }
}

@media screen and (max-width: 1600px) {
    .flex-container .flex-item {
        font-size: 14px;
    }
}

@media screen and (max-width: 1200px) {
    .flex-container .flex-item {
        font-size: 14px;
    }
}

.pos_left {
    position: fixed;
    left: 20px;
    top: 30%;
    z-index: 999;
    width: 180px;
}

.pos_left li {
    list-style-type: none;
    background: #2a78d5;
    position: relative;
    margin: 10px 0;
    border: 2px solid #fff;
    text-align: center;
    padding: 10px 0;
    opacity: 0.8;
    border-radius: 0 5px 5px 0;
    border-left: none;
}

.pos_left li a {
    color: #fff;
}

.pos_left li::after {
    content: "";
    display: block;
    width: 3px;
    position: absolute;
    left: 40px;
    top: 42px;
    height: 12px;
    background: #fff;
}

.pos_left li::before {
    content: "";
    display: block;
    width: 3px;
    position: absolute;
    right: 40px;
    top: 42px;
    height: 12px;
    background: #fff;
}

.pos_left li:last-child::before {
    height: 0;
}

.pos_left li:last-child::after {
    height: 0;
}
.swiper-slide p{
    font-size: 20px;
}

/* 全景图 */
.IND li{
    position: relative;
}
.oddss{
    display: block;
    position:absolute ;
    top: 50%;
    left: 50%; 
    transform: translate(-50%, -50%);
    z-index: 100;
}



/* //新能源系统——整车解剖 */
.nav_ind {
    margin-top: 20px;
}

.imgmax {
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
}



.imsin {
    width: 773px;
}

.imsin li {

    float: left;

}


.imsin li:nth-last-child(2n) {
    float: left;
}

.imsin li:nth-last-child(2n-1) {
    float: right;
}

.imsin li:nth-last-child(2) {
    margin-top: 30px;
}

.imsin li:nth-last-child(1) {

    margin-top: 30px;
}




.spanundex{

    border-radius: 4px;
    font-size: 11px;
    padding: 1px 4px;
    text-indent: 0;
    margin-left: 8px;
}













/* form è¡¨å•css */
.fromsss {
    width: 100%;
    height: 240px;
    background: url(../img/fromBGcolor.jpg) no-repeat center center;
    background-size: 100% 100%;
    text-align: center;
    margin-top: 20px;
}

.fromBGcolor .from_header {
    display: inline-block;
    color: #fff;
    padding: 20px 0;
}

.fromBGcolor .from_header h1 {
    font-size: 34px;
    font-weight: bold;
}

.input_value label {
    display: block;
    float: left;
    line-height: 30px;
}

.input_value label input {
    font-size: 20px;
    color: #F05A1F;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    width: 350px;
    padding: 30px 20px;
    display: block;
}

.input_value label button {
    width: 300px;
    padding: 30px 20px;
    display: block;
    font-size: 18px;
}

.input_value label {
    margin: 0 17px;
}

.input_value label:nth-last-child(4n) {
    float: left;
    margin-left: 0;
}

.input_value label:nth-last-child(4n-1) {
    background: red;
}

.input_value label:nth-last-child(4n-2) {
    background: red;
}

.input_value label:nth-last-child(4n-3) {
    float: right;
    margin-right: 0;
    border-radius: 40px;
    overflow: hidden;

}

.input_value label button {
    font-size: 26px;
    color: #fff;
    letter-spacing: 5px;
    font-family: 'Times New Roman', Times, serif;
    background: #1675eb;;
}

.bgbuttom {
    position: relative;
    padding-bottom: 110px;
}

.bgbuttom::after {
    content: "";
    width: 100%;
    height: 100px;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%, -50%);
    background: url(../imgs/ditu.png)no-repeat center center;
    background-size: 100% 100%;
}

.zhengshu {
    margin: 0 60px;
    overflow: hidden;

}

.bgbuttom {
    position: relative;
}



.center_dome2{
    padding: 10px 20px;
    position: relative;
}
.center_dome2 p:first-child{
    /* font-weight: bold;
    font-size: 20px; */
}

.center_dome2 p{
        text-align: left;
       margin: -10px 0;
}


.listradius li, .unradius {
  
    margin-top: 20px !important;
}



/*global*/
.tp {margin-top:9px;}
.co {color:red !important;font-size:14px;margin-top:2px;}
/*top_img*/
.most_top_img{height:80px;display:block;}
/*logo*/
.head {padding:20px 0;}
.head .phone {text-align:right;color:#666;padding-right:12px;border-right:2px solid #0068b7;line-height:14px;height:49px;}
.head .phone p {margin-top:14px;}
.head .phone a:hover {color:red;}
.head .phone img {display:inline-block;}
/*nav*/
.nav_item {float:left;padding:0 26px;border-right:1px solid #7fb3db;white-space:nowrap;}
.nav_item dl:nth-of-type(1) {margin-bottom: 0px;}
.nav_item1 {width:294px;}
.nav_item2 {width:217px;}
.nav_item:nth-of-type(1) {padding-left:0;}
.nav_item:nth-last-of-type(1) {border-right:0;padding-right:0;}
.nav dl {display:block;overflow:hidden;}
.nav dt,.nav dd {display:inline-block;line-height:2;}
.nav dt {font-weight:700;margin-right:20px;}
.nav dd a {padding:0 24px;}
.nas dd a {padding:0 8px;}
.top-content {margin-top:14px;}
.tab-contents li a:hover,.news__right__list a:hover {color:#ff0000 !important;text-decoration:underline;}
.mian_zixun ul li {float:left;}
.mian_zixun ul li {background: #d5e1f5; float:left;width:89px;height:60px;line-height: 60px;border:1px solid #e1e1e1;}
.mian_zixun ul li span {text-align:center;margin-bottom:5px;}
.mian_zixun ul li:nth-last-child(3n-1){ margin: 5px;}
.mian_zixun ul li:nth-last-child(3n){ margin: 5px 0;}
.mian_zixun ul li:nth-last-child(3n-2){margin: 5px 0;}
.mian_zixun ul .color{background: #ffded8;}
.img__wraps {position:relative;}
.img__wraps p {    z-index: 1;
    font-size: 14px;
    /* text-align: center; */
    line-height: 25px;}
.img__wraps span {position:absolute;left:0;bottom:0;display:block;width:100%;height:30px;opacity:0.8;}
.school li {display:block;width:122px;height:106px;}
.school li {display:block;width:122px;height:106px;}
.school  li  .img__wrap  p {font-size:12px;}
.dasda li {width:222px;height:172px;float:left;margin-left:10px;margin-top:10px;}
.dasda li .img__wrapsa img {width:100%;height:100%;}
.ssad {margin-top:10px;}
.img__wrapsa p {z-index:1;font-size:14px;text-align:center;width:100%;height:30px;line-height:25px;}
.img__wrapsa {position:relative;}
.img__wrapsa span {position:absolute;left:0;bottom:0;display:block;width:100%;height:30px;}
.img__wrapsa .op {display:block;width:100%;height:30px;opacity:0.8;}
.img__wrapsa .op p {display:block;width:100%;height:30px;}
.img__wrapsa .op span {position:absolute;left:0;bottom:0;display:block;width:100%;height:30px;opacity:0.8;}
.img__wrapsa .play {position:absolute;left:1px;bottom:35px;width:55px;height:55px;background:url("/skin/202102/images/play.png");background-size:100% 100%;}
.Top_Record { border: 5px solid #0075CE;}
.record_Top {width:100%;height:20px;text-align:center;line-height:20px;margin:0px auto;background:#1675eb;padding:15px 0;}
.record_Top p span {color:#fff200;}
.record_Top p {width:100%;height:20px;display:block;background:#1675eb;font-size:20px;font-weight:bold;color:#fff;}
.topRec_List dl,.maquee {width:90%;overflow:hidden;margin:0 auto;color:#7C7C7C}
.maquee .xx li {margin:3px 0;font-size:14px;}
.topRec_List dd {float:left;text-align:center;border-bottom:1px solid #1B96EE;color:#1B96EE;}
.topRec_List dl dd:nth-child(1) {width:17%;height:40px;line-height:40px;}
.topRec_List dl dd:nth-child(2) {width:36%;height:40px;line-height:40px;}
.topRec_List dl dd:nth-child(3) {width:43%;height:40px;line-height:40px;}
.topRec_List dl dd:nth-child(4) {width:40%;height:40px;line-height:40px;}
.maquee {height:231px;}
.topRec_List ul {width:100%;height:195px;}
.topRec_List li {width:100%;height:38px;line-height:38px;text-align:center;font-size:12px;border-bottom:1px dashed #aaa;color:#0075CE;}
.topRec_List li div {float:left;}
.topRec_List li div:nth-child(1) {width:1%;}
.topRec_List li div:nth-child(2) {width:18%;}
.topRec_List li div:nth-child(3) {width:40%;}
.topRec_List li div:nth-child(4) {width:20%;}
.topRec_List li div:nth-child(5) {width:20%;color: red;font-weight: 700;}
.mian_btn p {height:50px;text-align:center;background:red;line-height:50px;font-size:20px;color:#fff;letter-spacing:4px;font-weight:bold;font-style:"hei";border-radius: 30px;}
.mian_btn p a{color:#FFF;}
.ssk {padding: 0 !important;right:0;width:67px;height:44px;background:#0068b7 url(/skin/202102/images/search.png) center no-repeat;}
.box_border .boxs .hWrap {width:1600px;}
.box_border .boxs .hWrap .hDatas {overflow:hidden;width:700px;height:33px;line-height:33px;border-bottom:1px solid #e1e1e1;}
.box_border .boxs .hWraps .hDatas a { color: #147EDC;padding: 0 12px;  float: left;  display: block;text-align: center;  height: 15px; margin: 0px 0px; box-sizing: border-box;}
.box_border .boxs .hDatas ul li {margin:0 6.5px;}
.box_border .boxs .hWraps .hDatas a:hover {color:red;cursor:pointer;box-sizing:border-box;}
.box_border .box .hWrap .hData {overflow: hidden;height: 33px;line-height: 32px;font-size: 0;    margin-top: 10px;}
.box_border .box .hWrap .hData a {margin:0 8px;font-size:14px;display:inline-block;}
.box_border .box {float:left;width:475px;overflow:hidden;zoom:1;margin-left: 14px;}
.box_border .boxs {width: 795px;height: 19px;margin-top: 12px;margin: 12px 0;padding: 3px 0px;border-right: 1px solid #124540;}
.box_border .hArr {float:right;width:9px;height:20px;cursor:pointer;line-height:20px;margin-top:15px; padding: 0 5px;text-align:center;background:url(/skin/202102/images/jj.png) center center no-repeat;}
.box_border .hArr2 {width:9px;height:20px;float:right;position:absolute;left: 805px;top: 15px;background:url(/skin/202102/images/jj2.png) no-repeat center center;cursor:pointer;}
/* .tc__left {width:880px;} */
.tc__left .fix {position:relative;}
.tc__left .fix dt {width:34px;height:34px;color:#FFFFFF;background:#147EDC;text-align:center;float:left;display:inline-block;}
.tc__left .tc__nav .fix .box_border {height: 48px;background:#EFF8FF;position:relative;margin-left:56px;padding-left:0;}
.tc__left .tc__nav {position:relative;}
.tc__left .tc__nav dl {background-color:#f5f5f5;}
.tc__left .tc__nav dt,.tc__left .tc__nav dd {float:left;}
.tc__left .tc__nav dt { width: 30px;font-weight: 600;  color: #FFFFFF;  position: absolute;   line-height: 16px;  padding: 7px 12px;  z-index: 99;  background: linear-gradient(to top,#138EDA,#1474DD); box-shadow: 6px 2px 19px #bfdbf0;}
.tc__left .tc__nav dd {padding:0 14px;}
.tc__left .tc__nav .fix .box_border .boxs .hWrap {padding-left:20px;}
.tc__left .tc__nav .more_city {position:absolute;right:14px;top:20px;width:6px;height:6px;border:2px solid #0068b7;border-color:#0068b7 #0068b7 transparent transparent;transform:rotate(45deg);}
.tc__left__left {float:left;}
.tc__left-msg {height:42px;line-height:30px;font-size:16px;text-align:center;}
.tc__left__left .img__wrap {position:relative;width:221px;float:left;}
.tc__left__left .img__wrap:nth-of-type(1) {float:left;position:relative;cursor:pointer;}
.tc__left__left .img__wrap:nth-of-type(2) {float:right;position:relative;cursor:pointer;}
.tc__left__left .img__wrap:before {position:absolute;content:'';width:46px;height:46px;background:url("/skin/202102/images/play.png") no-repeat left top;left:0;bottom:5px;}
.tc__left__left .img__wrap .play {position:absolute;left:0;bottom:0;width:46px;height:46px;background:url("/skin/202102/images/play.png");}
.tc__left__left .slide {position:relative;width:790px;height:430px;overflow:hidden;}
.tc__left__left .slide .pic {position:relative;width:790px;height:430px;}
.tc__left__left .slide .pic li {width:790px;height:430px;}
.tc__left__left .slide .pic li img {/* width:377px;*/}
.tc__left__left .slide .num {position:absolute;width:100%;text-align:center;bottom:2px;}
.tc__left__left .slide .num li {display:inline-block;width:6px;height:6px;border:2px solid #eee;padding:2px;transition:all 0.5s;cursor:pointer;}
.tc__left__left .slide .num li span {display:block;width:100%;height:100%;}
.tc__left__left .slide .num li.on {border:2px solid red;}
.tc__left__left .slide .num li.on span {background:red;}
.tc__left__right {width:889px;font-size:16px;background: #fff;overflow: hidden;}
#tuijian {color: #ea1111;
    float: left;
    font-size: 18px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin-top: 9px;}
#tuijian2 {float: left;display: block;background: url(/skin/202102/images/shi_m_bac.jpg) no-repeat left top;font-size: 14px;width: 40px;text-align: center;margin-right: 12px;height: 20px;color: #fff;}
.tc__left__right .parts span,.tc__left__right .parts a {color:#666;cursor:pointer;}
.tc__left__right .parts span {   padding: 11px 0; padding:2px 10px;font-size:18px;display:inline-block;text-align:center;width:100px;}
.tab-contents ul {margin-top:10px;}
.tc__left__right .parts a {float:right;line-height:52px;padding-right:10px;}
.parts {    height: 60px; background-color:#fff;overflow:hidden;}
.tc__left__right .parts span.active {   padding: 11px 0; font-size:20px;font-weight:700;color:#333;background-color:#fff;border-right:1px solid #e5e5e5;border-left:1px solid #e5e5e5;border-top:3px solid #0068b7;}
.tc__left__right .tab-contents li {line-height: 48px;
    padding-left: 10px;
    position: relative;
    overflow: hidden;
    height: 48px;
    margin-top: 1px;
}
.tc__left__right .tab-contents li a {color:#00254a;margin-left:10px;margin-right:10px;}
.tc__left__right .tab-contents li::before {    content: "";
    position: absolute;
    background: url(/skin/202102/images/231.png) no-repeat center center;
    left: 0px;
    top: 18px;
    width: 16px;
    height: 12px;
    background-size: 100% 100%;
}
.tc__left__lefts{border-bottom: 1px solid #fff;width:452px;font-size:16px;background: #fff;overflow: hidden;}

.tc__left__lefts .parts span,.tc__left__right .parts a {color:#666;cursor:pointer;}
.tc__left__lefts .parts span {padding:2px 10px;font-size:18px;display:inline-block;text-align:center;width:100px;}
.tab-contents ul {margin-top:10px;}
.tc__left__lefts .parts a {float:right;line-height:52px;padding-right:10px;}
.tc__left__lefts .parts {  background-color:#fff;overflow:hidden;}
.tc__left__lefts .parts span.active {padding: 11px 0; font-size:20px;font-weight:700;color:#333;background-color:#fff;border-right:1px solid #e5e5e5;border-left:1px solid #e5e5e5;border-top:3px solid #0068b7;}
.tc__left__lefts .tab-contents li {line-height: 48px;
    line-height: 48px;
    padding-left: 10px;
    position: relative;
    overflow: hidden;
    height: 52px;
    margin-top: 1px;
    border-bottom: 1px solid #e1e1e1;
}
.tc__left__lefts .tab-contents li:last-child {
  
    border-bottom:none;
}
.tc__left__lefts .tab-contents li a {color:#00254a;margin-left:10px;margin-right:10px;}
.tc__left__lefts .tab-contents li::before {    content: "";
    position: absolute;
    background: url(/skin/202102/images/231.png) no-repeat center center;
    left: 0px;
    top: 18px;
    width: 16px;
    height: 12px;
    background-size: 100% 100%;
}
.sad{
    height: 215px;
    margin-top: -19px;
}

.odns{
    width: 474px;
}

.imgsp{
    padding: 10px 10px;
    margin-right: 10px;
}
.imgsp p{
    margin: 10px 0;
}
.imgsps{
    padding-top: 10px;
    margin-right: 10px;
}

.imgsps p{
    margin: 10px 0;
    width: 365px;
}

.tc__left__top{
    width: 100%;
    overflow: hidden;
}
.tc__left__top .img__wrap{
    position: relative;
}
 .palyx{
    text-align: center;
    position: relative;
    background: #fff;
    padding: 5px 0px;
}
.tc__left__top .img__wrap .palyx .play{position:absolute;    left: 5px;
    bottom: 2px;
    width: 25px;
    height: 25px;background:url("/skin/202102/images/sas.png") no-repeat center center ; 
}


.tc__left__top .img__wrap{
    margin: 20px 26px;
}
.tc__left__top .img__wrap:nth-last-child(3n){
    margin: 0;
    margin-top: 20px;
    float: left;
}

.tc__left__top .img__wrap:nth-last-child(3n-1){
    margin: 0;
    margin-top: 20px;
    float: right;
}









.tc__right {width:286px;}
.tc__right .search {position:relative;width:283px;height:44px;border:1px solid #e5e5e5;margin-bottom:17px;}
.tc__right .search a {position:absolute;right:0;width:67px;height:44px;background:#0068b7 url("/skin/202102/images/search.png") center no-repeat;}
.tc__right .search input {padding:13px 10px;color:#999999;position:absolute;}
.tc__right .classify a {position:relative;display:block;width:293px;height:172px;font-size:20px;color:#0057a1;font-weight:700;}
.tc__right .classify p {text-align:center;line-height:20px;}
.tc__right .classify li {overflow:hidden;}
.tc__right .classify li:nth-of-type(1) a {background:url("/skin/202102/images/1_03.jpg") 100% 100% no-repeat;}
.tc__right .classify li:nth-of-type(3) a {background:url("/skin/202102/images/1_06.jpg") 100% 100% no-repeat;}
.tc__right .classify li:nth-of-type(2) a {background:url("/skin/202102/images/1_08.jpg") 100% 100% no-repeat;}
.tc__right .classify a span {position:absolute;right:8px;bottom:31px;text-align:center;}
.main__left_quan {float:left;width:100%;}
.main__left {float:left;width: 1360px;}
.main__lefts {float:left;width: 900px;background: #fff;}


/* .main__item .main__item__head h2 {padding:0 10px;border-top:3px solid #0068b7;background-color:#fff;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;font-size:20px;font-weight:700;} */

.main__item .main__item__head h2 {padding:0 10px;font-size:20px;font-weight:700;
    font-size: 20px;
    font-weight: 700;
    font-size: 20px;
    font-weight: 700;
    border-top: 5px solid #256dff;
    padding: 10px 10px;
    height: 25px;
    line-height: 25px;

}


.baoming__form{
    padding-bottom: 20px;
}

.left_sss{
    width: 964px;
    background: #fff;
}

.right_sss{
        width: 372px;
        background: #fff;
}

.img__wrap{
    position: relative;
}
.img__wrap .dososo{
    position:absolute;
    left: 0;
    width: 100%;
    bottom: 4px;
    display: block;
    padding:2px 0 ;
    text-align: center;
    color: #fff;
  
}
.img__wrap b{
    position:absolute;
    left: 0;
    height: 25px;
    width: 100%;
    bottom: 4px;
    opacity: 0.6;
    display: block;
    text-align: center;
    background: #000;
}




.main__item__head a {line-height:50px;padding-right:10px;position: relative;}

.main__item__head a span{
    background: #f34d2d;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    border-radius: 20px;
    margin-right: 20px;
}
.main__item__head a::after{
    content: "";
    /* background:url(/skin/202102/images/shou.png) no-repeat center center; */
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -26px;
    top: 15px;
}


.xss .xss_top h3{
        color: red;
}
.xss .xss_top h3>span{
    color: #000;
    text-decoration:line-through;
    font-size: 16px;
    margin: 0 10px;
}
.xss .xss_top>p{
    color: #000;
    margin: 5px 3px;
}
.xss .xss_bottom a{
    padding: 10px 14px;
    background: red;
    color: #fff;
    font-size: 20px;
    border-radius: 10px;

}






.uls li {
    margin: 0 11px;
}
.uls li:first-child{
    float: left;
}
.uls li:last-child{
    float: right;
}

.uls li {
    text-align: center;
}

.sidb{
    width: 200px;
    margin: 10px auto;
    /* background: red; */
    border: 1px solid #256dff;
    overflow: hidden;
}
.sidb li:first-child{
    color: red;
}
.sidb li:last-child{
    padding: 2px 9px;
    margin: 0;
    background: #256dff;
}
.sidb li:last-child a{
    color: #fff;
}

















/* :end */

.main__item__head p.fr {margin-right:80px;line-height:50px;}
.main__item__head p a {background:#2c8fed;color:#fff;padding:3px 8px;border-radius:12px;}
.main__item__head p i {display:inline-block;width:21px;height:21px;background:url("/skin/202102/images/sas.png");margin:0 5px;vertical-align:text-bottom;}
.main__item__head p span {color:#077ef4;}
.main__left__left {width:964px;margin-left: 5px;}
.main__lefts__left {width:403px;height:359px;}
.zhuanye .imgs__wrap img {width:403px;height:334px;}
.main__left__left a {display:block;position:relative;}

.main__left__left p.fr {font-size:14px;}
.main__left__left p.btwrap {font-size:16px; text-align: center;}
.main__left__left .butt {background:#2c8fed;border-radius:5px;color:#fff;display:inline-block;margin-top:3px;padding:1px 3px;}
.main__left__left .butt2 {background:#2c8fed;border-radius:12px;color:#fff;display:inline-block;padding:1px 8px;}
.zhuanye {font-size:16px;}
/* .zhuanye .ims__wrap img {width:279px;height:211px;} */
/* .zhuanye .img__wrap img {width:279px;height:211px;} */

.main__left__left .img__wrap {float:left;    height: 284px;margin-top:9px;position:relative;}
.main__left__lefts {float:left;margin-top:9px;position:relative;}
.main__left__left .img__wrap:nth-of-type(3n-1) {margin-right:7px;margin-left:7px;}
.main__left__left .img__wrap:nth-of-type(3n-2) {margin-right:12px;}
.main__left__left .img__wrap:nth-of-type(3n-3) {margin-left:12px;}
.main__left__left .img__wrap .playsa {    position: absolute;
    left: -4px;
    bottom: -3px;
    width: 35px;
    height: 34px;
    background: url(/skin/202102/images/play.png);
    background-size: 100%;}
.main__left__left .img__wrap .wid{
    width: 165px;
    margin: 10px auto;
    background: #1675eb;
    color: rgb(73, 73, 73);
    padding: 1px 1px;
}

.main__left__left .img__wrap .wid .btwrap{
    background: #fff;
    padding: 3px 6px;
    color:red;
}
.main__left__left .img__wrap .wid .btwraps>a{
    padding: 4px 8px;
    color:#fff;
    font-size: 14px;
}





 
.longbanner { margin:0px auto;margin-bottom: 20px;}
.main__left__right {width:285px;margin-right: 5px;}
.main__left__right .classlist li {padding-left:20px;background:url("/skin/202102/images/luxiang.png") left center no-repeat;font-size:14px;margin-top:2px;}
ul.classlist {width:170px;font-size:14px;}
.classlist li.te.te2 {background:#f5f5f5;text-align:center;margin-top:24px;padding:2px 0;}
.classlist li.te {font-weight:bold;background:none;padding-left:0;font-size:16px;margin-top:4px;}
.main__left__right .classlist li a {display:inline-block;padding:7px 0;}
ul.classlist3 {width:130px;}
.shijie .playlist .img__wrap {position:relative;}
.shijie .playlist .img__wrap .play {position:absolute;left:-2px;bottom:35px;width:46px;height:46px;background:url("/skin/202102/images/play.png");}
.shijie .main__left__left .img__wrap img {width:376px;height:271px;}


.maxwidth{
    width: 765px;
    overflow: hidden;
    margin-right: 10px;
}


.osmndd li{
    border: 1px solid #e1e1e1;
    padding: 5px 5px;
    margin: 8px 0px;
}
.playlist li:nth-last-child(2n){
    float: left;
}
.playlist li:nth-last-child(2n-1){
    float: right;
}



/* 新增 */
.widths{
    width: 160px;
}
.widths h3{
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}
.widths span{
    text-align: center;
    display: block;
}
.widths p{
    text-align: center;
    padding: 7px 6px;
    display: block;
    color: #ffff;
    border-radius: 4px;
    margin:13px 20px;
    background: #1e5bd6;
}

.btnzhaunye{
    overflow: hidden;
     outline: 1px solid  #e1e1e1;
}
.nava_s{
    overflow: hidden;
    margin: 10px 30px;
    outline: 1px solid  #e1e1e1;
}
.nava_s span:first-child{
    display:block;
    text-align: center;
    padding:5px 0;
    width: 173px;
    float: left;
}
.nava_s span:last-child{
    background: #0068b7;
    display:block;
    color: #fff;
    padding:5px 10px;
    float: right;
}
.oddeven li:nth-child(2n-1) a{
    color: red !important; 
}
.secondBuy {
    width: 1349px;
    background: #fff1f1;
    margin: 6px auto auto;
    padding-bottom: 16px;
    overflow: hidden;
}

.secondBuy ul li img {
    width: 100%;
}

.secondBuy div li ol {
    width: 260px;
    float: left;
    margin-left: 9px;
}


.palyx {
    text-align: center;
    position: relative;
    background: #fff;
    padding: 5px 0px;
}
.palyx .play {
    position: absolute;
    left: 5px;
    width: 25px;
    height: 25px;
    background: url(https://www.beifang.net/template/main/zhuanti/2022/shouye0113/img/sas.png) no-repeat center center;
}


.insdss li{
    text-align: center;
    margin: 5px 9px;
   
}
.box{
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px solid #110d0d;
}
.boxs{
    overflow: hidden;
    padding-top: 61px;
    border-bottom: 1px solid #110d0d;
}
.boxs li a{
    width: 80px;
    padding: 27px 14px;
    display: block;
    border-radius: 10px;
    text-align: center;
    margin: 3px 5px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;

    background: #2b88fb;
}


.box li a{
    width: 80px;
    padding: 27px 14px;
    display: block;
    border-radius: 10px;
    text-align: center;
    margin: 3px 5px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;

    background: #2b88fb;
}

.from_righrz{
    overflow: hidden;
}
.from_righrz p {
    border: 1px solid #e1e1e1;
    margin: 12px  15px;
    padding: 13px 31px;
}
.from_righrz p:last-child{
    margin: 0 28px ;
    padding: 9px 1px;
    margin-top: 10px;
    margin-bottom: 13px;
    background: #2683f6;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}
















.newsx{
    width: 814px;
}
.newsx li{
    width: 391px;
}
.newsx li:first-child{
    width: 391px;
    float: left;
}

.newsx li:last-child{
    width: 391px;
    float: right;
}

.sind{
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    margin: 10px auto; 
    font-size: 14px;
    padding: 0 10px;
    -webkit-box-orient: vertical;
   
}

.chatUrl h3{
    font-weight: bold;
    padding:0px 10px;
    font-size: 16px;
    overflow: hidden;
}


.boxs li{
    border: 1px solid #e1e1e1;
    margin: 6px 0;
    padding: 11px 0;

}

.qian{
    background: red;
    width: 43px;
    text-align: center;
    height: 43px;
    border-radius: 5px;
    line-height: 43px;
    margin: 0 10px;
}
.box_sdsa{
    width: 440px;
}
.box_sdsa h3{
    font-size: 16px;
    font-weight: bold;
}
.box_sdsa p{
    font-size: 14px;
    margin-top: 7px;
}




























.shijie  .parts .ss{
    padding: 11px 20px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    color: #333;
    background-color: #fff;
}
.shijie  .parts .ss.active {
    color: #185cda;
    font-weight: bold;

    border-top: 5px solid #0068b7;
}
.shijie .main__left__right {width:472px;}
.shijie .main__left__rights {width:690px;}
.shijie .main__left__right li {float:left;overflow:hidden;margin-right:8px;}
.shijie .main__left__right li:nth-of-type(2n-1) {margin-right:8px;margin: 0;}
.shijie .main__left__right li:nth-of-type(2n) {margin-left:16px;}

.shijie .main__left__rights li {float:left;overflow:hidden;margin-right:8px;}
.shijie .main__left__rights li:nth-of-type(2n-1) {margin:6px 21px; }
.shijie .main__left__rights li:nth-of-type(2n) {margin-left:8px;margin:4px  0;}
.img__wraps p {
    width: 100%;
    display: block;
    padding: 2px 0;
    text-align: center;
}


.zixun {border-top:1px solid #dcdcdc;padding-top:22px;}
.zixun li {float:left;}
.zixun li {margin-right:7px;}
.zixun li:nth-last-of-type(1) {margin-right:0;}
.zixun li .img__wrap {position:relative;}
.zixun li .img__wrap .play {position:absolute;left:-2px;bottom:20px;width:46px;height:46px;background:url("/skin/202102/images/play.png");}
.jiuye {}
.jiuye .main__item__head p {line-height:50px;padding-left:30px;}
.jiuye .large {margin:10px auto;}
.jiuye .large .img__wrap img {width:210px;height:149px;}
.jiuye .small {overflow:hidden;padding:20px 0;border-top:1px solid #dcdcdc;}
.jiuye .small .img__wrap img {width:140px;height:99px;}
.jiuye li {float:left;margin-right:13px;}
.jiuye li:nth-last-of-type(1) {margin-right:0;}
.jiuye li .img__wrap {position:relative;}
.jiuye li .img__wrap .play {position:absolute;left:-2px;bottom:20px;width:46px;height:46px;background:url("/skin/202102/images/play.png");}
.jiuye li .img__wrap p em {color:#ff0000;}
.jiuye .small li {margin-right:8px;}
.ss_right .small li {margin:0;margin-left:8px;}
.jiuye .small li:nth-last-of-type(1) {margin-right:0;}
.ss_left {width:417px;}
.ss_left .small .img__wrap img {width:436px;height:262px;}
.ss_right {width:465px;}
.huihuang {width:882px;}
.huihuang .main__left__left {width:440px;}
.huihuang .tab-contents p {text-align:center;color:#666;}
.huihuang .parts span,.huihuang .parts a {color:#666;cursor:pointer;}
.huihuang .parts span {font-size:18px;display:inline-block;text-align:center;width:100px;}
.huihuang .parts span.active {font-size:20px;font-weight:700;color:#333;background-color:#fff;border-right:1px solid #e5e5e5;border-left:1px solid #e5e5e5;border-top:3px solid #0068b7;}
.huihuang .parts a {float:right;line-height:52px;padding-right:10px;}
.huihuang .parts {background-color:#f5f5f5;overflow:hidden;height:50px;line-height:50px;}
.huihuang .tab-contents {margin-top:10px;}
.huihuang .main__left__left img {width:436px;height:310px;}
.huihuang .main__left__right {width:410px;}
.huihuang .main__left__right h3 {font-size:18px;font-weight:700;}
.huihuang .main__left__right .describe {color:#666;padding:10px 0;text-align:left;}
.huihuang .main__left__right li {position:relative;font-size:16px;height:33px;line-height:33px;background:url("/skin/202102/images/luxiang2.png") left center no-repeat;}
.huihuang .main__left__right li a {margin-left:40px;color:#666;line-height:30px;}
.huihuang .main__left__right ul {padding:10px 0;border-top:1px solid #dcdcdc;}
.main__right {width:361px;float:right;}
/* .main__right .right__item {margin-bottom:18px;} */
/* .main__right .baoming,.main__right .dayi,.main__right .zhuanti,.main__right .hot {border:1px solid #dcdcdc;border-top:none;padding-top: 0px;} */
.right__item .title { height: 46px;line-height: 46px; font-size: 20px;font-weight: 700;
    padding: 0 17px;
    text-align: center;
    font-size: 30px;
    color: red;}
    .right__item p{
        text-align: center;
    }
    .right__item p span{
        color: red;
        font-weight: bold;
        padding: 22px 13px;
        display: block;
    }

.jdsx {
    margin-top: 20px;
    background: #fff;
    margin-top: 30px;
}
.main__right .right__item{
    padding-top:0;
}
.right__item .title a {margin-top:8px;border-radius:5px;float:right;display:inline-block;width:110px;height:30px;line-height:30px;font-size:18px;color:#fff;background:#0068b7;text-align:center;}
.baoming .baoming__cont {text-align:center;padding:20px;}
.baoming .baoming__cont label {
    display: block;
    font-size: 16px;
    margin-bottom: 24px;
    padding: 6px 11px;
    border: 1px solid #1675eb;
}
.baoming .baoming__cont label span::after{
    content: "";
    border-right: 1px solid #1675eb;
}
.baoming .baoming__cont label span{
    padding: 0 10px;
}
.baoming .baoming__cont label input,.baoming .baoming__cont label select {width:296px;height:32px;}
.baoming .baoming__tijiao {   padding: 7px 1px; border-radius: 30px;display:inline-block;font-size:18px;color:#fff;width:244px;height:38px;line-height:38px;text-align:center;background-color:#006cc9;}
.baoming .baoming__zixun {/*  */  padding-top:10px;font-size:16px;text-align:left;}
.baoming .baoming__zixun a {float:left;position:relative;width:80px;height:40px;line-height:40px;padding-left:32px;padding-top:10px;}
.baoming .baoming__zixun a:nth-of-type(1)::before {content:"";position:absolute;right:-5px;top:22px;width:1px;height:77px;background-color:#dcdcdc;}
.baoming .baoming__zixun a:nth-of-type(1)::after {content:"";position:absolute;bottom:-7px;left:0;width:242px;height:1px;background-color:#dcdcdc;}
.baoming .baoming__zixun a:nth-of-type(2n) {margin-left:10px;}
.baoming .baoming__zixun a i {font-style:normal;color:#fff;text-align:center;position:absolute;left:0;top:16px;width:28px;height:28px;line-height:28px;font-size:0;}
.dayi {margin-top:20px;padding-bottom:20px;}
.dayi .dayi__item {padding:4px 17px;cursor:pointer;border-top:1px dashed #e5e5e5;}
.dayi .te {border-top:none;}
.dayi .active {color:#087ef5;}
.dayi  .active p {color:#087ef5 !important;}
.dayi .dayi__item h3 {font-size:16px;font-weight:700;}
.dayi .dayi__item p {color:#666;padding:4px 0;line-height:24px;}
.dayi .dayi-more {display:block;margin:0 auto;width:236px;height:34px;line-height:34px;text-align:center;color:#0068b7;border:1px solid #0068b7;border-radius:4px;}
.zhuanti .zhengshu_cont {padding:20px;height:279px;position:relative;}
.zhengshu_slide {/* position:relative;*/  text-align:center;height:178px;}
.zhengshu_slide .prev,.zhengshu_slide .next {width:12px;height:37px;position:absolute;top:60px;}
.zhengshu_slide .prev {left:10px;background:url("/skin/202102/images/left.png");}
.zhengshu_slide .next {right:10px;background:url("/skin/202102/images/right.png");}
.zhengshu_slide .pic {height:150px;/* overflow:hidden;*/}
.zhengshu_slide .pic .slide__msg {width:254px;position:absolute;margin:0 auto;left:0;right:0;top:190px;}
.zhengshu_slide .pic .slide__msg p {text-align:left;line-height:24px;}
.zhengshu_slide .pic img {width:217px;height:145px;}
.zhengshu_slide .hd {text-align:center;margin-top:8px;}
.zhengshu_slide .hd li {width:24px;height:24px;line-height:24px;background-color:#eee;text-align:center;display:inline-block;margin-right:10px;cursor:pointer;}
.zhengshu_slide .hd li.on {background-color:#006cc9;color:#fff;}
.zhengshu_slide .hd li:nth-last-of-type(1) {margin-right:0;}
.zhuanti .zhengshu_cont h3 {font-size:16px;font-weight:700;text-align:center;margin:6px 0;}
.zhuanti .zhengshu_cont p {text-indent:2em;}
.main__right .xue {text-align:center;}
.main__right .hot ul {padding:16px;}
.main__right .hot li:nth-of-type(2n-1) {float:left;}
.main__right .hot li:nth-of-type(2n) {float:right;}
.main__right .hot .img__wrap {position:relative;}
.main__right .hot .img__wrap img {width:122px;height:85px;}
.main__right .hot .img__wrap .play {position:absolute;left:-4px;bottom:20px;width:46px;height:46px;background:url("/skin/202102/images/play.png");}
.quanjing {}
.quanjing .main__item__head h2 {border-left:none;border-right:none;}
.quanjing ul {padding:0 10px;}
.quanjing li {float:left;margin-right:10px;}
.quanjing li p {text-align:center;}
.quanjing li img {width:100%;height:100%;}
.quanjing li:nth-last-of-type(1) {margin-right:0;}
.news {margin-top:20px;}
.news .news__left {width:766px;}
.news .news__left .tab-contents {padding:14px;padding-bottom:0;border:1px solid #dcdcdc;border-top:none;}
.news .parts {background-color:#f5f5f5;}
.news .parts span,.news .parts a {color:#666;cursor:pointer;}
.news .parts span {padding:12px 0;font-size:18px;display:inline-block;text-align:center;width:100px;}
.news .parts span.active {font-size:20px;font-weight:700;color:#333;background-color:#fff;border-right:1px solid #e5e5e5;border-left:1px solid #e5e5e5;border-top:3px solid #0068b7;}
.news .parts a {float:right;line-height:52px;padding-right:10px;}
.news .cont__msg {margin-left:205px;padding:20px;}
.news .cont__msg h3 {font-size:16px;font-weight:700;margin-bottom:10px;}
.news .cont__msg p {color:#666;line-height:30px;height:60px;overflow:hidden;}
.news .cont__item {padding:5px 0;}
.news .cont__item img {width:206px;height:131px;}
.news .tab-contents .cont__item:nth-of-type(2) {padding-bottom:20px;}
.news .news__list {/*  */  border-top:1px solid #dcdcdc;padding:10px 0;}
.news .news__list li {position:relative;width:350px;float:left;padding-left:18px;}
.news .news__list li a {display:inline-block;padding:5px 0;}
.news .news__list li:before {content:"";position:absolute;left:0;top:11px;background-color:#0083f4;width:8px;height:8px;border-radius:100%;}
.news .news__right {width:400px;border:1px solid #dcdcdc;}
.news .news__right .title {border-bottom:1px solid #dcdcdc;overflow:hidden;}
.news .news__right .title span {display:inline-block;border-top:3px solid #0068b7;padding:8px 10px;}
.news .news__right__item {margin-bottom:15px;}
.news .news__right__item img {width:150px;height:112px;}
.news .news__right .item__msg {width:200px;padding-left:20px;}
.news .news__right .item__msg h3 {font-size:16px;font-weight:700;margin-bottom:10px;}
.news .news__right .item__msg p {color:#666;}
.news .news__right__list {/*  */}
.news .news__right__list li {margin-left:16px;position:relative;}
.news .news__right__list li a {display:inline-block;padding:6px 0;}
.news .news__right__list li::before {content:"";position:absolute;left:-16px;top:11px;background-color:#0083f4;width:8px;height:8px;border-radius:100%;}
.news .news__right__content {padding:14px;padding-bottom:0;}
.comm1200 {width:1360px;margin:0 auto;}
.bfsy_113 {width:1083;height:38px;border:1px solid #e5e5e5;background:#fafafa;margin-top:20px;}
.bfsy_113 li {float:left;width:100px;height;38px;line-height:38px;color:#333;text-align:center;font-size:16px;cursor:pointer;}
.bfsy_113 li.active {width:100px;height:38px;background:#1c8cd4;line-height:38px;color:#fff;text-align:center;font-size:16px;}
.bfsy_115 {/* width:1075px;*/ padding:4px;border:1px solid #e5e5e5;border-top:none;margin-bottom:20px;}
.bfsy_115 a {color:#333;}
.bfsy_115 a:hover {color:#C00;}
#jy_2>a {padding:5px 8px 0px 0;line-height:28px;}
.xiao_border {padding:0 0px 20px 20px;}
.xiao_left {height:336px;width:431px;font-size:0;margin-top:20px;}
.xiao_right {width:734px;}
.xiao_right li {width:221px;height:158px;font-size:0;float:left;margin:20px 0 0 20px;}
.xiao_right .te {margin-left:0;}
.quanjing {padding-bottom:20px;}
.tc__right .classify li {position:relative;margin: 5px 0;}
.classify li:before {position:absolute;content:'';left:0;bottom:18px;width:36px;height:36px;background:url(/skin/202102/images/play.png);background-size:36px;z-index:3;}
.xiao_right li {position:relative;}
.xiao_right li:before {position:absolute;content:'';left:0;bottom:0;width:48px;height:48px;background:url(/skin/202102/images/play.png);z-index:3;}
#play_video1, #play_video2,#play_video3, #play_video4{display: inline;}
#home_video1, #home_video2, #home_video3, #home_video4{width: 288px;height: 191px;display: none;position: absolute;top: 0;left: 0;background: #000;}
.free{position: relative;}
#messageWrap{text-align: center; font-size:20px; position:absolute; top:50%; left:50%; transform: translate(-50%, -50%); margin:auto; width:400px; height:50px; line-height: 50px; background:rgba(0,0,0,.6); color:#fff;}
giftform input,select,button{border:none; background: #fff;}
giftform input::-webkit-input-placeholder{color:#7cb3ff;}
giftform input::-moz-placeholder{color:#7cb3ff;}
giftform input:-moz-placeholder{color:#7cb3ff;}
giftform input:-ms-input-placeholder{color:#7cb3ff;}
.flex{ display:flex; flex-flow:row nowrap;}
.justify-bet{ justify-content: space-between;}
.align-cent{ align-items: center;}
.giftwrap{ height:132px; overflow: hidden;background: -webkit-linear-gradient(top, #0083ff,#0469db);background: -o-linear-gradient(bottom, #0083ff,#0469db);background: -moz-linear-gradient(bottom, #0083ff,#0469db);background: linear-gradient(to bottom,#0083ff,#0469db);margin-bottom: 30px;}
.gifttit{ width:240px; padding:12px 0; color:#fff; text-align: center; background: url("/skin/202102/images/gift-bg.png") no-repeat center;}
.gifttit p:nth-of-type(1){ font-size:14px;}
.gifttit p:nth-of-type(2){ font-size:36px; font-weight:700; color:#fed238; text-shadow:2px 5px 4px rgba(45,0,122,.75); margin:6px 0 12px;}
.gifttit p:nth-of-type(3){ font-size:20px; font-weight:700;}
.giftform{ flex: 1; margin-right:20px;}
.giftlist{ margin:20px 0;}
.giftform label{ color:#ffdd01; font-size:20px; font-weight:700; text-shadow:2px 3px 4px rgba(45,0,122,.75);}
.giftform label span{ visibility: hidden;}
.giftform input{ width:173px; height:36px; border-radius:5px; padding-left:10px;}
.giftform .imgcode{ width:80px; height:36px; display:flex; flex-flow:column nowrap; justify-content: center;}
.giftform .addr{ width:375px;}
.giftform .yzm{ border-radius:5px 0 0 5px;}
.giftform select{ width:180px; height:36px; border-radius:5px; padding-left:5px;}
.giftform .btn{ width:160px; height:36px; border-radius:18px; color:#006cc9; font-size:18px; font-weight:700; background: url("/skin/202102/images/button.png") no-repeat center; }
.giftform .yzm-btn{ color:#7cb3ff;  position:relative; border-radius:0 5px 5px 0;}
.giftform .yzm-btn:after{ content:""; position:absolute; top:1px; left:-1px; height:34px;width:1px;background: -webkit-linear-gradient(top, #fff 10%,#0469db,#fff);background: -o-linear-gradient(bottom,  #fff 10%,#0469db,#fff);background: -moz-linear-gradient(bottom,  #fff 10%,#0469db,#fff);background: linear-gradient(to bottom, #fff 10%,#0469db,#fff);}



















/* 问答 */
.wenda{
    padding-bottom: 20px;
}
.wenda li{
    width: 260px;
    text-align: center;
    margin: 10px 5px;
    padding: 10px 0px;
    border-radius: 40px;
    border: 1px solid #1675eb;
    position: relative;
}
.wenda li::after{
    content: "";
    position: absolute;
    right: 0;
    bottom: 2px;
    width: 32px;
    height: 48px;
    display: block;
    /* background: url(/skin/202102/images/xinx.png) no-repeat center center; */
}

/* .wenda li:nth-last-child(5n){
    margin: 0 20px;
}
.wenda li:nth-last-child(5n-4){
    margin: 0 20px;
} */

.tab-contents{
    margin-left: 10px;
}
.redcolor{
    color: red !important;
}
.classx li{
    margin: 05px 10px;
}


/* swiper */


.swuoe{
    height: 341px;
    /* border: 1px solid #e1e1e1; */
    overflow: hidden;
    margin: 67px 0;
}

.sasadsas{
    border: 1px solid #e1e1e1;
}
.sasadsas p {
    text-align: center;
}
.sasadsas .saxss{  
    font-size: 24px;
    margin-top: 20px;
}
.sasadsas .saxss span{
    color: red;
    font-weight: bold;
}
.sasadsas .xacc >a{
    background: #0e6ce1;
    width: 200px;
    margin: 10px auto;
    display: block;
        color: #fff;
    padding: 10px 1px;
    border-radius: 100px;
}
.sasadsas{
    width: 270px !important;
}
.newsqq{
    width: 967px;
}
.newsqq li{
    padding: 0px 15px;
    padding-bottom: 10px;
    overflow: hidden;
    width: 283px;
    text-overflow: ellipsis;
}
.newsqq li>ul>li{
    font-size: 14px;
    overflow: hidden;
    width: 283px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newsqq>li:nth-last-child(3n-1){
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    
}
.qian{
    color: #fff;
}
.sasd{
    border:none !important;
}
.ledssa .qianyue{
    overflow: hidden;
    margin: 5px auto; 
    border: 1px solid #e1e1e1;
}
.ledssa .qianyue i{
    height: 90px;
    display: block;
}
.ledssa .qianyue p{
    margin: 26px auto;
    display: block;
    font-size: 14px;
    width: 127px;
    padding: 0 10px;
}
.bes{
    background: #fff;
}

.psos{
    position: relative;
}

.shang{
    cursor: pointer;
    position: absolute;
    left:50%;
    top: 20px;
    transform: translate(-50%,0);
}
.xia{
    cursor: pointer;
    position: absolute;
    left:50%;
    bottom: 30px;
    transform: translate(-50%,0);
}


.posxsa b>a{
    color: #fff;
    font-style: normal;
    background: #1675EB;
    font-size: 10px;
    padding: 3px 10px;
    font-weight: 400;
    border-radius: 12px;
    margin-right: 5px;
}

.lissd li{
    margin: 12px auto;
    font-size: 14px;
}




.sadaa{
    width: 472px;
    height: 342px;
    padding-top: 10px;
      position: relative;
      margin-left: 20px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left: -1px !important;
    right: auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right: -1px !important;
    left: auto;
}
.esd {
 overflow: hidden;
}

.esd li{
 margin: 10px 14px;
}
.esd li p{
 text-align: center;
}










.xssa li{
    text-align: center;
    margin: 05px 10px;
}
.xssa li:nth-child(4n-3){
    float: left;
   
}

.xssa li:nth-child(4n){
    float: right;
}
.esd {
    overflow: hidden;
}

.lisdd{
    overflow: hidden;
    text-align: center;
}


.lll{
    left: 20px !important;
}
.rrr{
    right: 20px !important;
}

.asdsads>span{
    background: #fff;
    transition: 0.2s;
 
}

.asdsads>span:hover{
    background: #498feb !important;
    color: #fff !important;
    border-top: 3px solid #fff !important;
  
}


.insdss li:first-child{
    margin-top: 9px;
}
ul,
        li,
        dl,
        dt,
        dd,
        ol {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        h6,
        form,
        input,
        textarea,
        label,
        table,
        tr,
        td,
        p,
        header,
        article,
        footer,
        nav,
        section,
        aside,
        menu {
            margin: 0;
            padding: 0;
            font-weight: normal;
        }

        table {
            border-collapse: collapse;
            border-spacing: 0;
        }

        img,
        a img {
            border: none;
        }

        a:link,
        a:visited {
            text-decoration: none;
            outline: none;
        }

        a:active,
        a:hover {
            text-decoration: none;
        }

        body {
            margin: 0;
            padding: 0;
            font-family: 'Microsoft Yahei';
        }

        i,
        em {
            font-style: normal;
        }

        .fl {
            float: left;
            overflow: hidden;
        }

        .fr {
            float: right;
            overflow: hidden;
        }

        input[type=button],
        input[type=submit],
        input[type=file],
        button {
            cursor: pointer;
            -webkit-appearance: none;
            outline: none;
        }

        .wrap {
            position: relative;
        }

        .zt_top {
            overflow: hidden;
        }

        .zt_top ul {
            width: 1200px;
            margin: 0 auto;
            padding: 12px 0 12px 0;
            overflow: hidden;
        }

        .zt_top ul img {
            float: left;
            width: 739px;
        }

        .zt_top ul li {
            float: right;
            width: 380px;
            padding-right: 10px;
            line-height: 32px;
            margin-top: 3px;
        }

        .zt_top ul li b {
            /* font-family: 'Impact'; */
            display: block;
            color: #0685eb;
            text-align: right;
            line-height: 46px;
            font-size: 28px;
            letter-spacing: 2px;
            /* font-style: italic; */
        }

        @font-face {
            font-family: 'Impact';
            src: url('/skin/202202/fonts/impact.ttf');
        }

        @font-face {
            font-family: 'fzzyjt';
            src: url('/skin/202102/fonts/fzzyjt.ttf');
        }

        .zt_top ul li b i {
            font-size: 26px;
        }

        .zt_top ul li ol {
            overflow: hidden;
            text-align: right;
        }

        .zt_top ul li ol a {
            font-size: 14px;
            color: #000;
            line-height: 26px;
        }

        .zt_top ul li ol a:hover {
            color: #ff0000;
        }

        .zt_nav {
            box-shadow: 0px 10px 15px #0006;
            background: linear-gradient(#057cd7, #48abf9);
            overflow: hidden;
            font-size: 16px;
            text-align: center;
            display: none;
        }

        .zt_nav ul {
            width: 1200px;
            margin: 0 auto;
            overflow: hidden;
        }

        .zt_nav ul li {
            float: left;
            width: 150px;
        }

        .zt_nav ul li img {
            display: block;
        }

        .zt_nav ul li ol {
            font-size: 30px;
            position: relative;
            z-index: 9;
            color: #fff;
            line-height: 36px
        }

        .zt_nav ul li a {
            color: #fff;
            position: relative;
            display: block;
            padding: 16px 0 20px 0;
            line-height: 36px
        }

        .zt_nav ul li a:hover::before {
            animation: orangeIn .2s ease;
            opacity: 1
        }

        .zt_nav ul li a:before {
            content: '';
            position: absolute;
            background: #161f26;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            animation: orangeOut .2s ease;
            z-index: 1;
            opacity: 0
        }

        @keyframes orangeIn {
            0% {
                transform: scale(.8);
                opacity: 0
            }

            100% {
                transform: scale(1);
                opacity: 1
            }
        }

        @keyframes orangeOut {
            0% {
                transform: scale(1);
                opacity: 1
            }

            100% {
                transform: scale(.8);
                opacity: 0
            }
        }

        .zt_nav ul li p {
            line-height: 24px;
            position: relative;
            z-index: 9;
            color: #fff;
        }
        .index_nav {
            width: 1200px;
            margin: 0 auto;
            position: relative;
            height: 49px;
        }

        .index_nav_hot {
            width: 250px;
            height: 46px;
            visibility: visible;
            overflow: inherit;
            position: relative;
            z-index: 999999;
        }

        .index_nav_hot h2 {
            position: relative;
            display: block;
            text-align: center;
            background: linear-gradient(#057cd7, #48abf9);
            color: #fff;
            font: 18px/46px '微软雅黑';
            border-bottom: solid 3px #3496e1;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            cursor: pointer;
        }

        .index_nav_hot h2 img {
            position: absolute;
            top: 8px;
            right: 28px;
        }

        .index_nav_list {
            overflow: hidden;
            text-align: center;
            width: 950px;
            line-height: 46px;
            border-bottom: solid 3px #3496e1;
            height: 46px;
        }

        .index_nav_list li {
            float: left;
            font: 18px/46px '微软雅黑';
            width: 105px;
        }

        .index_nav_list li a {
            color: #363535;
            text-decoration: none;
            transition: all 0.2s ease-out;
            border-bottom: 3px solid #3496e1;
            font-size: 18px;
            line-height: 45px;
            display: inline-block;
            height: 46px;
        }

        .index_nav_list li:hover a {
            color: #3496e1;
            height: 38px
        }

        .index_nav_hot_list {
            width: 250px;
            height: auto;
            position: absolute;
            left: 0;
            top: 49px;
            z-index: 99;
            display: none;
        }

        .index_nav_hot_list li {
            width: 100%;
            background: rgba(0, 0, 0, 0.7);
            color: #fff;
            font: 15px/52px '微软雅黑';
            padding: 5px 0 15px 0;
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
        }

        .index_nav_hot_list li a {
            display: block;
            color: #fff;
            border-bottom: dashed 1px #fff;
            width: 90%;
            margin: 0 auto;
            position: relative
        }

        .index_nav_hot_list .fl a img {
            position: absolute;
            right: 12px;
            top: 16px;
        }

        .index_nav_hot_list li a i {
            float: right;
            font-weight: bold;
        }

        .index_nav_hot_list .fr {
            background: #fff;
            border-top-right-radius: 10px;
            display: none;
        }

        .index_nav_hot_list .fr ol span {
            overflow: hidden;
            width: 240px;
            margin: 20px auto auto;
            display: block;
        }

        .index_nav_hot_list .fr ol span a {
            width: 50%;
            float: left;
            text-align: center;
            font: 15px/26px '微软雅黑';
            color: #000;
            margin-bottom: 26px;
        }

        .index_nav_hot_list .fr ol span a img {
            display: block;
            margin: 0 auto;
        }

        .index_nav_hot_list .fr p {
            text-align: center;
            color: #404040;
            font: 20px/32px '微软雅黑';
            width: 172px;
            height: 142px;
            background: url(/skin/202102/images/nav_ico.jpg) no-repeat center center;
            font-weight: bold;
            overflow: hidden;
            padding-top: 8px;
            margin: 0 auto;
        }

        #nav_zx {
            display: block;
            width: 185px;
            border-radius: 25px;
            border: 1px #d3d6db solid;
            font: 20px/51px '微软雅黑';
            color: #353535;
            text-align: center;
            margin: 30px auto auto;
            color: #333;
        }

        #nav_zx:hover {
            color: #fff;
            background: #cf2633;
            border: 1px #cf2633 solid;
        }

        .G_z_list_show {
            animation: G_z_list_show .5s linear normal 1;
            display: block !important;
        }

        .G_z_list_hide {
            animation: G_z_list_hide .5s linear normal 1;
            display: none !important;
        }

        @keyframes G_z_list_show {
            0% {
                opacity: 0;
                transform: translateY(2%);
            }

            100% {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @-webkit-keyframes G_z_list_show {
            0% {
                opacity: 0;
                -webkit-transform: translateY(2%);
            }

            100% {
                opacity: 1;
                -webkit-transform: translateY(0);
            }
        }

        @keyframes G_z_list_hide {
            0% {
                opacity: 1;
            }

            100% {
                opacity: 0;
            }
        }

        @-webkit-keyframes G_z_list_hide {
            0% {
                opacity: 1;
            }

            100% {
                opacity: 0;
            }
        }