
.xieyi li {
    display: inline-block;
    clear: both;
}





/* 表单提交 */
@media screen and (min-width: 1440px) {
		


	i.wujiaoxing {
		color: #086ad8;
		font-style: normal;
	}

	.ico_wjx {
		float: left;
		width: 30px;
		height: 70px;
		/* left: -50px; */
		line-height: 70px;
		margin-left: 10px;
	}


	.baojia {
		width: 90%;
		height: auto;
		overflow: hidden;
		margin: 0px auto;
	}

	.xiexian {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 50px auto;
	}

	.xiexian img {
		display: block;
		margin: 0px auto;
	}

	.zxen {
		text-transform: uppercase;
		font-size: 44px;
		font-weight: 600;
		color: #4472c4;
		text-align: center;
		line-height: 50px;
		font-weight: bold;
		letter-spacing: 1.5px;
		

		
	}

	.zxcn {
		font-size:36px;
		text-align: center;
		margin: 10px auto;
		line-height: 42px;
	}

	.zxcn1 {
		font-size: 44px;
		text-align: center;
		margin: 20px auto 10px;
		line-height: 60px;
		font-weight: 600;
		
	}

	.zxcntxt {
		font-size: 18px;
		text-align: center;
		margin: 10px auto;
		color: #0a0a0a;
	}

	.baojia_main {
		position: relative;
		width: 80%;
		height: auto;
		/* overflow: hidden; */
		margin: 50px auto;
	}

	.baojia_hang {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-bottom: 50px;
	}

	span.baojia_txt {
		display: block;
		font-size: 18px;
		padding: 20px 0;
	}



	/* 两行 */
	.baojia_lianghang li {
		float: left;
	}

	.baojia_lianghang li {
		position: relative;

		width: 50%;
		height: auto;
		/* overflow: hidden; */
		margin-top: 20px;
		font-size: 18px;
	}

	.baojia_lianghang li span {
		display: block;
		font-size: 18px;
		padding: 20px 0;
	}

	.baojia_lianghang li input {
		float: left;
		outline: none;

		display: inline-block;
		font-size: 18px;
		padding: 10px 0;

		width: 80%;
		border-radius: 10px;
		border: 1px solid #aaaaaa;
	}

	/* 三行 */
	.baojia_sanhang li {
		float: left;
	}

	.baojia_sanhang li {
		position: relative;

		width: 33.333%;
		height: auto;
		overflow: hidden;
		margin-top: 20px;
		font-size: 18px;
	}

	.baojia_sanhang li span {
		display: block;
		font-size: 12px;
		padding: 20px 0;
	}

	.baojia_sanhang li input {
		outline: none;

		display: inline-block;
		font-size: 18px;
		padding: 10px 0;
	}





	.radio input[type=radio] {
		position: absolute;
		opacity: 0;
	}

	.radio input[type=radio]+.radio-label:before {
		content: "";
		background: #f4f4f4;
		border-radius: 100%;
		border: 2px solid #5f5f5f;
		box-sizing: border-box;
		display: inline-block;
		width: 24px;
		height: 24px;
		position: relative;
		top: 0px;
		margin-right: 10px;
		vertical-align: top;
		cursor: pointer;
		text-align: center;
		transition: all 50ms ease;
	}

	.radio input[type=radio]:checked+.radio-label:before {
		background-color: #4472c4;
		box-shadow: inset 0 0 0 4px #f4f4f4;
	}

	.radio input[type=radio]:focus+.radio-label:before {
		outline: none;
		border-color: #676767;
	}

	.radio input[type=radio]:disabled+.radio-label:before {
		box-shadow: inset 0 0 0 4px #f4f4f4;
		border-color: #5f5f5f;
		background: #b4b4b4;
	}

	.radio input[type=radio]+.radio-label:empty:before {
		margin-right: 0;
	}




	.checkbox input[type=checkbox] {
		position: absolute;
		opacity: 0;
	}

	.checkbox input[type=checkbox]+.checkbox-label:before {
		content: "";
		background: #f4f4f4;
		border: 2px solid #5f5f5f;
		box-sizing: border-box;
		display: inline-block;
		width: 20px;
		height: 20px;
		position: relative;
		top: 4px;
		margin-right: 10px;
		vertical-align: top;
		cursor: pointer;
		text-align: center;
		transition: all 50ms ease;
	}

	.checkbox input[type=checkbox]:checked+.checkbox-label:before {
		background-color: #4472c4;
		box-shadow: inset 0 0 0 4px #f4f4f4;
	}

	.checkbox input[type=checkbox]:focus+.checkbox-label:before {
		outline: none;
		border-color: #676767;
	}

	.checkbox input[type=checkbox]:disabled+.checkbox-label:before {
		box-shadow: inset 0 0 0 4px #f4f4f4;
		border-color: #5f5f5f;
		background: #b4b4b4;
	}

	.checkbox input[type=checkbox]+.checkbox-label:empty:before {
		margin-right: 0;
	}

	.input_txt1 {
		text-indent: 10px;
		outline: none;
	}

	.input_txt2 {
		text-indent: 60px;
		outline: none;
		color: #676767;
		font-size: 18px;
		/* margin-left: 50px; */
	}

	.input_txt3 {
		display: block;
		margin: 0px auto;
		outline: none;
		color: #fff;
		font-size: 18px;
		background: #ccc;
		text-align: center;
		border-radius: 40px;
		padding: 10px 100px;
		margin: 50px auto;
		border: 0;
	}


}


