*{
  padding: 0;
  margin: 0;
  list-style: none;
}
a{
  text-decoration: none;
}
body{
  overflow-x: hidden;
  background: url("../images/index_bg.jpg") no-repeat no-repeat center,#fbfbfb;
  background-position: top 900px center;
}
img{
  width: 100%;
  height: 100%;
}
div{
  box-sizing: border-box;
}
.container{
  position: relative;
  width: 100%;
  height: 100%;
}
.container .header{
  width: 100%;
  height: 150px;
  background: url("../images/headerBg.jpg") center no-repeat;
}
.container .header .header_box{
  width: 1300px;
  margin: auto;
}
.container .header .header_box .top_header{
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
.container .header .header_box .top_header .logo{
  width: 472px;
  height: 60px;
}
.container .header .header_box .top_header::before{
  content: '';
  position: absolute;
  width: 1000%;
  height: 1px;
  bottom: 0;
  left: 50%;
  background-color: #fff;
  transform: translateX(-50%);
}
.container .header .header_box .top_header .right_header{
  display: flex;
  align-items: center;
}
.container .header .header_box .top_header .right_header a{
  position: relative;
  color: #fff;
  margin-right: 30px;
  line-height: 20px;
}
.container .header .header_box .top_header .right_header a::before{
  content: '';
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 16px;
  background-color: #fff;
}
.container .header .header_box .top_header .right_header .ipt{
  position: relative;
  width: 270px;
  height: 44px;
  border-radius: 22px;
  background-color: #fff;
  padding: 10px;
}
.container .header .header_box .top_header .right_header .ipt i{
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 60px;
  height: 36px;
  border-radius: 18px;
  background-color: #32b0f0;
}
.container .header .header_box .top_header .right_header .ipt i::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 15px;
  height: 15px;
  background: url("../images/search.png") no-repeat;
  background-size: 100% 100%;
}
.container .header .header_box .top_header .right_header .ipt input{
  width: 100%;
  height: 100%;
  background:none;
  border: none;
  outline: none;
}

.container .header .header_box .nav{
  display: flex;
  align-items: center;
  height: 50px;
}
.container .header .header_box .nav a{
  color: #fff;
  font-size: 16px;
  height: 100%;
  margin-left: 50px;
  line-height: 50px;
}
.container .header .header_box .nav a:hover{
  border-top: 3px solid #32b0f0;
}
.container .banner{
  width: 100%;
  height: 450px;
}
.container .banner img{
  width: 100%;
  height: 100%;
}
.container .box1{
  display: flex;
  justify-content: space-between;
  width: 1300px;
  margin: 50px auto;
}
.container .box1 .xinwen-main{
  width: 620px;
}
.container .box1 .xinwen-main .title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #32b0f0;
  padding-bottom:  10px;
}
.container .box1 .xinwen-main .title a {
  font-size: 16px;
  color: #000;
}
.container .box1 .xinwen-main .title a.on{
  color: #32b0f0;
  font-weight: bold;
  margin-right: 20px;
}
.container .box1 .xinwen-main .title .more{
  width: 70px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background-color: #32b0f0;
  border-radius: 15px;
}
.container .box1 .xinwen-main .list .row{
  display: flex;
  justify-content: space-between;
  align-items: center ;
  padding: 11px 0;
  border-bottom: 1px solid #ddd;
}
.container .box1 .xinwen-main .list .row p{
  color: #333;
}

.container .box1 .xinwen-main .list .row:hover .txt{
  color: #32b0f0;
}
.container .box1 .xinwen-main .list .avtive img{
  width: 186px;
  height: 110px;
}
.container .box1 .xinwen-main .list .avtive  .right_txt{
  width: 416px;
}
.container .box1 .xinwen-main .list .avtive  .right_txt .tit{
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all .3s;
}

