body {width: 100%;min-width: 1200px;position: relative;}

.pcshow {display: block;}
.mshow {display: none;}
.safewidth{width: 1200px;margin: 0 auto;}

.wrap1{margin-top: 110px;}
.position{position: relative;top: -140px;}/*pc默认定位高度*/

.msg{text-align: justify;letter-spacing: 0.5px;line-height: 25px;}
.msg span{font-weight: bold;padding-right: 6px;}
.title{letter-spacing: 6px;font-size: 24px;}
.titleEn{font-size: 70px;font-family: impact;}
.dateTitle{font-size: 18px;letter-spacing: 4px;margin: 10px 0;}

.btn_reg{width: 200px;height: 44px;text-align: center;line-height: 44px;font-size: 19px;font-weight: bold;background: #e4393c;color: #fff;letter-spacing: 1px;transition: linear .2s;}
.btn_reg:hover{background: #FA6900;}

/*headnav 导航*/
.headnav {
    width: 100%;
    min-width: 1200px;
    height: 110px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
.toplogo {
    width: 100%;
    background: #fff;
}
.toplogo a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.toplogo img {
    height: 70px;
}
.menutab {
    background: #393939;
    width: 100%;
    height: 40px;
    min-width: 1200px;
}
.bar {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bar a {
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    padding: 0 30px;
    transition: linear .2s;
}
.bar a:hover{
	background: #000;
	color: #F6A900;
}
.bar a.active {
    color: #F6A900;
    background: #000;
}
.bar .branch {
    height: 40px;
    position: relative;
}
.bar .branch ul {
    display: none;
    width: 100%;
    background: #393939;
    position: absolute;
    top: 40px;
    left: 0;
}
.bar .branch ul li {
    height: 40px;
}
.bar .branch ul li a {
    line-height: 40px;
    padding: 0;
    text-align: center;
}
.bar .branch ul li a:hover {
    background: #000;
	color: #F6A900;
}
.bar .branch ul.lang {
    width: 275%;
}
.bar a.reg {
    background: #F6A900;
    color: #fff;
}
.bar .branch ul.lang2 {
    width: 210%;
}
/*foot*/
.foot{
	background: #393939;
	color: #fff;
	padding: 40px 0;
}
.foot .content{
	width: 940px;
	margin: 0 auto;
}
.foot h3{
	color: #F6A900;
	font-size: 20px;
	padding: 20px 0 10px 0;
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.foot ul{
	padding: 10px 0;
	display: flex;
	align-items: flex-start;
}
.foot ul li{
	width: 50%;
}
.foot ul div{
	margin-top: 10px;
    display: flex;
}
.foot ul div>img{
	width: 20px;
	height: 20px;
	display: inline-block;
}
.foot ul div>p{
	height: 20px;
	display: inline-block;
	line-height: 20px;
	padding-left: 6px;
}
.foot ul div a{
	color: #fff;
	display: inline;
	/* text-decoration: none; */
	transition: linear .2s;
}
.foot ul div a:hover{
	color: #F6A900;
}
.foot img.logo{
	width: 150px;
	height: auto;
	margin-left: 10px;
}
.foot img.code{
	width: 80px;
	height: auto;
}
.footmail {
    flex-wrap: wrap;
}
@media screen and (max-width:768px) {
    body{min-width: 0;}
    .pcshow{display: none;}
    .mshow{display: block;}
    .safewidth{width: 100%;padding: 0 15px;}
    .wrap1{margin-top: 50px;}
	.position{position: relative;top: -80px;}
	.title{letter-spacing: 2px;font-size: 18px;font-weight: bold;}
	.titleEn{font-size: 50px;}
	.dateTitle{font-size: 16px;letter-spacing: 2px;}
    
    /*m 导航*/
    .headnav{
        background: #fff;
        box-shadow: 0 0 3px #ccc;
        min-width: 0;
        height: 50px;
    }
    .navlogo a{
        position: absolute;
        top: 0;
        right: 0;
        height: 50px;
        display: block;
    }
    .navlogo img{
        height: 100%;
    }
    .cosmenu {
        width: 0;
        height: 1000px;
    }
    .menubtn {
        position: fixed;
        top: 15px;
        left: 15px;
        width: 35px;
        height: 22px;
        z-index: 3;
        cursor: pointer;
    }
    .menubtn span {
        display: block;
        width: 30px;
        height: 2px;
        background: #0b1130;
        margin-bottom: 6px;
        transition: all 0.5s;
    }
    .menubtn .spa1 {
        transform: rotate(45deg);
        transition: all 0.5s;
        position: absolute;
        top: 10px;
    }
    .menubtn .spa2 {
        display: none;
        transition: all 0.5s;
    }
    .menubtn .spa3 {
        transform: rotate(-45deg);
        transition: all 0.5s;
        position: absolute;
        top: 11px;
    }
    .menu {
        background: #fff;
        width: 240px;
        height: 100%;
        position: relative;
        top: 50px;
        left: -240px;
        transition: all 0.5s;
    }
    .toggle {
        position: fixed;
        top: 13px;
        left: 19px;
        width: 28px;
        height: 30px;
        display: none;
        z-index: 9;
        cursor: pointer;
    }
    .menulogo img {
        width: 160px;
        padding: 16px 0 16px 0;
        margin: 0 0 0 25px;
    }
    .ma {
        background: #f9f9f9;
        padding: 5px 0 0 15px;
    }
    .ma a {
        display: block;
        font-size: 14px;
        color: #333;
        padding: 8px;
    }
    .ma a.active {
        color: #FA6900;
    }
    .ma .branch ul {
        display: none;
        width: 100%;
    }
    .ma .branch ul li a {
        font-size: 12px;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
    }
    /*m foot*/
    .foot{
		padding: 20px 0;
	}
	.foot .content{
		width: 100%;
		padding: 0 15px;
	}
	.foot h3{
		font-size: 17px;
		padding: 10px 0;
	}
	.foot ul{
		display: block;
	}
	.foot ul li{
		width: 100%;
        font-size: 12px;
	}
	.foot ul li:nth-child(even){
		margin-top: 20px;
	}
	.foot ul div{
		margin-top: 5px;
	}
	.foot ul div>img{
		width: 17px;
		height: 17px;
	}
}