*{
  margin:0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  background: #eceef3;
  /* background: #ffff; */
  outline: none;
  box-sizing: border-box;
}
.main a:hover{
  /* color: #b6860e; */
  color: #434a9f;
}
.all{
  width: 100%;
  min-width:1250px;
  height: auto;
  /* background-image: linear-gradient(to right,#434ba0, #c82c5a); */
    background:url(../images/btt.jpg)  top center repeat-y #eff2f4;
}
.header{
  width: 100%;
  margin: auto;
  height: 212px;
  background: url(../images/bt3.jpg);
  background-size: cover;
  /*background-image: linear-gradient(to right,#434ba0, #c82c5a);*/
}
.header_logo {
  width: 1250px;
  height: 150px;
  margin: auto;
  padding: 10px 0px 10px;
  background: transparent;
}
.logo{
  width: 60%;
  height: 100px;
  background-size: 100% 100%;
  display: inline-block;
  background: transparent;

}
.logo img{
  width: 100%;
  height: auto;
  background: transparent;
}
input, button {
  border: none;
  outline: none;
}
.yuanxun{
    display: inline-block;
    background: transparent;
    width: 38%;
    text-align: right;
    top: 0px;
    height: 120px;
    vertical-align: top;
    position: relative;
    text-align: right;
    padding-right: 10px;
}
 /*搜索框6*/
 .search{
    /*display: inline-block; */
    margin-bottom: 20px;
    padding: 16px;
    position: relative;
    width: 80%;
    right: 0px;
    margin-left: 240px;
    background: transparent;
    text-align: right;
 }
.bar6 input {
    background: transparent;
    top: 0;
    left: 0;
    width: 80%;
    height: 32px;
    position: absolute;
    padding-left: 10px;
    color: #ffff;
}
.bar6 button {
  background: transparent;
  width: 30px;
  top: 4px;
  right: 7px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  background: url(../images/search.png) no-repeat;
  background-size: contain;
  -moz-background-size: contain;
}

.bar6 input::-webkit-input-placeholder { 
  /* WebKit browsers，webkit内核浏覽器 */
  color: #ffff; 
  } 
  .bar6 input:-moz-placeholder { 
  /* Mozilla Firefox 4 to 18 */ 
  color: #ffff; 
  } 
  .bar6 input::-moz-placeholder { 
  /* Mozilla Firefox 19+ */ 
  color: #ffff; 
  } 
  .bar6 input:-ms-input-placeholder { 
  /* Internet Explorer 10+ */ 
  color: #ffff; 
  }
  #nav_out{
    width: 1200px;
    height: 50px;
    margin: 30px auto;
    border-bottom: 2px solid #434ba0;
    box-shadow: 0px 7px 7px -7px #434ba0;
  }
  #nav {
    background: #017cae;
    height: 50px;
    width: 1200px;
    margin: auto;
    padding-top: 5px;
  }
  #nav ul li{
     float:left; 
     display:block;
     height: 40px; 
     line-height: 40px; 
     padding: 0 20px; 
     position: relative;
     width: auto;
     background-color:#017cae;
     z-index: 999;
     min-width:115px ;
     text-align: center;
    }
    #nav ul li a::after{
      content:'';
			display:block;
			/*開始時候下劃線的寬度為100%*/
			width:115%;
			height:2px;
			position:absolute;
      left: -5px;
      box-sizing:content-box;
			bottom:-8px;
      background-color: #fbc322;
			transition:all 0.3s ease-in-out;
			/*通過transform的縮放scale來讓初始時x軸為0*/
			transform: scale3d(0,1,1);
			/*将坐标原點移到元素的中間，以原點為中心進行縮放*/
			transform-origin:50% 0;
    }
    #nav ul li a:hover::after{
			transform:scale3d(1,1,1);
    }
  #nav ul li a{
    color: rgba(255,255,255,1);
    font-size: 18px;
    background-color: transparent;
    white-space: nowrap;
    position:relative;
    font-weight: 600;

  }
  /* #nav ul li:hover{
    background-color: #ffff;
  } */
  #nav ul li ul li{
    display: inline-block;
    float: none;
    background-color: transparent;
    /* background-color: rgba(255, 255, 255, 0.3); */
  }
  #nav ul li ul li:hover{
    width: 100%;
    /* background-color: rgba(255, 255, 255, 0.3); */
  }
  /*關鍵一：将二級菜單設置為display：none;*/
  #nav ul li ul{position: absolute;top:40px;left: 0; display: none;}
  /*關鍵二：在劃過二級菜單從屬的一級菜單時，設置為display:block;*/
  #nav ul li:hover ul{
    display: block;
    background-color: rgba(1, 124, 174, 0.5);
  }
  /* banner的樣式 */
