* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

img {
    border: none;
}

ul,
ol,
li {
    list-style: none;
}

a {
    color: black;
}

a,
a:hover {
    text-decoration: none;
}

a:hover {
    color: #2361FF;
}

html,
body {
    width: 100%;
    background:#f5f5f5;
}

body {
    font-size: 14px;
    font-family: '微软雅黑', 'Heiti SC', '华文黑体', '黑体', "Helvetica Neue";
    padding-top:30px
}

.main-nav {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.nav-pro {
    width: 1200px;
    margin: 0 auto;
    margin-top: 7px;
    position: relative;
    margin-bottom: 11px;
    background:#fff;
    display:flex;
    background:#fff
}

.nav-pro:after {
    content: "";
    display: block;
    clear: both;
}

.pro-top {
    width: 100%;
    height: 70px;
    line-height: 70px;
    background: #fff;
    margin-bottom:10px;
}

.pro-ul {
    width: 1200px;
    height: 70px;
    margin: 0 auto;
    display:flex;
}
.pro-ul-left {
    width:310px;
    height:70px;
}

.pro-ul ul {
    overflow: hidden;
    display:flex;
}

.pro-ul li {
    color: #666666;
}
.pro-ul-right li{
     position:relative
}
.pro-ul-right {
    width:calc(100% - 300px); 
    display:flex;
    justify-content:space-around
}
.pro-ul-right li p{
    width:calc(100% - 25px);
    height: 3px;
    background: #2361FF;
    border-radius: 2px;
    position:absolute;
    bottom:15px;
    left:12px
    }

.pro-ul-right li a {
    width:100%;
    color: #666666;
    font-size: 18px;
}
.pro-ul-right li a:hover{
    color:#2361FF;
}

.pin-li {
    height: 70px;
    line-height: 70px;
    display:flex;
    justify-content:space-between;
}
.pin-li h3{
    color:#183F93;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    }
.pin-li img {
    width:131px;
    height:34px;
    vertical-align: middle;
    margin-top: 18px;
    margin-right:10px;
}
.pin-li-div{
     width: 4px;
    height: 4px;
    background: #183F92;
    border-radius: 50%;
    margin-right:10px;
    margin-top:33px;
    }
.pro-tool {
    width: 390px;
    height: 140px;
    float:left;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(80, 83, 210, 0.2);
    border-radius: 4px;
}

.tool-p {
    width: 39px;
    height: 100%;
    text-align: center;
    background-image: url('../images/pro2021/listbackground.png');
    background-size: 39px 140px;
    color: white;
    float: left;
    font-size: 16px;
    padding-top: 25px;
}

.pin-li span {
    font-weight: bold;
    color: #ff7b00;
    font-size: 16px;
}

.tool-step-1 {
    width: 238px;
    float: left;
}

.tool-step-1>li {
 
    padding: 0 10px;
    height: 46px;

    
    border-bottom: 1px #eee solid;
    cursor: pointer;
    position: relative;
}

.tool-step-1>li span {
    display: inline-block;
    color: #fc8146;
    margin-right: 10px;
    line-height: 46px;
}

.tool-step-1>li>a {
    display: inline-block;
    margin-left: 10px;
    line-height: 46px;
}

.tool-stepdiv {
    position: absolute;
    background: #fff;
    width: 580px;
    z-index: 9;
    left: 238px;
    top: -1px;
    border: 1px #fc9d46 solid;
    max-height: 350px;
    overflow-y: scroll;
    display: none;
}

.tool-stepdiv dl {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-bottom: 1px #eee solid;
}

.tool-stepdiv a:hover {
    color: #fc8146;
}

.tool-stepdiv dt {
    width: 100px;
    float: left;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
    font-weight: bold;
    font-size: 15px;
    color: #666;
    padding-right: 10px;
    padding-top: 12px;
}
.pro-wp{
     overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tool-stepdiv dd {
    width: 458px;
    float: left;

}

.tool-stepdiv dd a {
    display: inline-block;
    width: 113px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-left: 1px #ccc solid;
    padding: 5px 0;
    padding-left: 5px;
    margin-top: 10px;
    font-size: 12px;
}

.tool-stepdiv>p {
    text-align: center;
    padding: 5px;
    background: #eee;
    margin: 10px;
}

.step-more {
    padding: 10px;
}

.step-more a {
    display: inline-block;
    width: 105px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pro-headline {
    width: 570px;
    height: 140px;
    background:#fff;
    padding-left:9px;
    padding-top:10px;
    padding-right:10px
}
    .pro-headline h3 a {
        font-size:18px;
         display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow:hidden
    }
.pro-headline img {
    width:50px;
    height:20px;
    float: left;
    margin-right:11px;
    margin-top:2px;
}


.head-p {
    line-height:30px;
    font-size: 16px;
    margin-top:10px;
    overflow:hidden;
     display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.pro-w310 {
    width: 290px;
    margin-left:15px;
    background:#fff
}
    .pro-w310 h3 a {
        /*color:#333!important*/
    }
.tec-orange a{
    color: #333333;
}

.tec-h {
    height: 42px;
    line-height: 42px;
    background: url('../images/pro2021/redrectangle.png') no-repeat;
    background-size: 4px 18px;
    background-position-y: 12px;
    background-position-x: 10px;
    padding-left: 10px;
}
.tec-h a{
    margin-left:12px;
}
.cai-div {
    height: 90px;
    position: relative;
    overflow: hidden;

}

.cai-div .img-con {
    width: 120px;
    float: left;

}

.xh-img {
    width: 110px;
    height: 90px;

}

.cai-div .dec-con {
    font-size: 12px;
}

.cai-div .dec-con>a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pro-main{
    margin-top: 15px;
}
.pro-adlong {
    width: 1200px;
    text-align-last: justify;
    text-align: justify;
    text-justify: distribute-all-lines;
    margin:0 auto;
    margin-bottom:10px;
    margin-top:10px;
    display: flex;
    justify-content: space-between;
}
.pro-admid{
    width: 1065px;
    height: 60px;
    margin-bottom: 10px;
    margin-left: 11px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    justify-content: space-between;
    background:#fff;
}
.pro-admid a {
    height:100%
}
.pro-adlong img,.pro-admid img{
    height: 60px;
}
.ad-promain{
    width: 120px;
    float: left;
    background: #fff;
    border-radius: 4px;
}
.ad-promain li{
    margin-bottom: 5px;
}
.pro-block{
    width: 1080px;
    float: left;

}
.pro-line{
    position: relative;
    overflow: hidden;  
}
.ad-block{
    width: 350px;
    float: left;
    margin-left: 10px;
    border: 1px #eee solid;
    height: 245px;
    background:#fff;
    border-radius: 4px;
    margin-bottom:10px;
}
.ad-top-p{
    text-align: center;
    height: 50px;
}
.ad-top-p a{
    float:left;
    width:170px;
   
    font-size: 14px;
    font-weight: bold;
   
    position: relative;
     height:50px;
     display: -webkit-box;
	-webkit-box-orient:vertical;
    -webkit-box-align:center;
	-webkit-box-pack:center;
}

.ad-top-p img{
    display: inline-block;
    height: 40px;
    margin-top: 5px;
}
.ul-block li {
    padding: 6px 15px 6px 15px;
    background: url('../images/pro2021/redcircle.png') no-repeat;
    background-size: 5px 5px;
    background-position: 10px 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ul-block li a{
    margin-left:7px
}
.ad-mid{
    position: relative;
}
.ad-mid:before{
    content: "";
    width: 0;
    height:226px;
    border-left: 1px #eee solid;
    position: absolute;
    left: 50%;
    top: 0;
}
.ad-mid:after{
    width: 350px;
    height:0;
    border-top: 1px #eee solid;
    position: absolute;
    left: 0;
    top: 50%;
}
.mid-block{
    float:left;
    width: 168px;
    height:113px ;
}
.mid-block a{
    display: block;
    text-align: center;
    padding: 10px 5px 0 5px;
    line-height: 1.7;
}
.con-w835{
    width: 839px;
    float: left;
    margin-right: 10px;
}
.tab-nav li{
     position:relative;
     cursor:pointer

}
.tab-nav{
    width:100%;
    height:50px; 
    line-height:50px;
    display:flex;
    justify-content:space-around;
    background:#fff;
    margin-bottom:5px;
}
.tab-nav li img {
        width:19px;
        height:19px;
        vertical-align: middle;
        margin-bottom: 5px;
}
.tab-nav li p{
    width:100%;
    height: 3px;
    background: #ff003c;
    border-radius: 2px;
    position:absolute;
    bottom:0;
    }

.tab-nav li a {
    width:100%;
    color: #666666;
    font-size: 18px;
}
    .pro-ul-right li:first-child a{
         color:#2361FF; 
    }

.tab-con {
    background:#fff;
    width: 839px;
    margin-bottom: 60px;
}
.tab-con li {
    height:186px;
    border-bottom: 1px #eee solid;
    position: relative;
    box-sizing:border-box;
    padding: 20px 10px 20px 10px;
  
}
.tab-con >ul li:last-child{
    height:100px;
    border:none
}
.tab-con .img-con {
    width: 260px;
    float: left;
    height:140px;
    padding: 0 10px 0 0;
}
.tab-con .img-con  img{
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}
.dec-con {
    padding: 0 10px;
}
.dec-con p{
   height: 60px;
    line-height: 1.8;
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    margin-top: 19px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.dec-con a {
    text-decoration: none;
    font-weight:bold;
    font-size:20px;
     display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow:hidden
}
.dec-con-time {
    font-size:14px;
    display:flex;
    justify-content:space-between;
    color:#666666;
}
.remenbotton {
    width: 100%;
    display: flex;
    flex-wrap:wrap;
    align-items: space-between;
    background:#fff;
    padding-left:10px;
}
.hot{
     height: 28px;
    border: 1px dashed #666666;
    border-radius: 14px;
    text-align: center;
    line-height: 28px;
    padding: 0 10px;
    margin:0 10px 10px 0;
    cursor: pointer;
}
    .hot:hover {
        background:#ff003c;
        border:1px solid #ff003c;
    }
    .hot:hover a{
        color:#fff!important;
    }
.dec-con-time p img {
   width:12px;
   height:12px;
   vertical-align:middle;
   margin-top:-4px;
   margin-right:6px
}
.dec-con-time p{
    font-size:14px;
}
.con-345 {
    width: 350px;
    float: left;
    background-color:#f5f5f5;
}
.ft-con{
    display: block;
    position: relative;
    width: 330px;
    height:220px;
    margin-bottom:10px;
    overflow: hidden;
    background:#fff;
}
.ft-con img{
    width: 100%;
    display: block;
    transition: .3s ease all;
    -webkit-transition: .3s ease all;
}
.ft-con span {
    position: absolute;
    width: 330px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    color: white;
}
    .ft-con span:hover {
        color:#ff003c;
    }
.ft-con:hover img {
    transform: scale(1.2);
}
.white-color{
    background:#fff
}
.com-ul {
    padding-left:10px;
  
}
.white-color {
    background:#fff
}
.com-ul-img img{
    width:30px;
    height:30px;

}
.loading {
    width:100%;
    height:74px;
    line-height:74px;
    text-align:center;
    font-size:14px;
    color:#666666;
}
.com-ul-img {
    display:flex;
    align-items:center;
    margin-right:11px
}
.com-ul li {
    width: 330px;
    height: 50px;
    background: #FFF;
    border-radius: 6px;
    list-style:none;
    color:#333333;
    display:flex;
    margin-bottom:10px;
    padding-left:10px;
    padding-right:10px;
}
.com-ul-right {
    width:280px;
   display:flex;
   align-items:center;
}
.luntanblue {
    background: #2361FF;
    color:#fff
}
.com-bo{
    padding-bottom:10px;
    margin-bottom:10px
}
.com-ul-botton {
    width:330px;
    height:40px;
    display:flex;
    justify-content:space-between;
    margin-left:10px;
    background:#fff;
}
.com-ul-botton p:nth-child(1){
    background:#ff003c;
}
    .com-ul-botton p:nth-child(1) a {
        color:#fff;
    }
.com-ul-botton p{
    text-align:center;
    line-height:40px;
   width: 141px;
    height: 40px;
    color:#ff003c;
    box-sizing:border-box;
    background: #fff;
    border: 1px solid #ff003c;
    border-radius: 4px;
    cursor:pointer
}
    .com-ul-botton p a {
      width:100%;
      height:100%;
      display:inline-block;
      color:#ff003c;
    }
.com-ul-title {
    
    width:100%;
    height:18px;
    overflow:hidden
}
.com-ul-title a{
    font-size:14px
}
.com-ul-statu {
    display:flex;
    justify-content:space-between
}

.com-ul li:hover{
    color:#ffffff!important;
    background:#ff003c;
}

.com-ul li:hover .com-ul-title a {
        color:#ffffff!important;    
    }

.swiper-slide img{
    width: 100%;
    height:215px
}
.swiper-slide a {
    position:relative;
    display:block
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 32px 32px;
    -webkit-background-size: 32px 32px;
    background-size: 32px 32px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-next{
    background: url(../images/pro2020/Arrownext.png) 0 0 no-repeat;
    background-size: 32px 32px;
    right: 5px;
}
.swiper-button-prev{
    background: url(../images/pro2020/Arrowback.png) 0 0 no-repeat;
    background-size: 32px 32px;
    left: 5px;
}

.s-dec {
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: white;
    background: rgba(0, 0, 0, .6);
}
.list-more{
    display: block;
    width: 100%;
    height:50px;
    text-align: center;
    line-height: 50px;
    border:1px #e8e8e8 solid;
   border-radius: 10px;
   cursor: pointer;
   margin:10px 0
}
.font-18{
    font-size: 18px;
}
.dec-con a:hover{
    color: red;
}
.tab-ad{
    float: right;
  
   margin-right: 10px;
    font-size: 14px; 
}

/*底部footer*/
.footer-con{
    width:1200px;
    position:relative;
    overflow:hidden;
    margin:0 auto
}
.left_f {
    width: 164px;
    text-align: center;
    float: left;
}
.left_f img, .right_img img {
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 6px;
}
.footer_nav {
    width: 872px;
    float: left;
    line-height: 28px;
}
.footer_nav p {
    text-align: center;
    line-height: 24px;
    padding: 0px;
    margin: 2px;
}
.footer_nav a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
}
.footer_img {
    border: 1px solid #dedede;
    padding: 0px 6px;
    margin-bottom: 46px;
    margin-top: 18px;
    width: 1198px;
    float: left;
    overflow: hidden;
    zoom: 1;
    margin: 10px 0;
}
.footer_img li {
    float: left;
    width:197px;
    border-right: 1px solid #dedede;
   
    overflow: hidden;
    zoom: 1;
    text-align:center;
    
}
.footer_img li img {
    display: block;
    text-align: center;
    margin:5px auto
}
.footer_img li:last-child{
    border:none
}
.pro-flash {
            float: left;
            width: 710px;
            border: 1px #999 solid;
        }

        .pro-flash object {
            float: left;
        }

        .pro-ful {
            float: left;
            width: 398px;
        }

        .pro-ful li {
            width:199px;
            height: 22px;
            float: left;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
           
          
            padding-left:10px
        }
.fixediv{position:fixed;top:360px;z-index:9999;height:216px;width:80px;}  /*180px*/
*html .fixediv{position:absolute;top:expression(eval(document.documentElement.scrollTop));margin:180px 0 0 0;}
.fixediv-l{left:0px;}
.fixediv-r{right:0px;}
.fixediv .btn{height:25px;background:#CCCCCC;text-align:right;line-height:25px;overflow:hidden; margin-top:-2px;font-size:12px}
.labeling a{
    color:#ff003c!important;
}
.labeling p{
    display:block
}
.labeling img:first-child{
    display:none!important
}
.labeling img:nth-child(2){
    display:inline-block!important
}

.interviewimg-box{
    width:350px;
    display:flex;
    justify-content:center;
    background:#fff;
    margin-bottom:10px;
}
.s-dec:hover {
    color:#ff003c;
}
.conbuttoncolor{
     background:rgba(255, 0, 60, 0.7)!important;
    
}
.conbuttoncolor a { 
        color:#fff !important;
    }
.img-dis{
    display:none
}
.menured{
    background:#ff003c!important; 
}
.menured a{
    color:#fff!important;
}
.nav-container {
    margin-top:11px;
}
.ad-imgs {
    display:flex;
    flex-direction:column;
    justify-content:space-around
}
.pro-w310 .cai-div .dec-con a{
    font-size:16px;
}
.pro-w310 .cai-div .dec-con p {
    font-size:12px!important;
    margin-top:10px;
     display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow:hidden
}
.title-box span {
    display:flex
}
.title-box span a {
    font-size:14px;
    color:#ff003c;
    cursor:pointer
}
    .title-box span a:hover{
        color:#ccc!important;
    }
.dec-con p:last-child{
    font-size:14px!important;
}