﻿html,body,div,span,h1,h2,h3,h4,h5,h6,p,a,em,font,img,strong,b,i,dl,dt,dd,ol,ul,li,form{margin:0;padding:0;border:0;outline:0; vertical-align:baseline;}
html,body{font-size:14px;line-height:1;color:#333;font-family:"Arial,Microsoft YaHei",Verdana,'Poiret One';}
* {box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-webkit-box-sizing: border-box;-ms-box-sizing: border-box;}
::-webkit-scrollbar {width: 8px;height: 6px;}
div::-webkit-scrollbar {width: 6px;height: 6px;}
::-webkit-scrollbar-track {background: #f1f1f1;}
::-webkit-scrollbar-thumb {border-radius: 10px;background: #bcbcbc;/*rgba(0,0,0,0.2)*/;}
::-webkit-scrollbar-thumb:window-inactive {background: #a8a8a8;/*rgba(0,0,0,0.1)*/;}
::-webkit-scrollbar-thumb:vertical:hover{background-color: #a8a8a8;/*rgba(0,0,0,0.3)*/;}
::-webkit-scrollbar-thumb:vertical:active{background-color: #a8a8a8;/*rgba(0,0,0,0.7)*/;}
::-webkit-input-placeholder{font-family:"Arial";color:rgba(255,255,255,.8);}
::selection{background: #00aeef; color: #fff;}  
::-moz-selection{background: #00aeef; color: #fff;}
:focus{outline:0}
header,footer,article,section,nav,menu{display:block}
ul,li{list-style-type:none}
img{border:0;vertical-align:middle}
a{outline:0;text-decoration:none; color:#777;transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;}
a:hover{color:#1e1e1e;}
body{overflow-x:hidden;}
input,img{outline:0}
.list_li ul{padding-left: 22px;}
.list_li ul li{list-style-type:disc;text-indent: 0;}
.clearfix:after{clear: both;content: "";display: block;height: 0; overflow: visible;}.fr{float: right;overflow: hidden;}.fl{float: left;overflow: hidden;}.tc{text-align: center;}
.transition{transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;}
.rela{position:relative;}.abso{position: absolute;}.blue{color:#0db5fc!important;}.hui{color: #5a5a5a!important;}
i{user-select:none;-o-user-select:none;-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none;}
.iconfont{font-family:"iconfont";font-style:normal;}

.wrap{ width:1280px; margin:0  auto;}
#topp{ font-size: 12px; color: #bababa; text-align: center; padding-top: 12px; }
/*.logo{ padding-top: 10px; position: relative; z-index: 5; top:120px; margin-top: -120px }
.logo img{ position: relative;z-index: 5; }*/

/* nav */
*{
	margin: 0;
	padding: 0;
}

/*nav*/
.mod-header {width: 100%; color: #fff;height: 184px;background-color: #032565;}
.mod-header .logo {margin-top: 21px;float: left;}
.mod-header .nav {padding-top: 7px;}
.mod-header .nav > li {display: inline-block;padding :0 76px;line-height: 62px;position: relative;}
.mod-header .nav > li:before{display: block;content: '';width: 1px;height: 17px;position: absolute;right: 0;top: 23px;background-color: #fff;}
.mod-header .nav > li:first-child{padding-left: 0;border:none;}
.mod-header .nav > li:last-child{padding-right: 0}
.mod-header .nav > li:last-child:before{background: none;}
.mod-header .nav > li > a {display: block;font-size: 20px;width: 192px; text-align: center; color: #fff;text-decoration: none;}
.mod-header .nav > li.active > a, .mod-header .nav > li.active > a:hover {color: #ecff4b;}
.mod-header .nav > li > a:hover {color: #ecff4b;background: #03134c;}

.mod-header .nav > li ul.subnav{position: absolute; top: 62px;text-align: center; z-index: 999; padding-bottom: 10px; background: rgba(3,19,76,.5); display: none; width: 392px;}
.mod-header .nav > li:hover ul.subnav{display: block;}
.mod-header .nav > li:hover ul.subnav li{width: 100%;line-height: 46px; display: block;}
.mod-header .nav > li:hover ul.subnav li a{display:block;color: #fff; white-space:nowrap ; font-size: 16px;}
.mod-header .nav > li:hover ul.subnav li a:hover{color:#ecff4b;}

.mod-header .head_r{float: right;padding-top: 45px;}
.mod-header .head_r a{margin-left: 10px;}


/*banner*/
.index_banner{height: 39vw;} 
.index_banner .bd ul li img{width: 100%;min-width: 1280px;}
.index_banner .hd{width:100%;text-align: center;z-index: 2;bottom:20px;}
.index_banner .hd ul li{width:100%;display: inline-block;width:30px;height:3px;background-color:#757575;text-indent: -9999px;margin-left:10px;border:2px solid transparent;transition:all .6s ease;-o-transition:all .6s ease;-ms-transition:all .6s ease;-moz-transition:all .6s ease;-webkit-transition:all .6s ease;cursor: pointer;}
.index_banner .hd ul li.on{background-color: #bd0707;}
.index_banner .bd .text{position: absolute;top: 254px;left:50%;margin-left: -640px; color: #fff;width: 510px;}
.index_banner .bd .text h3{font-size: 80px;margin-bottom: 22px;}
.index_banner .bd .text p{font-size: 18px;line-height: 30px;}
.index_banner .prev,
.index_banner .next{ position:absolute; left:0; top:50%; margin-top:-41px; display:block; width:82px; height:82px; background:url(../img/icon_left.png) center #000 no-repeat; filter:alpha(opacity=30);opacity:0.3;   }
.index_banner .next{ left:auto; right:0; background-image:url(../img/icon_right.png) }
.index_banner .prev:hover,
.index_banner .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.index_banner .prevStop{ display:none;  }
.index_banner .nextStop{ display:none;  }


.banner{background: url(../img/banner_n.jpg) center no-repeat;height:280px;}
.banner .hd{font-size: 48px;color: #fff;line-height: 280px;font-weight: 600;}

.index_slide{float: left;width: 630px;height: 100%;position:relative;}
.index_slide .bd ul li img{width:100%;height: auto;}
.index_slide .bd .c_bantext{width:100%;height:64px;position:absolute;padding:0 5px;bottom: 0px;left:0px;background:rgba(0,0,0,.5);}
.index_slide .bd .bantext_tit{height: 54px;overflow: hidden;line-height: 22px;padding: 5px 0; color:#fff;font-size:16px;margin-bottom:5px;}
.index_slide .hd{position: absolute;bottom: 23px;right: 20px;z-index: 2;}
.index_slide .hd ul li{width:100%;display: inline-block;width:10px;height:10px;border-radius: 50%; background-color:#fff;text-indent: -9999px;margin-left:10px;cursor: pointer;}
.index_slide .hd ul li.on{background-color: #1862a3;}

.focus{
    height:746px;
    position: absolute; z-index: -9999;
    width:100% ;
}

#ft-buttons-gallery a:link, #ft-buttons-gallery a:visited{
    background-color:#F5F5F5;
    border:1px solid #EBEBEB;
    color:#0072BC;
    font-weight:normal;
    margin-left:10px;
    padding:2px 7px;
    text-decoration:none;
    width:22px;
}
#ft-buttons-gallery a.ft-button-gallery-active{
    background-color:#DDEEFF;
    border:1px solid #BBDDFF;
    color:#0072BC;
    cursor:default;
    margin-left:10px;
    padding:2px 7px;
    text-decoration: none;
}



/*index*/
.index_box_1 { width:100%;  height:516px; background: url(../img/index_bg01.jpg) no-repeat bottom center #f0ebe0;padding-top: 60px;}

.index_box_1 .news{width: 612px; float: right;color: #fff;position: relative;}
.index_box_1 .news .news_more{position: absolute;right: 0;top: 8px;}
.index_box_1 .news .news_more span a{color: #fff;}
.index_box_1 .nav{margin-bottom: 32px;margin-top: 5px;}
.index_box_1 .nav li{display: inline-block;margin-right: 48px; cursor: pointer;font-size: 20px;height: 32px;}
.index_box_1 .nav li.active{border-bottom: 2px solid #fff;font-weight: 600;}
.index_box_1 .news dl{border-bottom: 1px solid #3d5486;padding-bottom: 15px;margin-bottom: 10px;}
.index_box_1 .news dl dt{font-size: 18px;font-weight: 600;line-height:1.2}
.index_box_1 .news dl dd{line-height: 21px;}
.index_box_1 .news dl a{color: #fff;}
.index_box_1 .news .con li{line-height: 38px;}
.index_box_1 .news .con li a{color: #fff;font-size: 16px;}
.index_box_1 .news .con li a .text{width: 510px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.index_box_1 .news .con li a span{float: right;}
.index_box_1 .news .con li a:hover {color: #ecff4b;}


.index_box_2{margin: 50px 0 60px;}
.index_box_2 .items{margin-bottom: 10px;width: 630px;float: left;}
.index_box_2 li{position: relative;margin-bottom: 8px;}
.index_box_2 li p{position: absolute;top: 0;left: 0;right: 0;
    height: 100%;padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;font-size: 22px;line-height: 1.4; color: #fff;}
.index_box_2 .items a{display: block;}
.index_box_2 .items a:before{display: block;content: ''; position: absolute;transition: all 0.36s ease;
    top: 0;
    left: 0;
    width: 100%;opacity: 0;
    height: 100%;border-radius: 8px;
    background: rgba(0,0,0,0.6);}
.index_box_2 li:hover a:before{opacity: 1;}
.index_box_2 li img{border-radius: 8px;width: 100%;}
.index_box_2 .box_02{float: right;width: 620px;}
.index_box_2 .box_02 .hd_tit{padding: 10px 0 35px;}
.index_box_2 .box_02 .hd_tit strong{font-size: 24px;color: #333;font-weight: 500;}
.index_box_2 .box_02 .hd_tit a{float: right;}

address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:400;}
.ex-box{ position: absolute; height: 15px;}
.ex-title{ height: 15px; line-height: 15px; text-align: center; color: #FFF; cursor: pointer; padding: 0 10px}
.ex-more{ position: absolute; z-index: 101; width: 400px; background: #FFF; border: 1px solid #ddd; padding: 10px; border-radius: 0 5px 5px 5px; display: none;}
.ex-more .txt-box li{ padding-left: 3em; text-indent: -3em; margin-bottom: 5px;}
.ex-blue .ex-title{ background: #006cba;}
.ex-blue .ex-more{ border-color: #006cba;}
.ex-green .ex-title{ background: #009944;}
.ex-green .ex-more{ border-color: #009944;}
.ex-orange .ex-title{ background: #ef7c00;}
.ex-orange .ex-more{ border-color: #ef7c00;}
#calendar-index{font: 12px/1.5 Tahoma,\5FAE\8F6F\96C5\9ED1,\5B8B\4F53;}
#calendar-index .fc-day-header{ border-color: #fff; background: #cecece; color: #fff;}
#calendar-index .fc-sat,#calendar-index .fc-sun{ color: #032565;}
#calendar-index .fc-day-header.fc-sat,#calendar-index .fc-day-header.fc-sun{ background: #032565; color: #fff;}
#calendar-index .fc-bg .fc-today{ background: #ffcccc; position: relative;}
/*#calendar-index .fc-bg .fc-today:before{ content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; border: 1px solid #032565;}*/
#calendar-index .fc-header-toolbar h2{ font-size: 16px; color: #032565; line-height: 34px;}
#calendar-index .fc-prev-button,#calendar-index .fc-next-button{ width: 30px; height: 30px; line-height: 30px; text-align: center; color: #032565; outline: 0;}
#calendar-index .fc-prev-button span,#calendar-index .fc-next-button span{ margin: 0;}
#calendar-index .fc-day-grid-container{ overflow: visible!important; position: relative; height: auto!important;}
.fc-day-grid-container{ position: relative;}
.ex-more{ display: block; border-radius: 3px;}
.ex-more h4{ font-size: 16px; font-weight: bold; margin-bottom: 5px;}
.ex-more .txt-box{ width: 410px;}
.ex-more .img-box+.txt-box{ width: 320px;}

/*.index_box_2 a img{width: 100%;transition: all 0.36s ease;}
.index_box_2 a:hover img {transform: scale(1.08) translate3d(0, 0, 0);}*/

.index_box_3 {width:100%;height:758px;background: url(../img/index_bg02.jpg) no-repeat bottom center;padding-top:55px;}
.index_box_3 .tit{font-size: 36px;font-weight: 600;color: #fff;text-align: center;}
.index_box_3 .tit span{border-bottom: 3px solid #fff;padding-bottom: 10px;}
.photo_items{margin-top: 51px;}
.photo_items dl{float: left; width:386px;height: 398px; margin-right:60px;background: #fff;}
.photo_items dl:nth-child(3n){margin-right: 0;}
.photo_items dl dt{width: 386px;height: 220px;overflow: hidden;}
.photo_items dl dt img{width: 100%;transition: all 0.36s ease;opacity: .85;}
.photo_items dl dd{padding: 0 10px;color: #333;}
.photo_items dl dd .text{font-size: 22px;margin: 12px 0 10px;line-height: 1.2}
.photo_items dl dd .desc{line-height:17px;margin-bottom: 10px;}
.photo_items dl dd p{color: #999;}
.photo_items dl:hover img {transform: scale(1.08) translate3d(0, 0, 0);opacity: 1;}

.zj_items{margin-top: 51px;}
.zj_items dl{float: left; width:200px; margin-right:60px;background: #fff;text-align: center;}
.zj_items dl:nth-child(3n){margin-right: 0;}
.zj_items dl dt{width: 200px;height: 250px;overflow: hidden;}
.zj_items dl dt img{width: 100%;transition: all 0.36s ease;opacity: .85;}
.zj_items dl dd{color: #333;}
.zj_items dl dd .text{font-size: 20px;line-height: 50px}
.zj_items dl:hover img {transform: scale(1.08) translate3d(0, 0, 0);opacity: 1;}
.news_show .photo{text-align: center;}
.news_show .photo img{max-width: 500px;max-height: 600px;margin-bottom: 20px;}

.index_box_3 .more{text-align: center;margin-top: 58px;}
.index_box_3 .more a{transition: all 0.36s ease;font-size: 24px; display: inline-block;width: 200px;height: 64px;line-height: 64px;color: #032565;background: #fff;border-radius: 32px;}
.index_box_3 .more a:hover{background-color: #d0d5f0}

.links{background-color: #f7f7f7;padding-bottom: 12px;}
.links h3{font-size: 24px;color: #333333;padding: 50px 0 40px;font-weight: 500;}
.picScroll{padding-bottom: 16px;}
.picScroll .bd ul li{width: 226px;height: 115px;padding-bottom:5px; border: 1px solid #e5e5e5;float: left;margin-right: 35px;margin-bottom: 15px;background-color: #fff;text-align: center;}
.picScroll .bd ul li .pic{line-height: 66px;}
.picScroll .hd{text-align: center;}
.picScroll .hd ul li{width:100%;display: inline-block;width:10px;height:10px;border-radius: 50%; background-color:#c7c7c7;text-indent: -9999px;margin-left:10px;cursor: pointer;}
.picScroll .hd ul li.on{background-color: #1862a3;}

.location{margin: 26px 0 38px;color: #999;}
.location .text a{color: #999;}

 /*新闻资讯*/
.news_list{margin-bottom: 116px;}
.news_list ul li{background: url(../img/icon_dian.png) 0 29px no-repeat;padding-left: 22px;border-bottom: 1px solid #eaeaea;}
.news_list ul li a{line-height: 62px;}
.news_list ul li a span{float: right;}

.news_show .tit{border-bottom: 1px solid #eaeaea;text-align: center;margin-bottom: 30px;}
.news_show .tit h3{ font-size: 20px;color: #333;line-height: 1.2}
.news_show .tit p{margin:21px 0 30px;color: #999;}
.news_show .content{line-height: 1.8;font-size: 16px;margin-bottom: 150px;}
.news_show .content p{margin-bottom:15px;}

.hd_list .photo_items dl{background-color: #f7f7f7;margin-bottom: 45px;}

.page{min-height: 700px;}
.page .con_l{width: 280px;float: left;background-color: #032565;padding-left: 22px;padding-bottom: 22px;}
.page .con_l ul li a{line-height: 24px;color: #fff;font-size: 18px;padding:15px 30px;display: flex;}
.page .con_l ul li.active{background-color: #fff;}
.page .con_l ul li.active a{color: #032565;}
.page .con_r{width: 950px;float: right;}
.page .con_r .tit{border-bottom: 1px solid #eaeaea;padding-bottom: 26px;margin-bottom: 26px;font-size: 36px;}
.page .con_r .content{line-height: 1.8;font-size: 16px;margin-bottom: 150px;}
.page .con_r .content p{margin-bottom:36px;}
 /*footer*/
 .footer{ width: 100%; height: 170px;background: #030d41;padding-top: 35px; }
 .ftlogo{float: left;width: 390px;text-align: right;}
 .ftlogo img{width: 97px;}
 .ftur{float: left;width: 711px; padding-left: 9px;}
 .ftur .nav{padding: 12px 0 18px;}
 .ftur .nav a{color: #ccccd2;font-size: 16px;display: inline-block;padding: 0 23px;border-right: 1px solid #353d67;}
 .footerd{padding-left: 23px;color: #8e909e;line-height: 1.6}
 .footerd a:hover{color: #8e909e;}

.pages .pagination {font-size:14px; padding: 30px 0 72px;text-align: center;}
/*按钮色彩样式*/
.pages .pagination a,.pages .pagination p {display: inline-block;float: none; border: #d8d8d8 1px solid;color: #1f1f1f;min-width: 36px; height: 36px;line-height: 34px; overflow: hidden;padding:0 5px;margin: 0px 0px 0px 5px; background-color: #fff;}
.pages .pagination a.cur {background: #fff;color: #1ab5ff;border: #d8d8d8 1px solid;}
.pages .pagination a:active {text-decoration: none;border: #d8d8d8 1px solid;}
.pages .pagination a:hover {color: #1ab5ff;border: #d8d8d8 1px solid;}

@media screen and (max-width: 1366px) {
    .wrap{ width:1020px;}
    .index_slide .bd .bantext_tit{font-size: 14px;}
    .mod-header .nav > li{padding: 0 39px;}
    .index_slide {width: 500px;height: 315px;}
    .index_box_1{height: 430px;}
    .index_box_1 .news{width: 482px;height: 322px;overflow: hidden;}
    .index_box_1 .news{width: 482px;}
    .index_box_1 .news .con li {line-height: 34px;}
    .index_box_1 .news .con li a .text{width: 380px;}
    .index_box_1 .nav{margin-bottom:12px;}
    .index_box_2 .items{width: 490px;}
    .index_box_2 li img{height: auto;}
    .index_box_2 li p{font-size: 16px;}
    .index_box_2 .box_02 {width: 490px;}
    .picScroll .bd ul li{width:174px;}
    .picScroll .bd ul li p{font-size: 12px;}
    .picScroll .bd ul li .pic img{max-width: 96%;}
    .ftlogo{width: 220px;}
    .page .con_l{width: 220px;}
    .page .con_r {width: 750px;}
    .photo_items dl{width: 320px;height: 330px;margin-right: 30px;}
    .photo_items dl dt{width: 320px;height: 182px;}
    .photo_items dl dd .text{font-size: 18px;}
    .banner .hd{font-size: 36px;}
    .page .con_r .tit{font-size: 28px}
}

@media screen and (max-width: 1280px) {
    .index_banner{height: 500px;}
}