.container{
    min-width: 1366px;
    position: relative;
}
.w1200{
    width: 1200px;
    margin: auto;
}
a:hover, a:active {
    color: #ff6600;
    text-decoration: none;
}
a{
    color:  #404040;
}
/*头部开始*/
.top_bg {
    position: relative;
    height: 145px;
    background:url(/uploads/image/psimages/top_bg.png) no-repeat center;
    background-size: 100% 100%;
}
.top{
    height: 145px;
    display:flex;
    justify-content:space-between;
}
.lang {
    position: absolute;
    bottom: 5px;
    left: 50%;
}
.lang-zh,.lang-en{
    padding:6px;
    color:#d01515;
    font-size:12px;
    line-height:18px;
    text-align:center;
    background-color:#f4ebda;
    font-weight:bold;
    box-sizing:border-box;
}
.logo{
    margin-top:22px;
}
.topright{
    display:flex;
    flex-direction:column;
    align-items:flex-end;
}
.top_link{
    margin-top:15px;
    overflow:hidden;
}
.top_link ul{
    display:flex;
}
.top_link ul li{
    margin-right:20px;
}
.top_link ul li:last-child{
    margin-right:0;
}
.top_link ul li a{
    font-size:14px;
    color:white;
}
.top_link ul li.mail,.top_link ul li.wx,.top_link ul li.wza{
    padding-left:22px;
}
.top_link ul li.mail,.top_link ul li.wx,.top_link ul li.wza{
    background:url(/uploads/image/psimages/icon_email.png) no-repeat left center;
}
.top_link ul li.wx{
    background:url(/uploads/image/psimages/icon_wxin.png) no-repeat left center;
}
.top_link ul li.wza{
    background:url(/uploads/image/psimages/icon_look.png) no-repeat left center;
}
.topsearch{
    position:relative;
    width:340px;
    height:30px;
    margin-top:14px;
    border-radius: 20px;
    border:none;
    background-color: #ffffff;
}
.topsearch .txts{
    width:340px;
    height:30px;
    line-height:30px;
    padding: 0 20px;
    font-size:14px;
    color:#333333;
    border-radius: 20px;
    border: none;
    box-sizing: border-box;
    outline: none;
}
.topsearch .searchbtn {
    position: absolute;
    right: 16px;
    top: 8px;
    width: 14px;
    height: 14px;
    background: url(/uploads/image/psimages/icon_sear.png) no-repeat center;
    cursor: pointer;
    z-index: 99;
}
.time{
    font-size:14px;
    color:#ffffff;
    margin-top:20px;
    text-align:right;
}
/*头部结束*/
/*导航开始*/
.navbg{
    background-color:#9c130a;
    height: 50px;
}
.nav {
    width: 1200px;
    margin: auto;
    position: relative;
}
.nav .mainlevel {
    float: left;
    position: relative;
    display: inline;
    width: 150px;
    height: 50px;
    background:url(/uploads/image/psimages/line.jpg) no-repeat right center;
}
.nav .mainlevel:last-child{
    background:none;
}
.nav .mainlevel a {
    color: #fff;
    font-size: 16px;
    line-height:50px;
    display: block;
    text-align: center;
    box-sizing: border-box;
}
.nav .mainlevel a:hover {
    color: #fff;
    text-decoration: none;
    font-weight:bold;
}
.nav .sub {
    position: absolute;
    left: -30px;
    top: 50px;
    display: none;
    z-index:99;
}
.nav .sub li{
    zoom: 1;
    height: 30px;
    line-height: 30px;
}
.nav .sub a {
    background: #e7e4e4;
    width: 190px;
    line-height:30px;
    color: #4e4e4e;
}
.nav .sub a.active{
    background-color:#9c130a;
    color:white;
}
.nav .sub a:hover{
    background-color: #cb341d;
    color:white;
    font-weight:normal;
}
/*导航结束*/
/*底部版权开始*/
.footer_mainer {
    width: 1270px;
    margin: 0 auto;
    overflow: hidden;
}
.bottom-copyright {
    box-sizing: border-box;
    background: #ffffff;
    margin: auto;
    /*position: relative;*/
}
.slinkitem {
    width: 170px;
    text-align: center;
    float: left;
    margin-right: 10px;
}
.slinkitem:last-child{
    margin-right: 0;
}
.slinkitem_first {
    line-height: 34px;
    box-sizing: border-box;
    background: #fff;
    color: #333333;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid #e5e9ea;
}

.slinkitem_second {
    position: absolute;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e5e9ea;
    border-top: none;
    max-height: 318px;
    overflow: auto;
    display: none;
    z-index: 10;
}

.slinkitem_table {
    background: #fff;
    color: #333333;
    font-size: 16px;
}

.slinkitem_table td {
    height: 48px;
    line-height: 48px;
    padding-left: 20px;
}

.slinkitem_table td a {
    color: #111111;
}

.slinkitem_table td a:hover {
    color: #9c130a;
}

.slinkitem_table tr.addbg td {
    background: #f7f7f7;
}

.slinkitem.active .slinkitem_first {
    color: #9c130a;
}

.slinkitem.active .slinkitem_second_bottom, .slinkitem.active .slinkitem_second {
    display: block;
}

