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: 1200px;
	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: 1200px;
	margin: 0 auto;
}

::-moz-placeholder {
	color: #cccccc;
}

:-moz-placeholder {
	color: #cccccc;
}

::-webkit-input-placeholder {
	color: #cccccc;
}

:-ms-input-placeholder {
	color: #cccccc;
}

/* 公共方法 */
.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;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (min-width:1200px){
    body{
        padding-top: 170px;
    }
	/* 头部代码 */
	.header{
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;
		background: #FFFFFF;
	}
	.header > .wrap{
		height: 110px;
	}
	.header .logoImg{
		width: 257px;
		height: 81px;
	}
	.search-box{
		position: absolute;
		top: 34px;
		left: 50%;
		z-index: 1000;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
	}
    .search-box .text{
        width: 314px;
        height: 42px;
        line-height: 42px;
        box-sizing: border-box;
        border: 1px solid #103ED8;
        font-size: 14px;
        color: #000000;
        padding: 0 40px 0 9px;
        outline: none;
    }
    .search-box2{
        width: 217px;
        position: relative;
        top: 0;
        left: 0;
        z-index: 1;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        margin-top: -7px;
    }
    .search-box2 .text{
        width: 100%;
        padding: 0 57px 0 13px;
    }
    .searchBoxFl{
        float: right;
        margin-top: -46px;
    }
    .search-box .search{
        position: absolute;
        right: 7px;
        top: 10px;
        width: 24px;
        height: 24px;
        background: url(../images/icon-search.png) no-repeat;
        background-size: 24px 24px;
        cursor: pointer;
        border: 0;
        outline: none;
    }
	.header.active > .wrap{
		/* display: none; */
	}
	.header .btn{
		display: none;
	}
	.header .right-box a{
		width: 148px;
		height: 43px;
		line-height: 43px;
		border: 1px solid #103ED8;
		color: #103ED8;
		font-size: 18px;
		padding-left: 49px;
		margin-left: 70px;
		display: inline-block;
		position: relative;
	}
	.header .right-box .member-login{
		background: url(../images/icon-member-login.png) no-repeat 21px center;
		background-size: 19px 18px;
	}
	.header .right-box .universal{
		background: url(../images/icon-universal.png) no-repeat 21px center;
		background-size: 17px 18px;
	}
	.header .right-box a:last-child:before{
		content: "";
		position: absolute;
		left: -36px;
		top: 50%;
		width: 1px;
		height: 22px;
		margin-top: -11px;
		background: #505050;
	}
	.nav-box{
		height: 60px;
		background: #103ED8;
	}
	.header .navigation{
		display: flex;
	}
	.header .navigation>li{
		width: 101px;
		height: 59px;
		line-height: 59px;
	}
	.header .navigation>li .only-name{
		font-size: 16px;
		color: #FFFFFF;
		display: block;
		text-align: center;
		margin-top: 1px;
	}
	.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;
		box-shadow:0px 5px 10px #8f8f8f;
	}
	.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;
        object-fit: cover;
	}
    .header .navigation>li:nth-child(9) .nav-menu-img{
        background-position: -480px center !important;
    }
	.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: #FFFFFF;
		color: #103ED8;
	}

	/* 底部代码 */
	.footer{
		background: #F7F9FF;
		position: relative;
	}
	.footer .foot-nav{
		display: flex;
		width: 1200px;
		margin: 0 auto;
		padding: 65px 0 45px;
		border-bottom: 1px solid #103ED8;
	}
	.footer .foot-nav a{
		font-size: 16px;
		color: #000000;
		margin-right: 39px;
		line-height: 1;
	}
	.footer .foot-nav a:last-child{
		margin-right: 0;
	}
	.foot-box{
		height: 259px;
		display: flex;
		align-items: center;
	}
	.foot-box .logoImg{
		width: 294px;
		height: 93px;
	}
	.foot-box .foot-tact{
		width: 310px;
	}
	.foot-box .foot-tact p{
		font-size: 16px;
		color: #3D3D3D;
		line-height: 1;
		margin-bottom: 23px;
	}
	.foot-box .foot-tact p:nth-child(1){
		background: url(../images/icon-phone.png) no-repeat left center;
		background-size: 13px 13px;
		padding-left: 30px;
	}
	.foot-box .foot-tact p:nth-child(2){
		background: url(../images/icon-email.png) no-repeat left center;
		background-size: 14px 10px;
		padding-left: 31px;
	}
	.foot-box .foot-tact p:nth-child(3){
		background: url(../images/icon-address.png) no-repeat left center;
		background-size: 12px 15px;
		padding-left: 29px;
		margin-bottom: 0;
	}
	.foot-box .foot-chat{
		display: flex;
		justify-content: space-between;
		width: 235px;
		text-align: center;
	}
	.foot-box .foot-chat .fbox:nth-child(1){
		display: none;
	}
	.foot-box .foot-chat .fbox{
		width: 96px;
	}
	.foot-box .foot-chat .chatImg{
		width: 96px;
		height: 96px;
	}
	.foot-box .foot-chat p{
		font-size: 14px;
		color: #000000;
		padding-top: 6px;
	}
	.footer .foot-bom{
		height: 60px;
		line-height: 60px;
		background: #232323;
		font-size: 16px;
		color: #FFFFFF;
		text-align: center;
	}
}

@media screen and (max-width:1199px){
	body{
		min-width:0 !important;
		padding-top: 1.08rem;
	}
	.wrap {
		width: auto;
	}
    .clearfix{
        margin-bottom: .3rem;
    }
	/* 头部代码 */
	.header{
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;
		background: #FFFFFF;
	}
	.header,
	.header>.wrap{
		height: 1.08rem;
	}
	.header .logoImg{
		width: 2.57rem;
		height: .81rem;
		margin-left: .3rem;
	}
    .search-box{
        height: .52rem;
    	position: absolute;
    	top: 50%;
    	right: 1rem;
    	z-index: 1000;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    .search-box .text{
        width: 3.14rem;
        height: .52rem;
        line-height: .52rem;
        box-sizing: border-box;
        border: 1px solid #103ED8;
        font-size: .22rem;
        color: #000000;
        padding: 0 .4rem 0 .09rem;
        outline: none;
        display: none;
    }
    .search-box .search{
        position: absolute;
        right: .07rem;
        top: .1rem;
        width: .3rem;
        height: .3rem;
        background: url(../images/icon-search.png) no-repeat;
        background-size: .3rem .3rem;
        cursor: pointer;
        border: 0;
        outline: none;
    }
    .search-box2{
        width: 3.5rem;
        position: relative;
        top: 0;
        right: 0;
        z-index: 1;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        margin: .33rem 0 -.33rem;
    }
    .search-box2 .text{
        width: 100%;
        padding: 0 .57rem 0 .13rem;
        display: block;
    }
    .search-box2 .search{
        right: .12rem;
    }
	.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{
		border-bottom: 1px solid #FFFFFF;
		position: relative;
	}
	.navigation>li .only-name{
		height: 1.05rem;
		line-height: 1.05rem;
		color: #FFFFFF;
		font-size: .26rem;
	}
	.navigation>li:after{
		content: "";
		width: .13rem;
		height: .23rem;
		background: url(../images/mobile-arrow.png) no-repeat right center;
		background-size: .13rem .23rem;
		position: absolute;
		top: .5rem;
		right: .2rem;
		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{
		border-bottom:0;
	}
	.navigation>li.on:after{
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		top: .45rem;
	}
	/* .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;
	}
}