body{
  font-family: "Microsoft Yahei";
}
ul{
  padding:0;
}
ul li{
  padding: 0;
}
h2{
  margin:0;
}
p{margin:0;}
.cl{clear:both;}
.fl{
        float:left;
}
.fr{
        float:right;
}
.clear {
    clear:both;
}
.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}
/* Hide from IE Mac */
.clearfix {
    display:block;
}
.a1{color:#fff;}
li{
    list-style: none;
}

.container{
  width:1200px;
  margin:0 auto;
}
.mr12{
  margin-right: 12px;
}
.mr24{
  margin-right: 24px;
}
.mr30{
  margin-right: 30px;
}
.mp65{
  margin-top: 65px;
}

/*index*/
.header-all{
  background-color: #1d2e6f;
  height:47px;
  width:100%;
}
.slogan{
  margin-top: 35px;
  margin-left: 10px;
}
.header-left p{
  font-size: 14px;
  line-height: 47px;
  color:#77787f;
}
.header-right a {
    margin-left: 15px;
    color:white;
}

.header-right p {
    font-size: 14px;
    line-height: 47px;
    color: #77787f;
}

.header-nav{
  height:90px;
}
.header-nav-left p{
  float: left;
  font-size: 14px;
  color:#5c7bb5;
  line-height: 90px;
  margin-left: 10px;
}
.header-nav-content li.nav-item{
  float: left;
  margin-right: 5px;
  position: relative;
  font-size: 16px;
}
.header-nav-content li.nav-item .sub-nav {
  position: absolute;
  z-index: 9999;
  top:60px;
  left:0px;
  height:0px;
  overflow: hidden;
  background: #fff;
  padding:0;
  background-color:#4e60a5;
}
.header-nav-content li.nav-item.nohover .sub-nav{
  height: 0!important;
  transition: height .01s;
}
.header-nav-content li.nav-item .sub-nav{
  transition: height .5s;
}
.header-nav-content li.nav-item .sub-nav li{
  line-height: 34px;
  font-size: 16px;
  text-align: left;
}
.header-nav-content li.nav-item .sub-nav li a{
  width: 190px;
  display: block;
  color: #fff;
  background: url(../img/arrow.png) 10px center no-repeat;
  background-size: 12px auto;
  padding-left: 25px;
}
.header-nav-content li.nav-item .sub-nav li a:hover{
  background: #1d2e6f url(../img/arrow.png) 10px center no-repeat;
  background-size: 12px auto;
}
/*.header-nav-content li.nav-item:hover .sub-nav {
  height: auto;
}*/
.header-nav-list{
  display: block;
  padding: 0 15px;
  height:30px;
  line-height: 30px;
  background-color: #fff;
  color:#666;
  margin-top: 30px;
  text-align: center;
}
.nav-on .header-nav-list, .nav-item:hover .header-nav-list {
  background-color: #4e60a5;
  color:#fff;
}
.header-nav-content .nav-search{
  margin-top: 30px;
  position: relative;
}
.header-nav-content .nav-search i{
  display: inline-block;
  width:30px;
  height:30px;
  line-height: 30px;
  background: url(../img/hs.jpg) center center no-repeat;
  position: relative;
  z-index: 9999;
}
.header-nav-content .nav-search-input{
  width: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
  background: #fff;
  border: 2px solid #172e6d;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(78,96,165,.2);
  opacity: 0;
  display: none;
  transition: width .5s,opacity .5s;
}
.header-nav-content .nav-search-input.active{
  width: 150px;
  opacity: 1;
  display: block;
}
.header-nav-content .nav-search-input input{
  width: 100%;
  height: 26px;
  border: none;
  padding-left: 10px;
  outline: 0;
}
.index-banner{
  position: relative;
}
.index-banner .bd li{
  height:750px;
}
.index-banner .hd{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35px;
  text-align: center;
}
.index-banner .hd li{
  width: 12px;
  height: 12px;
  display: inline-block;
  background: #ffffff;
  border-radius: 15px;
  margin-left: 3px;
  margin-right: 3px;
  transition: width .8s;
}
.index-banner .hd li.on{
  width: 30px;
  opacity: .8;
  background: #448fff;
}

.index-banner1{
  position: relative;
}
.index-banner1 .bd li{
  height:450px;
}
.index-banner1 .hd{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35px;
  text-align: center;
}
.index-banner1 .hd li{
  width: 12px;
  height: 12px;
  display: inline-block;
  background: #ffffff;
  border-radius: 15px;
  margin-left: 3px;
  margin-right: 3px;
  transition: width .8s;
}
.index-banner1 .hd li.on{
  width: 30px;
  opacity: .8;
  background: #448fff;
}

.index-notice{
  margin-top: 35px;
  background-color: #fff;
  height:240px;
}
.notice-box{
  width: 282px;
  border-top: 3px solid #e4e4e4;
}
.schoolslide-hd li{
        height:50px;
  margin-top: -3px;
        text-align: left;
        float:left;
        line-height: 50px;
        font-size: 16px;
  margin-right: 20px;
        color:#333;
  transition: color,border 0.3s;
  border-top:3px solid #e4e4e4;
  cursor: pointer;
  font-weight: bold;
}


.schoolslide-hd li.on{
                color: #3d5292;
    border-color: #3d5292;
}
.notice-text{
  width:156px;
  padding:5px 10px;
}
.notice-img-text{
  border-bottom: 1px dotted #e4e4e4;
  padding-bottom: 20px;
  padding-top: 10px;
}
.notice-text h3{
  font-size: 14px;
  color:#000;
  margin-bottom: 10px;
  font-weight: normal;
}
.notice-text p{
  font-size: 13px;
  color:#666;
}
.notice-list{
  margin-top: 5px;
  border-top: 1px dotted #ccc;
  padding-top: 5px;
}
.notice-list li{
  background: url(../img/d.png)  0 center no-repeat;
  padding-left: 15px;

}
.notice-list li a{
  font-size: 14px;
  color:#666;
  line-height: 30px;
}
.notice-list li a:hover{
  color:#3855ac;
}
.notice-list a span{
  float:right;
}



.index-news{

  padding-bottom: 40px;
}
.index-news .more{
  position: absolute;
  top: 15px;
  right: 0;
}

.main{width:1200px;}
.new-fl{
   width: 280px;
   float:left;

}
.newlist{width: 280px;
         background:#fff;
                 position:relative;
                 margin-top:-60px;
                 padding-bottom:35px;}
.new-title{}
.new-title a{
  width: 280px;
  height: 70px;
  display: block;
  text-align: left;
  line-height:32px;
  padding-left:60px;
  padding-top:15px;
  background:#0f1b4c;
  color:#fff;
}
.new-title h1{
  font-size: 24px;
  font-weight:normal;
  color:#fff;
}
.new-title span{
  font-size: 14px;
  color:#fff;
}
.new_list{padding:0 15px;}
.new_list li{width:255px;
     height:50px;
         border-bottom:1px dashed #555;
         margin-top:25px;}
.new_list li a{color:#1D3177;
     font-size:18px;
         line-height:50px;
         padding-left:45px;}

         .new_list li:hover{background:#2747be;color:#fff;}
         .new_list li:hover a{color:#fff;
    }
.checked{background:#2747be;color:#fff;}
.checked span{color:#fff;}
.mailbox-title{
  width: 280px;
  height:70px;
  display: block;
   line-height:20px;
  text-align: left;
  padding-left:60px;
  padding-top:16px;
  background:#0f1b4c;
  margin:20px 0;}
 .mailbox-title h3{
  font-size: 18px;
  font-weight:normal;
  color:#fff;
  background:url(../img/mail.png)left  no-repeat;
  padding-left:55px;
}
.mailbox-title span{
  font-size: 12px;
  color:#fff;
}
.mailbox-session{background:#e7e7e7;
    padding:45px 15px;}
.mailbox-session h3{font-size:18px;
    color:#797979;
        news_listpadding-left:25px;}
.mailbox-session ul{
  margin-top: 20px;
}
.mailbox-session ul li{
  float:left;

}
.mailbox-session ul li select{
  width:255px;
  height:40px;
  border:1px solid #fff;
  margin:10px 0;
  font-size:14px;
  color:#666666;
  padding:0 20px;
}

.new-fr{
  width: 1200px;
  float:right;
  padding-top:10px
}
.new-fr-top a{
  font-size:14px;
  color:#000;
  margin:0 7px;
}
.new-fr-top i{
  width: 14px;
  height: 14px;
  display: inline-block;
  background: url(../img/f.png) center no-repeat;
}
.list_title{border-bottom:3px solid #e7e7e7;}
.list_title h2{font-size:1px;
  color:#395094;
  margin:10px 8px;
  }


.newsslide{
  width: 890px;
  height:420px;
  border-top: 3px solid #e4e4e4;
  position: relative;
}
.newsslide-bd{
  margin-top: 20px;
}
.newsslide-hd a{
  float:right;
  color:#626262;
  font-size: 15px;
  margin-top: 15px;
  transition: color 0.3s;
}
.newsslide-hd a:hover{
  color:#3d5292;
}
.newsslide-hd li{
        height:50px;
        text-align: left;
        float:left;
        line-height: 50px;
        font-size: 22px;
        color:#333;
  border-top: 3px solid #e4e4e4;
  margin-top: -3px;
  transition: border,color 0.3s;
  cursor: pointer;
  margin-right: 20px;
}
.newsslide-hd li.on{
  color: #3d5292;
  border-color: #3d5292;
}
.newsslidebox{
  width:461px;
  height: 339px;
  margin-right: 24px;
}
.newsslidebox-bd{
  position: relative;
}
.newsslidebox-bd h4{
  position: absolute;
  bottom: 45px;
  font-size: 24px;
  color:#fff;
  margin-left: 15px;
}
.newsslidebox-bd p span{
  position: absolute;
  bottom: 14px;
  font-size: 14px;
  color:#fff;
  margin-left: 15px;
  width: 100%;
}
.nPrev,.nNext{ position:absolute; right:45px;bottom: 9px;display:inline-block; width:24px; height:24px;  background:url(../img/al.png) center center no-repeat #f4f4f4; z-index:5555;opacity: 0.7;background-color:#000;}
.nNext{ left:auto; right:20px; background:url(../img/ar.png) center center no-repeat #f4f4f4; opacity: 0.7;background-color:#000; }
.nPrev:hover,.nNext:hover{background-color: #3d5292;}


.news-list{
  width:405px;
  padding-top: -17px;
}
.news-list li{
  border-bottom: 1px dotted #b5b5b5;
}
.news-list-1st{
  padding-bottom: 10px;
}
.news-list a{
  font-size: 14px;
  color:#000;
  line-height: 34px;
  transition: color 0.3s;
}
.news-list a:hover{
  color:#3d5292;
}
.news-list-1st a{
  line-height: 15px;
}
.news-list li a span{
  font-size: 13px;
  float: right;
  color:#b5b5b5;
}
.pic-center-list{
  margin-left: -24px;
}
.pic-center-list li{
  width: 204px;
  float:left;
  margin-left: 24px;
  margin-bottom: 15px;
}
.pic-center{
  overflow: hidden;
  height: 139px;
  width: 204px;
}
.pic-center-list p{
  font-size: 16px;
  color:#000000;
  text-align: center;
  transition: color 0.3s;
  width: 100%;
  margin-top: 5px;
}
.pic-center-list li:hover p{
  color:#3855ac;
}
.pic-center img:hover{
 -webkit-transform: scale(1.05,1.05);
         transform: scale(1.05,1.05);
}
.pic-center  img{
transition: -webkit-transform 1s;
transition: transform 1s;
transition: transform 1s, -webkit-transform 1s;
}
.video-center{
  margin-left: -24px;
}
.video-center li{
  width: 433px;
  height: 160px;
  overflow: hidden;
  float:left;
  margin-left: 24px;
  position: relative;
  margin-bottom: 25px;
}

.hide-div{
  background: rgba(0,0,0,0.3);
  width: 280px;
  height: 160px;
  line-height: 160px;
  text-align: center;
  position: absolute;
  top:-160px;
  transition: top 0.3s;
}
.hide-div img{
  vertical-align: middle;
  display: inline-block;
}
.video-center-text{
  width: 180px;
  height: 160px;
  background-color: #fff;
  position:absolute;
  right:0;
  top:0;
  z-index: 999;
  padding-top: 50px;
  padding-left: 25px;
  padding-right: 25px;
  transition: width,margin 0.5s;
}
.border-linewhite{
  width: 35px;
  border-top: 2px solid #fff;
}
.video-center-text p{
  font-size: 15px;
  color:#010101;
  line-height: 25px;
  margin-bottom: 15px;
  transition: color,margin 0.5s;
}
.video-center-text span{
  font-size: 15px;
  color:#9d9d9d;
}

.video-center li:hover .hide-div{
  top:0;
}
.video-center li:hover .video-center-text{
  width: 153px;
  background:rgba(129, 142, 192, 1);
}
.video-center li:hover .video-center-text p{
  margin-top: 22px;
  color:#fff;
}
.video-center li:hover .video-center-text span{
  display: none;
}

.more-news{
  width:282px;
  margin-left: 25px;
}
.more-hd{
  height:60px;
  background-color: #3d5292;
  position:relative;
}
.more-hd h3{
  font-size: 22px;
  color:#fff;
  line-height: 60px;
  margin-left: 10px;
  font-weight: normal;
}
.more-hd h3 span{
  font-size: 15px;
  color:#869ad6;
  line-height: 60px;
  margin-left: 5px;
}
.more-hd a{
  display: block;
  width: 16px;
  height:16px;
  background:url(../img/m.png) center no-repeat;
  position: absolute;
  right:18px;
  top:20px;
}
.more-bd{
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  background-color: #fff;
  padding: 15px;
}
.more-img{
  text-align: center;
}
.more-list{
  margin-top: 20px;
}
.more-list li{
  line-height: 30px;
}
.more-list li a{
  font-size: 13px;
  color:#000;
  line-height: 25px;
  transition: color 0.3s;
}
.more-list li a span{
  color: #999;
}
.more-list li a i{
  font-style: normal;
  margin-left: 5px;
  margin-right: 5px;
}
.more-list li a:hover{
  color:#3d5292;
}

.index-stu{
  height:426px;
  padding-top: 40px;
}
.index-cheh-hd h3{
  font-size: 24px;
  color:#3d5292;
  margin-bottom: 30px;
  font-weight: normal;
}
.index-cheh-hd h3 a{
  float:right;
  color:#626262;
  font-size: 15px;
  margin-top: 15px;
  transition: color 0.3s;
}
.index-cheh-hd h3 a:hover{
  color:#3d5292;
}
.h3-ch{
  font-size: 24px;
  color:#333;
}
.h3-en{
  font-size: 15px;
  color:#959595;
  margin-left: 5px;
  font-weight: normal;
}
.index-stu-content ul{
  margin-left: -26.6px;
}
.index-stu-content ul li{
  float:left;
  margin-left:26.6px;
}
.index-stu-content .index-stu-box:hover{
  border-bottom: 3px solid #475b98;
}
.index-stu-box{
  width:280px;
  height:295px;
  border-bottom: 3px solid #eceef5;
  transition: border 0.3s;
}
.index-box-h4{
  font-size: 16px;
  font-weight: normal;
  color:#000;
  margin-top: 15px;
  margin-bottom: 15px;
}
.index-box-p1{
  font-size: 13px;
  color:#666;
  line-height: 20px;
}
.index-box-p2{
  font-size: 12px;
  color:#3d5292;
  margin-top: 20px;
  line-height: 0px;
}
.index-tea{
  height:426px;
  padding-top: 40px;
  background-color: #f8f9ff;
}
.index-tea-content{
  margin-top: 30px;
}
.index-tea-content  a:hover .index-stu-box{

}
.index-tea-box{
  width:280px;
  height:295px;
  position: relative;
  margin-right: 26px;
}
.index-tea-text{
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  position:absolute;
  bottom:0;
  padding-bottom: 20px;
  background-color: #fff;
}
.index-tea-text-top h4{
  font-size: 16px;
  color:#000000;
  line-height: 16px;
}

.index-tea-text-bot{
  margin-top: 20px;
  color:#3d5292;
}
.index-tea-text-bot p{
  font-size: 12px;
}
.hide-text{
  height: 40px;
  overflow: hidden;
  transition: height 0.3s;
}
.hide-text p{
  line-height: 20px;
  color:#666;
  font-size: 13px;
}
.index-tea-box:hover .hide-text{
  height: 80px;
}
.index-tea-box:hover .index-tea-text{
  background-color: #3d5292;
  opacity: 0.9;
  color:#fff;
  bottom:0px;
}
.index-tea-box:hover .index-tea-text-top h4{
  color:#fff;
}
.index-tea-box:hover .hide-text p{
  color:#cdd4e9;
}
.index-tea-box:hover .index-tea-text-bot{
  color:#8090bf;
}

.mar0{
  margin-right: 0px;
}
.index-inter{
  padding-top: 40px;
  height:520px;
}
.index-inter-content{
  margin-top: 30px;
}
.index-inter-content  a:hover h4{
  color:#384f93;
}
.index-inter-box{
  width:380px;
}
.index-quick{
  background-color: #f8f9ff;
  height:280px;
  padding-top: 40px;
}
.index-quick img{
  display:block;
  margin-bottom: 15px;
}
.index-link{
  height:233px;
  background: url(../img/r.jpg) center no-repeat;
  padding-top: 35px;

}
.index-link h3{
  font-size: 30px;
  color:#fff;
  text-align: center;
  margin-bottom: 10px;
}
.index-link p{
  font-size: 14px;
  color:#747a8e;
  text-align: center;
}
.index-link ul{
  margin-left: -13.3px;
  margin-top: 40px;
}
.index-link ul li{
  float:left;
  margin-left: 13.3px;
}
.index-link ul li select{
  width:290px;
  height:20px;
}

.all-footer {
    background-color: #0f1b4c;
    height: 120px;
    padding-top: 10px;
}

.all-footer span {
    font-size: 14px;
    line-height: 20px;
    color: #999;
}
.all-footer span .a {
    color: #999;
}
.all-footer ul{

}
.all-footer ul li{
  float:left;
  display: block;
  height: 14px;
  border-right: 1px solid #565555;
  padding-left: 16px;
  padding-right: 30px;
  line-height: 14px;

}
.all-footer ul .all-f1{
  padding-left: 0px;
}
.all-footer ul .all-f8{
  border:none;
}
.all-footer ul li a{
  font-size: 12px;
  color:#999;
}

/*intro*/
.school-things{
  height:251px;
  background: url(../img/banner2024.jpg) center no-repeat;
}
.school-things .container{
  position: relative;
}
.school-position-relax{
  position: absolute;
  top:252px;
}
.shool-header-link a{
  width: 165px;
  height: 70px;
  display: block;
  line-height: 70px;
  text-align: center;
  background:rgba(29, 27, 27, 0.7);
  font-size: 28px;
  color:#fff;
}
.school-position-relax p{
  margin-top: 16px;
  margin-bottom: 12px;
}
.school-position-relax p  a{
  font-size: 14px;
  color:#000000;
  margin-right: 7px;
  margin-left: 7px;
  transition: color 0.3s;
}
.school-position-relax p  a:hover{
  color:#3d5292;
}
.school-things i{
  width: 14px;
  height: 13px;
  display: inline-block;
  background: url(../img/hm.png) center no-repeat;
}
.school-link{
  height:50px;
  width: 100%;
  background-color: #2e313f;
  opacity: 0.7;
  position: absolute;
  bottom: 0;
  line-height: 50px;
}
.school-link i{
  display: inline-block;
  width:14px;
  height:13px;
  background:url(../img/hm.png) center no-repeat;
  margin-right: 9px;
}
.school-link  a{
  font-size: 14px;
  color:#aaabad;
}
.school-link span{
  margin-left: 9px;
  margin-right: 9px;
}
.school-nav{
  height:60px;
}
.school-nav li{
  float: left;
}
.school-nav li a{
  display:block;
  padding-left: 75px;
  padding-right: 75px;
  font-size: 18px;
  color:#333;
  line-height: 60px;
  border-right: 1px solid #e0e7ef;
  transition:background 0.3s,color 0.3s;
}
.school-nav li a:hover{
  background-color: #3d5292;
  border-right: 1px solid #3d5292;
  color:#fff;
}

.school-nav .school-n1 a{
  border-left:  1px solid #e0e7ef;
}
.school-nav .school-nav-on a{
  background-color: #3d5292;
  color:#fff;
}
.intro-content{
  background-color: #f6faff;
  padding-top: 70px;
  padding-bottom: 140px;
}
.intro-content h2{
  font-size: 48px;
  color:#3d5292;
  font-weight: normal;
  margin-bottom: 15px;
}
.intro-content h3{
  font-size: 30px;
  color:#e5e5e5;
  font-weight: normal;
}
.intro-content p{
  font-size: 14px;
  color:#555;
  line-height: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.intro-content img{
  margin-top: 24px;
}
.intro-content h4{
  font-size: 24px;
  color:#191919;
  margin-top: 44px;
  margin-bottom: 30px;
}

/*video*/
.video-content{
  padding-top: 20px;
  padding-bottom: 120px;
  background-color: #f6fbff;
}
.video-content ul{
  margin-left: -16.6px;
}
.video-content ul li{
  float:left;
  margin-left:16.6px;
  margin-bottom: 35px;
}
.video-content .index-stu-box:hover{
  border-bottom: 3px solid #475b98;
}
.new-slide-page-list {
        text-align:left;
        font-size: 14px;
}
.new-slide-page-list1 {
        font-size: 14px;
}
.new-page-disable{
        width:70px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        display: inline-block;
        text-align: center;
        line-height: 35px;
        border:1px solid #ededed;
        color:#ccc;
        background-color: #fff;
}
.new-page{
        width:70px;
        height: 35px;
        display: inline-block;
        text-align: center;
        line-height: 35px;
        color:#333;
  transition:border 0.3s,color 0.3s;
        border:1px solid #ededed;
        background-color: #fff;
}
.new-page:hover{
  background-color: #395094;
        color:#fff;
}
.new-page-number{
        width:35px;
        height:35px;
        line-height: 35px;
        text-align: center;
        display: inline-block;
        border:1px solid #ededed;
        margin-left: -1px;
        color:#333;
        transition:background 0.3s,color 0.3s;
        background-color: #fff;
}
.new-page-number:hover{
        background-color: #395094;
        color:#fff;
}


/*leader*/
.leader-content{
  padding-top: 70px;
  padding-bottom: 140px;
  background-color: #f6fbff;
  padding-bottom: 200px;
}
.leader-box {
  border-bottom: 1px solid #d1d6d9;
  padding-bottom: 35px;
  transition: border 0.3s;
  margin-bottom: 30px;
}
.leader-box:hover{
  border-bottom: 1px solid #3d5293;
}
.leader-box:hover .leader-intro  .leader-during a{
  float: right;
  color:#3d5293;
}
.leader-box:hover .leader-intro  .leader-during a i{
  background: url(../img/tr2.jpg) center no-repeat;
}
.leader-ava{
  float: left;
  width: 390px;
  margin-right: 45px;
}
.leader-intro{
  position:relative;
  height: 230px;
  width: 765px;
}
.leader-intro h4{
  font-size: 24px;
  color:#222;
  margin-bottom: 35px;
}
.leader-intro p{
  font-size: 13px;
  color:#444;
  line-height: 25px;
}
.leader-intro  .leader-during{
  font-size: 16px;
  width: 100%;
  color:#395094;
  position:absolute;
  bottom: 15px;
}
.leader-intro  .leader-during a{
  float: right;
  color:#888;
  font-size: 12px;
  transition: color,background 0.3s;
}
.leader-intro  .leader-during a i{
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../img/tr1.jpg) center no-repeat;
}
.leader-content .new-slide-page-list{
  margin-top: 50px;
}

/*detail*/
.detail-content{
  padding-top: 25px;
  background-color: #f6fbff;
}
.detail-content h3{
  font-size: 26px;
  //color:#333;
  color: #1D3177;
  font-family:"ËÎÌå";
  text-align: center;
  margin-bottom: 30px;
}
.detail-hd{
  border-bottom: 3px solid  #e5e9f5;
}
.detail-hd p{
  font-size: 13px;
  color:#888;
  text-align: center;
  margin-bottom: 15px;
}
.detail-hd1{
  border-bottom: 1px solid  #e5e9f5;
}
.detail-hd1 p{
  font-size: 13px;
  color:#888;
  text-align: center;
  margin-bottom: 15px;
}
.detail-text{
  color:#444;
  font-size: 14px;
  line-height: 30px;
  padding-top: 35px;
  border-bottom: 1px dotted #e5e9f5;
}
.detail-text img{
  margin-top: 70px;
  margin-bottom: 70px;
  margin-left: 270px;
}

.detail-text1{
  //color:#444;
  color: #1D3177;
  font-size: 14px;
  line-height: 30px;
  padding-top: 35px;
  padding-left: 35px;
  padding-right: 35px;
  border-bottom: 1px dotted #e5e8ed;
  vertical-align: middle;

}
.detail-text1 img{

  //margin-left:140px;
  //width:540px;
  //height:100%
}

.detail-next{
  margin-top: 30px;
}
.detail-next i{
  display: inline-block;
  width: 26px;
  height: 23px;
  background: url(../img/n.png) center no-repeat;
  margin-right: 10px;
  vertical-align: middle;
}
.next-hd{
  color:#999;
  font-size: 17px;
}
.next-content{
  padding-left: 35px;
  padding-bottom: 100px;
}
.next-content h4{
  margin-top: 25px;
  margin-bottom: 30px;
}
.next-content h4 a{
  font-size: 20px;
  color:#222;
  margin-top: 25px;
}
.next-content h4 a span{
  font-size: 13px;
  color:#999;
  float: right;
}
.next-content p{
  font-size: 13px;
  color:#666;
  line-height: 25px;
}
.next-content1{
  padding-left: 35px;
  padding-bottom: 70px;
}
.next-content1 h4{
  margin-top: 25px;
  margin-bottom: 30px;
}
.next-content1 h4 a{
  font-size: 20px;
  color:#222;
  margin-top: 25px;
}
.next-content1 h4 a span{
  font-size: 13px;
  color:#999;
  float: right;
  font-weight:normal;
}
.next-content1 p{
  font-size: 13px;
  color:#666;
  line-height: 25px;
}






/*newslist*/
.newslist{
  background-color: #f6fbff;
  padding-top: 10px;
  padding-bottom: 100px;
}
.newslist li{
  border-bottom: 1px solid #e5e9f5;
  padding-bottom: 10px;
  margin-bottom: 10px;
  transition: border 0.3s;
}
.newslist li:hover{
  border-bottom: 1px solid #99a6c9;
}
.newslist li:hover .news-content h3 a{
  color:#3d5293;

}

.news-date{
  width: 70px;
  height: 35px;
  margin-right: 30px;
}
.news-date .date-d{
  display: block;
  height: 35px;
  background-color: #3d5293;
  color:#fff;
  line-height: 35px;
  text-align: center;
}
.news-date .date-ym{
  display: block;
  height: 35px;
  color:#3d5293;
  background-color: #fff;
  line-height: 35px;
  text-align: center;
}

.news-date1{
  width: 170px;
  height: 35px;
  margin-left: 30px;
  float:right;
}
.news-date1 .date-d{
  display: block;
  height: 35px;
  //background-color: #3d5293;
  //color:#fff;
  font-size:16px;
  //font-weight:bold;
  font-weight:normal;
  line-height: 35px;
  text-align: center;
}
.news-date1 .date-ym{
  display: block;
  height: 35px;
  color:#3d5293;
  //background-color: #fff;
  line-height: 35px;
  text-align: center;
}
.news-content h3{
  margin-bottom: 15px;
  padding-top:5px;
}
.news-content h3 a{
  font-size: 16px;
  font-weight:normal;
  color:#1D3177;
  transition: color 0.3s;
  background: url(../img/d.png) 0 center no-repeat;
  padding-left: 15px;
}
.news-content p{
  font-size: 13px;
  color:#666;
  line-height: 20px;
}
.newslist .new-slide-page-list{
  margin-top:50px;

}
.newslist .new-slide-page-list1{
  margin-top:50px;

}
/*view*/
.view-content{
  background-color: #f6fbff;
  padding-top: 115px;
  padding-bottom: 250px;
}
.picFocus .pic-bd{position: relative;}
.picFocus .pic-hd{position:  relative;margin-top: 30px;}
.picFocus .pic-hd ul{margin-left: 30px;padding-top: 5px;}
.picFocus .pic-hd ul li{ padding-top:5px; float:left;  text-align:center;  }
.picFocus .pic-hd ul li img{ width:119px; height:82px;  cursor:pointer; margin-right:8px;   }
.picFocus .pic-hd ul li.on img{ border:1px solid #395094;  }

.sPrev,.sNext{ position:absolute; top:10px; display:block; width:20px; height:80px; color:#222;text-align: center;line-height: 80px;background-color: #e7e7e7;}
 .sNext{ left:auto; right:0px; color:#222; }
.sPrev:hover,.sNext:hover{ background-color: #3d5293;color:#fff;  }


.pPrev,.pNext{ position:absolute; left:0px; top:315px; display:block; width:50px; height:50px;  background:url(../img/pl.png) center center no-repeat #f4f4f4; z-index:5555;opacity: 0.7;}
.pNext{ left:auto; right:0px; background:url(../img/pr.png) center center no-repeat #f4f4f4;  }
.pPrev:hover,.pNext:hover{ border-color:#f60;  }

.mr266{
  margin-right: 26px;
}





.cl.nav-searchinput{
  width: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  background: #fff;
  border: 2px solid #172e6d;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(78,96,165,.2);
  opacity: 0;
  display: none;
  transition: width .5s,opacity .5s;
}

.cl.nav-searchinput input{
  width: 100%;
  height: 40px;
  border: none;
  padding-left: 10px;
  outline: 0;
}













.