*,::before,::after{box-sizing:border-box;margin:0;padding:0;border:0 solid currentColor;box-sizing: border-box;}
html{font-size:100px;min-height:100vh;width:100%;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:rgba(0,0,0,0);touch-action:manipulation}
html,body{overflow-x: hidden;}
body{font-size:16px;min-height:100vh;width:100%;background:#fff;color:#333;overflow-y:auto;font-family:'微软雅黑';line-height: 1.5;}
img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}
input,button,textarea,select{font:inherit;color:inherit;outline:0;border-radius:0;background-color:rgba(0,0,0,0)}
button{cursor:pointer}
p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}
h1,h2,h3,h4,h5,h6{font-weight:inherit;font-size:inherit}
i{font-style: normal;}
a{text-decoration:none;color:inherit;outline:none;transition: all .3s;}
ul,ol{list-style:none}
.app{display: none!important;}
.pc{display: block!important;}
.flex{display:flex;}
.clearfix:before, .clearfix:after {content: " ";display: table}
.clearfix:after {clear: both}img{display:block;}
.poR{position:relative;}
.p140{padding-bottom: 1.4rem;}
:root{--color1:#f4be68;--color-white:#fff;}
img{transition: all .3s;}
.imgs{overflow: hidden;width: 100%;}
.imgs img{display: block;}
a:hover .imgs img{transform: scale(1.08);width: 100%;}

.p60{font-size:60px;}
.p22{font-size:22px;}
.p18{font-size:18px;}
.p17{font-size:17px;}
.p28{font-size:28px;}
.p16{font-size:16px;}
.p14{font-size:14px;}
.p15{font-size: 15px;}

/* 登录页面 */
.logo{position:absolute;left:0.48rem;top:0.4rem;width:2.08rem;height:0.5rem;}
/* ========== 左侧插画区域 ========== */
.illustration-area { width: 50%;background-color: #224469;display: flex; align-items: center;justify-content: center;overflow: hidden;}
/* 容器：完全不动 */
.characters {position: relative;width: 528px;height: 500px;}
/*  ========== 核心：每个小人 底部固定，只倾斜上半身 ========== */
.char {position: absolute; border-radius: 12px 12px 0 0; transition: transform 0.5s cubic-bezier(0.3, 0.7, 0.3, 1);
/* 核心：底部中心点不变，只转上半身 */ transform-origin: bottom center;}
/* 输入 Email：上半身向右倾斜（底部不动） */
.state-email .char {transform: skewX(-8deg); /* 倾斜，不旋转 */}
/* 紫色小人倾斜更明显！ */
.state-email .char.purple {transform: skewX(-12deg);}
 /* 输入密码：恢复 + 回避 */
.state-password .char {transform: skewX(0deg) rotateY(30deg) scaleX(-1); }
/* ========== 四个小人位置 ========== */
.char.orange { bottom: 0; left:0px; width: 53.7%; height: 45.2%;background: #ff835d; border-radius:50% 50% 0 0; z-index:2; }
.char.purple { bottom:86px;left:29.1%;width:37.8%; height: 82.8%; background: #5c33f9; border-radius:14px;z-index:1; }
.char.black {bottom:0; left:53.7%;width: 26.1%; height: 70.4%; background: #000;border-radius:10px 10px 0 0;z-index:2; }
.char.yellow { bottom: 0; right:0;width: 31%; height: 52.4%;background: #e9c420; border-radius:164px 164px 0 0;z-index:3 }
 /* ========== 眼睛视线跟随 ========== */
.eye {position: absolute; width:24px; height:24px; background: #fff;border-radius: 50%;transition: all 0.4s ease;}
.eye::after { content: ""; position: absolute;width:12px; height:12px;background: #000; border-radius: 50%;top: 6px; left:6px; transition: transform 0.4s ease; }
/* 眼睛位置 */
.char.orange .eye1 { top:39.8%; left:37.8%; }
.char.orange .eye2 { top: 39.8%; left: 54.6%; }
.char.purple .eye1 { top:9.6%; left: 30%; }
.char.purple .eye2 { top:9.6%; left: 58%; }
.char.black .eye1 { top: 8.5%; left:26%; }
.char.black .eye2 { top: 8.5%; left: 58%; }
.char.yellow .eye1 { top: 13%; left: 29.2%; }
.char.yellow .eye2 { top: 13%; left: 56%; }
/* .char.yellow .mouth{width:90px;height:5px;border-radius: 5px;background-color: #000;position:absolute;top:92px;left:40px;} */
/* 看邮箱 → 瞳孔向右 */
.state-email .eye::after {transform: translateX(4px);}
 /* 输密码 → 闭眼回避 */
.state-password .eye { background: #333;height: 4px;border-radius: 2px;}
.state-password .eye::after { display: none; }
/* ========== 右侧表单 ========== */
.form-area {width: 50%;display: flex; flex-direction: column;align-items: center; justify-content: center; padding: 0 10%;}
.form-area h1 {margin-bottom:2px;}
.form-area .desc {color: #8d8d8d;margin-bottom:18px;font-size:18px;}
.form-group { width: 100%; margin-bottom: 24px;}
.form-group label { display: block;margin-bottom: 8px;font-weight: bold;}
.form-group input {width: 100%;padding: 14px 18px; border: 1px solid #ddd; border-radius: 30px;font-size:20px;outline: none;}
.form-group .code{display:flex;align-items: center;justify-content:space-between;}
.form-group .code input{width:80%;}
.form-group>input:-moz-placeholder{ color: #cdcdcd;}
.form-group>input::-ms-input-placeholder{ color: #cdcdcd;}
.btn-login {width: 100%;padding: 15px; background: #254366;color: white; border: none;border-radius: 30px;font-size: 16px;cursor: pointer;text-align:center;}
.form-group>input::-webkit-input-placeholder { /* WebKit browsers */color:#cdcdcd;}
.form-group>input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */color:#cdcdcd;}
.form-group>input::-moz-placeholder { /* Mozilla Firefox 19+ */color:#cdcdcd;}
.form-group>input:-ms-input-placeholder { /* Internet Explorer 10+ */color:#cdcdcd;}
.forget{width:100%;margin-top:20px;color:#2a2a2a;display: flex;align-items: center;justify-content:space-between;}
.forget input{display: inline-block;width:17px;height:17px;border:2px solid #ebebeb;border-radius:2px;margin-right:10px;position: relative;}
.forget p{display:inline-flex;align-items: center;}
.forget a{color:#224469;}
.forget input[type="checkbox"] {-webkit-appearance: none;-moz-appearance: none; appearance: none;padding:unset;}
.forget input[type="checkbox"]:checked {background-color: #254366;border-color: #254366;}
.forget input[type="checkbox"]:checked::after {content: ''; position: absolute;top:0px;left:4px;width: 6px;height: 12px;border: solid white;border-width: 0 2px 2px 0;transform: rotate(45deg);}

.Sign{width:100%;text-align:center;color:#8d8d8d;font-size:21px;margin-top:40px;}
.Sign a{display: inline-block;color:#2a2a2a;margin-left: 10px;}

/* 首页 */
.bannerHome{position: relative;}
.bannerInner .img{overflow: hidden;}
.bannerHome{position: relative;}
.bannerInner{width: 100%;float: left;position: relative;}
.bannerInner .swiper {width: 100%;height: 300px;margin-left: auto; margin-right: auto;}
.bannerInner .swiper-slide {background-size: cover;background-position: center;}
.bannerInner .swiper-slide a{display: block;overflow: hidden;position: relative;}
.bannerInner .swiper-slide a img{object-fit: cover;display: block;}
.bannerInner .mySwiper2 {height: 80%;width: 100%;}
.bannerInner .mySwiper {height: 20%;box-sizing: border-box; padding: 10px 0;}
.bannerInner .mySwiper .swiper-slide {width: 25%;height: 100%;opacity: 0.4;}
.bannerInner .mySwiper .swiper-slide-thumb-active {opacity: 1;}
.bannerInner .swiper-slide img {display: block;width: 100%;height: 100%;object-fit: cover; }
.bannerInner .img img{width: 100%;object-fit: cover;max-height: 100vh;aspect-ratio: 1920 / 800;}
.bannerInner .home_txt{position: absolute;top: 38%;left: 50%;transform: translate(-50%,-50%);z-index: 9;color: var(--color-white);width: 100%;text-align: center;}
.bannerInner .home_txt span{font-size: 1rem;display: block;}
.bannerInner .home_txt p{font-size: 0.64rem;text-transform: uppercase;}
.bannerInner .swiper-slide-active .img img{animation: scaleBgs 12s infinite;-webkit-animation: scaleBgs 12s infinite;}
.bannerInner .swiper-slide-active .home_txt{animation: ups 2s ease both;-webkit-animation: ups 2s ease both;}

.bannerInner .mySwiper{width:1670px;position: absolute;left:50%;transform: translateX(-50%);bottom:0.6rem;z-index:66;height:auto !important;}
.bannerInner .mySwiper .swiper-slide{text-align:center;color:#9999b0;font-size:15px;opacity: 1;font-weight: bold;text-transform: uppercase;position: relative;padding-bottom:16px;}
.bannerInner .mySwiper .swiper-slide:after{content:'';width:8px;height: 8px;background:#9499ad;border-radius:100%;position: absolute;bottom: 0;left:50%;transform: translateX(-50%);transition-duration: .3s;}
.bannerInner .mySwiper  .swiper-slide-thumb-active:after{border:3px solid #fff;background:none;width:12px;height:12px;}
.bannerInner .mySwiper .swiper-slide:before{content: '';position: absolute;height:1px;background-color: rgba(143, 158, 173, 0.6);width:380px;top: 32px;left: 225px}
.bannerInner .mySwiper .swiper-slide:last-child:before{display: none;}
.bannerInner .mySwiper  .swiper-slide-thumb-active{color:#fff;}

@-webkit-keyframes widths {
    0% {width: 0;}
    100% {width:100%;}
}
@keyframes widths {
    0% {width: 0;}
    100% {width:100%;}
}
@-webkit-keyframes ups {
    0% {
        margin-top: .6rem;
        opacity: 0;
    }
    100% {
        margin-top: 0;
        opacity: 1;
    }
}
@keyframes ups {
    0% {
        margin-top: .6rem;
        opacity: 0;
    }
    100% {
        margin-top: 0;
        opacity: 1;
    }
}
@-webkit-keyframes scaleBgs {  
    0% {transform:scale(1);}
    100% {transform: scale(1.12); }
}
@keyframes scaleBgs {  
    0% {transform:scale(1);}
    100% { transform: scale(1.12); }
}
@-webkit-keyframes jump {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0)
    }
  
    50% {
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px)
    }
  
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0)
    }
}
@keyframes jump {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0)
    }
  
    50% {
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px)
    }
  
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0)
    }
}

.tab-nav{position: absolute;left:0;right:0;bottom:30px;z-index:999;}
.index1 ul li a em{display: block;text-align:center;margin-top:20px;}
.index1 ul li a em img{display: inline-block;}
.index1 ul li a div{padding-top:0 !important;}
.index1 ul li a div:before{display: none;}

.index{margin-top:70px;}
.index1{margin-top:20px;}

.index_tab_n{text-align:center;margin-top:42px;}
.index_tab_n a{display: inline-block;font-size: 18px;color:#7f7f7f;margin:0 40px;font-weight: bold;padding-bottom: 8px;position: relative;}
.index_tab_n a:after{content:'';left:10px;bottom:0;right:10px;height:2px;background-color: #212121;position: absolute;opacity: 0;}
.index_tab_n a.cur:after{opacity: 1;}
.index_tab_n a.cur{color:#000;}

.index_tab_clist {display: grid;/* 定义3列等宽网格 *//* 网格间距 */gap:17px;/* 控制行高，让图片自动适配 */grid-auto-rows: auto;margin:30px 0 46px 0;}
.grid_in { overflow: hidden; position: relative;}
.grid_in a{display: block;overflow: hidden;height: 100%;}
.grid_in a p{position: absolute;left:46px;bottom:46px;right:46px;font-size: 18px;line-height: 36px;height:36px;color:#fff;white-space: nowrap; overflow: hidden;text-overflow: ellipsis;
display: block;transition-duration: .5s;}
.grid_in a img {width: 100%;height: 100%;object-fit: cover; display: block;transition: transform 0.3s ease; }
.cow,.cow1{display: none;}
.cow.cur,.cow1.cur{display: block;}

.in-1 { grid-row: 1 / 2;grid-column: span 5; }
 /* 2. 中间竖排 2x1 */
.in-2 {grid-row: 1 / 3;grid-column: span 5;}
/* 3. 右上角 1x1 */
.in-3 {grid-row: 1 / 2;grid-column: span 3; }
/* 4. 最右边 2x1 */
.in-4 {grid-row: 1 / 2;grid-column: span 3; }
/* 5. 左下角 1x1 */
.in-5 {grid-row: 2 / 3;grid-column: span 5; }
/* 6. 右下角 1x1 */
.in-6 {grid-row: 2 / 3;grid-column: span 6; }

/* 第1行 */
.in-7 {grid-column: span 2; grid-row: 1 / 2;}
.in-8 {grid-column: span 2;;grid-row: 1 / 2;}
.in-9 {grid-column: span 2; grid-row: 1 / 2;}

/* 第2行 */
.in-10 {grid-column: span 3; grid-row: 2 / 3; }
.in-11 { grid-column: span 3;grid-row: 2/ 3;}

.more{width: 100%;float: left;text-align:center;margin:20px 0 90px 0;}
.more a{display: inline-block;width:382px;line-height: 60px;border-radius: 60px;color:#fff;background-color: #224469;font-size: 20px;font-weight: bold;}

.index_about{margin:70px 0;}
.index_about dl{display: block;overflow: hidden;width:1250px;padding-left: 290px;margin:0 auto;position: relative;min-height: 100px;}
.index_about dl:before{content:'';width:134px;height:100px;background-image: url(../img/inico1.png);background-size:100%;position: absolute;left:0;top:0;}
.index_about dl dt{font-size: 36px;color:#000000;}
.index_about dl dd{padding-top:30px;}
.index_about dl dd p{font-size: 24px;color:#363636;line-height: 42px;}
.index_about dl dd  a{line-height: 60px;text-align:center;background-color: #224469;color:#fff;width:254px;text-transform: uppercase;display: inline-block;margin-top:56px;}
.index_about dl dd  a:after{content: url(../img/inico2.png);margin-left:20px;transition-duration: .5s;}

.index_photo ul li{width:49.6%;float: left;position: relative;background-repeat: no-repeat;background-position: center;background-size: cover; }
.index_photo ul li:nth-child(1n){background-image: url(/img/inpic16.jpg);}
.index_photo ul li:nth-child(2n){float: right;background-image: url(/img/inpic17.jpg);}
.index_photo ul li{height: 305px;}
.index_photo ul li dl{position: absolute;width:342px;left:66px;top:50%;transform: translateY(-50%);}
.index_photo ul li dl dt{font-size: 30px;font-weight: bold;background: linear-gradient(360deg, #03ebff, #ffffff);-webkit-background-clip: text;background-clip: text;color: transparent;}
.index_photo ul li dl dd p{font-size: 18px;color:#60e3ff;line-height: 36px;margin-top:8px;}
.index_photo ul li dl dd a{width:162px;line-height:42px;font-size: 18px;text-align: center;display: block;font-weight: bold;background: linear-gradient(360deg, #03ebff, #ffffff);
-webkit-background-clip: text;background-clip: text;color: transparent;border:2px solid transparent;margin-top: 30px;border-image: linear-gradient(360deg, #03ebff, #ffffff) 1;}
.index_photo ul li>p{position: absolute;right:150px;top:50%;transform: translateY(-50%);width:118px;text-align:center;font-size: 18px;font-weight: bold;color:#fff;}
.index_photo ul li>p img{border-radius:50%;}
.index_photo ul li>p span{display: block;margin-top:14px;}

.index_contact_logo a {
    width: calc((100% - .25rem * 5) / 6) !important;
    margin: 0 .25rem .25rem 0 !important;
}
.index_contact_logo a:nth-of-type(6n) {margin-right: 0 !important;}


/* 个人中心 */
.header{width: 100%;height: 1.02rem;background-color:#224469;line-height:1.02rem;padding:0 0.75rem;}

.header>a{float: left;margin-top: 0.24rem;}
.header>a img{max-height:60px;}
.header .head_r{float: right;}
.header .head_r .nav{float: left;display: flex;}
.header .head_r .nav a{display: inline-block;color:#fff;margin-right:0.82rem;font-weight:bold;}
.header .head_r .nav a.cur{color: #f4be68;}
.header .head_r>a{width:2rem;height:0.54rem;background-color:#f4be68;color:#fff;line-height:0.54rem;text-align: center;font-weight: bold;display: inline-block;border-radius:4px;}
.header_time .head_r .nav a{font-size: 18px;}
.header_time .head_r>a{font-size: 14px !important;}
.header.cur{background-color: rgba(34, 68, 105, 0.9);box-shadow: 0 0 10px rgba(0,0,0,.1);position: fixed;top:0;left:0;right:0;z-index:88;}
.w1770{width: 1770px;margin:0 auto;overflow: hidden;}
.main{width: 100%;float: left;}
.title{width: 100%;padding:32px 0 32px 32px;position: relative;}
.title:before{content:url(../img/ico.png);position: absolute;left:0;}
.title span{display: inline-block;color:#c8c8c8;margin-right:10px;}
.title a{color:#222222;display: inline-block;margin-right:10px;}

.menu-handler{display: none;}


.person_left{float: left;width:15.3%;}
.per_list{width: 100%;}
.per_list a{display: block;padding:17px 27px;color:#010101;font-weight:bold;border-radius:4px;transition-duration: .5s;}
.per_list a.cur{color:#fff;background-color: #224469;}

.Upgrade{padding:34px 30px;background-color: #fcfcfc;border:1px solid #ededed;border-radius:4px;margin-top:30px;position:relative;}
.Upgrade:after{content:url(../img/ico1.png);position: absolute;right:14px;top:30px;;}
.Upgrade span{display: block;color:#000;font-weight:bold;font-size:18px;}
.Upgrade p{font-size:14px;color:#929292;line-height:24px;margin-top:6px;}
.Upgrade a{font-size:15px;color:#224469;display: block;background-color: #f4be68;line-height: 40px;border-radius:4px;text-align:center;margin-top:10px;}

.person_right{float: right;width: 81.3%;}
.person_r_t{width:100%;display: flex;justify-content: space-between;align-items: center;}
.person_r_t span{color:#242424;}
.person_r_t .right{display:inline-flex;justify-content: space-between;align-items: center;}
.person_r_t .right .btn{margin-right:10px;font-size:16px;background-color:#224469;color:#fff;padding:12px 20px;border-radius:4px;transition-duration: .5s;}
.person_r_t .right .btn.btn-danger{background-color:#f44444;}
.person_r_t .search{position: relative;padding:14px 46px 14px 20px;background-color: #f3f3f3;font-size: 14px;border-radius:4px;}
.person_r_t .search input{width:100%;display: block;}
.person_r_t .search input::-webkit-input-placeholder { /* WebKit browsers */color:#a7a7a7;}
.person_r_t .search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */color:#a7a7a7;}
.person_r_t .search input::-moz-placeholder { /* Mozilla Firefox 19+ */color:#a7a7a7;}
.person_r_t .search input:-ms-input-placeholder { /* Internet Explorer 10+ */color:#a7a7a7;}
.person_r_t .search a{position: absolute;top:0;bottom:0;right:0;width:40px;background: url(../img/search.png) no-repeat center;}
.person_nav{width: 100%;float: left;margin-top:32px;border-bottom:1px solid #ededed;}
.person_nav a{color:#888888;margin-right:55px;text-transform: uppercase;padding-bottom: 16px;position: relative;display: inline-flex;align-items: center;}
.person_nav a.cur{color:#242424;}
.person_nav a.cur:after{width: 100%;background-color: var(--color1);}
.person_nav a:after{content: '';position: absolute;bottom: 0;background-color: transparent;height: .03rem;width: 100%;transition: width .35s,background-color 1s;left: 50%;transform: translate(-50%);width: 0;z-index: 9999;}

.person_list{width: 100%;float: left;margin-top:0.4rem;}
.person_list>a{float: left;width: calc((100% - .24rem* 3) / 4);margin:0 .24rem .28rem 0}
.person_list>a:nth-of-type(4n) { margin-right: 0;}
.per_li_t{width: 100%;float: left;position: relative;z-index:0;overflow: hidden;}
.per_li_t .imgs{width: 100%;height:185px;overflow: hidden;position:relative;}
.per_li_t .imgs img{width: 100%;height: 100%;object-fit: cover;}
.per_li_t i{position: absolute;bottom: 16px;right: 16px;width: 31px;height: 31px;display: flex;background-image: url(../img/delete.png);cursor: pointer;z-index: 10;right:20px;top:20px;}
.per_li_t .state{position: absolute;top:0;left:0;font-size: 14px;padding:2px 7px;color:#fff;border-bottom-right-radius:8px;}
.per_li_t .state1{background-color: #224469;}
.per_li_t .state2{background-color: #f4be68;}
.per_li_t .state3{background-color: #f44444;}
.per_li_t:after{content:url(../img/bg.png);position: absolute;left:0;right:0;bottom:-6px;z-index:1;}
.per_li_t span{left:0;right:0;text-align:center;bottom:0;color:#fff;padding: 10px;position: absolute;z-index:2;white-space: nowrap;
overflow: hidden; text-overflow: ellipsis;text-shadow: 0 0 5px #000000;transition: all .5s;}
.per_li_e{width:100%;float: left;color:#4b4b4b;margin-top:18px;position: relative;}
.per_li_e .work-checkbox{float: left;width:20px;height:20px;margin-right:10px;}
.per_li_e p{float: left;width:60%;padding-right:1.14rem;}
.per_li_e i{position: absolute;right:0;}


.page{width:100%;float: left;text-align:center;margin-top:20px;}
.page li{display: inline-block;margin:0 15px;}
.page li a{display:block;color:#010101;padding:5px 2px;position: relative;}
.page li.cur a:after,.page li.cur a:before{width: 100%;background-color: var(--color1);}
.page li.cur a{color: var(--color1);}
.page li a:after{content: '';position: absolute;bottom: 0;background-color: transparent;height: .03rem;width: 100%;transition: width .35s,background-color 1s;left: 50%;transform: translate(-50%);width: 0;z-index: 9999;}
.page li a:before{content: '';position: absolute;top: 0;background-color: transparent;height: .03rem;width: 100%;transition: width .35s,background-color 1s;left: 50%;transform: translate(-50%);width: 0;z-index: 9999;}

/* 关于我们 */
.section{width:100%;float: left;}

.about_banner{position: relative;overflow: hidden;}
.about_banner img{display: block;object-fit: cover;width: 100%;}
.about_banner span{display: block;position: absolute;top:50%;left:50%;transform: translate(-50%,-50%);color:#fff;text-transform: uppercase;}
.about_banner span i{display: block;}
.about_tit{width: 100%;float: left;color:#000;margin-top:90px;}
.about_tit i{display: block;color:#727272;font-size: 18px;}
.about_us{width: 100%;float: left;}
.about_us .w1770,.Cooperator .w1770{padding:0 0.3rem;}
.about_us_m{width:100%;float: left;margin-top:50px;}
.about_us_m>i{float: left;width:7.76rem;border-radius:20px;}
.about_us_m>div{float: left;width:6.8rem;margin-left: 0.7rem;}
.about_us_m>div p{font-size:24px;color:#363636;line-height:48px;margin-bottom:50px;}

.Cooperator{padding:1rem 0;position: relative;background: url(../img/person_bg.jpg) no-repeat left top;}
.Cooper_l{width:7.76rem;float: left;padding-top:1rem;}
.Cooper_l span{font-size: 48px;color:#000000;display: block;}
.Cooper_l p strong{font-size:36px;color:#363636;line-height: 48px;display: block;margin-top:20px;}
.Cooper_l p{font-size: 20px;color:#363636;line-height: 48px;padding-right:1rem;margin-top:30px;}
.Cooper_r{float: right;width:8.54rem;padding:94px 20px 20px 0;position: relative;}
.Cooper_r a{float: left;width:33.3%;height:158px;background-color: #fff;text-align:center;position: relative;;box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);border-radius:20px;}
.Cooper_r a img{position: absolute;top:50%;left:50%;transform: translate(-50%,-50%);max-width:80%;}
.Cooper_r a:nth-child(2),.Cooper_r a:nth-child(5),.Cooper_r a:nth-child(8){margin-top:-74px;}

.Test_tit{text-align: center;}
.Test_tit h1{color:#000;font-size:50px;text-transform: uppercase;}
.Test_tit p{font-size: 18px;color: #727272;line-height: 48px;}

.Test ul{padding:80px 0;}
.Test ul li{width:25%;padding:0 30px;float: left;}
.Test ul li a{display: block;text-align:center;}
.Test ul li a i{width:133px;height:133px;border-radius:100%;display: inline-block;overflow: hidden;}
.Test ul li a i img{width:100%;height:100%;object-fit:cover;}
.Test ul li a div{overflow: hidden;padding-top:68px;position: relative;margin-top:36px;}
.Test ul li a div:before{content: '';position: absolute;left:50%;top:0;transform: translateX(-50%);width:44px;height:31px;background-image: url(../img/ico3.png);background-size: cover;}
.Test ul li a p{font-size: 18px;line-height: 30px;height:90px;color:#6c6c6c;display: -webkit-box;-webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;text-overflow: ellipsis;word-break: break-all;}
.Test ul li a span{display: block;font-size: 24px;color:#000000;margin-top:24px;}

/* 联系我们 */
.contact_me{padding:94px 0;}
.contact_me ul{text-align:center;margin-top:76px;}
.contact_me ul li{display: inline-block;padding:38px 38px 18px 140px;width:470px;border:1px solid #eaeaea;position: relative;margin:0 30px;}
.contact_me ul li>p{position: absolute;left:38px;top:38px;}
.contact_me ul li>p img{}
.contact_me ul li div{text-align:left;}
.contact_me ul li div span{display: block;font-size: 24px;color:#000000;}
.contact_me ul li div p{font-size: 18px;color:#8e8e8e;line-height: 36px;height:72px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.contact_me ul li div p a{display: block;color:#8e8e8e;}

.contact_center{height:559px;background-image: url(../img/contact_bg.jpg);color:#fff;text-align:center;position: relative;}
.contact_center dl{width:1300px;position: absolute;top:50%;left:50%;transform: translate(-50%,-50%);}
.contact_center dl dt{display: block;font-size: 60px;}
.contact_center dl dd p{font-size: 24px;line-height:42px;margin:30px 0 40px 0;}
.contact_center dl dd div{text-align:center;}
.contact_center dl dd div a{display: inline-block;font-size: 18px;line-height: 62px;color:#fff;margin:0 35px;border:1px solid #fff;width:242px;}

.w1540{width: 1540px;margin:0 auto;overflow: hidden;}
.contact_team{padding-top:80px;}
.contact_logo{margin-top:60px;}
.contact_logo a{float: left;width: calc((100% - .4rem* 4) / 5);margin: .2rem .4rem .2rem 0;border:1px solid #f2f2f2;overflow: hidden;}
.contact_logo a i{display: block;overflow: hidden;}
.contact_logo a i img{width: 100%;display: block;}
.contact_logo a:nth-of-type(5n) {margin-right: 0;}


/* 摄影师主页 */
.photo_t i{width:100%;float: left;border-radius:4px;overflow: hidden;}
.photo_t i img{display: block;}
.photo_t dl{padding:0 60px 0 260px;position: relative;width:100%;float: left;min-height: 150px;}
.photo_t dl dd{position: absolute;left:60px;top:-46px;width:150px;border-radius:50%;overflow: hidden;height:150px;display: flex;align-items: center;justify-content: center;}
.photo_t dl dd img{width: 100%;height:100%;object-fit: cover;}
.photo_t dl dt span{font-size: 30px;color:#2b2b2b;padding-top:20px;display: block;}
.photo_t dl dt p{font-size: 16px;color:#909090;line-height: 36px;}
.photo_m div{float: left;}
.photo_m div a{float: left;font-size: 16px;color:#b4b4b4;margin-right:50px;line-height:32px;font-weight: bold;}
.photo_m div a.cur{font-size: 20px;color:#242424;}
.photo_m p{float: right;font-size: 16px;color:#909090;line-height: 32px;}
.photo_m p i{margin-left: 10px;}


/* 时光寻影 */
.Time_banner dl{width:950px;position: absolute;top:50%;left:50%;transform: translate(-50%,-50%);}
.Time_banner dl dt{text-align: center;color:#fff;}
.Time_banner dl dt h3{font-size: 70px;}
.Time_banner dl dt p{font-size: 18px;line-height: 30px;margin-top:10px;}
.Time_banner dl dd{border-radius: 70px;background-color: #fff;padding:0 80px 0px 164px;height: 70px;position: relative;margin-top: 58px;}
.Time_banner dl dd input{width: 100%;height: 100%;float: left;font-size: 18px;color:#939393;padding-left:44px;}
.Time_banner dl dd >div{padding-right: 28px;position: absolute;left:30px;top:0;bottom:0;}
.Time_banner dl dd select{width:100%;height:100%;float: left;-webkit-appearance: none;-moz-appearance: none;appearance: none;border: none;
 background: none;outline: none;width: 78px; position: relative;z-index:2;}
.Time_banner dl dd >div:before{content:"";position: absolute;right:0px;height:24px;width:1px;background-color: #cfd6da;top:50%;transform: translateY(-50%);}
.Time_banner dl dd >div:after{content:url(../img/ico8.png);position: absolute;top:50%;transform: translateY(-62%);right:25px;z-index:1;}
.Time_banner dl dd input{width:100%;float: left;}
.Time_banner dl dd input::-webkit-input-placeholder { /* WebKit browsers */color:#939393;}
.Time_banner dl dd input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */color:#939393;}
.Time_banner dl dd input::-moz-placeholder { /* Mozilla Firefox 19+ */color:#939393;}
.Time_banner dl dd input:-ms-input-placeholder { /* Internet Explorer 10+ */color:#939393;}
.Time_banner dl dd a{position: absolute;right:10px;top:8px;width:56px;height:56px;border-radius: 100%;background:url(../img/ico7.png) no-repeat center #224469;}

.Time_tit{padding-top:40px;}
.Time_tit dl {padding-left:148px;display: block;overflow:hidden;position: relative;line-height: 44px;margin-top:36px;}
.Time_tit dl dt{position: absolute;left: 0;font-weight: bold;}
.Time_tit dl dd a{display: inline-block;font-size: 20px;color:#1a1a1a;padding:0 46px;margin-right:10px;border-radius:40px;font-weight: bold;}
.Time_tit dl dd a.cur{background-color: #224469;color:#fff;}
.Time_tit dl:nth-child(2) dd a{background-color: #fdfdfd;border:1px solid #f1f1f4;}
.Time_tit dl:nth-child(2) dd a.cur{background-color: #f1f1f4;color:#1a1a1a;}

.Time_tit1{margin-top:46px;}
.Time_tit1>p{float: left;font-size: 18px;color:#3e3e3e;}
.Time_tit1>p i{color:#224469;}
.Time_tit1_d{float: right;}
.Time_tit1_d select{float: left;font-size: 15px;color:#262626;width:120px;height: 38px;background-color: #fdfdfd;border:1px solid #ededf1;border-radius:10px;padding:0 12px;margin-left:22px;}
.grid-gallery {display: grid;gap:30px;grid-auto-rows: auto;margin:30px 0 46px 0; }
.grid-item { overflow: hidden; position: relative;}
.grid-item p{position: absolute;left:46px;bottom:46px;right:46px;font-size: 18px;line-height: 36px;height:36px;color:#fff;white-space: nowrap; overflow: hidden;text-overflow: ellipsis;
display: block;transition-duration: .5s;}
.grid-item img {width: 100%;height: 100%;object-fit: cover; display: block;transition: transform 0.3s ease; }

/* 第1行 */
.item-1 {grid-column: span 3; grid-row: 1 / 2; }
.item-2 {grid-column: span 3; grid-row: 1 / 2; } /* 跨2列 */

/* 第2行 */
.item-3 { grid-column: span 2; grid-row: 2 / 3; }
.item-4 { grid-column: span 2; grid-row: 2 / 3; }
 .item-5 { grid-column: span 2; grid-row: 2 / 3; }

 /* 第3行 */
.item-6 { grid-column: span 3; grid-row: 3 / 4; } /* 跨2列 */
.item-7 { grid-column: span 3; grid-row: 3 / 4; }

/* 第4行 */
.item-8 { grid-column: span 2;grid-row: 4 / 5; }
.item-9 { grid-column: span 2; grid-row: 4 / 5; }
.item-10 { grid-column: span 2; grid-row: 4 / 5; }

/* 第5行 */
.item-11 {grid-column: span 3; grid-row: 5 / 6; }
.item-12 {grid-column: span 3; grid-row: 5 / 6; } /* 跨2列 */

/* 响应式适配 */
/* @media (max-width: 768px) {.grid-gallery {grid-template-columns: repeat(2, 1fr);} */
/* 重置跨列 */
/* .item-2, .item-6 { grid-column: auto; } } */
/* @media (max-width: 480px) {.grid-gallery {grid-template-columns: 1fr;} } */

/* 会员升级 */
.header_mem_r{float: right;padding-left: 54px;min-height:43px;position: relative;cursor:pointer;}
.header_mem_r>i{position: absolute;left:0;top:50%;width:43px;height:43px;border-radius: 100%;overflow: hidden;transform: translateY(-50%);}
.header_mem_r>i img{width: 100%;height:100%;object-fit: cover;}
.header_mem_r span{font-size:15px;color:#fff;padding-right:20px;background: url(../img/Member_ico.png) no-repeat center right;}
.mem_open{position: absolute;right:0;left:-50px;top:82px;background-color: #fff;border:1px solid #d0d0d0;z-index:2;display: none;}
.mem_open a{display: block;border-bottom: 1px solid #d0d0d0;line-height: 40px;padding:0 20px;}
.mem_open a:last-child{border:none;}
.header_mem_r.cur .mem_open{display: block;}

.w1440{width:1440px;}
.Member_right{float: right;}
.Member_r_t{height:179px;background-image: url(../img/Member_pic2.jpg);border-radius:8px;background-position: center;background-repeat: no-repeat;text-align:center;}
.Member_r_t li{display: inline-block;width:224px;color:#fff;margin:34px 90px auto 90px;position: relative;}
.Member_r_t li i{width:50px;height:50px;line-height: 50px;text-align:center;display: inline-block;background-color: #fff;border-radius: 100%;overflow: hidden;}
.Member_r_t li i img{display: inline-block;vertical-align: middle;}
.Member_r_t li span{font-size: 18px;display: block;}
.Member_r_t li p{font-size: 14px;line-height: 30px;}
.Member_r_t li:after{content:'';position: absolute;width:176px;height:2px;background-color: #ededed;top:50%;transform: translateY(-50%);right:-180px;}
.Member_r_t li:last-child:after{display: none;}
.Member_right .per_tit a{font-size:16px;color: #224469;margin-left:10px;}

.Member_r_m{margin-top:16px;}
.Member_r_m li{float: left;width: 707px;height: 303px;background-image: url(../img/Member_pic3.png);background-position: center;background-repeat: no-repeat;position: relative;background-size: cover;}
.Member_r_m li dl{padding:64px 0 0 56px;display: block;overflow: hidden;}
.Member_r_m li dl dt{font-size: 30px;color:#2b2b2b;font-weight: bold;padding-bottom:14px;}
.Member_r_m li dl dd {padding-left: 30px;position: relative;font-size: 18px;color:#2c2c2c;line-height: 40px;}
.Member_r_m li dl dd i{color:#868686;}
.Member_r_m li dl dd:before{content: "";width:18px;height:13px;background-image: url(../img/Member_ico4.png);background-position: center;background-repeat: no-repeat;position: absolute;left:0;top:15px;}
.Member_r_m li:last-child{background-image: url(../img/Member_pic4.png);float: right;}
.Member_r_m li:last-child dt{color:#965c00;}
.Member_r_m li:last-child div{position: absolute;bottom: 20px;right:66px;width:156px;text-align:center;color:#965c00;}
.Member_r_m li:last-child div p{font-size: 18px;}
.Member_r_m li:last-child div p i{font-size: 36px;}
.Member_r_m li:last-child div p span{font-family: "宋体";}
.Member_r_m li:last-child div a{width:100%;display: block;font-size: 18px;line-height: 52px;color:#fff;font-weight: bold;border-radius:40px;background: linear-gradient(to right, #fccc80, #9b6106);margin-top:5px;}

.Member_tit{margin-top:78px;}
.Member_tit h2{display: block;text-align:center;font-size: 30px;color:#2f2f2f;position: relative;}
.Member_tit h2 span{display: inline-block;padding:0 338px;position: relative;}
.Member_tit h2 span:before{content: url(../img/Member_x.png);position: absolute;top:-10px;left:0;}
.Member_tit h2 span:after{content: url(../img/Member_x1.png);right:0;position: absolute;top:-10px;}
.Member_tit div{width: 100%;padding:0 30px;margin-top:20px;}
.Member_tit div p{color:#a0a0a0;font-size: 18px;}
.Member_tit p{font-size: 15px;line-height: 36px;color:#484848;}
.Member_tit p strong{color:#333;}

.Member_img{margin-top: 40px;}
.Member_img li{float: left;width:48.5%;border:1px solid #ededed;background-color: #f6f6f6;padding:40px;border-radius: 6px;}
.Member_img li:nth-child(2n){float: right;}
.Member_img li i{display: block;border-radius: 6px;overflow: hidden;}
.Member_img li span{display: block;text-align: center;margin-top:20px;line-height: 28px;height:28px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}

.Member_tit>strong{font-size: 20px;color:#262626;text-align: center;display: block;margin-top:28px;}

/*新闻中心  */
.news{margin-top:90px;}
.news_nav{text-align:center;margin-top:40px;}
.news_nav a{display: inline-block;width:209px;height: 54px;line-height: 54px;background-color: #224469;color:#fff;font-size: 18px;margin:0 25px;border-radius:8px;transition-duration: .5s;}
.news_nav a.cur{background-color: #f4be68;}
.news_ul{margin-bottom: 60px;}
.news_ul li{float: left;width: calc((100% - 1.4rem* 2) / 3);margin:0.6rem 1.4rem 0 0}
.news_ul li:nth-of-type(3n) { margin-right: 0;}
.news_ul li a{display: block;line-height: 36px;}
.news_ul li a span{display: block;font-size: 23px;color:#000000; display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-align: justify;}
.news_ul li a p{font-size: 16px;color:#696969;margin:0.3rem 0;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-align: justify;}
.news_ul li a i{font-size: 14px;position: relative;padding-bottom: 6px;}
.news_ul li a i:after{content: '';position: absolute;left:0;width: 46px;height: 1px;background-color: #000;left:0;bottom:0;}

/* 新闻详情页 */
.news_xq{padding-top:90px;}
.news_xq_left{width:1256px;float: left;line-height: 42px;color:#000;}
.news_xq_left h1,.artdetail h1{font-size:38px;color:#000000;line-height: 56px;}
.artdetail h2{font-size:22px;margin:20px 0 10px;}
.news_xq_left p,.artdetail p{font-size: 18px;color:#727272;}
.news_xq_left>div{display: block;overflow: hidden;padding-left: 28px;position: relative;}
.news_xq_left>div:before{content: '';width:5px;top:0;bottom: 0;left:0;background-color: #f4be68;position: absolute;}
.news_xq_left>div p{font-size: 24px;color:#000;}
.news_xq_left>div i{font-size: 14px;font-weight: bold;color:#f4be68;margin-top:20px;display: block;}

.news_xq_right{float: right;width:438px;}
.news_xq_right dl dt{font-size: 30px;color:#000;}
.news_xq_rtop dd{margin-top:20px;}
.news_xq_rtop dd a{display: block;font-size: 18px;color:#606060;line-height: 52px;padding-left: 14px;position: relative;margin-top:10px;transition-duration: .5s;}
.news_xq_rtop dd a:before{content:'';width:6px;height:2px;background:#6b6b6b;position: absolute;left:0;top:50%;transform: translateY(-50%);}
.news_xq_rtop dd a.cur{color:#f4be68;margin-left:14px;}
.news_xq_rtop dd a.cur:before{background-color:#f4be68;}


.news_xq_rbot{margin-top:60px;}
.news_xq_rbot dd{margin-top:20px;}
.news_xq_rbot dd a{line-height: 42px;font-size: 18px;color:#fff;background-color: #224469;padding:0 20px;float: left;margin:16px 16px 0 0;}

/* 详情 */
.photo_xq_tit{padding-left: 30px;background:url(../img/photo_xq_ico1.png) no-repeat center left;margin:40px 0 30px 0;}
.photo_xq_tit a{display: inline-block;font-size: 18px;line-height: 36px;}
.photo_xq_tit a:after{content: ">";color:#c8c8c8;margin:0 10px;}
.photo_xq_tit a:last-child:after{display: none;}
.photo_xq_m{margin-top: 50px;}
.photo_xq_m>span{display: block;font-size:20px;color:#000000;}
.photo_xq_m ul{margin-top:10px;}
.photo_xq_m ul li{float: left;width: calc((100% - 0.22rem* 3) / 4);margin:0.22rem 0.22rem 0 0}
.photo_xq_m ul li:nth-of-type(4n) { margin-right: 0;}
.photo_xq_m ul li a{display: block;overflow: hidden;}
.photo_xq_m ul li a>i{display: block;overflow: hidden;height:258px;display: flex;align-items: center;justify-content: center;}
.photo_xq_m ul li a>i img{max-width:100%;max-height:100%;object-fit:cover;}
.photo_xq_m ul li a p{font-size: 14px;color:#000;line-height: 36px;margin-top:20px;}
.photo_xq_m ul li a p i{float: right;}

.photo_xq_tleft{width:70.7%;float: left;}
.photo_xq_t .mySwiper1 .swiper-slide{overflow: hidden;position: relative;height:565px;justify-content:center;align-items: center;display: flex;background-color:#fff;}
.photo_xq_t .mySwiper1 .swiper-slide:after{content: '';position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);width: 252px;height: 61px;background-image: url(../img/logo0.png);background-size: 100%;}
.photo_xq_t .mySwiper1 .swiper-slide img{max-width:100%;max-height:100%;object-fit: cover;display: block;}
.photo_xq_t .mySwiper1 .swiper-slide-active img{animation: scaleBgs 12s infinite;-webkit-animation: scaleBgs 12s infinite;}
.photo_xq_t .mySwiper0{margin-top:5px;width: 100%;float: left;}
 .photo_xq_t .mySwiper0 .swiper-slide{cursor: pointer;border:3px solid #fff;overflow: hidden;height:80px;justify-content:center;align-items: center;display: flex;}
.photo_xq_t .mySwiper0 .swiper-slide img{max-width:100%;max-height:100%;object-fit: cover;display: block;}
.photo_xq_t .mySwiper0 .swiper-wrapper{justify-content: center;}
.photo_xq_t .mySwiper0 .swiper-slide:last-child{margin-right: 0 !important;}
.photo_xq_t .mySwiper0 .swiper-slide-thumb-active{border:3px solid #224469;}


.photo_xq_tright{width: 26.4%;float: right;}
.photo_xq_tright dl{display: block;overflow: hidden;}
.photo_xq_tright dl dt{font-size: 24px;line-height: 42px;color:#000;}
.photo_xq_tright dd{padding-left:76px;position: relative;margin-top:20px;}
.photo_xq_tright dd>p{position: absolute;left:0;}
.photo_xq_tright dd>p span{display: block;font-size:17px;color:#686868;}
.photo_div{width: 100%;float: left;font-size: 17px;color:#000;}
.photo_div>span{display: block;}
.photo_div>div{display: block;overflow: hidden;}
.photo_div>div span{display: block;}
.photo_div>div>p{display: none;}
.photo_div>div>p.show{display: block;}
.photo_xq_tright dd>p span,.photo_div,.photo_div>div span{margin-top:18px;}
.photo_xq_tright>p{width:100%;float: left;border:1px solid #f94040;border-radius:8px;text-align:center;line-height: 66px;margin-top:30px;cursor:pointer;}
.photo_xq_tright>p a{display:block;font-size: 18px;color:#f94040;}
.photo_xq_tright>p a:before{content: url(../img/ico_like_on.png);margin-right: 10px;}
.photo_xq_tright>i{width: 100%;float: left;text-align:center;font-size: 15px;color:#a0a0a0;padding-top:18px;}
.photo_xq_tright>p.on,.photo_xq_tright>p:hover{background-color: #f94040;}
.photo_xq_tright>p.on a,.photo_xq_tright>p:hover a{color:#ffffff;}
.photo_xq_tright>p.on a:before,.photo_xq_tright>p:hover a:before{content: url(../img/ico_like.png);}

.photo_xq_m>span i{float: right;color:#6e6e6e;padding-left: 26px;font-size: 15px;background:url(../img/ico12.png) no-repeat center left;cursor:pointer;}
.grid {display: grid;/* 定义3列等宽网格 *//* 网格间距 */gap:11px;/* 控制行高，让图片自动适配 */grid-auto-rows: auto;margin:30px 0 0 0; }
.grid-it { overflow: hidden; position: relative;height:220px;display: flex;align-items: center;justify-content: center;}
.grid-it img {width: 100%;height: 100%;object-fit: cover; display: block;transition: transform 0.3s ease; }

/* 第1行 */
.it-1 {grid-column: span 8; grid-row: 1 / 2; }
.it-2 {grid-column: span 12; grid-row: 1 / 2; } 
.it-3 { grid-column: span 12; grid-row: 1 / 2; }/* 跨2列 */

/* 第2行 */
.it-4 { grid-column: span 7; grid-row: 2 / 3; }
.it-5 { grid-column: span 7; grid-row: 2 / 3; }
.it-6 { grid-column: span 7; grid-row: 2 / 3; }
.it-7 { grid-column: span 11; grid-row: 2 / 3; }

/* 发布 */
.publish_right{float: right;}
.publish_right>span{display: block;font-size: 30px;color:#242424;}
.publish_right>span i{float: right;font-size: 15px;color: #fff;display: block;background-color: #fa4343;line-height: 40px;border-radius: 4px;padding:0 30px;cursor:pointer;}
.publish_right dl{padding-left:2.02rem;position: relative;margin-top:36px;width:100%;float: left;}
.publish_a{padding:0 4.3rem 0 2.02rem;width: 100%;float: left;margin-top:36px;}
.publish_right dl dt{position: absolute;left:0;font-size: 21px;color:#242424;line-height: 72px;}
.publish_right dl dt i{color:#ff0000;}
.publish_right dl dt em{width:20px;height: 21px;display: inline-block;cursor:pointer;background-image: url(../img/ico14.png);margin-left:4px;}
.publish_right dl dd{position: relative;padding-right:4.3rem;}
.publish_right dl dd i{position: absolute;line-height: 72px;color:#bababa;padding:0 30px;width:4rem;right:0;top:3px;}
.publish_right dl dd input{width:100%;height:76px;border:1px solid #e3e3e3;border-radius:8px;padding:0 28px;font-size: 21px;color:#242424;}
.publish_right dl dd input::-webkit-input-placeholder,.publish-textarea::-webkit-input-placeholder { /* WebKit browsers */color:#bababa;}
.publish_right dl dd input:-moz-placeholder ,.publish-textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */color:#bababa;}
.publish_right dl dd input::-moz-placeholder,.publish-textarea::-moz-placeholder { /* Mozilla Firefox 19+ */color:#bababa;}
.publish_right dl dd input:-ms-input-placeholder,.publish-textarea:-ms-input-placeholder  { /* Internet Explorer 10+ */color:#bababa;}
.publish_select div{width:48%;float: left;height:76px;border:1px solid #e3e3e3;border-radius:8px;font-size: 21px;color:#242424;position: relative;}
.publish_select div:nth-child(2n){float: right;}
.publish_select div select{width:100%;height: 100%;padding:0 28px;-webkit-appearance: none;-moz-appearance: none;appearance: none;border: none;
 background: none;outline: none; position: relative;z-index:2;}
 .publish_select div:after{content: url(../img/ico13.png);position: absolute;right:28px;top:50%;transform: translateY(-50%);}
 .publish_chk{width: 100%;line-height: 72px;}
.publish_chk label{margin-right:10px;display:inline-flex;align-items: center;}
.publish_right dl dd .publish_chk label input{width: 20px;height: 20px;margin-right: 5px;}
 /* 发布容器 */
.publish-box {width: 100%;float: left;padding:22px; border: 1px solid #ddd;border-radius: 8px;}
.publish-box .tip{color:#da5f5f;line-height: 30px;}
    /* 文本输入区域 */
.publish-textarea {width: 100%;float: left;border: none;outline: none;font-size: 18px;color: #242424; min-height: 120px;resize: none;}
    /* 图片列表容器 - Grid布局 */
.image-list {margin-top: 20px;width: 100%;float: left;display: flex;align-items: stretch;}

    /* 图片项容器 */
.image-list>div {position: relative;width:196px;height:196px;border-radius: 4px;overflow: hidden;float: left;margin:5px 2% 5px 0;}
.image-list>div:nth-child(3n){margin-right: 0;}

.image-item img{width:100%;height: 100%;object-fit: cover;display: block;}

    /* 删除按钮 */
.delete-btn { position: absolute;bottom: 16px;right: 16px;width: 31px;height: 31px;display: flex;background-image: url(../img/delete.png);cursor: pointer;z-index: 10;}

    /* 添加图片按钮 */
.add-btn {aspect-ratio: 1 / 1;background: #f0f0f0; border-radius: 4px;display: flex;align-items: center;justify-content: center;cursor: pointer;position: relative;}
.add-btn::after {content: ""; width: 40px;height: 40px;background:url(../img/ico15.png) no-repeat center;background-size:contain;position:absolute;left:50%;top:43%;transform: translate(-50%,-50%);}
.add-btn.usrpic::after {display:none;}
.add-btn p{position:absolute;top:55%;left:0;width:100%;text-align: center;}

    /* 隐藏的文件上传input */
#fileInput {position: absolute;top: 0;left: 0;width: 100%; height: 100%;opacity: 0;cursor: pointer;z-index:10;}

.publish_sum>div{margin-bottom:30px;}
.publish_sum>div input{border:none !important;color: #242424;}
.publish_sum>div:last-child:after{display: none;}
.publish_a a{width:48%;float: left;background-color: #f0f0f0;line-height: 76px;text-align:center;font-size: 26px;color:#6f6f6f;border-radius:8px;}
.publish_a a:first-child{background-color:#224469;color:#fff;}
.publish_a a:nth-child(2n){float: right;}


.footer{background-color: #224469;width:100%;float: left;margin-top:60px;}
.footer_t,.footer_e{width: 100%;float: left;}
.footer_t{padding:70px 0;}
.footer_t dl{float: left;width:25%;}
.footer_t dl dt{padding-bottom:40px;}
.footer_t dl dt a{font-size: 23px;color:#fff;}
.footer_t dl dd p,.footer_t dl dd p a{font-size: 16px;color:#cdcdcd;line-height: 32px;}
.footer_t dl:nth-child(1){padding-right:5%;}
.footer_t dl:nth-child(1) dd p{color:#fff;}
.footer_t dl dd a{display: block;color:#cdcdcd;margin-bottom:10px;}
.footer_t dl:nth-child(2){padding-left:8%;}
.footer_t dl:nth-child(3){padding-left:4%;}
.footer_t dl:nth-child(4){padding-left:10%;}
.footer_t dl:nth-child(4) dd p:last-child{position: relative;padding:10px 26px 10px 0;border-bottom:1px solid #536d8a;margin-top:30px;}
.footer_t dl:nth-child(4) dd p a{position: absolute;right:0;top:0;bottom: 0;background: url(../img/ico2.png) no-repeat center;width:22px;}
.footer_t dl:nth-child(4) dd p input{width:100%;display: block;}
.footer_t dl:nth-child(4) dd p input::-webkit-input-placeholder { /* WebKit browsers */color:#cdcdcd;}
.footer_t dl:nth-child(4) dd p input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */color:#cdcdcd;}
.footer_t dl:nth-child(4) dd p input::-moz-placeholder { /* Mozilla Firefox 19+ */color:#cdcdcd;}
.footer_t dl:nth-child(4) dd p input:-ms-input-placeholder { /* Internet Explorer 10+ */color:#cdcdcd;}

.footer_e{border-top:1px solid #395778;padding:34px 0 68px 0;}
.footer_e p{float: left;font-size:15px;color:#ffffff;}
.footer_e p:last-child{float: right;}

.fixed{position: fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,0.8);z-index:888;display: none;}
.fixed_mid{position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);background-color: #fff;border-radius:8px;width:754px;height: 607px;padding:58px 108px;}
.fixed_mid>dl,.fixed_m dl,.fixed_en dl{font-size: 15px;display: block;overflow: hidden;padding-left: 102px;position: relative;font-weight: bold;line-height: 34px;}
.fixed_mid>dl dt,.fixed_m dl dt,.fixed_en dl dt{position: absolute;left:0;color:#1a1a1a;}
.fixed_mid>dl dd,.fixed_en dl dd{display: block;}
.fixed_mid>dl dd span{display: inline-block;color:#5c5c5c;padding:0 30px;border:1px solid #ebebeb;border-radius:8px;margin-right:10px;cursor:pointer;transition-duration: .5s;}
.fixed_mid>dl dd span.cur{color:#fff;background-color: #224469;border-color:#224469;}

.fixed_m{width:100%;float: left;display: none;}
.fixed_m_t{width:244px;padding:26px 0;background-color: #edf6ff;border:2px solid #224469;border-radius:8px;text-align:center;font-weight: bold;margin:15px 0 0 104px;}
.fixed_m_t strong{font-size: 30px;color: #252525;}
.fixed_m_t strong i{font-size: 18px;}
.fixed_m_t p{font-size: 13px;color:#666666;margin-top:10px;}
.fixed_m dl dd{font-size: 36px;color:#224469;}
.fixed_m dl dd i{font-size: 15px;}
.fixed_m dl{margin-top:15px;}
.fixed_m.cur{display: block;}
.show{display: block;}
.hide{display: none;}
.fixed_en{margin-top:15px;}
.fixed_en dl dd{background:#f5f5f5;padding:4px;border-radius:8px;height:34px;float: left;}
.fixed_en dl dd span{float: left;font-size: 13px;color: #1a1a1a;padding:0 16px;line-height: 26px;border-radius:8px;margin-right:16px;cursor:pointer;}
.fixed_en dl dd span:last-child{margin-right:0;}
.fixed_en dl dd span i{float: left;margin-top:6px;margin-right:6px;}
.fixed_en dl dd span.cur{background-color: #fff;color:#224469;}
.fixed_en dl dd span.cur i .hide{display: block;}
.fixed_en dl dd span.cur i .show{display: none;}

.fixed_e_c p{width:158px;margin-left:104px;display: none;}
.fixed_e_c p i{width: 100%;border:1px solid #ebebeb;border-radius:6px;float: left;overflow: hidden;margin-top:15px;}
.fixed_e_c p i img{width: 100%;}
.fixed_e_c p span{width:100%;float: left;text-align:center;font-size: 15px;color:#1a1a1a;margin-top:10px;}
.fixed_e_c p span img{display: inline-block;vertical-align: middle;margin-right:10px;margin-top: -3px;}
.fixed_e_c p.cur{display: block;}

.fixed_mid em{position: absolute;top:28px;right:28px;width:24px;height: 21px;background-image: url(../img/close.png);cursor:pointer;}

/* 引导页 */
.Guide{width: 100vw;height: 100vh;float: left;position: relative;overflow: hidden;}
.Guide>img{width: 100vw; /* 视口宽度100% */height: 100vh;object-fit: cover; object-position: center center;transition: all .5s;display: block;}
.Guide>a{position: absolute;top:36px;left:50%;transform: translateX(-50%);}
.Guide_menu{position: absolute;left:34px;top:50%;transform: translateY(-50%);}
.Guide_menu a{font-size: 14px;color:#cdcdcd;line-height: 30px;display: block;transition-duration: .2s;margin-top:4px;}


/* 引导页 */
.Guide_g{width: 100vw;height: 100vh;float: left;position: relative;overflow: hidden;background: url(../img/home.jpg) no-repeat center;background-size:cover;}
.Guide_g>a{position: absolute;top:36px;left:50%;transform: translateX(-50%);}
.Guide_g_menu{position: absolute;left:34px;top:50%;transform: translateY(-50%);}
.Guide_g_menu a{font-size: 14px;color:#cdcdcd;line-height: 30px;display: block;transition-duration: .2s;margin-top:4px;}

.Guide_mid{width: 1126px;height:677px;position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);}
.Guide_mid li{width: 29.3%;height: 56.6%;float: left;margin-left:1%;overflow: hidden;position: relative;background-image: url(../img/xian.png);background-size: cover;padding:1px; transition: transform 0.3s ease;}
.Guide_mid li a{display: block;height: 100%;clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);overflow: hidden;}
.Guide_mid li a img{width: 100%; height: 100%;object-fit: cover; display: block;}
.Guide_mid li:nth-child(2),.Guide_mid li:nth-child(4){margin-left:-10%;}
.Guide_mid li:nth-child(4){position: relative;z-index: -1;}
.Guide_mid li:nth-child(5){margin-left:5.4%;margin-top:-7.6%;}
.Guide_mid li:nth-child(6),.Guide_mid li:nth-child(7){margin-top:-7.7%;}

/* 个人中心 */
.Person_c_t{padding:56px 64px 56px 200px;border:1px solid #ededed;width: 100%;float: left;position: relative;height: 228px;border-radius:8px;}
.Person_c_t>i{position: absolute;left:64px;top:56px;width:100px;height:100px;border-radius:50%;overflow:hidden;}
.Person_c_t dl{display: block;overflow: hidden;margin-top:10px;}
.Person_c_t dl dt span{font-size: 30px;color:#1b1b1b;}
.Person_c_t dl dt i{padding:0 10px;line-height: 26px;margin:0 10px 0 14px;border-radius:20px;font-size: 18px;color:#ac835a;background: linear-gradient(135deg, #f4be68, #ffdf9e);display: inline-block;text-align: center;}
.Person_c_t dl dt p{font-size: 15px;color:#9f9f9f;display: inline;}
.Person_c_t dl dd{margin-top:10px;}
.Person_c_t dl dd p{display: inline;font-size: 14px;color:#9f9f9f;margin-left:16px;}
.Person_c_t dl dd p a{color:#224469;margin-left: 20px;}
.Person_c_t dl dd p:after{content: '|';margin-left: 20px;}
.Person_c_t dl dd p:last-child:after{display: none;}
.Person_c_t dl dd p:first-child{margin-left: 0;}
.Person_c_t>a{position: absolute;right:36px;bottom:56px;width:130px;line-height: 40px;background-color: #fbfbfb;border-radius:30px;border:1px solid #ededed;text-align:center;font-size: 16px;}

.per_tit{font-size: 24px;color:#010101;font-weight: bold;padding-bottom:30px;border-bottom:1px solid #ededed;margin-top:50px;}
.per_infor{margin-top:46px;border-top:1px solid #ededed;font-size: 16px;}
.per_infor table{border-collapse: collapse;border-spacing: 0;width: 100%;border-left:1px solid #ededed;}
.per_infor table td{border-right:1px solid #ededed;border-bottom: 1px solid #ededed;padding:14px 20px 14px 48px;color:#adadad;font-weight: bold;}
.per_infor table td:nth-child(2n+1){background-color: #fafafa;color:#383838;}


@media screen and (min-width:1025px){
.Sign a:hover,.forget a:hover{text-decoration: underline;transition-duration: .5s;}
.btn-login{text-align:center;}
.btn-login:hover{text-decoration: underline;transition-duration: .5s;}
.header .head_r .nav a:hover,.title a:hover{color:#f4be68;}
.header .head_r>a:hover{text-decoration: underline;}
.per_list a:hover{color:#fff;background-color: #224469;}
.Upgrade a:hover{text-decoration: underline;}
.person_nav a:hover{color:#242424}
.person_nav a:hover:after{width: 100%;background-color: var(--color1);}
.per_li_t:hover span{bottom:20px;transition-duration: .5s;}
.page li:hover a:after,.page li:hover a:before{width: 100%;background-color: var(--color1);}
.page li:hover a{color: var(--color1);}
.footer_t dl dd a:hover{color:#fff;}
.Test ul li a:hover span,.news_ul li a:hover span{color:#f4be68;}
.contact_center dl dd div a:hover{background-color: #f4be68;border-color:#f4be68;}
.photo_m div a:hover{font-size: 20px;color:#242424;}
.Time_banner dl dd a:hover{background-color:#f4be68 ;}
.Time_tit dl dd a:hover{background-color: #224469;color:#fff;}
.Time_tit dl:nth-child(2) dd  a:hover{background-color: #f1f1f4;color:#1a1a1a;}
.grid-item:hover img {transform: scale(1.03);}
.grid-item:hover p {bottom: 60px;}
.mem_open a:hover{background-color:#224469 ;color:#fff;}
.Member_r_m li:last-child div a:hover{text-decoration: underline;}
.fixed_mid>dl dd span:hover{color:#fff;background-color: #224469;border-color:#224469;}
.fixed_en dl dd span:hover{background-color: #fff;color:#224469;}
.fixed_en dl dd span:hover i .hide{display: block;}
.fixed_en dl dd span:hover i .show{display: none;}
.news_nav a:hover,.news_xq_rbot dd a:hover{background-color: #f4be68;}
.news_xq_rtop dd a:hover{color:#f4be68;margin-left:14px;}
.news_xq_rtop dd a:hover:before{background-color:#f4be68;}
.grid-it:hover img {transform: scale(1.03);}
.grid-it:hover p {bottom: 60px;}
.publish_a a:hover{background-color: #224469;color:#fff;}
.index_tab_n a:hover:after{opacity: 1;}
.index_tab_n a:hover{color:#000;}
.grid_in:hover a p {bottom: 60px;}
.more a:hover,.index_about dl dd  a:hover{background-color: #f4be68;}
.index_about dl dd  a:hover:after{margin-left:26px;}
.index_photo ul li dl dd a:hover{font-size: 20px;}
.Guide_menu a:hover{font-style: italic;font-weight: bold;}
.Guide:hover>img{transform: scale(1.08);width: 100%;}
.photo_xq_t .mySwiper0 .swiper-slide:hover img{transform: scale(1.08);}
.Guide_g_menu a:hover{font-style: italic;font-weight: bold;}
.Guide_mid li:hover a img {transform: scale(1.05); transition: transform 0.3s ease; }
.Guide_mid li:hover{background-image: url(../img/xian0.png);}
.Guide_mid li:nth-child(1),.Guide_mid li:nth-child(4){background-image: url(../img/xian.png);}
.Person_c_t>a:hover{background-color: #f4be68;color:#fff;}
}

@media screen and (max-width:1600px){
   .w1770,.bannerInner .mySwiper{width:1440px;}
   .p18{font-size: 16px;}
   .bannerInner .home_txt span{font-size: 60px;}
   .bannerInner .home_txt p{font-size: 40px;letter-spacing: 2px;}
   .bannerInner .mySwiper .swiper-slide:before{width:322px;left:198px;}
   .bannerInner .mySwiper .swiper-slide{font-size: 12px;}
   .bannerInner .mySwiper{bottom:0.3rem;}
   .Test_tit h1,.p60,.Cooper_l span,.contact_center dl dt{font-size: 36px;}
   .Test_tit p,.Test ul li a p,.index_tab_n a,.about_tit i{font-size: 16px;}
   .Test ul li{padding:0 14px;}
   .Test ul li a span{font-size: 20px;margin-top:14px;}
   .Test ul li a div{padding-top:48px;}
   .Test ul li a div{margin-top:28px;}
   .Test ul{padding:48px 0;}
   .index,.about_tit{margin-top:54px;}
   .index_tab_clist{gap:18px;}
   .footer_t{padding:60px 0;}
   .footer_e{padding-bottom:60px;}
   .footer_t dl:nth-child(1),.footer_t dl:nth-child(3){padding-right:1%;}
   .footer_t dl dd p, .footer_t dl dd p a{font-size: 14px;}
   .footer_t dl dt{padding-bottom: 18px;}
   .footer_t dl dt a,.contact_me ul li div span{font-size: 20px;}
   .footer_t dl:nth-child(4) dd p:last-child{margin-top:16px;}
   .w1540{width: 1200px;}
   .about_us_m>i,.Cooper_l{width: 50%;}
   .about_us_m>div,.Cooper_r{width:50%;padding-left: 70px;margin:0;}
   .about_us_m>div p{font-size: 20px;line-height: 40px;}
   .about_us_m{margin-top:30px;}
   .Cooper_l p strong{font-size: 30px;}
   .Cooperator{padding:54px 0;}
   .Cooper_r a{height: 112px;}
   .Cooper_l{padding-top: 0.4rem;}
   .Cooperator{margin-bottom: 54px;}
   .contact_me ul{width:100%;margin-top:28px;padding:0 5%;}
   .contact_me ul li{width:30%;margin:0 1%;}
   .contact_me ul li div p{font-size: 15px;line-height: 26px;height:52px;}
   .w1440{width: 1178px;}
   .Member_r_t li {margin: 34px 40px auto 40px;}
   .Member_r_t li:after{right:-130px;}
   .Member_r_m li{width:574px;height: 246px;}
   .Member_r_m li dl dt{font-size: 24px;}
   .Member_r_m li dl dd{font-size: 16px;line-height: 32px;}
   .Member_r_m li dl dd:before{top:9px;}
   .Member_r_m li dl {padding: 46px 0 0 56px;}
   .Member_r_m li:last-child div a{font-size: 16px;line-height: 44px;}
   .Member_r_m li:last-child div p{font-size: 16px;}
   .Member_r_m li:last-child div p i{font-size: 30px;}
   .Member_r_m li:last-child div{bottom:13px;}
   .news{margin-top:54px;}
   .news_ul li a span{font-size: 20px;}
   .news_ul li a p{font-size: 14px;}
   .news_xq_left{width:960px;}
   .news_xq_right{width: 380px;}
   .news_xq_rbot dd a {line-height: 36px;font-size: 16px;margin:8px 8px 0 0;}
   .news_xq_rtop dd a{line-height: 34px;}
   .news_xq_rbot{margin-top:36px;}
   .news_xq_left h1{font-size: 30px;line-height: 40px;}
   .news_xq_left p{font-size: 16px;}
   .news_xq_left>div p{font-size: 18px;}
   .Upgrade{padding:20px;}
   .Time_banner dl dt h3{font-size: 40px;}
   .Time_banner dl dt p,.Time_tit dl dd a{font-size: 16px;}
   .Time_tit dl{padding-left: 68px;}
   .Time_tit dl dd a{padding:0 30px;}
   .publish_right dl dd input,.publish_select div{font-size: 17px;height: 66px;}
   .publish-textarea{font-size: 16px;}
   .publish_a a{font-size: 20px;line-height: 66px;height:66px;}
   .publish_right dl dd i{line-height: 66px;}
   .publish_right dl dt{font-size: 18px;}
    .Guide_mid{width: 900px;height:541px;}
}
@media screen and (max-width:1440px){
   .w1770,.bannerInner .mySwiper{width:1200px;}
   .bannerInner .mySwiper .swiper-slide:before{width:250px;left:175px;}
   .bannerInner .mySwiper .swiper-slide{font-size: 12px;}
   .bannerInner .mySwiper{bottom:0.3rem;}
   .index_tab_clist{gap:14px;}
   .more{margin:20px 0 60px 0;}
   .more a{width:240px;line-height: 50px;font-size: 16px;}
   .index_about dl:before{width:110px;height:82px;}
   .index_about dl{width:80%;padding-left:210px;}
   .index_about dl dd p{font-size: 18px;}
   .index_about dl dd a {line-height: 50px; width: 216px;margin-top: 40px;}
   .index_about { margin: 30px 0 70px 0;}
   .index_photo ul li dl dt{font-size: 24px;}
   .index_photo ul li dl dd p{font-size: 16px;}
   .index_photo ul li dl dd a {width: 118px;line-height: 34px; font-size: 15px;}
   .index_photo ul li dl{left:40px;}
   .index_photo ul li>p{font-size: 14px;right:40px;}
   .index_photo ul li dl dd a:hover{font-size: 16px;}
   .index_contact_logo a {width: calc((100% - .15rem * 5) / 6) !important;margin: 0 .15rem .15rem 0 !important;}
   .contact_logo{margin-top:34px;}
   .contact_team{padding-top:66px;}
   .about_us_m>div p{font-size:22px;line-height:36px;margin-bottom:35px;}
   .Cooper_l p{font-size: 18px;line-height:30px;}
   .Cooper_r a{height: 100px;}
   .Cooper_r a img{max-width: 60%;}
   .contact_me{padding:54px 0;}
   .contact_me ul li>p{width:60px;left:15px;top:26px;}
   .contact_me ul li{padding:26px 26px 26px 106px;}
   .contact_me ul li div p{font-size: 14px;}
   .contact_center{height: 450px;}
   .contact_center dl{width: 1000px;}
   .contact_center dl dd p{font-size: 18px;line-height: 32px;}
   .contact_logo1{margin-top:10px;}
   .form-group label,.form-group label{font-size: 18px;}
   .form-area .desc,.form-group input{font-size: 16px;}
   .form-group .code input{width:70%;}
   .Sign {font-size: 18px;margin-top:30px;}
   .characters{width: 400px;height:379px;}
   .eye{width:18px;height:18px;}
   .eye::after{width:6px;height: 6px;}
   .form-group input{padding:10px 16px;}
   .w1440{width: 986px;}
   .Member_r_m li{width: 480px;height: 206px;}
   .Member_r_m li dl {padding: 42px 0 0 30px;}
   .Member_r_m li dl dd{font-size: 14px;line-height: 26px;}
   .Member_r_m li dl dt{padding-bottom:6px;}
   .Member_tit h2 span{padding:0 200px;}
   .Member_tit h2 span:before{left:-114px;}
   .Member_tit h2 span:after{right:-114px;}
   .fixed_m_t strong,.fixed_m dl dd{font-size: 24px;}
   .fixed_m dl dd i,.fixed_m_t strong i{font-size: 14px;}
   .fixed_mid{padding:30px 60px;height: auto;}
   .fixed_e_c p{width:134px;}
   .news_ul li a{line-height: 32px;}
   .news_ul li a p{margin:0.15rem 0;}
   .news_ul li a i{font-size: 12px;}
   .news_nav{margin-top:20px;}
   .news_nav a{width: 198px;line-height: 48px;height:48px;}
   .news_ul li {width: calc((100% - 1rem * 2) / 3);margin: 0.6rem 1rem 0 0;}
   .news_xq_left{width: 760px;}
   .news_xq{padding-top:42px;}
   .photo_t dl dt span{font-size: 26px;}
   .Time_banner dl dd input{font-size: 15px;}
   .publish_right dl,.publish_a{padding-left:0.8rem;}
   .publish_right dl dd,.publish_a{padding-right: 2.5rem;}
   .publish_right dl dd i{width: 2rem;padding: 0;font-size: 12px;}
   .Guide_mid{width:700px;height: 421px;}
   .Person_c_t dl dt span{font-size: 24px;}
   .Person_c_t dl dt i{font-size: 14px;}
   .Person_c_t dl dt p{font-size: 13px;}
   .Person_c_t>a{font-size: 14px;}
   .per_tit{font-size: 18px;}
   .per_infor{font-size: 15px;}
   .per_list a {padding: 12px 26px;}
}
@media screen and (max-width:1366px){
 .header{height: 0.9rem;line-height: 0.9rem;}
 .header .head_r .nav a{margin-right: 0.4rem;font-size: 15px;}
 .header .head_r>a{width:1.4rem;line-height: 0.4rem;height:0.4rem;font-size: 15px;}
 .Test_tit h1,.p60, .Cooper_l span,.contact_center dl dt{font-size: 30px;}
 .Test_tit p, .Test ul li a p, .index_tab_n a,.Test_tit p{font-size: 14px;}
 .Cooper_l p strong{font-size: 24px;}
 .Test_tit p,.about_us_m>div p,.Cooper_l p,.Test_tit p, .Test ul li a p, .index_tab_n a, .about_tit i{line-height:30px;font-size: 14px;}
 .Cooper_l p{padding-right:0;}
 .Test ul li a p{line-height: 24px;height:72px;}
 .Test ul li a span{font-size: 18px;}
 .Test ul li a div:before{width:34px;height: 24px;}
 .Test ul li a div{margin-top:20px;padding-top:44px;}
 .grid_in a p{bottom:14px;left: 26px;font-size: 16px;}
 .grid_in a:hover p{bottom: 30px;}
 .more{margin:0 0 60px 0;}
 .index_about dl dt{font-size: 30px;}
 .index_about dl dd p{font-size: 16px;line-height:32px;}
 .index_about {margin: 20px 0 60px 0;}
 .index_about dl dd a { line-height: 44px; width: 190px;font-size: 14px;}
 .index_photo ul li dl dt{font-size: 20px;}
 .index_photo ul li dl dd p{font-size: 14px;line-height: 32px;}
 .index_photo ul li dl dd a{font-size: 14px;}
 .index_photo ul li dl dd a:hover{font-size: 16px;}
 .contact_team{padding-top:60px;}
 .footer_t dl dt{font-size: 16px;}
 .footer_t dl dd a{font-size: 14px;line-height: 26px;margin-bottom: 2px;}
 .footer_t dl dd p, .footer_t dl dd p a{line-height: 26px;}
 .footer_e p{font-size: 14px;}
 .footer_e{padding:20px 0 40px 0;}
 .footer_t{padding:40px 0;}
 .contact_center dl dd p{font-size: 16px;}
 .contact_center dl dd div a{width:190px;line-height: 46px;font-size: 16px;}
 .Member_tit h2 span{font-size: 28px;}
 .Member_tit div p{font-size: 16px;line-height: 32px;}
 .Member_tit{margin-top:40px;}
 .p17 {font-size: 16px;}
 .per_list a{padding:12px 16px;}
 .Member_r_t{height: 160px;}
 .Member_r_t li {margin: 28px 40px auto 40px;}
 .news_ul li a span{font-size: 18px;}
}
@media screen and (max-width:1200px){
 .w1770,.w1540{width:90%;}
 .about_us .w1770, .Cooperator .w1770{padding:0 !important;}
 .Cooper_l p{padding-right:0;}
 .index_tab_n a{margin:0 10px;}
 .index_photo ul li dl{width:50%;}
 .header{padding:0 0.4rem;}
 .bannerInner .mySwiper{width:700px;}
 .bannerInner .mySwiper .swiper-slide:before{width: 148px;left: 102px;}
 .about_us_m>i{width:100%;padding:0 10%;}
 .about_us_m>div{width:100%;padding:0;margin-top:30px;}
  .Cooper_r{display: none;}
  .Cooper_l{width:100%;padding-top:0;}
  .contact_me ul{width:100%;padding:0;}
  .contact_center dl{width: 90%;}
  .forget a{width:85px;margin-top:10px;}
  .Upgrade{display: none;}
  .person_left{width:100%;margin-bottom:20px;}
  .per_list a{display: inline-block;}
  .w1440{width: 100%;}
  .Member_r_m li{background: linear-gradient(#f5f5f5, #999999);width:49%;border-radius:8px;}
   .Member_r_m li:last-child{background:linear-gradient(#fff9c4, #ffe082);}
   .Member_r_m li:last-child div{right:20px;}
   .news_xq_right,.news_xq_left{width: 100%;}
   .news_xq_rbot{display: none;}
   .news_xq_rtop{text-align: center;}
   .news_xq_rtop dd a{padding:0;width: 50%;margin:0;float: left;}
   .news_xq_rtop dd a:before{display: none;}
   .news_xq_rtop dd a.cur{margin-left: 0;}
   .news_xq{padding-top:30px;}
   .news_xq_left{margin-top:30px;}
   .person_right{width: 100%;}
  .header>a{width: 152px;}
   .header .head_r .nav a{font-size: 13px;margin-right:0.1rem;}
   .header_time .head_r>a{font-size: 12px !important;}
   .Time_tit dl dd a{margin:2px;}
   .grid-gallery{gap:10px;}
   .grid-item p{left:10px;bottom:10px;}
}
@media screen and (max-width:1023px){
 .Member_r_t li{width:33.3%;padding:0 1%;margin:0;float: left;}
   .Member_r_t li:after{display: none;}
   .Member_r_t{height:auto;padding:30px 0;}
   .Member_r_m li{width:100%;margin:5px 0;}
   .Member_tit h2 span:before,.Member_tit h2 span:after{display: none;}
   .Member_tit h2 span{padding:0;}
   .Member_r_m li:last-child div{width:98px;}
   .Member_r_m li:last-child div a{font-size: 14px;line-height: 32px;}
   .Member_r_m li:last-child div p{font-size: 16px;}
   .Member_r_m li:last-child div p i{font-size: 20px;}
   .Time_banner dl{width: 80%;}
   .Time_banner dl dt p{display: none;}
   .Time_banner dl dd{margin-top:18px;}
   .Time_tit{padding-top:20px;}
   .Time_tit dl{margin-top:10px;}
   .photo_xq_tright dl dt{font-size: 18px;line-height: 32px;}
}
@media screen and (max-width:900px){
  .header .head_r .nav a{margin-right: 0.2rem;}
  .index_photo ul li>p{display: none;}
  .index_photo ul li dl{width:90%;left:5%;}
  .footer_t dl{width:50%;padding:0 !important;margin:10px 0;}
  .footer_t dl:nth-child(2n){float: right;padding-left: 2% !important;}
  .bannerInner .home_txt span{font-size: 30px;}
  .bannerInner .home_txt p{font-size:12px;}
  .contact_me ul li{width:100%;margin:10px 0;}
  .contact_me ul{margin-top:14px;}
  .contact_logo a {width: calc((100% - .2rem * 4) / 5);margin: .1rem .2rem .1rem 0;}
  .illustration-area{display: none;}
  .logo1{background-color: #224469;text-align:center;width:100%;left:0;right:0;top:0;padding:20px;height: auto;height:90px;line-height: 90px;}
  .logo1 img{display: inline-block;height:50px;}
  .form-area{width:100%;display: block;margin-top:120px;}
  .form-area h1,.form-area .desc{text-align:center;}
  .btn-login{width: 100%;float: left;margin-top:30px;}
  .Sign{float: left;margin-top:20px;}
  .fixed_mid{width:90%;padding:30px;}
  .fixed_mid>dl, .fixed_m dl, .fixed_en dl{padding:0;}
  .fixed_mid>dl dt, .fixed_m dl dt, .fixed_en dl dt{position: static;display: block;}
  .fixed_mid>dl dd span{padding:0 10px;margin-right: 2px;}
  .fixed_m_t{width:100%;margin:16px 0 0 0;}
  .fixed_e_c p{margin-left: 0;}
  .fixed_en{margin-top:0;}
  .fixed_mid em{right:18px;top:18px;}
  .fixed_e_c p{width: 110px;}
  .title {padding: 20px 0 20px 32px;}
  .Member_right{width: 100%;}
  .news_ul li {width:49%;margin:40px 0 0 0;}
  .news_ul li:nth-child(2n){float: right;}
  .news_ul{margin-bottom:20px;}
   .news_xq_left h1{font-size: 16px;line-height: 32px;}
   .news_xq_left p{font-size: 14px;line-height:28px;}
   .news_xq_left>div p{font-size: 16px;}
   .per_li_e p{padding-right: 0;width:44%;}
   .per_li_e i{position: static;display: block;}
   .per_li_e .work-checkbox{margin-right:3px;}
   .photo_xq_m ul li a p i{width: 100%;}
   .photo_xq_m ul li a p{line-height: 24px;margin-top:14px;}
   .photo_t dl dd{width:94px;height:94px;left:42px;top:0;}
   .photo_t dl {padding: 0 60px 0 170px;margin:30px 0;min-height: 94px;}
   .Time_banner dl dt h3{font-size: 26px;}
   .Time_banner dl dd{height: 50px;padding: 0 50px 0px 80px;}
   .Time_banner dl dd >div{left:10px;padding-right:14px;}
   .Time_banner dl dd a{width: 30px;height: 30px;background:url(../img/ico07.png) no-repeat center #224469;top:10px;right:4px;}
   .Time_banner dl dd input{font-size: 12px;}
   .Time_banner dl dt p, .Time_tit dl dd a {font-size: 14px;line-height: 32px;}
   .Time_tit1_d{width: 100%;margin-top:20px;}
   .Time_tit1_d select{padding:0 4px;margin:0;width: 32%;margin-right: 2%;}
   .Time_tit1_d select:last-child{margin-right: 0;}
   .grid-item p{font-size: 12px;}
   .Time_tit1{margin-top:24px;}
   .publish_right>span{font-size: 26px;}
   .publish_right dl,.publish_a{padding:0;}
   .publish_right dl dt{position: static;display: block;}
   .publish_right dl dd,.publish_a{padding-right: 0;}
   .publish_right dl dd i{position: static;line-height: inherit;}
   .publish_right dl dd input, .publish_select div{font-size: 14px;height:48px;line-height:inherit;}
   .publish_right dl dd input#code{width:50%;margin-right:10px;}
   .publish_right dl dt{line-height:inherit;margin:10px 0;}
   .publish_right dl,.publish_a{margin-top:10px;}
   .delete-btn{width:20px;height:20px;background-size:contain;right:10px;bottom:10px;}
   .publish_right dl dd input, .publish_select div{padding:0 10px;}
   .publish_select div select{padding:0;}
   .publish_select div:after{right:10px;content:url(../img/ico013.png);}
   .publish_sum>div{margin-bottom: 14px;}
   .publish-box{padding:16px;}
   .publish_a a{height: 48px;line-height: 48px;font-size: 16px;}
   .add-btn::after{width:21px;height:21px;}
   .mem_open a{padding:0;display: block;text-align:center;}
   .mem_open{top:64px;}
   .photo_xq_tleft,.photo_xq_tright{width: 100%;}
   .photo_xq_tright{margin-top:30px;}
   .Guide_mid{width:400px;height: 240px;}
   .Person_c_t{padding:30px 30px 90px 130px;}
   .Person_c_t>i{width: 80px;height: 80px;left:30px;top:30px;}
   .Person_c_t dl{margin-top:4px;}
   .Person_c_t{height: auto;min-height: 160px;}
   .Person_c_t>a{right:30px;bottom:30px;}
   .per_tit,.per_infor{margin-top:30px;}
   .per_li_t i{right:10px;top:10px;}
}
@media screen and (max-width:720px){
  .header>a{width:160px;}
  .header { padding: 0 0.2rem;height:0.8rem;line-height: 0.8rem;}
  .header .head_r .nav{position:fixed;right:-100%;width:200px;background-color:#224469;top:0;bottom:0;z-index:666;padding-top:80px;display:block;}
  .header .head_r .nav a{display: block;margin:10px 0;line-height: 40px;padding: 0 20px;}
  .header .head_r .nav a::after{content: '>';float: right;color:#fff;}
  .header .head_r>a{font-size: 12px;width:auto;padding:0 10px;line-height: 24px;height: auto;}
  .header .head_r{margin-right: 50px;}
  .bannerInner .mySwiper{bottom:10px;width:100px;}
  .bannerInner .mySwiper .swiper-slide{font-size: 0;}
  .bannerInner .mySwiper .swiper-slide:before{display: none;}
  .bannerInner .swiper-slide a{height: 300px;}
  .Test_tit h1,.index_about dl dt,.Test_tit h1, .p60, .Cooper_l span{font-size: 26px;}
  .Test ul li{width:48.5%;padding:0;margin-top:20px;}
  .Test ul li:nth-child(2n){float: right;}
  .Test ul li a div:before{width:24px;height: 17px;}
  .Test ul li a div {margin-top: 10px;padding-top: 20px;}
  .Test ul li a span{font-size: 16px;margin-top:6px;}
  .Test ul{padding:0;}
  .index{margin-top:30px}
  .index1 ul li a em img{height: 20px;}
  .index_tab{margin-top:30px;}
  .index_tab_n a{width:25%;margin:0;padding:10px;float: left;}
  .index_tab_n{margin-top: 10px;}
  .index_about dl{width:90%;padding:20px 0 0 0;}
  .index_about dl:before{display: none;}
  .index_about dl dd{padding-top:10px;}
  .index_about dl dd a{width:100%;margin-top: 24px;}
  .index_about {margin: 0px 0 40px 0;}
  .index_photo ul li{width:100%;margin:5px 0;}
  .contact_team{padding-top:30px;}
  .index_contact_logo a {width: calc((100% - .1rem * 2) / 3) !important; margin: 0 .1rem .1rem 0 !important;}
  .index_contact_logo a:nth-of-type(3n){margin-right:0 !important};
  .contact_logo{margin-top:24px;}
  .footer{margin-top: 30px;}
  .footer_t dl:nth-child(2){display: none;}
  .footer_t dl{width: 100% !important;}
  .footer_e p{width: 100%;margin:2px 0;}
  .index_tab_clist {gap: 2px;}
 .index_tab_clist{margin:10px 0 20px 0;}
 .more a{width:120px;font-size: 14px;line-height: 38px;}
 .more{margin:0;}
 .index_photo ul li{height: 190px;}
 .index_photo ul li dl dd a{margin-top:10px;}
 .menu-handler{width:.44rem;height:.58rem;cursor:pointer;position:fixed;z-index:9999;display:block;justify-self:flex-end;right:0.1rem;top:12px;}
 .menu-handler .burger{width:.24rem;height:2px;display:block;position:absolute;z-index:5;top:.19rem;left:50%;margin:1px 0px 0px -.12rem;-webkit-transform-origin:center;transform-origin:center;background:#fff;}
 .menu-handler.active span,.header.curs .menu-handler span{background-color: #fff;}
 .menu-handler .burger-2{top:.27rem}
 .menu-handler .burger-3{top:.34rem}
 .menu-handler.active .burger-1{top:.27rem;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}
 .menu-handler.active .burger-2{opacity:0;}
 .menu-handler.active .burger-3{top:.27rem;-webkit-transform:rotate(45deg);transform:rotate(45deg)}
 .about_us_m,.about_us_m>div{margin-top: 20px;}
 .Cooperator{padding:0 0 40px 0;}
 .Cooper_l em{font-size: 18px;line-height: 32px;margin-top:10px;}
 .Cooper_l p{margin-top:12px;}
 .Cooperator{margin-bottom:30px;}
 .about_banner{height: 260px;}
 .about_banner img{width:auto;max-width: 100vh;}
 .contact_me{padding:30px 0;}
 .contact_me ul li {padding: 26px 26px 26px 96px;}
 .contact_me ul li img{width: 50px;}
 .Creator{width:100%;}
 .contact_center{height: auto;padding:40px 0;}
 .contact_center dl{position: static;transform:inherit;width:100%;padding:0 5%;}
 .contact_center dl dd p{margin:16px 0 0 0;}
 .contact_center dl dd div{margin-top: 10px;}
 .contact_center dl dd div a{margin-top:10px;}
 .Member_r_t li i{width:40px;height: 40px;line-height: 40px;}
 .Member_r_t li i img{height: 20px;}
 .Member_r_t li span{font-size: 16px;}
 .Member_r_t li p{font-size: 12px;line-height: 26px;}
 .Member_tit h2{font-size: 26px;}
 .Member_tit div{padding:0;margin-top:14px;}
 .Member_tit{margin-top:28px;}
 .Member_img li{padding:10px;}
 .Member_img li span{font-size: 14px;margin-top:10px;}
 .Member_img{margin-top:20px;}
 .Member_tit p{font-size: 14px;line-height: 32px;}
 .header_mem_r>i{width:35px;height:35px;}
 .header_mem_r span{font-size: 12px;padding:0 14px;}
 .header_mem_r{padding-left:34px;}
 .header .head_r{margin-right:34px;}
 .news_nav a{width: auto;padding:0 10px;margin:0 2px;font-size: 14px;}
 .news_ul li{width: 100%;margin:40px 0 0 0;}
 .page li{margin:0 2px;}
 .about_tit,.news{margin-top:20px}
 .person_r_t{display:block;}
 .person_r_t .right{width:100%;margin-top:20px;display:block;}
 .person_r_t .right .search{width: 100%;margin-top:12px;}
 .person_r_t div{width: 100%;margin-top:10px;}
 .person_nav a{margin-right:10px;}
 .person_list>a{width:49%;margin:20px 0 0 0;}
 .person_list>a:nth-child(2n){float: right;}
 .per_li_e{margin-top:8px;}
 .person_list{margin-top:0.1rem;}
 .p18{font-size: 14px;}
 .photo_xq_tit a{line-height: 26px;font-size: 14px;}
 .photo_xq_tit {background: url(../img/photo_xq_ico1.png) no-repeat 0 3px;}
 .photo_xq_m ul li{width: 49%;margin:20px 0 0 0;}
 .photo_xq_m ul li:nth-child(2n){float: right;}
 .photo_xq_m{margin-top:30px;}
 .photo_xq_m>span i{font-size: 12px;margin-top:6px;}
 .grid{gap: 4px;margin: 20px 0 0 0;}
  .photo_t dl {padding: 0 0px 0 90px;}
  .photo_t dl dd{width: 70px;height:70px;left:0;}
  .photo_t dl dt span{font-size: 22px;padding-top:0;}
  .photo_m div a{margin-right: 14px;}
  .photo_m p i{margin-left:2px;}
  .photo_m p{font-size: 12px;}
  .grid-gallery {gap:4px;margin:30px 0 14px 0;}
  .contact_center dl dd div a{width:48%;float: left;margin:0;}
  .contact_center dl dd div a:nth-child(2n){float: right;}
}
@media screen and (max-width:500px){
    .contact_logo a { width: calc((100% - .2rem * 2) / 3);margin: .1rem .2rem .1rem 0;}
    .contact_logo a:nth-of-type(3n){margin-right: 0;}
    .contact_logo a:nth-of-type(5n){margin-right:0.2rem;}
    .contact_logo a:last-child{margin-right: 0;}
    .header>a{width: 134px;}
    .Time_tit dl dd a{width:49%;margin:10px 0 0 0;text-align:center;}
    .Time_tit dl dd a:nth-child(2n){float: right;}
    .grid_in{width: 100% !important;float: left !important;margin:10px 0 0 0 !important;grid-row: inherit;grid-column:inherit;}
    .grid_in a p{font-size: 16px;}
    .index_tab_clist {margin: 0px 0 30px 0;}
    .about_us_m>i{padding:0;}
    .Member_r_t li{width: 100%;padding:10px 5%;}
    .Member_r_t{background-image:none;background: linear-gradient(135deg, #224469, #4477AA);}
    .Member_r_t li i img{height:auto;}
    .Member_r_t li i{width:60px;height: 60px;line-height: 60px;}
    .Member_r_t li span{font-size: 18px;margin-top:10px;}
    .Member_r_t li p{font-size: 14px;margin-top:10px;}
    .photo_xq_t .mySwiper1 .swiper-slide:after{width: 100px;height: 24px;}
    .photo_xq_t .mySwiper0 .swiper-slide{border:2px solid #fff;}
    .photo_xq_t .mySwiper0 .swiper-slide-thumb-active{border:2px solid #224469;}
    .photo_xq_tright dd{margin-top:0;}
    .photo_xq_tright>p{line-height: 50px;}
    .Guide_mid{width:300px;height: 180px;}
    .Guide_g_menu{left:5%;right:5%;transform:translate(0);top:112px;}
    .Guide_g_menu a{float: left;text-align:center;width:50%;}
    .Guide_g_menu a{font-size: 16px;}
    .Person_c_t dl dt i{width:auto;font-size: 12px;margin:0 0 4px 0;border-radius:4px;padding:0 4px;line-height: 20px;}
    .Person_c_t dl dt p{width: 100%;display: block;margin-top:6px;}
    .Person_c_t dl dd p{width: 100%;margin-left: 0 !important;}
    .Person_c_t>i{width: 60px;height: 60px;left:20px;}
    .Person_c_t {padding: 20px 20px 80px 103px;}
    .Person_c_t dl dt span{font-size: 18px;}
    .Person_c_t dl dd p a{margin-left:0;display:block;padding-top:10px;}
    .Person_c_t dl dd p:after{display: none;}
    .Person_c_t>a{width: 100px;line-height: 30px;font-size: 12px;right:20px;bottom:20px;}
    .per_infor table td{padding:10px;font-size: 14px;}
}
td {user-select:none;pointer-events:none;cursor:default;contenteditable:false !important;}