body,html{
    margin:0;
    padding:0;
    min-width:1200px;
    font-size:14px;
    color:#333333;
    background: #f9f8f8;
    font-family: "Microsoft YaHei" !important;
}
img{
    border:none;
}
.container-fulled{
    width:100%;
}
.container{
    width:1200px;
    margin:0 auto;
}
ul{
    list-style:none;
    margin:0;
    padding:0;
}
a,a:hover,a:active{
    text-decoration: none;
    color:inherit;
}
p{
    margin:0;
}
.clearfix{
    zoom:1;
}
.clearfix:after{
    content:'';
    display:block;
    clear:both;
}
.whitespace{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.verticalMid{
    vertical-align: middle;
    display: inline-block;
}
.verticalTop{
    vertical-align: top;
    display: inline-block;
}
.fl{float:left;}
.fr{float:right;}
/*头部*/
#header{
    background: url("../img/headerBg.png") no-repeat;
    background-size: 100% 100%;
}
.header{
    padding:25px 0;
    color:#ffffff;
}
.header-right .toOld img{
    display: inline-block;
    vertical-align: middle;
    margin-right:10px;
}
.header-right>img{
    float:right;
margin-bottom:15px;
}
.toOld{
display:inline-block;
vertical-align: middle;
margin-right:14px;
}
#divu1{
display:inline-block;
}
/*轮播图*/
.banner{
    position: relative;
    overflow: hidden;
}
.banner .banner-run{
    position:absolute;
    top:0;
    left:0;
}
.banner .banner-run li{
    float:left;
    position:relative;
}
.banner .banner-run li img{
    display: block;
    width:100%;
}
.banner .banner-run li p {
    position: absolute;
    bottom:0;
    left:100px;
    background: rgba(0,0,0,0.8);
    color:#ffffff;
    padding:20px 50px;
}
.banner-ctrl{
    position:absolute;
    bottom:40px;
    z-index:2;
}
.banner-ctrl li{
    width:11px;
    height:11px;
    background:#ffffff;
    float:left;
    margin-left:14px;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.5s;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.banner-ctrl li:first-of-type{
    margin-left:0;
}
.banner-ctrl li.active{
    width:37px;
    border-radius: 5px;
}
.next,.prev{
    position:absolute;
    z-index:2;
    top:40%;
    width:25px;
    height:69px;
    cursor: pointer;
}
.next{
    right:10px;
}
.prev{
    left:10px;
}
/*导航*/
#nav{
    position:relative;
    z-index: 1000000;
    background: #194479;
}
.nav{
    font-size:16px;
}
.fNav li{
    float:left;
    color:#ffffff;
    position:relative;
    text-align: center;
    transition: all 0.2s;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.fNav li a{
    display: inline-block;
    padding:13px 44px;
    position:relative;
    text-align: center;
    color:#ffffff;
    transition: all 0.2s;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.fNav>li.active>a{
    background:#1f4f94;
}
.fNav>li:hover>a{
    background:#1f4f94;
}
.fNav li:hover .sNav>li{
    height: 40px;
    overflow: visible;
}
.sNav{
    position:absolute;
    left:0;
    min-width:100%;
}
.sNav li{
    text-align: center;
    margin:0;
    padding:0 10px;
    min-width:100%;
    box-sizing: border-box;
    overflow: hidden;
    height: 0;
    -webkit-transition: height 400ms ease,visibility 400ms ease;
    -moz-transition: height 400ms ease,visibility 400ms ease;
    -o-transition: height 400ms ease,visibility 400ms ease;
    transition: height 400ms ease,visibility 400ms ease;
    white-space: nowrap;
    background: #194479;
    color:#ffffff;
}
.sNav li a{
    border:none;
    color:#ffffff;
    padding:10px 0;
}
.sNav li:hover{
    background: #1f4f94;
}
.sNav li:hover>a{
    color:#ffffff;
}
.tNav{
    position:absolute;
    left:100%;
    top:0;
    min-width:100%;
}
.tNav li{
    text-align: center;
    padding:0 10px;
    min-width:100%;
    box-sizing: border-box;
    overflow: hidden;
    height: 0;
    -webkit-transition: height 400ms ease,visibility 400ms ease;
    -moz-transition: height 400ms ease,visibility 400ms ease;
    -o-transition: height 400ms ease,visibility 400ms ease;
    transition: height 400ms ease,visibility 400ms ease;
    white-space: nowrap;
    background: #194479;
    color:#ffffff;
}
.tNav li a{
    color:#ffffff;
}
.tNav li:hover a{
    color:#ffffff;
}
.sNav li:hover .tNav li{
    height: 40px;
    overflow: visible;
}
/*主体*/
#body{
    position:relative;
    min-height:800px;
}
.blog{
    padding:30px 0;
}
.blog1{
    width:210px;
}
.blog2{
    width:700px;
    margin-left:20px;
}
.blog3{
    width:240px
}

.blog1-title{
	width:100%;
	height:50px;
	line-height:50px;
	text-align: center;
	background: #93473a;
	color:#ffffff;
	box-shadow: 0 2px 3px #dddcdc;
}
.blog1-title img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.blog1-title span{
	font-size:18px;
}
.blog1-list{
	height:540px;
	background: #FFFFFF url(../img/listbg2.png) no-repeat left bottom;
	background-size: 100% auto;
	padding:10px 0;
	box-shadow: 0 2px 3px #dddcdc;
	box-sizing: border-box;
}
.blog1-list li{
	padding:6px 0 6px 30px;
}
.blog1-list li img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width:20px;
}
.blog1-runimg{
width: 210px;
    height: 440px;
    margin-top: 30px;
background:#ffffff;
border-radius: 5px;
box-shadow: 0 2px 3px #dddcdc;
overflow:hidden;
}
.blog1-runimg img{
    margin-left:-4.5px;
}
.blog1-runimg .titlestyle201130{
  background: url(../img/film.png) no-repeat;
    background-size: 100% 100%;
    transform: translate(-1px,-2px);
    width: 210px;
    height: 20px;
}
.blog2{
    padding:5px 30px;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0 2px 3px #dddcdc;
}
.blog2 .title{
    margin-top:10px;
}
.blog2 .title img{
    display: inline-block;
    vertical-align: middle;
    margin-right:15px;
}
.blog2 .title span{
    font-size:20px;
    font-weight:bold;
    display: inline-block;
    vertical-align: middle;
}
.blog2 .title .more{
    float:right;
    font-size:14px;
    font-weight: normal;
    text-decoration: underline;
    margin-top:5px;
}
.blog2 ul{
    margin-top:15px;
}
.blog2 ul li{
    font-size:15px;
    line-height:25px;
    overflow: hidden;
    padding-bottom:12px;
}
.blog2 ul li span{
    float:right;
}

