.container {
	width: 1200px;
	margin: 0 auto;
}
.header-top {
	width: 100%;
	height: 40px;
	background: #1f5196;
	line-height: 40px;
	color: #fff;
}
.header-top .container a {
	color: #fff;
	font-size: 12px;
}
.header-top .container .item-box {
	margin-right: 106px;
}
.header {
	width: 100%;
	height: 160px;
	background: url(../img/head-bg.jpg) center center no-repeat;
}
.header .container {
	height: 100%;
	padding-left: 32px;
}
.header .container a img {
	display: block;
}
.nav {
	width: 100%;
	height: 44px;
	border-bottom: 4px solid #f5f5f5;
}
.nav .container .nav-item {
    position: relative;
	float: left;
	width: 9.09%;
	line-height: 40px;
	text-align: center;
}
.nav .container .nav-item>a {
	display: block;
	width: 100%;
	height: 100%;
	color: #6f6f6f;
	font-size: 14px;
	transition: all .5s;
}
.nav .container .nav-item>a.active {
	color: #fff;
	background: #1f5196;
}
.nav .container .nav-item>a:hover {
	color: #fff;
	background: #1f5196;
}

    .nav .container .down{
        position: absolute;
        left: 0;
        z-index: 200;
        width: 100%;
        display: none;
        background: #1f5196;
    }
    .nav .container .down a {
        color: #fff;
    }
    .nav .container .nav-item:hover .down{
        display: block;
    }

/*banner*/
#banner{
        position: relative;
        width: 736px;
        height: 348px;
    }
    .banner-container{
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        overflow: hidden;
    }
    .banner-box{
        width: 736px;
        height: 348px;
    }


.banner-box .banner-item{
	position: relative;
    float: left;
    width: 736px;
    height: 348px;
    
}
    .banner-box img{
        display: block;
        max-width: 100%;
    }
.banner-box .banner-item .banner-title{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 736px;
	height: 30px;
	line-height: 30px;
	background: rgba(0,0,0,.5);
	padding-left: 20px;
	color: #fff;
}
    .banner-arrowleft{
        position: absolute;
	    left: 32px;
	    top: 50%;
	    display: block;
	    width: 40px;
	    height: 40px;
	    margin-top: -20px;
	    background: url(../img/gc-left.png) center center no-repeat;
		background-size: cover;
	    cursor: pointer;
    }
    .banner-arrowright{
        position: absolute;
	    right: 32px;
	    top: 50%;
	    display: block;
	    width: 40px;
	    height: 40px;
	    margin-top: -20px;
	    background: url(../img/gc-right.png) center center no-repeat;
		background-size: cover;
	    cursor: pointer;
    }
