* {
	margin: 0;
	padding: 0;
}
html {
	font-size: 125%;
}
body {
	font-family: '微软雅黑';
    background: #d9d9d9;
}
li {
	list-style: none;
}
select,input {
	background: #fff;
	outline: none;
	box-sizing: border-box;
}
a {
	text-decoration: none;
}
img {
	width: 100%;
	display: block;
}
.hd {
	position: relative;
}
.hd p {
    position: absolute;
    width: 100%;
    font-size: .9rem;
    top: 40%;
    color: #fff;
    font-weight: bold;
    letter-spacing: .2rem;
    text-align: center;
    transform: translateY(-50%);
  	text-shadow: 3px 3px 1px #000;
}
/*main*/
.main_container	{
	background: #d9d9d9;
	padding: 1rem 0.4rem 0.5rem;
	border: 0;
}
/*footer*/
#footer {
	overflow: hidden;
	background: #fff;
	position: fixed;
    width: 100%;
    bottom: 0;
  	box-shadow: 0 -2px 8px #ccc;
}
#footer li {
	float: left;
	width: 25%;
	text-align: center;
	padding: 0.2rem 0;
	line-height: 1rem;
}
#footer li a {
	color: #333;
	font-size: 0.6rem;
	display: inline-block;
    padding: 0 .3rem;
}
#footer li.f_1 i {
	background: url(/Public/phone/img/f_1.png) no-repeat center;
}
#footer li.f_2 i {
	background: url(/Public/phone/img/f_2.png) no-repeat center;
}
#footer li.f_3 i {
	background: url(/Public/phone/img/f_3.png) no-repeat center;
}
#footer li.f_4 i {
	background: url(/Public/phone/img/f_4.png) no-repeat center;
}
#footer li i {
	display: block;
    width: 1rem;
    height: 1rem;
   	margin: 0.25rem auto .2rem;
    background-size: 1rem 1rem !important;
}
/*市首页mains*/
.mains_container {
	padding: 0.25rem;
	background: #d9d9d9;
}
.mains table {
	width: 100%;
	text-align: center;
}
.mains table a {
	display: block;
	background: #fff;
	border-radius: 0.25rem;
	color: #006ad9;
	border: 1px solid #ccc;
	margin: 0.25rem 0.25rem;
	padding: 0.7rem 0;
	font-size: 0.7rem;
/*	background: #fff url(/Public/phone/img/map_log.png) no-repeat center 0.5rem;
	background-size: 1rem;*/
}
.mains table a:active {
background: #006ad9;
/*	background: #006ad9 url(/Public/phone/img/map_log2.png) no-repeat center 0.5rem;
	background-size: 1rem;
*/	color: #fff;
	box-shadow: 0 3px 1px #666;
	border: 0;
}
.mains table i {
	display: block;
	width: 1.4rem;
	height: 1.325rem;
	/*background: url(/Public/phone/img/map_log.png) no-repeat center;
	background-size: 100%;*/
	margin: 0 auto 0.4rem;
}
.mains table .ts_a {
	background: #fff url(/Public/phone/img/p_a.png) no-repeat 22% center;
	background-size: 1.15rem;
	line-height: 2.5rem;
	height: 2.5rem;
}
.mains table .ts_a:hover {
	background: #006ad9;
}
marquee {
	color: #fff;
	background: #4db6e5;
	padding: 0.2rem;
	font-size: 0.7rem;
	margin-bottom: -5px;
}
#search-form {
	padding: 0 1rem;
	height: 1.5rem;
	position: fixed;
	z-index: 9999;
	top: 0.25rem;
}
#search-form .box-search {
	margin-right: 2.6rem;
	padding: 0 2.5rem;
	height: 100%;
	border: 0.05rem solid #ccc;
	border-radius: 1.5rem;
	background: rgba(255,255,255,.6) url(/Public/phone/img/f_3.png) no-repeat 0.8rem center;
	background-size: 0.8rem;
	box-sizing: border-box;
}
#search-form .box-search input {
	padding: .2rem 0;
	height: 100%;
	/*line-height: 1.5rem;*/
	outline: none;
	border: none;
	width: 100%;
	color: #333;
	font-size: 0.7rem;
	box-sizing: border-box;
	display: block;
	background: transparent;
}
#search-form input[type='submit'] {
	position: absolute;
	right: 1.15rem;
	top: 0.325rem;
	border: 0;
	outline: 0;
	background: none;
	font-size: 0.7rem;
	color: #fff;
}
.mod_wrap {
	overflow: hidden;
}
.mod_wrap ul li {
	float: left;
	width: 33.33%;
}
.mod_wrap ul a {
	display: block;
	margin: 0 0.35rem;
	font-size: 0.65rem;
	text-align: center;
	padding: 1.3rem 0.75rem;
	/*background: #4db6e5;*/
	background: #fff;
	border-radius: 0.25rem;
	margin-bottom: 1rem;
	box-shadow: 0 3px 1px #999;
	color: #333;
}
.mod_wrap ul a:active {
	box-shadow: none;
}
.mod_wrap ul a img {
	margin-bottom: 1rem;
}
.h {
	overflow: hidden;
}
.btn_list {
	overflow: hidden;
    margin-bottom: 2.5rem;
}
.btn_list li {
	float: left;
	width: 50%;
	text-align: center;
}
.btn_list li a {
	display: block;
	padding: .6rem 1.2rem;
	background: #fff;
	color: #006ad9;
	margin: 0 0.4rem .5rem;
	font-size: 0.8rem;
	border-radius: 0.5rem;
	box-shadow: 1px 2px 1px #666;
}
.btn_list li i {
	display: block;
	width: 1rem;
    height: 1.5rem;
	margin: 0 auto 3px;
	display: flex;
    align-items: center;
}
.btn_list li a:active {
	box-shadow: none;
	outline: none;
	background: none;
}
.line_list a {
	font-size: 0.7rem;
	color: #333;
	display: block;
	border-bottom: 1px solid #006ad9;
	/*margin: 0 0 .6rem 0;*/
	padding: .6rem 0 0.6rem 0;
}
p.text {
	font-size: 0.8rem;
	color: #333;
	text-indent: 1.5rem;
	line-height: 1.2rem;
}
.center {
	text-align: center;
}
.btn_group {
	background: #fff;
	overflow: hidden;
	padding: 0.4rem;
}
.btn_group button {
	float: left;
	width: 25%;
	border: 1px solid #006ad9;
	margin-left: -1px;
	background: #fff;
}
.btn_group button a {
	color: #006ad9;
	padding: 0.35rem;
	font-size: 0.6rem;
	display: block; 
}
.btn_group button.active {
	background: #006ad9;
}
.btn_group button.active a {
	color: #fff;
}
.btn_group button:first-child {
	border-radius: 6px 0 0 6px;
}	
.btn_group button:last-child {
	border-radius: 0 6px 6px 0;
}	
.dl_wrap dl {
	overflow: hidden;
	font-size: 0.8rem;
	height: 1.75rem;
	line-height: 1.75rem;
	border-bottom: 1px solid #e6e6e6;
}
.dl_wrap dl dt {
	text-align: center;
	width: 30%;
	float: left;
	background: #ccc;
}
.dl_wrap dl dd {
	overflow: hidden;
	background: #fff;
	padding: 0 0 0 0.5rem;
}
.check_box {
	display: inline-block;
	position: relative;
	height: 20px;
	width: 20px;
	background: #fff;
	box-sizing: border-box;
	border-radius: 100%;
}
.check_box input {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 100;
	opacity: 0;
	filter: alpha(opacity=0);
	border: 1px solid #ccc;
    box-sizing: border-box;
}
.check_box input+span {
	height: 12px;
	width: 12px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -6px;
	margin-left: -6px;
	border-radius: 100%;
	background: #e87e28;
	opacity: 0;
	filter: alpha(opacity=0);
}
.check_box input:checked+span {
	opacity: 1;
	filter: alpha(opacity=100);
}
.ts_form {
	font-size: 0.8rem;
}
.ts_form input[type='text'],.ts_form textarea,.ts_form select {
	display: block;
	outline: none;
	resize: none;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #ccc;
	padding-left: .7rem;
}
.ts_form .title {
	background: #006ad9;
	color: #fff;
	padding: 0.4rem 0 0.4rem 0.85rem;
	border-radius: .375rem;
}
.ts_form h4 {
	font-weight: normal;
	padding: .5rem 0 .5rem .85rem;
}
.ts_form input[type='text'],.ts_form select {
	padding: .4rem 0;
	padding-left: .7rem;
}
.ts_form .check_group {
	margin: .6rem 0 1rem;
	overflow: hidden;
	display: flex;
	padding: 0 .5rem;
}
.ts_form .check_wrapper {
	flex: 1;
	text-align: center;
}
.ts_form .check_box {
    vertical-align: top;
	margin: 0 .35rem 0 0;
}
.themeinput {
	margin: .5rem 0;
}
.ts_form .select_box {
	margin: .5rem 0;
}
.ts_form textarea {
	height: 5rem;
	padding-top: .5rem;
}
.ts_form .sub-box {
	padding: .5rem;
}
.sub-box input[type='submit'],.ts_form input[type='submit'] {
	padding: .5rem 0;
	width: 100%;
	background: #006ad9;
    color: #fff;
    border-radius: .375rem;
    outline: none;
    border: 0;
    font-size: .8rem;
    font-family: '微软雅黑';
 	box-shadow: 0 3px 1px #666;	
}
.sub-box input[type='submit']:active,.ts_form input[type='submit']:active {
	box-shadow: none;
}
.cx_form .btn_group button {
	width: 33.333%;
}
.cx_form .btn_group {
	padding: 0;
	background: none;
	margin: .5rem 0;
}
.f_search-box {
	position: relative;
	height: 1.25rem;
}
.f_search-box .s {
	margin: 0 4.3rem 0 0;
	height: 100%;
}
.f_search-box select,.f_search-box input[type='text'] {
	height: 100%;
	line-height: 1.25rem;
	border: 1px solid #006ad9;
	box-sizing: border-box;
	width: 100%;
	display: block;
	padding-left: .7rem;
}
.f_search-box input[type='submit'] {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	padding: 0 .75rem 0 1.5rem;
	border: 0;
	background: #006ad9 url(/Public/phone/img/f_5.png) no-repeat .4rem center;
	background-size: .8rem;
	color: #fff;
	font-size: .8rem;
	border-radius: .3rem;
}
.f_search-box button {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	padding: 0 .75rem 0 1.5rem;
	border: 0;
	background: #006ad9 url(/Public/phone/img/f_5.png) no-repeat .4rem center;
	background-size: .8rem;
	color: #fff;
	font-size: .8rem;
	border-radius: .3rem;
	outline: none;
}
.list-table {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	margin: .5rem 0;
}
.list-table,.list-table td,.list-table tr,.list-table th {
	border: 1px solid #ccc;
	font-size: .5rem;
	color: #333;
}
.list-table a {
	color: #333;
}
.list-table td,.list-table th {
	padding: .35rem 0;
	background: #fff;
}
.list-table th {
	background: #a4cbf2;
	font-weight: normal;
	font-size: .7rem;
}
.pn_page {
	overflow: hidden;
	text-align: center;
	margin: .5rem 0;
}
.pn_page a {
	padding: .3rem 0.5rem;
    text-align: center;
    background: #4a97e5;
    border-radius: .3rem;
    font-size: .55rem;
    display: inline-block;
    color: #fff;
}
.fp_index {
	overflow: hidden;
}
.fp_index li {
	float: left;
	width: 50%;
}
.fp_index li a {
	display: block;
	padding: 0 1.675rem;
	margin: 1rem .5rem;
	text-align: center;
	background: #0551c1;
	color: #fff;
	padding: 2rem 0 4rem;
	position: relative;
	line-height: 2rem;
	border-radius: .5rem;
	box-sizing: border-box;
	box-shadow: 0 3px 1px #666;
	outline: none;
	text-decoration: none;
}
.fp_index li a:active {
	box-shadow: none;
	outline: none;
	text-decoration: none;
	border-radius: .5rem;
	border: none;
}
.fp_index li i {
	display: block;
	width: 100%;
	height: 3.25rem;
}
.fp_index li img {
	width: 3rem;
	margin: 0 auto;
}
.fp_index li p {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 1rem;
}
.mod_table {
	width: 100%;
	box-sizing: border-box;
}
.mod_table td {
	width: 33.333%;
}
.mod_table td a {
	display: block;
	margin: 0 0.35rem;
    font-size: 0.65rem;
    text-align: center;
    padding: 1rem 0 2.5rem;
    background: #025fcf;
    border-radius: 0.25rem;
    margin-bottom: 1rem;
    box-shadow: 0 3px 1px #666;
    font-size: .5rem;
    position: relative;
}
.mod_table td i {
	display: block;
	height: 3.25rem;
	width: 100%;
	position: relative;
}
.mod_table td img {
	width: 2rem;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	position: absolute;
}
.mod_table td p {
	position: absolute;
	bottom: 1rem;
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 0 .3rem;
	box-sizing: border-box;
}
.choose-area {
	display: flex;
}
.choose-area select,.choose-area input {
	float: left;
}
.choose-area select {
	width: 25%;
	margin: 0 .2rem 0 0;
	box-sizing: border-box;
	padding: .3rem 0;
}
.choose-area span#load_area {
	width: 25%;
	margin: 0 .2rem 0 0;
	box-sizing: border-box;
}
.choose-area span#load_area select {
	width: 100%;
	margin: 0 .2rem 0 0;
	box-sizing: border-box;
}
.choose-area input[type='submit'] {
	padding: .3rem .1rem;
	margin: 0 .2rem 0 0;
	box-sizing: border-box;
	background: #006ad9 url(../img/f_5.png) no-repeat center;
	background-size: 1rem;
	border: 1px solid #006ad9;
	border-radius: .2rem;
	color: transparent;
}
.choose-lst a{
	flex: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #006ad9;
    color: #fff;
    border-radius: .2rem;
 	font-size: .5rem;
 	color: #fff;
}
.choose-lst {
	flex: 1;
    display: flex;
}
.choose-lst select {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.choose-lst div.shows {
	padding: .3rem .1rem .3rem .3rem;
	color: #fff;
	position: relative;
	background: #006ad9;
	font-size: .5rem;
	border-radius: .2rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	box-sizing: border-box;
	border: 1px solid #006ad9;
}
.choose-lst div i {
	display: block;
	height: 100%;
	width: 1rem;
	position: absolute;
	right: .5rem;
	top: 0;
	background:  url(../img/down.png) no-repeat center;
}
.choose-lst div p {
	width: 70%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.choose-lst ul {
	position: absolute;
	width: 100%;
	display: none;
	top: 1.4rem;
	background: #fff;
	z-index: 999;
	font-size: .5rem;
	border-radius: 0 0 .2rem .2rem;
}
.choose-lst ul a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: .3rem;
	color: #333;
	border-bottom: 1px solid #ccc;
}
.v-table {
	width: 100%;
	box-sizing: border-box;
	border-collapse: collapse;
	font-size: .5rem;
	text-align: center;
	margin-bottom: .5rem;
}
.v-table tr,.v-table td,.v-table th {
	border: 1px solid #ccc;
	font-weight: normal;
	padding: .3rem 0;
}
.v-table th p {
	text-align: left;
	padding: .3rem;
	box-sizing: border-box;
	color: #dc0000;
}
.v-table thead th {
	text-align: left;
	text-indent: .4rem;
	background: #a4cbf2;
	font-size: .7rem;
}
.v-table th {
	background: #ddebfa;
}
.w-form {
	font-size: .7rem;
}
.w-form h3 {
	padding: .3rem 0;
	text-align: left;
    text-indent: .4rem;
    background: #a4cbf2;
    font-size: .7rem;
    font-weight: normal;
}
.w-form dt {
	padding: .3rem 0 .3rem .4rem;
}
.w-form dd {
	padding: 0 .4rem;
}
.w-form input[type='text'],.w-form textarea,.w-form select {
	padding: .45rem .4rem;
	box-sizing: border-box;
	border: 1px solid #ccc;
}
.w-form dl {
	margin-bottom: .5rem;
}
.w-form textarea {
	min-height: 4rem;
}
.w-form input[type='text'],.w-form textarea {
	width: 100%;
	box-sizing: border-box;
	resize: none;
	outline: none;
}
.code-dd input[type='text'] {
	float: left;
	width: 62%;
	margin-right: .4rem;
	box-sizing: border-box;
}
.code-dd img {
	width: 35%;
	margin-left: .4rem;
	overflow: hidden;
}
.two-select select {
	float: left;
    width: 46%;
    margin-right: .3rem;
    box-sizing: border-box;
}
.topUl {
	box-sizing: border-box;
	display: flex;
	padding: 0 .2rem;
}
.topUl ul {
	float: left;
	width: 70%;
	overflow: hidden;
	background: #fff;
	margin: 0 .5rem 0 0;
	border-radius: .4rem;
	border: 1px solid #006ad9;
	box-sizing: border-box;
}
.topUl ul a {
	float: left;
	width: 50%;
	color: #006ad9;
	text-align: center;
	font-size: .8rem;
	padding: .3rem 0;
}
.topUl ul a.active {
	background: #006ad9;
	color: #fff;
}
.topUl select {
	flex: 1;
}
.t_head {
	background: #006ad9;
    color: #fff;
    text-align: center;
    font-size: .8rem;
    height: 2.5rem;
    line-height: 2.5rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 999999;
}
.t_head a {
	height: 2.5rem;
    float: left;
    color: #fff;
    background: url(/Public/phone/img/back.png) no-repeat center;
    padding: .4rem;
    width: 2.5rem;
    background-size: .6rem;
    box-sizing: border-box;
    position: absolute;
    left: 0;
}
.form_line .form_line_f {
	font-size: .8rem;
	font-weight: normal;
}
.custom_toggle {
	padding: 0 .3rem;
}
.banner_wrapper_top {
	height: 8rem;
	position: relative;
}
.banner_wrapper_top .th_text {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 40%;
	color: #fff;
	font-weight: bold;
	letter-spacing: .4rem;
	transform: translateY(-50%);
	z-index: 999;
	text-shadow: 3px 3px 1px #000;
	font-family: '微软雅黑';
}
.banner_wrapper_top img {
	height: 100%;
}
.banner_wrapper_top .msk {
	width: 100%;
	height: 100%;
	background: rgba(243, 238, 238, 0.25);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
}
.sou-read {
	font-size: .6rem;
}
.sou-read h3 {
	text-align: center;
	font-weight: normal;
	font-size: .8rem;
}
.sou-read h4 {
	padding: .4rem 0;
}
.sou-read p {
	line-height: 1rem;
}
.p-t td {
	padding: .4rem !important;
}
.p-t input[type='text'],.p-t textarea {
	width: 100%;
	resize: none;
	outline: none;
	padding: .4rem 0;
	padding-left: .7rem;
	box-sizing: border-box;
	border: 1px solid #ccc;
}
.p-t textarea {
	padding: .4rem .7rem;
	min-height: 3rem;
} 
.phone-code {
	margin: .4rem 0;
	display: flex;
}
.phone-code input {
	flex: 1;
	margin-right: .3rem;
}
.phone-code .send {
	background: red;
    padding: 0 .4rem;
    vertical-align: center;
    color: #fff;
    font-size: .5rem;
    border-radius: .3rem;
    background: #006ad9;
    display: flex;
    align-items: center;
}
.p-t input[type='submit'] {
	margin-top: .4rem;
}
