@font-face {
    font-family: "SourceHanSansCN-Normal";
    src: url("/themes/camel2023_abroad/public/assets/css/SourceHanSansCN-Normal.woff2") format("woff2"),
    url("/themes/camel2023_abroad/public/assets/css/SourceHanSansCN-Normal.woff") format("woff"),
    url("/themes/camel2023_abroad/public/assets/css/SourceHanSansCN-Normal.ttf") format("truetype"),
    url("/themes/camel2023_abroad/public/assets/css/SourceHanSansCN-Normal.eot") format("embedded-opentype"),
    url("/themes/camel2023_abroad/public/assets/css/SourceHanSansCN-Normal.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

body,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
    font-weight: 400;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
}

input {
    border: none;
    outline: none;
}

body {
    background-color: #fff;
    color: #666;
    font-family: SourceHanSansCN-Normal, Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-align: left;
    padding-top: 80px;
}

select {
    font-size: 12px;
}

table {
    border-collapse: collapse;
}

fieldset,
img {
    border: 0 none;
}

fieldset {
    margin: 0;
    padding: 0;
}

fieldset p {
    margin: 0;
    padding: 0 0 0 8px;
}

legend {
    display: none;
}

address,
caption,
em,
strong,
th,
i {
    font-style: normal;
    font-weight: 400;
}

table caption {
    margin-left: -1px;
}

hr {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #e4e4e4;
    border-width: 1px 0;
    clear: both;
    height: 2px;
    margin: 5px 0;
    overflow: hidden;
}

ol,
ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

caption,
th {
    text-align: left;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
}

a {
    color: inherit;
    text-decoration: none;
}

@font-face {
    font-family: 'iconfont';
    src: url("/iconfont.eot");
    src: url("/themes/camel2023_abroad/public/assets/css/iconfont.eot") format('embedded-opentype'), url("/themes/camel2023_abroad/public/assets/css/iconfont.woff2") format('woff2'), url("/themes/camel2023_abroad/public/assets/css/iconfont.woff") format('woff'), url("/themes/camel2023_abroad/public/assets/css/iconfont.ttf") format('truetype'), url("/themes/camel2023_abroad/public/assets/css/iconfont.svg") format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.layer {
    width: 100%;
    position: relative;
}

.layer .moveTop {
    -webkit-animation: moveTop 0.6s forwards linear;
    animation: moveTop 0.6s forwards linear;
}

.layer .animate_content {
    position: relative;
}

.layer .animate_content i {
    opacity: 0;
}

.layer .animate_position {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.layer .animate {
    opacity: 0;
}

.layer .animate text {
    display: inline-block;
    opacity: 1;
    letter-spacing: 2px;
}

.layer .animate text.actions {
    -webkit-animation: mt 1s forwards linear;
    animation: mt 1s forwards linear;
}

.content {
    width: 1240px;
    height: 100%;
    margin: 0 auto;
    background-color: inherit;
    position: relative;
}

.container {
    min-width: 1240px;
    background-repeat: no-repeat !important;
}


/*头部*/
#header {
    background-color: #000;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

#header .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 100%;
}

#header .logo {
    margin-bottom: 10px;
}

#header .logo img {
    width: 90px;
    height: 52px;
}

#header .list {
    -ms-flex-item-align: end;
    align-self: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 100px;
}

#header .list li {
    padding: 0 20px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #fefefe;
    position: relative;
}

#header .list li:hover div {
    height: auto;
    overflow: initial;
}

#header .list li:hover div a {
    margin-left: 0;
    opacity: 1;
}

#header .list li a {
    display: block;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#header .list li a:hover {
    /* font-weight: bolder;  字体加粗 */ 
    /* 出现下划线 */
    text-decoration: revert;
}

#header .list li div {
    position: absolute;
    height: 0;
    left: 0;
    right: 0;
    top: 40px;
    background-color: #fff;
    color: #5b5b5b;
    text-align: left;
    z-index: 9;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 0 3px #ccc;
    overflow: hidden;
}

#header .list li div.half {
    width: 190px;
}

#header .list li div.half a {
    width: 50%;
    display: inline-block;
}

#header .list li div a {
    opacity: 0;
    margin-left: -20px;
    text-align: center;
    color: #000;
    border-bottom: 2px solid #000;
    width: fit-content;
    height: 32px;
    margin-bottom: 10px;
    font-weight: bold;
}

#header .list li div:before {
    content: '';
    width: 0;
    height: 0;
    border: 6px solid #fff;
    border-color: #fff transparent transparent transparent;
    display: block;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    transform: translateY(-8px);
    margin: 0 auto;
    opacity: 0;
}

/* #header .list li div a:hover{
    letter-spacing: 3px;
} */

#header .list li:hover div:before {
    opacity: 1;
}

#header .list li div a:last-of-type {
    margin-bottom: 20px;
}

