@charset "utf-8";

/*css */

html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
	margin: 0;
	padding: 0;
}

fieldset,
img,
input,
button {
	border: none;
	padding: 0;
	margin: 0;
	outline-style: none;
}

ul,
ol {
	list-style: none;
}

input {
	padding-top: 0;
	padding-bottom: 0;
	font-family: "Microsoft Yahei";
}

select,
input {
	vertical-align: middle;
}

select,
input,
textarea {
	font-size: 12px;
	margin: 0;
}

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

table {
	border-collapse: collapse;
}


/*去箭头*/

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

input[type="number"] {
	-moz-appearance: textfield;
}

body {
	color: #333;
	background-color: #FFF;
	font-family: "Microsoft Yahei";
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
	/*IE/7/6*/
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #C81623;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-decoration: none;
	font-weight: normal;
}

s,
i,
em {
	font-style: normal;
	text-decoration: none;
}

.col-red {
	color: #C81623!important;
}


/*common*/

.main {
	width: 1000px;
	margin: 0 auto;
}

.fl {
	float: left
}

.fr {
	float: right
}

.al {
	text-align: left
}

.ac {
	text-align: center
}

.ar {
	text-align: right
}

.hide {
	display: none
}

.mg_at {
	width: 788px;
	margin: 0 auto;
}


/*正文*/

/*zg_header*/

.header {
	width: 100%;
	min-width: 1000px;
	position: relative;
	z-index: 2;
	padding-top: 14px;
}

.zg_header {
	color: #000;
	font-size: 16px;
	line-height: 82px;
}

.zg_header .logo {
	width: 201px;
	height: 82px;
	margin-right: 46px;
}

.zg_header img {
	width: 100%;
	height: 100%;
}
.zg_header .logo {
	
}
.zg_header ul li {
	float: left;
	padding: 0 22px;
	position: relative;
}

.zg_header ul li a {
	font-size: 14px;
	color: #000;
}

.line {
	display: block;
	width: 1px;
	height: 12px;
	background-color: #000;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -6px;
}

.zg_header ul li a:hover {
	color: #f54242;
}

/*zg_banner*/

.zg_banner {
	width: 100%;
	min-width: 1000px;
	background: url(../images/zg_banner_bja1.png) center top no-repeat,url(../images/zg_banner_bja2.png) center bottom no-repeat;
	margin-top: -97px;
}

