/* CSS Document */

li {
    vertical-align: bottom
}

a {
    cursor: pointer
}
body {
    background: #ffffff;
    font-family: '微软雅黑'; 
}
.clear {
    clear:both; 
    height: 0; 
    line-height: 0; 
    font-size: 0;
}
.header{
    width: 100%;
    height: 50px;
    background: #10449b;
    min-width:1400px;
}
.header .box{
    width: 1200px;
    height:50px;
    line-height: 50px;
    margin:0 auto;
    position: relative;
    z-index: 10;
}
.header-logo a img{
    position: absolute;
    left:50%;
    margin-left: -118px;
    z-index: 1;
}
.header .box .box-lf ul li{
    float: left;
    margin-right: 10px;
    background: url(/Template/Default/images/icon1.png) no-repeat;
    background-position: 90% 50%;
    position: relative;
    *position: relative;
    line-height: 50px;
    height: 50px;
}
.header .box .box-lf ul li span{
    color: #fff;
    font-size: 14px;
    padding-right: 30px;
    margin-left: 8px;
    border-right: 1px solid #2857a5;
    cursor: pointer;
}
.header .box .box-lf ul li span.xydh{
    background: url(/Template/Default/images/xydhbg.jpg) left center no-repeat;
    padding-left:25px;
}
.header .box .box-lf ul li span.bmdh{
    background: url(/Template/Default/images/bmdhbg.jpg) left center no-repeat;
    padding-left:25px;
}
.header .box .box-lf ul li span:last-child{
    border-right: none;
}
.header .box .box-lf ul li .se{
    display: none;   
    position: absolute;
    *position: absolute;
    left: 0px;
    top:50px;
    background: rgba(236,240,247,0.9); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ecf0f7,endColorstr=#e5ecf0f7);
    z-index: 99;
}
.header .box .box-lf ul li .se p{
    /* background: #245bb9; */
    padding: 0 14px;
    height:32px;
    text-align: left;
    line-height: 32px;
    /* background: url(/Template/Default/images/icon2.jpg) no-repeat; */
    /* background-position: 8% 50%; */
}
.header .box .box-lf ul li .se p a{
    color: #333333;
    font-size: 14px;
    /* margin-left: 8px; */
    white-space:nowrap;
    font-weight: 200;
}
.header .box .box-lf ul li .se p a:hover{
    /* border-bottom: 1px solid #fff; */
    color: #10449b;
    /* text-decoration:none; */
}
.header .box .box-ri{
    width: 385px;
    float: right;
}
.header .box .box-ri ul li{
    float: left;
    padding-left:30px;
    height: 50px;
    line-height: 50px;
}
.header .box .box-ri ul li a{
    color: #fff;
    font-size: 14px;
    border-right: 1px solid #2857a5;
    padding-right:5px;
    margin-right:10px;
     
}
.header .box .box-ri ul li:last-child a{
    border-right: none;
}
.header .box .box-ri .submit{
    width: 32px;
    height: 32px;
    float: right;
    background: url(/Template/Default/images/icon5.jpg);
    margin-top: 9px;
    position: relative;
}
.header .box .box-ri .input{
    width: 150px;
    height: 32px;
    background: #fff;
    position: absolute;
    border: none;
    top:9px;
    right: 32px;
    padding-left: 10px;
    display: none;
}
.header .box .box-ri input::-webkit-input-placeholder{
    color: #999;
    font-size: 14px;
}
.header .box .box-ri .sub{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    display: none;
}
.header .box .box-ri .fork{
    position: absolute;
    top: 10px;
    right: 200px;
    cursor: pointer;
    display: none;
}
.nav{
    width: 100%
    height:85px; 
}
.nav .box{
    width: 1200px;
    height: 85px;
    line-height: 85px;
    margin: 0 auto;
}
.nav .box .nav-le{
    float: left;
}
.nav .box .nav-le ul{
    line-height: 85px;
    margin-left: 10px;
}
.nav .box .nav-le ul li{
    float: left;
    padding-right:80px; 
    position: relative;
    cursor: pointer;
}
.nav .box .nav-le ul li a{
    color:#333;
    font-size: 18px; 
    font-weight: 700;
    display: inline-block;
    width:100%;
    height: 100%;
}