.container .box1 .xinwen-main .list .avtive  .right_txt .tit:hover{
  color: #32b0f0;
}
.container .box1 .xinwen-main .list .avtive  .right_txt p{
  text-align: justify;
}
.container .box1 .xinwen-main .list .avtive  .txt{
  height: 40px;
  margin: 10px 0;
}
.container .box1 .xinwen-main .list .row   .txt{
  font-size: 14px;
  color: #666;
  width: 100%;
  line-height: 20px;
  overflow: hidden;
  transition: all .3s;
}
.container .box1 .xinwen-main .list .row .time{
  text-align: right;
  color: #ccc;
  float: right;
  font-size: 14px;
  width: auto;
  white-space: nowrap;
}
.tupian-list{
  width: 1300px;
  margin: auto;
}
.tupian-list a{
  width: 246px;
  float: left;
  margin-right: 13px;
}
.tupian-list a .img:hover{
  box-shadow: 0 10px 20px #ccc;
}
.tupian-list a .img{
  width: 246px;
  height: 100px;
}
.tupian-list a  p{
  font-size: 14px;
  margin: 10px 0;
  text-align: center;
  color: #000;
}
.footer{
  height: 100px;
  background: url("../images/footerBg.jpg") no-repeat;
  background-size: 100% 100%;
  margin-top: 50px;
  font-size: 14px;
}
.footer_box{
  width: 1300px;
  height: 100%;
  margin: auto;
  padding: 20px;
}
.footer_box .left{
  line-height: 30px;
  color: #fff;
  float: left;
}

.box-content{
  display: flex;
  justify-content: space-between;
  width: 1300px;
  margin: auto;
}
.box-content .left_menu{
  width: 320px;
  height: 480px;
  transform: translateY(-100px);
}
.box-content .left_menu .title{
  width: 320px;
  height: 100px;
  background: url("../images/gkBg.png") no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.box-content .left_menu .title p:nth-of-type(1){
  font-weight: bold;
  font-size: 28px;
}
.box-content .left_menu .title p:nth-of-type(2){
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
}
.box-content .left_menu .row{
  width: 100%;
  height: 70px;
  line-height: 70px;
  margin-bottom: 1px;
  text-align: center;
  background-color: #fff;
  margin-bottom: 2px;
  transition: all .3s;
  display: block;
  color: #333;
  border-bottom: 1px solid #ccc;
}
.box-content .left_menu .row:hover{
  color: #fff;
  background: #08407d;
}
.box-content .left_menu .row.on{
  color: #fff;
  background: #08407d;
}
.box-content .right_content{
  width: 940px;
}
.box-content .right_content .title{
  width: 100%;
  line-height: 44px;
  border-bottom: 1px solid #ddd;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box-content .right_content .title .left_tit{
  text-align: left;
  font-size: 24px;
  float: left;
  margin-top: 8px;
  color: #333;
}
.box-content .right_content .title .right_s_t a{
  color: #999;
  text-align: right;
  font-size: 14px;

}
.box-content .right_content  .w_tit{
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  line-height: 60px;
  font-family: 'SimSun';
}
.box-content .right_content .wenzi{
  text-indent: 32px;
  line-height: 200%;
  font-family: 'SimSun';
}
.down-list {
  width: 100%;
}
.down-list .down-item{
  width: 100%;
  height: 52px;
  line-height: 52px;
  border-bottom: 1px solid #ddd;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333;

}
.down-list .down-item:hover {
  color: #0ca7f5;
}
.down-list .down-item .txt{
  display: flex;
}
.down-list .down-item .txt i{
    width: 8px;
    height: 8px;
    display: inline-block;
    overflow: hidden;
    background: #32b0f0;
    border-radius: 50%;
    margin-top: 21px;
    margin-right: 5px;
}
.down-list .down-item .btn{
  width: 88px;
    height: 30px;
    background: #ccc;
    border-radius: 6px;
    display: block;
    line-height: 30px;
    text-align: center;
    color: #fff;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.down-list .down-item .btn:hover{
  background: #0186b8;
  color: #fff;
}
.page-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}
.page-btn a{
  display: block;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  border-radius: 50%;
  background-color: #efeff4;
  margin: 0 10px;
  transition: all .3s;
  color: #333;
}
.page-btn a.on{
  color: #fff;
  background: #32b0f0;
}
.page-btn a:hover{
  color: #fff;
  background: #32b0f0;
}
form .item{
  display: flex;
  align-items: center;
  margin: 20px 0;
}
form p{
  width: 200px;
  text-align: left;
  display: block;
}
form input{
  width: 600px;
  height: 30px;
  border: 1px solid #ddd;
  background: none;
  border-radius: 5px;
  outline: none;
}
form textarea{
  width: 600px;
  border: 1px solid #ddd;
  background: none;
  border-radius: 5px;
  outline: none;
}
.tijiao{
  width: 120px;
  height: 30px;
  line-height: 30px;
  background-color: #0186b8;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  margin-left: 200px;
  border: none;
  outline: none;
}