/*首页新闻*/
.news {
	height: 390px;
	padding-top: 42px;
}
.news .container .col-left {
	float: left;
	width: 736px;
	height: 348px;
	overflow: hidden;
}
.news .container .col-right {
	float: right;
	width: 444px;
	height: 348px;
}
.news .container .col-right .title-top {
	width: 100%;
	height: 40px;
	background: #eee;
}
.news .container .col-right .title-top .item {
	float: left;
	width: 103px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.news .container .col-right .title-top .item .item-link {
	display: block;
	width: 100%;
	height: 100%;
	color: #4e4e4e;
	font-size: 16px;
}
.news .container .col-right .title-top .item .item-link.active {
	background: #1f5196;
	color: #fff;
	font-weight: bold;
}
.news .container .col-right .title-top .more {
	float: right;
	line-height: 40px;
	margin-right: 10px;
	color: #4e4e4e;
	font-size: 14px;
}
.news .container .col-right .content {
	padding-top: 16px;
}
.news .container .col-right .content .item {
	width: 100%;
	line-height: 32px;
	overflow: hidden;
}
.news .container .col-right .content .item a {
	display: block;
	width: 100%;
	height: 100%;
	color: #646464;
	font-size: 14px;
}
.news .container .col-right .content .item .item-title {
	float: left;
}
.news .container .col-right .content .item .item-date {
	float: right;
}
.ad01 {
	margin-top: 50px;
	margin-bottom: 50px;
}

.main {
	height: 272px;
}
.main .container .left {
	float: left;
	width: 315px;
	height: 100%;
}
.main .container .left .item {
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #1f5196;
	font-size: 14px;
	border-bottom: 1px dashed #d2d2d2;
}
.main .container .left .item.item-top {
	height: 40px;
	line-height: 40px;
	background: #1f5196;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border: none;
}
.main .container .left .item.item-top a{
	color: #fff;
    font-size: 16px;
}
.main .container .left .item.item-top a:hover{
	font-weight: bold;
}
.main .container .center {
	float: left;
	width: 620px;
	height: 100%;
	margin-left: 30px;
}
.main .container .center .title-top {
	width: 100%;
	height: 41px;
	background: #eeeeee;
	border-top: 1px solid #1f5196;
	overflow: hidden;
}
.main .container .center .main-content{
	width: 620px;
	height: 222px;
}
.main .container .center .title-top .item {
	float: left;
	width: 110px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #4e4e4e;
	font-size: 16px;
}
.main .container .center .title-top .item a {
	display: block;
	width: 100%;
	height: 100%;
	color: #4e4e4e;
}
.main .container .center .title-top .item.active {
	background: #1f5196;
	color: #fff;
	font-weight: bold;
}
.main .container .center .title-top .item.active a {
	background: #1f5196;
	color: #fff;
	font-weight: bold;
}
.main .container .center .title-top .more {
	float: right;
	line-height: 40px;
	margin-right: 10px;
	color: #4e4e4e;
	font-size: 14px;
}
.main .container .center .content {
}
.main .container .center .content .item {
	width: 100%;
	height: 37px;
	line-height: 36px;
	border-bottom: 1px dashed #aaa;
	color: #646464;
	font-size: 14px;
	padding-left: 10px;
}
.main .container .right{
	float: left;
	width: 205px;
	height: 100%;
	margin-left: 30px;
}
.main .container .right .item{
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #1f5196;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 17px;
	box-shadow: 0px 1px 5px rgba(0,34,82,.41);
}

.main .container .right .item a{
 color:#fff;
}
.ad01 {
	margin-top: 55px;
	margin-bottom: 50px;
    font-size: 0;
}
.pinpai .container .title-top{
	width: 333px;
	height: 40px;
	background: url(../img/title-bg.png) left center no-repeat;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
}
.pinpai .container .title-top a{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}
.pinpai .container .content{
	width: 100%;
	padding-top: 36px;
	padding-bottom: 35px;
	overflow: hidden;
}
.pinpai .container .content .item{
	float: left;
	width: 25%;
	height: 94px;
	border-right: 1px dashed rgba(98,98,98,.17);
	text-align: center;
	margin-bottom: 35px;
}
.pinpai .container .content a:nth-child(4n) .item{
	border: none;
}
.pinpai .container .content .item img{
	display: block;
	margin: 0 auto;
}
.pinpai .container .content .item .item-title{
	color: #1f5196;
	font-size: 14px;
	line-height: 20px;
}
.friend .container .title-top{
	width: 333px;
	height: 40px;
	background: url(../img/title-bg.png) left center no-repeat;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
}
.friend .container .title-top a{
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
}
.friend .container .content{
	width: 100%;
	padding-top: 46px;
	padding-bottom: 96px;
}
.friend .container .content .item{
	float: left;
	width: 205px;
	height: 40px;
	background: url(../img/friend-icon.png) center right no-repeat #fafafa;
	margin-left: 95px;
	line-height: 40px;
	box-shadow: 0px 1px 5px rgba(0,34,82,.41);
}
.friend .container .content .item a{
	color: #1f5196;
	font-size: 14px;
	font-weight: bold;
	display: block;
	width: 100%;
	height: 100%;
	padding-left: 30px;
}
.friend .item .friend-down{
		display: none;
	text-align: center;
	background: #fafafa;
	}
.friend .container .content .friend-down a{
	padding-left: 0;

}
	.friend .item:hover .friend-down{
		display: block;
	}


.footer{
	width: 100%;
	height: 424px;
	background: #1f5196;
}
.footer .container {
	text-align: center;
}
.footer .container .footer-nav{
	display: inline-block;
	height: 91px;
	padding-top: 38px;
	padding-bottom: 38px;
}
.footer .container .footer-nav .footer-nav-item{
	float: left;
	padding-left: 12px;
	padding-right: 12px;
	border-right: 1px solid #5f8cc9;
	line-height: 15px;
}
.footer .container .footer-nav .footer-nav-item a{
	color: #fff;
	font-size: 14px;
}
.footer .container .erweima-text{
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	margin-bottom: 16px;
}
.footer .container .footer-info{
	color: #fff;
	font-size: 14px;
	line-height: 30px;
}


/* 内页 */
.container .bread{
	padding-left: 11px;
	border-left: 2px solid #2471ad;
	margin-top: 30px;
	margin-bottom: 30px;
	color: #1f5196;
	font-size: 14px;
}
.container .bread a{
	color: #1f5196;
	font-size: 14px;
}
.container .left{
	float: left;
	width: 186px;
	background: #fafafa;

}
.container .left .item{
	width: 100%;
	height: 41px;
	text-align: center;
	line-height: 40px;
	border-bottom: 1px dashed #d2d2d2;
}
.container .left .item a{
	display: block;
	width: 100%;
	height: 100%;
	color: #1f5196;
	font-size: 14px;
}
.container .left .item a.active{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background: #1f5196;
}
.container .left .item a:hover{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background: #1f5196;
}
.container .right{
	float: right;
	width: 943px;
}
.container .right .content-title{
	color: #1f5196;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	margin-bottom: 32px;
}
.container .right .content-text{
	color: #545454;
	font-size: 14px;
	line-height: 30px;
	text-indent: 2em;
	padding-bottom: 80px;
}
.container .right .content-text img {
  max-width:100%;
}
.right .news-content{
	padding-left: 48px;
}
.right .news-content .item{
	position: relative;
	height: 30px;
}
.right .news-content .item::before{
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	background: #1f5196;
	left: -33px;
	top: 50%;
	margin-top: -3px;
	border-radius: 50% 50%;
}
.right .news-content .item .item-link{
	line-height: 30px;
	color: #545454;
	font-size: 14px;
}
.right .news-content .item .item-link .item-title{
	float: left;
}
.right .news-content .item .item-link .item-date{
	float: right;
}
.page-box{
	margin-top: 74px;
	margin-bottom: 64px;
}

.right .pro-content{
        
}
.right .pro-content .item{
	float: left;
	width: 25%;
	height: 94px;
	border-right: 1px dashed rgba(98,98,98,.17);
	text-align: center;
	margin-bottom: 30px;
}
.right .pro-content a:nth-child(4n) .item{
	border: none;
}
.right .pro-content .item img{
	display: block;
	margin: 0 auto;
}
.right .pro-content .item .item-title{
	color: #1f5196;
	font-size: 14px;
	line-height: 20px;
}
.pro .content-pic{
		text-align: center;
	padding-top: 15px;
	}
	.pro .content-title{
		color: #1f5196;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		margin-bottom: 32px;
	}


/*翻页*/
.pagebox{
	margin-top: 10px;
	margin-bottom: 80px;
}
.row .pagination p.pageRemark{
	display: none;
}
.row .pagination p{
	background: transparent;
	border: none;
}
.row .pagination a{
	color: #333;
	border: none;
	background: transparent;
}
.row .pagination a.cur{
	background: #bfab77;
}
.row .pagination a:hover {
    color: #fff;
    background: #bfab77;
    border: none;
}
.pagination p.pageRemark{
	display: none;
}


.prve p {
    height: 25px;
    width: 100%;
}
.prve p a {
    width: 100%;
    line-height: 25px;
    font-size: 14px;
    color: #1f5196;
}

