/*form xss*/

/*@font-face {
    font-family:PingFang Medium;
    src:url('../fonts/PingFang Medium.ttf');
}*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;
    margin:0px;
}
body{
    width: 100%;
    font-size: 16px; 
    color: #333333;
    background: #fff;
    font-family: "Microsoft Yahei",sans-serif !important;
    /*font-family: Pingfang SC,Microsoft YaHei,Helvetica,STHeiti,Verdana,Arial,Tahoma,sans-serif;*/
    min-height:100vh;
    display:flex;
    flex-direction: column;
    word-wrap:break-word;
    word-break:break-all;
}
em {
    font-style: normal;
}
ul,li{
    list-style: none;
    margin: 0;
}
a {
    text-decoration: none;
    outline: 0;
    color: #333333;
}
a:hover{
    color: #d28a23;
    text-decoration:none;
}
img{
    width: 100%;
    line-height:0;
    border: none;
    vertical-align: middle;
}

input, textarea,button {
    padding: 0;
    font-family: "Microsoft Yahei",sans-serif !important;
    /*font-family: Pingfang SC,Microsoft YaHei,Helvetica,STHeiti,Verdana,Arial,Tahoma,sans-serif;*/
}
textarea {
    resize: none;
    overflow: auto;
}
textarea:focus {
    outline: none;
}
input:focus {
    outline: none;
}
input{
    background:none;    
    outline:none; 
    border:0px;
}
button{
    outline:none; 
    border:0px;
    cursor: pointer;
}
table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;  
}
select{
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: none;
    border:none;
}
p,h1,h2,h3,h4{
    font-weight: normal;
    margin: 0;
}
::-webkit-input-placeholder {
    color: #c1c1c1;
}
:-moz-placeholder {
    color: #c1c1c1;
}
::-moz-placeholder {
    color: #c1c1c1;
}
:-ms-input-placeholder {
    color: #c1c1c1;
}
.clear {
    zoom: 1;
}
.clear:after{
    content: "";
    display: block;
    clear: both;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.ell {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ell1{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.ell2{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.over{
    overflow: hidden;
}
.flex-items{
    display: flex;
    align-items: center;
}
.flex-between{
    display: flex;
    justify-content: space-between;
}
.flex-around{
    display: flex;
    justify-content: space-around;
}
.flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex {
    display: flex;
}
.w-1200{
    width: 1200px;
    margin: 0 auto;
}
.center{
    text-align: center;
}
.relative{
    position: relative;
}
.img-cover{
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.head{
    flex: 0 0 auto;
}

.page-content{
    flex: 1 0 auto;
}
.foot{
    clear:both;
    flex: 0 0 auto;
}


.scale img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition-duration:0.5s;
    z-index:1;
}
.scale img:hover {
    opacity: 0.8;
    transform: scale(1.1);
    -webkit-transform: scale(1.1); /*Safari 和 Chrome*/
    -moz-transform: scale(1.1); /*Firefox*/
    -ms-transform: scale(1.1); /*IE9*/
    -o-transform: scale(1.1); /*Opera*/
}
.scale:hover{
    background: #000;
}


/*多选 单选*/
/*input.check:checked {
    background: url(../images/checked.png) no-repeat center left;
    background-size: 20px 20px;
}
input.check{
    background: url(../images/check.png) no-repeat center left;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    border: none;
}*/
input[type=checkbox], input[type=radio] {
    vertical-align: middle;
}
input[type="checkbox"], input[type=radio] {
    -webkit-appearance: none;
    outline: none;
}






/*弹窗*/
.mask{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    display: none;
    z-index: 999;
}
.pupop{
    background: #fff;
    position: fixed;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
}







/*pchead*/
.header{
    width: 100%;
    position:fixed;
    top: 0;
    background: #000;
    z-index: 10;
}
.head-height{
    height: 120px;
}

.header .header-top{
    padding: 12px 0;
    height: 66px;
}
.header .topbox{
    margin: 0 5%;
}
.header .navbox{
    margin: 0 9.5%;
}
.mod-languages img{
    width: 18px;
}
.mod-languages li{
    margin-left: 5px;
}
.header .custom span{
    color: #fff;
    font-size: 14px;
}
.header .acc-btn{
    color: #fff;
    font-size: 14px;
    background: #d28a23;
    padding: 10px 24px;
    text-transform: uppercase;
    border-radius: 3px;
    font-weight: 500;
    margin: 0 30px;
    transition: 0.2s;
}
.header .acc-btn:hover{
    background: #d11111;
}
.header .service-btn{
    color: #30ff00;
    font-size: 14px;
    margin-right: 50px;
}
.header .custom img{
    width: 25px;
}

.header .header-nav{
    height: 54px;
    background: #1b1b1b;
    overflow: hidden;
}
.header .header-nav .navli{
    margin: 0 35px;
    float: left;
    /*position: relative;*/
}
.header .header-nav .menu-a{
    line-height: 54px;
    color: #fff;
    font-size: 17px;
    /*padding: 0 15px;*/
    /*display: inline-block;*/
    /*padding-bottom: 20px;*/
}
.header .logo{
    width: 240px;
    height: 135px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    z-index: 1;
}
.header .logo img{
    width: auto;
    height: 63px;
    margin-left: -20px;
}
.header .logo::before {
    content: '';
    position: absolute;
    top: -66px;
    left: -130px;
    width: 385px;
    background-color: #fff;
    -webkit-transform: skewX(-33deg);
    -khtml-transform: skewX(-33deg);
    -moz-transform: skewX(-33deg);
    -ms-transform: skewX(-33deg);
    transform: skewX(-33deg);
    z-index: -1;
    /* box-shadow: 0 8px 4px #8e8f90; */
    height: 200px;
}


/*下拉*/
.header-nav .adddropdown{
    width: 100%;
    /*height: 0;*/
    overflow: hidden;
    /*display: none;*/
    visibility: hidden;
    /*-webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;*/
    /*transition: opacity 0.4s;*/
    transition: 0.4s;
    position: absolute;
    left: 0;
    top: 100px;
    background: #222;
    opacity: 0;
}
.header-nav .active .adddropdown{
    /*height: auto;*/
    opacity: 1;
    visibility: visible;
    top: 120px;
}
.header-nav .dropdown{
    padding: 30px 0 40px;
}
.header-nav .dropdown .column1{
    width: 300px;
    margin-right: 20px;
    /*margin-top: 20px;*/
    padding: 12px 10px 10px;
}

.header-nav .dropdown .column1 .title{
    font-size: 36px;
    color: #ccc;
    font-weight: 300;
    line-height: 48px;
    margin-bottom: 20px;
}
.header-nav .dropdown .column1 .start-btn a{
    display: inline-block;
    width: 220px;
    line-height: 46px;
    font-size: 15px;
    color: #fff;
    padding: 0 10px;
    border: 2px solid #fff;
    background: #d28a23;
    border-radius: 40px;
}

.header-nav .dropdown .column2{
    width: 250px;
    margin-top: 10px;
}
.header-nav .dropdown .column2 li{
    width: 100%;
    padding: 0 40px;
    line-height: 40px;
}
.header-nav .dropdown .column2 li a{
    font-size: 17px;
    color: #fff;
}












/*cookies*/
.cadre_cookies{
    opacity: 1;
    text-align: center;
    position: fixed;
    z-index: 10000;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0px;
    background: #fff;
}
.cadre_inner{
    display: inline-block;
    padding: 10px;
    color: #666666;
}
.cadre_texte{
    line-height: 36px;
}
.cadre_inner a{
    color: #2a6496;
}
.cadre_bouton button{
    padding: 6px 15px;
    font-size: 16px;
    background: #d28a23;
    border-radius: 4px ;
    color: #fff;
    margin-left: 30px;
}






/*phone head*/
.phone-head {
    width: 100%;
    /*height: 99px;*/
    position: fixed;
    top: 0;
    z-index: 11;
    background: #000;
}
.phone-head-height{
    height: 99px;
}
.phone-head .logo{
    height: 99px;
    display: flex;
    align-items: center;
}
.phone-head .logo img{
    width: auto;
    height: 60px;
}
.phone-head .navbar {
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    background: url(../images/menu.png) no-repeat right center;
    background-size: 30px;
    margin-left: 10px;
    display: block;
}
.phone-head .phone-top{
    padding: 0 15px;
}
.phone-head .menulist{
    width: 100%;
    padding: 16px 0;
    position: absolute;
    top: 99px;
    left: 0;
    line-height: 44px;
    background: #000;
    display: none;
}
.phone-head .menulist li{
    color: #767676;
    font-size: 17px;
    padding: 0 15px;
}
.phone-head .menulist li.active{
    color: #434343;
}






/*foot*/
.foot{
    background: #1b1b1b;
    padding: 20px 0;
}
.foot .ft-logo{
    width: 100px;
    margin-top: 30px;
}
.foot-links{
    margin-top: 30px;
}
.foot-links h4{
    color: #fff;
    font-size: 13.5px;
    font-weight: bold;
    padding: 4px 0 20px;
}
.foot-links li a{
    color: #999;
    font-size: 14px;
    font-weight: bold;
    /*padding: 10px 0;*/
    line-height: 24px;
    font-weight: 400;
    /*font: 400 12px/12px Arial, Helvetica, sans-serif;*/
}
.foot-links li a:hover{
    color: #d28a23;
}
.foot .foot-1{
    /*margin-top: 30px;*/
    margin: 0 -15px 0;
}
.foot .foot-2{
    margin-top: 40px;
    padding-top: 25px;
    border-top: 1px solid #3b3838;
}
.risk-text p{
    line-height: 20px;
    font-size: 13px;
    margin-bottom: 20px;
    color: #999;
}
.risk-text .title{
    color: #f74949;
}
.risk-text a{
    color: #999;
}
.risk-text a:hover{
    color: #d28a23;
}



.pcshow{
    display: block;
}
.mobileshow{
    display: none;
}



/* 小屏幕 */
@media (max-width: 768px){
.pcshow{
    display: none;
}
.mobileshow{
    display: block;
}



/*foot*/
.foot {
    padding: 20px;
}
.foot .foot-1 {
    display: flex;
    flex-wrap: wrap;
}
.foot-logoimg{
    width: 100%;
}
.foot .ft-logo{
    margin: 15px auto 0;
}


/*cookies*/
.cadre_bouton{
    float: none;
}
.cadre_bouton button {
    margin-left: 0;
}
}

/* 中等屏幕（桌面显示器） */
@media (min-width: 992px) { 


}















/* 小屏幕 */
@media (max-width: 768px){
    
}

/* 中等屏幕（桌面显示器） */
@media (min-width: 992px) { 


}


























/* 小屏幕 */
@media (max-width: 768px){

}

/* 中等屏幕（桌面显示器） */
@media (min-width: 992px) { 


}




