html,body{
	padding: 0;
	margin: 0;
	background: #ecf1ff;
	font-size: initial;
}

h1,h2,p{
	padding: 0;
	margin: 0;
}

ul{
	padding: 0;
	margin: 0;
	list-style: none;	
}

input{
	outline: none;
	padding: 0;
	margin: 0;
}

.new_head{
	width: 100%;
}

.new_head>img{
	width: 100%;
	vertical-align: middle;
}

/*content*/
.new_nav{
	width: 1200px;
	margin: auto;
	background: #fff;
	transform: translateY(-60px);
	padding-top:1px;
}

.new_nav>h1{
	margin-top: 60px;
	font-size: 40px;
	text-align: center;
	letter-spacing: 5px;
}

.h1_span{
	line-height: 80px;
	color:#fe5a00;
}

.new_nav>h1+p{
	text-align: center;
	font-size: 20px;
}

.new_nav>p>span{
	color: #FE5A00;
}

.new_form{
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
	
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-webkit-align-content: space-between;
	
	display: -moz-flex;
	-moz-flex-wrap: wrap;
	-moz-justify-content: space-between;
	-moz-align-content: space-between;
	
	display: -o-flex;
	-o-flex-wrap: wrap;
	-o-justify-content: space-between;
	-o-align-content: space-between;
	
	display: -ms-flex;
	-ms-flex-wrap: wrap;
	-ms-justify-content: space-between;
	-ms-align-content: space-between;
}

.mianji{
	width: 1043px;
	line-height: 40px;
	margin:0 auto 26px;
		
	display: flex;
	justify-content: space-between;
	align-content: space-between;
	
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	-webkit-align-content: space-between;
	
	display: -ms-flex;
	-ms-justify-content: space-between;
	-ms-align-content: space-between;
	
	display: -moz-flex;
	-moz-justify-content: space-between;
	-moz-align-content: space-between;
	
	display: -o-flex;
	-o-justify-content: space-between;
	-o-align-content: space-between;
}

.mianji>input{
	width: 300px;
	height: 40px;
	outline: none;
	border: none;
	border-radius: 2px;
	box-shadow: 0 0 0px 1px #ccc;
	text-indent: 2em;
}

.mianji>select{
	width: 300px;
	height: 40px;
	outline: none;
	text-indent: 2em;
	border: none;
	border-radius: 2px;
	box-shadow: 0 0 0px 1px #ccc;
}

.mianji>p{
	width: 300px;
}

.mianji>div{
	width: 300px;
	height: 40px;
	box-shadow: 0 0 0px 1px #ccc;
}

.mianji:nth-of-type(3){
	flex-wrap:wrap;
	
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-o-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
}

.mianji:nth-of-type(3) div:nth-of-type(4){
	margin-left: 86px;
}

.mianji:nth-of-type(3) div:nth-of-type(4),.mianji:nth-of-type(3) div:nth-of-type(5),.mianji:nth-of-type(3) div:nth-of-type(6){
	margin-top: 26px;
}

.label{
	margin-left: 20px;
    letter-spacing: 2px;
}

.this_ture{
	width: 20px;
	height: 20px;
	border: 1px solid #000;
	display: inline-block;
	transform: translateY(6px);
	margin-left: .5em;
	position:relative;
}

.this_ture>img{
	position:absolute;
	top: 0;
	left: 0;
}

/*tab*/
.tab{
	width: 1043px;
	margin: auto;
/*	display: flex;
	justify-content: space-between;*/
}

.tab>span{
	float: left;
}

.tab>ul{
	width: 266px;
	float: left;
	margin-left: 20px;
}

.tab>ul:nth-of-type(2){
	margin: 0;
}

.tab>ul>li{
	width: 266px;
	height: 50px;
	background:#4d6dcb;
	margin-bottom: 25px;
	text-align: center;
	line-height: 50px;
	color: white;
	cursor:pointer;
}

.tab_img{
	float: left;
	width: 410px;
	text-align: center;
}