.nav .box .nav-le ul li:hover a{
    color:#10449b;
}
.nav .box .nav-le ul .st{
    width:100%;
    position: absolute;
    top:85px;
    left:-40px;
    display: none;
    z-index: 99;
}
.nav .box .nav-le ul li .st p{
    padding: 10px 20px;
    background: #10449b;
    text-align: center;
}
.nav .box .nav-le ul li .st p a{
    color:#fff;
    font-size: 15px; 
    line-height: 20px;
    font-weight: 200;
    display: inline-block;
    width:100%;
    height: 100%;
}
.nav .box .nav-le ul li .st p:hover{
    background: #245bb9;
    transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
}

.nav .box .nav-ri{
    float: right;
}
.nav .box .nav-ri ul li{
    float: left;
    padding-left:70px;
    position: relative;
    cursor: pointer;
}
.nav .box .nav-ri ul li a{
    color:#333;
    font-size: 18px; 
    font-weight: 700;
}
.nav .box .nav-ri ul li:hover a{
    color:#10449b;
}
.nav .box .nav-ri ul .sc{
    width:100%;
    position: absolute;
    top:85px;
    left: 35px;
    display: none;
    z-index: 99;
}
.nav .box .nav-ri ul li .sc p{
    padding: 10px 2px;
    background: #10449b;
    text-align: center;
}
.nav .box .nav-ri ul li .sc p a{
    color:#fff;
    font-size: 15px; 
    line-height: 20px;
    font-weight: 200;
    display: inline-block;
    width:100%;
    height: 100%;
}
.nav .box .nav-ri ul li .sc p:hover{
    background: #245bb9;
    transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
}
.banner{
    width: 100%;
    min-width:1400px;
    position: relative;
    margin:0 auto;
}
.banner .arrow-left {
  background: url(/Template/Default/images/prve.png) no-repeat left top;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -32px;
  width: 64px;
  height: 64px;
  z-index: 10;
}
.banner .arrow-right {
  background: url(/Template/Default/images/next.png) no-repeat left bottom;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -32px;
  width: 64px;
  height: 64px;
  z-index: 10;
}
.banner .swiper-container {
  width:100%;

}
.banner .swiper-wrapper{
     width:100%;
     min-height:500px;
}
.banner .swiper-slider{
     min-height:500px;
}
.banner .swiper-container img{
     width:100%;
     margin:0 auto;
     
}
.banner .pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:30px;
  width: 100%;
  z-index: 10;
}
.banner .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #999;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 3px;
  cursor: pointer;
}
.banner .swiper-active-switch {
  background: #fff;
}


.dyna{
   height: 410px;
   min-width:1400px;
}
.dyna .box{
    width: 1200px;
    height: 360px;
    margin: 50px auto;
}
.dyna .box .dyna-le{
    width: 580px;
    height: 360px;
    float: left;
    position: relative;
}
.dyna .box .dyna-le .swiper-container {
  height: 360px;
  width: 580px;
}
.dyna .box .dyna-le .swiper-container .swiper-slide{
    position: relative;
}
.dyna .box .dyna-le .swiper-container .swiper-slide img{
    width:580px;
    height: 360px;
}
.dyna .box .dyna-le .swiper-container .swiper-slide h3{
    position: absolute;
    bottom:0px;
    height: 40px;
    line-height: 40px;
    color:#fff;
    background: rgba(0, 0, 0, 0.6);
    width:100%;
    text-indent:10px;
}
.dyna .box .dyna-le .pagination {
  position: absolute;
  left: 0;
  text-align: right;
  bottom:18px;
  width: 98%;
  z-index: 10;
  padding-right:2%;
}
.dyna .box .dyna-le .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #999;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 3px;
  cursor: pointer;
}
.dyna .box .dyna-le .swiper-active-switch {
  background: #fff;
}


