/*css reset*/
body {
    margin:0 auto;background: #fff;
    font-family: "Microsoft YaHei","Arial";
    font-size: 14px;
    color:#333;
    background: #fff;
}
ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,p,input,button {
    margin:0;
    padding:0;
}
ul,ol {
    list-style: none;
}
img{
    border:none;
}
.lf{
    float: left;
}
.rt{
    float:right;
}
input,button {
    font-family: "Microsoft YaHei";
}
a {
    color:#333;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
.link {
    display: block;
    width: 100%;
}
.w1200{
    width:1200px;
    margin:0 auto;
}
.clear{
    clear: both;
}
.clear-fix:after{content: "."; display: block; height: 0; font-size: 0; clear: both; visibility: hidden;}
#head{
    width:100%;
    min-width: 1200px;
    height:110px;
    background: #2f8cd1;
    box-sizing: border-box;
    padding-top:30px;
}
#logo{
    display: block;
    width:326px;
    height:47px;
    background: url("../img/logo.png") no-repeat;
    float:left;
    margin-left:30px;
}
.tel{
    float:right;
    font-size:30px;
    line-height:46px;
    height:46px;
    font-weight: 500;
    color:#fff;
    margin-right:20px;
}
.tel em{
    display: inline-block;
    width:46px;
    height:46px;
    background: url("../img/tel.png") no-repeat;
    vertical-align: top;
    margin-right:18px;
}
.nav{
    width:100%;
    height:45px;
    background: #465057;
}
.nav .w1200{
    box-sizing: border-box;
    padding-left:25px;
}
.nav .menu{
    margin-left:-20px;
    float:left;
}
.nav .menu>li{
    height:45px;
    line-height: 45px;
    float: left;
    padding:0 35px;
    position: relative;
}
.nav .menu>li.cur{
    background: #61666a;
}
.nav .menu>li>a{
    font-size:16px;
    color:#fff;
    display: block;
    line-height: 45px;
}
.nav .menu>li:hover{
    background: #61666a;
}
.search{
    width:250px;
    height:30px;
    float:right;
    margin-top:8px;
    margin-right:20px;
    display:none;
}
.search form{
    width:100%;
    height:30px;
}
.search form input{
    float:left;
    border:none;
    background: #fff;
    width:220px;
    height:30px;
    box-sizing: border-box;
    padding-left:10px;
}
.search form input.searchBtn{
    width:30px;
    height:30px;
    background: #2f8cd1 url("../img/submit.png") no-repeat center;
    float:left;
    border: none;
    padding-left:0px;
    cursor: pointer;
}
.nav .menu>li .child_menu{
    position: absolute;
    left:0;
    top:45px;
    background:#7a7d7f;
    width:100%;
    display: none;
    z-index: 1000;
}
.nav .menu>li .child_menu li{
    width:100%;
    height:40px;
    line-height: 40px;
    text-align: center;
}
.nav .menu>li .child_menu li a{
    color:#fff;
    display: block;
    width:100%;
    height:40px;
}
.nav .menu>li .child_menu li:hover{
    background: #67696a;
}
.nav .menu .child_menu li{
    border-top:1px solid #ccc;
}
.nav .menu .child_menu li:first-child{
    border:none;
}
.banner{
    position: relative;
    width:800px;
    height:375px;
    float:left;
}
.banner ul li{
    position: absolute;
    left:0;
    top:0;
    width:800px;
    height:375px;
    display: none;
}
.banner ul li img{
    display: block;
    width:100%;
    height:100%;
}
.indicator{
    width:100%;
    position: absolute;
    bottom: 10px;
    left:0;
    text-align: center;
}
.indicator span{
    display: inline-block;
    width:10px;
    height:10px;
    border-radius: 50%;
    background: #fff;
    margin:0 5px;
    cursor: pointer;
}
.indicator span.cur{
    background: #2f8cd1;
}
.ad_list{
    float:right;
    width:390px;
}
.ad_list a{
    display: block;
    width:390px;
    height:185px;
}
.ad_list a img{
    display: block;
    width:100%;
    height:100%;
}
.ad_list a:first-child{
    margin-bottom:5px;
}
.con1{
    margin-top:10px;
}
.con1 .news{
    width:780px;
    float:left;
}
.cont_title{
    width:100%;
    border-bottom: 1px solid #e4e4e4;
    height:40px;
    line-height: 40px;
    box-sizing: border-box;
}
.cont_title .more{
    float:right;
    padding-right:10px;
}
.cont_title span{
    display: inline-block;
    height:40px;
    line-height: 38px;
    box-sizing: border-box;
    border-bottom: 2px solid #2f8cd1;
    font-size:16px;
    color:#555;
    width:100px;
    padding-left:5px;
}
.con1 .news .newsList{
    width:100%;
}
.con1 .news .newsList dl{
    margin-top:10px;
    display: block;
    width:185px;
    margin-right:13px;
    float:left;
}
.con1 .news .newsList dl dt{
    width:185px;
    height:110px;
}
.con1 .news .newsList dl:nth-child(4n){
    margin-right:0px;
}
.con1 .news .newsList dl dt img{
    display: block;
    width:185px;
    height:110px;
}
.con1 .news .newsList dl dd{
    width:100%;
    height:50px;
    overflow: hidden;
    padding-top:8px;
    box-sizing: border-box;
    padding-left:3px;
    padding-right:3px;
}
.con1 .news .newsList dl dd a{
    line-height: 20px;
}
.con1 .news .newsList dl:hover dd>a{
   color:#2f8cd1;
}
.listNew {
    width: 390px;
    float: right;
}
.listNew ul li{
    font-size:14px;
    margin-top:15px;
    width:100%;
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.listNew ul li a{
    color:#555;
}
.listNew ul li a em{
    display: inline-block;
    width:4px;
    height:4px;
    border-radius: 50%;
    background: #2f8cd1;
    vertical-align: middle;
    margin-right:5px;
}
.listNew ul li a:hover{
    color: #2f8cd1;
}
.con2{
    margin-top:10px;
}
.con2 .listNew{
    float:left;
    margin-right:25px;
    width:383px;
}
.con2 .listNew:last-child{
    margin-right:0px;
}
.footer{
    width:100%;
    height:125px;
    min-width: 1200px;
    background: #465057;
    margin-top:25px;
    box-sizing: border-box;
    padding-top:25px;
}
#fotLogo{
    width:240px;
    height:34px;
    display: block;
    margin:0 auto;
    background: url("../img/fotLogo.png") no-repeat;
}
.footer p {
    text-align: center;
    color:rgba(255,255,255,0.8);
    padding-top:25px;
}
.footer p span{
    display: inline-block;
    margin:0 10px;
}
.con3{
    margin-top:10px;
}
.slider{
    width:100%;
    height:180px;
    overflow: hidden;
    margin-top:20px;
    position: relative;
}
.slider ul{
    position: absolute;
    left: 0;
    top: 0;
    width: 20000px;
    overflow: hidden;
}
.slider ul dl{
    margin-right:18px;
    float: left;
    width: 185px;
}
.slider ul dl dt{
    width:185px;
    height:125px;
    float: none;
}
.slider ul dl dt img{
    display: block;
    width:100%;
    height:100%;
}
.slider ul dl dd{
    width: 100%;
    box-sizing: border-box;
    padding:5px 3px;
    height:50px;
    float: none;
}
.slider ul dl:hover dd a{
    color:#2f8cd1;
}
.BreadcrumbNav {
    height: 44px;
    line-height: 44px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    box-sizing: border-box;
}
.BreadcrumbNav  a:hover{
    color:#2f8cd1;
}
.left_menu{
    float:left;
    width:260px;
}
.left_menu ul li{
    height:45px;
    line-height: 45px;
    border-bottom: 1px solid #ddd;
}
.left_menu ul li a{
    display: block;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    font-weight: 600;
    color: #666;
    text-decoration: none;
    padding-left: 15px;
}
.left_menu ul li.cur{
    background: #2f8cd1;
}
.left_menu ul li.cur a{
    color:#fff;
}
.right_cont{
    float:right;
    width:910px;
}
.heading{
    width:100%;
    height: 48px;
    line-height: 48px;
    box-sizing: border-box;
    padding-left: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #1d50a2;
    font-size:20px;
    font-weight: 600;
}
.right_cont .newsList dl {
    margin-top: 10px;
    display: block;
   width:100%;
    float: left;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ddd;
}
.right_cont .newsList dl dt {
    width: 185px;
    height: 110px;
    float:left;
}
.right_cont .newsList dl dt img {
    display: block;
    width: 185px;
    height: 110px;
}
.right_cont .newsList dl dd {
    width: 720px;
    float:left;
    overflow: hidden;
    padding-top: 8px;
    box-sizing: border-box;
    padding-right: 3px;
    padding-left:20px;
}
.right_cont .newsList dl dd h2{
    font-weight: 600;
    font-size:18px;
}
.right_cont .newsList dl dd h2:hover a{
    color:#2f8cd1;
}
.right_cont .newsList dl dd p{
    font-size:14px;
    line-height: 22px;
    margin-top:10px;
    height:68px;
    overflow: hidden;
}
.pages{
    width:100%;
    text-align: center;
    padding-top:20px;
}
.pages a{
    display: inline-block;
    padding:2px 10px;
    box-sizing: border-box;
    border:1px solid #61666a;
    margin:0 3px;
}
.pages a.cur{
    background: #2f8cd1;
    color:#fff;
    border-color: #2f8cd1;
}
.pages a:hover{
    color:#fff;
    background: #2f8cd1;
    border-color: #2f8cd1;
}
.content{
    width:100%;
}
.content h2.title{
    text-align: center;
    padding-top:10px;
    padding-bottom: 20px;
    font-weight: normal;
    border-bottom: 1px dashed #ddd;
    font-size:20px;
}
.content_box{
    width:100%;
    padding:20px;
    box-sizing: border-box;

}
.content_box p{
    font-size:14px;
    line-height: 25px;
    text-indent: 2em;
}
.content p.time{
    width:100%;
    text-align: center;
    font-size:14px;
    color:#61666a;
    padding-top:15px;
}
.content p.time span{
    margin:0 15px;
}
.newsList ul li{
    width:100%;
    height:40px;
    line-height: 40px;
    border-bottom: 1px dashed #ddd;
}
.newsList ul li span{
    float:right;
    margin-right:10px;
    font-size:12px;
    color: #7a7d7f;

}
.newsList ul li a:hover{
    color:#2f8cd1;
}
.con4,.con5{
    margin-top:10px;
}
.con4 .mediaList{
    width:100%;
}
.con4 .mediaList ul{
    margin-left:-15px;
    width:1215px;
}
.con4 .mediaList ul li {
    width:100px;
    height:54px;
    margin: 10px 0 5px 19px;
    border:1px solid #ddd;
  float:left;
}
.con4 .mediaList ul li  img{
    display: block;
    width:100%;
    height:100%;
}
.friendLink{
    margin-top:10px;
}
.friendLink ul li{
    height: 25px;
    line-height: 25px;
    float: left;
    margin-left: 15px;
    display: inline;
    width: auto;
    text-align: left;
}
.friendLink ul li a:hover{
    color:#2f8cd1;
}