@charset "utf-8";
/* CSS Document */
.head {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100px;
    z-index: 9;
    background:transparent;
}
.head .container{position:relative;}
.head .logo {
    display: block;
    float: left;
    margin-top: 10px;
}
.nav-btn{display:none;}
.head .ul1 {
    float: right;
	/*margin-right: 80px;*/
}

.head .ul1 li {
    float: left;
    margin-left: 44px;
    position: relative;
    padding-right: 20px;
}
.head .ul1 li .ltp {
    position: relative;
    width: 100%;
}
.head .ul1 li .ltp a {
    display: block;
    line-height: 100px;
    color: #fff;
    position: relative;
}
.head .ul1 li .ltp a s {
    display: block;
    width: 0%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 20px;
}
.head .ul1 li .lbt {
    position: fixed;
    width: 100%;
    left: 0;
    top: 100px;
    background: rgba(0,0,0,0.2);
    height: 0px;
    overflow: hidden;
}
.head .ul1 li:nth-child(2) .lbt .box {
    padding-left: 53.3%;
}
.head .ul1 li .lbt .box a {
    display: block;
    float: left;
    line-height: 60px;
    color: #fff;
    opacity: .5;
    margin-right: 40px;
}

.lang{
	position:absolute;
	right:50px;
	font-size:14px;
	line-height: 100px;
	color:#fff;
}
.head {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.head .clogo{
    display:none;
}
.white .head{
	background:#fff;
	box-shadow: 0 3px 7px rgb(0 0 0 / 18%);
}
.white .head .logo .wlogo{display:none}
.white .head .logo .clogo{display:block}
.white .head .ul1 li .ltp a{color:#000;}
.white .lang{color:#333;}
/***************************页脚*************************/
.f-cb {
    zoom: 1;
}

.swiper-slide {
    min-height: 0 !important;
}
footer{
    padding: 1.75rem 0 3rem;
	background: #eee;
}
footer .top-box {
    padding-bottom: 0.625rem;
    border-bottom: 1px solid #dfdfdf;
}
footer .bottom-box {
    margin-top: 2rem;
}
footer .f-logo {
    float: left;
}
footer .f-nav {
    float: right;
    font-size: 0;
    margin-top: 50px;
}
footer .f-nav li {
    display: inline-block;
    zoom: 1;
    margin-left: 70px;
}
footer .f-nav li .tit {
    display: block;
    font-size: 16px;
    color: #333;
    padding-bottom: 2px;
    position: relative;
}
footer .bottom-box .left {
    width: 40.77%;
    float: left;
}
footer .bottom-box .left .txt{
	font-size:24px;
	font-family: "Times New Roman",Cambria, "Hoefler Text", "Liberation Serif", Times,  "serif";
	color:#333;
}
footer .bottom-box .left .info{
	padding-top:30px;
	font-size:16px;
	color:#666;
	line-height: 30px;
}
footer .bottom-box .right {
    float: right;
    width: 22.3%;
    text-align: right;
}
footer .bottom-box .right .tit{
	font-size:16px;
	color:#333;
	margin-bottom: 40px;
}
footer .bottom-box .right .copy,
footer .bottom-box .right .build a{
	font-size:13px;
	color:#666;
	margin-bottom: 10px;
}

















