﻿@charset "utf-8";
#header {
    position: relative;
    z-index: 3;
}
.row {
    padding: 0;
    max-width: 1200px;
    _width: 1200px;
    margin: 0 auto 20px;
    background: none;
    text-align: left;
    overflow: hidden;
}

#rowC .hd{
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #ecf0fa;
    margin-bottom: 30px;
}
#rowC .hd h3{
    float: left;
    width: 140px;
    text-align: center;
    height: 67px;
    border-bottom: 3px solid #1e4ca2;
}
#rowC .hd h3 a{
    font-size: 18px;
	color: #2358a6;
    text-decoration: none;
    
}
.ggfw{
    margin-top: 10px;
}
.ggfw .linklist{
    margin-right: -23px;
}
.ggfw .linklist li{
    float: left;
    width: 277px;
	height: 150px;
	background-color: #f5f8ff;
	border-radius: 5px;
    margin-right: 23px;
    position: relative;
    margin-bottom: 30px;
}
.ggfw .linklist li i{
    display: block;
    width: 60px;
    height: 55px;
    margin: 30px auto 0;
    background: url(../../Base/img/linklins-icons-off.png) 0 0 no-repeat;
}
.ggfw .linklist .li1 i{
    background-position: 0 0;
}
.ggfw .linklist .li2 i{
    background-position: 0 -166px;
}
.ggfw .linklist .li3 i{
    background-position: 0 -339px;
}
.ggfw .linklist .li4 i{
    background-position: 0 -528px;
}
.ggfw .linklist .li5 i{
    background-position: 0 -701px;
}
.ggfw .linklist .li6 i{
    background-position: 0 -855px;
}
.ggfw .linklist li .tit{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    font-size: 16px;
    line-height: 225px;
}
.ggfw .linklist li:hover{
    background-color: #245cae;
}
.ggfw .linklist li:hover i{
    background: url(../../Base/img/linklins-icons-on.png) 0 0 no-repeat;
}
.ggfw .linklist .li1:hover i{
    background-position: 0 0;
}
.ggfw .linklist .li2:hover i{
    background-position: 0 -166px;
}
.ggfw .linklist .li3:hover i{
    background-position: 0 -339px;
}
.ggfw .linklist .li4:hover i{
    background-position: 0 -528px;
}
.ggfw .linklist .li5:hover i{
    background-position: 0 -701px;
}
.ggfw .linklist .li6:hover i{
    background-position: 0 -855px;
}
.ggfw .linklist li:hover .tit{
    color: #fff;
}
.ztwzlist{
    margin-right: -20px;
}
.ztwzlist li{
    width: 285px;
	height: 120px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.ztwzlist li .tit{
    display: none;
}


/* swiper */
.tab-focus{
    position: relative;
}
.tab-focus .focusBox .swiper-slide .pic{
    position: relative;
    z-index: 0;
    line-height: 0;
    height: 400px;
}
.tab-focus .focusBox .swiper-slide .pic img{
    width: 100%;
    height: 400px;
}
.tab-focus .focusBox .swiper-slide .con{
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    text-align: left;
}
.tab-focus .focusBox .swiper-slide .con .titleBg{
    position: absolute;
    width: 100%;
    z-index: 0;
    bottom: 0;
    left: 0;
    background: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    height: 40px;
}
.tab-focus .focusBox .swiper-slide .con .title{
    position: absolute;
    width: 76%;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    overflow: hidden;
}
.tab-focus .focusBox .swiper-slide .con .title a{
    color: #fff;
    padding-left: 10px;
    text-decoration: none;
}
.swiper-pagination{
    right: 4px;
    bottom: 5px;
}
.swiper-pagination-bullet{
    width: 11px;
    height: 11px;
    border-radius: 50%;
    opacity: 1;
    background-color: #fff;
    margin-right: 5px;
}
.swiper-pagination-bullet-active{
    background-color: #a60000;
    border-radius: 50%;
}


/*--
颜色代码
#416eb4 深色标题
#ddd 淡色边框
--*/

#focusPic .bd .pic img {
    height: auto;
    width: auto;
    max-height:100%;
    max-width:100%;
}
#focusPic2 {
    margin: 20px auto 0;
    position: relative;
}
#focusPic2 .bd .pic img {
    height: auto;
    width: auto;
    max-height:100%;
    max-width:100%;
}
#focusPic2 .hd {
    position: absolute;
    display:none;
    left: 0;
    bottom: 19px;
    right: 0px;
}
#focusPic2 .hd ul{
    text-align:center;
    width: 100%;
}
#focusPic2 .hd ul li {
    width: 50px;
	height: 8px;
	background-color: #ffffff;
    display: inline-block;
    border-radius: 0;
    margin: 0 10px;
    float: none;
    cursor: pointer;
}
#focusPic2 .hd ul li span{
    display: none;
}

#focusPi2 .bd .con {
    bottom: 50px;
    left: 50px;
    height: 60px;
    line-height: 60px;
    display: none;
}
#focusPic2 .bd .con .titleBg {
    height: 60px;
    display: none;
}
#focusPic2 .bd .con .title a {
    font-size: 16px;
    display: block;
    padding: 0 20px;
    background: rgba(0, 0, 0, 0.5);
    filter: alpha(opacity=80);
    display: none;
}