*{  margin: 0; padding: 0;}
html, body {
    width: 100%;
    overflow-x: hidden;
    color: #666666;
    font-family: arial, "microsoft yahei";
}
a, button {
    cursor: pointer;
    text-decoration: none;
}
a{
    line-height:0;
    /*font-size:0;*/
}
li {
    list-style: none;
}
ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
 }
.head div{
    float: left;
}
.content{
    /*height: 340px;*/
}
/*头部*/
.m-nav {
    float: left;
    overflow: hidden;
    position: relative;
    Z-INDEX: 99;
    MARGIN: auto auto;
    BACKGROUND: #14446c;
    width:100%;
    height: 90px;
    font-size: 16px;
    font-family: inherit;
}
.m-logo{
    background-color: #14446c;
}
.m-nav .select>a {
    color: #fff;
}
.m-nav ul li{
    position: relative;
    top: -15px;
    left: 15px;
    margin: 0 12px;
    Z-INDEX: 2;
    FLOAT: left;
    LINE-HEIGHT: 90px;
    ZOOM: 1;
    HEIGHT: 90px;
    TEXT-ALIGN: center;
    WIDTH: 200px;
}
.m-nav ul li a {
    color: #fff;
    text-decoration: none;
}
.m-nav ul li a:hover{
    color: #2d4cff;
}
.select{
    background-color: #ffac25;
}
/*内容部分*/
.content {
    clear: both;
}
.m-focus{
    position: relative;

}
.bd{

}
.bd ul{
    width:100%;
    height: 410px;
    text-align:center
}
.bd ul li{
    /*position: absolute;*/
    width: 100%;
    margin: 0 auto;
    
}
.bd ul li img {
    position:relative;
    text-align:center
}
.m-focus .m-focus__point {
    width: 100%;
    z-index: 1;
    height: 30px;
    line-height: 30px;
}
.m-focus .bd .mod-big-banner__img{
    position:relative;
    margin: 0;
}
.m-focus .bd .mod-big-banner__img li {
    position:absolute;
    display: none;
    background-color: white;
}
/*轮播图状态按钮*/
.m-focus .m-focus__point ul{
    padding: 0;
    text-align: center;
    background-color: lightgray;
    height: 30px;
    line-height: 30px;
    margin: 0;
}
.m-focus .m-focus__point ul .mod-big-banner__status_current{
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    width: 42px;
    height: 12px;
    margin: 1px;
    margin-top: 7px;
    overflow: hidden;
    border: 2px #ff0a00 solid;
    filter: alpha(opacity=50);
    opacity: 0.5;
    line-height: 30px;
}
.js-current{
    background: #ff0a00;
}
/*轮播图左右按钮*/
.mod-big-banner__btn-pre,.mod-big-banner__btn-next{
    display:inline-block;
    width:40px;
    height:70px;
    color: rgba(85, 128, 34, 1);
    position:absolute;
    cursor:pointer;
    font-size:45px;
    background-color: rgba(0, 0, 0, 0);
}
.mod-big-banner__btn-pre:hover, .mod-big-banner__btn-next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
.mod-big-banner__btn-pre{
    position:absolute;
    top:160px;
    left:10px;
}
.mod-big-banner__btn-pre:before{
    position:absolute;
    margin-top:15px;
    margin-left:10px;
}
.mod-big-banner__btn-next{
    position:absolute;
    top:160px;
    right:10px;
}
.mod-big-banner__btn-next:before{
    position:absolute;
    margin-top:15px;
    margin-left:10px;
}
.icon-font{
    font-family: webfont;
    font-style: normal;
    font-weight: 800;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 20px;
    vertical-align: 0;
    width:50px;
    height:80px;
}
.i-v-right:before{
    content: "\003E";
}
.i-v-left:before{
    content: "\003C";
}
.i-v-right {
    display:inline-block;
    position: absolute;
    top: 40%;
    right: 20px;
    color: rgba(255, 172, 37, 0);
    font-size: 45px;
}
.i-v-left {
    display:inline-block;
    position: absolute;
    top: 40%;
    left: 20px;
    color: rgba(255,255,255,0);
    font-size: 45px;
}
.m-focus:hover .i-v-right{
    color:#fff;
}
.m-focus:hover .i-v-left{
    color:#fff;
}
.m-focus:hover .mod-big-banner__btn-next{
    background-color: rgba(0, 0, 0, 0.7);
}
.m-focus:hover .mod-big-banner__btn-pre{
    background-color: rgba(0, 0, 0, 0.7);
}

/*展示部分*/
.containerbox {
    width: 95%;
    max-width: 1300px;
    margin: 0 auto;
}
.row {
    margin: 0;
}
.row:before, .row:after {
    display: table;
    content: "";
    line-height: 0;
}
*::after, *::before {
    box-sizing: border-box;
}
.thumbPhotolist {
    width: 101%;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
    margin: 0;
}
.row:after {
    clear: both;
}
.row:before, .row:after {
    display: table;
    content: "";
    line-height: 0;
}
*::after, *::before {
    box-sizing: border-box;
}
.thumbPhotolist{
    position: relative;
}
.thumbPhotolist .caption{
    position: absolute;
    color: white;
    bottom: 30px;
    width: 100%;
    height: 150px;
    background: rgba(24, 24, 24, 0.4);
}
.thumbPhotolist .caption:hover{
    background: rgba(82, 168, 179, 0.6);
}
.thumbPhotolist .thumbnail img:hover{
    opacity:0.6;
    filter:alpha(opacity=60);
}
.thumbPhotolist .caption h3 a{
    color: #ff9a25;
}
.thumbPhotolist .handle{
    color: white;
    position: relative;
    right:-5px;
}
.thumbPhotolist .handle .icon {
    position: absolute;
    right: 5px;
    bottom: 0;
    display: block;
    width: 39px;
    height: 42px;
    background: url(img/blue_jiao_icon.png) no-repeat;
}
.thumbnail img {
    width: 100%;
    display: block;
}
.thumbnail > img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.thumbPhotolist li {
    width: 23.5%;
    float: left;
    margin-right: 1.5%;
    /*margin-bottom: 2.2%;*/
    position: relative;
    overflow: hidden;
}
.thumbPhotolist li a.more {
    position: absolute;
    right: 10px;
    bottom: 14px;
    color: #fff;
}
.thumbPhotolist li a.more:hover{
    color: #ff8f2f;
}

.pagearea{
    text-align: center;
    margin: 0;
    height: 29px;
    line-height: 29px;
    padding: 11px 10px 10px 15px;
    overflow: hidden;
/*--border: 1px solid #ccd3e4;--*/
    background-color: #fafbfc;
    color: #333;
    clear: both;
}
.pages {
    margin: 0;
    line-height: 22px;
    font-family: "Microsoft Yahei";
    display:inline-block;
}
.pages .cur {
    color: #FFF;
    text-decoration: none;
    border: 1px solid #209878;
    background-color: #209878;
    cursor: default;
}
.pages a, .pages span {
    display: inline-block;
    min-width: 18px;
    _width: 18px;
    height: 26px;
    line-height: 26px;
    padding: 0 5px;
    text-align: center;
    font-size: 14px;
    font-family: "Arial";
    margin-right: 5px;
    margin-left: -1px;
    vertical-align: top;
    border: 1px solid #209878;
}

.pages a:hover{
    background-color: #b2b3af;
}

    /*脚部*/
footer {
    clear: both;
}
.foot .foot-text{
    font-size: 16px;
    height: 40px;
    width:100%;
    text-align: center;
    line-height: 40px;
    color: white;
    background: #209878;
}