body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,img{margin:0;padding:0}

ul,li,ol,dl,dt,dd{list-style: none;}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display:block; }

table{border-collapse:collapse;border-spacing:0}

audio,canvas,video { display: inline-block;*display: inline;*zoom: 1;}

fieldset,img{border:0}

caption,th{text-align:left}

q:before,q:after{content:''}

abbr,acronym{border:0;font-variant:normal}

sup{vertical-align:text-top}

sub{vertical-align:text-bottom}

input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}

input,textarea,select{*font-size:100%}

a{text-decoration:none;color: #666;}

a:hover{text-decoration:none;cursor: pointer;}

html,body{

  font-family: "arial" ,'Microsoft Yahei';

  *font-family: "微软雅黑";

  *font-family: "Microsoft Yahei";

  color: #666;

}

*{

  box-sizing:border-box;

  -moz-box-sizing:border-box;

  -webkit-box-sizing:border-box;

}

img{

  -moz-user-select:none;/*火狐*/

  -webkit-user-select:none;/*webkit浏览器*/

  -ms-user-select:none;/*IE10*/

  -khtml-user-select:none;/*早期浏览器*/

  user-select:none;

}

body{position: relative;min-width: 1440px;}

.fr{float: right;}

.fl{float: left;}

.clear{clear: both;}

.after:after{

  content: "";

  display: block;

  height: 0;

  clear: both;

  visibility: hidden;

}

.mid1200{

  width: 1200px;

  margin: 150px auto 0;

}

.mid1200:after{

  content: "";

  display: block;

  height: 0;

  clear: both;

  visibility: hidden;

}

.mid1200-1{

  width: 1200px;

  margin: 0 auto 0;

}

.mid1200-1:after{

  content: "";

  display: block;

  height: 0;

  clear: both;

  visibility: hidden;

}



/*********************************/

.Poko_nav{

  min-width: 1440px;

  height: 150px;

  background: rgba(72, 121, 233, 1);

  position: fixed;

  left: 0;
  right: 0;
  top: 0;
  z-index: 999;

}

.Poko_nav .Poko_nav_white{
  padding-top: 7px;
  background: #ffffff;
  padding-bottom: 7px;
}

.Poko_nav .Poko_nav1200{

  width: 1200px;

  margin: 0 auto;

  position: relative;

}

.Poko_nav .Poko_nav1200 .logo-line{
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Poko_nav .Poko_nav1200 .logo{

  height: 100px;

}

.Poko_nav .Poko_nav1200 .search-box{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.Poko_nav .Poko_nav1200 .search{

  float: right;

  width: 215px;

  height: 32px;

  /*border: 1px solid #066fcf;*/

  border-radius: 30px;

  -o-border-radius: 30px;

  -ms-border-radius: 30px;

  -moz-border-radius: 30px;

  -webkit-border-radius: 30px;

  background: rgba(153, 153, 153, 0.25);

  margin-right: 20px;

}

.Poko_nav .Poko_nav1200 .search input[type="text"]{

  width: 180px;

  height: 30px;

  float: left;

  display: block;

  border: none;

  background: none;

  outline: none;

  padding: 0 10px 0 15px;

  color: rgba(51, 51, 51, 1);

  line-height: 30px;

}

.Poko_nav .Poko_nav1200 .search input[type="button"]{

  display: block;

  width: 34px;

  height: 30px;

  float: right;

  border: none;

  outline: none;

  background: url(../image/icon-search.png) no-repeat;

  background-position: 6px 8px;

  background-size: 16px 16px;

  cursor: pointer;

}

.Poko_nav .Poko_nav1200 .search i{

  display: block;

  float: left;

  width: 1px;

  height: 15px;

  background: #066fcf;

  margin: 8.5px 0 0 0;

}

.Poko_nav .Poko_nav1200 .language-btn{
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.Poko_nav .Poko_nav1200 .language-btn:hover .language-select{
  display: block;
}

.Poko_nav .Poko_nav1200 .language-btn p{
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  line-height: 18px;
  text-align: left;
  font-style: normal;
  padding-left: 22px;
  padding-right: 13px;
  position: relative;
}

.Poko_nav .Poko_nav1200 .language-btn p::before{
  content: ' ';
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  background: url("../image/icon-earth.png") no-repeat 0 0;
  background-size: 100% 100%;
}

/*.Poko_nav .Poko_nav1200 .language-btn p::after{*/
  /*content: ' ';*/
  /*width: 5px;*/
  /*height: 3px;*/
  /*position: absolute;*/
  /*right: 0;*/
  /*top: 50%;*/
  /*margin-top: -2px;*/
  /*background: url("../image/icon-arrow-down.png") no-repeat 0 0;*/
  /*background-size: 100% 100%;*/
/*}*/

.Poko_nav .Poko_nav1200 .language-select{
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 18px;
  background: #ffffff;
  border-radius: 4px;
}

.Poko_nav .Poko_nav1200 .language-select>a{
  display: block;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  line-height: 18px;
  font-style: normal;
  text-align: center;
  padding: 6px;
  cursor: pointer;
}

.Poko_nav .Poko_nav1200 .language-select>a:hover{
  color: rgba(13, 102, 244, 1);
}


.Poko_nav .Poko_nav1200 .hysq-btn-li{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 50px;
  position: relative;
}

.Poko_nav .Poko_nav1200 .hysq-btn-li::before{
  content: ' ';
  width: 0;
  height: 30px;
  border: 1px solid rgba(207,207,207,0.89);
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -15px;
}

.Poko_nav .Poko_nav1200 .hysq-btn{
  width: 100px;
  height: 30px;
  background: #ffffff;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  color: rgba(20, 97, 212, 1);
  line-height: 14px;
  text-align: left;
  font-style: normal;
}

.Poko_nav .Poko_nav1200>ul{
  float: left;
  margin-left: -20px;
  margin-top: 5px;
}

.Poko_nav .Poko_nav1200>ul li{

  float: left;

  height: 44px;

  line-height: 44px;

  text-align: center;

  position: relative;

  margin-right: 5px;
}

.Poko_nav .Poko_nav1200>ul li.on>a{

  font-weight: bold;

}

.Poko_nav .Poko_nav1200>ul li.on>a::after{
  content: ' ';
  width: 22px;
  height: 2px;
  /*background: linear-gradient( 270deg, #0C6AFF 0%, #0F5AD0 100%);*/
  background: #ffffff;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  bottom: 4px;
  margin-left: -11px;
}

.Poko_nav .Poko_nav1200>ul li>a{

  display: block;

  padding: 0 20px;

  font-size: 16px;

  color: #ffffff;

  /*-webkit-transition: all .3s ease-in-out 0s;

  -moz-transition: all .3s ease-in-out 0s;

  -ms-transition: all .3s ease-in-out 0s;

  -o-transition: all .3s ease-in-out 0s;

  transition: all .3s ease-in-out 0s;*/
}

.Poko_nav .Poko_nav1200>ul li:hover>a{

  font-weight: bold;

}

.Poko_nav .Poko_nav1200>ul li:hover>a::after{
  content: ' ';
  width: 22px;
  height: 2px;
  /*background: linear-gradient( 270deg, #0C6AFF 0%, #0F5AD0 100%);*/
  background: #ffffff;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  bottom: 4px;
  margin-left: -11px;
}

.Poko_nav .Poko_nav1200>ul li dl{

  position: absolute;

  left: -20%;

  background: #ffffff;

  box-shadow: 0px 6px 26px 0px rgba(53,108,224,0.12);
  border-radius: 8px;

  width: 140%;

  /*-webkit-transition: all .3s ease-in-out 0s;

  -moz-transition: all .3s ease-in-out 0s;

  -ms-transition: all .3s ease-in-out 0s;

  -o-transition: all .3s ease-in-out 0s;

  transition: all .3s ease-in-out 0s;*/

  opacity: 0;

  filter:alpha(opacity=0);

  top: 20px;

  visibility: hidden;

  z-index: 500;

}

.Poko_nav .Poko_nav1200>ul li dl dd{

  height: 44px;

  line-height: 44px;

  text-align: center;

  width: 100%;

  overflow: hidden;

}

.Poko_nav .Poko_nav1200>ul li dl dd>a{

  display: block;

  padding: 0 8px;

  font-size: 14px;

  color: rgba(51, 51, 51, 1);

  -webkit-transition: all .3s ease-in-out 0s;

  -moz-transition: all .3s ease-in-out 0s;

  -ms-transition: all .3s ease-in-out 0s;

  -o-transition: all .3s ease-in-out 0s;

  transition: all .3s ease-in-out 0s;

  cursor: pointer;
}

.Poko_nav .Poko_nav1200>ul li dl dd:hover>a{

  color: rgba(13, 102, 244, 1);
  font-weight: bold;

}

.Poko_nav .Poko_nav1200>ul li:hover dl{

  opacity: 1;

  filter:alpha(opacity=100);

  top: 44px;

  visibility: visible;

}

.omitline1 {
  text-overflow: ellipsis;
  word-break:keep-all;
  white-space:nowrap;
  overflow:hidden;
}
.omitline2{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.omitline3{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.omitline4{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.Poko-banner-box{
  width: 100%;
  height: 300px;
  margin-top: 150px;
  position: relative;
}

.Poko-banner-box a{
  font-size: 0;
  display: block;
  width: 100%;
}
.Poko-banner-box img{
  width: 100%;
  height: 300px;
}

.Poko-banner-box .hd{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  font-size: 0;
  height: 8px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Poko-banner-box .hd ul{
  display: flex;
  justify-content: center;
  align-items: center;
}
.Poko-banner-box .hd li{
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.34);
  margin: 0 10px 0 0;
  border-radius: 50%;
}
.Poko-banner-box .hd .on{
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 1);
}

.news-box{
  width: 100%;
  height: 1132px;
  background: url("../image/news-background.jpg") no-repeat 0 0;
  background-size: 100% 1132px;
  padding-top: 80px;
}

.news-area-1{
  width: 1200px;
  height: 360px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
}

.news-area-1 .image-box{
  flex-shrink: 0;
  margin-right: 30px;
  width: 640px;
  height: 360px;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}

.news-area-1 .image-box .bd{
  width: 640px;
  height: 360px;
  position: relative;
}

.news-area-1 .image-box .news-image{
  width: 640px;
  height: 360px;
}

.news-area-1 .image-box p{
  width: 100%;
  height: 58px;
  padding: 18px 120px 18px 30px;
  background: rgba(0, 0, 0, 0.6);
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.news-area-1 .image-box .hd{
  position: absolute;
  right: 15px;
  bottom: 25px;
  font-size: 0;
  height: 8px;
}
.news-area-1 .image-box .hd li{
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.34);
  margin: 0 10px 0 0;
}
.news-area-1 .image-box .hd .on{
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 1);
}

.news-text{
  width: 530px;
  position: relative;
}

.news-text .title-line{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.news-text .title-line .title{
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 30px;
  text-align: left;
  font-style: normal;
}

.news-text .title-line .more-btn{
  display: none;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  padding-right: 20px;
  position: relative;
  cursor: pointer;
}

.news-text .title-line .more-btn::after{
  content: ' ';
  width: 12px;
  height: 11px;
  background: url("../image/news-arrow-right.png") no-repeat 0 0;
  background-size: 12px 11px;
  position: absolute;
  right: 0;
  top: 8px;
}

.news-text .title-line .more-btn:hover::after{
  opacity: 0.6;
}

.news-text .news-line{
  width: 100%;
  height: 76px;
  border-bottom: 1px solid #E3E3E3;
  cursor: pointer;
  padding-top: 20px;
  padding-left: 42px;
  padding-right: 42px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.news-text .news-line .name{
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  margin-bottom: 6px;
}

.news-text .news-line::after{
  content: ' ';
  width: 6px;
  height: 6px;
  background: rgba(51, 51, 51, 1);
  position: absolute;
  left: 20px;
  top: 25px;
}

.news-text .news-line .time{
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 14px;
  text-align: left;
  font-style: normal;
}

.news-text .news-line:hover{
  background-color: #4f6cdc;
  /*background-color: linear-gradient(to right, #4f6cdc 0%, #1799f4 100%);*/
  background-image: url("../image/news-card-background.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}

.news-text .news-line:hover .name{
  color: #ffffff;
}

.news-text .news-line:hover::after{
  background: #ffffff;
}

.news-text .news-line:hover .time{
  color: #ffffff;
}

.news-text .news-line:nth-last-of-type(1){
  border: none;
}

.news-area-2{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.news-area-2 .news-card{
  width: 380px;
  height: 482px;
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
}

.news-area-2 .news-card .top-image{
  width: 380px;
  height: 109px;
  margin-bottom: 15px;
}

.news-area-2 .news-card:nth-of-type(1) .top-image{
  background: url("../image/news-card-1.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.news-area-2 .news-card:nth-of-type(2) .top-image{
  background: url("../image/news-card-2.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.news-area-2 .news-card:nth-of-type(3) .top-image{
  background: url("../image/news-card-3.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.news-area-2 .news-card .name-line{
  padding: 15px 30px;
  height: 46px;
  cursor: pointer;
}

.news-area-2 .news-card .name-line a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.news-area-2 .news-card .name-line .name{
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  position: relative;
  padding-left: 16px;
}

.news-area-2 .news-card .name-line .name::after{
  content: ' ';
  width: 6px;
  height: 6px;
  background: rgba(51, 51, 51, 1);
  position: absolute;
  left: 0;
  top: 5px;
}

.news-area-2 .news-card .name-line:hover .name{
  color: rgba(32, 107, 216, 1);
  font-weight: bold;
}

.news-area-2 .news-card .name-line:hover .name::after{
  background: rgba(32, 107, 216, 1);
}

.news-area-2 .news-card .name-line .time{
  flex-shrink: 0;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 14px;
  text-align: left;
  font-style: normal;
  margin-left: 16px;
}

.news-area-2 .news-card .more-btn{
  margin-top: 18px;
  margin-right: 30px;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  text-align: right;
  font-style: normal;
  padding-right: 25px;
  position: relative;
  cursor: pointer;
}

.news-area-2 .news-card .more-btn::after{
  content: ' ';
  width: 12px;
  height: 11px;
  background: url("../image/news-arrow-right.png") no-repeat 0 0;
  background-size: 12px 11px;
  position: absolute;
  right: 5px;
  top: 8px;
}

.news-area-2 .news-card .more-btn:hover::after{
  opacity: 0.6;
}




.index_one{

  width: 1200px;

  height: 40px;

  background: #60b8ff;

  position: relative;

  overflow: hidden;

  margin: 25px 0;

}

/* 本例子css */

.txtScroll-top{

  width:1200px;

  overflow:hidden;

  position:relative;

  height: 40px;

  background: url(../images/b9.jpg) right center no-repeat;

}

.txtScroll-top .hd{

  position: absolute;

  right: 60px;

  top: 0;

  height: 40px;

  z-index: 2;

}

.txtScroll-top .hd ul{}

.txtScroll-top .hd ul li{

  float: left;

  width: 9px;

  height: 9px;

  background: #90cdff;

  font-size: 0;

  border-radius: 50%;

  -o-border-radius: 50%;

  -ms-border-radius: 50%;

  -moz-border-radius: 50%;

  -webkit-border-radius: 50%;

  margin: 15px 10px 0 0;

  cursor: pointer;

}

.txtScroll-top .hd ul li.on{background: #fff;}

.txtScroll-top .bd{width: 100%;}

.txtScroll-top .infoList li{

  width: 100%;

  height: 40px;

  line-height: 40px;

}

.txtScroll-top .infoList li a{

  display: block;

  width: 100%;

  height: 40px;

  line-height: 40px;

}

.txtScroll-top .infoList li a span{

  display: block;

  width: 70%;

  height: 40px;

  line-height: 40px;

  font-size: 20px;

  color: #fff;

  padding: 0 0 0 15px;

  overflow: hidden;

  white-space:nowrap;

  text-overflow:ellipsis;

  -o-text-overflow:ellipsis;

}



.index_two{

  width: 1200px;

  position: relative;

}

.indextw_a{

  float: left;

  width: 375px;

  height: 345px;

  position: relative;

  overflow: hidden;

}

.fullSlide{

  width:100%;

  position:relative;

  height:345px;

}

.fullSlide .bd{

  margin:0 auto;

  position:relative;

  z-index:0;

  overflow:hidden;

}

.fullSlide .bd ul{ width:100% !important; }

.fullSlide .bd li{

  width:100% !important;

  height:345px;

  overflow:hidden;

}

.fullSlide .bd li div.img{

  width: 100%;

  height: 305px;

  position: relative;

  overflow: hidden;

}

.fullSlide .bd li div.img img{

  display: block;

  width: 100%;

  height: 305px;

}

.fullSlide .bd li div.word{

  width: 100%;

  height: 40px;

  padding: 0 60px 0 40px;

  overflow: hidden;

  background-color: #b2b2b2;

  background-image: url(../images/b3.jpg);

  background-repeat: no-repeat;

  background-position: left center;

}

.fullSlide .bd li div.word span{

  display: block;

  width: 100%;

  height: 40px;

  line-height: 40px;

  color: #fff;

  overflow: hidden;

  white-space:nowrap;

  text-overflow:ellipsis;

  -o-text-overflow:ellipsis;

}

.fullSlide .hd{

  position: absolute;

  right: 0;

  bottom: 0;

  height: 40px;

  z-index: 5;

}

.fullSlide .hd ul li{

  display: block;

  width: 9px;

  height: 9px;

  font-size: 0;

  background: #c6c6c6;

  border-radius: 50%;

  -o-border-radius: 50%;

  -ms-border-radius: 50%;

  -moz-border-radius: 50%;

  -webkit-border-radius: 50%;

  float: left;

  margin: 15px 5px 0 0;

  cursor: pointer;

}

.fullSlide .hd ul li.on{

  background: #fff;

}



.indextw_b{

  float: left;

  width: 380px;

  height: 345px;

  position: relative;

  overflow: hidden;

  margin: 0 0 0 32px;

}

.indextab_box .title{

  width: 100%;

  height: 30px;

  position: relative;

  overflow: hidden;

}

.indextab_box .title:before{

  content: "";

  width: 100%;

  height: 2px;

  background: #d1d1d1;

  position: absolute;

  left: 0;

  bottom: 0;

}

.indextab_box .title span{

  display: block;

  float: left;

  height: 30px;

  position: relative;

  text-align: center;

  padding: 0 8px;

  cursor: pointer;

  -moz-user-select:none;

  -webkit-user-select:none;

  -ms-user-select:none;

  -khtml-user-select:none;

  user-select:none;

}

.indextab_box .title span i{

  display: block;

  position: absolute;

  left: 0;

  bottom: 0;

  width: 100%;

  height: 2px;

  background: #0362ba;

  border-right: 1px solid #fff;

}

.indextab_box .title span.on{

  color: #e54b00

}

.indextab_box .title span.ono{

  color: #333;

}

.indextab_box .title span.on i{

  background: #e54b00;

}

.indextab_box .title span.ono i{

  background: #0362ba;

}

.indextab_box .listbox{

  width: 100%;

  display: none;

}

.indextab_box .listbox.on{

  display: block;

}

.indextab_box .listboxdl dl{

  width: 100%;

}

.indextab_box .listboxdl dl dd{

  width: 100%;

  height: 25px;

  position: relative;

  padding: 0 5px 0 10px;

  margin: 10px 0 0 0;

}

.indextab_box .listboxdl dl dd:before{

  content: "";

  width: 2px;

  height: 100%;

  border-right: 2px solid #fff;

  background: #dddddd;

  position: absolute;

  left: 0;

  top: 0;

}

.indextab_box .listboxdl dl dd p{

  float: left;

  max-width: 88%;

  height: 25px;

  font-size: 14px;

  color: #333333;

  overflow: hidden;

  white-space:nowrap;

  text-overflow:ellipsis;

  -o-text-overflow:ellipsis;

}

.indextab_box .listboxdl dl dd i{

  display: block;

  font-style: normal;

  font-size: 12px;

  color: #ffffff;

  background: #e54b00;

  float: left;

  height: 12px;

  line-height: 12px;

  text-transform: uppercase;

  margin: 5px 0 0 3px;

}

.indextab_box .listboxdl dl dd span{

  float: right;

  display: block;

  font-size: 12px;

  color: #999999;

  height: 25px;

  line-height: 25px;

}

.indextab_box .listboxdl dl dd:hover{

  background: #f8f8f8;

}

.indextab_box .listboxdl dl dd:hover p,.indextab_box .listboxdl dl dd:hover span{

  color: #e54b00;

}

.indextw_c{

  float: right;

  width: 380px;

  height: 345px;

  position: relative;

  overflow: hidden;

}

/*广告一*/

.index_three{

  width: 1200px;

  margin: 35px 0;

}

.index_three img{

  width: 100%;

  max-height: 300px;

}

/*四部分*/

.index_four{

  width: 1200px;

  position: relative;

}

.index_four .indexfol{

  float: left;

  width: 815px;

}

.index_four .indexfol .indexfola{

  clear: both;

  float: left;

  width: 380px;

}

.index_four .indexfol .indexfolb{

  clear: none;

  float: left;

  margin: 0 0 0 30px;

}

.indexfola .listboxdiv{

  width: 100%;

}

.indexfola .listboxdiv div.box{

  width: 100%;

  height: 130px;

  position: relative;

  overflow: hidden;

  margin: 25px 0;

}

.indexfola .listboxdiv div.box img{

  display: block;

  float: left;

  width: 198px;

  height: 130px;

}

.indexfola .listboxdiv div.box div.word{

  float: right;

  width: 170px;

  height: 130px;

  overflow: hidden;

}

.indexfola .listboxdiv div.box div.word h1{

  font-size: 14px;

  color: #313131;

  font-weight: normal;

  line-height: 1.5em;

  width: 100%;

  height: 1.5em;

  overflow: hidden;

  white-space:nowrap;

  text-overflow:ellipsis;

  -o-text-overflow:ellipsis;

  margin: 5px 0 0 0;

}

.indexfola .listboxdiv div.box div.word p{

  font-size: 12px;

  color: #999999;

  width: 100%;

  line-height: 1.8em;

  height: 9em;

  overflow: hidden;

}

.indexfola .listboxdiv ol{

  width: 100%;

}

.indexfola .listboxdiv ol li{

  padding-left: 10px;

  height: 45px;

  position: relative;

  border-bottom: 1px dashed #dcdcdc;

}

.indexfola .listboxdiv ol li:first-child{

  border-top: 1px dashed #dcdcdc;

}

.indexfola .listboxdiv ol li:before{

  content: "";

  width: 4px;

  height: 4px;

  background: #cccccc;

  position: absolute;

  left: 0;

  top: 50%;

  margin-top: -2px;

}

.indexfola .listboxdiv ol li a{

  display: block;

  width: 100%;

  height: 44px;

  line-height: 44px;

  font-size: 14px;

  color: #333333;

  overflow: hidden;

  /*white-space:nowrap;

  text-overflow:ellipsis;

  -o-text-overflow:ellipsis;*/

}

.indexfola .listboxdiv ol li:hover a{

  color: #e54b00;

}





.indexfola .listboxdiv ul{

  width: 100%;

}

.indexfola .listboxdiv ul li{

  padding-left: 10px;

  height: 45px;

  position: relative;

  border-bottom: 1px dashed #dcdcdc;

}

.indexfola .listboxdiv ul li:before{

  content: "";

  width: 4px;

  height: 4px;

  background: #cccccc;

  position: absolute;

  left: 0;

  top: 50%;

  margin-top: -2px;

}

.indexfola .listboxdiv ul li a{

  display: block;

  width: 100%;

  height: 44px;

  line-height: 44px;

  font-size: 14px;

  color: #333333;

  overflow: hidden;

  /*white-space:nowrap;

  text-overflow:ellipsis;

  -o-text-overflow:ellipsis;*/

}

.indexfola .listboxdiv ul li:hover a{

  color: #e54b00;

}

.middle-btn-box{
  margin-top: -50px;
  padding-bottom: 80px;
}

.indexfolc{
  /*
    width: 815px;
  */
  height: 148px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.indexfolc:nth-last-of-type(1){
  margin-bottom: 80px;
}

.indexfolc li{
  width: 278px;
  height: 148px;
  padding: 0;
  transition: none;
  border: none;
  background: none;
}

.indexfolc li a{
  width: 278px;
  height: 148px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.indexfolc li i{
  display: block;
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  transition: none;
}

.indexfolc li span{
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 18px;
  letter-spacing: 2px;
  text-align: center;
  font-style: normal;
  transition: none;
  top: 0;
}

.indexfolc li.btn1 i{background: url("../image/btn-1.png") no-repeat 0 0; background-size: 100% 100%;}

.indexfolc li.btn2 i{background: url("../image/btn-2.png") no-repeat 0 0; background-size: 100% 100%;}

.indexfolc li.btn3 i{background: url("../image/btn-3.png") no-repeat 0 0; background-size: 100% 100%;}

.indexfolc li.btn4 i{background: url("../image/btn-4.png") no-repeat 0 0; background-size: 100% 100%;}

.indexfolc li.btn5 i{background: url("../image/btn-5.png") no-repeat 0 0; background-size: 100% 100%;}

.indexfolc li.btn6 i{background: url("../image/btn-6.png") no-repeat 0 0; background-size: 100% 100%;}

.indexfolc li.btn7 i{background: url("../image/btn-7.png") no-repeat 0 0; background-size: 100% 100%;}

.indexfolc li.btn8 i{background: url("../image/btn-8.png") no-repeat 0 0; background-size: 100% 100%;}

.indexfolc li:hover{

  background: url("../image/btn-background.png") no-repeat 0 0;
  background-size: 100% 100%;
  border: none;

}

.indexfolc li:hover span{

  color: #ffffff;

}

.indexfolc li.btn1:hover i{background: url("../image/btn-1-hover.png") no-repeat 0 0; background-size: 100% 100%;}

.indexfolc li.btn2:hover i{background: url("../image/btn-2-hover.png") no-repeat 0 0; background-size: 100% 100%;}

.indexfolc li.btn3:hover i{background: url("../image/btn-3-hover.png") no-repeat 0 0; background-size: 100% 100%;}

.indexfolc li.btn4:hover i{background: url("../image/btn-4-hover.png") no-repeat 0 0; background-size: 100% 100%;}

.indexfolc li.btn5:hover i{background: url("../image/btn-5-hover.png") no-repeat 0 0; background-size: 100% 100%;}

.indexfolc li.btn6:hover i{background: url("../image/btn-6-hover.png") no-repeat 0 0; background-size: 100% 100%;}

.indexfolc li.btn7:hover i{background: url("../image/btn-7-hover.png") no-repeat 0 0; background-size: 100% 100%;}

.indexfolc li.btn8:hover i{background: url("../image/btn-8-hover.png") no-repeat 0 0; background-size: 100% 100%;}

.middle-area-2{
  width: 1200px;
  height: 150px;
  margin-bottom: 30px !important;
  overflow: hidden;
}

.middle-area-2 .image-box{
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 30px;
}

.middle-area-2 .image-box .card{
  width: 380px;
  height: 150px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.middle-area-2 .image-box .card .img1{
  width: 380px;
  height: 150px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.middle-area-2 .image-box .card:hover .img1{
  -webkit-transform: scale3d(1.2, 1.2, 1);
  -moz-transform: scale3d(1.2, 1.2, 1);
  -ms-transform: scale3d(1.2, 1.2, 1);
  -o-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}

.middle-area-2 .image-box .card .img2{
  width: 380px;
  height: 64px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.middle-area-2-progress{
  display: flex;
  justify-content: center;
  align-items: center;
}

.middle-area-2-progress ul{
  display: flex;
  justify-content: center;
  align-items: center;
}

.middle-area-2-progress ul li{
  width: 56px;
  height: 6px;
  background: rgba(216, 216, 216, 0.6);
  margin-right: 25px;
  font-size: 0;
}

.middle-area-2-progress ul li:nth-last-of-type(1){
  margin-right: 0;
}

.middle-area-2-progress ul li.on{
  background: rgba(22, 98, 213, 1);
}

.xiehui-box{
  width: 100%;
  height: 747px;
  background: url("../image/xiehui-background.jpg") no-repeat 0 0;
  background-size: 100% 100%;
  padding: 80px 0;
}

.xiehui-area{
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.xiehui-area .card{
  width: 380px;
  height: 587px;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}

.xiehui-area .card .title1{
  width: 380px;
  height: 99px;
  background: url("../image/xiehui-title-1.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.xiehui-area .card .title2{
  width: 380px;
  height: 99px;
  background: url("../image/xiehui-title-2.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.xiehui-area .card .title3{
  width: 380px;
  height: 99px;
  background: url("../image/xiehui-title-3.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.xiehui-line{
  margin: 0 30px;
  height: 95px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(227, 227, 227, 1);
  cursor: pointer;
}

.xiehui-line .name{
  padding-left: 23px;
  height: 48px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  position: relative;
}

.xiehui-line .name::after{
  content: ' ';
  width: 6px;
  height: 6px;
  background: #333333;
  position: absolute;
  left: 0;
  top: 6px;
}

.xiehui-line .name:hover{
  color: rgba(22, 98, 213, 1);
  font-weight: bold;
}

.xiehui-line .name:hover::after{
  background: rgba(22, 98, 213, 1);
}

.xiehui-area .more-btn{
  width: 320px;
  height: 50px;
  margin: 18px auto 0;
  background: #F3F4FC;
  border-radius: 25px;
}
.xiehui-area .more-btn a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 50px;
  font-weight: 500;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  text-align: center;
  font-style: normal;
  cursor: pointer;
}
.xiehui-area .more-btn:hover{
  background: linear-gradient( 270deg, #74BCFF 0%, #0E5BD1 100%);
  color: #ffffff;
}
.xiehui-area .more-btn:hover a{
  color: #ffffff;
}

.cydh-box{
  width: 100%;
  height: 375px;
  padding-top: 50px;
}

.cydh-area{
  margin: 0 auto;
  width: 1232px;
  height: 307px;
  position: relative;
}

.cydh-swiper{
  overflow: hidden;
  height: 307px;
  padding: 20px 0 !important;
}

.cydh-swiper .card{
  float: left;
  box-sizing: content-box;
  width: 308px;
  height: 267px;
  background: #FFFFFF;
  border-radius: 8px;
  position: relative;
}
.cydh-swiper .card>div{
  width: 308px;
  height: 267px;
  padding: 15px;
}
.cydh-swiper .card:hover{
  box-shadow: 0px 7px 7px 0px rgba(220,220,220,0.8);
  z-index: 2;
}
.cydh-swiper .card:hover .btn{
  display: block;
}

.cydh-swiper .card img{
  width: 278px;
  height: 157px;
  border-radius: 8px;
  margin-bottom: 10px;
}
.cydh-swiper .card .name{
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  margin-bottom: 10px;
}
.cydh-swiper .card .time{
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 14px;
  text-align: left;
  font-style: normal;
}
.cydh-swiper .card .btn{
  display: none;
  width: 98px;
  height: 30px;
  background: linear-gradient( 270deg, #74BCFF 0%, #0E5BD1 100%);
  border-radius: 15px;
  position: absolute;
  right: 15px;
  bottom: 15px;
  cursor: pointer;
}
.cydh-swiper .card .btn a{
  width: 98px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 12px;
  text-align: left;
  font-style: normal;
}

.cydh-area .prev{
  width: 42px;
  height: 42px;
  background: url("../image/btn-swiper-prev.png") no-repeat 0 0;
  background-size: 100% 100%;
  position: absolute;
  left: -42px;
  top: 90px;
  cursor: pointer;
}
.cydh-area .prev.prevStop{
  display: none;
}
.cydh-area .prev:hover{
  width: 42px;
  height: 42px;
  background: url("../image/btn-swiper-prev-hover.png") no-repeat 0 0;
  background-size: 100% 100%;
}
.cydh-area .next{
  width: 42px;
  height: 42px;
  background: url("../image/btn-swiper-next.png") no-repeat 0 0;
  background-size: 100% 100%;
  position: absolute;
  right: -42px;
  top: 90px;
  cursor: pointer;
}
.cydh-area .nextStop{
  display: none;
}
.cydh-area .next:hover{
  width: 42px;
  height: 42px;
  background: url("../image/btn-swiper-next-hover.png") no-repeat 0 0;
  background-size: 100% 100%;
}



.Poko_footer{
  width: 100%;
  height: 281px;
  background-color: #d6dde1;
  background-image: url("../image/footer-background.jpg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}

.Poko_footer .footer_top_box{
  width: 100%;
  height: 200px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  padding-top: 40px;
}

.Poko_footer .footer_top_box .box1200{
  margin: 0 auto;
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.Poko_footer .footer_top_box .box1200>img{
  flex-shrink: 0;
  width: 190px;
  height: 46px;
  margin-right: 40px;
}

.Poko_footer .link-box{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.Poko_footer .link-box>div::after{
  content: ' ';
  width: 16px;
  height: 16px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -8px;
  background: url("../image/arrow-down.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.Poko_footer .link-box>div:hover .sub-link-box{
  display: block;
}

.Poko_footer .link-box>div:hover::after{
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.Poko_footer .link-box .sub-link-box{
  display: none;
  background: #ffffff;
  position: absolute;
  left: 0;
  bottom: 36px;
  box-shadow: 0px 6px 26px 0px rgba(53, 108, 224, 0.12);
}

.Poko_footer .link-box .sub-link-box .sub-link{
  width: 240px;
  display: block;
  height: 36px;
  padding: 0 15px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 36px;
  text-align: left;
  font-style: normal;
  cursor: pointer;
}

.Poko_footer .link-box .sub-link-box .sub-link:hover{
  color: rgba(13, 102, 244, 1);
}

.Poko_footer .link-box .link{
  display: block;
  width: 220px;
  height: 36px;
  background: #ffffff;
  padding: 0 15px;
  margin-right: 24px;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 36px;
  text-align: left;
  font-style: normal;
  cursor: pointer;
  position: relative;
}

.Poko_footer .link-box>a:hover{
  color: rgba(13, 102, 244, 1);
}
.Poko_footer .link-box .link.mr0{
  margin-right: 0;
}

.Poko_footer .qrcode-box{
  flex-shrink: 0;
  display: flex;
  width: 256px;
}

.Poko_footer .qrcode-box .qrcode{
  width: 108px;
  height: 140px;
  margin-left: 20px;
}
.Poko_footer .qrcode-box .qrcode>img{
  width: 108px;
  height: 108px;
}
.Poko_footer .qrcode-box .qrcode>p{
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  line-height: 32px;
  text-align: center;
  font-style: normal;
}

.Poko_footer .footer_bottom_box .box1200{
  margin: 0 auto;
  width: 1200px;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Poko_footer .footer_bottom_box .box1200 p{
  display: inline;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  text-align: left;
  font-style: normal;
}

.float-box{
  position: fixed;
  right: 30px;
  bottom: 75px;
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

.float-box .float-wx-box{
  width: 56px;
  height: 127px;
  background: url("../image/float-wx-btn.png") no-repeat 0 0;
  background-size: 100% 100%;
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
}
.float-box .float-wx-box:hover .qrcode{
  display: block !important;
}

.float-box .float-wx-box .qrcode{
  width: 106px;
  height: 100px;
  background: url("../image/float-wx-qrcode.png") no-repeat 0 0;
  background-size: 100% 100%;
  position: absolute;
  right: 67px;
  top: 14px;
}

.float-box .float-btn-box{
  width: 56px;
  height: 211px;
  background: #FFFFFF;
  box-shadow: 0px 3px 15px 0px rgba(185,202,225,0.3);
  border-radius: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.float-box .float-btn-box .btn1{
  display: block;
  cursor: pointer;
}
.float-box .float-btn-box .btn2{
  display: block;
  cursor: pointer;
}
.float-box .float-btn-box .btn3{
  display: block;
  cursor: pointer;
  position: relative;
}
.float-box .float-btn-box .btn1 .btn1-qrcode{
  width: 108px;
  height: 108px;
  background: url("../image/qrcode-2.jpg") no-repeat 0 0;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 67px;
  margin-top: -54px;
  box-shadow: 0px 3px 15px 0px rgba(185,202,225,0.3);
}
.float-box .float-btn-box .btn3 .btn3-qrcode{
  width: 108px;
  height: 108px;
  background: url("../image/weapp-qrcode.jpg") no-repeat 0 0;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 67px;
  margin-top: -54px;
  box-shadow: 0px 3px 15px 0px rgba(185,202,225,0.3);
}
.float-box .float-btn-box .btn1:hover .icon{
  background: url("../image/icon-shipinhao-selected.png") no-repeat 0 0;
  background-size: 100% 100%;
}
.float-box .float-btn-box .btn1:hover p{
  color: rgba(30, 106, 216, 1);
  font-weight: bold;
}
.float-box .float-btn-box .btn1:hover .btn1-qrcode{
  display: block !important;
}
.float-box .float-btn-box .btn2:hover .icon{
  background: url("../image/float-tel-hover.png") no-repeat 0 0;
  background-size: 100% 100%;
}
.float-box .float-btn-box .btn2:hover p{
  color: rgba(30, 106, 216, 1);
  font-weight: bold;
}
.float-box .float-btn-box .btn3:hover .icon{
  background: url("../image/float-weapp-hover.png") no-repeat 0 0;
  background-size: 100% 100%;
}
.float-box .float-btn-box .btn3:hover p{
  color: rgba(30, 106, 216, 1);
  font-weight: bold;
}
.float-box .float-btn-box .btn3:hover .btn3-qrcode{
  display: block !important;
}

.float-box .float-btn-box .btn1 .icon{
  margin: 0 auto;
  width: 23px;
  height: 21px;
  background: url("../image/icon-shipinhao.png") no-repeat 0 0;
  background-size: 100% 100%;
  margin-bottom: 9px;
}

.float-box .float-btn-box .btn1 p{
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  line-height: 12px;
  text-align: center;
  font-style: normal;
  margin-bottom: 19px;
}

.float-box .float-btn-box .btn2 .icon{
  margin: 0 auto;
  width: 22px;
  height: 22px;
  background: url("../image/float-tel.png") no-repeat 0 0;
  background-size: 100% 100%;
  margin-bottom: 5px;
}

.float-box .float-btn-box .btn2 p{
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  line-height: 12px;
  text-align: center;
  font-style: normal;
  margin-bottom: 20px;
}

.float-box .float-btn-box .btn3 .icon{
  margin: 0 auto;
  width: 25px;
  height: 25px;
  background: url("../image/float-weapp.png") no-repeat 0 0;
  background-size: 100% 100%;
  margin-bottom: 4px;
}

.float-box .float-btn-box .btn3 p{
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  line-height: 12px;
  text-align: center;
  font-style: normal;
}

.float-box .float-top-btn{
  display: block;
  width: 54px;
  height: 54px;
  background: url("../image/float-top-btn.png") no-repeat 0 0;
  background-size: 100% 100%;
  cursor: pointer;
}

