/*替换global样式*/
.contentTitle{ font-size: 33px; line-height: 33px; color: #515860; }
.footer{ padding-bottom: 70px;}
@media (max-width: 1199px) {
  .bigBnaner{ height: 600px; }
  .banner-pic{ position: absolute; width: 1600px; left: 50%; margin-left: -800px;}
}
@media (max-width: 991px) {
  .bigBnaner{ height: 439px; }
  .banner-pic{ position: absolute; width: 1170px; left: 50%; margin-left: -585px;}
  .footer{ padding-bottom: 0px;}
}
@media (max-width: 767px) {
	.contentTitle{ font-size: 25px; line-height: 25px; }
  .banner{ margin-top: 60px; }
  .bigBnaner{ height: 340px; }
  .banner-pic{ position: absolute; width: 768px; left: 50%; margin-left: -384px;}
  .footer{ padding-bottom: 0px;}
}


.traverseForm{ position: fixed; width: 100%; height: 70px; bottom: 0px; left: 0px; background: #10a9d1; z-index: 30;}
.traverseForm .container{ width: 1005px;}
.traverseForm .submitBtn{ width: 210px; background: #fff; color: #00afd7; height: 40px; line-height: 40px; margin-top: 15px;}
.traverseForm .submitBtn-icon{ background: #00afd7; top: 6px; right: 6px;}
.traverseFormInput-con{ position: relative; width: 240px; height: 40px; margin-top: 15px; margin-right: 15px; border-bottom: solid 1px #fff;}
.traverseFormInput{ width: 100%; height: 100%; border-radius: 50px; border: 0; padding-left: 40px; background: #10a9d1; color: #fff;
	appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;}
.traverseFormInput[readonly]{
	cursor: pointer;
}
.traverseFormInput::-webkit-input-placeholder { color: #bbe1ee; }
.traverseFormInput:-moz-placeholder { color: #bbe1ee; }
.traverseFormInput::-moz-placeholder{ color: #bbe1ee; }
.traverseFormInput:-ms-input-placeholder { color: #bbe1ee; }
.traverseFormInput-con .icon{ position: absolute; height: 25px; left: 10px; top: 7px;}

/*当前页面独有样式*/
#contentBox1{ padding: 60px 0px; }
@media (max-width: 767px) {
	#contentBox1{ padding-top: 35px; padding-bottom: 40px;}
}
#contentBox1 .searchKeys{ margin-top: 30px; padding-bottom: 0; }


#contentBox2{ padding: 80px 0px 70px 0px; }
.tongji{ margin-bottom: 10px;}
.tongji_en {
    position: absolute; 
    font-size: 25px;
    color: #d8d8d8;
    display: block;
    width: 90px;
    line-height: 1;
    left: 50%;
    font-family: KlinicSlabMedium;
}
.tongji_num {
	font-size: 100px;
    color: #00afd7;
    line-height: 1;
    font-family: KlinicSlabBold;
}
.tongji_cn {
	font-size: 20px;
	color: #707780;
	margin-top: 15;
	line-height: 1;
}
#contentBox2 .pics{ text-align: center; margin-top: 32px; margin-bottom: 34px; }
/*#contentBox2 .pic{ height: 122px; }*/
.statisticsTime{
	width: 210px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 0 auto;
	border: solid 1px #dce2e5;
	border-radius: 8px;
	font-size: 13px;
	color: #707780;
	margin-top: 10px;
}
@media (max-width: 991px) {
  .latticeBox-playBtn{ width: 60px; margin-left: -30px;}
}
@media (max-width: 767px) {
	#contentBox2{ padding: 50px 0px 50px 0px; }
	#contentBox2 .pics{ margin-top: 30px; margin-bottom: -6px; }
	#contentBox2 .pic{ height: 98px; margin-bottom: 40px;}
	.tongji{ margin-bottom: 30px; }
}

#contentBox4{ padding: 80px 0px 100px 0px; }
@media (max-width: 767px) {
	#contentBox4{ padding: 60px 0px 35px 0px; }
}


#contentBox5{ padding: 80px 0px; overflow: hidden;}
.formBox{
	position: relative;
	width: 540px;
	height: 390px;
	margin: 0 auto;
	margin-top: 25px;
	padding: 30px;
	background: #33bfdf;
	border-radius: 20px 20px 30px 30px;
}
.formBox .input-group{ height: 45px; margin-bottom: 10px; background: #fff; border-radius: 6px; }
.formBox .input-group-addon{ min-width: 89px; background: #fff; border: 0; border-radius: 6px 0px 0px 6px; color: #00afd7;}
.formBox .form-control{
	height: 45px;
	border: 0;
	border-radius: 0px 6px 6px 0px!important;
	-webkit-box-shadow: none;
 	box-shadow: none;
	color: #00afd7;
	appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
}
.form-control[readonly]{
	cursor: pointer;
}
.selectIcon{
	position: absolute;
	width: 10px;
	top: 20px;
	right: 15px;
}
.formBox .form-control::-webkit-input-placeholder { color: #8dd1e8; }
.formBox .form-control:-moz-placeholder { color: #8dd1e8; }
.formBox .form-control::-moz-placeholder{ color: #8dd1e8; }
.formBox .form-control:-ms-input-placeholder { color: #8dd1e8; }
#contentBox5_text{ color: #fff; font-size: 13px; text-align: center; margin-top: 25px; }
#contentBox5_text a{ color: #fff; text-decoration: underline;}
#contentBox5_text a:hover{ color: #fff;}
@media (max-width: 767px) {
	#contentBox5{ padding: 60px 0px 65px 0px;}
	.formBox{ width: 100%; height: auto; padding: 0; background: none;}
	#contentBox5_text{ font-size: 12px; line-height: 1.8;}
}
