body, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, input, textarea, th, td, div, a {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font: 14px/1.6 "PingFang SC","Microsoft Yahei","Avenir","Segoe UI","Hiragino Sans GB","STHeiti","Microsoft Sans Serif","WenQuanYi Micro Hei","sans-serif";
    color: #333;
    min-width: 1400px;
    background-color: #fff;
}

html {
    height: 100%;
}
em, i, b {
    font-style: normal;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
}

img {
    border: none;
    vertical-align: middle;
}

input, textarea {
    outline: none;
    font-family: "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

input, select, textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.wrap{
    width: 1400px;
    margin: 0 auto;
}

::-moz-placeholder {
    color: #999999;
}

:-moz-placeholder {
    color: #999999;
}

::-webkit-input-placeholder {
    color: #999999;
}

:-ms-input-placeholder {
    color: #999999;
}

/* 公共方法 */
.flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.flex-h{
	display: flex;
	align-items: center;
}
.flex-c{
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (min-width:1200px){
	/* 头部代码 */
	.header{
        position: sticky;
        top: -147px;
        z-index: 100;
	}
	.header .wrap-top{
        background: #E6E6E6;
	}
    .header .wrap-top,
    .header .wrap-top .wrap{
       height: 47px; 
    }
    .header .welcome{
    	font-size: 16px;
    	color: #444444;
    }
	.header .right-box a{
        margin-right: 10px;
    }
    .header .right-box span{
        margin-left: 4px;
    }
    .header .right-box span,
    .header .right-box a{
        display: inline-block;
    }
    .header .right-box span,
	.header .right-box a{
        font-size: 16px;
        color: #444444;
	}
    .header .wrap-center,
    .header .wrap-center .wrap{
       height: 100px; 
    }
    .header .logoImg{
    	width: 318px;
    	height: 60px;
    }
    .header .search-box{
        position: relative;
        overflow: hidden;
    }
    .header .search-box .text{
        width: 319px;
        height: 45px;
        line-height: 45px;
        box-sizing: border-box;
        border: 1px solid #E60012;
        font-size: 16px;
        color: #000000;
        padding: 0 17px;
        outline: none;
        border-radius: 6px;
    }
    .header .search-box .search{
        width: 46px;
        height: 45px;
        cursor: pointer;
        border: 0;
        outline: none;
        background: #E60012 url('../images/search-btn.png') no-repeat center / 23px 24px;
        border-bottom-right-radius: 6px;
        border-top-right-radius: 6px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 3;
    }
	.nav-box{
		height: 58px;
		background: #093C92;
	}
	.nav-box_red{
		background: #e60012;
	}
	.header .navigation>li{
		width: 163px;
		height: 58px;
		line-height: 58px;
	}
	.header .navigation>li .only-name{
		font-size: 16px;
		color: #FFFFFF;
		display: block;
        text-align: center;
	}
    .header .navigation>li .select{
        position: relative;
    }
    .header .navigation>li .select:after{
        content: "";
        width: 9.86px;
        height: 5.66px;
        background: url(../images/arrow-down.png) no-repeat;
        background-size: 9.86px 5.66px;
        position: absolute;
        top: 50%;
        right: 16px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
	.header .navigation>li .select-box{
		display: none;
		position: absolute;
		left: 0px;
		top: 170px;
		z-index: 10;
		width: 100%;
		background: rgba(255, 255, 255, 0.95);
		padding-bottom: 53px;
	}
	.header .navigation>li .menu{
		width: 1200px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.header .navigation>li .l-box{
		padding-left: 18px;
	}
	.header .navigation>li .title{
		font-size: 28px;
		font-weight: bold;
		color: #000000;
		line-height: 1;
		padding: 37px 0 30px;
	}
	.header .navigation>li .imgs{
		overflow: hidden;
		display: block;
	}
	.header .navigation>li .imgs,
	.header .navigation>li .nav-menu-img{
		width: 201px;
		height: 113px;
	}
	.header .navigation>li .r-box{
		width: 784px;
		padding-top: 18px;
	}
	.header .navigation>li .r-box ul{
		display: flex;
		flex-wrap: wrap;
	}
	.header .navigation>li .r-box li{
		width: 300px;
		line-height: 1;
		margin-top: 42px;
		border: none;
	}
	.header .navigation>li .r-box li:nth-child(3n){
		width: 184px;
	}
	.header .navigation>li .r-box li a{
		font-size: 18px;
		color: #000000;
	}
	.header .navigation>li.active .only-name{
		background: #E60012;
		color: #FFFFFF;
	}
	
	.header .nav-box_red .navigation>li.active .only-name{
		background: #093c92;
		color: #FFFFFF;
	}
	
	
	
    .skin-red .header .navigation>li.active .only-name{
    	background: #0254E8;
    	color: #FFFFFF;
    }
	
	/* 底部代码 */
	.footer{
		background: #093C92;
        padding-top: 60px;
	}
	.footer_red{
		background: #e60012;
	}
	.footer .foot-nav{
		display: flex;
		width: 1400px;
		margin: 0 auto;
	}
    .footer .foot-nav li{
        flex:1;
    }
    .footer .foot-nav li:last-child{
        flex:0 1 auto;
    }
	.footer .foot-nav a{
		font-size: 16px;
		color: #FFFFFF;
		line-height: 1;
	}
	.footer .foot-nav .box:first-child a{
		border-left: 2px solid #E60012;
        padding-left: 10px;
        font-size: 22px;
        cursor: default;
	}
    .footer .foot-nav .box:first-child{
        padding-bottom: 43px;
    }
    .footer .foot-nav .box:nth-child(n+3){
        padding-top: 25px;
    }
	.foot-box{
        width: 1400px;
        margin: 35px auto 0;
		border-top: 1px solid rgba(255,255,255,0.5);
        border-bottom: 1px solid rgba(255,255,255,0.5);
        padding: 39px 0 35px;
	}
    .foot-box .contact .title{
    	font-size: 22px;
    	color: #FFFFFF;
    	line-height: 1;
        border-left: 2px solid #E60012;
        padding-left: 20px;
        margin-bottom: 30px;
    }
    .foot-box .contact p{
    	font-size: 16px;
    	color: #FFFFFF;
        padding-top: 14px;
    }
	.foot-box .foot-chat{
        display: flex;
	}
    .foot-box .foot-chat .fbox{
        width: 160px;
        text-align: center;
        margin-left: 118px;
    }
    .foot-box .foot-chat .fbox img{
        width: 124px;
        height: 124px;
        border: 8px solid #FFFFFF;
        border-radius: 8px;
    }
    .foot-box .foot-chat .fbox p{
        font-size: 16px;
        color: #FFFFFF;
        line-height: 26px;
        padding-top: 23px;
    }
    .copyright{
        font-size: 16px;
        color: #FFFFFF;
        line-height: 26px;
        text-align: center;
        padding: 25px 0 22px;
    }
}
@media screen and (max-width:1199px){
	body{
		min-width:0 !important;
	}
	.wrap {
	    width: auto;
	}
	/* 头部代码 */
	.header,
	.header>.wrap{
		height: 1.08rem;
	}
	.header .logoImg{
		width: 2.57rem;
		height: .81rem;
		margin-left: .3rem;
	}
	.header .btn{
		display: block;
		position: absolute;
		right: .3rem;
		top: .4rem;
		width: .34rem;
		height: .3rem;
		background: url(../images/mobile-btn.png) no-repeat;
		background-size: cover;
	}
	.nav-box{
		width: 100%;
		position: absolute;
		top: 1.08rem;
		left: 0;
		z-index: 100;
		background: #103ED8;
		padding: 0 .3rem;
		display: none;
	}
	.navigation>li .only-name{
		height: 1.05rem;
		line-height: 1.05rem;
		border-bottom: 1px solid #FFFFFF;
		position: relative;
		display: block;
		color: #FFFFFF;
		font-size: .26rem;
	}
	.navigation>li .only-name:after{
		content: "";
		width: .13rem;
		height: .23rem;
		background: url(../images/mobile-arrow.png) no-repeat right center;
		background-size: .13rem .23rem;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transition: .3s ease-in-out;
		-webkit-transition: .3s ease-in-out;
	}
	.select-box{
		background: #FFFFFF;
		margin: 0 -.3rem;
		padding: .24rem 0 .5rem;
		display: none;
	}
	.select-box img,
	.select-box .l-box{
		display: none;
	}
	.select-box .r-box ul{
		display: flex;
		flex-wrap: wrap;
	}
	.select-box .r-box ul li{
		flex:calc(33.3%) 0;
		text-align: center;
		margin-top: .22rem;
	}
	.select-box .r-box ul li a{
		color: #103ED8;
		font-size: .3rem;
		line-height: 1;
	}
	.navigation>li.on .only-name{
		border-bottom:0;
	}
	.navigation>li.on .only-name:after{
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		right: .05rem;
		top: 43%;
	}
	/* .navigation>li.active .select-box{
		display: block;
	} */
	.footer .foot-nav,
	.foot-box>a,
	.foot-tact,
	.header .right-box{
		display: none;
	}
	
	/* 底部代码 */
	.footer{
		background: #F7F9FF;
	}
	.foot-box .foot-chat .fbox:nth-child(1){
		display: block;
	}
	.foot-box .foot-chat{
		display: flex;
		justify-content: space-between;
		width: 100%;
		text-align: center;
		padding: .4rem .39rem .4rem .29rem;
	}
	.foot-box .foot-chat .fbox:nth-child(1){
		width: 2.25rem;
	}
	.mobile-logo{
		width: 100%;
		margin-top: .23rem;
	}
	.foot-box .foot-chat .fbox{
		width: 1.6rem;
	}
	.foot-box .foot-chat .chatImg{
		width: 1.6rem;
		height: 1.6rem;
	}
	.foot-box .foot-chat p{
		font-size: .26rem;
		color: #000000;
		padding-top: .23rem;
	}
	.footer .foot-bom{
		background: #232323;
		font-size: .19rem;
		color: #FFFFFF;
		text-align: center;
		padding: .2rem .28rem;
	}
}