.header{
	height: 148px;
	background-color: #115198;
	position: relative;
        min-width:1200px;
}
.header .logo{
	height: 148px;
	width:600px;
	background: url(/kyc/img/logo.png) no-repeat left 10px;
	cursor:pointer;
}
.header .search {
	margin-top: 55px;
}
.header .search input{
	height:30px;
	
}
#nav{
	height: 64px;
	background-color: #d2d2d2;
	background: linear-gradient(to bottom,#d2d2d2,#ffffff);
	margin: 0 auto;
	box-shadow: 0px 5px 5px #E3E3E3;
        min-width:1200px;
}
#nav .main-nav li{	
	float: left;
}
#nav .main-nav li a.active{
	background: #89a1d1;
	color: #FFFFFF;
}
#nav .main-nav li a:hover{
	background: #115198;
	color: #FFFFFF;
}
 .navbar_nav li{
	float:left;
	position: relative;
	display: block;
}
.navbar_nav li:hover:after{
    width: 100%;
}
 .navbar_nav li a{
	text-decoration: none;
	height: 100%;
	padding: 0px 18px;
	display: block;
	line-height: 64px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #115198;
	font-size: 16px;
}
.navbar_nav li:hover{
	background: #115198;
}
.navbar_nav li:hover a{
	color: #FFFFFF;
}
.navbar_nav li.dropdown{
	display: inherit;
	position: relative;
	z-index: 999;
}
.navbar_nav li.dropdown .dropdown_menu{
	display: none;
	position: absolute;
	top:64px;
	width: 100%;
	background: #115198;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 100%;
    left: 0;
}
.navbar_nav li.dropdown .dropdown_menu a{
	font-size: 14px;
	color: #666;
	padding: 0 10px;
	line-height: 40px;
	text-align: center;
	margin-bottom: 2px;
}
 .navbar_nav li.dropdown:hover .dropdown_menu{
	display: block;
	background: #115198;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.navbar_nav li.dropdown:hover .dropdown_menu a{
	color: #FFFFFF;
}
.navbar_nav li.dropdown:hover .dropdown_menu a:hover{
	color: #fff;
	text-decoration: underline;
	background: orange;
}
.main{
	margin-top: 30px;
} 
.main .headline .headline-icon{
	width:92px;
	height:80px;
	background: url(/kyc/img/index-icons.png) no-repeat;
}
.main .headline-title{
	width:1040px;
	margin-left: 30px;
}
.main .headline-title h3{
	font-size:22px;
	color:#C80101;
	text-align: center;
}
.main .headline-title .abs{
	color: #636363;
}

