* {
  font-weight: lighter; }

@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
/*新设备的rem-vw标准*/

html {
	overflow-x: hidden;
	font-size: 13.3333333333vw;
	/*一便rem.js失效，这里起作用*/
}

body {
	width: 100%;
	min-width: 320px;
	min-height: 100vh;
	margin: 0 auto;
	font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
	background: #fff;
	overflow-x: hidden;
	text-align: left;
	position: relative;
	font-size: 16px;
	color: #333;
}

img {
	border: none;
}

h1, h2, h3 {
	font-weight: normal;
}

a {
	color: #5d5d5d;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none；
}

input, textarea, select {
	font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
	font-size: 1em;
	outline: none;
	margin: 0;
	padding: 0;
}

input::-webkit-input-placeholder {
	color: #999 !important;
}

textarea::-webkit-input-placeholder {
	color: #999 !important;
}

input[type='button'], input[type='text'], input[type='search'], input[type='submit'], input[type='reset'], input[type='date'], input[type='time'], input[type='number'] {
	-webkit-appearance: none;
}

select {
	-webkit-appearance: none;
}

textarea {
	-webkit-appearance: none;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	margin: 0;
}

ul, ol {
	padding: 0;
	list-style-type: none;
}

em {
	font-style: normal;
}

.lt {
	float: left;
}

.rt {
	float: right;
}

input.sub, label {
	border: none;
	cursor: pointer;
}

input, textarea {
	font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
	outline: none;
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
}

td, th {
	padding: 0;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
*{
	box-sizing: border-box;
}

/*主体*/
.conter{
	max-width: 1200px;
	margin: 0 auto;
	
}
.fp-box-1 .left{
	width: 255px;
	float: left;
}
.fp-box-1 .left ul li{
	width: 255px;
	height: 110px;
	margin-bottom: 2px;
	text-align: center;
	line-height: 110px;
	color: #fff;
	font-size: 22px;

	
}
.b1{
	background:#4c7dff url(../img/jiantou.png) no-repeat left;
}

.b2{
	background:#40a7f2 url(../img/jiantou.png) no-repeat left;
}
.b3{
	background:#3fc1f2 url(../img/jiantou.png) no-repeat left;
}

.fp-box-1 .right{
	width: 945px;
	height: 670px;
	float: left;
}
.fp-box-1 .right img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.tilti{
	text-align: center;
	margin: 70px auto;
}
.tilti h3{
	font-size: 40px;
}
.tilti span{
	display: block;
	width: 40px;
	height: 1px;
	margin: 0 auto;
	margin-top: 10px;
	background-color: #3fa6f1;
}
.fp-box-2 .box{
	margin-bottom: 30px;
}
.fp-box-2 .box .tilti-two{
	margin-bottom: 15px;
}
.fp-box-2 .box .tilti-two h3{
	font-size: 24px;
	color: #41a7f2;
}

.fp-box-2 .box .in .gg{
	width: 500px;
	height: 50px;
	border-radius: 5px;
	border: 1px solid #3FA6F1;
	background: url(../img/jiantou2.png) no-repeat;
	background-size: 20px auto;
	background-position-x: 82%;
	background-position-y: 15px;
}
.fp-box-2 .box .in .gg input{
	width: 60%;
	height: 100%;
	border: none;
	border-radius: 5px;
	padding-left: 20px;
	box-sizing: border-box;
}

.fp-box-2 .box .in .gg span{
	display: inline-block;
	line-height: 45px;
	font-weight: 600;
	width: 12%;
	
	float: right;
	margin-right: 10px;
	border: none;
	font-size: 20px;
	text-align: center;
	color: #3FA6F1;
}
.fp-box-2 .box .in .sf{
	width: 135px;
	height: 60px;
	text-align: center;
	margin-left: 30px;
	color: #3FA6F1;
	font-size: 24px;
	background: url(../img/xia.png) no-repeat  center;
	background-size: 100% auto;
	background-position-y: 30px;
}
.fp-box-2 p{
	font-size: 18px;
	color: #000;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 30px;
}

.fp-box-3{
	width: 100%;
	height: 340px;
	background-color: #f2f2f2;
	padding-top: 1px;
}

.fp-box-3 .list ul{
	margin-left: -15px;
	margin-right: -15px;
}
.fp-box-3 .list ul li{
	width: 20%;
	float: left;
	height: 123px;
	padding: 0 15px;
}
.fp-box-3 .list ul li .pic{
	width: 100%;
	height: 100%;
}
.fp-box-3 .list ul li .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.fp-box-3 .tilti {
    text-align: center;
    margin: 70px auto 30px auto;
}
.footer{
	width: 100%;
	height: 50px;
	background-color: #dcdcdc;
	text-align: center;
	line-height: 50px;
	color: #323232;
}
@media (max-width: 800px) {
	.fp-box-2 .box .in .gg span{
		display: inline-block;
		line-height: 40px;
		font-weight: 600;
		width: 12%;
		font-size: 16px!important;
		float: right;
		margin-right: 10px;
		border: none;
		font-size: 20px;
		text-align: center;
		color: #3FA6F1;
	}
	.fp-box-2 .box .in .gg {
	    
	    float: none;
	}
	.fp-box-2 .box .in .gg {
	   
	    height: 40px;
	    background-position-y: 10px;
	}
	.fp-box-2 .box .in .sf {
			float: none;
			margin: 0 auto;
	}
	.footer{
		font-size: 12px;
	}
	.fp-box-3 .tilti h3 {
	    padding-top: 20px;
	}
	.fp-box-3 {
		padding: 0 15px;
		height: auto;
		padding-bottom: 10px;
	}
	.fp-box-3 .list ul li{
		width: 50%;
		height: 60px;
		padding: 0 15px;
		margin-bottom: 20px;
	}
	.fp-box-2 .box .in .gg {
	    width: 100%;
		background-position-x: 82%;
		
	}
	.fp-box-2 p{
		padding:0 15px;
		font-size: 15px;
		line-height: 24px;
	}
	.fp-box-2 .box .in .sf {
	    margin-top: 10px;
	    font-size: 18px;
	    
	}
	.fp-box-2 .box .in .gg select {
	    font-size: 16px;
	 
	}
	.fp-box-2 .box .tilti-two h3 {
	    font-size: 14px;
	  
	}
	.tilti h3 {
	    font-size: 24px;
	}
	.tilti {
	    margin: 20px auto;
	}
	.fp-box-2 .box {
	    padding: 0 15px;
	}
	.fp-box-1 .left {
	    width: 100%;
	    float: none;
		padding: 0 10px;
	}
	.fp-box-1 .left ul li{
		width: 49%;
		float: left;
		 font-size: 14px;
		  line-height: 40px;
		   height: 40px;
	margin: 2px 0.5%;
	}
	
	.fp-box-1 .right {
	    width: 100%;
	    height: 320px;
	    float: none;
		padding: 0 10px;
		margin-top: 10px;
	}
	.b1{
		background:#4c7dff url(../img/jiantou.png) no-repeat left;
		background-size: 20px auto;
	}
	
	.b2{
		background:#40a7f2 url(../img/jiantou.png) no-repeat left;
		background-size: 20px auto;
	}
	.b3{
		background:#3fc1f2 url(../img/jiantou.png) no-repeat left;
		background-size: 20px auto;
	}
	
	
}