.blog3-1 .title{
    background: #c1ba6a;
    width:100%;
    height:50px;
    line-height:50px;
    text-align: center;
    color:#ffffff;
    box-shadow: 0 2px 3px #dddcdc;


}
.blog3-1 .title img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.blog3-1 .title span{
	font-size:18px;
}
.blog3-1-list{
	height:510px;
	background: #FFFFFF url(../img/listbg1.png) no-repeat left bottom;
	background-size: 100% auto;
	padding:10px 0;
	box-shadow: 0 2px 3px #dddcdc;
	box-sizing: border-box;
}
.blog3-1-list li{
	padding:6px 0 6px 30px;
}
.blog3-1-list li img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width:20px;
}

.blog3-2 .title{
	background: #495c95;
	width:100%;
	height:50px;
	line-height:50px;
	text-align: center;
	color:#ffffff;
	box-shadow: 0 2px 3px #dddcdc;
margin-top:25px;
}
.blog3-2 .title img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.blog3-2 .title span{
	font-size:18px;
}
.blog3-2-list{
	height:425px;
	background: #FFFFFF url(../img/listbg3.png) no-repeat left bottom;
	background-size: 100% auto;
	padding:10px 0;
	box-shadow: 0 2px 3px #dddcdc;
	box-sizing: border-box;
}
.blog3-2-list li{
	padding:6px 0 6px 30px;
}
.blog3-2-list li img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width:20px;
}

.blog4 ul li{
    float:left;
    width:250px;
    height:104px;
    margin-right:66px;
    margin-bottom:30px;
    position: relative;
}

.blog4 ul li:nth-of-type(4n){
    margin-right: 0;
}
.blog4 ul li:hover a:after{
	content: '';
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:rgba(0,0,0,0.3);
	z-index:1;
	transition: all 0.2s;
	    -moz-transition: all 0.2s ease-in;
	    -ms-transition: all 0.2s ease-in;
	    -o-transition: all 0.2s ease-in;
	    -webkit-transition: all 0.2s ease-in;
}
.blog4 ul li span{
    position: absolute;
    color:#ffffff;
    width:auto;
    height:35px;
    top:5px;
    left:13px;
    line-height:35px;
    font-size:16px;
	z-index:2;
	transition: all 0.2s;
	    -moz-transition: all 0.2s ease-in;
	    -ms-transition: all 0.2s ease-in;
	    -o-transition: all 0.2s ease-in;
	    -webkit-transition: all 0.2s ease-in;
}