.dyna .box .dyna-ri{
    width: 580px;
    height: 360px;
    float: right;
}
.dyna .box .dyna-ri .head{
    width: 580px;
    padding-top: 8px;
    border-bottom: 1px solid #ccc;
}
.dyna .box .dyna-ri .head ul li{
    float: left;
    color: #333;
    font-size: 22px;
    font-weight: 500;
    margin-right: 24px;
    cursor: pointer;
}
.dyna .box .dyna-ri .head ul li.active{
    padding-bottom: 10px;
    color: #10449b;
    border-bottom: 2px solid #10449b;
}
.dyna .box .dyna-ri .head p{
    float: right;
    background: url(/Template/Default/images/icon11.png) no-repeat;
    background-position: 100%;
    margin-top: 15px;
    display: none;
}
.dyna .box .dyna-ri .head p a{
    color: #164aa2;
    font-size: 14px;
    margin-right: 10px;
}
.dyna .box .dyna-ri .head p a:hover{
    color: #000;
}
.dyna .box .dyna-ri .head p.show{
    display: block;
}
.dyna .box .dyna-ri .con{
    display: none;
}
.dyna .box .dyna-ri .con.sh{
    display: block;
}
.dyna .box .dyna-ri .con ul li{
    width: 580px;
    height:49px; 
    line-height: 49px;
    border-bottom: 1px solid #e7eaef;
    background: url(/Template/Default/images/icon10.jpg) no-repeat;
    background-position: 0 50%;
}
.dyna .box .dyna-ri .con ul li span.w{
    margin-left: 15px;
    float: left;
}
.dyna .box .dyna-ri .con ul li span.w a{
    color:#333;
    font-size: 16px; 
}
.dyna .box .dyna-ri .con ul li span.w a:hover{
    color: #10449b;
}
.dyna .box .dyna-ri .con ul li span.time{
    float: right;
    color:#999;
    font-size: 14px;
}
.inter{
    height: 610px;
    background:#eaedf2;
    min-width:1400px;
}
.inter .box{
    width: 1200px;
    height: 610px;
    margin: 0 auto;
}
.inter .box .head{
    width: 1200px;
    padding: 30px 0;
    position: relative;
}
.inter .box .head h2{
    color:#333;
    font-size: 30px;
    text-align: center;
    padding-top: 20px;
}
.inter .box .head hr{
    border: none;
    width: 62px;
    height: 2px;
    border-bottom:2px solid #164aa2;
}
.inter .box .head p{
    background: url(/Template/Default/images/icon11.png) no-repeat;
    background-position: 100% 50%;
    position: absolute;
    right: 0;
    top:83px;
}
.inter .box .head p a{
    color:#164aa2;
    font-size: 14px;
    margin-right: 10px;
}
/* 20250413 gjhjy*/
.inter .box .con .item .bo p:nth-of-type(2){
    background: url(/Template/Default/images/icon11.png) no-repeat;
    background-position: 80% 50%;
    position: absolute;
    right: 0;
    
}
.inter .box .con .item .bo p:nth-of-type(2) a{
    color:#164aa2;
    font-size: 14px;
    margin-right: 10px;
}
/* 20250413 gjhjy*/
.inter .box .head p a:hover{
    color:#000;
}
.inter .box .con{
    width: 1200px;
    height:430px; 
}
.inter .box .con .item{
    width:380px;
    height: 430px;
    background:#fff;
    float: left;
    margin-right:30px; 
    position: relative;
    cursor: pointer;
}
.inter .box .con .item:last-child{
    margin-right: 0;
}
.inter .box .con .item a img{
    width: 380px;
    height: 240px;
}
.inter .box .con .item .time{
    width:72px;
    height: 72px;
    background:#6a707c; 
    position: absolute;
    top: 205px;
    left: 30px;
    text-align: center;

}
.inter .box .con .item:hover .time{
    background: #164aa2;
    transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -webkit-transition: all 1.5s;
}
.inter .box .con .item .time h2{
    color: #fff;
    font-size: 20px;
    line-height: 26px;
	padding:10px;
}
.inter .box .con .item .time p{
    color:#fff;
    font-size: 12px;
    line-height: 2px;
}
.inter .box .con .item .bo h2{
    padding: 0 30px;
    margin-top:55px; 
}
.inter .box .con .item .bo h2 a{
    color:#333;
    font-size: 16px;
}
.inter .box .con .item .bo h2 a:hover{
    color:#164aa2;
}
.inter .box .con .item .bo p{
    margin-top: 5px;
    color: #888;
    font-size: 14px;
    padding: 0 30px;
    line-height: 25px;
}
.rec{
    height:380px; 
    min-width:1400px;
}
.rec .box{
    width: 1200px;
    height: 380px;
    margin: 0 auto;
}
.rec .box .item{
    width:380px;
    height: 280px;
    float: left;
    margin-right: 30px;
    margin-top:50px; 
    position: relative;
    cursor: pointer;
}
.rec .box .item:last-child{
    margin-right: 0;
}
.rec .box .item a img{
    width: 380px;
    height: 220px;
}
.rec .box .item .bot{
    width: 380px;
    height: 60px;
    background:#1a57bd;
    line-height: 60px; 
}
.rec .box .item .bot p{
    background: url(/Template/Default/images/icon13.png) no-repeat;
    background-position: 90% 50%;
}
.rec .box .item .bot p a{
    color:#fff;
    font-size: 22px;
    margin-left:25px;
    display: inline-block;
    width:100%;
    height: 100%;
}
.rec .box .item .zh{
    width:380px;
    height: 220px;
    background: #000;
    opacity: .5;
    filter:alpha(opacity=50);
    position: absolute;
    top: 0;
    pointer-events: none;
    -ms-pointer-events: none;
    -moz-pointer-events: none;
    -webkit-pointer-events: none;
    -o-pointer-events: none;
}
.rec .box .item:hover .zh{
    opacity: 0;
    filter:alpha(opacity=0);
    transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
}
.walk{
    min-width:1400px;
    height:450px;
    background: url(/Template/Default/images/bg1.jpg) no-repeat center; 
    padding-top: 50px;
    margin:0 auto;
}
.walk .box{
    width: 1200px;
    height: 400px;
    margin: 0 auto;
}
.walk .box .video{
    width:580px;
    height: 400px;
    float: left; 
    position:relative;
    cursor: pointer;
    background: #000;
}
.walk .box .video #videoPlay1{
    width: 580px;
    height: 400px;
}
.walk .box .xy{
    width: 610px;
    height: 400px;
    float: right;
    position: relative;
}
.walk .box .zj{
    width: 300px;
    height: 180px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    overflow: hidden;
}
.walk .box .zj:hover img{
    transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
    transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -webkit-transition: all 1.5s;
}
.walk .box .zj h2{
    color:#fff;
    font-size:24px; 
    position: absolute;
    top: 60px;
    left:50%; 
    margin-left: -48px;
}
.walk .box .zj hr{
    width:16px;
    height: 1px;
    border: none;
    border-bottom: 1px solid #fff; 
    position: absolute;
    top: 100px;
    left:50%;
    margin-left: -8px;
}
.walk .box .zj p{
    color: #fff;
    font-size:14px; 
    position: absolute;
    top: 120px;
    left:50%;
    margin-left: -58px;
}
.walk .box .qm{
    width: 300px;
    height: 210px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    overflow: hidden;
}
.walk .box .qm:hover img{
    transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
    transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -webkit-transition: all 1.5s;
}
.walk .box .qm h2{
    color:#fff;
    font-size:24px; 
    position: absolute;
    top: 80px;
    left:50%; 
    margin-left: -48px;
}
.walk .box .qm hr{
    width:16px;
    height: 1px;
    border: none;
    border-bottom: 1px solid #fff; 
    position: absolute;
    top: 120px;
    left:50%;
    margin-left: -8px;
}
.walk .box .qm p{
    color: #fff;
    font-size:14px; 
    position: absolute;
    top: 135px;
    left:50%;
    margin-left: -58px;
}
.walk .box .zy{
    width: 300px;
    height: 210px;
    position: absolute;
    bottom: 0;
    left: 0;
    cursor: pointer;
    overflow: hidden;
}
.walk .box .zy:hover img{
    transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
    transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -webkit-transition: all 1.5s;
}
.walk .box .zy h2{
    color:#fff;
    font-size:24px; 
    position: absolute;
    top: 80px;
    left:50%; 
    margin-left: -60px;
}
.walk .box .zy hr{
    width:16px;
    height: 1px;
    border: none;
    border-bottom: 1px solid #fff; 
    position: absolute;
    top: 120px;
    left:50%;
    margin-left: -8px;
}
.walk .box .zy p{
    color: #fff;
    font-size:14px; 
    position: absolute;
    top: 135px;
    left:50%;
    margin-left: -56px;
}
.walk .box .sy{
    width: 300px;
    height: 180px;
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
    overflow: hidden;
}
.walk .box .sy:hover img{
    transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
    transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -webkit-transition: all 1.5s;
}
.walk .box .sy h2{
    color:#fff;
    font-size:24px; 
    position: absolute;
    top: 50px;
    left:50%;
    margin-left: -48px; 
}
.walk .box .sy hr{
    width:16px;
    height: 1px;
    border: none;
    border-bottom: 1px solid #fff; 
    position: absolute;
    top: 90px;
    left:50%;
    margin-left: -8px;
}
.walk .box .sy p{
    color: #fff;
    font-size:14px; 
    position: absolute;
    top: 110px;
    left:50%;
    margin-left: -58px;
    top: 110px;
}
.footer{
    min-width:1400px;
    height:180px;
    background: #222;
}
.footer .box{
    width: 1200px;
    height: 180px;
    margin: 0 auto;
}
.footer .box .dz{
    width: 800px;
    height: 180px;
    float: left;
}
.footer .box .dz ul.top{
    margin-top: 50px;
    width: 740px;
    float: left;
}
.footer .box .dz ul.top li{
    float: left;
    color:#fff;
    font-size: 14px;
    line-height: 30px;
    margin-right: 10px;
    opacity: .7;
    filter:alpha(opacity=70);
}
.footer .box .dz ul.bq{
    width: 800px;
    float: left;
}
.footer .box .dz ul.bq li{
    float: left;
    color:#fff;
    font-size: 14px;
    line-height: 30px;
    margin-right: 10px;
    opacity: .7;
    filter:alpha(opacity=70);
}
.footer .box .dz ul.bq li a{
    color:#fff;
    font-size: 14px;
}
.footer .box .tb{
    width: 270px;
    height: 180px;
    float: right;
}
.footer .box .tb .item{
    float: left;
    margin-left: 34px;
    margin-top: 50px;
    cursor:pointer;
}
.footer .box .tb .im{
    position:relative;
}
.footer .box .tb .im .ewm{
    width: 100px;
    height: 100px;
    background: #fff;
    position: absolute;
    top: -150px;
    left: -20px;
    z-index: 999;
    display: none;
}