@media (max-width: 768px) {

	i.wujiaoxing {
		color: #4472c4;
		font-style: normal;
	}

	.ico_wjx {
		position: absolute;
		width: 30px;
		height: 70px;
		/* left: -50px; */
		line-height: 70px;
	}


	.baojia {
		width: 90%;
		height: auto;
		overflow: hidden;
		margin: 0px auto;
	}

	.xiexian {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px auto;
	}

	.xiexian img {
		display: block;
		margin: 0px auto;
		max-width: 40px;
	}

	.zxen {
		text-transform: uppercase;
		font-size: 24px;
		font-weight: 600;
		color: #4472c4;
		text-align: center;
		line-height: 30px;
		font-weight: bold;
		letter-spacing: 0px;
		

		
	}

	.zxcn {
		font-size: 42px;
		text-align: center;
		margin: 10px auto;
		line-height: 42px;
	}

	.zxcn1 {
		font-size: 24px;
		text-align: center;
		margin: 10px auto 10px;
		font-weight: 600;
	}

	.zxcntxt {
		font-size: 24px;
		text-align: center;
		margin: 10px auto;
		color: #0a0a0a;
	}

	.baojia_main {
		position: relative;
		width: 100%;
		height: auto;
		/* overflow: hidden; */
		margin: 30px auto;
	}

	.baojia_hang {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-bottom: 10px;
	}
		.baojia_hang li input {
		float: left;
		outline: none;

		display: inline-block;
		font-size: 18px;
		padding: 10px 0;

		width: 80%;
		border-radius: 10px;
		border: 1px solid #aaaaaa;
	}

	span.baojia_txt {
		display: block;
		font-size: 18px;
		padding: 10px 0;
	}


	.tubiao01 {
		background: #f1f1f1 url(img/baojia_ico_01.png) no-repeat left 10px top 5px;
	}

	.tubiao02 {
		background: #f1f1f1 url(img/baojia_ico_02.png) no-repeat left 10px top 5px;
	}

	.tubiao03 {
		background: #f1f1f1 url(img/baojia_ico_03.png) no-repeat left 10px top 5px;
	}

	.tubiao04 {
		background: #f1f1f1 url(img/baojia_ico_04.png) no-repeat left 10px top 5px;
	}

	/* 两行 */
	.baojia_lianghang li {
		float: left;
	}

	.baojia_lianghang li {
		position: relative;

		width: 100%;
		height: auto;
		/* overflow: hidden; */
		margin-top: 10px;
		font-size: 16px;
	}

	.baojia_lianghang li span {
		display: block;
		font-size: 18px;
		padding: 10px 0;
	}

	.baojia_lianghang li input {
		outline: none;
		display: inline-block;
		font-size: 16px;
		padding: 8px 0;
		width: 100%;
		border-radius: 5px;
		border: 1px solid #aaaaaa;
		box-sizing: border-box;
		  

	}

	/* 三行 */
	.baojia_sanhang li {
		float: left;
	}

	.baojia_sanhang li {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 10px;
		font-size: 16px;
	}

	.baojia_sanhang li span {
		display: block;
		font-size: 24px;
		padding: 10px 0;
	}

	.baojia_sanhang li input {
		outline: none;

		display: inline-block;
		font-size: 24px;
		padding: 10px 0;
		box-sizing: border-box;
	}





	.radio input[type=radio] {
		position: absolute;
		opacity: 0;
	}

	.radio input[type=radio]+.radio-label:before {
		content: "";
		background: #f4f4f4;
		border-radius: 100%;
		border: 2px solid #5f5f5f;
		box-sizing: border-box;
		display: inline-block;
		width: 16px;
		height: 16px;
		position: relative;
		top: 3px;
		margin-right: 5px;
		vertical-align: top;
		cursor: pointer;
		text-align: center;
		transition: all 50ms ease;
	}

	.radio input[type=radio]:checked+.radio-label:before {
		background-color: #4472c4;
		box-shadow: inset 0 0 0 4px #f4f4f4;
	}

	.radio input[type=radio]:focus+.radio-label:before {
		outline: none;
		border-color: #676767;
	}

	.radio input[type=radio]:disabled+.radio-label:before {
		box-shadow: inset 0 0 0 4px #f4f4f4;
		border-color: #5f5f5f;
		background: #b4b4b4;
	}

	.radio input[type=radio]+.radio-label:empty:before {
		margin-right: 0;
	}




	.checkbox input[type=checkbox] {
		position: absolute;
		opacity: 0;
	}

	.checkbox input[type=checkbox]+.checkbox-label:before {
		content: "";
		background: #f4f4f4;
		border: 2px solid #5f5f5f;
		box-sizing: border-box;
		display: inline-block;
		width: 16px;
		height: 16px;
		position: relative;
		top: 3px;
		margin-right: 5px;
		vertical-align: top;
		cursor: pointer;
		text-align: center;
		transition: all 50ms ease;
	}

	.checkbox input[type=checkbox]:checked+.checkbox-label:before {
		background-color: #4472c4;
		box-shadow: inset 0 0 0 4px #f4f4f4;
	}

	.checkbox input[type=checkbox]:focus+.checkbox-label:before {
		outline: none;
		border-color: #676767;
	}

	.checkbox input[type=checkbox]:disabled+.checkbox-label:before {
		box-shadow: inset 0 0 0 4px #f4f4f4;
		border-color: #5f5f5f;
		background: #b4b4b4;
	}

	.checkbox input[type=checkbox]+.checkbox-label:empty:before {
		margin-right: 0;
	}

	.input_txt1 {
		text-indent: 10px;
		outline: none;
	}

	.input_txt2 {
		text-indent: 50px;
		outline: none;
		color: #676767;
		font-size: 18px;
		margin-left: 0px;
	}

	.input_txt3 {
		display: block;
		margin: 0px auto;
		outline: none;
		color: #fff;
		font-size: 18px;
		background: #ccc;
		text-align: center;
		border-radius: 40px;
		padding: 10px 100px;
		margin: 30px auto;
		border: 0;
	}



}
@media (min-width: 1200px) and (max-width: 1440px) {
	
	
	i.wujiaoxing {
		color: #086ad8;
		font-style: normal;
	}

	.ico_wjx {
		float: left;
		width: 30px;
		height: 70px;
		/* left: -50px; */
		line-height: 70px;
		margin-left: 10px;
	}


	.baojia {
		width: 90%;
		height: auto;
		overflow: hidden;
		margin: 0px auto;
	}

	.xiexian {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 50px auto;
	}

	.xiexian img {
		display: block;
		margin: 0px auto;
	}

	.zxen {
		text-transform: uppercase;
		font-size: 38px;
		font-weight: 600;
		color: #4472c4;
		text-align: center;
		line-height: 50px;
		font-weight: bold;
		letter-spacing: 1.5px;
		

		
	}

	.zxcn {
		font-size: 28px;
		text-align: center;
		margin: 10px auto;
		line-height: 36px;
	}

	.zxcn1 {
		font-size: 38px;
		text-align: center;
		margin: 20px auto 10px;
		line-height: 60px;
		font-weight: 600;
		
	}

	.zxcntxt {
		font-size: 16px;
		text-align: center;
		margin: 10px auto;
		color: #0a0a0a;
	}

	.baojia_main {
		position: relative;
		width: 80%;
		height: auto;
		/* overflow: hidden; */
		margin: 50px auto;
	}

	.baojia_hang {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-bottom: 50px;
	}

	span.baojia_txt {
		display: block;
		font-size: 16px;
		padding: 20px 0;
	}



	/* 两行 */
	.baojia_lianghang li {
		float: left;
	}

	.baojia_lianghang li {
		position: relative;

		width: 50%;
		height: auto;
		/* overflow: hidden; */
		margin-top: 20px;
		font-size: 16px;
	}

	.baojia_lianghang li span {
		display: block;
		font-size: 16px;
		padding: 20px 0;
	}

	.baojia_lianghang li input {
		float: left;
		outline: none;

		display: inline-block;
		font-size: 16px;
		padding: 10px 0;

		width: 80%;
		border-radius: 10px;
		border: 1px solid #aaaaaa;
	}

	/* 三行 */
	.baojia_sanhang li {
		float: left;
	}

	.baojia_sanhang li {
		position: relative;

		width: 33.333%;
		height: auto;
		overflow: hidden;
		margin-top: 20px;
		font-size: 16px;
	}

	.baojia_sanhang li span {
		display: block;
		font-size: 16px;
		padding: 20px 0;
	}

	.baojia_sanhang li input {
		outline: none;

		display: inline-block;
		font-size: 16px;
		padding: 10px 0;
	}





	.radio input[type=radio] {
		position: absolute;
		opacity: 0;
	}

	.radio input[type=radio]+.radio-label:before {
		content: "";
		background: #f4f4f4;
		border-radius: 100%;
		border: 2px solid #5f5f5f;
		box-sizing: border-box;
		display: inline-block;
		width: 18px;
		height: 18px;
		position: relative;
		top: 2px;
		margin-right: 10px;
		vertical-align: top;
		cursor: pointer;
		text-align: center;
		transition: all 50ms ease;
	}

	.radio input[type=radio]:checked+.radio-label:before {
		background-color: #4472c4;
		box-shadow: inset 0 0 0 4px #f4f4f4;
	}

	.radio input[type=radio]:focus+.radio-label:before {
		outline: none;
		border-color: #676767;
	}

	.radio input[type=radio]:disabled+.radio-label:before {
		box-shadow: inset 0 0 0 4px #f4f4f4;
		border-color: #5f5f5f;
		background: #b4b4b4;
	}

	.radio input[type=radio]+.radio-label:empty:before {
		margin-right: 0;
	}




	.checkbox input[type=checkbox] {
		position: absolute;
		opacity: 0;
	}

	.checkbox input[type=checkbox]+.checkbox-label:before {
		content: "";
		background: #f4f4f4;
		border: 2px solid #5f5f5f;
		box-sizing: border-box;
		display: inline-block;
		width: 18px;
		height: 18px;
		position: relative;
		top: 2px;
		margin-right: 10px;
		vertical-align: top;
		cursor: pointer;
		text-align: center;
		transition: all 50ms ease;
	}

	.checkbox input[type=checkbox]:checked+.checkbox-label:before {
		background-color: #4472c4;
		box-shadow: inset 0 0 0 4px #f4f4f4;
	}

	.checkbox input[type=checkbox]:focus+.checkbox-label:before {
		outline: none;
		border-color: #676767;
	}

	.checkbox input[type=checkbox]:disabled+.checkbox-label:before {
		box-shadow: inset 0 0 0 4px #f4f4f4;
		border-color: #5f5f5f;
		background: #b4b4b4;
	}

	.checkbox input[type=checkbox]+.checkbox-label:empty:before {
		margin-right: 0;
	}

	.input_txt1 {
		text-indent: 10px;
		outline: none;
	}

	.input_txt2 {
		text-indent: 60px;
		outline: none;
		color: #676767;
		font-size: 16px;
		/* margin-left: 50px; */
	}

	.input_txt3 {
		display: block;
		margin: 0px auto;
		outline: none;
		color: #fff;
		font-size: 16px;
		background: #ccc;
		text-align: center;
		border-radius: 40px;
		padding: 10px 100px;
		margin: 50px auto;
		border: 0;
	}
	
	}
