/* 顶部开始 */

.header {
    width: 100%;
    height: 120px;
    background: #f7f7f7;
    background: url(../img/header.png) no-repeat center center;
}

.header_con {
    width: 1400px;
    height: 100%;
    margin: 0 auto;
}

.logo a img {
    margin: 15px 0;
}


/* 顶部结束 */



/* 导航开始*/

.navbg {
	height:60px;
	width: 100%;
	background: #0f75ce;
	position:absolute;
	z-index:99;
	left:0;
}
.col1400 {
	width:1400px;
    margin:0 auto;
    background: #0f75ce;
}
#navul>li {
    float: left;
    height: 60px;
    position: relative;
    text-align: center;
    line-height: 60px;
    padding: 0 17px;
    box-sizing: border-box;
}
#navul li.navhome {
	text-align:center;
}
#navul li a:link, #navul li a:visited {
	color:#FFFFFF;
}
#navul li ul {
	display:none;
    position: absolute;
    z-index: 10000;
    top: 60px;
    left: 0px;
    background: #005dae;
    width: 100%;
}
#navul li ul li {
	display:block;
	float:none;
	margin-right:0px;
	height:40px;
	position:relative;
	line-height:40px;
	font-size:14px;
}
#navul li.navmoon {
	background: #005dae;
	height:60px;
	line-height:60px;
}
#navul li.navon {
	background: #005dae;
}
#navul li.navmoon a {
	color:#FFFFFF;
}
#navul li.navhome a:hover {
	color:#fff;
}
#navul li.navmoon ul {
	display:block;
}
#navul li.navmoon ul a {
	display:block;
	height:40px;
	line-height:40px;
}
#navul li.navmoon ul a:hover {
	background: #006ee9;
}
/* 导航结束 */



/* banner开始 */

.banner-box {
    width: 1400px;
    height: 400px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.banner-box .bd {
    width: 100%;
}

.banner-box .bd li {
    width: 100%;
    height: 100%;
}


/* 手动切换按钮开始 */

.banner-box .bd li a {
    display: block;
    background-size: auto;
}

.banner-btn {
    width: 1400px;
    position: absolute;
    top: 170px;
    left: 50%;
    margin-left: -700px;
}

.banner-btn a {
    display: block;
    width: 49px;
    height: 104px;
    position: absolute;
    top: 0;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}

.banner-btn a.prev {
    left: 20px;
    background: url(../img/foot.png) no-repeat 0 0;
}

.banner-btn a.next {
    right: 20px;
    background: url(../img/foot.png) no-repeat -49px 0;
}

.banner-box .hd {
    position: absolute;
    top: 275px;
    left: 700px;
}

.banner-box .hd ul li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    text-indent: -9999px;
    margin-right: 20px;
    background: #ccc;
    float: left;
    cursor: pointer;
}

.banner-box .hd ul li.on {
    background: #DA324D;
}


/* footer开始 */

.footer {
    width: 100%;
    height: auto;
}

.footer_box {
    height: auto;
    background: #004078;
}

.footer_main {
    width: 1400px;
    margin: 0 auto;
}


/* 底部导航 */

.footer_menu {
    color: #fff;
    padding-top: 40px;
    box-sizing: border-box;
}



.footer_menuUl>li {
    float: left;
    border-right: 1px solid #1a5386;
    padding: 0 24px;
}

.footer_menuUl>li:last-child {
    border-right: 0px solid #1a5386;
}

.footer_menuUl li a {
    color: #fff;
    font-size: 16px;
    height: 40px;
}
.sub_footer_menu{
    margin: 15px 0 5px 0;
}
.sub_footer_menu li a {
    font-size: 14px;
    color: #ccc;
    height: 30px;
    line-height: 30px;
}


/* 友情链接 */

.footer_link {
    float: left;
}

.footer_bottom {
    padding: 40px 20px;
    box-sizing: border-box;
}

.footer_link .title {
    font-size: 16px;
    width: 80px;
    padding-right: 10px;
    color: #fff;
    border-left: 2px solid #fff;
    padding-left: 10px;
    margin-top: 5px;
}

.footer_link .footer_link_group {
    display: inline-block;
    width: 148px;
    height: 30px;
    position: relative;
    margin-right: 25px;
}

.footer_link .footer_link_group .group-name {
    height: 30px;
    border: 1px solid #99b3c9;
    display: block;
    padding: 0 26px 0 8px;
    font-size: 14px;
    line-height: 30px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    color: #c4cdd8;
}

.footer_link .footer_link_group .group-name:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #B7B7B7;
    position: absolute;
    display: block;
    right: 8px;
    top: 50%;
    margin-top: -3px;
}

.footer_link .footer_link_group .footer_link_list {
    background-color: #fff;
    padding: 0 10px;
    position: absolute;
    right: 0;
    left: 0px;
    max-height: 0;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 99;
}

.footer_link .footer_link_group .footer_link_list a {
    display: block;
    font-size: 14px;
    line-height: 1.8;
}

.footer_link .footer_link_group .footer_link_list a:hover {
    color: #30AFFF;
}

.footer_link .footer_link_group:hover .footer_link_list {
    display: block;
    max-height: 200px;
    border: 1px solid #DBDBDB;
}


/*  底部地址电话 */

.footer_phone {
    float: right;
    color: #b3becc;
}


/* 版权 */

.copyright {
    height: 64px;
    background: #073966;
}

.copyright_main {
    width: 1400px;
    margin: 0 auto;
}

.copyright p {
    height: 64px;
    line-height: 64px;
    color: #9ea6b1;
    font-size: 12px;
    text-align: center;
}




/* footer结束 */