.zg_banner_nr {
	height: 696px;
	background: url(../images/zg_banner_pic_b1.png) center top no-repeat,url(../images/zg_banner_pic_b2.png) center top 174px no-repeat,url(../images/zg_banner_pic_b3.png) center top 348px no-repeat,url(../images/zg_banner_pic_b4.png) center bottom no-repeat;
	position: relative;
}
.banner_day{
	position: absolute;
	left: 220px;
	bottom: 178px;
	animation:tada 1.5s infinite both;
	width: 120px;
	height: 112px;
	background: url(../images/banner_pic_a.png) center no-repeat;
	text-align: center;
	font-size: 24px;
	color: #eeeaef;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 20px;
}
.banner_day p{
	-webkit-transform: rotate(-18deg);
	-moz-transform: rotate(-18deg);
	-ms-transform: rotate(-18deg);
	-o-transform: rotate(-18deg);
	transform: rotate(-18deg);
}
/*抖动*/
@-webkit-keyframes tada {
	0% {
    transform: scale3d(1,1,1);
}
10%, 20% {
    transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-2deg);
}
30%, 50%, 70%, 90% {
    transform: scale3d(1,1,1) rotate3d(0,0,1,2deg);
}
40%, 60%, 80% {
    transform: scale3d(1,1,1) rotate3d(0,0,1,-2deg);
}
100% {
    transform: scale3d(1,1,1);
}
}
@-o-keyframes tada {
	0% {
    transform: scale3d(1,1,1);
}
10%, 20% {
    transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-2deg);
}
30%, 50%, 70%, 90% {
    transform: scale3d(1,1,1) rotate3d(0,0,1,2deg);
}
40%, 60%, 80% {
    transform: scale3d(1,1,1) rotate3d(0,0,1,-2deg);
}
100% {
    transform: scale3d(1,1,1);
}
}
@-moz-keyframes tada {
	0% {
    transform: scale3d(1,1,1);
}
10%, 20% {
    transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-2deg);
}
30%, 50%, 70%, 90% {
    transform: scale3d(1,1,1) rotate3d(0,0,1,2deg);
}
40%, 60%, 80% {
    transform: scale3d(1,1,1) rotate3d(0,0,1,-2deg);
}
100% {
    transform: scale3d(1,1,1);
}
}
@keyframes tada {
	0% {
    transform: scale3d(1,1,1);
}
10%, 20% {
    transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-2deg);
}
30%, 50%, 70%, 90% {
    transform: scale3d(1,1,1) rotate3d(0,0,1,2deg);
}
40%, 60%, 80% {
    transform: scale3d(1,1,1) rotate3d(0,0,1,-2deg);
}
100% {
    transform: scale3d(1,1,1);
}
}
.banner_dial{
	width: 80px;
	height: 80px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	right: 340px;
	bottom: 234px;
}
.banner_ico_a{
	position: absolute;
	top: 20px;
    left: 38px;
	width: 4px;
	height: 25px;
	background-color: #212544;
	animation: spin 6s infinite linear;
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	transform-origin:  50% 100%;
}
.banner_ico_b{
	position: absolute;
	top: 24px;
    left: 38px;
	width: 4px;
	height: 18px;
	background-color: #212544;
	animation: spin 12s infinite linear;
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin:50% 100%;
	-ms-transform-origin:50% 100%;
	-o-transform-origin:50% 100%;
	transform-origin:  50% 100%;
}
.banner_btn{
	position: absolute;
	left: 50%;
	bottom: 90px;
	text-align: center;
	margin-left: -170px;
}
.banner_btn a{
	display: inline-block;
	width: 145px;
	height: 64px;
	line-height: 64px;
	background: url(../images/banner_pic_b.png) center no-repeat;
	font-size: 30px;
	color: #eeeaef;
	font-weight: bold;
}
.banner_btn a:first-child{
	margin-right: 46px;
}
.zg_banner_nr h3{
	position: absolute;
	top: 150px;
	right: 280px;
	font-size: 32px;
	color: #803a4a;
	font-weight: bold;
}
/*转圈圈*/
@-webkit-keyframes spin {
	to{
            transform: rotate(1turn);
        }
}
@-o-keyframes spin {
	to{
            transform: rotate(1turn);
        }
}
@-moz-keyframes spin {
	 to{
            transform: rotate(1turn);
        }
}
@keyframes spin {
	 to{
            transform: rotate(1turn);
        }
}
/*zg_sectiona*/

.zg_sectiona {
	width: 100%;
	min-width: 1000px;
	background: url(../images/zg_sectiona_bja1.png) center top no-repeat,url(../images/zg_sectiona_bja2.jpg) center bottom no-repeat;
}

.zg_sectiona_nr {
	background: url(../images/zg_sectiona_bjb1.png) center top no-repeat,url(../images/zg_sectiona_bjb2.png) center bottom no-repeat;
	padding-bottom: 62px;
}
.zg_section_title{
	font-size: 22px;
	color: #445382;
	text-align: center;
	font-weight: bold;
}
.zg_section_title h2{
	color: #172244;
	font-size: 42px;
	font-weight: bold;
}
.zg_section_title h2 span{
	display: inline-block;
	font-size: 54px;
	animation:tada 1.5s infinite both;
}
.zg_section_title p span{
	color: #cf303b;
}
.zg_sectiona_nr .zg_section_title{
	background: url(../images/sectiona_pic_a.png) center no-repeat;
	padding-bottom: 10px;
	margin-bottom: 34px;
}
.sectiona_nr>li{
	float: left;
	width: 234px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 24px 16px 24px 0;
	background-color: #FFF;
	margin-right: 20px;
	animation: box_sd 3s infinite linear;
}
.sectiona_nr>li:last-child{
	margin-right: 0;
}
@keyframes box_sd{
	50%{
		-webkit-box-shadow: 0 0 20px rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,.3);
	box-shadow: 0 0 20px rgba(0,0,0,.3);
	}
}

