@charset "utf-8";

/*!

by Sean Lu 20221210

!!!请勿直接在c.css中修改内容

!!!请勿直接在c.css中修改内容

!!!请勿直接在c.css中修改内容

*/

/* 全局变量设置 */

:root {

  --color-main: #106afc;

  --color-white: #fff;

  --color-txt: #253554;

  --color-bg: #f5f5f5;

  --color-0: #000;

  --color-3: #333;

  --color-6: #666;

  --color-9: #999;

  --color-border: #dedede;



  --fsize-base: 14px;

  --fsize-large: calc(var(--fsize-base) * 1.25); // ~18px

  --fsize-txt: calc(var(--fsize-base) * 1.14); // ~16px

  --fsize-small: calc(var(--fsize-base) * 0.85); // ~12px



  --fsize-h1: calc(var(--fsize-base) * 2.6); // ~36px

  --fsize-h2: calc(var(--fsize-base) * 2.15); // ~30px

  --fsize-h3: calc(var(--fsize-base) * 1.7); // ~24px



  --gap-base: 16px;

  --gap-mini: calc(var(--gap-base) * 0.25); // ~4px

  --gap-small: calc(var(--gap-base) * 0.5); // ~8px

  --gap-large: calc(var(--gap-base) * 1.5); // ~24px

  --gap-h1: calc(var(--gap-base) * 5); // ~80px

  --gap-h2: calc(var(--gap-base) * 4); // ~64px

  --gap-h3: calc(var(--gap-base) * 3); // ~48px

  @media @md {

    --fsize-base: 12px;

    --gap-base: 12px;

  }

  @media @sm {

    --fsize-base: 12px;

    --gap-base: 6px;

  }

}

@bd: (max-width: 1860px);

@md: (max-width: 1440px);

@sm: (max-width: 800px);

// 20230805 取消全局动画过度后，使用.trans复用

.trans {

  transition: all 0.3s;

}





.wrapper {

    box-sizing: border-box;

    padding: 0 80px;

    margin: 0 auto;

}

.inbanner {

    height: 480px;

    background: url(../images/inbanner.jpg) no-repeat center;

    background-size: cover;

    color: #fff;

    position: relative; text-transform:uppercase;

}

.inbanner .insub {

    position: absolute;

    left: 0;

    width: 100%;

    height: 60px;

    bottom: 0;

    background: rgba(255, 255, 255, 0.1);

    border-top: 1px solid rgba(255, 255, 255, 0.3);

    backdrop-filter: blur(50px);

    -webkit-backdrop-filter: blur(50px);

}

.inbanner .wrapper {

    height: 100%;

    display: flex;

    align-items: center;

}

.inbanner::before {

    content: "";

    display: block;

    width: 100%;

    height: 100%;

    position: absolute;

    top: 0;

    left: 0;

    background: rgba(0,0,0,0.3)

}



.inbanner .wrapper {

    height: 100%;

    display: flex;

    align-items: center

}



.inbanner .insub {

    position: absolute;

    left: 0;

    width: 100%;

    height: 60px;

    bottom: 0;

    background: rgba(255,255,255,0.1);

    border-top: 1px solid rgba(255,255,255,0.3);

    backdrop-filter: blur(50px);

    -webkit-backdrop-filter: blur(50px)

}



.inbanner .insub .sul {

    height: 100%;

    display: flex

}



.inbanner .insub .sul .sli {

    height: 100%

}



.inbanner .insub .sul .sli .sa {

    height: 100%;

    display: flex;

    align-items: center;

    padding: 0 30px;

    font-size: 16px;

    white-space: nowrap;

    text-shadow: 1px 1px 1px #000;

    text-decoration: none;

    transition: all .3s

}



.inbanner .insub .sul .sli .sa:hover {

    background: rgba(255,255,255,0.2)

}