/* person.html */
.pro-ban{
    height:300px; 
}
.pro-ban img{
    width: 100%;
    height: 300px;
}
.pro-content{
    width: 1200px;
    padding-bottom: 20px;
    margin: 0 auto;
}
.pro-content .pro-le{
    width:250px;
    padding-bottom: 20px;
    position: relative;
    float: left;
}
.pro-le .title{
    width: 250px;
    height: 140px;
    line-height: 140px;
    background: url(/Template/Default/images/probg.jpg) no-repeat;
    position: absolute;
    top:-70px; 
    overflow:hidden;
}
.pro-le .title h2{
    color: #fff;
    font-size: 32px;
    text-align: center;
}
.pro-le ul{
    margin-top: 70px;
}
.pro-le ul li .nav_tow{
    width:250px;
    height: 55px;
    border-top: 1px solid #fff; 
    line-height: 55px;
    background: url(/Template/Default/images/proicon1.png) no-repeat #eaedf2;
    background-position: 90% 50%;
}
.pro-le ul li .nav_tow a{
    color: #333;
    font-size: 16px;
    /* margin-left: 17px; */
    display: inline-block;
    width:233px;
    padding-left:17px;
    height: 100%;

}
.pro-le ul li .nav_tow:hover{

    transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    background: url(/Template/Default/images/icon21.jpg) no-repeat #10449b;
    background-position: 90% 50%;
}
.pro-le ul li .nav_tow:hover a{
    color: #fff;
    transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    -webkit-transition: all 0.7s;
}
.pro-le ul li .nav_thr{
    /*display: none;*/
    width: 250px;
    background: #f2f4f7;
}
.pro-le ul li .nav_thr p{
    width: 250px;
    height:30px;
    line-height: 30px;  
    margin-left: 20px;
    background: url(/Template/Default/images/icon22.jpg) no-repeat left center;
}
.pro-le ul li .nav_thr p a{
    color: #333;
    font-size: 14px;
    padding-left: 10px;
}
.pro-le ul li .nav_thr p a:hover{
    color: #10449b;
    font-weight: 700;
}
.pro-content .pro-ri{
    width:900px;
    padding-bottom: 20px;
    float: right; 
}
.pro-ri .head{
    width: 900px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e2e2;
}
.pro-ri .head .head-le{
    float: left;
}
.pro-ri .head .head-ri{
    float: right;  
}
.pro-ri .head h2{
    color: #10449b;
    font-size: 32px;
    font-weight: 500;
    margin-top: 30px;
}
.pro-ri .head p span a{
    color: #333;
    font-size: 14px; 
    padding-right: 12px;
    padding-left: 12px;
}
.pro-ri .head p span a:hover{
    color: #10449b;
}
.pro-ri .head p{
    margin-top: 10px;
    padding-left:10px; 
    background: url(/Template/Default/images/proicon2.png) no-repeat;
    background-position: 0 50%;
}
.pro-ri .head .head-ri{
    margin-top: 88px;
    position: relative;
}
.pro-ri .head .head-ri img{
    float: left;
    margin-left: 8px;
}
.pro-ri .head .head-ri .fenx{
    width: 130px;
    position: absolute;
    right: 2px;
    display: none;
}
.pro-ri .head .head-ri .fenx a{
    height: 30px;
    float: left;
    margin-right: 10px;
}
.pro-ri .head .head-ri .fenx a img{
    width: 30px;
    height: 30px;
}
.pro-ri .pro-con{
    width: 900px;
    padding-bottom: 20px;
}
.pro-ri .son .item{
    width: 900px;
    height: 170px;
    border-bottom: 1px solid #ccc;
    margin-top:20px; 
}
.pro-ri .son .item a img{
    width: 220px;
    height: 150px;
    float: left;
}
.pro-ri .son .item .w{
    width:650px;
    height: 150px;
    float: right;
}
.pro-ri .son .item .w span{
    color: #666;
    font-size: 14px;
    margin-top: 8px;
}
.pro-ri .son .item .w h2 a{
    color: #333;
    font-size: 18px;
}
.pro-ri .son .item .w h2 a:hover{
    color:#10449b; 
}
.pro-ri .son .item .w p{
    color: #888;
    height: 55px;
    font-size: 14px;
    overflow: hidden;
}
.pro-ri .son .item .w span.mo{
    background: url(/Template/Default/images/proicon7.jpg) no-repeat;
    background-position: 0 50%;
}
.pro-ri .son .item .w span.mo a{
    color:#1c5bae;
    font-size: 14px; 
    padding-left: 17px;
}
.pro-ri .son .item .w span.mo a:hover{
    color: #000;
}
.pro-ri #page {
    margin: 20px auto;
    color: #666;
    display: block;
    text-align: center;
}
.pro-ri #page li {
    float: left;
    min-width: 30px;
    height: 28px;
    cursor: pointer;
    color: #666;
    font-size: 13px;
    line-height: 28px;
    background-color: #f9f9f9;
    border: 1px solid #dce0e0;
    text-align: center;
    margin: 0 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.pro-ri .xl-nextPage,