@media (min-width: 769px) and (max-width: 1200px) {

	i.wujiaoxing {
		color: #4472c4;
		font-style: normal;
	}

	.ico_wjx {
		float: left;
		width: 30px;
		height: 70px;
		/* left: -50px; */
		line-height: 70px;
		margin-left: 10px;
	}


	.baojia {
		width: 90%;
		height: auto;
		overflow: hidden;
		margin: 0px auto;
	}

	.xiexian {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px auto;
	}

	.xiexian img {
		display: block;
		margin: 0px auto;
	}

	.zxen {
		text-transform: uppercase;
		font-size: 30px;
		font-weight: 600;
		color: #4472c4;
		text-align: center;
		line-height: 30px;
		font-weight: bold;
		letter-spacing: 0px;
		

		
	}

	.zxcn {
		font-size: 42px;
		text-align: center;
		margin: 10px auto;
		line-height: 42px;
	}

	.zxcn1 {
		font-size: 30px;
		text-align: center;
		margin: 10px auto 10px;
		line-height: 60px;
		font-weight: 600;
	}

	.zxcntxt {
		font-size: 24px;
		text-align: center;
		margin: 10px auto;
		color: #0a0a0a;
	}

	.baojia_main {
		position: relative;
		width: 100%;
		height: auto;
		/* overflow: hidden; */
		margin: 30px auto;
	}

	.baojia_hang {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-bottom: 20px;
	}

	span.baojia_txt {
		display: block;
		font-size: 24px;
		padding: 20px 0;
	}


	.tubiao01 {
		background: #f1f1f1 url(img/baojia_ico_01.png) no-repeat left 10px top 10px;
	}

	.tubiao02 {
		background: #f1f1f1 url(img/baojia_ico_02.png) no-repeat left 10px top 10px;
	}

	.tubiao03 {
		background: #f1f1f1 url(img/baojia_ico_03.png) no-repeat left 10px top 10px;
	}

	.tubiao04 {
		background: #f1f1f1 url(img/baojia_ico_04.png) no-repeat left 10px top 10px;
	}

	/* 两行 */
	.baojia_lianghang li {
		float: left;
	}

	.baojia_lianghang li {
		position: relative;

		width: 45%;
		height: auto;
		/* overflow: hidden; */
		margin-top: 10px;
		font-size: 18px;

		margin-right: 5%;
	}

	.baojia_lianghang li span {
		display: block;
		font-size: 24px;
		padding: 10px 0;
	}

	.baojia_lianghang li input {
		float: left;
		outline: none;

		display: inline-block;
		font-size: 18px;
		padding: 10px 0;

		width: calc(100% - 50px);
		border-radius: 10px;
		border: 1px solid #aaaaaa;
		box-sizing: border-box;
	}

	/* 三行 */
	.baojia_sanhang li {
		float: left;
	}

	.baojia_sanhang li {
		position: relative;

		width: 50%;
		height: auto;
		overflow: hidden;
		margin-top: 10px;
		font-size: 18px;
	}

	.baojia_sanhang li span {
		display: block;
		font-size: 24px;
		padding: 10px 0;
	}

	.baojia_sanhang li input {
		outline: none;

		display: inline-block;
		font-size: 24px;
		padding: 10px 0;
		box-sizing: border-box;
	}





	.radio input[type=radio] {
		position: absolute;
		opacity: 0;
	}

	.radio input[type=radio]+.radio-label:before {
		content: "";
		background: #f4f4f4;
		border-radius: 100%;
		border: 2px solid #5f5f5f;
		box-sizing: border-box;
		display: inline-block;
		width: 18px;
		height: 18px;
		position: relative;
		top: 5px;
		margin-right: 5px;
		vertical-align: top;
		cursor: pointer;
		text-align: center;
		transition: all 50ms ease;
	}

	.radio input[type=radio]:checked+.radio-label:before {
		background-color: #4472c4;
		box-shadow: inset 0 0 0 4px #f4f4f4;
	}

	.radio input[type=radio]:focus+.radio-label:before {
		outline: none;
		border-color: #676767;
	}

	.radio input[type=radio]:disabled+.radio-label:before {
		box-shadow: inset 0 0 0 4px #f4f4f4;
		border-color: #5f5f5f;
		background: #b4b4b4;
	}

	.radio input[type=radio]+.radio-label:empty:before {
		margin-right: 0;
	}




	.checkbox input[type=checkbox] {
		position: absolute;
		opacity: 0;
	}

	.checkbox input[type=checkbox]+.checkbox-label:before {
		content: "";
		background: #f4f4f4;
		border: 2px solid #5f5f5f;
		box-sizing: border-box;
		display: inline-block;
		width: 18px;
		height: 18px;
		position: relative;
		top: 5px;
		margin-right: 5px;
		vertical-align: top;
		cursor: pointer;
		text-align: center;
		transition: all 50ms ease;
	}

	.checkbox input[type=checkbox]:checked+.checkbox-label:before {
		background-color: #4472c4;
		box-shadow: inset 0 0 0 4px #f4f4f4;
	}

	.checkbox input[type=checkbox]:focus+.checkbox-label:before {
		outline: none;
		border-color: #676767;
	}

	.checkbox input[type=checkbox]:disabled+.checkbox-label:before {
		box-shadow: inset 0 0 0 4px #f4f4f4;
		border-color: #5f5f5f;
		background: #b4b4b4;
	}

	.checkbox input[type=checkbox]+.checkbox-label:empty:before {
		margin-right: 0;
	}

	.input_txt1 {
		text-indent: 10px;
		outline: none;
	}

	.input_txt2 {
		text-indent: 50px;
		outline: none;
		color: #676767;
		font-size: 24px;
		margin-left: 0px;
	}

	.input_txt3 {
		display: block;
		margin: 0px auto;
		outline: none;
		color: #fff;
		font-size: 24px;
		background: #ccc;
		text-align: center;
		border-radius: 40px;
		padding: 10px 100px;
		margin: 50px auto;
		border: 0;
	}


}