.inbanner .insub .sul .sli.on .sa {

    background: linear-gradient(180deg, #fb4c17 0%, rgba(251,76,23,0.3) 100%)

}



.inbanner .con {

    position: relative;

    padding-bottom: 30px

}



.inbanner .con .nam {

    font-family: "alishuhei";

    font-size:32px;

	font-weight:500;

	

}

#inc04 .inner h2.aos-init{ margin-bottom:40px; margin-top:30px; padding-bottom:30px; }

#inc04 .inner h3{ text-align:center; font-size:24px; color:#fff; margin-bottom:50px;}

.aboutbox_4304 { background:#222;}

.aboutbox_4304 .tit{

    padding: 70px 0;

	color:#fff;

}

	

.aboutbox_4304 .tit .en {

    font-size: 30px;

    font-weight: bold; font-family:"Marcellus", sans-serif; color:#fb4c17;

}



.aboutbox_4304 .tit .cn {

    font-size: 16px;

	margin-top:30px;

	line-height:32px;

}



.aboutbox_4304 .abg {

    margin: 20px 0;

    height: 30vw

}



.aboutbox_4304 .abg img {

    display: block;

    width: 100%;

    height: 100%;

    object-fit: cover

}



.aboutbox_4304 .content {

    display: flex;

    align-items: flex-start;

    justify-content: space-between

}





.aboutbox_4304 .content .numbox {

    flex: 2;

    margin-right: 70px;

    margin-top: -8vw;

    box-sizing: border-box;

    background: var(--color-bg);

    padding: 0 20px

}





.aboutbox_4304 .content .numbox .it {

    padding: 60px 0;

    border-bottom: 1px solid #ccc;

    display: flex;

    justify-content: space-between

}



.aboutbox_4304 .content .numbox .it:last-child {

    border-bottom: 0

}



.aboutbox_4304 .content .numbox .it .ih {

    display: flex;

    flex: 1

}



.aboutbox_4304 .content .numbox .it .ih .inf {

    display: flex;

    align-items: center;

    font-weight: bold;

    color: var(--color-3);

    line-height: .8

}



.aboutbox_4304 .content .numbox .it .ih .inf .num {

    font-size: 45px;

    color: #fb4c17;

    margin: 0 10px;

}





.aboutbox_4304 .content .numbox .it .ih .inf .tip {

    font-size: 16px; color:#000;

}



.aboutbox_4304 .content .numbox .it .ib {

    flex: 1;

    line-height: 36px;

    font-size: 16px;

    color: var(--color-3)

}



.aboutbox_4304 .content .numbox .it .ico svg {

    width: 38px;

}



.aboutbox_4304 .content .numbox .it .ico .cls1 {

    fill: #fb4c17;

    opacity: .3

}



.aboutbox_4304 .content .numbox .it .ico .cls2 {

    fill: #fb4c17;

}



.aboutbox_4304 .content .txtbox {

    flex: 3

}



.aboutbox_4304 .content .txtbox .tit0 {

    font-size: 30px;

    font-weight: bold;

    font-family: "Marcellus", sans-serif;

	color:#fb4c17;

	padding:30px 0;

    line-height: 1.6

}



.aboutbox_4304 .content .txtbox .txt {

    margin: 0 0 30px;

    color: var(--color-6);

    line-height: 1.6;

    font-size: var(--fsize-large)

}



.aboutbox_4304 .content .txtbox p {

    margin-bottom: var(--gap-large)

}



.aboutbox_4304 .content .txtbox p:last-child {

    margin-bottom: 0; color:#eee;

}



.mess ul {

    margin-bottom: 50px;

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    align-items: end;

    gap: 20px;

}

.mess ul li {

    position: relative;

}

.mess ul li .sh_input {

    width: 100%;

    height: 45px;

    line-height: 36px;

    padding-left: 70px;

    border: 0;

    border-bottom: 1px solid rgba(255, 255, 255, .3) !important;

    color: #fff;

    background-color: transparent;

    transition: all .4s;

    font-size: 15px;

    font-family: 'pretendard';

}

.mess ul li label {

    position: absolute;

    left: 11px;

    top: 8px;

    color: rgba(255, 255, 255, 0.9);

    font-size: 14px;

}

.mess ul + ul {

    margin-bottom: 0;

    grid-template-columns: repeat(1, 1fr);

}

.mess .prv_area {

    display: flex;

    align-items: center;

    justify-content: flex-end;

    padding: 6px 0 40px 0;

    font-size: 14px; color:#fff;

}

.mess .prv_area .ck_box{ margin-right:5px;}

.mess .prv_area #agree_link{ margin-right:5px;}

.mess .send {

    width: 100%;

    height: 66px;

    border: none;

    font-size: 15px;

    color: #fff;

    background: var(--primary);

    font-family: 'DM Serif Display';

    transition: all 0.2s;

}



.incul{ background:#222;}

.incul #inc04 .inner h2.aos-init{ margin-top:0; text-transform:uppercase; margin-bottom:0;}

.incul #inc04 .inner .sh_notice dl{ font-size:16px;}



.invideo{ background:#222; padding:50px 0; text-align:center;}
.invideo img{ max-width:1024px; width:100%;}



.incont{ background:#222;}

.incont01 .incont01_tit{ padding:50px; color:#999; font-size:16px;}

.incont01 .incont01_tit h2{ color:#fb4c17; font-size:32px;}

.incont02{ border-top:1px #999 solid;}

.incont02{ display:flex;}

.contp{ flex:1; border-right:1px #999 solid; padding:50px; color:#eee; font-size:16px; line-height:1.6;}

.contp ul{}

.contp ul li{display: flex; flex-wrap: wrap; margin-bottom:20px;}

.contp ul li .ico{ flex:1; min-width:80px;}

.contp ul li .ico img{ width:70px;}

.contp ul li .tt{ flex:7; padding-left:10px; font-size:16px; color:#eee;}

.contp ul li .tt span{ display:block; margin-bottom:5px; font-size:18px; font-weight:bold; color:#f5f5f5;}

.contp .sm{ display:flex; padding-top:20px;}

.contp .sm div{ margin-right:20px;}

.contp .sm img{ height:40px;}



.mess{ flex:1; padding:80px 50px;}



.inprowrap {

    background: #222 url(../img/dmg/zprobg.png) no-repeat center top;

    background-size: 100% auto;

    padding: 60px 0;

}

.inprowrap .wrapper {

    box-sizing: border-box !important;

    display: flex; align-items:start;

    column-gap: 80px;

}

.inprowrap .wrapper .sidex {

    width: 320px;

    min-height: 50vh;

}

.inprowrap .wrapper .sidex .hd {

    position: relative;

    display: flex;

    align-items: center;

    padding: 20px 0;

    border-bottom: 1px solid #eee;

}

.inprowrap .wrapper .sidex .hd .bg {

    display: none;

    position: absolute;

    top: 50%;

    left: 0;

    width: 70%;

    opacity: .2;

    transform: translateY(-50%);

}

.inprowrap .wrapper .sidex .hd .cn {

    position: relative;

    color: #fb4c17;

    font-size: 24px;

    font-weight: bold;

}

.inprowrap .wrapper .sidex .lis {

    padding: 30px 10px;

}

.inprowrap .wrapper .sidex .lis .lul .lli.on{ background:#fb4c17;}

.inprowrap .wrapper .sidex .lis .lul .lli:hover{ background:#333;}

.inprowrap .wrapper .sidex .lis .lul .lli.on .la{ border:1px #fb4c17 solid;}

.inprowrap .wrapper .sidex .lis .lul .lli:hover .la{ border:1px #333 solid;}

.inprowrap .wrapper .sidex .lis .lul .lli .la {

    display: flex;

    font-size: 16px;

    align-items: center;

    padding: 10px;

	margin-bottom:5px;

	border:1px #666 solid;

    column-gap: 5px;

    line-height: 1.6;

    text-decoration: none;

    transition: all .3s;

}

.inprowrap .wrapper .sidex .lis .lul .lli .la .ico {

    width: 12px;

    height: 12px;

}

.inprowrap .wrapper .sidex .lis .lul .lli .la .ico svg {

    display: block;

    width: 100%;

    height: 100%;

}

.inprowrap .wrapper .mainx {

    flex: 1;

    min-height: 50vh;

}

.proheadbox {

    background: #fb4c17;

    padding:30px 50px;

    display: flex;

    column-gap: 70px;

    align-items: center;

    border-radius: 20px;

    overflow: hidden;

}

.proheadbox .inf {

    flex: 1;

}

.proheadbox .inf .nam {

    font-size:36px;

    font-weight: bold;

    color: #fff;

    line-height: 1.2; margin-bottom:20px;

}

.proheadbox .inf .txt {

    font-size: 16px;

    line-height: 1.6;

    color: #fff;

    opacity: .8;

}

.proheadbox .img {

    flex: 1;

}

.proheadbox .img img {

    display: block;

    width: 100%;

    border-radius: 30px;

    overflow: hidden;

}

.prolist {

    margin-top:50px;

    display: grid;

    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 30px; color:#222; font-size:16px;

}

.prolist .item{position: relative; overflow:hidden;}

.prolist .item .ia {

    display: block;

    height: 100%;

}

.prolist .item .ia .mask {

    opacity: 0;

    position: absolute;

    left: 0;

    top: 0;

    z-index: 1;

    width: 100%;

    height: 100%;

    background: rgb(1, 1, 1);

    background: linear-gradient(0deg, rgba(1, 1, 1, 1) 0%, rgba(0, 0, 0, 0) 60%);

    transition: all .25s;

}

.prolist .item .ia:hover .mask {

  opacity: .8

}

.prolist .item .ia .img{

	width: 100%;

    

	}

.prolist .item .ia:hover .thum {

  transform: scale(1.1)

}

.prolist .item .ia .thum {

 width:100%;transition: all .6s;

}

.prolist .item .ia .inf {

    opacity: 0;

    position: absolute;

    z-index: 1;

    display: flex;

    justify-content: flex-end;

    width: 100%;

    height: 100%;

    padding: 0 0 15% 12%;

    flex-flow: column;

    font-weight: 500;

    color: #fff;

    transition: .6s;

}

.prolist .item .ia .inf .nam {

    padding-right: 35%;

    margin-bottom: 50px;

    font-size: 26px;

    line-height: 1.35;

    word-break: keep-all;

    font-family: var(--e-font);

}

.prolist .item .ia .inf .btt {

    overflow: hidden;

    position: relative;

    width: max-content;

    padding-right: 28px;

    font-size: 14px;

}



.prolist .item .ia .inf .btt img {

  position: absolute;

  right: 0;

  top: 9px;

  transition: all .2s

}

.prolist .item .ia .inf .btt img.on {

  right: 20px;

  opacity: 0

}

.prolist .item .ia:hover .inf {

  opacity: 1

}

.prolist .item .ia:hover img.off {

  right: -20px;

  opacity: 0

}

.prolist .item .ia:hover img.on {

  right: 0;

  opacity: 1

}

[data-aos=zoom-in] {

  transform: scale(.85)

}



.pihead { display: flex; flex-wrap: wrap; }

.pihead .pic { width: 400px; }

.pihead .pic img{ width:100%;}

.pihead .con { flex: 1; margin-left: 30px; line-height: 1.6; font-size: 14px; }

.pihead .con .nam { font-size: 24px; font-weight: bold; color: #fb4c17; line-height: 1.6; }

.pihead .con .sub { font-size: 18px; color: #eee; font-weight:bold; line-height: 1.6; }

.pihead .con .inf { color: #ddd; margin: 25px 0; border-top: 1px solid #666; border-bottom: 1px solid #666; padding: 25px 0; font-size:15px; line-height:1.8; }

.pihead .con .inf .it { margin-bottom: 20px; }

.pihead .con .inf .it:last-child { margin-bottom: 0; }

.pihead .con .btnn { margin: 0; font-size: 0; }

.pihead .con .btnn a { display: inline-block; line-height: 50px; border-radius: 4px; padding: 0 40px; font-size: 16px; color: #fff; background: #fb4c17; margin-right: 10px; text-decoration: none; -webkit-transition: all .2s; transition: all .2s; }

.pro01 .pihead .con .btnn a { background: #38a7e5; }

.pro02 .pihead .con .btnn a { background: #df6319; }

.pro03 .pihead .con .btnn a { background: #119fa1; }

.pro04 .pihead .con .btnn a { background: #00c33c; }

.pihead .con .btnn a:last-child { margin-right: 0; background: #333; }

.pihead .con .btnn a:hover { opacity: .8; }

.pihead .con .mor { margin-top: 20px; line-height: 2; }

.pihead .con .mor p { margin: 0; }

.csPager { margin-top:10px !important;}

.pidown{ margin-top:50px;}

.pidown .pt{ border-bottom:1px #666 solid;}

.pidown .pt span{ border-radius:30px 30px 0 0; background:#fb4c17; width:250px; height:53px; display:block; line-height:53px; text-align:center; font-size:21px; font-weight:bold; text-transform:inherit;}

.pidown .pm{ text-align:center; padding-top:30px;}

.pidown .pm img{ width:100%; max-width:1200px;}



.jt-table{}

.jt-table tr td{ background:#3f3f3f; text-transform:capitalize; line-height:36px; font-size:14px;}

.jt-table tr:first-child td{ font-size:28px; padding:12px 0; text-transform:uppercase;}

.jt-table tr:nth-child(2){}



.innews{ background:#222; padding:50px 0;}

.innews ul{ display:grid;grid-template-columns: repeat(3, minmax(0, 1fr)); gap:50px;}

.innews ul li{}

.innews ul li .img{ border-radius:20px 20px 0 0; overflow:hidden;}

.innews ul li .img img{ width:100%;}

.innews ul li .txt{ background:#333; border-radius:0 0 20px 20px ; padding:30px 40px;}

.innews ul li .txt:hover{ background:#fb4c17;}

.innews ul li .txt .tit{display: -webkit-box; font-size:22px; margin-bottom:15px; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow:hidden;}

.innews ul li .txt .pt{ margin-bottom:30px; color:#ddd; line-height:1.4;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:2; overflow:hidden;}

.innews ul li .txt .more{}

.innews ul li .txt .more em{ background:#fb4c17; width:45px; height:45px; border-radius:50%; display:inline-block; position:absolute;}

.innews ul li .txt:hover .more em{ background:#333;}

.innews ul li .txt .more span{ position:relative; left:30px; line-height:45px;}



.newstitle { font-size: 30px; text-align: center; line-height: 30px; font-family: microsoft yahei; font-weight: bold; margin-bottom: 5px; color:#fb4c17; }

.newsinfo { font-size: 12px; text-align: center; line-height: 30px; color: #ccc; font-family: microsoft yahei; }

.newsinfo .author, .newsinfo .time { margin: 0 5px; }

.newsmaincon { margin: 20px 0; min-height: 100px; font-family: microsoft yahei; color:#eee; border-top:1px #333 solid; padding-top:20px;}

.newsmaincon img { max-width: 100%; }

.newsmaincon h3 { font-size: 18px; font-weight: normal; background: linear-gradient(to right, var(--jtcolor), var(--jtcolor)); color: #fff; line-height: 30px; padding: 5px 20px; border-radius: 5px; margin-bottom: 20px; margin-top: 40px; }

.newsmaincon h1 { font-size: 26px; font-weight: bold; background: var(--jtcolor); color: #fff; line-height: 60px; padding: 5px 30px; border-radius: 0; margin-bottom: 20px; margin-top: 0; }

.newsmaincon p { font-size: 16px; line-height: 30px; margin-bottom: 20px; }

.newsmaincon .dou { margin-bottom: 20px; }

.newsmaincon .dou02 { overflow: hidden; }

.newsmaincon .dou02 li { width: 50%; float: left; }

.newsmaincon .dou li:before { content: '·'; color: var(--jtcolor); font-weight: bold; margin-right: 10px; }



.newsbackline { height: 30px; line-height: 30px; border-top: 1px solid #333; padding-top: 10px; margin: 30px 0 0; }

.newsbackline ul { width: 100%; }

.newsbackline ul li { width: 33.333333%; float: left; text-align: center; display: block; height: 33px; }

.newsbackline ul li a { display: inline-block; width: 120px; border-width: 1px; border-style: solid; border-color: #eee; text-decoration: none; color: #eee; font-size: 14px; }

.newsbackline ul li.prev { text-align: left; }

.newsbackline ul li.prev a { text-align: center; }

.newsbackline ul li.next { text-align: right; }

.newsbackline ul li.next a { text-align: center; }



@media (max-width: 1400px) {

.wrapper{ padding:0 30px;}

.innews ul{grid-template-columns: repeat(2, minmax(0, 1fr));}	

.newsmaincon{ min-height:auto;}

.newsbackline{ height:auto; line-height:auto;}

.proheadbox{ display:inherit;}

.proheadbox .img{ margin-top:40px;}

.prolist{grid-template-columns: repeat(2, minmax(0, 1fr));}

.pihead{ display:inherit;}

.pihead .con{ margin-left:0; margin-top:30px;}

.pihead .con .btnn a:last-child{ margin-top:5px;}

}



@media (max-width: 800px) {

.inbanner{ height:320px;}

.inbanner .insub { height:46px; border-top: 2px solid rgba(255,255,255,0.6); overflow-x: auto  }

.inbanner .con { padding-bottom:6px   }

.aboutbox_4304 .tit .cn { font-size:var(--fsize-h2)}

.aboutbox_4304 .content { flex-direction:column; row-gap: var(--gap-h1)   }

.aboutbox_4304 .content .numbox { margin-right:0; width: 100% }

.aboutbox_4304 .content .numbox .it .ico svg { width:6vw  }

.innews ul{grid-template-columns: repeat(1, minmax(0, 1fr));}	

.innews ul li .txt .tit{ font-size:18px;}

.inprowrap .wrapper{ display:inherit;}

.inprowrap .wrapper .sidex{ width:100%;}

.inprowrap .wrapper .mainx{ width:100%;}

.incont01 .incont01_tit{ padding:50px 0}

.incont02{ display:inherit;}

.contp{ border-right:none; border-bottom:1px #999 solid; padding:50px 0;}

.mess{ padding:50px 0;}

}



@media (max-width: 450px) {

.contp ul li{ display:inherit;}

.contp ul li .ico{ margin-bottom:10px;}

.proheadbox{ padding:30px;}

.proheadbox .inf .nam{ font-size:26px;}

.proheadbox .inf .txt{ font-size:14px;}

.prolist { grid-template-columns: repeat(1, minmax(0, 1fr));}

.pihead .pic{ width:100%;}

.pidown .pt span{ font-size:18px;}

.pihead .con .btnn a{ font-size:14px;}

.aboutbox_4304 .content .numbox .it{ display:inherit;}

.aboutbox_4304 .content .numbox .it .ib{ margin-top:20px;}

}