.pro-ri .xl-prevPage {
    width: 60px;
    color: #0073A9;
    height: 28px;
}
.pro-ri #page li.xl-disabled {
    opacity: .5;
    cursor: no-drop;
}
.pro-ri #page li.xl-active {
    background-color: #0073A9;
    border-color: #0073A9;
    color: #FFF
}

/* news_list.html */
.list{
    margin-top: 10px;
}
.list ul li{
    width: 900px;
    height:50px;
    line-height: 50px; 
    border-bottom: 1px solid #ccc;
}
.list ul li span.word{
    float: left;
}
.list ul li span.word a{
    color: #333;
    font-size: 16px;
}
.list ul li span.word a:hover{
    color:#10449b; 
}
.list ul li span.time{
    float: right;
    color: #666;
    font-size: 14px;
}

/* school.html */
.sch .item{
    width:280px;
    height: 255px;
    border-bottom: 1px solid #ccc; 
    float: left;
    margin: 25px 10px 0;
}
.sch .item img{
    width: 280px;
    height: 200px;
}
.sch .item h2{
    text-align: center;
    font-weight: 600;
}
.sch .item h2 a{
    color: #333;
    line-height: 50px;
    font-size: 16px;
}
.sch .item h2 a:hover{
    color: #10449b;
}