.banner {
  margin: 20px auto 30px;
  width: 1200px;
  height: 360px;
}
.banner:hover .btn {
  background-color: rgba(0,0,0,.2);
  color:#fff;
}
#igs {
  width: 100%;
  height: 100%;
  position: relative;
overflow: hidden;
}
#igs img{
  width: 1200px;
  height: 360px;
}

.ig {
  position: relative;
}

#tabs {
  position: absolute;
  list-style: none;
  background-color: transparent;
  left: 550px;
  bottom: 10px;
  border-radius: 10px;
  padding: 5px 0 5px 5px;
}

.tab{
  float: left;
  text-align: center;
  line-height: 20px;
  width: 8px;
  height: 8px;
  cursor: pointer;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.9);
}
.bg{
  width: 50px;
  background-color: rgba(67, 74, 159, 0.9);
  transition: 0.5s;
}
.btn{
  position: absolute;
  color: transparent;
  top: 110px;
  width: 40px;
  height: 100px;
  /* background-color: rgba(255,255,255,.3); */
  background: transparent;
  font-size: 40px;
  /* font-weight: bold; */
  text-align: center;
  line-height: 100px;
  border-radius: 5px;
  margin: 0 5px;
  cursor: pointer;
}

.btn2{
  position: absolute;
  right: 0px;
}