#header .right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    margin-bottom: 10px;
}

#header .right .inpt {
    background-color: #323232;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    overflow: hidden;
}

#header .right .inpt:hover input {
    width: 150px;
    height: 25px;
}

#header .right .inpt img {
    width: 14px;
    height: 14px;
}

#header .right .inpt input {
    width: 0;
    background-color: #323232;
    color: #fff;
    height: 0;
    line-height: 0;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

#header .right .inpt input:focus {
    width: 150px;
    height: 25px;
}

/*底部*/
#footer {

    background-color: black;
    padding-bottom: 40px;
    
}

/* 右侧漂浮 */
.fixedTool {
    width: 74px;
    position: fixed;
    bottom: 90px;
    right: 0;
    z-index: 23;
}

.toolwrap {
    width: 74px;
    position: relative;
}

.top {
    width: 74px;
    position: fixed;
    bottom: 10px;
    right: 0;
    z-index: 23;
}



#footer .first {
    display: flex;
    width: 100%;
    padding-top: 40px;
    overflow: hidden;
}

#footer .first li {
    flex: 1;
    overflow: hidden;
}

#footer .first li div {
    font-size: 15px;
    color: #545454;
    font-weight: bolder;
}

#footer .first li a {
    color: #5e5e5e;
    display: block;
    margin-top: 20px;
}

#footer .first li a:hover {
    /* color: #d77938; */
    color: #fff;
}

#footer .first li.line {
    width: 24%;
}

#footer .first li.line a {
    width: 50%;
    float: left;
}

#footer .hr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #a4a4a4;
    margin: 40px 0 10px 0;
}

#footer .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#footer .bottom .iconfont {
    display: inline-block;
    font-size: 35px;
    margin: 10px 25px 0 0;
}

#footer .bottom a:hover {
    color: #d77938;
}

#footer .bottom .l {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

#footer .bottom .l div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 7px;
}

#footer .bottom .r .phone {
    font-weight: bolder;
    font-size: 18px;
}

#footer .bottom .r div {
    margin-top: 7px;
}

#footer .bottom .r div text {
    position: relative;
    cursor: pointer;
}

#footer .bottom .r div text:hover.weibo {
    color: #e71f19;
}



#footer .bottom .r div text:hover.weixin {
    color: #00c800;

}

#footer .bottom .r div text:hover.weixin img {
    display: block;
    width: 136px;
    height: 182px;
}

#footer .bottom .r div text img {
    position: absolute;
    display: none;
    width: 120px;
    height: 120px;
    left: 50%;
    transform: translate(-50%, -120%);
    z-index: 2;
}

.more {
    color: #d87023;
    font-size: 18px;
    padding: 7px 10px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #d87023;
}

.more span {
    margin-left: 7px;
    font-size: 20px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.more:hover {
    color: #fff;
    background-color: #f88c23;
}

.more:hover span {
    margin-left: 15px;
}

/*flex*/
.flexw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.flexwc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.flexh {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flexhc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flexc {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

/*四角画正*/
.quadrangle {
    position: relative;
    display: inline-block;
    padding: 10px 30px;
    width: fit-content;
    margin: 0 auto;
}

.quadrangle .drangle_rt {
    position: absolute;
    height: 10px;
    width: 10px;
    right: 0;
    top: 0;
    border-top: 2px solid #c28054;
    border-right: 2px solid #c28054;
}

.quadrangle .drangle_rb {
    position: absolute;
    height: 10px;
    width: 10px;
    right: 0;
    bottom: 0;
    border-bottom: 2px solid #c28054;
    border-right: 2px solid #c28054;
}

.quadrangle .drangle_lt {
    position: absolute;
    height: 10px;
    width: 10px;
    left: 0;
    top: 0;
    border-top: 2px solid #c28054;
    border-left: 2px solid #c28054;
}

.quadrangle .drangle_lb {
    position: absolute;
    height: 10px;
    width: 10px;
    left: 0;
    bottom: 0;
    border-bottom: 2px solid #c28054;
    border-left: 2px solid #c28054;
}

@-webkit-keyframes mt {
    0% {
        padding-top: 10px;
        opacity: 0;
    }
    100% {
        margin-top: 0;
        opacity: 1;
    }
}

@keyframes mt {
    0% {
        padding-top: 10px;
        opacity: 0;
    }
    100% {
        margin-top: 0;
        opacity: 1;
    }
}

@-webkit-keyframes mt {
    0% {
        padding-top: 10px;
        opacity: 0;
    }
    100% {
        margin-top: 0;
        opacity: 1;
    }
}

@keyframes mt {
    0% {
        padding-top: 10px;
        opacity: 0;
    }
    100% {
        margin-top: 0;
        opacity: 1;
    }
}

@-webkit-keyframes moveTop {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes moveTop {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