/* deat.html */
.deat .top{
    width: 900px;
    padding:15px 0; 
    border-bottom: 1px solid #ccc;
}
.deat .top h2{
    text-align: center;
    color: #333;
    font-size: 24px;
}
.deat .top p{
    text-align: center;
    color: #666;
    font-size: 14px;
}
.deat .top p span{
    margin-left: 12px;
}
.deat .bottom{
    width: 900px;
    padding:20px 0;
    border-bottom: 1px solid #ccc; 
}

.deat .bottom p{
    color: #333;
    font-size: 16px;
    line-height: 38px;
}
.deat .al{
    margin-top: 20px;
    width: 900px;
    height: 20px;
}
.deat .al p{
    float: left;
    color: #10449b;
    font-size: 16px; 
}
.deat .al a{
    float: left;
    color:#333;
    font-size: 16px; 
}
.deat .al a:hover{
    color: #10449b;
    font-weight: 600;
}

/* profile.html */
.prof{
    padding: 20px 0;
}
.prof table tr td{
    padding:0 7px;
}
.prof p{
    color:#333;
    font-size: 16px;
    line-height: 25px;
}
.prof h2{
    color:#333;
    font-size: 16px;
    line-height: 70px;
}
.prof img{
    max-width: 100%;
}
.time2{

}
.time2 p{
    color: #333;
    font-size: 16px;
}
.NewsPage{
    font-size:16px;
    text-align: center;
    margin-top:15px;
}
.imglist{
    width:270px;
    height: 220px;
    padding: 15px;
    float: left;
    
}
.imglist img{
    max-width:100%;
    height: 180px;
}
.amn4 {
    transition: all ease-in-out .4s 0s;
    -webkit-transition: all ease-in-out .4s 0s;
    -moz-transition: all ease-in-out .4s 0s;
    -o-transition: all ease-in-out .4s 0s;
}
.imglist a{display: block;width: 100%;height: 100%;overflow: hidden;}
.imglist a:hover img{transform: scale(1.1);}
.imglist a p{
    line-height: 35px;
    text-align: center;
    color: #555;
    font-size: 14px;
}