.btn:hover{
  background-color: rgba(0,0,0,.2);
  color:#fff;
}
.main {
  width: 1200px;
  margin: 20px auto;
  min-height: 600px;
 }
 .main_one{
  width: 100%;
  height: 420px;
  margin-bottom: 20px;
  /* background-color: #ffff; */
  box-shadow: 0px 7px 7px -7px #434ba0;
 }
 .tpyw{
   width:100%;
   height: 400px;
   display: inline-block;
   background-color: transparent;
 }
 .title{
   width: 100%;
   height: 50px;
   position: relative;
   border-bottom: 2px solid #434a9f;
   margin-bottom: 20px;
   background-color: transparent;
 }
 .icon{
   height: 50px;
   line-height: 50px;
   /* background: url(./images/title_notice.png) 10px no-repeat; */
   min-width: 110px;
   width: auto;
   padding-left: 20px;
   padding-right: 10px;
   display: inline-block;
   font-size: 20px;
   font-weight: 600;
   /* background-color: #434a9f; */
   color: #434a9f;
   border-bottom: 2px solid #434a9f;
   background-color: transparent;
 }
 .changeimg {
 width: 500px;
 height: 345px;
 overflow: hidden;
 display: inline-block;
 }
 .tpyw_right{
   width:670px;
   height: 345px;
   margin-left: 20px;
   display: inline-block;
 }
 .more{
   font-size: 13px;
   color: #724088;
   display: inline-block;
   right: 20px;
   bottom: 10px;
   position: absolute;
   background-color: transparent;
 }
 img{
  background-color: transparent;

 }
 .content{
   width: 100%;
   height: 345px;
   /* text-indent: 9999px; */
   overflow: hidden;
 }
 .content ul li {
   height: 42px;
   line-height: 42px;
   font-size: 13px;
   width: 100%;
   padding-left: 30px;
   border-bottom: 1px solid rgba(238, 225, 225, 0.747);
   background: url(../images/em.png) 8px no-repeat;
   background-size:15px 15px;
 
 }
 .content ul li:hover {
   padding-left: 20px;
   transition: 0.5s;
 }
 .content ul li span{
   height: 35px;
   line-height: 35px;
   display: inline-block;
   font-size: 14px;
   color: #6c6a6a;
 }
 .content ul li a{
   display: inline-block;
   width:530px;
   font-size: 16px;
   color: #2d2d2d;
   background-color: transparent;
 }
 .tzgg{
  width: 37%;
  display: inline-block;
  height: 370px;
  overflow: hidden;
  background-color: #e9ebf2;
  box-shadow: 0px 7px 7px -7px #434ba0;
}
.two_title{
  width: 100%;
  height: 50px;
  border-bottom: 2px solid #434a9f;
  position: relative;
  background-color: transparent;
}
.four_title{
  width: 100%;
  height: 50px;
  border-bottom: 2px solid #af151d;
  position: relative;
  background-color: transparent;
}
.rightw{
  margin-left: 13px;
}
.two_content{
  width: 100%;
  height: 360px;
  /* text-indent: 9999px; */
  overflow: hidden;
  padding-top: 10px;
  /* border: 1px solid #af151d; */
  background-color: transparent;
}
.tzgg .two_content ul{
  background-color: transparent;
}
.tzgg .two_content ul li {
  background: url(../images/em.png) 8px no-repeat;
  background-size:15px 15px;
  /* height: 40px;
  line-height: 40px; */
  font-size: 13px;
  width: 100%;
  padding: 15px 10px 15px 30px;
  border-bottom: 1px dotted #b5b5b8;
  vertical-align: middle;
  background-color: transparent;
}
.two_content ul li a{
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #2d2d2d;
  width: 320px;
  background-color: transparent;
}
.two_content ul li span{
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  color: #6c6a6a;
  width: 80px;
  background-color: transparent;
}
.yjjg{
  width: 23%;
  display: inline-block;
  height: 370px;
  overflow: hidden;
  background-color: rgba(5, 35, 130,0.1);
  box-shadow: 0px 7px 7px -7px #434ba0;
}
.yjjg .two_content{
  margin: 0 auto;
  height:310px ;
  width: 90%;
  /* border: 6px solid #d5dff2; */
  padding-left: 5px;
}
.yjjg .two_content a{
  display: inline-block;
  width: 90%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: rgba(233, 235, 242, 0.9); 
  margin: 10px 10px;
  font-size:18px;
  color: #333333;
}
.yjjg .two_content a:hover{
  box-shadow: 0px 7px 7px -7px #434ba0;
  transition: 0.5s;
  opacity: 0.9;
}
/*.yjjg .two_content a:nth-of-type(1){
    background-color: #474a9e;
}
.yjjg .two_content a:nth-of-type(2){
  background-color: #5f4491;
}
.yjjg .two_content a:nth-of-type(3){
  background-color: #753f85;
}
.yjjg .two_content a:nth-of-type(4){
  background-color: #933976;
}
.yjjg .two_content a:nth-of-type(5){
  background-color: #b43064;
}*/
.main_three{
  width: 100%;
  height: 400px;
  margin-top: 20px;
  /* border: 1px solid #724088; */
}
.yxdsjy{
  width: 60%;
  height: 100%;
  display: inline-block;
  overflow: hidden;
}
.yxdsjy_content{
  width: 100%;
  height: 360px;
  /* text-indent: 9999px; */
  overflow: hidden;
  padding-top: 0px;
  /* border: 1px solid #af151d; */
  background-color: transparent;
}
.yxdsjy_content li em{
  display: block;
  width: 5px;
  height: 5px;
  float: left;
  margin-right: 10px;
  margin-top: 20px;
  margin-left: 15px;
  background: #0B3B7F;
}
.yxdsjy_content ul li{
  height: 45px;
  line-height: 45px;
  border-bottom: 1px dotted rgb(176, 172, 172);
}
.yxdsjy_content ul li a{
  color: #333333;
  font-size: 14px;
  width: 570px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}
.yxdsjy_content ul li span{
  color: #6c6a6a;
  font-size: 13px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}
