@charset "utf-8";
/* CSS Document */
.main{
	width: 1200px;
	margin: 50px auto 0;
	background: #fff;
	padding: 20px;
	text-align: left;
	min-height: 400px;
}
.main .wrap_width{
	width: 1200px;
}
.fl1{
	height: 100%;
	width: 100%;
	overflow: auto;
}
.fl1_left{
	float: left;
	width: 360px;
	height: 550px;
	position: relative;
}
.fl1_left_title{
	color: #fff;
	font-size: 36px;
	background: #5174d8;
	line-height: 78px;
	height: 106px;
	text-align: center;
}
.fl1_left ul{
	position: absolute;
	top: 78px;
	width: 360px;
	background: #f6f8fe;
}
.fl1_left ul li{
	height: 39px;
	line-height: 39px;
	font-size: 18px;
	text-align: center;
}
.fl1_left ul li:nth-of-type(even){
	background: #e7eeff;
}
.fl1_left ul li a{
	display: block;
}
.fl1_left ul li a:hover{
	font-weight: bold;
	color: #5174d8;
}
.fl1_right{
	float: right;
	width: 790px;
}
.fl1_right_title{
	font-size: 36px;
	height: 100px;
	line-height: 100px;
}
.fl1_right_title span{
	float: left;
}
/*== 选项卡切换 ==*/
.fl1_right .tabTitle{ 
	position: relative; 
	float: left;
	color: #333; 
	height: 38px; 
	margin: 34px 0 0 20px;
}
.fl1_right .tabTitle li{ 
	float: left; 
	width: 81px;
	height: 43px; 
	line-height: 34px; 
	text-align: center; 
	color: #555; 
	cursor: pointer; 
	font-size: 16px;
}
.fl1_right .tabTitle li.titleOn{
	background: url(../img/title_bg.png) no-repeat;
	color: #fff;
	height: 45px;
	line-height: 34px;
}
.fl1_right .tabTitle li a{ 
	display: none;
}
.fl1_right .tabTitle li.titleOn a{ 
	display: block;
}
.fl1_right .tabBox{
	clear: left;
	display: none;
	width: 790px;
	height: 437px;
	overflow: hidden;
}
.fl1_right .show{
	display: block;
}

.fl2{
	height: 100%;
	margin: 10px 0 0;
	width: 100%;
}
.fl2 ul{
	margin: 50px -10px 0 -10px;
}
.fl2 ul li{
    width: 25%;
    float: left;
    padding: 10px;
	box-sizing: border-box;
}
.card {
    height: 210px;
    background: #5174D8;
    position: relative;
    cursor: default;
    text-align: center;
    overflow: hidden;
}
.fl2 ul li .card img{
	height: 100%;
    width: 100%;
    -webkit-transition: .3s;
    transition: .3s;
    -o-object-fit: cover;
    object-fit: cover;
}
.fl2 ul li .card img:hover{
	transform: scale(1.1);
}
.card:before {
    content: "";
    display: inline-block;
    border-width: 10px;
    border-style: solid;
    border-color: transparent;
    position: absolute;
    -webkit-transition: .3s;
    transition: .3s;
}
.card:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
    -webkit-transition: .3s;
    transition: .3s;
}
.card.left, .card.right {
    overflow: visible;
}
.card.left:before {
    border-right-color: #5174D8;
    top: 50%;
    left: -20px;
    margin-top: -10px;
    -webkit-transition: .3s;
    transition: .3s;
}
.card.right:before {
    border-left-color: #FFB400;
    top: 50%;
    right: -20px;
    margin-top: -10px;
    -webkit-transition: .3s;
    transition: .3s;
}
.card.warning {
    background: #FFB400;
}
.card.left:hover {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
    -webkit-box-shadow: 0 5px 10px #ddd;
    box-shadow: 0 5px 10px #ddd;
}
.card.right:hover {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
    -webkit-box-shadow: 0 5px 10px #ddd;
    box-shadow: 0 5px 10px #ddd;
}
.card span {
    display: inline-block;
    font-size: 24px;
    vertical-align: middle;
    color: #fff;
    text-align: center;
}
.fl3{
	clear: left;
	padding: 55px 0 0;
	height: 620px;
}
.fl3_title{
	font-size: 36px;
	color: #000;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	padding: 0 0 30px;
}
.fl3_left{
	width: 790px;
	float: left;
	position: relative;
}
.fl3_left_sz{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
}

.fl3_left_sz li{
	position: absolute;
	padding: 0 0 0 75px;
	height: 80px;
	display: block;
	left: 0;
}
.fl3_left_sz_item1{
	background: url(../img/icon4.png) no-repeat;
	top: 76px;
}
.fl3_left_sz_item2{
	background: url(../img/icon5.png) no-repeat;
	top: 242px;
}
.fl3_left_sz_item3{
	background: url(../img/icon6.png) no-repeat;
	top: 413px;
}

.fl3_left_sz li h1{
	font-size: 18px;
	color: #5174d8;
	height: 30px;
	line-height: 30px;
}
.fl3_left_sz li h1 span{
	font-size: 48px;
	font-weight: bold;
	padding: 0 5px 0 0;
}
.fl3_left_sz li div{
	font-size: 18px;
	color: #666;
	height: 20px;
	line-height: 20px;
	padding: 15px 0 0;
}
.map{
	width: 503px;
	height: 501px;
	position: absolute;
	left: 255px;
	top: 30px;
}

.fl3 .fl3_right{
	width: 358px;
	float: right;
}
.fl3 .fl3_right li{
	width: 358px;
	overflow: hidden;
	height: 120px;
	margin: 0 0 20px;
}
.fl3 .fl3_right li a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.fl3 .fl3_right li a img{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 358px;
	height: 120px;
    -webkit-transition: .3s;
    transition: .3s;
    -o-object-fit: cover;
    object-fit: cover;
}
.fl3 .fl3_right li a img:hover{
	transform: scale(1.1);
}
.fl3 .fl3_right li a span{
	display: block;
	width: 358px;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	height: 45px;
	line-height: 45px;
	background: #4866c9;
	color: #fff;
	padding: 0 0 0 22px;
	font-size: 18px;
}
.fl4{
	background: #f6f6f6;
	height: 290px;
	clear: both;
	margin: 50px 0 0;
}
.fl4 ul{
	width: 1080px;
	margin: 0 auto;
	padding: 45px 0 0;
}
.fl4 li{
	float: left;
	width: 200px;
	height: 200px;
	margin: 0 80px;
}
.fl4 ul li img{
	height: 100%;
    width: 100%;
    -webkit-transition: .3s;
    transition: .3s;
    -o-object-fit: cover;
    object-fit: cover;
}
.fl4 li a img:hover{
	transform: scale(1.1);
}
