@charset "utf-8";
/* CSS Document */

body,html{
	margin: 0;
	padding: 0;
	font-family: "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", Helvetica, tahoma, arial, Verdana, sans-serif, "WenQuanYi Micro Hei";
	color: #2C2C2C;
    clear: both;
    scroll-behavior: smooth;
}

ul,li{
	list-style: none;
    margin: 0;
    padding: 0;
}

a{
	text-decoration: none;
	color: none;
	cursor: pointer;
}

input,button{  
	background: none;  
	outline: none;  
	border: none;
    margin: 0;
    padding: 0;
}

button{
    cursor: pointer;
}

p{
    word-wrap: break-word;
}

.main-header{
	margin: 10px auto 0 auto;
	position: fixed;
	height: 46px;
	width: 93%;
	border-radius: 50px;
	background: linear-gradient(to bottom,#fff,#f5f4f5);
    opacity: 0.9;
	box-shadow: 3px 3px 7px rgba(0,0,0,0.6);
	padding: 0 10px 0 30px;
    z-index: 1000;
}

.page-container{
	width: 100%;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.page-default-background{
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: -100;
    background-color: #2C2C2C;
}

.centered-X{
	margin: 0 auto;
}

.nav-logo img{
	margin-top: 3px;
	height: 40px;
}

.nav-logo:hover span{
    color: #ff550a;
}

.nav-home{
    font-family: "Agency FB";
    font-weight: bold;
	display: inline-block;
	font-size: 36px;
	color: #2C2C2C;
	transform: translateY(-8px);
    transition: color 0.2s linear;
}

.nav-main{
	float: right;
	height: 100%;
	width: auto;
}

.language-choose{
    float: right;
    width: 30px;
    height: 30px;
    margin: 8px 10px;
}

.language-choose i{
    color: #2C2C2C;
    transition: color 0.2s linear;
    font-size: 30px;
}

.language-choose i:hover{
	color: #ff550a;
}

.nav-search{
	float: right;
	height: 32px;
	width: 210px;
	margin: 5px 0;
    border: 2px solid #2C2C2C;
    border-radius: 7px;
    transition: border-color 0.2s linear;
}

.nav-search:hover{
    border-color: #ff550a;
}

.nav-search-text{
    display: inline-block;
    height: 34px;
    width: 171px;
    color: #2C2C2C;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    padding-left: 10px;
}

.nav-search-submit{
    display: inline-block;
    height: 34px;
    width: 34px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    transition: color 0.2s linear;
}

.nav-search-submit:hover{
	color: #ff550a;
}

.main-nav-in-header{
    float: right;
    margin: 0 10px 0 0;
    height: 46px;
    width: auto;
}

.nav-url li{
    display: inline-block;
    margin: 0 5px;
    line-height: 46px;
}

.nav-url li:first-child{
    margin-left: 0;
}

.nav-url li:last-child{
    margin-right: 0px;
}

.main-nav-in-header a{
    color: #2C2C2C;
    font-size: 18px;
    transition: color 0.2s linear;
}

.main-nav-in-header a:hover{
    color: #ff550a;
}

.main-footer{
    width: 100%;
    height: 80px;
    background-color: #2C2C2C;
    z-index: 10;
}

.main-footer-wrap{
    margin: 15px 0;
    text-align: center;
}

.footer-main-content{
    display: inline-block;
    text-align: center;
    text-align: right;
}

.footer-main-content-nav li{
    display: inline-block;
    padding: 0 20px;
    font-size: 16px;
    border-left: 1px solid #eee;
}

.footer-main-content-nav li:first-child{
    border-left: none;
}

.footer-main-content-nav a{
    color: #eee;
    transition: color 0.2s linear;
}

.footer-main-content-nav a:hover{
    color: #bbb;
}

.footer-main-content-webInfo{
    margin-top: 5px;
}

.footer-main-content-webInfo li{
    display: inline-block;
    padding: 0 15px;
    color: #aaa;
    font-size: 12px;
    border-left: 1px solid #aaa;
}

.footer-main-content-webInfo li:first-child{
    border-left: none;
}

.footer-icon-url{
    margin-left: 10px;
    display: inline-block;
    text-align: left;
    transform: translateY(-10px);
}

.footer-icon-url a{
    display: inline-block;
    margin-right: 10px;
    font-size: 24px;
    width: 24px;
    height: 24px;
    color: #ccc;
    transition: color 0.2s linear;
}

.footer-icon-url a:hover{
    color: #fff;
}

.footer-icon-url a:last-child{
    margin-right: none;
}

.section-title-main-left{
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 80px 0 30px;
    background: linear-gradient(to bottom right,#ff550a,#ffbc3d);
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
}

.section-title-main-left h1{
    color: #eee;
}

.section-title-main-right{
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 30px 0 80px;
    background: linear-gradient(to bottom left,#ff550a,#ffbc3d);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
}

.section-title-main-right h1{
    color: #eee;
}

.section-title-main-middle{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 80px 0 80px;
    background: linear-gradient(to bottom,#ff550a,#ffbc3d);
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
}

.section-title-main-middle h1{
    color: #eee;
}

.section-wrap{
    width: 96%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
	align-items: center;
}

.section-text{
    box-sizing: border-box;
    padding: 10px 30px;
    margin: 90px 0 20px 0;
    width: 100%;
    background-color: #eee;
    border-radius: 7px;
    box-shadow: 0 1px 7px rgba(26, 26, 26, 0.2);
}

.section-text p{
    font-size: 22px;
}

.section-text-h2{
    margin: 0;
    display: inline-block;
    text-align: center;
    color: #2C2C2C;
    border-right: 2px solid #2C2C2C;
    padding-right: 10px;
}

.section-text-span{
    display: inline-block;
    font-size: 20px;
    margin-left: 3px;
}

.section-text-a{
    display: inline-block;
    height: 22px;
    width: 22px;
    margin-left: 5px;
    color: #2C2C2C;
}

.section-text-a img{
    width: 22px;
    height: 22px;
}

.section-text a i{
    width: 24px;
    height: 24px;
    font-size: 24px;
}

.section-a-1{
    display: block;
    width: 100%;
    height: 50px;
    color: #2C2C2C;
    text-align: left;
    background-color: #eee;
    border-radius: 7px;
    box-shadow: 0 1px 7px rgba(26, 26, 26, 0.2);
    line-height: 50px;
    margin-bottom: 10px;
    font-size: 24px;
    transition: all 0.2s linear;
    box-sizing: border-box;
    padding: 0 30px;
}

.section-a-1:first-child{
    margin-top: 90px;
}

.section-a-1:last-child{
    margin-bottom: 0;
}

.section-a-1:hover{
    box-shadow: 0 1px 7px rgba(26, 26, 26, 0.5);
}

.text-source-style-1{
    text-align: right;
    font-size: 18px!important;
}

.text-source-style-1 a{
    color: #333;
    height: auto;
    width: auto;
}

.text-source-style-2{
    text-align: center;
}

.text-source-style-2 a{
    color: #333;
    width: auto;
    height: auto;
}

.section-image-wrap-background{
    width: 100%;
    height: 335px;
    box-shadow: 0 1px 7px rgba(26, 26, 26, 0.2);
    border-radius: 7px;
    padding: 10px;
    box-sizing: border-box;
}

.section-image-wrap{
    white-space: nowrap;
    width: 100%;
    height: 320px;
    overflow-y: hidden;
    border-radius: 7px;
}

.section-image-wrap li{
    display: inline-block;
    height: 300px;
    width: auto;
    background-color: #eee;
    border-radius: 7px;
    box-shadow: 0 1px 3px rgba(26, 26, 26, 0.2);
    margin-right: 10px;
    overflow: hidden;
}

.section-image-wrap li:last-child{
    box-shadow: none;
    height: 300px;
    width: 30px;
}

.more-image{
    display: block;
    height: 100%;
    width: 100%;
    background-color: #eee;
    color: #2C2C2C;
    line-height: 300px;
    font-size: 30px;
    text-align: center;
    transition: color 0.2s linear;
}

.section-image-wrap a:hover{
    color: #ff550a;
}

.section-image-wrap img{
    display: inline-block;
    height: 300px;
    width: auto;
    border-radius: 7px;
    transition: transform 0.5s ease;
    object-fit: cover;
}

.section-image-wrap img:hover{
    transform: scale(1.1);
}

.section-image-wrap::-webkit-scrollbar{
    width: 10px;
    background: transparent;
}

.section-image-wrap::-webkit-scrollbar-thumb{
    background: #ff550a;
    border-radius: 10px;
    transition: background 0.2s linear;
}

.section-image-wrap::-webkit-scrollbar-thumb:hover{
    background: #ffbc3d;
}

.section-image-wrap::-webkit-scrollbar-track{ 
      border-radius: 10px;
      background: transparent;
}

.button-style-1{
    margin: 20px;
    display: block;
    height: 40px;
    padding: 0 20px;
    text-align: center;
    line-height: 40px;
    border: 2px solid #ff550a;
    border-radius: 50px;
    box-shadow: 0 1px 7px rgba(26, 26, 26, 0.2);
    background-color: #eee;
    color: #ff550a;
    transition: all 0.2s linear;
}

.button-style-1:hover{
    color: #fff;
    background-color: #ff550a;
}