#user-info-box{
    display: flex;
    align-items: center;
}
#user-info-box .user-tx{
    width: 46px;
    height: 46px;
    border-radius: 46px;
    background-color: #E5E5E5;
    margin-right: 9px;
}

.user-info .vip-lv{
    color: #626365;
    font-size: 14px;
    text-align: left;
}

* {
  padding: 0px;
  margin: 0px;
}
ul,li{
	list-style: none;
}
a{
	text-decoration: none;
	color: black;
}
.clear {
  clear: both;
}
.box_sizing {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.break1 {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  /** 对象作为伸缩盒子模型显示 **/
  -webkit-box-orient: vertical;
  /** 设置或检索伸缩盒对象的子元素的排列方式 **/
  -webkit-line-clamp: 1;
  /** 显示的行数 **/
  overflow: hidden;
  /** 隐藏超出的内容 **/
}
.break2 {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  /** 对象作为伸缩盒子模型显示 **/
  -webkit-box-orient: vertical;
  /** 设置或检索伸缩盒对象的子元素的排列方式 **/
  -webkit-line-clamp: 2;
  /** 显示的行数 **/
  overflow: hidden;
  /** 隐藏超出的内容 **/
}
.flex_row,
.flex {
  display: flex;
  flex-direction: row;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
}
/*项目竖向排列*/
.flex_col {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  flex-direction: column;
}
/*flex-shrink  所有项目的flex-shrink: 1; 只有一个为0  则空间不足时，为0不缩小*/
/*项目可换行 默认不换行*/
.flex_grow {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
/*水平和垂直居中*/
.flex_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
/*水平居中*/
.flex_x_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/*右对齐*/
.flex_x_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: center;
  justify-content: flex-end;
}
/*两端对齐*/
.flex_x_between,
.flex_between {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
/*两侧间距相等对齐*/
.flex_x_around {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-around;
  -webkit-justify-content: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
}
/*Y轴居中*/
.flex_y_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
/*底部对齐*/
.flex_y_bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end;
}
.item_end {
  align-self: flex-end;
  /*单个项目底部*/
}
.flex_grow_0 {
  min-width: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.flex_grow_1 {
  min-width: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.new_container {
  width: 1200px;
  margin: 0px auto;
  position: relative;
  /*overflow-x: hidden;*/
}
.wow {
 visibility:hidden; 
} 
  
header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  min-width: 1200px;
  z-index: 99;
  background: none;
  z-index: 10000;
  /*transition: all 0.5s;*/
}
.onheader{
      background: #fff;
        box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
}
header .logo {
  width: 207px;
  height: 50px;
}
header .logo img {
  width: 100%;
  height: 100%;
}
header .header {
  padding: 21px 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
header ul li {
  text-align: center;
  margin-left: 50px;
  position: relative;
}
header ul li a {
  padding-bottom: 9px;
  font-size: 18px;
  color: #222222;
}
header ul li>a:hover {
  color: #1C4BB4 !important;
  border-bottom: 2px solid #1C4BB4;
}
header ul li a.on {
  color: #1C4BB4;
  border-bottom: 2px solid #1C4BB4;
}
header ul #loginBtn {
  display: flex;
  width: 168px;
  flex: 1;
  justify-content: space-between;
}
header ul #loginIn {
  width: 80px;
  height: 38px;
  background: #5182F0;
  border-radius: 4px;
  color: #fff;
  margin-left: 18px;
  line-height: 38px;
  font-size: 14px;
  display: block;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #5182F0;
  margin-left: auto;
  cursor: pointer;
}
header ul #loginIn:hover{
    color:#fff !important;
}
header ul #loginUp {
  width: 80px;
  height: 38px;
  border: 1px solid #C4C6CA;
  border-radius: 4px;
  color: #333334;
  text-align: center;
  line-height: 38px;
  font-size: 14px;
  margin-left: 8px;
  box-sizing: border-box;
}
.banner {
  width: 100%;
  min-width: 1200px;
    background: url('img/bannerbj.png') no-repeat;
    background-size:100% 100%;

}
.banner .swiper-container {
  width: 100%;
}
.banner .swiper-container a {
  /* display: block; */
  width: 100%;
}
.banner .swiper-container img {
  width: 100%;
}
.banner .swiper-pagination-bullet {
  width: 80px;
  height: 10px;
  background: #1C4AB4;
  border-radius: 2px;
  margin:0px 6px;
}
.banner .swiper-pagination-bullet:hove{
   background: #fff;
}
.index_function li {
  width: 200px;
  height: 260px;
  background: #FFFFFF;
  display: block;
  margin-right: 50px;
  margin-top: 40px;
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
  color: #333;
}
.index_function .iconfont{
    font-size: 70px;
    color:#5382f0;
}
.index_function li:nth-child(5) {
  margin-right: 0px;
}
.index_function li:nth-child(10) {
  margin-right: 0px;
}
.index_function li .imgbox {
  width: 70px;
  height: 70px;
  display: block;
  margin: 30px auto;
    display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.index_function li:hover .iconfont{
    /*font-size: 70px;*/
    color:#fff;
}


.index_function li .imgbox img{
    height: auto;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
}

.index_function  p {
  width: 156px;
  margin: 0px auto;
  font-size: 16px;
  color: #999;
}
.index_function .funciton_title {
  font-size: 18px;
  color: #333333;
  margin-bottom: 20px;
}
.index_function .functionon {
  background: #5282F0;
  color: #fff;
}
.index_function .functionon p {

  color: #fff;
}
.home_title {
  position: relative;
  text-align: center;
  margin: 80px 0px;
  height: 132px;
}
.home_titlebj {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 145px;
  height: 145px;
}
.home_titleblod {
  font-size: 48px;
  color: #222222;
  padding-top: 32px;
}
.home_titleds {
  font-size: 14px;
  color: #5C5C5C;
}
.index_Interface .home_phone {
  position: relative;
  width: 892px;
  height: 820px;
  margin: 0px auto;
}
.index_Interface .home_phone .home_phone_img {
  height: 100%;
}
.index_Interface .tag_01 {
  position: absolute;
  top: -6px;
  left: -23px;
  width: 348px;
  height: 127px;
}
.index_Interface .tag_02 {
  position: absolute;
    top: 89px;
    left: -179px;
    width: 348px;
    height: 147px;
}
.index_Interface .tag_03 {
  position: absolute;
  top: 251px;
  left: -223px;
  width: 348px;
  height: 127px;
}
.index_Interface .tag_04 {
    position: absolute;
    top: 395px;
    left: -176px;
    width: 348px;
    height: 147px;
}
.index_Interface .tag_05 {
    position: absolute;
    top: 61px;
    right: -188px;
    width: 268px;
    height: 127px;
}
.index_Interface .tag_06 {
    position: absolute;
    top: 177px;
    right: -184px;
    width: 348px;
    height: 147px;
}
.index_Interface .tag_07 {
position: absolute;
    top: 393px;
    right: -269px;
    width: 348px;
    height: 127px;
}
.index_Interface .tag_08 {
    position: absolute;
    top: 572px;
    right: -224px;
    width: 308px;
    height: 122px;
    
}
.index_scene {
  background: url('img/home_template_bj.png') no-repeat;
  background-size: cover;
  padding-top: 1px ;
  height: 1035px;
  min-width: 1200px;
}
.index_scene .index_scenenav {
  padding: 0px 50px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 66px;
}
.index_scene .index_scenenav li {
  font-size: 18px;
  color: #212121;
  line-height: 50px;
  cursor: pointer;
}
.index_scene .index_scenenav .scenenav_active {
  color: #5181EF;
  border-bottom: 2px solid #5181EF;
}
.index_scene .pagelist ul {
  display: none;
}
.index_scene .pagelist .ulblock {
  display: block;
}
.index_scene .pagelist li {
  width: 240px;
  height: 499px;
  position: relative;
  margin-right: 50px;
  float: left;
 box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
}
.index_scene .pagelist li:nth-child(4){
     box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0);
}
.index_scene .pagelist li img {
  width: 100%;
  height: 100%;
}
.index_scene .pagelist li .late_img1{
    position: absolute;
    top: 10px;
    left: 53px;
    width: 87%;
    height: auto;
}
.index_scene .pagelist li .scene_ewmbox {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 563px;
  height: 624px;
}
.index_scene .pagelist li .ewmimg {
  position: absolute;
  top: 189px;
  left: 99px;
  width: 120px;
  height: 120px;
  z-index: 99;
}
.index_case .swiper-pagination-bullet {
  width: 52px;
  height: 5px;
  background: #1C4AB4;
  border-radius: 2px;
}
.index_case .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom: 0px;
    left: 0;
    width: 100%;
}
.index_case{
    margin-bottom:80px;
}
.index_case .swiper-slide {
  margin: 30px 0px;
  margin-bottom: 40px;
}
.index_case .case_item {
  width: 280px;
  margin: 0px auto;
  height: 300px;
  background: #FFFFFF;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
  float: left;
  margin:10px;
}
.index_case .case_item:hover .caseewmimg {
  opacity: 1;
}
.index_case .case_imgbox {
  width: 100%;
  height: 187px;
  position: relative;
}
.index_case .case_imgbox .caseimg {
  height: 100%;
  width: 100%;
}
.index_case .case_name {
  font-size: 18px;
  margin: 19px 0px;
  padding: 0px 12px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.index_case .case_bottom {
  padding: 0px 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #999999;
  font-size: 14px;
}
.index_case .case_bottom img {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.index_case .caseewmimg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 7;
  opacity: 0;
}
.index_case .caseewmimg img {
  width: 121px;
  height: 121px;
}
.index_case .next,
.index_case .prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  transform: translate(0,-50%);
    width: 100px;
    height: 200px;

}
.index_case .next:hover,.index_case .prev:hover{
    background:rgba(0,0,0,0.1);
}