.yqlj{
  display: inline-block;
  width: 38%;
  height: 100%;
  margin-left: 15px;
  border-left: 1px  dotted #474a9e;
  overflow: hidden;
}
.yqlj_title{
  height: 50px;
  width: 80%;
  margin: auto;
  border-bottom: 1px solid #474a9e;
}
.yqlj_title span{
  width: 100px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  margin-left: 130px;
  margin-right: auto;
  vertical-align: bottom;
  padding: 15px;
  color: #434a9f;
}
.yqlj a{
  display: inline-block;
  height: 50px;
  line-height: 50px;
  width: 200px;
  margin: 20px 10px 10px;
  text-align: center;
  background-color: #ffff;
  color: #5f4491;
  box-shadow: 0px 7px 7px -7px #434ba0;
}
.yqlj a:hover{
  background-color: #5f4491;
  color: #ffff;
  transition: 00.5s;
}
.time{
  display: inline-block;
  width: 80px;
  height: 100%;
}
.time span:nth-of-type(1){
  display: inline-block;
  width: 100%;
  height: 25px;
  background-color: #fefafa;
  color: #5f4491;
  text-align: center;
  line-height: 25px;
  font-size: 18px;
}
.time span:nth-of-type(2){
  display: inline-block;
  width: 100%;
  height: 25px;
  background-color: #5f4491;
  color: #ffff;
  text-align: center;
  line-height: 25px;
  font-size: 14px;
}
.two_content{
  width: 100%;
  height: 360px;
  /* text-indent: 9999px; */
  overflow: hidden;
  padding-top: 10px;
  /* border: 1px solid #af151d; */
  background-color: transparent;
}
.tzgg .two_content_one ul{
  background-color: transparent;
}
.tzgg .two_content_one ul li {
  display: block;
  /* background: url(./images/point.png) 8px no-repeat; */
  height: 50px;
  /* line-height: 40px; */
  font-size: 13px;
  width: 100%;
  /* padding: 15px 10px 15px 30px; */
  border-bottom: 1px dotted #b5b5b8;
  /* vertical-align: middle; */
  background-color: transparent;
  overflow: hidden;
  margin-top: 11px;
}
.two_content_one ul li a{
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 10px 10px;
  vertical-align: middle;
  font-size: 16px;
  color: #514f4f;
  width: 350px;
  vertical-align:top; 
  background-color: transparent;
}
.two_content_one ul li a:hover{
  padding-left:15px;
  padding-bottom: 12px;
  transition: 1s;
}
/* 底部 */
.footer{
  width: 100%;
  height: 150px;
  background: url(../images/bt3.jpg);
  background-size: cover;
  /*background-image: linear-gradient(to right,#434ba0, #c82c5a);*/
}
.footer_content{
  background-color: transparent;
  padding-top: 10px;
  width: 600px;
  margin: 10px 100px;
  height: 100px;
  color: #fff;
  font-size: 13px;
  display: inline-block;
}
.footer_content div {
  background-color: transparent;
  margin-top: 20px;
}
.footer_content div span{
  background-color: transparent;
  padding-left: 20px;
}
.code{
  display: inline-block;
  width: 100px;
  height: 140px;
  right: 20px;
  position: absolute;
  margin-top: 10px;
  background-color: transparent;
}
.code span{
  display: inline-block;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  width: 100%;
  background-color: transparent;
}
.footer_main{
  width: 1200px;
  height: 100px;
  background-color: transparent;
  position: relative;
  margin: 20px auto;
}
/* list頁面 */
.banner2 {
  margin: 30px auto 0px;
  width: 1200px;
  height: 260px;
}
.left{
  width: 300px;
  height: auto;
  min-height: 600px;
  background-color: rgba(230, 232, 240,.2);
  display: inline-block;
  overflow: hidden;
  /* margin-top: -60px; */
  z-index: 9999;
}
.right{
  width: 840px;
  height: auto;
  min-height: 690px;  background-color: #e6e8f0;
  display: inline-block;
  margin-left: 50px;
  overflow: hidden;
  vertical-align:top; 
}
.right2{
  width: 840px;
  height: auto;
  min-height: 690px;  
  display: inline-block;
  margin-left: 50px;
  overflow: hidden;
  vertical-align:top; 
}
.left_one{
  width: 100%;
  min-height: 30px;
  overflow: hidden;
  background-color: rgba(230, 232, 240,.2);
  min-height: 300px;
  height: auto;
}
.left_one .left_title{
  display: inline-block;
  width: 100%;
  line-height: 60px;
  height: 60px;
  background: url(./images/title_news.png) 10px no-repeat;
  background-color: #474a9e;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  padding-left: 40px;
}
.left_one a{
  display: inline-block;
  width: 250px;
  height: 40px;
  line-height: 40px;
  padding-left: 30px;
  background-color: #e6e8f0;
  font-size: 18px;
  margin: 20px 25px 0px;
  cursor: pointer;
  border-bottom: 1px solid #454a9f;
  color: #555555;
}
.left_one a:hover{
  color: #fff;
  background-color: #454a9f;
}
.right_title{
  width: 100%;
  height: 50px;
  background-color: #e6e8f0;
  border-bottom: 3px solid #f2f2f2;
  position: relative;
}
.right_title span:nth-of-type(1){
  width: auto;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  font-weight: 400;
  padding-left: 30px;
  padding-right: 30px;
  color: #555555;
  display: inline-block;
  border-bottom: 3px solid #454a9f;
  background-color: transparent;
}
.right_title span:nth-of-type(2){
  width: auto;
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  position: absolute;
  right: 10px;
  background-color: transparent;
}
.right_content{
  padding: 30px;
  background-color: transparent;
  width: 100%;
}
.right_content ul{
  background-color: transparent;
  width: 100%;

}
.right_content ul li{
  background-color: transparent;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  width: 100%;
  color: #555555;
  font-size: 14px;
  margin-top: 10px; 
  border-bottom: 1px solid #c7c7c7;
  background:url('../images/em.png') 8px no-repeat;
  background-size:15px 15px;
}
.right_content ul li a{
  display: inline-block;
  background-color: transparent;
  width: 83%;
  /* border-left: 5px solid #e37400; */
  padding-left: 25px;
  color: #555555;
  /* border-radius: 5px; */
}
.right_content ul li:hover{
  border-bottom: 1px solid #7d3d81;
}
.right_content ul li span{
  background-color: transparent;
  display: inline-block;
  width: 15%;
  color: #918c8c;
}
.szwz{
  height: 50px;
  width: 100%;
}
.szwz span{
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  color: #000000;
}
.main_content{
  margin-top: 20px;
  min-height: 600px;
  width: 100%;
}
.content_title{
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #474a9e;
  font-size: 30px;
  font-weight: 600;
  vertical-align: middle;
  background-color: transparent;
}
.content_time{
  padding:20px;
  width: 100%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  background-color: transparent;
}
.content_time span{
  background-color: transparent;
  font-size: 14px;
  padding: 10px;
  color: #555555;
}
.main_four{
  width: 100%;
  height: 40px;
  background-color: #f9f9f9;
  /* background: url(./images/img09.jpg); */
  border-top: 1px solid #434a9f;
  padding-top: 10px;
  margin-top: 50px;
}
.main_four a{
  color: #666666;
  font-size: 14px;
  padding-left: 6px;
  background: transparent;
}
.main_four span{
  font-size: 15px;
  background-color: rgba(67, 74, 159, 0.2);
  padding: 5px 20px;
}