@media (max-width: 768px) {

	i.wujiaoxing {
		color: #4472c4;
		font-style: normal;
	}

	.ico_wjx {
		position: absolute;
		width: 30px;
		height: 34px;
		 left: 20px;
		line-height: 34px;
	}


	.baojia {
		width: 90%;
		height: auto;
		overflow: hidden;
		margin: 0px auto;
	}
	

	.xiexian {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px auto;
	}

	.xiexian img {
		display: block;
		margin: 0px auto;
		max-width: 40px;
	}

	.zxen {
		text-transform: uppercase;
		font-size: 24px;
		font-weight: 600;
		color: #4472c4;
		text-align: center;
		line-height: 30px;
		font-weight: bold;
		letter-spacing: 0px;
		

		
	}

	.zxcn {
		font-size: 42px;
		text-align: center;
		margin: 10px auto;
		line-height: 42px;
	}

	.zxcn1 {
		font-size: 20px;
		text-align: center;
		margin: 10px auto 10px;
		font-weight: 600;
	}

	.zxcntxt {
		font-size: 18px;
		text-align: center;
		margin: 10px auto;
		color: #0a0a0a;
		width:90%;
		
		margin:auto;
	}
	


	.baojia_main {
		position: relative;
		width: 90%;
		height: auto;
		/* overflow: hidden; */
		margin: 30px auto;
	}

	.baojia_hang {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-bottom: 10px;
	}
		.baojia_hang li input {
		float: left;
		outline: none;

		display: inline-block;
		font-size: 18px;
		padding: 10px 0;

		width: 80%;
		border-radius: 10px;
		border: 1px solid #aaaaaa;
	}

	span.baojia_txt {
		display: block;
		font-size: 18px;
		padding: 10px 0;
	}


	.tubiao01 {
		background: #f1f1f1 url(img/baojia_ico_01.png) no-repeat left 10px top 5px;
	}

	.tubiao02 {
		background: #f1f1f1 url(img/baojia_ico_02.png) no-repeat left 10px top 5px;
	}

	.tubiao03 {
		background: #f1f1f1 url(img/baojia_ico_03.png) no-repeat left 10px top 5px;
	}

	.tubiao04 {
		background: #f1f1f1 url(img/baojia_ico_04.png) no-repeat left 10px top 5px;
	}

	/* 两行 */
	.baojia_lianghang li {
		float: left;
	}

	.baojia_lianghang li {
		position: relative;

		width: 100%;
		height: auto;
		/* overflow: hidden; */
		margin-top: 10px;
		font-size: 16px;
	}

	.baojia_lianghang li span {
		display: block;
		font-size: 18px;
		padding: 10px 0;
	}

	.baojia_lianghang li input {
		outline: none;
		display: inline-block;
		font-size: 16px;
		padding: 8px 0;
		width: 100%;
		border-radius: 5px;
		border: 1px solid #aaaaaa;
		box-sizing: border-box;
		  

	}

	/* 三行 */
	.baojia_sanhang li {
		float: left;
	}

	.baojia_sanhang li {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 10px;
		font-size: 16px;
	}

	.baojia_sanhang li span {
		display: block;
		font-size: 24px;
		padding: 10px 0;
	}

	.baojia_sanhang li input {
		outline: none;

		display: inline-block;
		font-size: 24px;
		padding: 10px 0;
		box-sizing: border-box;
	}





	.radio input[type=radio] {
		position: absolute;
		opacity: 0;
	}

	.radio input[type=radio]+.radio-label:before {
		content: "";
		background: #f4f4f4;
		border-radius: 100%;
		border: 2px solid #5f5f5f;
		box-sizing: border-box;
		display: inline-block;
		width: 16px;
		height: 16px;
		position: relative;
		top: 3px;
		margin-right: 5px;
		vertical-align: top;
		cursor: pointer;
		text-align: center;
		transition: all 50ms ease;
	}

	.radio input[type=radio]:checked+.radio-label:before {
		background-color: #4472c4;
		box-shadow: inset 0 0 0 4px #f4f4f4;
	}

	.radio input[type=radio]:focus+.radio-label:before {
		outline: none;
		border-color: #676767;
	}

	.radio input[type=radio]:disabled+.radio-label:before {
		box-shadow: inset 0 0 0 4px #f4f4f4;
		border-color: #5f5f5f;
		background: #b4b4b4;
	}

	.radio input[type=radio]+.radio-label:empty:before {
		margin-right: 0;
	}




	.checkbox input[type=checkbox] {
		position: absolute;
		opacity: 0;
	}

	.checkbox input[type=checkbox]+.checkbox-label:before {
		content: "";
		background: #f4f4f4;
		border: 2px solid #5f5f5f;
		box-sizing: border-box;
		display: inline-block;
		width: 16px;
		height: 16px;
		position: relative;
		top: 3px;
		margin-right: 5px;
		vertical-align: top;
		cursor: pointer;
		text-align: center;
		transition: all 50ms ease;
	}

	.checkbox input[type=checkbox]:checked+.checkbox-label:before {
		background-color: #4472c4;
		box-shadow: inset 0 0 0 4px #f4f4f4;
	}

	.checkbox input[type=checkbox]:focus+.checkbox-label:before {
		outline: none;
		border-color: #676767;
	}

	.checkbox input[type=checkbox]:disabled+.checkbox-label:before {
		box-shadow: inset 0 0 0 4px #f4f4f4;
		border-color: #5f5f5f;
		background: #b4b4b4;
	}

	.checkbox input[type=checkbox]+.checkbox-label:empty:before {
		margin-right: 0;
	}

	.input_txt1 {
		text-indent: 10px;
		outline: none;
	}

	.input_txt2 {
		text-indent: 50px;
		outline: none;
		color: #676767;
		font-size: 18px;
		margin-left: 0px;
	}

	.input_txt3 {
		display: block;
		margin: 0px auto;
		outline: none;
		color: #fff;
		font-size: 18px;
		background: #ccc;
		text-align: center;
		border-radius: 40px;
		padding: 10px 100px;
		margin: 30px auto;
		border: 0;
	}



}
@media (min-width: 1200px) and (max-width: 1440px) {
	
	
	i.wujiaoxing {
		color: #086ad8;
		font-style: normal;
	}

	.ico_wjx {
		float: left;
		width: 30px;
		height: 70px;
		/* left: -50px; */
		line-height: 70px;
		margin-left: 10px;
	}


	.baojia {
		width: 90%;
		height: auto;
		overflow: hidden;
		margin: 0px auto;
	}

	.xiexian {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 50px auto;
	}

	.xiexian img {
		display: block;
		margin: 0px auto;
	}

	.zxen {
		text-transform: uppercase;
		font-size: 38px;
		font-weight: 600;
		color: #4472c4;
		text-align: center;
		line-height: 50px;
		font-weight: bold;
		letter-spacing: 1.5px;
		

		
	}

	.zxcn {
		font-size: 28px;
		text-align: center;
		margin: 10px auto;
		line-height: 36px;
	}

	.zxcn1 {
		font-size: 38px;
		text-align: center;
		margin: 20px auto 10px;
		line-height: 60px;
		font-weight: 600;
		
	}

	.zxcntxt {
		font-size: 16px;
		text-align: center;
		margin: 10px auto;
		color: #0a0a0a;
	}

	.baojia_main {
		position: relative;
		width: 80%;
		height: auto;
		/* overflow: hidden; */
		margin: 50px auto;
	}

	.baojia_hang {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-bottom: 50px;
	}

	span.baojia_txt {
		display: block;
		font-size: 16px;
		padding: 20px 0;
	}



	/* 两行 */
	.baojia_lianghang li {
		float: left;
	}

	.baojia_lianghang li {
		position: relative;

		width: 50%;
		height: auto;
		/* overflow: hidden; */
		margin-top: 20px;
		font-size: 16px;
	}

	.baojia_lianghang li span {
		display: block;
		font-size: 16px;
		padding: 20px 0;
	}

	.baojia_lianghang li input {
		float: left;
		outline: none;

		display: inline-block;
		font-size: 16px;
		padding: 10px 0;

		width: 80%;
		border-radius: 10px;
		border: 1px solid #aaaaaa;
	}

	/* 三行 */
	.baojia_sanhang li {
		float: left;
	}

	.baojia_sanhang li {
		position: relative;

		width: 33.333%;
		height: auto;
		overflow: hidden;
		margin-top: 20px;
		font-size: 16px;
	}

	.baojia_sanhang li span {
		display: block;
		font-size: 16px;
		padding: 20px 0;
	}

	.baojia_sanhang li input {
		outline: none;

		display: inline-block;
		font-size: 16px;
		padding: 10px 0;
	}





	.radio input[type=radio] {
		position: absolute;
		opacity: 0;
	}

	.radio input[type=radio]+.radio-label:before {
		content: "";
		background: #f4f4f4;
		border-radius: 100%;
		border: 2px solid #5f5f5f;
		box-sizing: border-box;
		display: inline-block;
		width: 18px;
		height: 18px;
		position: relative;
		top: 2px;
		margin-right: 10px;
		vertical-align: top;
		cursor: pointer;
		text-align: center;
		transition: all 50ms ease;
	}

	.radio input[type=radio]:checked+.radio-label:before {
		background-color: #4472c4;
		box-shadow: inset 0 0 0 4px #f4f4f4;
	}

	.radio input[type=radio]:focus+.radio-label:before {
		outline: none;
		border-color: #676767;
	}

	.radio input[type=radio]:disabled+.radio-label:before {
		box-shadow: inset 0 0 0 4px #f4f4f4;
		border-color: #5f5f5f;
		background: #b4b4b4;
	}

	.radio input[type=radio]+.radio-label:empty:before {
		margin-right: 0;
	}




	.checkbox input[type=checkbox] {
		position: absolute;
		opacity: 0;
	}

	.checkbox input[type=checkbox]+.checkbox-label:before {
		content: "";
		background: #f4f4f4;
		border: 2px solid #5f5f5f;
		box-sizing: border-box;
		display: inline-block;
		width: 18px;
		height: 18px;
		position: relative;
		top: 2px;
		margin-right: 10px;
		vertical-align: top;
		cursor: pointer;
		text-align: center;
		transition: all 50ms ease;
	}

	.checkbox input[type=checkbox]:checked+.checkbox-label:before {
		background-color: #4472c4;
		box-shadow: inset 0 0 0 4px #f4f4f4;
	}

	.checkbox input[type=checkbox]:focus+.checkbox-label:before {
		outline: none;
		border-color: #676767;
	}

	.checkbox input[type=checkbox]:disabled+.checkbox-label:before {
		box-shadow: inset 0 0 0 4px #f4f4f4;
		border-color: #5f5f5f;
		background: #b4b4b4;
	}

	.checkbox input[type=checkbox]+.checkbox-label:empty:before {
		margin-right: 0;
	}

	.input_txt1 {
		text-indent: 10px;
		outline: none;
	}

	.input_txt2 {
		text-indent: 60px;
		outline: none;
		color: #676767;
		font-size: 16px;
		/* margin-left: 50px; */
	}

	.input_txt3 {
		display: block;
		margin: 0px auto;
		outline: none;
		color: #fff;
		font-size: 16px;
		background: #ccc;
		text-align: center;
		border-radius: 40px;
		padding: 10px 100px;
		margin: 50px auto;
		border: 0;
	}
	
	}