.blog4 ul li:hover span{
	top:2px;
	
}
/*底部*/
#footer{
    background:url("../img/footerBg.png") no-repeat;
    background-size: 100% 100%;
    color:#fbfbfb;
    position:relative;
    overflow: hidden;
    line-height:24px;
}
.copy{
    padding:25px 0;
    font-size:12px;
    text-align: left;
}
.links{
    padding:25px 0;
    margin-left:180px;
}
.links p{
    font-size:14px;
}
.links ul{
    margin-top:0;
width: 480px;
}
.links li{
    float:left;
    width:50%;
    font-size:12px;
}
.erCode{
    padding:5px 0;
}
.erCode>div{
    margin-top:30px;
    margin-left:20px;
    font-size:12px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
/*二级页面*/
.erBody{

}
.list-page{
    box-sizing: border-box;
    min-height:800px;
}
.list-left{
    background-size: 100%;
    position:relative;
    margin-top:40px;
    background: #ffffff;
}
.list-location{
    background: #214c81;
    font-size: 16px;
    text-align: center;
    height: 52px;
    line-height: 52px;
    font-weight: bold;
    color: #ffffff;
}
.list-ul{
    width:240px;
    float:left;
 
}
.list-ul .title{
    background: #214c81;
    font-size:16px;
    text-align: center;
    height:72px;
    line-height:72px;
    font-weight:bold;
    color:#ffffff;
}
.list-ul .leftSec{
    background:#dee4e8 url("../img/leftListBg.png") no-repeat center bottom;
border-left:5px solid #396499;
}
.list-ul .leftSec1{
background:#dee4e8 url("../img/leftListBg1.png") no-repeat center bottom;
border-left:5px solid #396499;
}
.list-ul ul{
    background: #f4f4f4;
    padding:10px 0 165px 0;
    min-height:323px;
box-sizing: border-box;
}
/*.list-ul .leftSec>li{
    border-bottom:1px solid #94aecd;
}*/
.list-ul li{
    position:relative;
}
.list-ul li .hasDown{
    position:absolute;
    cursor: pointer;
    width:20px;
    height:35px;
    top:0;
    right:30px;
    background: url("../img/leftArrow.png") no-repeat center center;;
}
.list-ul .leftThird li .hasDown1{
    position:absolute;
    cursor: pointer;
    width:20px;
    height:30px;
    top:0;
    right:30px;
    background: url("../img/leftArrow.png") no-repeat center center;;
}
.list-ul li a{
    color:#184e86;
    padding:0 30px;
    height:35px;
    line-height: 35px;
    display: block;
    width:100%;
box-sizing: border-box;
}
.list-ul li.active .hasDown{
    background:url("../img/downArrow.png") no-repeat center center;
}
.list-ul .leftThird li.active .hasDown1{
    background:url("../img/downArrow.png") no-repeat center center;
}
.list-ul li.active a{
    color: #ffffff;
    background: #396499 ;
}
.list-ul .leftThird{
    padding:10px 0;
    display: none;
    background: #f4f5f6;
    min-height:0;
    text-indent: 30px;
}
.list-ul .leftThird li a{
    color:#515151;
    background: transparent;
    height:30px;
    line-height:30px;
    padding:0 15px;
}
.list-ul .leftForth{
    padding:10px 0;
    display: none;
    background: #f4f5f6;
    min-height:0;
}
.list-ul .leftForth li a{
    color:#515151;
    background: transparent;
    height:30px;
    line-height:30px;
    padding:0 30px;
}
.list-ul .leftSec>li:hover{
background: #214c81;

}
.list-ul .leftSec>li:hover>a{
color:#ffffff;

}
.list-ul .leftThird>li.active{
background: #214c81;

}
.list-ul .leftThird>li.active>a{
color:#ffffff;

}
.list-right{
    width:940px;
    background: #ffffff;
    margin:40px 0;
    box-sizing: border-box;
}
.only-listPage{
     width:1200px;
     background: #ffffff;
     margin:40px 0;
     box-sizing: border-box;
}
.only-list li{
    overflow: hidden;
    padding: 10px 50px;
}
.only-list li span{
    float: right;
}
.only-list li a{
    display: block;
    width:1000px;
    float:left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.only-list1 li{
    overflow: hidden;
    padding: 10px 50px;
}
.only-list1 li span{
    float: right;
}
.only-list1 li a{
    display: block;
    width:700px;
    float:left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.right-title{
    color: #999999;
    font-size: 14px;
    height: 16px;
    line-height: 16px;
    padding:20px 30px;
}
.right-title span{
    color:#333333;
}
.right-list li{
    padding:50px 30px;
    border-bottom: 1px solid #ebe8e8;
}
.right-list .date{
    width:80px;
    height:80px;
    border-radius: 50%;
    background: #f0eeee;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.right-list .date P{
    padding-top:15px;
    font-size:20px;
}
.right-list .date span{
    font-size:12px;
    color:#999999;
}
.right-list .news{
    font-size:16px;
    width:700px;
    margin-left:20px;
    display: inline-block;
    vertical-align: middle;
}
.right-list .news span{
    color:#999999;
    display: block;
    margin:10px 0;
}
.fanye{
    margin:40px 0;
    text-align: center;
}
.right-jjy{
    padding:30px 50px;
}
.content-page{
    padding:40px 100px;
    margin:20px auto;
    box-sizing: border-box;
    background: #ffffff;
}
.content{
    padding:30px ;
}


.seek-div{
	width: 260px;
	height: 36px;
border-radius:10px;
overflow:hidden;
display:inline-block;
vertical-align: middle;
}
.seek-div .seek-btn{
	float: right;
	width: 46px;
	height: 36px;
	border: none;
	background: #ffffff url(../img/search.png) no-repeat center center;
	color: white;
	
	text-align: center;
	line-height: 30px;
}
.seek-div .seek-ipt{
	float: left;
	width: 214px;
	height: 36px;
	border: none;
	font-size: 14px;
	color: #333333;
	text-align: center;	
padding:0;
border;0;
outline:none;
}


ul.bxslider li img {margin: 0 auto; width:100%}