.index_case .next img{
    width: 100px;
    height: 200px;
}
.index_case .prev img{
    width: 100px;
    height: 200px;
}
.index_case .next {
  right: -120px;
}
.index_case .prev {
  left: -120px;
}
.index_server {
  min-width: 1200px;
  height: 667px;
  background: linear-gradient(0deg, #ffffff 76%, #eaedfd 100%);
  padding-top: 1px;
  position: relative;
}
.index_server .home_casebj {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 460px;
}
.index_server .fuwu_click {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.index_server .fuwu_click img {
  width: 260px;
  height: 140px;
}
.foot {
  /*height: 245px;*/
  background: url('img/home_footer_bg.png');
  background-size: cover ;
  z-index: 100000;
  min-width: 1200px;
}
.foot .footlogot {
  text-align: center;
  padding: 40px 0px;
}
.foot .footlogot img {
  width: 207px;
  height: 50px;
}
.foot .footlxwm {
  width: 800px;
  height: 60px;
  background: rgba(28, 74, 180, 0);
  border: 1px solid #979797;
  border-radius: 10px;
  margin: 0px auto;
  padding: 0px 59px;
}
.foot .footlxwm span {
  font-size: 16px;
  color: #FFFFFF;
}
.foot .footlxwm p img {
  width: 18px;
  margin-right: 12px;
}
.foot .footlxwm p span {
  color: #979797;
}
.foot .footnavlist {
  margin-bottom: 40px;
}
.foot .footnavlist a {
  float: left;
  width: 20%;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.foot .foot_title {
  color: #fff;
  font-size: 12px;
  height: 50px;
  border-top: 1px solid #fff;
  line-height:50px;
  text-align: center;
}

.banner .swiper-container  .slide_a{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  
}


.banner .swiper-container  .slide_a .banner1_1{
  width: 548.75px;
  height: auto;
  margin-right: 55px;
}
.banner .swiper-container  .slide_a .banner1_2{
  width: 556px;
  height: auto;
}


.banner .swiper-container  .slide_a .banner3_1{
  width: 806px;
  height: auto;
  position: absolute;
  /* top: 50%;
  left: 50%; */
  transform: translate(-50%, -50%); 
  z-index: 3;
}
.banner .swiper-container  .slide_a .banner3_2{
  width: 617px;
  height: auto;
  position: absolute;
  /* top: 50%;
  left: 50%; */
  transform: translate(-50%, -50%); 
  z-index: 2;
}

.banner .swiper-container  .slide_a .banner2_1{
  width: 390px;
  height: auto;
  margin-right: 111px;
}
.banner .swiper-container  .slide_a .banner2_2{
  width: 602px;
  height: auto;
}


/*

新增样式


*/
#user-info-select{
    background: url(/static/index/img/user_info_bg.png) no-repeat left top;
    background-size: 100% 100%;
    border: none !important;
    box-shadow: none;
    width: 136px;
    height: 104px;
    padding: 22px 8px 10px;
    box-sizing: border-box;
}
#user-info-select dd{
    width: 145px;
    height: 35px;
    display: flex;
    margin: 0 2px;
    align-items: center;
    justify-content: center;
}
#user-info-select dd img{
    width: 14px;
    height: 14px;
    display: block;
    margin-right: 8px;
}
#user-info-select dd a{
    padding-bottom: 0;
}
#user-info-select dd:first-child{
    border-bottom: 1px solid #DADCE0;
}
.login_out_btn .layui-nav-child {
    top: 30px;
}
.login_out_btn .layui-nav-child a {
    font-size: 16px;
}
.login_out_btn:hover .layui-nav-child {
    display: block;
}
.login_out_btn .layui-nav-child dd:hover {
    background: #F1F1F1;
}
.newfooter_logo {
    width: 207px;
    height: 51px;
    display: block;
}
.newfooter_leo {
    font-size: 14px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    line-height: 21px;
    padding-top: 12px;
}
.newfooter_center {
    text-align: center;
    margin-top: 20px;
}
.newfooter_right_texts {
    display: inline-block;
    font-size: 14px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    line-height: 21px;
    padding-left: 15px;
    vertical-align: middle;
}
.newfooter_wechat {
    width: 96px;
    height: 96px;
}
.newfooter {
    padding: 50px 0;
    align-items: center;
}
.ali {
    margin-right: 20px;
    width: 150px;
    height: 44px;
}
.chengxin {
    width: 123px;
    height: 44px;
}
.login_out_btn {
    margin-left: auto;
}