@media (min-width: 769px) and (max-width: 1200px) {

	i.wujiaoxing {
		color: #4472c4;
		font-style: normal;
	}

	.ico_wjx {
		float: left;
		width: 30px;
		height: 70px;
		/* left: -50px; */
		line-height: 70px;
		margin-left: 10px;
	}


	.baojia {
		width: 90%;
		height: auto;
		overflow: hidden;
		margin: 0px auto;
	}

	.xiexian {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px auto;
	}

	.xiexian img {
		display: block;
		margin: 0px auto;
	}

	.zxen {
		text-transform: uppercase;
		font-size: 30px;
		font-weight: 600;
		color: #4472c4;
		text-align: center;
		line-height: 30px;
		font-weight: bold;
		letter-spacing: 0px;
		

		
	}

	.zxcn {
		font-size: 42px;
		text-align: center;
		margin: 10px auto;
		line-height: 42px;
	}

	.zxcn1 {
		font-size: 30px;
		text-align: center;
		margin: 10px auto 10px;
		line-height: 60px;
		font-weight: 600;
	}

	.zxcntxt {
		font-size: 24px;
		text-align: center;
		margin: 10px auto;
		color: #0a0a0a;
	}

	.baojia_main {
		position: relative;
		width: 100%;
		height: auto;
		/* overflow: hidden; */
		margin: 30px auto;
	}

	.baojia_hang {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-bottom: 20px;
	}

	span.baojia_txt {
		display: block;
		font-size: 24px;
		padding: 20px 0;
	}


	.tubiao01 {
		background: #f1f1f1 url(img/baojia_ico_01.png) no-repeat left 10px top 10px;
	}

	.tubiao02 {
		background: #f1f1f1 url(img/baojia_ico_02.png) no-repeat left 10px top 10px;
	}

	.tubiao03 {
		background: #f1f1f1 url(img/baojia_ico_03.png) no-repeat left 10px top 10px;
	}

	.tubiao04 {
		background: #f1f1f1 url(img/baojia_ico_04.png) no-repeat left 10px top 10px;
	}


	/* 两行 */
	.baojia_lianghang li {
		float: left;
	}

	.baojia_lianghang li {
		position: relative;

		width: 45%;
		height: auto;
		/* overflow: hidden; */
		margin-top: 10px;
		font-size: 18px;

		margin-right: 5%;
	}

	.baojia_lianghang li span {
		display: block;
		font-size: 24px;
		padding: 10px 0;
	}

	.baojia_lianghang li input {
		float: left;
		outline: none;

		display: inline-block;
		font-size: 18px;
		padding: 10px 0;

		width: calc(100% - 50px);
		border-radius: 10px;
		border: 1px solid #aaaaaa;
		box-sizing: border-box;
	}

	/* 三行 */
	.baojia_sanhang li {
		float: left;
	}

	.baojia_sanhang li {
		position: relative;

		width: 50%;
		height: auto;
		overflow: hidden;
		margin-top: 10px;
		font-size: 18px;
	}

	.baojia_sanhang li span {
		display: block;
		font-size: 24px;
		padding: 10px 0;
	}

	.baojia_sanhang li input {
		outline: none;

		display: inline-block;
		font-size: 24px;
		padding: 10px 0;
		box-sizing: border-box;
	}





	.radio input[type=radio] {
		position: absolute;
		opacity: 0;
	}

	.radio input[type=radio]+.radio-label:before {
		content: "";
		background: #f4f4f4;
		border-radius: 100%;
		border: 2px solid #5f5f5f;
		box-sizing: border-box;
		display: inline-block;
		width: 18px;
		height: 18px;
		position: relative;
		top: 5px;
		margin-right: 5px;
		vertical-align: top;
		cursor: pointer;
		text-align: center;
		transition: all 50ms ease;
	}

	.radio input[type=radio]:checked+.radio-label:before {
		background-color: #4472c4;
		box-shadow: inset 0 0 0 4px #f4f4f4;
	}

	.radio input[type=radio]:focus+.radio-label:before {
		outline: none;
		border-color: #676767;
	}

	.radio input[type=radio]:disabled+.radio-label:before {
		box-shadow: inset 0 0 0 4px #f4f4f4;
		border-color: #5f5f5f;
		background: #b4b4b4;
	}

	.radio input[type=radio]+.radio-label:empty:before {
		margin-right: 0;
	}




	.checkbox input[type=checkbox] {
		position: absolute;
		opacity: 0;
	}

	.checkbox input[type=checkbox]+.checkbox-label:before {
		content: "";
		background: #f4f4f4;
		border: 2px solid #5f5f5f;
		box-sizing: border-box;
		display: inline-block;
		width: 18px;
		height: 18px;
		position: relative;
		top: 5px;
		margin-right: 5px;
		vertical-align: top;
		cursor: pointer;
		text-align: center;
		transition: all 50ms ease;
	}

	.checkbox input[type=checkbox]:checked+.checkbox-label:before {
		background-color: #4472c4;
		box-shadow: inset 0 0 0 4px #f4f4f4;
	}

	.checkbox input[type=checkbox]:focus+.checkbox-label:before {
		outline: none;
		border-color: #676767;
	}

	.checkbox input[type=checkbox]:disabled+.checkbox-label:before {
		box-shadow: inset 0 0 0 4px #f4f4f4;
		border-color: #5f5f5f;
		background: #b4b4b4;
	}

	.checkbox input[type=checkbox]+.checkbox-label:empty:before {
		margin-right: 0;
	}

	.input_txt1 {
		text-indent: 10px;
		outline: none;
	}

	.input_txt2 {
		text-indent: 50px;
		outline: none;
		color: #676767;
		font-size: 24px;
		margin-left: 0px;
	}

	.input_txt3 {
		display: block;
		margin: 0px auto;
		outline: none;
		color: #fff;
		font-size: 24px;
		background: #ccc;
		text-align: center;
		border-radius: 40px;
		padding: 10px 100px;
		margin: 50px auto;
		border: 0;
	}


}

 