.sectiona_nr>li h3>span{
	font-size: 44px;
	color: #3686c7;
	opacity: .25;
	font-weight: bold;
	padding: 0 14px 0 20px
}
.sectiona_nr>li h3 p{
	font-size: 22px;
	color: #3686c7;
	line-height: 60px;
}
.sectiona_nr>li h3 p span{
	font-size: 16px;
	color: #172244;
	font-weight: bold;
	line-height: 0px;
}
.sectiona_nr>li h4>span{
	text-align: center;
	font-size: 16px;
	color: #FFF;
	background-color: #3082c3;
	padding: 5px 8px;
}
.sectiona_nr>li h4>p{
	width: 156px;
	height: 52px;
	line-height: 52px;
	-webkit-border-radius: 0 50px 50px 0;
	-moz-border-radius: 0 50px 50px 0;
	border-radius: 0 50px 50px 0;
	background: -webkit-gradient(linear, 0 0, 100% 0, from(#3a8ccd), to(#d4e6f4));
	background: -webkit-linear-gradient(left,#3a8ccd, #d4e6f4);
	background: -moz-linear-gradient(left, #3a8ccd, #d4e6f4);
	background: -o-linear-gradient(left,#3a8ccd, #d4e6f4);
	background: linear-gradient(left, #3a8ccd, #d4e6f4); /* Safari 5.1 - 6.0 */
 /* Opera 11.1 - 12.0 */
 /* Firefox 3.6 - 15 */
 /* 标准的语法 */
font-size: 24px;
color: #FFF;
font-weight: bold;
text-align: center;
}
.sectiona_nr>li li{
	font-size: 14px;
	color: #333;
	margin-bottom: 10px;
	line-height: 20px;
	padding-left: 20px;
	position: relative;
}
.sectiona_nr>li li:last-child{
	margin-bottom: 0;
}
.sectiona_nr>li li i{
	position: absolute;
	top: 5px;
	left: 6px;
	display: block;
	width: 7px;
	height: 7px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #1c78c1;
}
.sectiona_nr>li li i::after{
	position: absolute;
	top: -4px;
    left: -4px;
	display: block;
	content: "";
	border: 1px solid #1c78c1;
	width: 13px;
	height: 13px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.sectiona_nr>li ul{
	position: relative;
	margin: 20px 0 10px;
}
.sectiona_nr>li ul::after{
	content: "";
    position: absolute;
    top: 5px;
    left: 10px;
    width: 1px;
    height: 88px;
    background-color: #1c78c1;
}
.sectiona_nr>li a{
	display: block;
	margin: 0 auto;
	width: 101px;
	height: 27px;
	line-height: 27px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	border: 1px solid #1c78c1;
	text-align: center;
	font-size: 16px;
	color: #3082c3;
	cursor: pointer;
}

/*zg_sectionb*/
.zg_sectionb{
	width: 100%;
	min-width: 1000px;
	background: url(../images/zg_sectionb_bja.jpg) center top no-repeat;
}
.zg_sectionb_nr{
	height: 290px;
	background: url(../images/zg_sectionb_bjb.jpg) center top no-repeat;
}
.sectionb_renwu_a{
	position: relative;	
}
.sectionb_renwu_a p{
	position: absolute;
	z-index: 1;
}
.sectionb_renwu_a .sectionb_p_a{
	left: 0;
	bottom: 110px;
	/*animation: gotop 3s .5s infinite both;*/
}
.sectionb_renwu_a .sectionb_p_b{
	top: 30px;
    right: -118px;
    /*animation: gotop 3s .7s infinite both;*/
}
.sectionb_renwu_a .sectionb_ico_a{
	position: absolute;
	top: -20px;
	left: 160px;
	width:38px ;
	height: 86px;
	background: url(../images/sectionb_pic_d.png) center no-repeat;
	animation: gotop 3s infinite both;
}
@-webkit-keyframes gotop {
	50%{
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		-o-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}
@-o-keyframes gotop {
	50%{
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		-o-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}
@-moz-keyframes gotop {
	50%{
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		-o-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}
@keyframes gotop {
	50%{
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		-o-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}
.sectionb_renwu_a .sectionb_ico_b{
	position: relative;
	z-index: 2;
	display: block;
	width: 222px;
	height: 247px;
	background: url(../images/sectionb_pic_c.png) center no-repeat;
	/*margin: 66px 0 0 178px*/
	margin: 0 0 0 178px
}

.sectionb_vs{
	width: 234px;
	height: 187px;
	background: url(../images/sectionb_pic_g.png) center no-repeat;
	text-align: center;
	/*margin: 46px 0 0 90px;*/
	margin: 0 0 0 90px;
}
.sectionb_vs img{
	animation: tada 1.5s infinite both;	
}
.sectionb_renwu_b{
	position: relative;
	/*margin-top: 24px;*/
	margin-top: -36px;
}
.sectionb_renwu_b p:first-child{	
	animation: gotop 3s .5s infinite both;
}
.sectionb_renwu_b p{
	position: absolute;
	top: 36px;
	left: -84px;
}
.sectionb_renwu_b i{
	display: block;
	width: 138px;
	height: 266px;
	background: url(../images/sectionb_pic_h.png) center no-repeat;
}
.sectionb_p_c{
	position: absolute;
	left: 58%;
	bottom: 0;
	font-size: 16px;
	color: #d3303b;
	font-weight: bold;
}
.sectionb_renwu_b .sectionb_p_d{
	position: absolute;
	top: initial;
	left: 26%;
    bottom: -22px;
	font-size: 16px;
	color: #d3303b;
	font-weight: bold;
}

/*zg_sectionc*/
.zg_sectionc{
	width: 100%;
	min-width: 1000px;
	background: url(../images/zg_sectionc_bja.jpg) center top no-repeat;
}
.zg_sectionc_nr{
	background: url(../images/zg_sectionc_bjb.jpg) center top no-repeat;
}
/*.zg_sectionc_nr .zg_section_title h2{
	text-align: left;
	-webkit-transform: translateX(-80px);
	-moz-transform: translateX(-80px);
	-ms-transform: translateX(-80px);
	-o-transform: translateX(-80px);
	transform: translateX(-80px);
}*/
.sectionc_nr{
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 72px 16px;
	background-color: #feffff;
	border: 1px dashed #1c78c1;
	margin-top: 8px;
}
.sectionc_nr li{
	float: left;
	width: 256px;
	height: 330px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}
.sectionc_nr li:nth-child(2){
	margin: 0 42px;
}
.sectionc_nr li img{
	width: 100%;
	height: 100%;
}
.sectionc_nr li p{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	font-size: 14px;
	color: #dedede;
	background-color: rgba(111,113,113,.54);
	padding: 9px;
	line-height: 20px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.sectionc_nr li.act p{
	-webkit-transform: translateY(-58px);
	-moz-transform: translateY(-58px);
	-ms-transform: translateY(-58px);
	-o-transform: translateY(-58px);
	transform: translateY(-58px);
}
.sectionc_btn{
	width: 470px;
	margin: 15px auto 0;
}
.sectionc_btn a{
	display: inline-block;
	width: 149px;
	height: 45px;
	line-height: 45px;
	background-color: #3082c3;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.sectionc_btn a:hover{
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,.5);
	box-shadow: 0 0 20px rgba(0,0,0,.5);
}

/*zg_sectiond*/
.zg_sectiond{
	width: 100%;
	min-width: 1000px;
	background: url(../images/zg_sectiond_bja.jpg) center top no-repeat;
}
.zg_sectiond_nr{
	background: url(../images/zg_sectiond_bjb.jpg) center top no-repeat;
	padding: 38px 0 36px;
}
.zg_sectiond_nr .zg_section_title{
	position: relative;
	padding-bottom: 30px;
}
.zg_sectiond_nr .zg_section_title h4{
	position: absolute;
	top: -28px;
    right: 184px;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	width: 111px;
	height: 122px;
	line-height: 122px;
	background: url(../images/sectiond_pic_a.png) center no-repeat;
	animation: tada 1.5s infinite both;
}
.zg_sectiond_nr .zg_section_title h4 p{
	-webkit-transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	transform: rotate(53deg);
}
.zg_sectiond_nr ul li{
	float: left;
	font-size: 16px;
	color: #000;
	text-align: center;
	margin-left: -4px;
}
.zg_sectiond_nr ul li p:first-child{
	width: 130px;
	height: 61px;
	font-size: 16px;
	color: #FFF;
	background: url(../images/sectiond_pic_b.png) center no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 2px;
}
.zg_sectiond_nr ul li:first-child p:last-child{
	width: 216px;
	height: 140px;
	background: url(../images/sectiond_pic_c.png) center no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 34px 78px 0 0;
}
.zg_sectiond_nr ul li:nth-child(2) p:last-child{
	width: 216px;
	height: 140px;
	background: url(../images/sectiond_pic_d.png) center no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 45px 79px 0 0;
}
.zg_sectiond_nr ul li:nth-child(3) p:last-child{
	width: 216px;
	height: 140px;
	background: url(../images/sectiond_pic_e.png) center no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 48px 70px 0 0;
}
.zg_sectiond_nr ul li:nth-child(4) p:last-child{
	width: 216px;
	height: 140px;
	background: url(../images/sectiond_pic_f.png) center no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 50px 76px 0 0;
}
.zg_sectiond_nr ul li:last-child p:last-child{
	width: 140px;
	height: 140px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #FFF;
	border: 15px solid #2abcff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 42px 0 0 0;
}

/*zg_sectione*/
.zg_sectione{
	width: 100%;
	min-width: 1000px;
	background: url(../images/zg_sectione_bja.jpg) center top no-repeat;
}
.zg_sectione_nr{
	background: url(../images/zg_sectione_bjb.jpg) center top no-repeat;
	padding-bottom: 12px;
}
.zg_sectione_nr .zg_section_title{
	padding-bottom: 40px;
}
.sectione_xts{
	width: 420px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(255,255,255,.8);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-bottom: 58px;
}
.sectione_xts h3{
	width: 207px;
	height: 72px;
	line-height: 72px;
	font-size: 26px;
	color: #fdfeff;
	background-color: #3f8fce;
	text-align: center;
	font-weight: bold;
	margin: 0 auto 60px;
}
.sectione_xts p{
	font-size: 18px;
	color: #333;
	padding: 0 18px 0 62px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 26px;
	position: relative;
	margin-bottom: 40px;
}
.sectione_xts p span{
	color: #cb3e4b;
}
.sectione_xts p:nth-child(2)::after{
	display: block;
	content: "";
	position: absolute;
	top: 53px;
    left: 32px;
    width: 1px;
    height: 81px;
	background-color: #1b77c0;
}
.sectione_xts p i{
	position: absolute;
	top: 50%;
	left: 20px;
	width: 35px;
	height: 29px;
	margin-top: -14px;
	background: url(../images/sectione_pic_a.png) center no-repeat;
	animation: tada 1.2s infinite both;
}

.sectione_form{
	width: 542px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(255,255,255,.8);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 28px 66px 12px 70px;
}
.sectione_form span{
	display: inline-block;
	width: 55px;
	height: 55px;
	line-height: 55px;
	background-color: #3f8fce;
	text-align: center;
	font-size: 22px;
	color: #FFF;
	margin-right: 6px;
}
.sectione_form .form_div_a{
	margin-bottom: 18px;
}
.sectione_form .form_div_b{
	margin-bottom: 12px;
}
.sectione_form .form_div_a input,.sectione_form .form_div_a select{
	width: 339px;
	height: 54px;
	border: 1px solid #3f8fce;
	margin-top: -10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
	font-size: 20px;
}
.sectione_form .form_div_b input{
	width: 179px;
	height: 54px;
	border: 1px solid #3f8fce;
	margin-top: -10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
	font-size: 20px;
	margin-right: 8px;
}
.yzm_btn{
	display: inline-block;
	width: 148px;
	height: 55px;
	line-height: 55px;
	background-color: #3e8ecd;
	text-align: center;
	font-size: 22px;
	color: #FFF;
}
#daojishi_a{
	display: none;
}
.dobutton{
	display: block;
	margin: 0 auto;
	width: 221px;
	height: 55px;
	background-color: #3a8ece;
	font-size: 26px;
	color: #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
}

/*.zg_sectionf*/
.zg_sectionf{
	width: 100%;
	min-width: 1000px;
	background: url(../images/zg_sectionf_bja.jpg) center top no-repeat;
}
.zg_sectionf_nr{
	background: url(../images/zg_sectionf_bjb.jpg) center top no-repeat;
	padding-bottom: 30px;
}
.zg_sectionf_nr .zg_section_title{
	padding-bottom: 40px;
}
.zg_sectionf_nr ul{
	padding: 0 36px;
}
.zg_sectionf_nr ul li{
	width: 280px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #c0daef;
	padding: 0 8px 8px;
	text-align: center;
}
.zg_sectionf_nr ul li:nth-child(2){
	margin: 0 36px;
}
.zg_sectionf_nr ul li h4{
	margin: 0 auto;
	width: 70px;
	height: 30px;
	-webkit-border-radius: 0 0 50px 50px;
	-moz-border-radius: 0 0 50px 50px;
	border-radius: 0 0 50px 50px;
	background-color: #FFF;
	font-size: 30px;
	color: #6593b8;
	font-weight: bold;
	position: relative;
}
.zg_sectionf_nr ul li h4 span{
	position: absolute;
	top: -16px;
    left: 15px;
}
.zg_sectionf_nr ul li>p{
	font-size: 18px;
	color: #172244;
	line-height: 28px;
	padding: 14px 0;
}
.zg_sectionf_nr ul li>div{
	background-color: #FFF;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.zg_sectionf_nr ul li>div div{
	border: 1px solid #c0daef;
	padding: 18px 8px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.zg_sectionf_nr ul li>div div img{
	width: 180px;
	height: 180px;
	padding-bottom: 6px;
}
.zg_sectionf_nr ul li>div div p{
	border-top: 1px solid #c0daef;
	padding: 12px 0 20px
}

/*zg_sectiong*/
.zg_sectiong{
	width: 100%;
	min-width: 1000px;
	background: url(../images/zg_sectiong_bja.jpg) center top no-repeat;
}
.zg_sectiong_nr{
	background: url(../images/zg_sectiong_bjb.jpg) center top no-repeat;
	padding-bottom: 66px;
}
.zg_sectiong_nr .zg_section_title{
	color: #172244;
	padding-bottom: 8px;
}
.zg_sectiong_nr .zg_section_title p{
	padding: 10px 0;
}
.zg_sectiong_nr ul li.act{
	background-color: #c0daef;
	border-color: #3f8fce;
}
.zg_sectiong_nr ul li.act a{
	font-weight: bold;
	color: #3f8fce;
}
.zg_sectiong_nr li{
	float: left;
	width: 105px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	border: 1px solid #a0a0a0;
	background-color: #d4d4d4;
	margin: 0 20px 22px 0;
}
.zg_sectiong_nr li:nth-child(8n){
	margin-right: 0;
}
.zg_sectiong_nr li a{
	display: block;
	font-size: 22px;
	color: #172244;
}

/*zg_footer*/
.zg_footer{
	width: 100%;
	min-width: 1000px;
	background:url(../images/zg_footer_bja.jpg) center top no-repeat;
	position: relative;
}
.zg_footer_nr{
	background: url(../images/zg_footer_bjb.jpg) center top no-repeat;
}
.zg_footer i{
	position: absolute;
	width: 100%;
	height: 163px;
	background-color: rgba(84,105,121,.8);
	z-index: 1;
}
.zg_footer p{
	text-align: center;
	position: relative;
	z-index: 2;
	font-size: 16px;
	color: #FFF;
	line-height: 24px;
	padding-top: 40px;
}

/*zg_cbl*/
.zg_cbl{
	position: fixed;
	top: 50%;
	right: 2%;
	z-index: 99;
	width: 104px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 62px 6px 28px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #c0daef;
	text-align: center;
	margin-top: -115px;
}
.zg_cbl h4{
	position: absolute;
	top: 23px;
    left: -21px;
	width: 146px;
	height: 53px;
	line-height: 53px;
	background: url(../images/cbl_pic_b.png) center no-repeat;
	font-size: 18px;
	color: #135a92;
}
.zg_cbl i{
	display: block;
	margin: 0 auto;
	width: 87px;
	height: 1px;
	background: url(../images/cbl_pic_a.png) center no-repeat;
}
.zg_cbl li{
	height: 35px;
	line-height: 35px;
}
.zg_cbl li:last-child a{
	position: relative;
	cursor: pointer;
}
.zg_cbl li:last-child a img{
	position: absolute;
	top: -12px;
    left: 0;
	width: 70px;
	height: 70px;
	opacity: 0;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.zg_cbl li:last-child a:hover img{
	opacity: 1;
}