#u_u3_centerCutImg:nth-child(2){
   background:transparent;
}
.imagechangenews_pnode
{
    padding:1px 5px!important; border-radius: 50% !important;margin:3px;

}       
a.imagechangenews_pnode:link,a.imagechangenews_pnode:visited
{
    text-decoration:none;color:#fff;line-height:8px!important;font-size:8px!important;font-family:宋體;background-color:#3c4c7cba!important;  border-radius: 50% !important;

}       
a.imagechangenews_pnode:active,a.imagechangenews_pnode:hover
{
    text-decoration:none;color:#fff;line-height:8px!important;font-size:8px!important;font-family:宋體;background-color:#434a9f!important;  border-radius: 50% !important;

}       
.imagechangenews_fnode
{
    padding:1px 5px!important; border-radius: 50% !important;margin:3px;

}       
a.imagechangenews_fnode:link,a.imagechangenews_fnode:visited
{
    text-decoration:none;color:#fff!important; line-height:8px!important;font-size:8px!important;font-family:宋體;background-color:#434a9f!important;  border-radius: 50% !important;

}       
a.imagechangenews_fnode:active,a.imagechangenews_fnode:hover
{
    text-decoration:none;color:#fff!important; line-height:8px!important;font-size:10px!important;font-family:宋體;background-color:#434a9f!important;  border-radius: 50% !important;

}  
p{
  background-color: transparent !important;
}



/*搜索框6*/
 .search1{
  display: inline-block;
  margin-bottom: 30px;
  padding: 18px;
  position: relative;
  width: 20%;
  right: 0px;
  margin-top: 30px;
  background: transparent;
 }
.bar7 input {
    border: 2px solid #052b90;
    background: transparent;
    top: 0;
    right: 0;
    width: 100%;
    height: 38px;
    position: absolute;
    padding-left: 10px;
    color: #191d16;
}
.bar7 button {
  background: transparent;
  width: 50px;
  top: 0px;
  right: 0px;
  height: 38px;
  cursor: pointer;
  position: absolute;
  background: #052b90;

}

.bar7 input::-webkit-input-placeholder { 
  /* WebKit browsers，webkit内核浏覽器 */
  color: #191d16; 
  } 
  .bar7 input:-moz-placeholder { 
  /* Mozilla Firefox 4 to 18 */ 
  color: #191d16; 
  } 
  .bar7 input::-moz-placeholder { 
  /* Mozilla Firefox 19+ */ 
  color: #191d16; 
  } 
  .bar7 input:-ms-input-placeholder { 
  /* Internet Explorer 10+ */ 
  color: #191d16; 
  }
.bar7 button:before {
    content: "搜索";
    font-size: 13px;
    color: #F9F0DA;
}