@charset "UTF-8";

/* CSS Document */
/*
-----------------------------首页样式start-----------------------------
*/
/* 顶部开始 */
.top{
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0;
	overflow: hidden;
}
.topL{
	padding: 0 60px;
	overflow: hidden;
}
.topL .logo{
	padding: 20px 0;
}
/* banner开始 */
.indexBanner{
	overflow: hidden;
	position: relative;
	padding-top: 38.25%;
}
.indexBanner .bd{
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}
.indexBanner .bd .mySlide {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.indexBanner .bd .mySlide a{
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index:2;
}
.indexBanner .bd .slick-track{
	height: 100%;
}
.indexBanner .bd .slick-list{
	height: 100%;
} 
.indexBanner .img{ width: 1200px;position: absolute;left: 50%; top:50%;transform: translate(-40%,-130%); font-size: 0;}
.indexBanner .img .imgItem{
	text-align: center;
}
.indexBanner .img .imgItem img{overflow: hidden; display: inline-block; visibility: hidden; display: inline-block;margin-right: 60px;} 
.indexBanner .img .imgItem img.show{visibility: visible;}
.indexBanner .myslide2 .img{transform: translate(-35%,-80%); -webkit-transform: translate(-35%,-80%);}


.indexBanner .mySlide video{
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.indexBanner .slick-dots{
	position: absolute;
	left: 50%;
	bottom: 36px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.indexBanner .slick-slide:nth-child(3) .img{
	transform: translate(-40%,-130%);
}
.indexBanner .slick-slide:nth-child(2) .img{
	width: 1400px;
} 
.indexBanner .slick-dots li{
	float: left;
	margin: 0 5px;
	display: block;
	height: 6px;
	width: 20px;
	background: rgba(255,255,255,0.6);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	cursor: pointer;
}
.indexBanner .slick-dots li.slick-active{
	background: #00479d;
	width: 50px;
}
/* 导航栏开始 */
.menu{
	position: relative;
	background: #00479c;
}
.menuDl{
    position: relative;
}
.menuDl dd{
    display: inline;
    float:left;
    /* padding: 0 5px; */
    position: relative;
    z-index: 71;
}
.menuDl dd span a{
display: block;
    height: 60px;
    overflow: hidden;
    line-height: 60px;
    color: #fff;
    font-size: 16px;
	padding: 0 34px;
    /* font-weight:bold; */
    position: relative;
	border-right: 1px solid rgba(255,255,255,0.1);
}
.menuDl dd:last-child span a{
	border:1px solid transparent;
}
.menuDl dd span{
    display: block;
}
.menuDl dd.hover{
    background: #033694;
}
.menuDl dd.hover span a{
	border-right: 1px solid #033694;
}

.menuDl dd span a i{
    display: none;
    width: 100%;
    height: 2px;
    overflow: hidden;
    background: #d6000f;
    position: absolute;
    left: 10px;
    bottom: 10px;
}
.menuDl dd.hover span a i{
    display: block;
}
.subMenuDiv{
    display: none;
    width: 100%;
    position: absolute;
    /*left: 0px;*/
    top: 60px;
    /*opacity: 0;*/
    z-index: 68;
}

.topselect{
	display: inline;
    height:30px;
    width: 15.9722%!important;
	float: right;
    overflow: hidden;
    border: 1px solid #ccc;
	margin-top: 15px;
	padding: 0 10px;
	box-sizing: border-box;
	border-radius: 20px;
}
.topselect a{
	display: block;
	float: right;
	width: 16px;
	height: 28px;
	background: url(../images/select.png)no-repeat center center;
}
.topselect input{
	overflow: hidden;
	border: none;
	outline: none;
	height: 100%;
	width: 87%;
	background: no-repeat;
	color: #cccccc;
	font-size: 14px;
}
input::-webkit-input-placeholder{
	color: #ccc;
	font-size: 14px;
}
.subMenu_ul{
    width: 1000px;
    overflow: hidden;
    /* padding: 10px 0px; */
    position: relative;
    z-index: 69;
	background: url(../images/mentou.png)no-repeat left center;
	padding-left: 15px;
}
.subMenuShadow{
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 0px;
    z-index: 1;
    width: 50000px;
    margin-left: -25000px;
}
.subMenu_ul li{
    overflow: hidden;
    height: 60px;
    line-height: 60px;
	margin-right: 35px;
    position: relative;
    z-index: 70;
    float: left;
    display: inline;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    /*-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;*/
}
.menuDl dd.hover .subMenu_ul li{
    opacity: 0;
    -webkit-animation: liMove 0.3s linear forwards;
    -o-animation: liMove 0.3s linear forwards;
    animation: liMove 0.3s linear forwards;
}
@keyframes liMove{
    0%  {transform: translateY(-110%);opacity: 0;}
    100%{transform: translateY(0px);opacity: 1;}
}
.menuDl dd.hide .subMenu_ul li{
    opacity: 1;
    -webkit-animation: liHIde 0.3s linear forwards;
    -o-animation: liHIde 0.3s linear forwards;
    animation: liHIde 0.3s linear forwards;
}
@keyframes liHIde{
    0%  {transform: translateY(0px);opacity: 1;}
    100%{transform: translateY(110%);opacity: 0;}
}
.subMenu_ul li a{
    display: block;
    overflow: hidden;
    font-size: 14px;
    color:#666;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.subMenu_ul li a:hover{
    color:#00479c;
}
.half .subMenu_ul li a{
    font-size: 14px;
}
.subMenu_ul li a span{
    position: relative;
}


.subMenu_ul li a span em{
    display: block;
    width: 2px;
    height: 10px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -5px;
    background: #d6000f;
}
.subMenuR{
    width: 50%;
    overflow: hidden;
    padding: 20px 0px;
}
.menuTop{
    height: 40px;
    line-height: 40px;
    display: block;
    overflow: hidden;
    font-size: 24px;
    color:#555;
    padding-left: 50px;
}
.subMenuCont{
    overflow: hidden;
    position: relative;
    margin-right: 15px;
}
.listBg{
    width: 0px;
    height: 0px;
    overflow: hidden;
    background: rgba(255,255,255,1);
    position: absolute;
    left: 0px;
    top: 0px;
}
.menuBg{
    display: none;
    width: 100%;
    height: 60px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 60px;
    z-index: 66;
    background: #fff;
}
.subMenuTop{
    height: 40px;
    line-height: 40px;
    display: none;
    font-size: 16px;
    color:#888;
    overflow: hidden;
    padding: 15px 0px 10px 50px;
}
.half{
    float: left;
    display: inline;
    width: 50%;
}

/* 导航栏结束 */
/* banner结束 */
/* 底部结束 */


/*底部开始*/

/*底部结束*/
/*
-----------------------------首页样式end-----------------------------
*/
/* 共用样式开始 */
.indextitle {
	height: 22px;
	line-height: 22px;
	color: #333333;
	font-weight: bold;
	font-size: 20px;
	overflow: hidden;
}
.indextitle a.genduo{
	float: right;
	display: block;
	padding-right: 20px;
	color: #666;
	font-size: 16px;
	height: 20px;
	background: url(../images/indexgenduo.png)no-repeat center right;
}
.indextitle span em{
	font-style: normal;
	color: #999;
	font-size: 14px;
	font-weight: normal;
	margin-left: 5px;
}
/* 共用样式结束 */
/* 第一通栏开始 */
.column1{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding:20px;
	overflow: hidden;
}
.col1-con{
	overflow: hidden;
	padding-top: 20px;
}
.col1-left{
	width: 48.5714%;
	position: relative;
	margin-right: 30px;
}
.col1-left .myslide .text{
	display: none;
}
.col1-left .myslide .pic::before{
	padding-top: 65.2941%;
}
.col1text{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 66px;
	line-height: 66px;
	background: rgba(0,0,0,0.6);
}
.col1text a{
	color: #FFFFFF;
	display: block;
	padding: 0 20px;
	font-size: 16px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	padding-right: 200px;
	
}
.col1-left .slick-dots{
	position: absolute;
	right: 20px;
	bottom: 25px;
	z-index: 2;
}
.col1-left .slick-dots li{
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	background: #ffffff;
	margin: 0 5px;
	border-radius: 50%;
}
.col1-left .slick-dots li.slick-active{
	background: #00479c;
}
.col1-right{
	overflow: hidden;
}
.col1Dl dt{
	padding: 20px 0;
	border-bottom: 1px solid #e6e6e6;
}
.col1Dl dt .title {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.col1Dl dt .title a{
	color: #333;
}
.col1Dl dt .det{
	height: 29px;
	line-height: 29px;
	font-size: 18px;
	color: #999999;
	font-weight: bold;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.col1Dl dt .text{
	padding-top: 10px;
	height: 48px;
	line-height: 24px;
	color: #666666;
	font-size: 14px;
	 text-overflow: -o-ellipsis-lastline;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 2;
	  line-clamp: 2;
	  -webkit-box-orient: vertical;
}
.col1Dl dt:hover .title a{
	color: #033694;
}
.col1Dl dt:hover .det{
	color: #033694;
}
.col1Dl dd{
	height: 43px;
	line-height: 43px;
	padding-left: 15px;
	background: url(../images/col1tou.png)no-repeat left center;
}
.col1Dl dd a{
	font-size: 15px;
	display: block;
	color: #5c5c5c;
	transition: all 0.3s linear;
	-webkit-transition:all 0.3s linear ;
	padding-right: 100px;
	 white-space: nowrap;
	    text-overflow: ellipsis;
	    overflow: hidden;
	    word-break: break-all;
	
}
.col1Dl dd span{
	float: right;
	color: #858585;
	font-size: 15px;
}
.col1Dl dd a:hover{
	letter-spacing: 1px;
	color: #033694;
}
/* 第一通栏结束 */
/* 第二通栏开始 */
.column2{
	overflow: hidden;
}
.clo2Dl{
	overflow: hidden;
	float: right;
	width: 19.375%;
	float: right;
	margin-left: 20px;
}
.clo2Dl dd{
	height: 108px;
	overflow: hidden;
	width: 100%;
	margin-bottom: 20px;
}
.clo2Dl dd a{
	display: block;
	height: 100%;
	line-height: 108px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.clo2Dl dd a i{
	display: inline-block;
	height: 30px;
	width: 30px;
	margin-right: 20px;
	position: relative;
	top: 5px;
}
.clo2Dl dd.dd1 a i{
	background: url(../images/col2Dl1ico.png)no-repeat center center;
}
.clo2Dl dd.dd2 a i{
	background: url(../images/col2Dl2ico.png)no-repeat center center;
}
.clo2Dl dd.dd3 a i{
	background: url(../images/col2Dl3ico.png)no-repeat center center;
}
.clo2Dl dd.dd1 a{
	background: url(../images/col2Dl1.png)no-repeat center center;
}
.clo2Dl dd.dd2 a{
	background: url(../images/col2Dl2.png)no-repeat center center;
}
.clo2Dl dd.dd3 a{
	background: url(../images/col2Dl3.png)no-repeat center center;
}
.clo2-left{
	overflow: hidden;
	background: #FFFFFF;
	padding: 20px 20px 6px 20px;
	box-sizing: border-box;
	-webkit-box-align: border-box;
	height: 364px;
}

.clo2Dl dd:last-child{
	margin: 0;
}
.col2-con{
	padding-top: 20px;
	overflow: hidden;
}
.col2con-pic {
width: 39.5454%;
overflow: hidden;
position: relative;
margin-right: 20px;
}
.col2text{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 40px;
	width: 100%;
	background: rgba(0,0,0,0.5);
	padding: 0 20px;
}
.col2text a{
	color: #FFFFFF;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	display: block;
	overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
		padding-right: 100px;
}
.col2con-pic .pic::before{
	padding-top: 64.5%;
}
.col2-baner .myslide .text{
	display: none;
}
.col2-baner .slick-dots{
	position: absolute;
	right: 20px;
	bottom: 15px;
	z-index: 9;
}
.col2-baner .slick-dots li{
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	background: #FFFFFF;
	border-radius: 50%;
	margin: 0 5px;
}
.col2-baner .slick-dots li.slick-active{
	background: #00479c;
}
.col2con-text{
	overflow: hidden;
}
.col2-conDl{
	overflow: hidden;
}
.col2-conDl dt .title{
	height: 36px;
	line-height: 36px;
	margin-bottom: 6px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}
.col2-conDl dt .title a{
	color: #033333;
	font-size: 16px;
	font-weight: bold;
}
.col2-conDl dt .text{
	height: 48px;
	line-height: 24px;
	color: #666666;
	font-size: 14px;
	 text-overflow: -o-ellipsis-lastline;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 2;
	  line-clamp: 2;
	  -webkit-box-orient: vertical;
	
}
.col2-conDl dt .genduo a{
	display: block;
	height: 36px;
	line-height: 36px;
	color: #999999;
	font-size: 14px;
	overflow: hidden;
}
.col2-conDl dt .genduo a:hover{
	color: #033694;
}
.col2-conDl dt .genduo span{
	height: 36px;
	line-height: 36px;
	color: #999999;
	font-size: 15px;
}
.col2-conDl dd{
	position: relative;
	padding-left: 20px;
	font-size: 15px;
	height: 43px;
	line-height: 43px;
	overflow: hidden;
}
.col2-conDl dd a{
	color: #666666;
	font-size: 15px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	padding-right: 20px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	
}
.col2-conDl dd span{
	color: #999999;
	font-size: 15px;
}
.col2-conDl dd::before{
	display: block;
	content: '';
	width: 4px;
	height: 4px;
	background: #666666;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}
.col2-conDl dd a:hover{
	color: #033694;
	letter-spacing: 1px;
}
.clo2Dl dd a:hover{
opacity: 0.8;
letter-spacing: 1px;
}
.col2-conDl dt .title a:hover{
	color: #033694;
}
.zhuanti{
	overflow: hidden;
}
.zhuanti .pic::before{
	padding-top: 10.2857%;
}
/* 第二通栏结束 */
/* 第三通栏开始 */
.column3{
	overflow: hidden;
}
.col3-right{
	width: 34.2361%;
	background: #FFFFFF;
	padding:  20px;
	margin-left: 20px;
}
.indextab dd{
	float: left;
}
.indextitle dl.indextab dd{
	color: #666666;
	font-size: 14px;
	padding: 0 20px;
	border-right: 1px solid #ededed;
	cursor: pointer;
	font-weight: normal;
} 
.col-vivde {padding-top: 20px;}
.col-vivde .pic::before{
	padding-top: 57.5550%;
}
.col-vivde .bofang{
	position: absolute;
	width: 100%;height: 100%;
	overflow: hidden;
	background: rgba(0,0,0,0.2);
	left: 0;
	top: 0;
}
.col-vivde .bofang a{
	display: block;
	width: 43px;
	height: 43px;
	position: absolute;
	left:50%;
	top: 50%;
	margin-top: -21px;
	margin-left: -21px;
	background: rgba(0,0,0,0.3) url(../images/bofang.png)no-repeat center center;
	border-radius: 50%;
	z-index: 2;
}
.col3-left{
	overflow: hidden;
	padding: 20px;
	background: #FFFFFF;
	position: relative;
}
.col3-banner{
	margin-top: 20px;
	margin-right: -20px;
}
.col3-banner dd{
	border-radius: 5px;
	overflow: hidden;
	margin-right: 20px;
	outline: none;
}
.col3-banner dd .con{
	padding: 33px 20px 24px 20px;
}
.col3-banner dd .con .title{
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	font-size: 16px;
	font-weight: bold;
}

.col3-banner dd .con .title a{
	color: #666666;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.col3-banner dd .con .title a:hover{
	letter-spacing: 1px;
	color: #033694;
}
.col3-banner dd .con .title1{
	height: 20px;
	line-height: 20px;
	color: rgba(102, 102, 102, 0.3);
	font-size: 12px;
	overflow: hidden;
}
.col3-banner dd .con .text{
	height: 140px;
	line-height: 28px;
	overflow: hidden;
	color: #808080;
	font-size: 14px;
	
}
.col3-banner dd .con .text a{
	color: #808080;
	font-size: 14px;
}
.col3-banner dd .con .text a:hover{
	color: #033694;
}
.col3-banner dd .con .shenlve{
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	color: #808080;
	overflow: hidden;
}
/* .col3-banner .slick-arrow{
	display: block;
	position: absolute;
	width: 30px;
	height: 22px;
	top: 20px;
	cursor: pointer;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.col3-banner .slick-arrow.prev{
	background: url(../images/col3pext.png)no-repeat center center rgba(0,0,0,0.3);
	right: 60px;
	
}
.col3-banner .slick-arrow.prev:hover{
	background: url(../images/col3pext.png)no-repeat center center rgba(0,0,0,0.2);
}
.col3-banner .slick-arrow.next:hover{
	background: url(../images/col3next.png)no-repeat center center rgba(0,0,0,0.2);
}
.col3-banner .slick-arrow.next{
	background: url(../images/col3next.png)no-repeat center center rgba(0,0,0,0.3);
	right: 20px;
	
} */
.col3_leftDl dd{
	    color: #666666;
	    font-size: 14px;
	    padding: 0 20px;
	    border-right: 1px solid #ededed;
	    cursor: pointer;
	    font-weight: normal;
		float: left;
}
.col3_leftDl dd a{
	color: #666;
}
.col3_leftDl dd a:hover{
	color: #033694;
	font-weight: bold;
}
.col3_leftDl dd:last-child{
	border: none;
}
.indextitle dl.indextab dd.hover{
	color: #033694;
	font-weight: bold;
}
.indextitle dl.indextab dd:hover{
	color: #033694;
	font-weight: bold;
}
.indextitle dl.indextab dd:last-child{
	border: none;
	padding-right: 0;
}
/* 第三通栏结束 */
/* 第四通栏开始 */
.column4{
	padding: 20px;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
}
.col4-banner{
	padding-top: 20px;
	margin-right: -20px;
}
.col4-banner dd{
	margin-right: 20px;
}
.col4-banner dd .pic a.col4bg{
	display: block;
	height: 60px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	overflow: hidden;
	padding: 0 45px;
	box-sizing: border-box;
	
	
}
a.col4bg .title{
	height: 60px;
	line-height: 60px;
	font-size: 16px;
}
a.col4bg .text{
	padding-top: 10px;
	height: 56px;
	line-height: 28px;
	color: #e5e5e5;
	font-size: 14px;
	 text-overflow: -o-ellipsis-lastline;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 2;
	  line-clamp: 2;
	  -webkit-box-orient: vertical;
	  margin-bottom: 30px;
}
a.col4bg .genduo i{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/col4genduo.png)no-repeat center center;
}
.col4-banner dd .pic:hover a.col4bg{
	height: 100%;
	padding: 50px 45px 69px 50px;
}
.col4-banner .slick-arrow{
	display: block;
	position: absolute;
	width: 30px;
	height: 22px;
	top: 20px;
	cursor: pointer;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.col4-banner .slick-arrow.prev{
	background: url(../images/col3pext.png)no-repeat center center rgba(0,0,0,0.3);
	right: 60px;
}
.col4-banner .slick-arrow.next{
	background: url(../images/col3next.png)no-repeat center center rgba(0,0,0,0.3);
	right: 20px;
	
}
.col4-banner .slick-arrow.prev:hover{
	background: url(../images/col3pext.png)no-repeat center center rgba(0,0,0,0.2);
}
.col4-banner .slick-arrow.next:hover{
	background: url(../images/col3next.png)no-repeat center center rgba(0,0,0,0.2);
}
/* 第四通栏结束 */
/* 底部开始 */
.foot{
	background: #ededed;
}
.foottop{
	padding: 15px 0;
	border-bottom: 1px solid #e6e6e6;
}
.foottopDl dt.youqing{
	height: 35px;
	line-height: 35px;
	background: url(../images/youqing.png)no-repeat left center;
	padding-left: 50px;
	float: left;
	margin-right: 35px;
	font-size: 14px;
	color: #777777;
}
.foottopDl dd{
	float: left;
	height: 35px;
	line-height: 35px;
	margin-right: 35px;
}
.foottopDl dd a{
	font-size: 14px;
	color: #777777;
	transition: all 0.3s linear;
}
.foottopDl dd a:hover{
	color: #033694;
	letter-spacing: 1px ;
}
.foot-left{
	overflow: hidden;
	padding: 26px 0;
	margin-right: 13.125%;
}
.foot-left dd{
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #999999;
	padding-left: 40px;
}
.foot-left .dd2 img{
	padding-top: 10px;
}
.foot-left .dd1{
	background: url(../images/footdizhi.png)no-repeat left center;
}
.foot-left .dd2{
	background: url(../images/footphohe.png)no-repeat left center;
}
.foot-left .dd3{
	background: url(../images/footchuan.png)no-repeat left center;
}
.foot-left .dd4{
	background: url(../images/footmail.png)no-repeat left center;
}
.foot-con{
	padding: 17px 0;
	overflow: hidden;
}
.foot-con dd{
	float: left;
	margin-right: 80px;
}
.foot-con dd em a{
	font-style: normal;
	display: block;
	height: 43px;
	line-height: 43px;
	color: #666666;
	font-size: 15px;
	overflow: hidden;
}
.foot-con dd span{
	display: block;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
}
.foot-con dd span a{
	color: #999999;
	font-size: 14px;
}
.ewm{
	overflow: hidden;
	padding: 30px 0;
	margin-right: -20px;
}
.ewm .yidong{
	text-align: center;
	overflow: hidden;
	margin-right: 20px;
}
.ewm .yidong .text{
	height: 42px;
	line-height: 42px;
	color: #999999;
	font-size: 14px;
}
.ewm .yidong img{
	width: 119px;
	height: 119px;
}
.footbot{
	height: 60px;
	line-height: 60px;
	background: #013575;
	color: #c7c7c7;
	text-align: center;
	font-size: 14px;
}
.footbot a{
	color: #C7C7C7;
}
.footbot i{
	display: inline-block;
	width: 18px;
	height: 20px;
	background: url(../images/beian.png)no-repeat center center;
	position: relative;
	top: 5px;
	margin: 0 5px 0 15px;
}
.footbot span{
	padding-left: 18px;
}
.footbot a:hover{
	color: #666;
}
.foot-con dd a:hover{
	color: #033694;
}
/* 底部结束 */
/*
-----------------------------频道页start-----------------------------
*/
/*
-----------------------------频道页end-----------------------------
*/
/*内页框架开始*/
/*内页外结构开始*/

/*内页外结构结束*/
/*当前位置开始*/
/*当前位置*/
.locationBox {
	clear: both;
	width: 100%;
	height: 60px;
	background: #fff;
	box-shadow: 0 3px 5px #dcdcdc;
}

.location {
	height: 60px;
	overflow: hidden;
	padding-left: 33px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/home.png);
}

.location a {
	display: inline;
	float: left;
	height: 60px;
	line-height: 60px;
	padding-left: 14px;
	margin-right: 10px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/icon8.png);
	color: #a3a3a3;
	font-size: 14px;
}

.location a:hover {
	color: #00479d
}

.location a.hover {
	color: #00479d
}

/*内页导航*/
.nav {
	margin-right: -15px;
	position: relative;
}

.nav a {
	display: inline;
	float: left;
	line-height: 60px;
	height: 57px;
	color: #666666;
	font-size: 14px;
	padding: 0 14px;
}

.nav a.hover {
	color: #00479d
}

.nav a:hover {
	color: #00479d
}
.nav div.xian{
	height: 2px;
	width: 10px;
	background: #033694;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
}
/*当前位置结束*/

/*页码开始*/
.page {
	padding: 30px 0;
	text-align: center;
	clear: both;
	font-size: 14px;
}

.page a {
	display: inline-block;
	overflow: hidden;
	padding: 6px 12px;
	color: #999999;
	border-radius: 3px;
	background: #fff;
	margin: 0 3px;
}

.page span {
	display: inline-block;
	padding: 6px 2px;
	position: relative;
	top: -15px;
}

.page a:hover {
	background: #00479d;
	color: #fff;
}

.page a.hover {
	background: #00479d;
	color: #fff;
}

.page input {
	display: inline-block;
	vertical-align: middle;
	height: 22px;
	border: 1px solid #e6e6e6;
	position: relative;
	top: -2px;
}

.page input.pageDetail {
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 3px;
	color: #999999;
	position: relative;
	top: -13px;
}

.page label {
	color: #999999;
	position: relative;
	top: -11px;
}

.page input.page_bnt {
	border: none;
	width: 30px;
	height: 25px;
	cursor: pointer;
	background: none;
	color: #999999;
	position: relative;
	top: -13px;
}

.page a div {
	width: 11px;
	height: 19px;
	background-position: center center;
	background-repeat: no-repeat;
}

.page a.firstPage div {
	background-image: url(../images/page/firstPage.png)
}

.page a.prevPage div {
	background-image: url(../images/page/prevPage.png)
}

.page a.nextPage div {
	background-image: url(../images/page/nextPage.png)
}

.page a.lastPage div {
	background-image: url(../images/page/lastPage.png)
}

.page a.firstPage:hover div {
	background-image: url(../images/page/firstPageh.png)
}

.page a.prevPage:hover div {
	background-image: url(../images/page/prevPageh.png)
}

.page a.nextPage:hover div {
	background-image: url(../images/page/nextPageh.png)
}

.page a.lastPage:hover div {
	background-image: url(../images/page/lastPageh.png)
}

.page a.firstPage.disabled {
	background: #E2E2E2;
}

.page a.prevPage.disabled {
	background: #E2E2E2;
}

.page a.nextPage.disabled {
	background: #E2E2E2;
}

.page a.lastPage.disabled {
	background: #E2E2E2;
}

.page a.firstPage.disabled div {
	background-image: url(../images/page/firstPage.png)
}

.page a.prevPage.disabled div {
	background-image: url(../images/page/prevPage.png)
}

.page a.nextPage.disabled div {
	background-image: url(../images/page/nextPage.png)
}

.page a.lastPage.disabled div {
	background-image: url(../images/page/lastPage.png)
}

/*页码结束*/
/*内页banner*/
.subBanner{
	padding-top: 20.8333%;
	overflow: hidden;
}
/*内页框架结束*/
.fade{
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.fadeTop,
.fadeBottom{
	position: absolute;
	width: 100%;
	height: 51%;
	background: url(../images/fadebg.png);
	left: 0;
}
.fadeLogo{
	text-align: center;
	width: 100%;
}
.fadeC{
	position: absolute;
	z-index: 9;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -57px;
	text-align: center;
}
.fadeTop{
	top: 0;
}
.fadeBottom{
	bottom: -5px;
}
.fadeLoading {
   display:inline-block;
   font-size:0px;
   padding:0px;
}
.fadeLoading span {
   vertical-align:middle;
   border-radius:100%;
   
   display:inline-block;
   width:10px;
   height:10px;
   margin:3px 2px;
   -webkit-animation:loader1 0.8s linear infinite alternate;
   animation:loader1 0.8s linear infinite alternate;
}
.fadeLoading span:nth-child(1) {
   -webkit-animation-delay:-1s;
   animation-delay:-1s;
  background:rgba(3, 54, 148,0.6);
}
.fadeLoading span:nth-child(2) {
   -webkit-animation-delay:-0.8s;
   animation-delay:-0.8s;
  background:rgba(3, 54, 148,0.8);
}
.fadeLoading span:nth-child(3) {
   -webkit-animation-delay:-0.26666s;
   animation-delay:-0.26666s;
  background:rgba(3, 54, 148,1);
}
.fadeLoading span:nth-child(4) {
   -webkit-animation-delay:-0.8s;
   animation-delay:-0.8s;
  background:rgba(3, 54, 148,0.8);
  
}
.fadeLoading span:nth-child(5) {
   -webkit-animation-delay:-1s;
   animation-delay:-1s;
  background:rgba(3, 54, 148,0.4);
}

@keyframes loader1 {
   from {transform: scale(0, 0);}
   to {transform: scale(1, 1);}
}
@-webkit-keyframes loader1 {
   from {-webkit-transform: scale(0, 0);}
   to {-webkit-transform: scale(1, 1);}
}