.tab+p{
	width: 1140px;
	margin:0 auto 45px;
	text-align: center;
}

.item_name{
	width: 1043px;
	margin: auto;
	display: flex;
	justify-content: flex-start;
	
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	
	display: -ms-flex;
	-ms-justify-content: flex-start;
	
	display: -moz-flex;
	-moz-justify-content: flex-start;
	
	display: -o-flex;
	-o-justify-content: flex-start;
}

.item_name>p{
	width: 336px;
	height: 58px;
	line-height: 58px;
	margin-right: 20px;
}

.item_form{
	width: 1043px;
	margin:0 auto 60px;
	display: flex;
	justify-content: space-between;
	
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	
	display: -o-flex;
	-o-justify-content: space-between;
	
	display: -ms-flex;
	-ms-justify-content: space-between;
	
	display: -moz-flex;
	-moz-justify-content: space-between;
}

.item_form>input{
	width: 336px;
	height: 50px;
	text-indent: 2em;
	border-radius: 5px;
	border:none;
	box-shadow: 0 0 1px #999;
}

.item_form>input[type="button"]{
	text-indent: initial;
	background:#4d6dcb;
	color: white;
	font-size: 16px;
}

.offer{
	width: 1043px;
	margin: auto;
	font-size: 40px;
	letter-spacing: 8px;
}

.offer>span{
	color: #fe5a00;
}

.offer>samp{
	font-size: 20px;
	letter-spacing: initial;
}

.offer>samp>span{
	color: #fe5a00;
	letter-spacing: initial;
}

.new_box{
	width: 1043px;
	height: 284px;
	padding-top: 40px;
	margin: auto;
	box-sizing: border-box;
	display: flex;
    justify-content: space-between;
    
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    
    display: -ms-flex;
    -ms-justify-content: space-between;
    
    display: -moz-flex;
    -moz-justify-content: space-between;
    
    display: -o-flex;
    -o-justify-content: space-between;
}

.new_box>ul{
	width: 236px;
	float: left;
}

.new_box>ul>li{
	height: 44px;
	line-height: 44px;
}

.new_box>ul>li>span{
	padding-left: 60px;
	box-sizing: border-box;
}

.new_box>ul:nth-of-type(2){
	margin-left: 60px;
}

.new_box_offter{
	width: 424px;
	height: 208px;
	float: left;
	text-align: center;
	background: #4d6dcb;
	border-radius: 0 5px 5px 5px;
	position:relative;
}

.new_box_model{
	position:absolute;
    top: 1px;
    left: 1px;
	background: white;
	width: 418px;
	height: 198px;
}

.new_money{
	font-size: 28px;
	margin-top: 25px;
	line-height: 70px;
}

.new_box_model span{
	color: #FE5A00;
	font-size: 40px;
	padding-left: 20px;
	box-sizing: border-box;
}

.new_box_model+p{
	font-size: 20px;
}

.Prompt{
	width: 1043px;
	text-align: center;
	height: 45px;
	padding-bottom: 46px;
}

.text{
	width: 1200px;
	line-height: 168px;
	font-size: 40px;
	margin: auto;
}

.text span{
	color: #FE5A00;
}

.list_template{
	width: 1200px;
	margin:auto;
	margin-bottom: 100px;
	display: flex;
	justify-content: space-between;	
	
	display: -webkit-flex;
	-webkit-justify-content: space-between;	
	
	display: -moz-flex;
	-moz-justify-content: space-between;	
	
	display: -ms-flex;
	-ms-justify-content: space-between;	
	
	display: -o-flex;
	-o-justify-content: space-between;	
	
}

.list_template img{
	transition:all 1s;
}

.list_template img:hover{
	box-shadow:0 0 10px 5px #ccc;
	transform: translateY(-20px) scale(1.02);
}

#wsj{
	padding-left: 45px;
}

.tab_li{
	background: #FE5A00 !important;
}

#yshide{
	display: none;
}

#tel_fiwe{
	color: #fe5a00;
	font-weight: 500;
}