.slideBox {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.slideBox .hd {
	height: 20px;
	overflow: hidden;
	position: absolute;
	right:5px;
	bottom:15px;
	z-index: 1;
	
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	float: left;
	width: 20px;
	height: 20px;
	font-size:14px;
	line-height: 20px;
	text-align: center;
	color: #115168;
	background: #FFFFFF;
	cursor: pointer;
	margin-right: 3px;
	transition: all 0.3 ease-out;
	-moz-transition:all 0.3s ease-out;
	-ms-transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
}

.slideBox .hd ul li.on {
	font-size:16px;
	background:#115198;
	color: #fff;
}
.slideBox .moreBox{
	height:60px;
	width:210px;
	line-height:60px;
	background: #B70E17;
	
}
.slideBox .moreBox a{
	color:#FFFFFF
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd img {
	width: 100%;
	height: 100%;
	display: block;
}

.slideBox .bd li a{
	position: absolute;
	left: 0px;
	bottom:0px;
	padding:20px 10px;
	display: block;
	width: 100%;
	z-index: 999;
	color:#fff;
	background: rgba(0,0,0,0.6);
}
.main .news{
	margin-top: 30px;
}
.main .news .news-left{
	width:575px;
	height:397px;
}
.main .news .news-right{
	width:600px;
	height:397px;
}
.main .news .news-right .news-nav{
	height:44px;
	width:100%;
	background: #F2F2F2;
	position: relative;
}
.main .news .news-right .news-nav ul li{
	float:left;
	width:160px;
	text-align: center;
}
.main .news .news-right .news-nav ul li a{
	font-size:20px;
	line-height: 44px;
	transition:all 0.3s ease;
	transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.main .news .news-right .news-nav .on{
	background: #115198;
}
.main .news .news-right .news-nav .on a{
	color:#FFFFFF
}
.news .news-list .tz{
	padding-top: 10px;
	display: none;
}
.news .news-list .tz ul li{
	height:56px;
	border-bottom: #E1E1E1 1px solid;
}
.news .news-list .tz ul li a{
	line-height: 56px;
	}
.news .news-list .tz .date{
	font-size:14px;
	color:#636363;
	line-height: 56px;
	float: right;
}

.news .news-more a{
	position: absolute;
	top:0px;
	right:5px;
	display: none;
	color:#979797;
	font-size:14px;
	padding-top:15px;
	padding-right:3px;
}
.main .xmkj{
	margin-top: 50px;
}
.main .xmkj .left{
	width:322px;
	height:292px;
	border:#115198 1px solid;
	position: relative;
	top:30px;
}
.main .xmkj .sjx{
	height:50px;
	width:223px;
	background:url(/kyc/img/tab-bak2.png) no-repeat;
	position: absolute;
	top:-18px;
	left:46px;
	color:#fff;
	font-size: 20px;
	text-align: center;
	line-height:32px;
	
}
.xmkj .left .inner {
	margin-top: 46px;
}
.xmkj .left .inner ul li{
	margin-top: 20px;
	margin-left: 25px;
}
.xmkj .middle{
	margin-left: 50px;
	width:390px;
}
.head{
	border-bottom:#115198 1px solid;
	position: relative;
}
.head p{
	font-size:20px;
	display:inline-block;
	border-bottom:#115198 4px solid;
	line-height:38px;
}
.head .more{
	position: absolute;
	right:3px;
	top:20px;
	color:#979797
}
.body{
	margin-top: 10px;
}
.body ul li{
	line-height: 40px;
        font-size:14px;
}
.body ul li a{
	font-size:14px;
}
.xmkj .right{
	width:384px;
}
.xmkj .right .body ul li{
	background: #f2f2f2;
	height:40px;
	border-bottom: #ccc 1px solid;
	margin-top:16px;
}

.xmkj .right .body ul li a{
	line-height: 40px;
        padding-left:5px;
}
.xmkj .right .body .date{
	float: left;
	background: #115198;
	width:50px;
	height:40px;
}
.xmkj .right .body .date p{
	color:#FFFFFF;
	line-height:40px;
	font-size:14px;
	padding:0px 5px;
        text-align:center
}
.cg{
	margin-top:40px;
}
.cg .left{
	width:770px;
}
.cg .right{
	width:384px;
}
.cg .left .head{
	border-bottom:#115198 1px solid;
	height:40px;
	position: relative;
}
.cg .left .head .cg-tab li{
	float:left;
	width:85px;
}
.cg .left .head .cg-tab li.active{
	border-bottom:#115198 4px solid;
}
.cg .left .head .cg-tab li:nth-child(2){
	margin-left: 40px;
}
.cg .left .head .cg-tab li a{
	font-size:20px;
	line-height:36px;
	
}
.cg .left .head .cg-more a{
	position: absolute;
	top:0px;
	right:5px;
	display: none;
	color:#979797;
	font-size:14px;
	padding-top:15px;
	padding-right:3px;
}
.cg .left .gg{
	
	margin-top: 22px;
}
.cg .left .gg ul{
	margin-left: -10px;
}
.cg .left .gg ul li{
	width:380px;
	height:40px;
	float:left;
	margin-left: 10px;
}
.cg .left .dd{
	float:right;
	width:60px;
	border:#115198 1px solid;
	border-radius:5px;
	text-align: center;
}
.xsjl{
	margin-top: 40px;
}
.xsjl .xsjl-box{
	height:340px;
	background:#f2f2f2;
	position: relative;
}
.xsjl .xsjl-box:before{
	content: "";
	display: inline-block;
	width:182px;
	height:54px;
	background: url(/kyc/img/123.png) no-repeat;
	position: relative;
	left:20px;
	top:-10px;
}
.xsjl .xs-title{
	position: absolute;
	top:2px;
	left: 60px;
	color:#FFFFFF;
	font-size:20px;
}
.xsjl .xs-detail .left{
	width:820px;
	margin-top:15px;
}
.xsjl .xs-detail .left ul li{
	float:left;
	width:384px;
	height:120px;
	margin-left: 20px;
}
.xsjl .xs-detail .left .date{
	width:78px;
	height:30px;
	background: #115198;
	margin-right: 20px;
}
/*.xsjl .xs-detail .left .date .day{
	height:36px;
	width:72px;
	background: #115198;
	font-size:22px;
	color:#FFFFFF;
	text-align: center;
	line-height:36px;
}*/
.xsjl .xs-detail .left .date .year{
	text-align: center;
	color:#fff;
	font-size:15px;
	line-height: 30px;
}
.xsjl .xs-detail .left .title{
	font-size:15px;
        font-weight:600;
        color:#1075b4;
	line-height: 24px;
	display: block;
	line-height: 40px;
}
.xsjl .xs-detail .left .abs{
	font-size:12px;
	color:#979797
}
.slideBox2 {
	width:328px;
	height:227px;
	overflow: hidden;
	position: relative;
	padding-left: 30px;
	padding-top:10px;
}
.slideBox2 .hd {
	height: 20px;
	overflow: hidden;
	position: absolute;
	right:5px;
	bottom:15px;
	z-index: 1;
	
}

.slideBox2 .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox2 .hd ul li {
	float: left;
	width: 20px;
	height: 20px;
	font-size:14px;
	line-height: 20px;
	text-align: center;
	color: #115168;
	background: #FFFFFF;
	cursor: pointer;
	margin-right: 3px;
	transition: all 0.3 ease-out;
	-moz-transition:all 0.3s ease-out;
	-ms-transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
}

.slideBox2 .hd ul li.on {
	font-size:16px;
	background:#115198;
	color: #fff;
}
.slideBox2 .xsbd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox2 .xsbd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox2 .xsbd img {
	width: 100%;
	height: 100%;
	display: block;
}

.slideBox2 .xsbd li a{
	position: absolute;
	left: 0px;
	bottom:0px;
	padding:20px 10px;
	display: block;
	width: 100%;
	z-index: 999;
	color:#fff;
	background: rgba(0,0,0,0.6);
}
.link{
	margin-top: 40px;
}
.link .body{
	background: #f2f2f2;
	margin-top: 30px;
	height:180px;
        margin-bottom: 30px;
}
.link ul li{
	width:260px;
	height:45px;
	margin-top: 30px;
	margin-left: 30px;
	float:left;
}
.link ul li img{
	width:100%;
	height: 100%;
	border:#ccc 1px solid;
}
.footer{
	height:247px;
	background: url(/kyc/img/footerbg.jpg) no-repeat;
	min-width:1200px;
}
.footer .logo{
	height:90px;
	text-align: center;
	padding-top: 40px;
}
.footer .copy{
	text-align: center;
	color: #fff;
	line-height:46px;
	
}
.list{
	
	background: url(/kyc/img/listbg.jpg) center top;
	background-color: #f2f2f2;
	padding-bottom: 40px;
}
.list .left{
	width:240px;
	min-height:290px;
	background: url(/kyc/img/50242.png) no-repeat right top;
	background-color: #115198;
	padding:30px;
	box-sizing: border-box;
	margin-right: 60px;
}
.list .head{
	border-bottom:#D2C3AD 1px solid;
}
.list .head p{
    color: #FFFFFF;
    font-size: 24px;
    display: inline-block;
    font-weight: 500;
    border-bottom: #D2C3AD 4px solid;
}
.list .list-nav{
	padding-top: 20px;
}
.list .list-nav ul li{
	height:40px;
	width:180px;
	border-bottom: #D2C3AD 1px solid;
	position:relative;
}
.list .list-nav ul li a{
	color:#FFFFFF;
	line-height: 40px;
	font-size:15px;
	padding-left:30px
}
.list .list-nav ul li.active:before{
	content: "";
	display: inline-block;
	width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #D2C3AD;
	position: absolute;
	top:12px;
	left: 5px;
}
.list .right{
	width:820px;
	padding-top: 30px;
	min-height:800px;
	
}
.list .content{
	box-sizing: border-box;
}
.list .content ul li{
	width:810px;
	height:108px;
	background: #f3f3f3;
	border:#bebebe 1px solid;
	margin-top: 30px;
	transition: all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
}
/*.list .content ul li:hover{

	box-shadow: 3px 35px 77px -17px rgba(95, 95, 95, 0.8);
    transform: scale(1.06);
}*/
.list .content .date{
	width:90px;
	height:75px;
	border-right:#bebebe 1px solid;
	margin-top: 16px;
	margin-right: 30px;
}
.list .content .date .day{
	font-size:26px;
	color:#AC8C5B;
	line-height: 36px;
	text-align: center;
	padding-top: 8px;
}
.list .content .date .year{
	text-align: center;
}
.list .content .tit{
	box-sizing: border-box;
	padding: 20px;
}
.list .content .title{
	display: block;
	font-size:16px;
	padding-bottom:10px;
}
.list .content .abs{
	color:#787878;
	font-size:12px
}

.ptList ul li{
	line-height: 50px;
	border-bottom: #dedede 1px solid;
}
.ptList ul li a{
	font-size: 15px;
}