.oa{
   background:url(/Template/Default/images/oa.png) no-repeat left center;
   float:left;
   padding-left:20px;
}
.oa a{
   color:#fff;
   font-size:14px;
}
.schoolmail{background: url(/Template/Default/images/yx.png) no-repeat 0 50%;}
.english{background: url(/Template/Default/images/icon4.png) no-repeat 0 50%;}
.beianimg{margin-right:8px;}



/* 漂浮广告 */
.fixediv{position:fixed;top:140px;z-index:9999;width:120px;height:299px;background:#ddd;}
.fixediv img{float:left;}
.fixediv a.close{display:block;height:30px;line-height:30px;background:#fff;font-size:14px;padding:0 10px;color:#5e5e5e;text-decoration:none;text-align:center;}
.leftadv{left:0px;}
.rightadv{right:0px;}

/* 历史沿革特效 */
.map{position:absolute;}
.map {height:640px;-moz-user-select:none;overflow:hidden;position:relative;-webkit-user-select:none;width:890px;}
.map img {display:block;left:0;position:absolute;top:0;border:0px;}
.map .preview {border:5px solid #fff;border-radius:5px;bottom:25px;box-shadow:2px 2px 3px rgba(0,0,0,0.35);height:90px;left:90px;-moz-border-radius:5px;-moz-box-shadow:2px 2px 3px rgba(0,0,0,0.35);position:absolute;-webkit-border-radius:5px;-webkit-box-shadow:2px 2px 3px rgba(0,0,0,0.35);width:700px;}
.map .preview .indicator {background:#000;cursor:move;display:block;left:0;position:absolute;width:171px;}
.map .preview .indicator span {color:#fff;display:block;margin-top:-10px;position:absolute;text-align:center;text-transform:uppercase;top:50%;width:100%;}