.nweblink {
    padding: 28px 0;
    box-sizing: border-box;
	width: fit-content;
	margin: auto;
    position: relative;
}
/*公司信息*/
.footer_bg {
    width: 100%;
    height: 116px;
    margin: auto;
    background-color: #fcfcfc;
}
.footer {
    height: 116px;
    text-align: center;
    font-size: 14px;
    color: rgb(41, 41, 41);
    font-weight: normal;
    margin: auto;
    padding-top:20px;
    padding-left: 30px;
    text-decoration: none;
    box-sizing: border-box;
    overflow: hidden;
}
.footer_l .text {
    text-align: left;
    margin-left: 20px;
    margin-top: 10px;
}
.footer_c1{
    margin-left: 10px;
}
.footer_c1 .text p{
    margin-bottom: 5px;
}
.footer_c{
    margin-left: 30px;
}
.footer_c .text{
    margin-top: 10px;
    text-align: left;
}
.footer a {
    color: #292929;
    text-decoration: none;
}
.footer_c ul{
    overflow: hidden;
}
.footer_c ul li {
    padding:0 15px;
    box-sizing:border-box;
    background:url(/uploads/image/psimages/line2.jpg) no-repeat right center;
	float: left;
}
.footer_c ul li:last-child{
    background:none;
}
.footer_r{
    vertical-align: middle;
    margin-left:40px;
}
.footer_r img {
    margin-left: 20px;
    margin-right: 10px;
}
/*底部版权结束*/
/*banner开始*/
.banner{
    height:214px;
    background:url(/uploads/image/psimages/banner_bg.png) no-repeat center;
    background-size: 100% 100%;
    padding:20px;
    box-sizing:border-box;
}
.crumb{
    padding-left:20px;
    font-size:14px;
    color: #8f0000;
    background:url(/uploads/image/psimages/icon_point.png) no-repeat left center;
    box-sizing:border-box;
}
.crumb span{
    color:#232323;
}
.bannerinfo{
    display:flex;
    padding:40px;
    box-sizing: border-box;
    justify-content: space-around;
}
.bannerinfo .text{
    width:750px;
    font-size:16px;
    color:#1b1b1b;
    line-height:30px;
    text-indent:32px;
}
/*banner结束*/
/*2.0在线留言_须知*/
@font-face{
    font-family:'hydsj';
    src : url(/uploads/image/psimages/hydsj.ttf);
}
.skymain{
    width:1200px;
    margin:auto;
    display:flex;
    justify-content: space-around;
    padding:40px 0;
    box-sizing:border-box;
}
.mainleft{
    width:804px;
}
.mainright{
    width:378px;
}
.parttitle{
    height:58px;
    line-height: 50px;
    font-weight:bold;
    background:url(/uploads/image/psimages/title_ly_bg.png) no-repeat left center;
    font-size:32px;
    color:#d01515;
    padding-left:60px;
    font-family:hydsj;
}
.notice{
    background-color:#ffffff;
    border:1px solid #eeeeee;
    font-size:18px;
    color:#1b1b1b;
    line-height: 36px;
    padding:30px;
    box-sizing: border-box;
    margin-top: 20px;
}
.subbt{
    display:flex;
    justify-content: center;
    margin-top:30px;
}
.sky_bt{
    width:122px;
    height:40px;
    line-height:40px;
    background-color: #c5c4c4;
    color:#ffffff;
    font-size:16px;
    text-align: center;
    border-radius: 2px;
    cursor:pointer;
}
.sky_bt_red{
    background-color: #d01515;
}
.marr20{
    margin-right:20px;
}
.answertitle{
    width:366px;
    height:128px;
    background:url(/uploads/image/psimages/bg_wd.png) no-repeat center;
    display:flex;
    justify-content: center;
    align-items: center;
    font-size:24px;
    font-weight: bold;
    color:#ffffff;
    margin: 56px auto 40px;
}
.answertitle img{
    margin-right:30px;
}
.newstitle{
    height:18px;
    line-height: 18px;
    background: url(/uploads/image/psimages/title_bg.png) no-repeat right 30px center;
    font-size:18px;
    color:#d01515;
    font-weight:bold;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:0 10px;
    box-sizing:border-box;
    margin-top:10px;
}
.t_l{
    display:flex;
    align-items:center;
}
.t_l img{
    margin-right:10px;
}
.more{
    width:14px;
    height:14px;
    background:url(/uploads/image/psimages/icon_more.png) no-repeat;
    cursor:pointer;
}
.newslist{
    margin-top:16px;
}
.newslist li{
    height:40px;
    line-height:40px;
    font-size:14px;
    color:#333333;
    border-bottom:1px solid #d6d6d6;
    background:url(/uploads/image/psimages/listpoint.png) no-repeat left 12px center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding:0 10px 0 36px;
}
.newslist li:nth-child(even){
    background-color:#fdf5f5;
}
.newslist li:last-child{
    border:none;
}
/*2.1在线留言_选择咨询类型*/
.parttitle_zx{
    background:url(/uploads/image/psimages/bg_zx.png) no-repeat center;
}
.choose{
    background-color:#ffffff;
    border:1px solid #eeeeee;
    padding:30px;
    box-sizing: border-box;
    margin-top: 20px;
}
.choose ul{
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.choose ul li{
    width:233px;
    height:70px;
    line-height: 70px;
    text-align: center;
    background-color:#fcecec;
    color:#9c130a;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    cursor:pointer;
}
.choose ul li.active{
    background-color:#9c130a;
    color:white;
}
/*2.2在线留言_填写信息*/
.parttitle_tx{
    background:url(/uploads/image/psimages/bg_tx.png) no-repeat center;
}
.fillinfo{
    border:1px solid #eeeeee;
    padding:20px;
    box-sizing:border-box;
    margin-top:20px;
}
.note .title{
    font-size:14px;
    color:#333333;
    padding-left:25px;
    line-height:36px;
    background:url(/uploads/image/psimages/icon_notice.png)no-repeat left center;
}
.note p{
    font-size:14px;
    color:#333333;
    line-height:36px;
}
.advice_star {
    color: #ff0000;
}
.apply{
    margin-top:40px;
}
.apply li label{
    display:inline-block;
    width:100px;
    color:#555555;
    font-size:15px;
    line-height:32px;
    text-align:justify;
}
.apply>li {
    display:flex;
    margin-top:20px;
}
.apply li input,.apply li select{
    flex:1;
    height:32px;
    line-height:32px;
    font-size:15px;
    color:#bbbbbb;
    padding-left:10px;
    border:1px solid #cccccc;
    box-sizing:border-box;
}
.apply li textarea{
    flex:1;
    font-size:15px;
    color:#bbbbbb;
    border:1px solid #cccccc;
    box-sizing:border-box;
    padding: 10px;
    resize: none;
    height:138px;
}
.apply_half{
    display:flex;
    width:50%;
    margin-right:50px;
}
.margr0{
    margin-right:0;
}
.radiostyle li{
    display:inline-block;
    margin-right:20px;
    line-height:32px;
    font-size:14px;
    color:#333333;
    padding-left: 30px;
    background:url(/uploads/image/psimages/radio_y.png) no-repeat left center;
    cursor:pointer;
}
.radiostyle li.active{
    background:url(/uploads/image/psimages/radio_n.png) no-repeat left center;
}
.checkpart{
    display:flex;
    align-items:center;
}
.checkpart img{
    margin:0 10px;
    cursor:pointer;
}
.checkpart a{
    font-size:15px;
    color:#1569d0;
    text-decoration:underline;
    cursor:pointer;
}
/*首页改版开始*/
.indexnew{
    min-width:1400px;
}
.indexnew .top_bg{
    height: 250px;
    background: url(/uploads/image/psimages/index_top_bg_new2.png) no-repeat center;
    background-size: 100% 100%;
}
.indexnew .logo{
    width:650px;
    margin:auto;
    padding-top:60px;
}
.top_oper{
    position:absolute;
    top:0;
    right:10%;
}
.top_oper .lang-en{
    margin-right:20px;
}
.top_oper .wza{
    font-size:14px;
    color:white;
    padding-left:22px;
    background:url(/uploads/image/psimages/icon_look.png) no-repeat left center;
}
.toutiao_bg{
    height:110px;
    background:#f2f2f2;
}
.toutiao_bg h1{
    text-align:center;
}
.toutiao_bg h1 a{
    font-size:30px;
    font-weight:bold;
    color: #000000;
    line-height:76px;
}
.toutiao_bg h2{
    font-size:16px;
    font-weight:normal;
    text-align:center;
}
.toutiao_bg h2 a{
    margin-right:10px;
    color:  #404040;
}
.toutiao_bg h2 a:hover{
    color: #c30;
    text-decoration: none;
}
.toutiao_bg .w1200{
    position:relative;
}
.toutiao_bg .morenew{
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    position: absolute;
    right:0;
    bottom:0;
}
.toutiao_bg .morenew a{
    color: #404040;
}
.indexnew .mainleft{
    width:790px;
}
.indexnew .mainright{
    width:376px;
}
.sky_title{
    height:50px;
    line-height:50px;
    color:#a72213;
    font-size:22px;
    font-weight:bold;
    border-top:2px solid;
    border-bottom:1px solid #dcdddf;
}
.yfzgcon{
    margin-top:20px;
}
.yfzgcon ul{
    display:flex;
    align-items:center;
}
.yfzgwz{
    width:146px;
    margin-left:10px;
    font-size:18px;
    color:  #404040;
    line-height:40px;
}
.yfzgmain{
    margin-top:20px;
}
.yfzgmain ul li{
    margin-bottom:4px;
    font-size:18px;
    color:#454343;
    background:url(/uploads/image/psimages/point.png) no-repeat left center;
    padding:0 10px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zhpf{
    margin-top:40px;
}
.zhpf_top{
    height:68px;
}
.zhpfcon{
    background:#fef7f7;
    border:1px solid #edeeef;
    padding:20px;
    box-sizing: border-box;
}
.zhpfcon .list{
    display:flex;
    justify-content:space-between;
    flex-wrap: wrap;
}
.zhpfcon .list li{
    display:flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 76px;
    margin-bottom:20px;
    border:1px solid #fcadad;
    border-radius: 8px;
    box-shadow: 2px 3.464px 6px 0px rgba(255, 92, 92, 0.35);
    background-color:#ffffff;
    cursor: pointer;
    box-sizing: border-box;
    font-size:18px;
    color:#d01515;
}
.zhpfcon .list li img{
    margin-right:10px;
}
.zhpfcon .list2{
    width:298px;
    margin:auto;
}
.zhpfcon .list2 li{
    margin-bottom:20px;
}
.zhpfcon .list2 li:last-child{
    margin:0;
}
.lfyj{
    margin-top:48px;
}
.lfyjmain{
    margin-top:22px;
}
.lfyjmain ul li{
    margin-bottom:4px;
    font-size:16px;
    color:#454343;
    background:url(/uploads/image/psimages/point.png) no-repeat left center;
    padding:0 10px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hdjl{
    margin-top:48px;
}
.hdjlcon{
    padding: 20px;
    box-sizing: border-box;
}
.hdjlcon .list{
    display:flex;
    justify-content:space-between;
    flex-wrap: wrap;
}
.hdjlcon .list li{
    display:flex;
    align-items: center;
    justify-content: center;
    width: 138px;
    height: 100px;
    margin-bottom:20px;
    cursor: pointer;
    box-sizing: border-box;
}
.hdjlcon .list li:nth-child(1){
    background:url(/uploads/image/psimages/list4_icon_1.png);
}
.hdjlcon .list li:nth-child(1):hover{
    background:url(/uploads/image/psimages/list4_icon_1h.png);
}
.hdjlcon .list li:nth-child(2){
    background:url(/uploads/image/psimages/list4_icon_2.png);
}
.hdjlcon .list li:nth-child(2):hover{
    background:url(/uploads/image/psimages/list4_icon_2h.png);
}
.hdjlcon .list li:nth-child(3){
    background:url(/uploads/image/psimages/list4_icon_3.png);
}
.hdjlcon .list li:nth-child(3):hover{
    background:url(/uploads/image/psimages/list4_icon_3h.png);
}
.hdjlcon .list li:nth-child(4){
    background:url(/uploads/image/psimages/list4_icon_4.png);
}
.hdjlcon .list li:nth-child(4):hover{
    background:url(/uploads/image/psimages/list4_icon_4h.png);
}
.indexnew .skymain{
    padding-bottom:0;
    justify-content:space-between;
}
/*图片新闻*/
.picshow{
    position:relative;
}
.showmain{
    position:relative;
    width: 788px;
    height: 478px;
}
.showimg{
    position:absolute;
    width: 788px;
    height:478px;
    left:0;
    top:0;
}
.showtxt{
    position:absolute;
    height:50px;
    line-height:50px;
    padding-left: 20px;
    width: 788px;
    font-size:14px;
    color:#ffffff;
    left:0;
    bottom:0;
    box-sizing: border-box;
    background-color:rgba(202,28,28,0.7);
}
.picshow .swiper-container{
    width: 788px;
}
.picshow .swiper-pagination{
    position:absolute;
    bottom:15px;
    right:15px;
}
.picshow .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.picshow .swiper-pagination-bullet {
    margin: 0 4px;
}
.picshow .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 2px;
    background: #dddbd8;
    opacity: 1;
}
.picshow .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ababab;
}
.ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*图片新闻结束*/
.leftinfo_part2{
    margin-top:40px;
    display:flex;
    justify-content:space-between;
}
.leftinfo_part2 .leftlist{
    width:384px;
}
.leftinfo_part2 .rightlist{
    width:376px;
}
.sky_title_2 ul{
    display:flex;
    border-top:1px solid #dcdddf;
    border-bottom:1px solid #93969a;
    box-sizing:border-box;
}
.sky_title_2 ul li{
    font-size:20px;
    color:#2e2f31;
    text-align:center;
    box-sizing:border-box;
    line-height:46px;
    width:90px;
}
.sky_title_2 ul li.active{
    color:#a72213;
    font-weight:bold;
    border-bottom:2px solid;
}
.leftlistmain{
    margin-top:20px;
}
.leftlistmain ul li{
    margin-bottom:4px;
    font-size:16px;
    color:#454343;
    background:url(/uploads/image/psimages/point.png) no-repeat left center;
    padding:0 10px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rightlist ul{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.rightlist ul li{
    display:flex;
    justify-content:center;
    align-items: center;
    font-size:18px;
    font-weight:bold;
    color:#d0504c;
    width:180px;
    height:87px;
    background:url(/uploads/image/psimages/list1_bg.png);
    margin-bottom:15px;
    cursor:pointer;
}
.rightlist ul li img{
    margin-right:10px;
}
.rightlist ul li.else{
    width:376px;
    height:49px;
    background:url(/uploads/image/psimages/list1_bg_2.png);
}
.fwdt{
    margin-top:20px;
}
.fwdt_top{
    height:75px;
}
.fwdtcon{
    margin-top:-12px;
}
.fwdtcon ul{
    display:flex;
    flex-wrap:wrap;
    background-color:#edf7fe;
    padding:10px;
    box-sizing:border-box;
}
.fwdtcon ul li{
    width:calc(100%/4);
    height:116px;
    display:flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color:#5c5c5c;
    line-height:25px;
    border-right:1px solid #cde3f3;
    border-bottom:1px solid #cde3f3;
    box-sizing: border-box;
    cursor:pointer;
}
.fwdtcon ul li img{
    display:block;
    width:65px;
    height:70px;
    margin-right:5px;
}
.fwdtcon ul li span{
    display:block;
    width:106px;
    text-align:center;
}
.fwdtcon ul li.borderr{
    border-right:none;
}
.fwdtcon ul li.borderb{
    border-bottom:none;
}
.zwgk{
    margin-top: 45px;
}
.zwgk_title{
    font-size:20px;
    color:#ffffff;
    font-weight:bold;
    height:48px;
    line-height: 48px;
    padding-left:10px;
    background: url(/uploads/image/psimages/zw_title.png) no-repeat bottom center;
}
.zwgkcon ul{
    display:flex;
    justify-content:space-between;
    margin-top:12px;
}
.zwgkcon ul li{
    width:147px;
    cursor:pointer;
}
.zwgkcon ul li .icon{
    height:80px;
}
.zwgkcon ul li .text{
    height:50px;
    line-height: 50px;
    background-color: #edf7fe;
    text-align: center;
    font-size: 16px;
    color:#689bd0;
}
.leftinfo_part5{
    margin-top:48px;
    display:flex;
    justify-content:space-between;
}
.leftinfo_part5 .rightpart{
    width:376px;
}
.ztzl ul{
    display:flex;
    justify-content:space-between;
    margin-top:20px;
}
.ztzl ul li{
    width:178px;
    height:77px;
}
.spjx ul{
    display:flex;
    justify-content:space-between;
    margin-top:20px;
}
.spjx ul li{
    width:178px;
    height:99px;
}
.spjx{
    margin-top:28px;
}
.xwfb{
    width:380px;
}
.xwfbmain{
    margin-top:10px;
}
.xwfbmain ul li{
    margin-bottom:4px;
    font-size:16px;
    color:#454343;
    background:url(/uploads/image/psimages/point.png) no-repeat left center;
    padding:0 10px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xwfbtop{
    display:flex;
    justify-content:space-between;
    margin-top:10px;
    align-items:center;
}
.xwfbtop .img{
    width:166px;
    margin-right:10px;
}
.xwfbtop .list ul li{
    width:197px;
    margin-bottom:4px;
    font-size:16px;
    color:#454343;
    background:url(/uploads/image/psimages/point.png) no-repeat left center;
    padding:0 10px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*悬浮框样式开始*/
.suspend {
    position: fixed;
    right: 0;
    top: 200px;
    margin-right: -110px;
    background-color:#f4f4f4;
}
.suspendlis {
    border: 1px solid #f1f1f1;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;

}
.suspendlis li {
    position: relative;
    width: 78px;
    height: 90px;
    border-bottom: 1px solid #e9e9e9;
    background: #fff;
    text-align: center;
    cursor: pointer;
    display:flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
}
.suspendlis .icon1{
    width:30px;
    height:30px;
    background:url(/uploads/image/psimages/suspend_icon1.png) no-repeat;
}
.suspendlis .icon2{
    width:29px;
    height:28px;
    background:url(/uploads/image/psimages/suspend_icon2.png) no-repeat;
}
.suspendlis .icon3{
    width:35px;
    height:28px;
    background:url(/uploads/image/psimages/suspend_icon3.png) no-repeat;
}
.suspendlis .icon4{
    width:30px;
    height:25px;
    background:url(/uploads/image/psimages/suspend_icon4.png) no-repeat;
}
.suspendlis .icon5{
    width:20px;
    height:30px;
    background:url(/uploads/image/psimages/suspend_icon5.png) no-repeat;
}
.suspendlis .icon6{
    width:30px;
    height:20px;
    background:url(/uploads/image/psimages/suspend_icon6.png) no-repeat;
}
.suspendlis .icon7{
    width:24px;
    height:26px;
    background:url(/uploads/image/psimages/suspend_icon7.png) no-repeat;
}
.suspendlis li:hover{
    background-color:#a72213;
}
.suspendlis li:hover .icon1{
    background:url(/uploads/image/psimages/suspend_icon1h.png) no-repeat;
}
.suspendlis li:hover .icon2{
    background:url(/uploads/image/psimages/suspend_icon2h.png) no-repeat;
}
.suspendlis li:hover .icon3{
    background:url(/uploads/image/psimages/suspend_icon3h.png) no-repeat;
}
.suspendlis li:hover .icon4{
    background:url(/uploads/image/psimages/suspend_icon4h.png) no-repeat;
}
.suspendlis li:hover .icon5{
    background:url(/uploads/image/psimages/suspend_icon5h.png) no-repeat;
}
.suspendlis li:hover .icon6{
    background:url(/uploads/image/psimages/suspend_icon6h.png) no-repeat;
}
.suspendlis li:hover .icon7{
    background:url(/uploads/image/psimages/suspend_icon7h.png) no-repeat;
}
.suspendlis li:hover .suspendtxt {
    color:#ffffff;
}
.suspendlis li.last {
    border-bottom: none;
}
.suspendtxt {
    color: #999;
    font-size: 14px;
    margin-top:10px;
}
.suspendtxt:hover {
    text-decoration: underline;
}
.codepic {
    position: absolute;
    top: -1px;
    right: 84px;
    width: 89px;
    height: 89px;
    display: none;
}
.codeli:hover .codepic {
    display: block;
}
/*悬浮框样式结束*/
/*首页改版结束*/



/*登录页面样式开始*/
.loginbg{
    height:684px;
    background:url(/uploads/image/psimages/login_bg.jpg) no-repeat;
    background-size:cover;
}
.loginmain{
    position:relative;
    top:70px;
    left:50%;
    transform: translate(-50%,0);
    width: 900px;
    height: 547px;
    border-radius: 2px;
    background-color:white;
    padding:30px;
    box-sizing:border-box;
}
.loginmain h1{
    font-weight:normal;
    text-align: center;
    font-size:30px;
    padding-bottom: 10px;
    color:#d01515;
    background:url(/uploads/image/psimages/line.png) no-repeat bottom center;
}
.logininfo{
    width:610px;
    margin:20px auto 0;
}
.loginbt{
    display:flex;
    justify-content:space-between;
    padding:0 20px;
    box-sizing:border-box;
    margin-top:70px;
}
.bt_login{
    background-color: #d01515;
    color:#ffffff;
}
.bt_login,.bt_cancel{
    border-radius: 3px;
    width: 265px;
    height: 44px;
    font-size:20px;
    line-height:44px;
    text-align:center;
    cursor:pointer;
}
.bt_cancel{
    background-color:#eeeeee;
    color:#666666;
}
.loginlink{
    margin-top:28px;
    padding:0 20px;
    box-sizing:border-box;
    display:flex;
    justify-content:space-between;
}
.loginlink a{
    font-size:14px;
    color:#d01515;
}
.logininput{
    margin-top:28px;
    padding:0 20px;
    box-sizing:border-box;
}
.loginuser input{
    background:url(/uploads/image/psimages/icon_user.png) no-repeat left center;
}
.loginkey input{
    background:url(/uploads/image/psimages/icon_key.png) no-repeat left center;
}
.logincode input{
    background:url(/uploads/image/psimages/icon_yz.png) no-repeat left center;
}
.logininput input{
    width:100%;
    height:50px;
    padding-left:50px;
    outline:none;
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom:1px solid #d8d8d8;
    font-size:16px;
    color:#aaaaaa;
}
.logincode{
    display:flex;
    align-items:center;
    position:relative;
}
.logincode input{
    width:400px;
}
.logincode .code{
    cursor:pointer;
}
.logincode .tip{
    position:absolute;
    top: 6px;
    right: 145px;
    display:flex;
    align-items:center;
    justify-content: center;
    background-color:#fffce6;
    width: 120px;
    height: 34px;
    font-size:14px;
    color:#ff6600;
}
.logincode .tip img{
    margin-right:5px;
}
/*登录页面样式结束*/
/*注册页面样式开始*/
.registerbg{
    height:1088px;
    background:url(/uploads/image/psimages/register_bg.jpg) no-repeat;
    background-size:cover;
}
.registermain{
    position:relative;
    top:70px;
    left:50%;
    transform: translate(-50%,0);
    width: 900px;
    height: 930px;
    border-radius: 2px;
    background-color:white;
    padding: 30px 0;
    box-sizing:border-box;
}
.registermain h1{
    font-weight:normal;
    text-align: center;
    font-size:30px;
    padding-bottom: 10px;
    color:#d01515;
    background:url(/uploads/image/psimages/line.png) no-repeat bottom center;
}
.registerlist{
    margin:auto;
    padding:20px 70px;
    box-sizing:border-box;
    border-bottom:1px solid #cccccc;
}
.registerlist li{
    margin-bottom:14px;
    display:flex;
    align-items:center;
}
.red{
    color:#ff6600;
    margin:0 5px;
}
.registerlist li label{
    display:inline-block;
    font-size:16px;
    color:#777777;
    width:111px;
    text-align:right;
}
.registerlist li input{
    width:590px;
    height:34px;
    padding-left:10px;
    box-sizing:border-box;
    border:1px solid #c1c1c1;
    font-size:16px;
    color:#cccccc;
}
.registerlist li select{
    width:169px;
    height:34px;
    padding-left:10px;
    box-sizing:border-box;
    border:1px solid #c1c1c1;
    margin-right:10px;
    font-size:16px;
    color:#cccccc;
}
.sex label{
    text-align:justify;
    text-align-last:justify;
    padding-left:32px;
    box-sizing: border-box;
}
.sexs span{
    display:inline-block;
    padding-left:30px;
    background:url(/uploads/image/psimages/radio_2.png) no-repeat left center;
    margin-right:20px;
    cursor:pointer;
}
.sexs span.active{
    background:url(/uploads/image/psimages/radio_1.png) no-repeat left center;
}
.degree label{
    text-align:justify;
    text-align-last:justify;
    padding-left:32px;
    box-sizing: border-box;
}
.registerlist li.degree select{
    width:590px;
}
.registerlist li.s_type select{
    width:590px;
}
.registerlist li.i_style input{
    width:472px;
}
.bt_code{
    width:102px;
    height:32px;
    line-height: 32px;
    text-align:center;
    font-size:14px;
    color:#d01515;
    background-color: #ffeded;
    border:1px solid #d01515;
    cursor:pointer;
}
.code{
    cursor:pointer;
}
.marl20{
    margin-left:20px;
}
.registerlist li.check_if{
    margin-top:40px;
    display:flex;
    justify-content:center;
}
.registerlist li.check_if p{
    padding-left:30px;
    background:url(/uploads/image/psimages/checkbox1.png) no-repeat left center;
    cursor:pointer;
}
.registerlist li.check_if p.active{
    background:url(/uploads/image/psimages/checkbox.png) no-repeat left center;
}
.registerlist li.check_if a{
    color:#3465ef;
    text-decoration:underline
}
.linklogin{
    text-align:center;
    margin-top:20px;
}
.linklogin a{
    color:#3465ef;
    text-decoration:underline
}
.submitstyle{
    display:flex;
    justify-content:center;
    margin-top:28px;
}
.submitstyle span{
    display:inline-block;
    margin-right:24px;
    width: 117px;
    height: 39px;
    line-height:39px;
    border-radius: 3px;
    text-align:center;
    font-size:16px;
    cursor:pointer;
}
.submitstyle .bt1{
    background-color:#d01515;
    color:white;
}
.submitstyle .bt2{
    background-color:#eeeeee;
    color:#666666;
}
/*注册页面样式结束*/
/*3.0三级页面新闻开始*/
.crumbnew{
    line-height:50px;
}
.newdeta {
    border: 1px solid #e7e7e7;
    border-top: 2px solid #d01515;
    margin: 20px auto 38px;
    padding: 45px 30px;
    box-sizing: border-box;
}
.newstop {
    text-align: center;
    padding-bottom: 45px;
    background: url(/uploads/image/psimages/bg_space.png) no-repeat bottom center;
}
.newdeta h1 {
    color: #333;
    font-size: 36px;
    font-weight: normal;
}
.newdeta .st {
    color: #999;
    font-size: 16px;
    display:flex;
    justify-content:space-around;
    margin-top:28px;
}
.newdeta .st .print{
    padding-left:25px;
    background:url(/uploads/image/psimages/icon_print.png) no-repeat left;
    cursor:pointer;
}
.newdeta .st .share_weixin{
    padding-left:25px;
    background: no-repeat left;
    cursor:pointer;
}
.newdeta .st .share_weibo{
    padding-left:25px;
    background: no-repeat left;
    cursor:pointer;
}
.newdeta .st .share_qqroom{
    padding-left:25px;
    background: no-repeat left;
    cursor:pointer;
}
.newdeta .st span{
    margin:0 10px;
}
.newm {
    margin-top: 40px;
}
.newm .nr {
    color: #666;
    font-size: 16px;
    line-height: 30px;
    text-indent: 30px;
    margin: 30px 0;
}
.artdiv {
    padding: 35px 0;
    background: url(/uploads/image/psimages/bg_space.png) no-repeat top center;
}
.artdiv .alist {
    margin-bottom: 15px;
}
.artdiv .alist a {
    color: #333;
}
.artdiv .alist a .t {
    font-size: 16px;
    margin:0 10px;
}
.artdiv .alist a:hover .t {
    color: #d01515;
    font-size: 16px;
    text-decoration: underline;
}
.alist .i {
    background:  no-repeat;
    width: 10px;
    height: 9px;
    float: left;
    margin: 7px 10px 0 0;
}
.alist .ia {
    background:  no-repeat;
}
.indexnew .newdeta {
    border: 1px solid #e7e7e7;
    border-top: 2px solid #d01515;
    margin: auto;
    padding: 40px 80px;
    box-sizing: border-box;
}
/*2.0二级页面*/
.left_list {
    width: 250px;
    margin-right: 40px;
}

.list_title {
    font-size: 24px;
    color: #ffffff;
    line-height: 56px;
    padding-left:30px;
    background: no-repeat center;
}

.list_inner {
    border-left:1px solid #eeeeee;
    border-right:1px solid #eeeeee;
    border-bottom:3px solid #cb493a;
    background: #fff;
    margin-top:10px;
}

.list_inner li {
    font-size: 18px;
    font-weight:bold;
    color: #333333;
    line-height: 48px;
    padding-left: 34px;
    cursor: pointer;
    border-bottom: 1px solid #eeeeee;
}

.list_inner li.border0 {
    border: none;
}

.list_inner li.active,
.list_inner li:hover {
    color: white;
    background-color:#cb493a;
}

.right_list_main {
    width:928px;
}

.right_title {
    font-size: 30px;
    color: #2c57a9;
    line-height: 65px;
    padding-top: 1px;
    border-bottom: 4px solid #2c57a9;
}

/* 页码 */
.servicepageline {
    height: 65px;
    font-size: 0;
    text-align: center;
    box-sizing: border-box;
}

.pagetext {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #666666;
    margin-right: 15px;
    vertical-align: top;
}

.pagetext span {
    font-size:14px;
    font-weight:bold;
    color:#333333;
    vertical-align: -1px;
    margin:0 5px;
}

.pagebtnul {
    display: inline-block;
    height: 25px;
    font-size: 14px;
    color: #666666;
}

.pagebtnul li {
    float: left;
    height: 25px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    line-height: 23px;
    margin: 0px 5px;
    cursor: pointer;
}

.pagebtnul li.first,
.pagebtnul li.prev,
.pagebtnul li.next,
.pagebtnul li.last {
    padding: 0px 6px;
    background: #fff;
}

.pagebtnul li.first.dis,
.pagebtnul li.prev.dis,
.pagebtnul li.next.dis,
.pagebtnul li.last.dis {
    background: #f9f9f9;
}

.pagebtnul li.num {
    width: 22px;
    text-align: center;
}

.pagebtnul li.num:hover,
.pagebtnul li.num.active {
    background: #ffeaea;
    border:1px solid #d01515;
    color: #d01515;
}
/*青海司法行政（文本列表页）*/

.newsmsglist_zzy {
    padding: 22px 10px;
    box-sizing: border-box;
    border-bottom: 1px dashed #eeeeee;
}
.newsmsglist_zzy {
}
.newsmsglist_zzy li {
    height: 48px;
    line-height: 48px;
    padding: 0px 10px;
    box-sizing: border-box;
    border-bottom:1px solid #efefef;
}
.newsmsglist_zzy li .rightdata {
    float: right;
    height: 100%;
    color: #999999;
}
.newsmsglist_zzy li .lefta {
    color: #333;
    background: url(/uploads/image/psimages/point.png) no-repeat left center;
    padding-left: 23px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newsmsglist_zzy li .lefta:hover {
    text-decoration: underline;
    color:#cb493a;
}
.newsmsglist_con .newsmsglist_zzy:last-child {
    border-bottom: 0px;
}
.flexb{
    display:flex;
    justify-content: space-between;
}
.parttitle_jg{
    background:url(/uploads/image/psimages/bg_jg.png) no-repeat left center;
}

/*热点专题样式*/
.hottopic_title{
    font-size:24px;
    font-weight:bold;
    color:white;
    height:60px;
    line-height:60px;
    padding-left:36px;
    box-sizing:border-box;
    background: no-repeat center;
}
.hottopic_part1 ul{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    margin-top:10px;
}
.hottopic_part1 ul li{
    width: 590px;
    height: 220px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 11.76px 0.24px rgba(221, 221, 221, 0.7);
    padding:20px;
    box-sizing:border-box;
    display:flex;
    align-items:center;
    justify-content: center;
    margin:10px 0;
    cursor:pointer;
}
.hottopic_part1 ul li>.img{
    width:258px;
    margin-right:18px;
}
.hottopic_part1 ul li>.info{
    width:265px;
}
.hottopic_part1 ul li>.info .text{
    font-size:18px;
    font-weight:bold;
    color:#333333;
}
.hottopic_part1 ul li>.info .time{
    font-size:14px;
    color:#999999;
    padding-bottom:14px;
    border-bottom:1px dashed #e2c4c0;
    text-align:left;
}
.hottopic_part1 ul li>.info .detail{
    font-size:14px;
    color:#666666;
    line-height:21px;
    margin-top:10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;

}
.hottopic_part1 ul li:hover{
    background-color: rgb(255, 246, 245);
    box-shadow: 0px 4px 11.76px 0.24px rgba(167, 34, 19, 0.35);
}
.hottopic_part2{
    margin-top:40px;
}
.hottopic_part2 ul{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    margin-top:10px;
}
.hottopic_part2 ul li{
    width:224px;
    height:90px;
    margin:10px 0;
}
.hottopic_part3{
    margin-top:40px;
}
.hottopic_part3 ul{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    margin-top:10px;
}
.hottopic_part3 ul li{
    width:380px;
    height:160px;
    margin:10px 0;
}
/*2.0法律法规规章  （法律条约-民商事司法协助条约）*/
.parttitle_ms{
    background:url(/uploads/image/psimages/bg_ms.png) no-repeat left center;
}
.oneul{
    border-left:1px solid #eeeeee;
    border-right:1px solid #eeeeee;
    border-bottom:3px solid #cb493a;
    background: #fff;
    margin-top:10px;
}
.onelist .onelist-btn{
    font-size: 18px;
    font-weight:bold;
    color: #333333;
    line-height: 48px;
    padding-left: 34px;
    cursor: pointer;
    border-top: 1px solid #eeeeee;
    box-sizing:border-box;
}
.onelist.active .onelist-btn{
    color: white;
    background-color:#cb493a;
    border-top: 1px solid #cb341d;
}
.twoul{
    display: none
}
.twoul .twolist .twolist-btn{
    height:40px;
    line-height:40px;
    border-bottom:1px solid #f5f5f5;
    padding-left:30px;
    box-sizing:border-box;
    font-size:14px;
    color:#333333;
    background:#fff6f5;
    cursor:pointer;
}
.twoul .twolist:hover .twolist-btn,.twoul .twolist.active .twolist-btn{
    color:#cb493a;
}
/*3.0互动交流*/
.parttitle_jb{
    background:url(/uploads/image/psimages/bg_jb.png) no-repeat left center;
}
.complaint_con .tips{
    width: 928px;
    height: 90px;
    background-color: rgb(255, 246, 245);
    margin:20px auto;
    padding:20px;
    box-sizing:border-box;
}
.complaint_con .tips>.text1{
    font-size:18px;
    color:#333333;
    font-weight:bold;
    margin-bottom:10px;
}
.complaint_con .tips>.text2{
    font-size:14px;
    color:#333333;
}
.complaint_con ul{
    display:flex;
    flex-wrap: wrap;
    margin-right:-20px;
}
.complaint_con ul li{
    font-size:18px;
    font-weight:bold;
    color:#a72213;
    width: 138px;
    height: 50px;
    line-height:50px;
    text-align:center;
    border-radius: 2px;
    background-color: rgb(247, 245, 245);
    margin-right:20px;
    margin-bottom:20px;
    cursor:pointer;
}
.complaint_con ul li.active{
    background-color:#a72213;
    color:#ffffff;
}

.parttitle_js{ background: no-repeat bottom; }
.leadarea .leadlist{ padding:40px 0; border-bottom:1px solid #dddcdc;}
.leadlist{ display:flex;}
.leadlist img{ width:135px; height:170px; margin-right:30px;}
.leadlist .ldinfo{ flex:1; }
.leadlist .ldinfo .tt{ color:#333;}
.ldinfo .tt .nm{ font-size:24px; margin-right:6px;}
.ldinfo .info{ font-size:16px; margin:20px 0;    height: 65px;    overflow: hidden;}  
.btnin{ display:flex;}
.btnin .btna{ display:flex; line-height:32px; height:32px; border-radius:6px; border:1px solid #999; padding:0 25px; cursor:pointer; margin-right:20px; color:#666;}
.btnin .btna i{ background:url(/uploads/image/psimages/icon_jl_h.png) no-repeat; width:12px; height:14px; display:inline-block; vertical-align:middle; margin:9px 10px 0 0; }
.btnin .btna.act{ border:1px solid #9c130a; color:#9c130a;}
.btnin .btna.act i{background:url(/uploads/image/psimages/icon_jl.png) no-repeat;  }
.btnin .btnaa i{background:url(/uploads/image/psimages/icon_hd.png) no-repeat; width:14px; height:14px;}
.btnin .btnaa_act i{ background:url(/uploads/image/psimages/icon_hd_h.png) no-repeat; }
.ldtit{ border-bottom:1px solid #dddcdc; padding-bottom:8px; color:#d01515; font-size:24px; position:relative;}
.ldtit span{ border-bottom: 1px solid #d01515; padding-bottom:8px; font-weight: bold;}
/*.ldtit::after{ position:absolute; bottom:0; left:0; width:76px; height:1px; background:#d01515; content:'';}*/
.ldcont{ margin:40px auto; text-align:center;}
.ldcont .perimg{ width:135px; height:170px; margin-bottom:20px;}
.ldcont .name{ font-size:24px; color:#333; margin-bottom:15px;}
.ldcont .zw{ font-size:14px; color:#333; }
.ldcont .ldms{ margin:30px 0 100px 0;}
.ldcont .ldms p{ text-align:left; color:#666; font-size:16px; line-height:30px; text-indent:32px;}
.complaint_con .compyul{ display:flex; flex-wrap:wrap; margin:30px 0 300px 26px;  }
.complaint_con .compyul li{ width:264px; margin:0 35px 30px 0;}

/*20210603修改*/
.overflowh{
    overflow: hidden;
}
.floatl{
    float: left;
}
.floatr{
    float: right;
}