.main_section{
  background-color: #f8f8f8;
}
.cszc-banner{
  width:100%;
}
.cszc-banner img{
  width:100%;
  display:block;
}
.main{
  width:1400px;
}
.cszc{
  width:100%;
  padding:45px 0 90px;
}
.cszc-title{
  display:block;
  width:234px;
  margin-bottom:40px;
}
.cszc-box{
  width:100%;
}
.cszc-top{
  width:100%;
  overflow: hidden;
}
.cszc-top .cs-title{
  display:block;
  background-color:#fff;
  width:230px;
  float:left;
  margin-right:4px;
  text-align:center;
  height:70px;
  color:#535353;
  font-size:22px;
  line-height:70px;
  cursor:pointer;
}
.cszc-top .cs-title.last{
  margin-right: 0;
}
.cszc-top .cs-title.selected{
  background-color:#1d21a9;
  color:#fff;
  border-bottom-right-radius: 20px;
}
.cszc-bottom{
  width:100%;
  margin-top:62px;
}
.cszc-bottom-item{
  width:100%;
}
.csjs{
  width:100%;
  overflow: hidden;
  margin-bottom:70px;
}
.csjs .cs-img{
  display:block;
  width:800px;
  height: 526px;
  border-bottom-right-radius: 40px;
  float:left;
}
.csjs .csjs-con{
  width:510px;
  float:right;
  font-size:20px;
  line-height:36px;
  color:#282828;
  padding-top:40px;
}
.csjs .csjs-con p{
  text-indent: 2em;
  margin-bottom:8px;
}
.cszc-item{
  width:100%;
  margin-bottom:80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content:space-between;
  overflow: hidden;
}
.cszc-item .cszc-item-img-box{
  display:block;
  width:700px;
  height:420px;
  padding-right:100px;
}
.cszc-item .cszc-item-img-box img{
  display:block;
  width:600px;
  height:420px;
}
.cszc-item-con{
  float:left;
}
.cszc-item-con .time{
  color:#888888;
  font-size:16px;
  line-height: 26px;
  width:300px;
  border-bottom:1px solid #1d21a9;
}
.cszc-item-con .cszc-item-title{
  font-size:36px;
  line-height: 48px;
  color:#282828;
  margin:25px 0 30px;
}
.cszc-item-con .cszc-item-summary{
  font-size:20px;
  line-height: 36px;
  text-indent:2em;
  color:#282828;
}
.cszc-item-con .detail{
  display:block;
  width:200px;
  float:right;
  margin-top:50px;
}
.cszc-item-con .detail img{
  display:block;
  width:200px;
}
@media screen and (max-width: 1600px) {
  .main{
    width:1200px;
  }
  .cszc{
    width:100%;
    padding:38px 0 78px;
  }
  .cszc-title{
    display:block;
    width:200px;
    margin-bottom:34px;
  }
  .cszc-box{
    width:100%;
  }
  .cszc-top{
    width:100%;
    overflow: hidden;
  }
  .cszc-top .cs-title{
    background-color:#fff;
    width:197px;
    float:left;
    margin-right:3.6px;
    text-align:center;
    height:60px;
    color:#535353;
    font-size:19px;
    line-height:60px;
    cursor:pointer;
  }
  .cszc-top .cs-title.last{
    margin-right: 0;
  }
  .cszc-top .cs-title.selected{
    background-color:#1d21a9;
    color:#fff;
    border-bottom-right-radius: 16px;
  }
  .cszc-bottom{
    width:100%;
    margin-top:53px;
  }
  .cszc-bottom-item{
    width:100%;
    
  }
  .csjs{
    width:100%;
    overflow: hidden;
    margin-bottom:70px;
  }
  .csjs .cs-img{
    display:block;
    width:685px;
    height: 450px;
    border-bottom-right-radius: 34px;
    float:left;
  }
  .csjs .csjs-con{
    width:436px;
    float:right;
    font-size:18px;
    line-height:31px;
    color:#282828;
    padding-top:34px;
  }
  .csjs .csjs-con p{
    text-indent: 2em;
    margin-bottom:7px;
  }
  .cszc-item{
    width:100%;
    margin-bottom:68px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content:space-between;
    overflow: hidden;
  }
  .cszc-item .cszc-item-img-box{
    display:block;
    width:600px;
    height:360px;
    padding-right:86px;
  }
  .cszc-item .cszc-item-img-box img{
    display:block;
    width:514px;
    height:360px;
  }
  .cszc-item-con{
    float:left;
  }
  .cszc-item-con .time{
    color:#888888;
    font-size:14px;
    line-height: 22px;
    width:258px;
    border-bottom:1px solid #1d21a9;
  }
  .cszc-item-con .cszc-item-title{
    font-size:30px;
    line-height: 42px;
    color:#282828;
    margin:22px 0 26px;
  }
  .cszc-item-con .cszc-item-summary{
    font-size:17px;
    line-height: 31px;
    text-indent:2em;
    color:#282828;
  }
  .cszc-item-con .detail{
    display:block;
    width:172px;
    float:right;
    margin-top:42px;
  }
  .cszc-item-con .detail img{
    display:block;
    width:172px;
  }
}
@media screen and (max-width: 1400px) {
  .main{
    width:1000px;
  }
  .cszc{
    width:100%;
    padding:32px 0 64px;
  }
  .cszc-title{
    display:block;
    width:168px;
    margin-bottom:28px;
  }
  .cszc-box{
    width:100%;
  }
  .cszc-top{
    width:100%;
    overflow: hidden;
  }
  .cszc-top .cs-title{
    background-color:#fff;
    width:164px;
    float:left;
    margin-right:3.2px;
    text-align:center;
    height:50px;
    color:#535353;
    font-size:16px;
    line-height:50px;
    cursor:pointer;
  }
  .cszc-top .cs-title.last{
    margin-right: 0;
  }
  .cszc-top .cs-title.selected{
    background-color:#1d21a9;
    color:#fff;
    border-bottom-right-radius: 14px;
  }
  .cszc-bottom{
    width:100%;
    margin-top:44px;
  }
  .cszc-bottom-item{
    width:100%;
    
  }
  .csjs{
    width:100%;
    overflow: hidden;
    margin-bottom:50px;
  }
  .csjs .cs-img{
    display:block;
    width:572px;
    height: 376px;
    border-bottom-right-radius: 28px;
    float:left;
  }
  .csjs .csjs-con{
    width:364px;
    float:right;
    font-size:14px;
    line-height:26px;
    color:#282828;
    padding-top:28px;
  }
  .csjs .csjs-con p{
    text-indent: 2em;
    margin-bottom:6px;
  }
  .cszc-item{
    width:100%;
    margin-bottom:56px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content:space-between;
    overflow: hidden;
  }
  .cszc-item .cszc-item-img-box{
    display:block;
    width:500px;
    height:360px;
    padding-right:72px;
  }
  .cszc-item .cszc-item-img-box img{
    display:block;
    width:428px;
    height:300px;
  }
  .cszc-item-con{
    float:left;
  }
  .cszc-item-con .time{
    color:#888888;
    font-size:12px;
    line-height: 18px;
    width:215px;
    border-bottom:1px solid #1d21a9;
  }
  .cszc-item-con .cszc-item-title{
    font-size:25px;
    line-height: 35px;
    color:#282828;
    margin:18px 0 22px;
  }
  .cszc-item-con .cszc-item-summary{
    font-size:14px;
    line-height: 26px;
    text-indent:2em;
    color:#282828;
  }
  .cszc-item-con .detail{
    display:block;
    width:144px;
    float:right;
    margin-top:35px;
  }
  .cszc-item-con .detail img{
    display:block;
    width:144px;
  }
}
.main_section_phone{
  display:none;
}
@media screen and (max-width: 480px) {
  .main_section_phone{
    display:block;
    background-color:#e7e7e7;
  }
  .main_section{
    display:none;
  }
  .cszc-phone-box{
    width:100%;
  }
  .cszc-phone-box img{
    display:block;
    width:100%;
  }
  .main-phone{
    width:100%;
  }
  .cszc-phone{
    width:100%;
  }
  .cszc-phone-title-box{
    width:100%;
    background-color:#fff;
    padding:26px 4% 0;
  }
  .cszc-phone-title-box .cszc-phone-title{
    display:block;
    width:44.13%;
  }
  .cszc-phone-box{
    width:100%;
  }
  .cszc-phone-item{
    width:100%;
    background-color:#fff;
    margin-bottom:14px;
    padding-bottom:40px;
    padding-top:24px;
  }
  .cszc-phone-item-con{
    width:92%;
    margin:0 auto;
  }
  .cszc-phone-item-con .cs-title-box{
    width:100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content:space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding:0 0 20px;
  }
  .cszc-phone-item-con .cs-title{
    display:block;
    width:15.6%;
    text-align:center;
    background-color:#f3f3f3;
    /* background-image:linear-gradient(right,#016fba,#026877,#03634d);
    background-image:-webkit-linear-gradient(right,#016fba,#026877,#03634d);
    background-clip:text;  
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent;  */
    font-size:16px;
    font-weight: bold;
    height:30px;
    line-height:30px;
    border-radius:4px;
    color:#026877;
  }
  .cszc-phone-item-con .cs-title.selected{
    display:block;
    width:15.6%;
    text-align:center;
    background-color:#026877;
    font-size:16px;
    font-weight: bold;
    height:30px;
    line-height:30px;
    color:#fff;
  }
  /* .cszc-phone-item-con .cs-title{
    display:inline-block;
    font-size:24px;
    line-height: 30px;
    font-weight: bold;
    background-image:linear-gradient(right,#016fba,#026877,#03634d);
    background-image:-webkit-linear-gradient(right,#016fba,#026877,#03634d);
    background-clip:text;  
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent; 
    padding-bottom:4px;
    border-bottom:3px solid #03634d;
    padding-left:10px;
    padding-right:10px;
    margin-bottom:20px;
  } */
  .cs-intr-box{
    width:100%;
    box-shadow: 0 0 20px #dbdcdc;
    border-radius:8px;
    margin-bottom:10px;
  }
  .cs-intr-box img{
    display:block;
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .cs-intr-box .cs-intr{
    display:block;
    width: 100%;
    color:#282828;
    font-size:14px;
    line-height: 22px;
    padding:20px;
  }
  .cszc-phone-item-news-box{
    width:100%;
  }
  .cszc-phone-item-news-box .cszc-news-item{
    display:block;
    width:100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content:space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding:20px 0;
    border-bottom:1px solid #dddddd;
  }
  .cszc-phone-item-news-box .cszc-news-item img{
    display:block;
    width:25.2%;
    margin-right:14px;
  }
  .cszc-news-item-title{
    font-size:16px;
    line-height: 24px;
    color:#282828;
    font-weight: bold;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .cszc-news-time{
    color:#8d8d8d;
    font-size:12px;
    line-height:18px;
    margin-top:4px;
  }
  .main-phone .more{
    width:46%;
    height:35px;
    text-align:center;
    border:1px solid #4d4845;
    border-radius:17.5px;
    line-height:35px;
    color:#4e4745;
    font-size:14px;
    margin:30px auto 0;
  }
}