/*common start*/
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input{ margin:0; padding:0;list-style:none;text-decoration:none;border:0; list-style:none;}
body{ font-size:12px;color:#666;}
body.head_on{overflow:hidden}
a{color:#666;transition: 0.3s;}
a:hover{ color:#f60; text-decoration:none;cursor: pointer;}
p{line-height:1.8em; padding:5px 0;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper{ width:1600px; margin:0 auto;}


*,
*::before,
*::after{-webkit-box-sizing: border-box;box-sizing: border-box;}

:root {
	--main-color: #ff6600;
	--main-color2: #109B04;
	--color-red: #cc0000;
	--main-color-000: #000;
	--main-color-333: #333333;
	--main-color-888: #888888;
	--main-transition: all ease 0.4s;
	--main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.header{ position:relative;}
.header .wapper{max-width: 1500px;}

.indexTop{width: 100%;background-image: linear-gradient(to right,#f9f8f7 0,#f9f8f7 100%);}
.indexTop .warp{display: flex;justify-content: space-between;align-items: center;height: 136px;padding: 0 20px;}
.indexTop .logo{}
.indexTop .logo img{max-height: 90px;width: auto;}
.indexTop .logoTxt{line-height: 1;}
    .indexTop .logoTxt img {
        height: 75px;
        width: auto;
        max-width: 100%;
        vertical-align: middle;
    }
.indexTop .loginBtn a{color: #b2b242;font-size: 22px;}

/*menu*/
.pc_menu{background: #363636;}
.pc_menu .wapper{display: flex;justify-content: space-between;align-items: center;}
.menu{height: 90px;flex: 1;}
.menu>ul{display: flex;flex-wrap: wrap;}
.menu ul li{ float:left; position:relative;}
.menu>ul>li.menuUserCetBtn{margin-left: auto;}
.menu ul li dl{ background:#fff; width:100%; position:absolute; left:50%; top: 90px; box-shadow:2px 2px 5px rgba(0,0,0,0.2);display:none;z-index: 9;transform: translateX(-50%);min-width: 150px;}
.menu ul li dl dd{border-bottom:#ddd dotted 1px;position: relative;}
.menu ul li dl dd a{ font-size:16px; color:#333;display:block;padding: 10px;text-align: center;line-height: 1.6;}
.menu ul li dl dd a:hover{ color:#f60;}
.menu>ul>li>a{display: flex;flex-direction: column;justify-content: center;align-items: center;padding: 0 30px;height: 90px;color: #fff;font-size: 22px;text-align: center;text-align: center;}
.menu>ul>li>a em{font-feature-settings: normal;margin-bottom: 5px;font-size: 20px;}
.menu>ul>li>a:hover{color: #ff6600;}
.menu>ul>li>a.menu_hover{color: #ff6600;}
.menu>ul>li.cur>a{color: #ff6600;}

/*mMenu*/
.m_header{width: 100%;}
.sp_header1{height:70px;background:#fff;position:fixed;z-index:9999;width:100%;display: none;top: 0;border-bottom: 1px solid #ddd;}
.sp_logo1{float:left;height:70px;display: flex;justify-content: center;align-items: center;padding-left: 10px;}
.sp_logo1 img{margin:auto;max-height:50px;}
.sp_nav1{width:42px;float:right;position:relative;cursor:pointer;height:30px;margin-top:25px}
.sp_nav1 span{display:block;background:#000;width:25px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav1 span:nth-of-type(1){top:0px}
.sp_nav1 span:nth-of-type(2){top:8px}
.sp_nav1 span:nth-of-type(3){top:16px}
.sp_nav_se1 span:nth-of-type(1){top:8px;transform:rotate(45deg)}
.sp_nav_se1 span:nth-of-type(2){width:0}
.sp_nav_se1 span:nth-of-type(3){top:8px;transform:rotate(-45deg)}
.sjj_nav1{position:fixed;z-index:999;background:#fff;width:100%;height:calc(100% - 70px);font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;display: none;}
.nav_show1{top:70px;}
.sjj_nav1 ul li i{position:absolute;top:5px;right:0px;height:30px;padding:0px 7px 0 7px;}
.sjj_nav1 ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav1 ul li .sjj_nav_i_se1 svg{transform:rotate(0deg)}
.sjj_nav1 ul li{border-top:1px #e4e8eb solid;position:relative;line-height:45px;font-size:16px}
.sjj_nav1>ul >li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav1 ul li ul{display:none}
.sjj_nav1 ul li a{color:#333;width:100%;padding: 0 20px;display: block;box-sizing: border-box;}
.sjj_nav1 ul li a:hover{color: #0188FB;}
.sjj_nav1 ul li ul li a{color:#333;display:block;text-align:left;}
.sjj_nav1 ul li i svg{width:25px;height:25px;fill:#333;}
.sjj_nav1 ul li .sjj_nav_i_se svg{fill:#333}
.sjj_nav1 ul li ul li>ul{margin-left:10px}
.sjj_nav1 ul li ul li{border-top: none;}
.sjj_nav1 ul li ul li a{padding: 0 30px;}

.m_header .userBtn{float: right;height: 70px;}
.m_header .userBtn .icon{font-size: 24px;color: #333;width: 70px;height: 70px;display: flex;justify-content: center;align-items: center;cursor: pointer;}
.m_header .userBtn .panel{position: absolute;left: 0;top: 70px;width: 100%;padding: 20px 10px;background: #fff;display: none;}
.m_header .userBtn .panel .quit{margin-bottom: 10px;}
.m_header .userBtn .panel a{color: #f60;font-size: 16px;}
.m_header .countInfo{color: #f60;font-size: 16px;}
.m_header .userBtn .box{display: flex;justify-content: space-between;}

.m_header .loginBtn{float: right;height: 70px;display: flex;align-items: center;margin-right: 10px;}
.m_header .loginBtn a{font-size: 16px;color: #109B04;}

/*---*/

.uesrWarp{width: 100%;height: 100%;position: fixed;overflow: hidden;top: 0;left: 0;z-index: 100;display: none;}
.uesrWarp.active{display: block;}
.uesrBox{width: 100%;height: 100%;justify-content: center;align-items: center;position: relative;padding: 10px;} 
.uesrPanel{width: 100%;background: #fff;height: auto;padding: 50px 25px;box-sizing: border-box;box-shadow: var(--main-shadow);border-radius: 5px;z-index: 9;max-width: 420px;position: relative;}
.uesrPanel .box{width: 100%;max-width: 350px;margin: 0 auto;}

.uesrTop{font-size: 20px;color: var(--main-color);margin-bottom: 20px;position: relative;}
.uesrTop .logo img{max-height: 50px;vertical-align: middle;}
.uesrTop em{display: block;margin: 0 5px;font-size: 16px;color: #173981;}
.uesrTop strong{display: block;color: #0666e5;font-weight: normal;}
.uesrTop span{display: block;color: #333;font-weight: 300;font-size: 32px;margin: 10px 0;}
.uesrWarpClose{position: absolute;top: 20px;right: 20px;color: #000;font-size: 20px;cursor: pointer;}
.uesrWarpClose img{width: 25px;}

.uesrPanel ul li{margin-bottom: 20px;}
.uesrPanel .input{width: 100%;position: relative;}
.uesrPanel input{width: 100%;height: 40px;padding: 0 10px 0 40px;box-sizing: border-box;background: #fff;border: 1px solid #ccc;outline: none;font-size: 16px;}
.uesrPanel .icon{position: absolute;left: 0;top: 0;width: 40px;height: 100%;display: inline-block;text-align: center;line-height: 40px;}
.uesrPanel .icon img{vertical-align: middle;width: 20px;}
.uesrPanel input:focus{border-color: #db4d27;}
.uesrPanel .yzm{display: flex;justify-content: space-between;align-items: center;}
.uesrPanel .yzm input{width: 100%;padding: 0 10px;text-align: center;flex: 1;}
.uesrPanel .yzmImg{display: inline-block;height: 40px;border: 1px solid #ccc;text-align: center;width: 100px;margin-left: 10px;}
.uesrPanel .yzmImg img{width: 100%;height: 100%;}
.uesrPanel .btn{width: 100%;height: 40px;background: #0666e5;color: #fff;border-radius: 5px;text-align: center;font-size: 16px;border: none;display: block;margin-top: 20px;line-height: 40px;border: 2px solid #0666e5;}
.uesrPanel .btn:hover{opacity: 0.8;}
.uesrPanel .btn2{background: #fff;color: #0666e5;}

.uesrTab{width: 100%;}
.uesrTab ul li{display: inline-block;margin-right: 20px;}
.uesrTab a{font-size: 16px;color: #333;padding: 5px 0;}
.uesrTab a:hover{color: #000;}
.uesrTab ul li.on a{border-bottom: 1px solid #0666e5;}


.toIndex{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;}
.forget{font-size: 16px;color: #0666e5;text-align: left;}
.forget a{color: #0666e5;text-decoration: underline;}
.forget a:hover{opacity: 0.8;}
.forget span{display: inline-block;padding: 0 5px;}

/*---*/

/*mSearch*/
.mSearch{position: relative;width: calc(100% - 20px);height: 35px;overflow: hidden;margin: 20px 10px;}
.mSearch input{position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding: 0 60px 0 10px;box-sizing: border-box;border: 1px solid #ccc;border-radius: 25px;background: none;outline: none;}
.mSearch button{background-image: linear-gradient(to right,#01b2ac 0,#004ea2 100%);width: 60px;height: 35px; position: absolute; top: 0;right: 0;border-radius: 0 25px 25px 0;color: #fff;font-size: 14px;border: none;}

/*swiper*/
.swiper {width: 100%;height: 100%;position: relative;overflow: hidden;}
.swiper-slide {background: #fff;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center; -ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.swiper-slide img { display: block;width: 100%;height: 100%;object-fit: cover;}
.swiper .swiper-button-next:after,.swiper .swiper-button-prev:after{font-size: 30px;}

/*common*/
.disFlex {
    flex-wrap: wrap;
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex;
    align-items: center;
    
}
.jusBet{justify-content: space-between;}
.jusCet{justify-content: center;}
.jusEnd{justify-content: flex-end;}
.aliTop{align-items: flex-start;}
.aliCet{align-items: center;}
.aliBtm{align-items: flex-end;}

.img{font-size: 0px;overflow: hidden;}
img{transition: 0.5s;}

.f_left{float: left;}
.f_right{float: right;}
.clearfix:before,
.clearfix:after {content: "";display: table;}
.clearfix:after {clear: both;overflow: hidden;}
.clearfix {*zoom: 1;}

.bgfff{background: #fff !important;}
.fff{color: #fff !important;}
em{font-style: normal;}
.overflow1{/*white-space: nowrap;*/text-overflow: ellipsis;overflow: hidden;width: 100%;display: block;}
.overflow2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.overflow3{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.overflow4{display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}

.pt140{padding-top: 140px;}
.pb140{padding-bottom: 140px;}
.pt120{padding-top: 120px;}
.pb120{padding-bottom: 120px;}
.pt100{padding-top: 100px;}
.pb100{padding-bottom: 100px;}
.pt80{padding-top: 80px;}
.pb80{padding-bottom: 80px;}
.pt60{padding-top: 60px;}
.pb60{padding-bottom: 60px;}
.pt50{padding-top: 50px;}
.pb50{padding-bottom: 50px;}

.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt35{margin-top: 35px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt70{margin-top: 70px;}
.mt80{margin-top: 80px;}

.textCet{text-align: center;}
.textRight{text-align: right;}
.pc_show{}
.m_show{display: none;}
.iTitCn{}
.iTitEn{}
.iTit{font-size: 32px;color: #000;}
.iTit2{font-size: 1.58vw;color: #000;font-weight: bold;}
.iTxt{font-size: 18px;color: #000;}
.iTxt img{max-width: 100%;}
.iLine i{}
.hidden{overflow: hidden;}
.comBg{background-size: cover;background-repeat: no-repeat;}
.iVideo{width: 100%;}
.iVideo video{width: 100%;}
.iImg{width: 100%;}
.iImg img{width: 100%;}
.iBtn a{display: inline-block;width: 275px;height: 56px;background: #cc3333;color: #fff;border-radius: 5px;border: 1px solid #aaa;text-align: center;line-height: 54px;font-size: 20px;}
.iBtn a:hover{background: #b82d2d;color: #fff;}

table{max-width: 100%;background-color: transparent;border-collapse: collapse;border-spacing: 0;box-sizing: border-box;width: 100%;}
table thead tr th,
table tbody tr th,
table tfoot tr th,
table thead tr td,
table tbody tr td,
table tfoot tr td {
	padding: 15px;
	vertical-align: middle;
	border: 1px solid #ddd;
	box-sizing: border-box;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {background-color: #fff;border: none;border-bottom: 2px solid #173981;}
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td {border: none;border-bottom: 1px solid #bfbfbf;}

.tips{cursor: pointer;display: inline-block;padding-left: 10px;font-size: 16px;color: #999;position: relative;}
.tipTc {
    position: absolute;
    line-height: 22px;
    min-width: 12px;
    font-size: 12px;
    border-radius: 2px;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 20%);
    background-color: #f60;
    color: #fff;
    padding: 8px 15px;
    width: 160px;
    bottom: 28px;
    left: 0;
    transition: 0.3s;
    display: none;
}
.tipTc.show{display: block;}
    .tipTc:after {
        position: absolute;
        width: 0;
        height: 0;
        border-width: 8px;
        border-color: transparent;
        border-style: dashed;
        left: 5px;
        border-right-style: solid;
        bottom: -8px;
        border-right-color: #f60;
        content: "";
    }
.tipTc em{display: block;position: relative;}


/*-------------------------------------------*/

/*banner*/
.banner{width: 100%;}
.bannerSwiper .swiper-pagination-bullet{opacity: 1;background: #fff;transition:width ease 0.35s;border-radius: 20px;}
.bannerSwiper .swiper-pagination-bullet-active{background: var(--main-color);width:20px;}
.bannerSwiper .swiper-button-next:after,.bannerSwiper .swiper-button-prev:after{color: #fff;}

.index1{width: 100%;margin: 35px 0;}
.i1Warp{width: 100%;}
.i1Warp>.left{width: 60%;}
.i1Warp>.right{width: 38%;}

.i1Table{width: 100%;}
.i1Top{width: 100%;font-size: 22px;font-weight: bold;color: #fff;text-align: center;border-radius: 5px;border: 1px solid #000;padding: 8px 10px;background: #660066;}
.i1Top img{vertical-align: middle;width: 25px;}
.i1Top .t2{font-size:16px; color:#fff; margin-top:10px;}
.i1Chart{width: 100%;margin-top: 10px;position: relative;min-height: 20px;}
.i1Chart:after{position: absolute;right: 0;bottom: 0;background: #fff;width: 85px;height: 15px;content: "";}
#chart1{width: 100%;height: 400px;font-size: 16px;}

.i1Desc{width: 100%;height: 100%;border: 1px solid #b82d2d;border-radius: 2vw;padding: 2vw;}
.i1Desc .info{max-width: 450px;margin: 0 auto;}
.i1Tit{font-size: 32px;font-weight: bold;color: #000;line-height: 1.6;}

.highcharts-demo-button {
    background: var(--highcharts-neutral-color-5, #f2f2f2);
    border: none;
    border-radius: 4px;
    color: var(--highcharts-neutral-color-100, #000);
    cursor: pointer;
    display: inline-block;
    font-size: 0.8rem;
    padding: 0.5rem 1.5rem;
    margin: 0.5rem -5px 0.5rem 10px;
    transition: background 250ms;
}

.highcharts-demo-button:hover {
    background: var(--highcharts-neutral-color-10, #e6e6e6);
}

.i1Warp2{width: 100%;}
.i1Warp2 .left{width: 60%;}
.i1Swiper{width: 100%;}
.i1Swiper .part{display: block;width: 100%;height: 100%;border: 1px solid #42c7d6;}
.i1Swiper .part .img{width: 100%;height: 100%;}
.i1Swiper .part .img img{width: 100%;height: 100%;object-fit: cover;}

.i1Warp2 .desc{width: 38%;color: #000;}
.i1Warp2 .desc .tit{font-size: 32px;font-weight: bold;}
.i1Warp2 .desc .tit2{font-size: 24px;font-weight: bold;margin-top: 1vw;}
.i1Warp2 .desc .txt{font-size: 22px;color: #000;margin: 1vw;height: 16.6vw;overflow: hidden;}
.i1Warp2 .desc .more{text-align: right;}
.i1Warp2 .desc .more a{font-size: 20px;color: #000;}

.index3{padding: 35px 0;}
.iItem{width: 100%;border: 1px solid #000;position: relative;padding: 35px 25px;margin-top: 25px;margin-bottom: 50px;}
.i3Tit{position: absolute;background: #fff;padding: 10px;top: -25px;left: 15px;color: var(--color-red);font-weight: bold;font-size: 26px;line-height: 1;}
.i3List{width: 100%;}
.index3 .i3Item:last-child{margin-bottom: 0;}

.i3List thead{font-size: 20px;font-weight: bold;color: #000;}
.i3List tbody{font-size: 20px;color: #333;text-align: center;}
.i3List tbody tr:hover{background: #f2f2f261;}
.i3List .price{color: var(--color-red);font-weight: bold;}
.i3List .pj{color: var(--color-red);font-size: 16px;}

.i3More{margin-top: 20px;font-size: 22px;}
.i3More a{display: inline-block;color: #333;text-decoration: underline;}
.i3More a i{color: #ffca43;}
.i3More a:hover{color: var(--color-red);}

.index4{width: 100%;margin: 35px 0;}
.i4List{width: 100%;}
.i4List ul li{width: calc(33.3% - 20px);margin-right: 30px;margin-bottom: 20px;}
.i4List ul li:nth-child(3n){margin-right: 0;}
.i4List .part{display: block;width: 100%;height: 100%;position: relative;}
.i4List .part .img{width: 100%;height: 100%;}
.i4List .part .img img{width: 100%;height: 100%;object-fit: cover;}
.i4List .part .imgTop{width: 100%;position: absolute;left: 0;bottom: 0;padding: 10px;background: rgba(255,255,255,0.5);padding: 10px;}
.i4List .part .tit{font-size: 16px;color: #333;text-align: center;}

.index5{width: 100%;margin: 35px 0;}
.i5Warp{width: 100%;}
.i5Tab{width: 100%;padding-top: 30px;}
    .i5Tab ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
        .i5Tab ul li {
            width: 19.8%;
            margin-bottom: 0.5vw;
        }
.i5Tab ul li a{display: block;width: 100%;background: #ff6600;border-radius: 5px;color: #fff;font-size: 1vw;padding: 0.5vw;text-align: center;}
.i5Tab .icon{text-align: center;font-size: 1.38vw;}

.i5Panel{width: 100%;padding-top: 5px;}
.i5Panel .iItem{width: 100%;border: 1px solid #ff6600;margin-bottom: 0;}
.i5Panel .i3Tit{color: #000;font-size: 22px;}
.i5Panel .i3More a{font-size: 1.2vw;}

.i5List{width: 100%;}
.i5List ul li{width: 100%;margin-bottom: 25px;}
.i5List ul li:last-child{margin-bottom: 0;}
.i5List .part{display: flex;justify-content: space-between;align-items: center;width: 100%;}
.i5List .part .numb{padding: 0 10px;display: flex;align-items: center;color: var(--color-red);font-size: 20px;text-align: center;margin-right: 1vw;}
.i5List .part .img{width: 7.3vw;height: 7.3vw;background: #f2f2f2;padding: 5px;display: flex;justify-content: center;align-items: center;margin-right: 1.12vw;}
.i5List .part .img img{width: auto;height: auto;max-width: 100%;max-height: 100%;}
.i5List .part .desc{flex: 1;}
.i5List .part .title{font-size: 1.12vw;font-weight: bold;}
.i5List .part .title a{color: #000;}
.i5List .part .title img{width: 30px;vertical-align: middle;}
.i5List .part .info{margin-top: 10px;justify-content: space-between;}
.i5List .part .box{width: 12%;}
.i5List .part .box:nth-child(1){width: 32%;}
.i5List .part .tit{font-size: 1vw;color: #333;}
.i5List .part .txt{font-size: 0.92vw;color: #999;margin-top: 0.6vw;line-height: 1.6;}
.i5List .part .txt img{width: 29px;vertical-align: middle;margin-right: 5px;}
.i5List .part .star{color: #ffcc00;font-size: 16px;}
.i5List .part .box:nth-child(1) .txt{color: #333;}
.i5List .part .title .tips:hover .tipTc{display: block;}

.rzBtn{display: inline-block;padding: 0.5vw 1vw;color: #fff;font-size: 0.86vw;background: #42C7D6;border-radius: 5px;}
.rzBtn:hover{background: #173981;color: #fff;}

.i6Top{width: 100%;line-height: 1.8;}
.i6Top strong{color: #000;font-weight: bold;font-size: 1.2vw;}
.i6Top .list{padding-top: 0.2vw;}
.i6Top .list a{display: inline-block;margin-left: 1vw;color: var(--color-red);font-weight: bold;font-size: 1.2vw;vertical-align: middle;}

.i6List{width: 100%;}
.i6List ul li{width: 100%;padding: 35px 0;border-bottom: 1px solid #ddd;}
.i6List .part{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.i6List .part .img{width: 50%;}
.i6List .part .img img{width: 100%;}
.i6List .part .desc{width: 45%;}
.i6List .part .tit{font-size: 1.48vw;color: var(--color-red);}
.i6List .part .tit2{color: #999;font-size: 1.12vw;margin: 1vw 0;}
.i6List .part .txt{font-size: 1vw;color: #333;margin: 0.92vw 0;}
.i6List .part .more{color: #333;font-size: 1vw;margin-top: 1.2vw;}

.i6List ul li:nth-child(2n) .part .img{order: 1;}
.i6List ul li:nth-child(2n) .part .desc{order: 0;}

.index7{margin: 35px 0;}
.i7List{width: 100%;}
.i7List ul li{width: calc(20% - 32px);margin-right: 40px;margin-top: 20px;}
.i7List ul li:nth-child(5n){margin-right: 0;}
.i7List .part{display: flex;justify-content: center;align-items: center;border: 1px solid #000;border-radius: 0;box-shadow: var(--main-shadow);padding: 10px;height: 9.63vw;width: 100%;}
.i7List .part img{width: auto;height: auto;max-width: 100%;max-height: 100%;}

.footer{background: #434343;color: #fff;padding: 20px 0;font-size: 1vw;color: #aaa;}
.fWarp{width: 100%;padding: 20px 0;}
.fLogo{width:15%;}
.fLogo img {
    width: auto;
    max-width: 7.7vw;
}
.fMenu {
    width: 60%;
}
    .fMenu ul {
        display: flex;
        align-items: center;
        justify-content: center;
    }
.fMenu>ul>li{}
.fMenu>ul>li>a{font-size: 1.12vw;color: #fff;position: relative;padding: 0 1.28vw;}
.fMenu>ul>li>a:after{content: "";position: absolute;top: 50%;transform: translateY(-50%);right: 0;width: 1px;height: 20px;background: #fff;opacity: 0.6;}
.fMenu>ul>li:last-child a:after{display: none;}
.fMenu dl dd{width: 100%;padding: 0 1.28vw;margin-top: 1vw;}
.fMenu dl dd a{color: #fff;opacity: 0.8;font-size: 0.92vw;display: block;margin-bottom: 10px;}

.fEwm {
    display: flex;
    width: 15%;
}
    .fEwm img {
        object-fit: contain;
        padding: 0 6px;
        width: 50%;
        border-radius: 5px;
    }

.fText{text-align: center;color: #fff;font-size: 1vw;padding-top: 20px;}
.fText a{color: #f60;text-decoration: underline;}

.tongtu{width: 100%;position: relative;overflow: hidden;}
.tongtu .img{width: 100%;}
.tongtu .img img{width: 100%;}
.tongtu .imgTop{position: absolute;top: 50%;left: 0;transform: translateY(-50%);width: 100%;z-index: 9;}
.tongtu .t1{text-align: center;font-size: 32px;color: #fff;font-weight: bold;}
.tongtu .txt{text-align: center;font-size: 14px;color: #fff;}
.i1Top2{background: #66cc99;color: #000;border-radius: 5px;font-size: 22px;text-align: center;width: 100%;padding: 8px 10px;border: 1px solid #000;margin-bottom: 10px;}
.i1Top2 span{display: block;}

.index8{margin: 35px 0;}
.i8Warp{padding: 20px 35px;}
.i8Warp .i1Top{border-radius: 0;padding: 10px;font-size: 28px;}
.i8Slide{width: 100%;position: relative;min-height: 200px;}
.i8Tab{margin-top: 20px;}
.i8Tab ul li{width: 20%;}
.i8Tab a{display: block;width: 100%;height: 40px;text-align: center;border: 1px solid #000;text-align: center;font-size: 20px;color: #000;line-height: 38px;}
.i8Tab a:hover{color: #000;}
.i8Tab ul li.on a{background: #42C7D6;}
.i8Slide .i8Tab{position: absolute;left: 0;bottom: 10px;width: 44%;}
.i8Slide .i8Tab ul li{width: 50%;}

.i8Warp2{width: 100%;padding: 20px 35px;}
.i8Warp2 .box{width: 32%;}

.i8Warp3{width: 100%;}
.i8Warp3 .item{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.i8Warp3 .item:last-child{margin-bottom: 0;}
.i8Warp3 .box{width: 48%;margin-bottom: 50px;}
.i8Warp3 .tit{font-size: 24px;color: #000;font-weight: bold;margin-bottom: 10px;}
.i8Warp3 .txt{font-size: 20px;color: #000;}
.i8Warp3 .box:nth-child(1) .tit{color: #660066;}
.i8Warp3 .item:nth-child(1) .box:nth-child(1) .tit{color: #000;}

.news1Tit{border-bottom: 1px solid #ddd;}
.news1Tit span{display: inline-block;padding: 10px 20px;border: 1px solid #ddd;border-bottom: 1px solid #fff;font-size: 20px;color: #000;font-weight: bold;position: relative;bottom: -1px;}

.news1{margin: 50px 0 20px;}
.news1 .i6List ul li{border-bottom:none;}
.news1 .i6List2 ul li{padding: 35px 20px;border: 1px solid #ddd;border-top: none;}

/*newDetail*/

.returnBtn{margin-top: 10px;}
.returnBtn a{display: inline-block;padding: 10px 20px;border: 1px solid #ddd;border-radius: 5px;color: #999;font-size: 20px;}
.returnBtn a:hover{background: #42C7D6;color: #000;}
.newDetail{width: 100%;padding: 50px;}
.newDetailTit{text-align: center;font-size: 32px;color: #000;}
.newDetailInfo{text-align: center;font-size: 20px;color: #999;margin: 15px 0;}
.newDetailTxt{font-size: 20px;color: #333;overflow: auto;margin-top: 50px;}
.newDetailTxt img{max-width: 100%;}

.news2{margin: 50px 0 20px;}
.iMenu{margin: 20px 0;font-size: 20px;color: #333;}
.iMenu ul li{display: inline-block;}
.iMenu ul li:after{content: "|";margin: 0 10px;}
.iMenu ul li:last-child:after{display: none;}
.iMenu ul li a{color: #185FAD;}
.iMenu ul li a:hover{color: var(--color-red);}
.iMenu ul li.on a{color: var(--color-red);}
.iMenu ul li:nth-child(1) a{color: #666;}

.news2_i1 .i1Warp2 .left{width: 58%;}
.news2_i1 .i1Warp2 .desc{padding: 20px;border: 1px solid #000;width: 40%;}

.news2List{width: 100%;}
.news2List ul li{padding: 25px 0;}
.news2List .part{display: flex;justify-content: space-between;flex-wrap: wrap;}
.news2List .part .img{width: 26%;}
.news2List .part .img img{width: 100%;}
.news2List .part .desc{width: 72%;display: flex;flex-direction: column;justify-content: space-between;}
.news2List .part .tit{font-size:1.48vw;color: #000;/*font-weight: bold;*/}
    .news2List .part .tit:hover {
       
        color: var(--color-red); 
    }
.news2List .part .txt{font-size: 1vw;color: #000;margin: 10px 0;}
    .news2List .part .txt h2 {
        color: #999;
        font-size: 1.12vw;
        margin: 1vw 0;
    }
.news2List .part .more{font-size: 15px;color: #000;margin-top: 20px;}
.news2List .part .more:hover{color: var(--color-red);}

/*job*/
.publish_btn{display: block;width: 10.15vw;height: 2.864vw;background: var(--color-red);border-radius: 5px;display: flex;justify-content: center;align-items: center;color: #fff;font-size: 1vw}
.sort_btn{display: flex;flex-direction: column;justify-content: center;align-items: center;line-height: 1;}
.sort_btn a{font-size: 16px;color: #000;display: block;}
.job{width: 100%;}
.job1Form{width: 100%;}
.job1Form .box{flex: 1;font-size: 0.92vw;color: #333;}
.job1Form .box span{display: inline-block;margin-left: 0.5vw;}
.job1Form .box input{height: 2.083vw;width: 8.854vw;border: 1px solid #000;color: #333;}
.job1Form .box .input{position: relative;margin-right: 1vw;}
.job1Form .box .input input{padding-left: 35px;border-radius: 30px;width: 12vw;}
.job1Form .box .icon{position: absolute;left: 10px;top: 50%;transform: translateY(-50%)}
.job1Form .box .select{margin-right: 1vw;}
.job1Form .box button{}

.sortWarp{font-size: 1vw;color: #666;margin-right: 1vw;}
.sortWarp a{display: inline-block;color: #173981;}
.sortWarp a.on{color: #cc0000;}
.sortWarp a:before{content: "|";margin: 0 10px;display: inline-block;vertical-align: middle;}

.job1Table table tbody tr td{
	padding: 10px;
	border-bottom: 1px solid #b1b1b1;
}

.job1Table thead{font-size: 20px;font-weight: bold;color: #000;}
.job1Table thead tr th{border: none;border-bottom: 2px solid #000;padding: 25px 15px;}
.job1Table thead tr th:nth-child(1){text-align: left;max-width: 200px;}
.job1Table thead tr th:nth-child(2){text-align: left;}
.job1Table tbody{font-size: 20px;color: #333;text-align: center;}
.job1Table tbody tr td:nth-child(1){text-align: left;}
.job1Table tbody tr td:nth-child(2){text-align: left;}
.job1Table tbody tr:hover{background: #f2f2f261;}
.job1Table tbody tr td:nth-child(2) a{display: block;max-width: 450px;}

.job1Table{width: 100%;overflow: auto;border: 1px solid #42C7D6;}
.job1Table .box1{display: flex;align-items: center}
.job1Table .box1 .numb{padding-right: 25px;font-size: 20px;color: #000;padding-left: 10px;}
.job1Table .box1 .img{width: 115px;height: 75px;display: flex;justify-content: center;align-items: center;}
.job1Table .box1 .img img{width: auto;height: auto;max-width: 100%;max-height: 100%;}

.job1Table .price{color: var(--color-red);font-weight: bold;}
.job1Table .pj{color: var(--color-red);font-size: 16px;}
.job1Table .title2{display: flex;align-items: center;justify-content: center;}
.job1Table .sort_btn{margin-left: 10px;}
.job1Table .sort_btn a.on{color:#cc0000;}

.job1{margin: 35px 0;}
.job1 .left{width: 66%;}
.job1 .right{width: 30%;padding-top: 40px;}

.job1Slide{width: 100%;}
.job1Tab{}
.job1Tab ul li{padding: 10px 20px;border: 1px solid #000;position: relative;bottom: -1px;background: #ddd;color: var(--color-red);border-right: none;cursor: pointer;}
.job1Tab ul li:last-child{border-right: 1px solid #000;}
.job1Tab ul li.on{background: transparent;font-weight: bold;color: #000;border-bottom: 1px solid transparent;}

.job1Panel{border: 1px solid #000;padding: 20px;}
.job1Panel .part{display: flex;justify-content: space-between;flex-wrap: wrap;}
.job1Panel .part .img{width: 50%;}
.job1Panel .part .img img{width: 100%;}
.job1Panel .part .desc{width: 45%;}
.job1Panel .part .tit{font-size: 24px;color: #000;font-weight: bold;}
.job1Panel .part .txt{font-size: 18px;color: #000;margin-top: 10px;line-height: 1.6;}

/*jobInfo*/

.jobInfo{width: 100%;margin: 35px 0;}
.jobInfoTop{display: flex;font-size: 1vw;color: #999;justify-content: flex-end;}
.jobInfoTop .pj{color: #f60;}
.jobInfo .i5List,
.jobInfoList{max-width: 70%;margin: 0 auto;margin-top: 2vw;}
.jobInfoList .row{margin-bottom: 1.5vw;}
.jobInfoList .tit{width:  7.2vw;font-size: 1.28vw;color: #000;margin-right: 1vw;}
.jobInfoList .tit img{vertical-align: middle;margin-right: 0.5vw;width: 1.5vw;}
.jobInfoList .box{flex: 1;font-size: 1.16vw;color: #333;}
.jobInfoList .box .txt{line-height: 1.6;}
.jobInfoList .price{color: var(--color-red);font-weight: bold;}
.jobInfoList .tag1{display: flex;flex-wrap: wrap;}
.jobInfoList .tag1 span{display: inline-block;margin-right: 1vw;margin-bottom: 0.5vw;}
.jobInfoList .tag1 span em{display: inline-block;padding: 0.5vw 1vw;border: 1px solid #000;margin-right: 0.5vw;}
.jobInfoList .tag2{display: flex;flex-wrap: wrap;}
.jobInfoList .tag2 span{display: flex;justify-content: center;align-items: center;margin-right: 1vw;margin-bottom: 0.5vw;background: #e3f2d9;border-radius: 5px;padding: 1vw 1.2vw;min-width: 9.375vw;}
.jobInfoList .tag2 span img{width: 1vw;margin-right: 0.5vw;}
.jobInfoList .tag3 span{background: #f2f2f2;}
.jobInfoList .tip{margin-top: 1vw;padding: 1vw;background: #d7d7d7;}
.jobInfoList .row2{margin-top: 1vw;}
.jobInfoList .imgList{width: 100%;}
.jobInfoList .imgList ul li{width: calc(33.3% - 13.333px);margin-right: 20px;margin-bottom: 20px;}
.jobInfoList .imgList ul li:nth-child(3n){margin-right: 0;}
.jobInfoList .imgList .part{display: block;width: 100%;height: 100%;}
.jobInfoList .imgList .part img{display: block;width: 100%;height: 100%;object-fit: cover;}
.jobInfoList .btn{margin-top: 2vw;}
.jobInfoList .btn a{font-size: 1.2vw;display: flex;align-items: center;margin: 0 10px;}
.jobInfoList .btn i{display: inline-block;line-height: 1;color: #666;font-size: 26px;}
.jobInfoList .btn i img{width: 20px;vertical-align: baseline;margin-right: 10px;}
.jobInfoList .tips{display: flex;align-items: center;}
.jobInfo .tipTc{width: 220px;}

.shoucang i img{filter: brightness(0%) contrast(200%) invert(50%) opacity(100%);}
.shoucang.on i img{filter: none;}

.toutiao {color: var(--color-red);font-weight: bold;font-size:14px;}

/*startup*/

.startup{width: 100%;}
.startupInfo{width: 100%;}

/*service*/
.service{width: 100%;margin: 35px 0;}
.serList{border: 1px solid #ddd;}
.serList ul li{margin: 0;padding: 15px;border-bottom: 1px solid #ddd;}
.serList ul li:last-child{border-bottom: none;}
.serList.i5List .part .numb{color: #333;}
.jobInfo .i5List .part .title2{font-weight: normal;font-size: 1.58vw;margin-bottom: 1vw;}
.jobInfo .i5List .part .box{display: flex;width: 25%;font-size: 1vw;}
.jobInfo .i5List .part .box .tit{font-size: 1vw;}
.jobInfo .i5List .part .txt{margin-top: 0;margin-left: 0.5vw;} 
.jobInfo .box .select{max-width: 300px;font-size: 1vw;}
.jobInfo .box .select .layui-form-select .layui-input{color: #333;}

/*vCard*/

.vCard{width: 100%;height: 100%;position: relative;height: 100vh;max-width: 580px;margin: 0 auto;overflow: auto;background: #fff;padding: 20px;padding-bottom: 90px;}
.vCardTop{width: 100%;}
.vCardTop .logo2{width: 40%;text-align: center;}
.vCardTop .logo2 img{width: auto;height: auto;max-width: 100%;max-height: 100px;}
.vCardTop .desc{width: 60%;text-align: center;color: #000;}
.vCardTop .desc .tit{font-size: 24px;}
.vCardTop .desc .txt{font-size: 24px;margin-top: 10px;}

.vCardCet{width: 100%;height: auto;margin: 45px 0;}
.vCardCet ul li{display: flex;justify-content: space-between;margin-bottom: 20px;}
.vCardCet .tit{font-size: 18px;color: #333;margin-right: 10px;}
.vCardCet .txt{flex: 1;font-size: 18px;color: #333;}

.vCardBtm{position: fixed;padding: 20px;text-align: center;left: 0;bottom: 0;background: #fff;text-align: center;width: 100%;left: 50%;transform: translateX(-50%);max-width: 580px;}
.vCardBtm .net a{font-size: 18px;color: #173981;font-weight: bold;}
.vCardBtm .tit{font-size: 18px;color: #333;margin-top: 10px;}

/*uCenter*/
.userCount{color: #FF6600;text-align: right;font-size: 20px;}
.userCount a{color: #FF6600;}
.userCount a:hover{color: #FFCA43;}

.uCenter{width: 100%;margin: 35px 0;}
.uCenterWarp{width: 100%;}
.uCenteItem{margin-bottom: 50px;display: flex;justify-content: space-between;flex-wrap: wrap;}
.uCentLeft{width: 230px;padding: 0 20px;}
.uCentRight{width: calc(100% - 230px);}
.uCentCard{width: 100%;text-align: center;padding: 0 20px;}
.uCentCard .img{width: 100%;}
.uCentCard .img img{width: auto;max-width: 100%;}
.uCentCard .btn{margin-top: 20px;}
.uCentCard .btn a{display: block;width: 100%;padding: 10px;background: #FF6600;border-radius: 5px;color: #fff;font-size: 16px;line-height: 1.6;}

.uCentBox1{width: 100%;border: 1px solid #DDD;padding: 30px;}
.uCentBox1 ul li{width: 100%;margin-bottom: 15px;display: flex;flex-wrap: wrap;line-height: 1.8;font-size: 24px;}
.uCentBox1 ul li:last-child{margin-bottom: 0;}
.uCentBox1 .tit{color: #000;margin-right: 10px;}
.uCentBox1 .txt{color: #000;flex: 1;}
.uCentBox1 .txt .uCetBtn{margin-left: 20px;vertical-align: middle}

.uCetBtn{display: inline-block;padding: 10px 20px;border: 1px solid #ddd;border-radius: 5px;font-size: 16px;color: #000;line-height: 1;}
.uCetBtn:hover{background: #FF6600;color: #fff;}

.uCentOpen{width: 100%;height: 80px;background: #eee;border: 1px solid #ddd;cursor: pointer;border-radius: 5px;display: flex;justify-content: center;align-items: center;font-size: 24px;color: #333;transition: 0.3s;}
.uCentOpen i{padding-left: 10px;}
.uCentOpen i:before{transition: 0.3s;}
.uCentOpen:hover,
.uCentOpen.on{background: #ffcc00;}
.uCentOpen.on i:before{content: "\f176";}

.uCentPanel{position: relative;width: 100%;padding: 30px;border: 1px solid #ddd;display: none;}
.uCentForm{width: 100%;}
.uCentForm ul li{display: flex;flex-wrap: wrap;margin-bottom: 20px;}
.uCentForm ul li:last-child{margin-bottom: 0;}
.uCentForm .tit{width: 125px;font-size: 20px;color: #000;}
.uCentForm .txt{display: flex;flex-wrap: wrap;width: calc(100% - 125px);}
.uCentForm input{font-size: 16px;}
.uCentForm .input{max-width: 460px;width: 100%;}
.uCentForm .uCetBtn{margin-left: 20px;}
.uCentForm .phone{position: relative;}
/*.uCentForm .phone input{padding-left: 45px;}*/
.uCentForm .phone .qh{position: absolute;left: 0;top: 0;width: 45px;height: 100%;display: flex;justify-content: center;align-items: center;}

.uCentForm .name{flex-direction: column;}
.uCentForm .box{width: 100%;max-width: 460px;margin-bottom: 20px;display: flex;justify-content: space-between;}
.uCentForm .box:last-child{margin-bottom: 0;}
.uCentForm .box span{width: 160px;display: block;font-size: 16px;color: #000;line-height: 38px;}
.uCentForm .box input{flex: 1;}
.uCentForm .btn{width: 100%;margin-top: 25px;}
.uCentForm .btn button{margin: 0 10px;width: 110px;}
.uCentForm .t1{padding-top: 6px;padding-left: 10px;}
.starList{font-size: 16px;overflow: auto;text-align: center;}
.starList .table-bordered>tbody>tr>th, .starList .table-bordered>tbody>tr>td{text-align: center;}

.uCentLeftTit{position: relative;width: 100%;border: 1px solid #eee;border-radius: 5px;font-size: 26px;color: #000;height: 80px;display: flex;justify-content: center;align-items: center;position: relative;}
.uCentLeftTit2{height: 190px;text-align: center;}
.uCentLeftTit2 .img{width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
.uCentLeftTit2 .img img{width: 100%;height: 100%;object-fit: cover;opacity: 0.3}
.uCentLeftTit2 span{position: relative;z-index: 3;}

.uCentBox2{width: 100%;border: 1px solid #DDD;padding: 30px;}
.uCentBox3{width: 100%;}
.uCentBox3 .item{width: 100%;margin-bottom: 30px;}
.uCentBox3 .item:last-child{margin-bottom: 0;}

.uCentList1{width: 100%;}
.uCentList1 ul li a{display: block;padding: 12px 10px;font-size: 20px;color: #000;border-bottom: 1px solid #eee;}
.uCentList1 ul li a:hover{background: #42C7D6;}

.uCentTable{width: 100%;overflow: auto;min-height: 300px;}
.uCentTable table{border: none;border-bottom: 2px solid #173981;}
.uCentTable table thead{}
.uCentTable table thead tr{border-bottom: 2px solid #173981;}
.uCentTable table thead tr th{font-size: 20px;font-weight: bold;color: #000;text-align: center;border: none;}
.uCentTable table thead tr th i{padding-left: 10px;}
.uCentTable table thead tr th a{color: #000;}
.uCentTable table thead tr th:nth-child(1),
.uCentTable table thead tr th:nth-child(2){color: #173981;}

.uCentTable table tbody tr{background: #fff;font-size: 17px;color: #000;text-align: center;}
.uCentTable table tbody tr:nth-child(2n){background: #e2e9f7;}
.uCentTable table tbody tr td{border: none;}
.uCentTable table tbody tr td:last-child a{margin: 5px;}

.uCentTable a:hover{text-decoration: underline;}
.uCentTable a.no{cursor: no-drop;}
.uCentTable a.no:hover{text-decoration: none;}
.uCentTable .tit{text-decoration: underline;color: #000;}
.uCentTable .tit:hover{color: #FF6600;}
.uCentTable .shixiao{color: #aaa;}
.uCentTable .del{color: #000;display: inline-block;}
.uCentTable .edit{color: #000;display: inline-block;}
.uCentTable .edit.no{color: #aaa;}
.uCentTable .xufei{color: #f00;display: inline-block;}
.uCentTable .xufei.no{color: #aaa;}
.uCentTable .fabu{color: #000;display: inline-block;}
.uCentTable .fabu.no{color: #aaa;}

.uCent_th{position: relative;}
.uCent_th_list{}
.uCent_th_list dl{}
.uCent_th_list dl dt{display: flex;justify-content: center;align-items: center;color: #000;cursor: pointer;}
.uCent_th_list dl dt.on i:before{transition: 0.3s;}
.uCent_th_list dl dt.on i:before{content: "\f0d8";}
.uCent_th_list dl dd{padding: 10px;background: #fff;position: absolute;left: 0;top: 100%;width: 100%;z-index: 99;display: none;border: 1px solid #eee;}
.uCent_th_list ul li{}
.uCent_th_list ul li a{font-size: 16px;color: #333;display: block;padding: 10px 0;border-bottom: 1px solid #eee;font-weight: normal;}
.uCent_th_list ul li a:hover{color: var(--main-color);}

.uCentBox3 .desc{font-size: 20px;color: #333;}
.uCentBox3 .desc .tit{margin-bottom: 20px;}
.uCentBox3 .desc .tit img{cursor: pointer;margin-right: 10px;}
.uCentBox3 .desc .txt{}
.uCentBox3 .desc .txt p{line-height: 2;}
.uCentBox3 .iBtn{margin-top: 20px;display: flex;justify-content: center;}

.uCentBox2 .uCentOpen i,
.uCentBox3 .uCentOpen i{display: none;}

/*publish*/
.publish{margin: 35px 0;}
.publish .jobInfoList .tit{text-align: right;line-height: 38px;}
.publish .jobInfoList .tit i{color: #f00;vertical-align: middle;margin-right: 10px;}
.publish .input{width: 100%;}
.publish .input input{max-width: 380px;}
.publish .input2{display: flex;align-items: center;max-width: 300px;}
.publish .input2 span{display: inline-block;margin-left: 20px;}
.publish .input2 input{max-width: 180px;}
.publish .input3{width: 100%;}
.publish .input3 input{width: 100%;}

.publish .select{width: 100%;max-width: 220px;}
.publish .select input{max-width: 100%;}
.publish .select2{display: flex;align-items: center;}
.publish .select2 input{max-width: 150px;}
.publish .select2 .inner{width: 90px;}
.publish .uploadImg{margin-bottom: 20px;padding-top: 5px;}
.publish .btn button{margin: 0 10px;width: 110px;}

.tc3{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 99999;background: rgba(0,0,0,0.3);display: none;}
.tc3.active{display: block;}
.tc3 .warp{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.tc3 .box{width: 100%;max-width: 320px;height: auto;background: #fff;color: #333;padding: 20px;box-sizing: border-box;border-radius: 15px;overflow: hidden;position: relative;}
.tc3Close{font-size: 20px;cursor: pointer;position: absolute;top: 20px;right: 20px;}
.tc3Close img{width: 25px;}
.tc3 .desc{text-align: center;line-height: 1.8;padding-top: 0;}
.tc3 .desc .tit{font-size: 18px;color: #000;font-weight: bold;text-align: center;margin-bottom: 10px;}
.tc3 .desc .txt{font-size: 16px;color: #333;text-align: left;margin-bottom: 10px;min-height: 80px;text-align: center;}
.tc3 .desc .btm{display: flex;margin-top: 10px;border: 1px solid #ccc;}
.tc3 .desc .iKnow{display: block;width: 50%;height: 40px;line-height: 40px;background: #109B04;color: #fff;font-size: 16px;cursor: pointer;}
.tc3 .desc .iKnow1{color: #333;background: transparent;}

.tipInfo{margin-top: 30px;}
.tipInfo .icon{font-size: 20px;color: #333;margin-right: 10px;}
.tipInfo .icon i{vertical-align: middle;}
.tipInfo .txt{flex: 1;}

/*publish-service*/

.upload1{display: flex;align-items: center;}
.upload1 input{flex: 1;}
.upload1 .btn_file{font-size: 16px;}

.formTip{max-width: 70%;margin: 0 auto;margin-top: 2vw;background: #f2f2f2;padding: 30px;border: 1px solid #000;padding: 20px;}
.formTip .txt{max-width: 50%;margin: 0 auto;font-size: 18px;color: #000;}
.formTip .txt p{line-height: 1.8;}
.payment_type{max-width: 70%;margin: 0 auto;margin-top: 2vw;}
.payment_Box{background: #ffdfdf;padding: 20px;}
.payment_Box .title{text-align: center;color: #000;font-size: 20px;}
.payment_warp{margin-top: 20px;display: flex;justify-content: space-between;}
.payment_warp .item{width: 50%;padding: 0 5%;}
.payment_warp .tit{font-size: 16px;color: #333;}
.payment_warp .tit span{color: #f00;font-size: 20px;display: inline-block;margin-right: 10px;}
.payment_warp .box{margin-top: 20px;display: flex;justify-content: space-between;align-items: flex-end;}
.payment_warp .left{width: 200px;padding: 0 10px;}
.payment_warp .info{border: 1px solid #000;background: #fff;border-radius: 5px;overflow: hidden;height: 95px;display: flex;justify-content: center;align-items: center;font-size: 0;text-align: center;color: #000;padding: 0;cursor: pointer;}
.payment_warp .info span{font-size: 16px;display: inline-block;padding: 10px;}
.payment_warp .info img{width: 100%;height: 100%;object-fit: cover;}
.payment_warp .right{width: calc(100% - 220px);}
.payment_warp .upload{position: relative;height: 32px;position: relative;background: #FF6600;border: 1px solid #000;border-radius: 5px;}
.payment_warp .upload input{width: 100%;height: 100%;position: relative;z-index: 2;opacity: 0;}
.payment_warp .upload span{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;color: #000;font-size: 16px;}

.payment_Btn{width: 100%;}
.payment_Btn button{width: 50%;max-width: 280px;height: 60px;border: 1px solid #000;border-radius: 5px;color: #000;font-size: 16px;background: transparent;}

/*payment_tc*/

.payment_tc{width: 100%;height: 100%;position: fixed;top: 0;left: 0;z-index: 999;background: rgba(0,0,0,0.3);display: none;}
.payment_tc.active{display: block;}
.payment_tc .warp{position: relative;width: 100%;height: 100%;position: relative;overflow: hidden;padding: 5%;}
.payment_tc_close{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

.payment_tc .box{position: relative;overflow: hidden;border-radius: 10px;z-index: 2;width: 100%;max-width: 1100px;margin: 0 auto;height: 100%;max-height: 100%;background: #fff;}
.payment_tc .payment_tc_close2{position: absolute;top: 20px;right: 20px;}
.payment_tc .payment_tc_close2 img{width: 30px;}
.payment_tc .box_inner{width: 100%;height: 100%;overflow: auto;padding: 5%;}
.payment_tc .box_inner .iTxt{max-width: 780px;margin: 0 auto;}
.payment_tc .box_inner .iTxt img{max-width: 100%;font-size: 16px;}


.jobInfoList .tips_a .tipTc{width: 380px;}

.jobInput{position: relative;display: flex;}
.publish .jobSelect{max-width: 300px;}
.publish .jobSelect .inner{width: 120px;}
.publish .jobSelect input{max-width: 100%;flex: 1;}

.jobInfoList .tag2{display: flex;flex-wrap: wrap;}
.jobInfoList .tag2 a{display: flex;justify-content: center;align-items: center;margin-right: 0.5vw;margin-bottom: 0.5vw;background: #e3f2d9;border-radius: 5px;padding: 1vw;min-width: 7.4vw;position: relative;}
.jobInfoList .tag2 a img{width: 20px;vertical-align: middle;margin-right: 10px;}

.jobInfoList .tag2 a.on:after{content: "\f14a";color: #109B04;position: absolute;top: 0;right: 0;font-size: 20px;font-family: "fontawesome";}
.jobInfoList .tag3 a{background: #f2f2f2;}

.huxing{width: 100%;}
.huxing .box_inner{display: flex;align-items: center;}
.huxing .box_inner input{width: 80px;}
.huxing .box_inner span{display: block;margin: 0 20px;}

.logoUpload{margin-bottom: 20px;}
.logoUpload .img{width: 7.2vw;height: 7.2vw;background: #f2f2f2;padding: 5px;display: flex;justify-content: center;align-items: center;margin-right: 1.6vw;}
.logoUpload .img img{width: auto;height: auto;max-width: 100%;max-height: 100%;}
.logoUpload .info{flex: 1;}
.logoUpload .text{font-size: 16px;color: #666;}
.logoUpload .text span{display: block;line-height: 1.6;margin-bottom: 10px;}
.logoUpload .btn_file{font-size: 16px;}
.btn_file input{}

/*register*/
.register{width: 100%;margin: 35px 0;}
.register .jobInfoList .tit i{color: #f00;}

.register .formTip .txt{max-width: 80%;font-size: 20px;}
.register .input input{max-width: 450px;}
.register .yzm{display: flex;align-items: center;}
.register .yzm input{flex: 1;max-width: 450px;margin-right: 10px;}
.register .yzm .yzmBtn{display: block;width: 120px;height: 38px;border: 1px solid #000;color: #000;font-size: 16px;text-align: center;line-height: 38px;border-radius: 5px;}
.register .radio{font-size: 16px;}
.register .radio .layui-form-radio *{font-size: 18px;}
.register .radio span{display: block;margin-top: 20px;color: #FF6600;font-size: 24px;}
.register .tips2{background: #ffdfdf;padding: 20px;font-size: 20px;line-height: 1.6;}
.register .tips2 i{color: #f00;vertical-align: middle;margin-right: 10px;line-height: 1;}
.register .tips2 a{color: #185FAD;}
.register .tips3{color: #f00;font-size: 24px;}
.register .price{color: #FF6600;font-weight: bold;font-size: 24px;}

.inside{min-height: 500px;overflow: hidden;}
.inside img{max-width: 100%;}

.newsTags{font-size:16px;}

@media only screen and (max-width: 1920px) {
.jobInfoList .tit{width: 150px;margin-right: 20px;font-size: 20px;}
.jobInfoList .box{font-size: 18px;}
.jobInfoList .tit img{width: 22px;margin-right: 0;}
.publish .jobInfoList .tit{font-size: 18px;}
.publish .jobInfoList .box{font-size: 16px;}




}


@media only screen and (max-width: 1600px) {
.wapper{ width:100%;padding: 0 5%;}
.header .wapper{max-width: 100%;}
.indexTop .logo img{max-height: 80px;}
.indexTop .logoTxt img{max-height: 66px;}
.indexTop .logoTxt2 img{max-height: 32px;}
.indexTop .loginBtn a{font-size: 20px;}
.i5List .part .star{font-size: 16px;}
.i5List .part .txt img{width: 26px;}
.i8Warp3 .tit{font-size: 22px;}
.i8Warp3 .txt{font-size: 18px;}
.i8Tab a{font-size: 18px;}
.i1Top2{font-size: 20px;}
.huxing .box_inner{margin-bottom: 5px;}


}

@media only screen and (max-width: 1380px) {
.wapper{ width:100%;padding: 0 20px;}
.header .wapper{max-width: 100%;}
.indexTop .warp{/*padding: 0;*/}
.indexTop .logo img{max-height: 65px;}
.indexTop .logoTxt img{max-height: 56px;}
.indexTop .logoTxt2 img{max-height: 26px;}
.indexTop .loginBtn a{font-size: 16px;}
.menu>ul>li>a{font-size: 16px;padding: 0 15px;}
.menu>ul>li>a em{font-size: 18px;}
    .indexTop .warp {
        height: 118px;
        font-size: 24px;
    }
.i1Tit{font-size: 24px;}
.iTxt{font-size: 16px;}
.iBtn a{width: 220px;height: 50px;line-height: 48px;font-size: 16px;}
.i3Tit{font-size: 22px;}
.i3More{font-size: 18px;}
.i3List tbody{font-size: 16px;}
.i5List .part .star{font-size: 14px;}
.i5List .part .txt img{width: 22px;}
.i5List .part .box{width: 14%;}
.i8Warp3 .tit{font-size: 20px;}
.i8Warp3 .txt{font-size: 16px;}
.i8Tab a{font-size: 16px;}
.i1Top2{font-size: 18px;}
.returnBtn a{font-size: 16px;}
.jobInfoTop{font-size: 16px;}
.iTit2{font-size: 24px;}

.payment_warp .item{width: 100%;padding: 50px;}
.userCount{font-size: 16px;}
.uCentBox1 ul li{font-size: 20px;}





}

@media only screen and (max-width: 1024px) {
.wapper{padding: 0 10px;}
.header{ display:none}
.sp_header1{ display:block;}
.sjj_nav1{ display:block;}
.hHei{height: 70px;}


.i1Warp>.left{width: 100%;margin-bottom: 20px;}
.i1Warp>.right{width: 100%;}
.i1Desc{padding: 20px 10px;}
.i1Tit{font-size: 22px;}
.iBtn a{width: 160px;height: 45px;line-height: 43px;}
.i1Warp2 .left{width: 100%;margin-bottom: 20px;}
.i1Warp2 .desc{width: 100%;}
.i1Warp2 .desc .tit{font-size: 24px;}
.i1Warp2 .desc .tit2{font-size: 16px;margin-top: 20px;}
.i1Warp2 .desc .txt{font-size: 14px;margin: 10px 0;height: auto;}

table thead tr th,
table tbody tr th,
table tfoot tr th,
table thead tr td,
table tbody tr td,
table tfoot tr td {
	padding: 10px;
}
.tipTc{width: 120px;padding: 5px;}
.iTit{font-size: 24px;}

.iItem{padding: 15px;}
.i3Tit{position: relative;top: auto;left: 0;}
.i3Tit span{display: block;font-size: 16px;margin: 10px 0;}
.i3List{overflow: auto;padding: 20px;}
.i3List table{min-width: 580px;}
.i3List thead{font-size: 16px;}
.i4List ul li{width: 100%;margin-right: 0;}
.i5Tab{width: 100%;}
.i5Tab ul{display: flex;flex-wrap: wrap;}
.i5Tab ul li{width: 50%;padding: 5px;}
.i5Tab ul li a{width: 100%;height: 100%;font-size: 14px;padding: 5px;}
.i5Tab .icon{font-size: 20px;}
.i5Panel{width: 100%;}
.i5Panel .i3Tit{font-size: 18px;line-height: 1.6;}
.i5List .part{flex-wrap: wrap;display: block;position: relative;}
.i5List .part .numb{width: 50px;position: absolute;left: 0;top: 0;}
.i5List .part .img{width: 150px;height: 150px;margin: 0 auto;}
.i5List .part .desc{width: 100%;margin-top: 20px;}
.i5List .part .title{font-size: 20px;text-align: center;}
.i5List .part .info{width: 100%;}
.i5List .part .box:nth-child(1){width: 100%;}
.i5List .part .box{width: 50%;margin-top: 10px;}
.i5List .part .tit{font-size: 14px;}
.i5List .part .txt{font-size: 14px;margin-top: 10px;}

.i6Top strong{font-size: 16px;display: block;}
.i6Top .list a{font-size: 14px;margin-left: 0;margin-bottom: 5px;margin-right: 10px;}
.i6List ul li{padding: 20px 0;}
.i6List .part{display: block;}
.i6List .part .img{width: 100%;margin-bottom: 20px;}
.i6List .part .desc{width: 100%;}
.i6List .part .tit{font-size: 18px;}
.i6List .part .tit2{font-size: 16px;margin: 10px 0;}
.i6List .part .txt{font-size: 14px;margin: 10px 0;}
.i6List .part .more{font-size: 16px;margin-top: 20px;}

.i7List ul{justify-content: center;}
.i7List ul li{width: 33.3%;margin: 0;padding: 5px;}
.i7List .part{padding: 10px 5px;height: 60px;}

.fLogo{text-align: center;width: 100%;}
.fLogo img{max-width: 200px;max-height: 100px;}
.fMenu{width: 100%;}
.fMenu>ul>li{width: 33.3%;margin-bottom: 10px;}
.fMenu>ul>li>a{font-size: 16px;padding: 0;margin-bottom: 10px;}
.fMenu>ul>li>a:after{display: none;}
.fMenu dl{margin-top: 20px;}
.fMenu dl dd a{font-size: 14px;}
.fEwm{width: 150px;margin: 0 auto;margin-top: 20px;}
.fText{font-size: 16px;}

.i8Warp{padding: 0;}
.i8Warp .i1Top{font-size: 24px;line-height: 1.6;}
.i8Warp2{padding: 0;}
.i8Warp2 .box{width: 100%;margin-top: 20px;}
.i8Warp3 .box{width: 100%;margin-bottom: 20px;}

.i8Slide .i8Tab{position: relative;margin-top: 20px;}

.job1 .left{width: 100%;margin-bottom: 20px;}
.job1 .right{width: 100%;}
.job1Tab ul li{width: 33.3%;text-align: center;padding: 10px 15px;}
.job1Panel{padding: 15px;}
.job1Panel .part .img{width: 100%;}
.job1Panel .part .desc{width: 100%;margin-top: 20px;}
.job1Panel .part .tit{font-size: 20px;}
.job1Panel .part .txt{font-size: 14px;}


.job1Form{display: block;}
.job1Form .box{font-size: 14px;}
.job1Form .box span{width: 100%;margin-bottom: 12px;font-size: 14px;margin-right: 0;}
.job1Form .box .select{width: 100%;margin-right: 0;margin-bottom: 12px;}
.job1Form .box input{height: 40px;width: 100%;}
.job1Form .box .input{margin-right: 0;width: 100%;margin-bottom: 12px;}
.job1Form .box .input input{padding-left: 35px;border-radius: 30px;width: 100%;}
.publish_btn{width: 120px;height: 40px;line-height: 40px;margin: 0 auto;margin-top: 20px;font-size: 16px;}
.job1Form .box button{width: 120px;display: block;margin: 0 auto;margin-top: 20px;}
.job1Table{overflow: auto;padding: 10px;}
.job1Table table{min-width: 680px;}
.job1Table thead{font-size: 14px;}
.job1Table thead tr th{padding: 8px;}
.job1Table thead tr th:nth-child(1){max-width: 150px;}
.job1Table tbody{font-size: 14px;}
.job1Table .box1 .numb{font-size: 16px;padding-right: 15px;}
.job1Table .box1 .img{width: 80px;height: 60px;}
.job1Table .pj{font-size: 14px;}
.sort_btn a{font-size: 12px;}

.returnBtn a{font-size: 14px;}
.jobInfoTop{font-size: 14px;margin-bottom: 20px;}
.iTit2{font-size: 20px;}
.jobInfo{position: relative;}
.jobInfo .iItem{position: relative;}
.jobInfo .returnBtn{position: absolute;left: 15px;top: 85px;}
.jobInfo .i5List, .jobInfoList{max-width: 620px;margin-top: 20px;}
.jobInfoList .row{margin-bottom: 15px;}
.jobInfoList .tit{font-size: 14px;width: 60px;margin-right: 10px;}
.jobInfoList .box{font-size: 14px;}
.jobInfoList .tag1 span em{padding: 5px;margin-right: 5px;}
.jobInfoList .price{font-size: 16px;}
.jobInfoList .tag2 span{padding: 5px 6px;min-width: 78px;font-size: 12px;}
.jobInfoList .tag2 span img{width: 15px;margin-right: 5px;}

.jobInfoList .tip{margin-top: 10px;padding: 10px;}
.jobInfoList .imgList ul li{width: calc(33.3% - 4px);margin-right: 6px;margin-bottom: 6px;}
.jobInfoList .btn a{font-size: 16px;}

.news2_i1 .i1Warp2 .left{width: 100%;margin-bottom: 20px;}
.news2_i1 .i1Warp2 .desc{width: 100%;}

.iMenu{font-size: 16px;}
.news2List .part .img{width: 100%;}
.news2List .part .desc{width: 100%;margin-top: 20px;}
.news2List .part .tit{font-size: 20px;}
.news2List .part .txt{font-size: 16px;}
.news2List .part .more{font-size: 16px;}
.newDetail{padding: 20px 0;}
.newDetailTit{font-size: 24px;}
.newDetailInfo{font-size: 16px;}
.newDetailTxt{font-size: 16px;}

.publish .jobInfoList .tit{width: 100%;font-size: 16px;text-align: left;}
.publish .jobInfoList .box{width: 100%;padding-left: 0;}
.publish .select{max-width: 100%;}
.publish .input2{max-width: 100%;}
.publish .jobSelect{max-width: 100%;}

.jobInfoList .tag2{justify-content: space-between;}
.jobInfoList .tag2 a{padding: 10px 12px;min-width: 78px;font-size: 14px;width: 49%;justify-content: flex-start;margin-bottom: 10px;}
.jobInfoList .tag2 a img{width: 15px;margin: 0 10px;}
.jobInfoList .box .txt{font-size: 14px;}

.jobInfoList .tips_a .tipTc{width: 280px;}
.tipTc{left: auto;right: 0;}
.tipTc:after{left: auto;right: 10px;}

.huxing .box_inner{font-size: 14px;}
.huxing .box_inner input{width: 60px;}
.huxing .box_inner span{display: block;margin: 0 15px;}

.register .radio span{font-size: 16px;}
.register .tips2{font-size: 14px;padding: 15px;}
.register .tips3{font-size: 16px;}
.register .yzm .yzmBtn{width: 80px;font-size: 14px;}
.register .radio .layui-form-radio *{font-size: 16px;}

.payment_type{max-width: 620px;margin-top: 20px;}
.payment_warp .item{padding: 20px 0;}
.formTip{max-width: 620px;margin-top: 20px;}
.register .formTip .txt{font-size: 14px;}
.payment_warp .tit span{font-size: 16px;}
.payment_warp .left{margin: 0 auto;}
.payment_warp .right{width: 100%;margin-top: 20px;}

.jobInfoList .tit img{width: 15px;margin-right: 3px;}
.jobInfo .i3Tit{padding: 10px 0;}
.jobInfo .i5List{margin-top: 50px;}
.jobInfo .i5List .part .title{font-size: 20px;margin-bottom: 20px;}
.jobInfo .i5List .part .box{width: 50% !important;}

.uCenteItem{display: block;}
.uCentLeft{margin: 0 auto;margin-bottom: 20px;}
.uCentRight{width: 100%;}
.uCentBox1{padding: 20px;}
.uCentBox1 ul li{font-size: 16px;}
.uCentLeftTit{font-size: 20px;}
.uCentOpen{height: 60px;font-size: 20px;}
.uCentPanel{padding: 20px;}
.uCentForm .tit{width: 100%;margin-bottom: 10px;font-size: 16px;}
.uCentForm .txt{width: 100%;}
.uCentForm .input{max-width: 100%;flex: 1;}
.uCentForm .uCetBtn{margin-left: 15px;}
.uCentList1 ul li a{font-size: 16px;}
.uCentTable table{min-width: 580px;}
.uCentTable table thead tr th{font-size: 16px;}
.uCentTable table tbody tr{font-size: 14px;}
.uCentBox3 .desc{font-size: 16px;}
.uCentForm .t1{width: 100%;padding-left: 0;}
.starList{font-size: 14px;}

.uCent_th_list ul li a{font-size: 14px;}

.payment_tc .warp{padding: 100px 5%;}

.i8Slide .i8Tab{width: 100%;}

}
