body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div{margin:0;padding:0;border:0;}
ul,ol{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
a{ text-decoration:none;}
*{
    font-family:"PingFang SC",Helvetica,Arial,"Hiragino Sans GB","Microsoft Yahei",STHeiTi,sans-serif;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-font-smoothing:antialiased;
	/*font-family: arial,sans-serif,"Microsoft YaHei",STHeiti,"Droid Sans Fallback",sans-serif;*/
	cursor: pointer;
}
*{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
html {font-size: 100px;}
html, body {
    height: 100%;
}
input , textarea {
	font-size: 0.2rem;
	color: #eee !important;
}

input , textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #9c9c9c;
}
input , textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #9c9c9c;
}
input , textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #9c9c9c;
}
input , textarea::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #9c9c9c;
 }
body {
	font-size: 0.25rem;
	color: #595959;
}
body,input {
	position: relative;
	width: 100%;
	font-family: "microsoft yahei";
}
* {
	margin: 0;
	padding: 0;
}
a {
	color: #595959;
	text-decoration: none;
}
li {
	list-style: none;
}
.clearfix:after {
	content:"";
	height:0;
	line-height:0;
	display:block;
	visibility:hidden;
	clear:both;
}
input ,textarea {
	border: none;
	outline-color: invert ;
	outline-style: none ;
	outline-width: 0px ;
	border: none ;
	border-style: none ;
	text-shadow: none ;
	-webkit-appearance: none ;
	-webkit-user-select: text ;
	outline-color: transparent ;
}

html {
    font-size: 13.33333vw
}

@media screen and (max-width: 320px) {
    html {
        font-size:42.667px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width: 321px) and (max-width:360px) {
    html {
        font-size:48px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width: 361px) and (max-width:375px) {
    html {
        font-size:50px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width: 376px) and (max-width:393px) {
    html {
        font-size:52.4px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width: 394px) and (max-width:412px) {
    html {
        font-size:54.93px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width: 413px) and (max-width:414px) {
    html {
        font-size:55.2px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width: 415px) and (max-width:480px) {
    html {
        font-size:64px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width: 481px) and (max-width:540px) {
    html {
        font-size:72px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width: 541px) and (max-width:640px) {
    html {
        font-size:85.33px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width: 641px) and (max-width:720px) {
    html {
        font-size:96px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width: 721px) and (max-width:768px) {
    html {
        font-size:102.4px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width: 769px) {
    html {
        font-size:102.4px;
        font-size: 13.33333vw
    }
}
.clearfix {
	zoom:1;
}
.fl {float: left}
.fr {float: right;}
.header {
	width: 100%;
	height: 1rem;
	line-height: 1rem;
	background-color: #555962;
}
.header_con {
	padding: 0 0.4rem;
}

.header a {
	display: flex;
	align-items: center;
	color: #fff;
	font-size: .36rem;
}
.header .logo img {
	display: block;
	height: .4rem;
	margin-right: 10px;
}

.nav {
	width: 2.2rem;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
	background-color: #dc0018;
}
.nav ul li{
	position: relative;
}
.nav ul li:after{
	content: '';
	position: absolute;
	bottom: 0;
	background: #fff;
	width: 100%;
	height: 1px;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
.nav ul li a{
	width: 100%;
	width: 100%;
    height: .8rem;
    display: block;
    padding-left: .6rem;
    line-height: .8rem;
    color: #fff;
}
.fixed {
	width: 3.6rem;
	height:100%;
	position:fixed;
	right:0;
	top:0;
	bottom:0;
	z-index:1000;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

.nav-btn {
	display:inline-block;
	font-size: .36rem;
	color: #fff;
}

.black-fixed{
	position: fixed;
	z-index:99999!important;
	left:0;
	width:0;
	top:0;
	height:100%;
	background:rgba(0,0,0,0.9);
	text-align:right;
	font-size:0.4rem;
	color:#fff;
	line-height:2;
	right:0;
	overflow:hidden;
	-webkit-transition:all 0.3s ease-in-out 0s;
	-moz-transition:all 0.3s ease-in-out 0s;
	-ms-transition:all 0.3s ease-in-out 0s;
	transition:all 0.3s ease-in-out 0s;
	opacity: 0
}

.black-clicked{
	width:100%;
	padding-right:2%;
	left:-3.6rem;
	-webkit-transition:all 0.3s ease-in-out 0s;
	-moz-transition:all 0.3s ease-in-out 0s;
	-ms-transition:all 0.3s ease-in-out 0s;
	transition:all 0.3s ease-in-out 0s;
	opacity: 1
}
.sec_nav {
	width: 100%;
}
.sec_nav ul li{
	position: relative;
	float: left;
	width: 33.33%;
	box-sizing: border-box;
	background: -webkit-linear-gradient(#d30017, #bd2401);
    background: -o-linear-gradient(#d30017, #bd2401);
    background: -moz-linear-gradient(#d30017, #bd2401);
    background: linear-gradient(#d30017, #bd2401);
}
.sec_nav ul li:hover{
	background-color: #1c3392;
}
.sec_nav ul li:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 1px;
	height: 100%;
	background-color: #fff;
	-webkit-transform: scaleX(0.5);
	transform: scaleX(0.5);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
.sec_nav ul li.border_b:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
.sec_nav ul li:nth-child(3):before, .sec_nav ul li:nth-child(6):before {
	background-color:transparent;
}
.sec_nav ul li a{
	display: block;
    font-size: 15px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
}

.space {
	width: 100%;
	height: 1.2rem;
}

.footer {
	z-index: 100;	
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1.2rem;
	background-color: #fff;
	border-top: 1px solid #dddddd;
}
.copy {
	height: 1rem;
	margin-top: .2rem;
	text-align: center;
}
.copy .copy_con {
	line-height: .38rem;
	color: #333;
}
.copy .copy_con a {
	color: #333;
}

.footer_con {
	padding: 0 2%;
}

.footer a {
	width: 23.8%;
    height: 1.2rem;
    padding-top: .2rem;
    display: inline-block;
    color: #595959;
    text-align: center;
}

.footer a span {
	display: block;
	font-size: .4rem;
	margin-bottom: 0.06rem;
}

@media screen and (max-height: 380px) {
    .footer {
        display: none;
    }
}