﻿@charset "utf-8";
.banner{
    height: 50%!important;
    width: 100%!important;
    margin-left: -105%!important;
}
.banner img{
    height: 208px!important;
}
.banner .hd{
    bottom: 15px!important;
    left: 50%;
}
.banner .hd ul{
    width: 100%!important;
}
.b-1 {
    width: 96%;
	height: auto;
	margin: 0 auto;
	background: url(../images/b-1.jpg);
}
.b-1 h2 {
	font-size: 2.5em;
	text-align: center;
	color: #092676;
	padding: 20px 0;
}
.b-1 ul {
	width: 100%;
	margin: 0 auto;
}
.b-1 li {
	width: 46%;
	height: auto;
	background: #fff;
	float: left;
	display: inline;
	box-shadow: 0 0 8px #ccc;
	margin: 2%;
}
.b-1 li:last-child {
	float: right;
	margin-right: 2%;
}
.b-1 li img {
	float: left;
	width: 40%;
	height: auto;
	margin: 3% 0 0 2%;
}
.b-1 li a {
	width: 100%;
	height: 10em;
	display: block;
	clear: both;
	overflow: hidden;
}
.b-1 li .r {
	width: 55%;
	float: right;
	margin: 1em 2% 0 0;
}
.b-1 li .r h3 {
	font-size: 1.4em;
	font-weight: bold;
	margin-left: 0.5em;
}
.b-1 li .r span {
	color: #da1215;
	border: 1px solid #da1215;
	border-radius: 5px;
	font-size: 0.8em;
	padding: 1px 5px;
	margin-top: 30px;
	margin-left: -40px;
	position: absolute;
	z-index: 10;
}
.b-1 li .r p {
	padding: 50px 0 0 0;
	color: #888;
	z-index: 10;
	font-size: 1.2em;
	position: absolute;
	margin-left: -12%;
	width: 11em;
	height: 1.3em;
	overflow: hidden;
}
.b-1 li .r .d {
    display: none;
    visibility: hidden;
}
.b-1 li .r .d em {
	font-size: 22px;
	color: #da1215;
	font-family: Arial;
	padding-right: 5px;
}
.b-1 li:hover {
	box-shadow: 0 0 15px #888;
}
.b-1 li:hover h3 {
	font-weight: bold;
}
.b-1 .xw {
	width: 95%;
	height: 48px;
	background: url(../images/xw.png) 10px top no-repeat;
	margin: 10px auto;
	padding: 0 0 0 120px;
}
.b-1 .tempWrap {
	padding-top: 12px !important;
}
.b-1 .xw dl {
	padding-top: 12px;
}
.b-1 .xw dt {
	font-size: 1.4em;
	float: left;
	display: inline;
	padding: 0px;
	height: 21px;
	line-height: 21px;
}
.b-1 .xw dt:last-child {
	border-right: 0;
}
.b-1 .xw dt a {
	padding-left: 25px;
}
.b-1 .xw dt span {
	color: #999;
}
.b-2 {
	background: #f7f8fa;
	padding-bottom: 50px;
}
.b-2 h2 {
	font-size: 27px;
	text-align: center;
	color: #092676;
	padding: 10px 0 20px;
}
.b-2 .hd {
	text-align: center;
	width: 100%;
}
.b-2 .hd ul {
}
.b-2 .hd li {
	display: inline-block;
	width: 25%;
	float: left;
	text-align: center;
	font-size: 1.2em;
	margin: 5px 0;
	padding: 10px 0;
	cursor: pointer;
}
.b-2 .hd li.on {
	color: #02276c;
	background: url(../images/line.png) bottom center no-repeat;
}
.b-2 .bd {
	height: 320px;
	margin-top: 40px;
	position: relative;
}
.b-2 .service {
	color: #fff;
	padding: 64px 0 0 40px;
	float: left;
	display: none;
}
.b-2 .service p {
	font-size: 20px;
	font-family: Arial;
}
.b-2 .service h3 {
	font-size: 26px;
	font-weight: normal;
	padding-bottom: 16px;
}
.b-2 .service a {
	display: block;
	width: 100px;
	height: 36px;
	line-height: 36px;
	background: #db181e;
	color: #fff;
	text-align: center;
	border-radius: 3px;
}
.b-2 .bds {
	position: relative;
}
.b-2 .bds .tempWrap {
	float: left !important;
	margin: 0 0 0 2.5% !important;
	width: 95%!important;
	overflow: hidden;
}
/*.b-2 .bds ul{float:left;padding:11px 0 0 96px;}*/
.b-2 .bds li {
	padding: 10px;
	text-align: center;
	float: left;
	display: inline;
}
.b-2 .bds li:last-child {
	border-right: 0;
}
.b-2 .bds li:hover {
	box-shadow: 0 0 12px #aaa;
}
.b-2 .bds li h3 {
	font-size: 18px;
	padding: 22px 0 2px;
}
.b-2 .bds li p {
	color: #999;
}
.b-2 .btn {
	width: 65px;
	height: 18px;
	background: url(../images/btn.png);
	position: absolute;
	top: -25px;
	right: 0;
}
.b-2 .btn .prev {
	width: 32px;
	height: 18px;
	float: left;
	cursor: pointer;
}
.b-2 .btn .next {
	width: 32px;
	height: 18px;
	float: right;
	cursor: pointer;
}
.b-3 {
	background: #fff;
}
.b-3 h2 {
	font-size: 27px;
	text-align: center;
	color: #092676;
	padding: 40px 0 40px;
}
.b-3 .hd {
	width: 100%;
	margin: 0 auto;
}
.b-3 .hd ul {
	padding: 0 1px;
}
.b-3 .hd li {
	width: 20%;
	height: 53px;
	line-height: 53px;
	text-align: center;
	background: url(../images/no.png);
	font-size: 1.3em;
	color: #02276c;
	float: left;
	position: relative;
	cursor: pointer;
}
.b-3 .hd li em {
	display: block;
	width: 14px;
	height: 9px;
	background: url(../images/em.png);
	position: absolute;
	bottom: -9px;
	left: 50%;
	margin-left: -7px;
	display: none;
}
.b-3 .hd li:last-child {
	float: right;
	margin-right: 0;
}
.b-3 .hd li.on {
	background: url(../images/on.png);
	color: #fff;
}
.b-3 .hd li.on em {
	display: block;
}
.b-3 .bd {
	height: 519px;
	background: url(../images/b-3.jpg) 65% 0px no-repeat;
	background-size: cover;
}
.b-3 .bd .wrap{
    background: none;
    padding: 5em 0;
}
.b-3 .bds {
	color: #fff;
	width: 70%;
	height: 13em;
	background: rgba(45,89,155,0.85);
	padding: 2em;
	margin: 5em auto;
	border-radius: 15px;
}
.b-3 .bds h3 {
	font-size: 26px;
	font-weight: normal;
	padding:0 0 10px 0;
}
.b-3 .bds .i {
	font-size: 1.4em;
	line-height: 1.6em;
}
.b-4 {
	width: 96%;
	padding: 30px 0;
	margin: 0 auto;
}
.b-4 ul {
}
.b-4 li {
	width: 48%;
	height: 80px;
	float: left;
	display: inline;
	margin: 1%;
}
.b-4 li img {
	float: left;
	width: 30%;
	height: auto;
}
.b-4 li .t {
	float: left;
	width: 65%;
	margin: 2px 0 0 5%;
}
.b-4 li .t h3 {
	font-family: Arial;
	font-size: 2.3em;
	text-align: center;
	height: 1.3em;
	font-weight: bold;
}
.b-4 li .t p {
	font-size: 1.3em;
	line-height: 1em;
	color: #aaa;
	text-align: center;
}
.b-5 {
	padding: 0px;
	background: #f7f8fa;
}
.b-5 h2 {
	font-size: 2.5em;
	text-align: center;
	color: #092676;
	padding: 0 0 30px;
}
.b-5 .hd {
	text-align: center;
	margin-bottom: 30px;
}
.b-5 .hd li {
	display: inline-block;
	font-size: 1.3em;
	margin: 0px;
	border-bottom: 2px solid #f7f8fa;
	padding: 4px 6px;
	cursor: pointer;
	border: 1px solid #CCC;
}
.b-5 .hd li.on, .b-5 .hd li:hover {
	border-bottom: 2px solid #17347e;
}
.b-5 .bd {
	width: 96%;
	position: relative;
	margin: 0 auto;
}
.b-5 .bd .slist {
	width: 100%;
	overflow: hidden;
}
.b-5 .bd ul {
}
.b-5 .bd li {
	width: 50%;
	float: left;
	display: inline;
	margin-right: 0;
	overflow: hidden;
}
/*.b-5 .bd li:nth-child(4n){float:right;margin-right:0;}*/
.b-5 .bd li .t {
	background: #fff;
}
.b-5 .bd li .t a {
	display: block;
	padding: 8px 0 20px 0;
}
.b-5 .bd li .t a:hover {
	background: #1f5093;
	color: #fff;
}
.b-5 .bd li .t a:hover em {
	color: #fff;
}
.b-5 .bd li .t h3 {
	width: 100%;
	height: 30px;
	line-height: 1.5em;
	background: url(../images/rr.png) 20px no-repeat;
	margin: 0 auto;
	font-size: 1.5em;
	text-align: center;
}
.b-5 .bd li .t .sp {
	padding: 8px;
}
.b-5 .bd li .t p {
	font-size: 1.3em;
	padding: 0 22px;
	line-height: 25px;
}
.b-5 .bd li .t p em {
	color: #d72025;
	font-family: Arial;
}
.b-5 .bd li .t span {
	display: block;
	width: 79px;
	height: 36px;
	line-height: 36px;
	background: url(../images/m.png);
	color: #fff;
	margin: 0 auto;
	font-size: 1.3em;
	padding-left: 40px;
}
.b-5 .btn {
	width: 64px;
	height: 18px;
	background: url(../images/btn2.png);
	position: absolute;
	top: -25px;
	right: 0;
}
.b-5 .btn .prev {
	width: 32px;
	height: 18px;
	float: left;
	cursor: pointer;
}
.b-5 .btn .next {
	width: 32px;
	height: 18px;
	float: right;
	cursor: pointer;
}
.b-6 {
	width: 100%;
	padding: 40px 0 50px;
	margin: 0 auto;
}
.b-6 h2 {
	font-size: 2.5em;
	text-align: center;
	color: #092676;
	padding: 0 0 40px;
}
.b-6 .p {
	float: left;
	display: none;
}
.b-6 ul {
	width: 100%;
	height: auto;
	float: left;
	padding-top: 15px;
	box-shadow: 0 0 15px #ddd;
}
.b-6 li {
	margin: 0 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 10px;
}
.b-6 li .d {
	width: 15%;
	height: auto;
	display: none;
	visibility: hidden;
	background: #1f5094;
	color: #fff;
	float: left;
	text-align: center;
	font-size: 2em;
	padding: 20px 5px;
}
.b-6 li .d em {
	display: block;
	font-size: .6em;
}
.b-6 li .t {
	width: 100%;
	height: auto;
	float: right;
}
.b-6 li .t h3 {
	font-size: 1.4em;
	height: 1.8em;
	line-height: 1.8em;
	overflow: hidden;
}
.b-6 li .t .i {
	padding-top: 3px;
	font-size: 1.2em;
	line-height: 1.5em;
	height: 4.5em;
	overflow: hidden;
	color: #777;
}
.b-7 {
	width: 96%;
	padding: 0 0 10px;
	margin: 0 auto;
}
.b-7-z {
	width: 100%;
	float: left;
}
.b-7-m {
	width: 100%;
	margin: 0;
	float: left;
}
.b-7-y {
	width: 100%;
	float: left;
}
.b-7-z img, .b-7-m img, .b-7-y img{
    width: 100%;
    height: auto;
    padding-top: 15px;
}
.b-7 dl {
}
.b-7 dt {
	height: 41px;
	line-height: 41px;
	border-bottom: 1px dashed #ddd;
	padding: 5px 0;
}
.b-7 dt h3 {
	float: left;
	font-size: 1.7em;
	font-weight: bold;
	background: url(../images/line2.png) left center no-repeat;
	padding-left: 14px;
	color: #000;
}
.b-7 dt a {
	float: right;
	font-family: Arial;
}
.b-7 dd {
	height: 38px;
	line-height: 38px;
	font-size: 1.3em;
	border-bottom: 1px dashed #ddd;
}
.b-7 dd:hover{
    background-color: #FEFEFE;
}
.b-7 dd a {
	float: left;
	background: url(../images/ico9.png) 5px 16px no-repeat;
	padding-left: 4%;
	width: 95%;
	height: 35px;
	overflow: hidden;
}
.b-7 dd span {
	float: right;
	font-family: Arial;
	color: #888;
	width: 20%;
	display: none;
}
.b-8 {
    width: 100%;
	background: url(../images/point.png);
	background-repeat: repeat;
}
.b-8 .wrap {
	position: relative;
	background:none!important;
	height: 30em!important;
	min-height: 30em!important;
    overflow: hidden;
}
.b-8 .wrap .p {
	width: 236px;
	height: 204px;
	background: url(../images/girl.png);
	position: absolute;
	bottom: 0;
	left: 0;
	display: none;
	visibility: hidden;
}
.b-8 .wrap .hotline {
	font-size: 1.6em;
	letter-spacing: 5px;
	color: #fff;
	width: 80%;
	text-align: center;
	margin: 0 auto;
	padding: 36px 0;
}
.b-8 .wrap .hotline em {
	display: block;
	font-family: Arial;
	font-size: 32px;
	line-height: 35px;
}
.b-8 .wrap form {
	width: 96%;
	height: 92px;
	margin: 0px auto;
	position: relative;
	font-size: 1.3em;
}
.b-8 .wrap .name {
	width: 20%;
	height: 44px;
	background: #f2f2f2;
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 8px;
}
.b-8 .wrap .phone {
	width: 51%;
	height: 44px;
	background: #f2f2f2;
	position: absolute;
	top: 0;
	left: 24%;
	padding-left: 8px;
}
.b-8 .wrap select {
	width: 80%;
	height: 44px;
	background: #f2f2f2;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #777;
}
.b-8 .wrap .text {
	width: 75%;
	height: 44px;
	background: #f2f2f2;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #777;
	padding-left: 8px;
}
.b-8 .wrap .submit {
	width: 21%;
	height: 92px;
	background: #f00;
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	text-align: center;
	cursor: pointer;
	background: linear-gradient(#1787c5, #17347e);
	border-radius: 4px;
	font-size: 16px;
}
