@charset "utf-8";
dl, ol, ul{
	margin: 0;
	padding: 0;
}
ul{
	list-style-type: none;
}
input:focus{outline: -webkit-focus-ring-color auto 0;}
input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }
    input[type="number"]{
        -moz-appearance: textfield;
    }
input, button, select, textarea {
    outline: none;
    border: none;
}    
body {
	font-family: var(--thm-font);
	font-size: 20px;
	background: #f0f0f0;
	margin: 0;
	padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--heading-font);
    padding: 0;
    margin: 0;	
}
a{
	text-decoration: none;
    padding: 0;
    margin: 0;	
}
p{
	margin: 0;
	padding: 0;
}
em,i{
    font-style:  inherit;	
}
select{
 
                -webkit-tap-highlight-color: rgba(0,0,0,0);
                -webkit-tap-highlight-color: transparent;
               
            }
            select{
                appearance:none;
                -moz-appearance:none;
                -webkit-appearance:none;
 
            }
button,select{
	outline:none;
	border: none;
}        
select:focus option:checked,option:hover{
	color: #FFFFFF;
	background: #EB6100;
}
option{
	border: 0;
}    
/*ul{
    display: block;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0;	
}*/
.w1200{
	width: 1200px;
	margin: 0 auto;
}
.w1240{
	width: 1240px;
	margin: 0 auto;	
}
.conter {
    position: relative;
}
/*foot*/
.site-footer-one__upper{
    background: #223043;
}
.endmain{
    background: #182230;
}
.endfoot{
	padding: 20px 0;
	color: #607086;
}
.footer-widget{
	display: inline-block;
	color: #e3eaf3;
	vertical-align: top;
}
.footer-widget__about{
	width: 40%;
}
.footer-widget__links__widget-1{
	width: 23%;	
}
.footer-widget__links__widget-2{
	width: 22%;
}
.footer-widget__links__widget-3{
	width: 13%;
}
.container{
	padding: 30px 0;
}
.container,.endmain_info{
	width: 1200px;
	margin: 0 auto;
}
.endmain_info{
	text-align: center;
}
.endfoot p:first-child{
	margin-bottom: 10px;
}
.footer-widget__links-list li a{
	color: #e3eaf3;
    line-height: 35px;
    font-size: 16px;
}
.footer-widget__links-list li a:hover{
    color: #ffa200;
}
.footer-widget__links-list{
	margin-top: 20px;
}
.footer-widget__social p {
	display: inline-block;
}
.footer-widget__social p img{
	width: 80px;
}
.footer-widget__social p:first-child img{
	margin-right: 20px;
}
.footer-widget__about .footer-widget__inner p:nth-child(2){
	font-size: 18px;
	margin-top: 15px;
	line-height: 30px;
}
.endfoot p{
	font-size: 14px;
}
/*foot_end*/

/*标题*/
.switch{
	position: relative;
}
.title{
	width: 100%;
    position: absolute;
    z-index: 2;	
    left: 0;
    top: 0;	
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
}
