.c_crumb {
  padding-top: 95px;
  background: #f6f7fc;
  padding-bottom: 20px;
  /* line-height: 98px; */
}
.c_crumb .con a {
  color: #9f9f9d;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.c_crumb .con a:hover {
  color: #308ef0;
}
.c_crumb .con span {
  color: #9f9f9d;
  margin: 0 4px;
}
.c_crumb .con h1{
  color: #308ef0;display: inline;
}







.late_box{
	background: #f6f7fc;
	padding-bottom:3.125%;
	position: relative;
}




.late_tablist{position: absolute;/*left:-290px;*/top:0;right:calc((100vw - 1200px) / 2 + 1200px);width: 260px;padding: 24px;background: #fff;border-radius: 4px;}
.late_tablist.fixed{position: fixed;top:50px;right:calc((100vw - 1200px) / 2 + 1200px);}
.late_tablist dl{padding: 10px 0 17px;}
.late_tablist dt{color: #28293b;padding-left: 18px;position: relative;cursor: pointer;line-height: 30px;}
.late_tablist dt a{color: #28293b;}
.late_tablist dt:before {
    content: "";
    width: 4px;
    height: 14px;
    background-color: #1882f0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    border-radius: 3px;
}
.late_tablist dl.active dt{color:#1882f0;}
.late_tablist dl.active dt a{color:#1882f0;}
.late_tablist dl.active1 dt{color:#1882f0;}
.late_tablist dl.active1 dt a{color:#1882f0;}
.late_tablist dt:hover a{color:#1882f0;}
.late_tablist dd{margin-left: 18px;padding-left: 15px;position: relative;line-height: 2em;display: none;}
.late_tablist .active dd{display: block;}
.late_tablist dd a{color: #28293b;}
.late_tablist dd.active a{color: #1882f0;}
.late_tablist dl dd:hover a{color: #1882f0;}
.late_tablist dl dd:nth-child(2){margin-top: 10px;}
.late_tablist dd:before{display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 4px;
    height: 4px;
    background: #1882f0;
    border-radius: 50%;}
    
    
    
    
.late_box .right{
	width: 100%;
	background: #fff;
	margin-bottom: 30px;
	border-radius: 4px;
}

.right_model_title{position: relative;padding-left: 18px;margin-bottom: 30px;}
.jian_jie .jian_jie_left .xg_list .swiper-container{padding-bottom: 40px;}
.late_box .right .right_model_title{margin-bottom: 50px;}
.right_model_title:before {
    content: "";
    width: 4px;
    height: 23px;
    background-color: #1882f0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -11px;
    border-radius: 3px;
}
.tg_list{padding-bottom: 40px;}
.tag_list img{width: 26px;margin-right: 3px;}
.tag_list a{margin-right: 15px;color: #252B3A;font-size: 14px;}
.tag_list a:hover{color: #1882f0;}

.tag_list{margin-top: 60px;display: none;}


.nav_info{
  padding:0 0 3.125%;
}
.nav_info .big_title{
  text-align: center;

line-height: 100px;



color: #333;

font-weight: bold;
}

.nav_info li .des{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #868686;
  margin-top: 5px;
  height: 3em;
}
.nav_info li  .jt{text-align: right;transition: 0.5s;}
.nav_info li .jt .phone{
  display: none;
}
.nav_info li{
 
  /*border: 1px solid rgba(0,0,0,0.1);*/
  float: left;
  width: calc((100% - 20px)/2);
  margin-bottom: 20px;
 position: relative;
  transition: 0.5s;
  background: #fff;
  top: 0;
  box-shadow: 0 0 5px #eaeef9;
}
.nav_info li a{
	 display: flex;
  align-items: center;
  height: 160px;
  padding: 0 40px;
   border-radius: 5px;
  justify-content: space-between;
}
.nav_info li:nth-child(2n){
  float: right;
}
.nav_info li .img{
   width: 90px;
   height: 90px;
   position: relative;
}
.nav_info li .txt{
  width: 75%;color:#868686
}
.nav_info li .txt>div:first-child{
color: #202020;

font-weight: 700;
}
.nav_info li .img img{
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   margin: auto;
   max-width: 100%;
}
.nav_info li:hover{
  transition: 0.5s;
  box-shadow: 0 0 5px #adb0b9;
  top: -10px;
}
.nav_info li:hover .jt{
  padding-right: 10px;
  transition: 0.5s;
}




.free {
  padding: 44px 0 46px;
  background: url(../img/active/d_bg.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.free .con .left {
  float: left;
}
.free .con .left h2 {
  color: #fff;
}
.free .con .left h3 {
  margin-top: 12px;
  color: #fff;
}
.free .con a {
  float: right;
  display: block;
  width: 126px;
  height: 44px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  line-height: 44px;
  position: relative;
  top: 20px;
  border: 1px solid #fff;
}
.free .con a:after {
  display: inline-block;
  content: '\e683';
  font-family: iconfont;
  font-size: 14px;
  color: #fff;
  width: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.free .con a:hover:after {
  margin-left: 6px;
  opacity: 1;
}
.phone_choose{
  display: none;
}




.right_model_title{position: relative;padding-left: 18px;margin-bottom: 30px;}
.tg_list{padding-bottom: 40px;}
.right_model_title:before {
    content: "";
    width: 4px;
    height: 23px;
    background-color: #1882f0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -11px;
    border-radius: 3px;
}
.excellent_box{width: 100%;
	background: #fff;
	padding: 60px;
	margin-bottom: 30px;
	border-radius: 4px;}
	.excellent_box .excellent_top{margin-bottom: 40px;}
.excellent_box .excellent_top .left{
  width:295px;
  position: relative;
  height: 295px;
  text-align: center;
  line-height: 295px;
  border: 1px solid rgba(0,0,0,0.1);
}
.excellent_box .excellent_top .left .img{    width: 70%;
  display: inline-block;}
.excellent_box .excellent_top .left .img img{width: 100%;}
.excellent_box .excellent_top .left .icon{position: absolute;bottom: 0;left: 0;width: 100%;padding: 25px 40px;}
.excellent_box .excellent_top .left .icon .item_icon{position: relative;line-height: initial;}
.excellent_box .excellent_top .left .icon .item_icon:first-child{cursor: pointer}
.excellent_box .excellent_top .left .icon .pra{width: 80px;height: 30px;line-height: 30px;text-align: center;background:rgba(0,0,0,0.8);color: #fff;top: -40px;border-radius: 4px;left: 50%;transform: translateX(-50%);display: none;}
.excellent_box .excellent_top .left .icon .pra:after{content: "";width: 0;border: 5px solid transparent;border-top-color:rgba(0,0,0,0.8);position: absolute;top: 30px;left: 50%;transform: translateX(-50%);}
.excellent_box .excellent_top .left .icon .item_icon:hover .pra{display: block;}
.excellent_box .excellent_top .left .icon .star{width:21px;height: 21px;display: inline-block;background:url(../img/excellent_web/icon1_1.png) no-repeat center;background-size: contain;vertical-align: middle;margin-right: 10px;}
.excellent_box .excellent_top .left .icon .fnt_16.active .star{background-image: url(../img/excellent_web/icon1.png);}
.excellent_box .excellent_top .left .icon .ll{width:21px;height: 21px;display: inline-block;background:url(../img/excellent_web/icon2_1.png) no-repeat center;background-size: contain;vertical-align: middle;margin-right: 10px;}
.excellent_box .excellent_top .left .icon .fnt_16.active .ll{background-image: url(../img/excellent_web/icon2.png);}
.excellent_box .excellent_top .left .icon .fnt_16 span{vertical-align: middle;display: inline-block;}
.excellent_box .excellent_top .right{width:calc(100% - 335px);margin-left:40px;color: #28293b;}
.excellent_box .excellent_top .right .title{margin-bottom: 5px;}
.excellent_box .excellent_top .right .subtitle{margin-bottom: 10px;}
.excellent_box .excellent_top .right .tag {margin-bottom: 55px; flex-wrap:wrap;display: flex;justify-content:flex-start;}
.excellent_box .excellent_top .right .tag span{padding:0 20px;height: 32px;line-height: 32px;/*display: inline-block;*/background: #efefef;margin: 5px;border-radius: 4px;transition: all 0.4s;}
.excellent_box .excellent_top .right .tag span a{color: #9d9d9d;transition: all 0.4s;}
.excellent_box .excellent_top .right .tag span:hover {background: linear-gradient(90deg, #1882F0 0%, #00AEEE 100%);transition: all 0.4s;}
.excellent_box .excellent_top .right .tag span:hover a{color: #fff;transition: all 0.4s;}
.excellent_box .excellent_top .right .link a{width: 134px;height: 46px;line-height: 46px;display: inline-block;text-align: center;background:#dddddd;color:#28293b;border-radius:5px;position:relative;}
.excellent_box .excellent_top .right .link a .pra{position: absolute;top: 52px;left: 50%;transform: translateX(-50%);background:#1882F0;padding: 10px;display: none;}
.excellent_box .excellent_top .right .link a .pra img{width: 100px;}
.excellent_box .excellent_top .right .link a .pra:after{content: "";width: 0;border: 5px solid transparent;border-bottom-color:#1882F0;position: absolute;top: -10px;left: 50%;transform: translateX(-50%);}
.excellent_box .excellent_top .right .link a:hover .pra{display: block;}


.excellent_box .excellent_top .right .link a:first-child{background: linear-gradient(90deg, #1882F0 0%, #00AEEE 100%);color: #fff;margin-right: 20px;}

.excellent_box .excellent_top .right .link a:hover{background: #1882F0;color: #fff;}
.excellent_box .excellent_top .right .link a:after {
    display: inline-block;
    content: "";
    border: solid #fff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(
-45deg
) translateY(-2px);
    -webkit-transform: rotate(
-45deg
) translateY(-2px);
    transition: 0.5s;
    opacity: 0;
}
.excellent_box .excellent_top .right .link a:nth-child(2):after{
	border: none;padding: 0;transform: none;width: 16px;height: 16px;
}
.excellent_box .excellent_top .right .link a:hover:nth-child(2):after{
	background: url(../img/excellent_web/sao.png);vertical-align: middle;
}
.excellent_box .excellent_top .right .link a:hover:after {
	margin-left: 10px;
	transition: 0.5s;
	opacity: 1;
}





.late_list{
	width: 100%;
	background: #fff;
	padding: 40px;
	border-radius: 4px;
}
.late_list .tg_list li{
	float: left;
	width: 31.66%;
	margin-right: 2.51%;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}
.late_list .tg_list li:last-child{
	margin-right: 0;
}
.late_list .tg_list li .img{
	width: 100%;
	height: 0;
	padding-bottom:56.25%;
	transition: all 0.4s;
}
.late_list .tg_list li:hover .img{
	transform: scale(1.04);
}
.late_list .tg_list li  .text{
	width: 100%;
	padding:20px 0px;
	bottom: 0;
	left: 0;
	
}
.late_list .tg_list li .text .title{
  color: #28293b;
}
.late_list .tg_list li .text .subtitle{
  color: #575d6c;
}
.img_phone{
  display: none;
}
.icon_phone{
  display: none;
}

.phone_choose{
  display: none;
}
.phone_nav{
  display: none;
}
.phone{
  display: none;
  position: relative;
}

@media only screen and (max-width: 1780px) {
	.late_right_box{padding-left: 160px;} 
	.late_tablist{right: calc((100vw - 1200px) / 2 + 1040px);}
	.late_tablist.fixed{right: calc((100vw - 1200px) / 2 + 1040px);}
	.jian_jie .jian_right li{padding-left: 0;}
}
@media only screen and (max-width: 1500px) {
  .late_right_box{padding-left: 210px;} 
	.late_tablist {right: calc((100vw - 1200px) / 2 + 990px);}
	.late_tablist.fixed{right: calc((100vw - 1200px) / 2 + 990px)}
	/*.late_tablist{left: -90px;}*/
	.jian_jie .jian_right li{padding-left: 0;}
	.jian_jie .jian_right li span{margin-right: 10px;}
}
@media only screen and (max-width: 1400px) {
	.late_right_box{padding-left: 250px;} 
	.late_tablist{right: calc((100vw - 1200px) / 2 + 950px);}
	.late_tablist.fixed{right: calc((100vw - 1200px) / 2 + 950px);}
	.jian_jie .jian_right li{padding-left: 0;}
	.jian_jie .jian_right li span{margin-right: 10px;}
}
@media only screen and (max-width: 1366px) {
	.late_list{padding: 20px;}
	.jian_jie .jian_left{padding: 20px;}
	.jian_jie .jian_right{padding: 20px;}
	.jian_jie .jian_jie_left .xg_list{padding: 20px;}
}
@media only screen and (max-width: 768px) {
  .c_crumb{
    padding-top: 76px;
    font-size: 12px;
  }
  .late_tablist{
    display: none;
  }
  .late_right_box{
    padding-left: 0;
  }
  .excellent_box{
    padding: 0;
  }
  .excellent_box .excellent_top .left{
    float: none;
    width: 100%;
    display: block;
  }
  .excellent_box .excellent_top .right{
    width: 100%;
    float: none;
  }
  .excellent_box{
    background: none;
  }
  .excellent_box .excellent_top .right .tag{
    margin-bottom: 0.4rem;
  }
  .right_model_title:before{
    display: none;
  }
  .right_model_title{
    padding-left: 0;
    text-align: center;
    margin-bottom: 0.5rem;
    font-size: 0.4rem;
    font-weight: bold;
  }
  .late_list{
    background: none;
  }
  .nav_info li .jt .pc{
    display: none;
  }
  .nav_info li .jt .phone{
    display: block;
  }
  .nav_info li a{
    padding: 0 20px 0 0.2rem;
    height: 1.2rem;
  }
  .nav_info li .img{
    width: 0.58rem;
    height: 0.58rem;
  }
  .nav_info li .des{
    -webkit-line-clamp: 1;
    height:auto;
  }
  .nav_info li .jt{
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
  }
  .late_list{
    padding: 0;
  }
  .nav_info .big_title{
    line-height: inherit;
    margin-bottom: 0.4rem;
  }
  .img_pc{
    display: none;
  }
  .img_phone{
    display: block;
  }
  .excellent_box .excellent_top .left .icon{
    display: none;
  }
  .icon_phone{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    bottom: 4%;
    width: 100%;
    left: 0;
  }
  .icon_phone .number_s{
    border-radius: 50%;
    display: inline-block;
    background: rgba(0,0,0,0.1);
    width: 1rem;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.24rem;
  }
  .icon_phone div{
    line-height: initial;
  }
  .icon_phone .number_s img{
    margin-bottom: 5px;
    width: 50%;
  }

  .tag_list{
    margin-top: 0.6rem;
    display: none;
  }
  .excellent_box .excellent_top .right .link a:last-child{
    display: none;
  }
  .late_list .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
  }
  .late_list .swiper-pagination-bullet-active{
    background:#0081f8 ;
    opacity: 1;
  }
  .late_list .tg_list li .text a .subtitle{
    display: none;
  }
  .late_list .tg_list li .text{
    padding: 10px 0 0;
  }
  .late_list .swiper-pagination{
    position: relative;
    bottom: 0 !important;
    margin-top: 10px;
  }
  .phone{
    display: block;
  }
  .phone_nav{
    display: block;
    white-space: nowrap;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    overflow-x: scroll;
    margin-bottom: 0.3rem;
  }
  .phone_nav>div{
    display: inline-block;
    margin-right: 20px;
    font-size: 0.3rem;
  }
  .phone_er{
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    background-color: white;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
    white-space: normal;
    z-index: 2;
    padding: 20px 0 ;
  }
  .phone_er a {
    display: block;
    color: #333;
    line-height: 30px;
    padding-left: 30px;
    position: relative;
  }
  .phone_er a::before{
    display: block;
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: #1882f0;
    border-radius: 50%;
  }
  .phone_nav .phone_act>div:first-child{
    position: relative;
    padding-bottom: 0.3rem;
  }
  .phone_nav .phone_act>div:first-child:before{
     position: absolute;
     bottom: 0;
     left: 0;
     width: 100%;
     height: 4px;
     background-color: #0086f6;
     content: "";
     display: block;
  }
  .er::after{
    content: '';
    vertical-align: middle;
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: transparent;
    border-right: 1px solid rgba(0,0,0,0.9);
    border-top: 1px solid rgba(0,0,0,0.9);
    -ms-transform: rotate(130deg);
    -webkit-transform: rotate(130deg);
transform: rotate(130deg);
  transition: 0.5s;
  margin-left: 10px;
  margin-top: -5px;
  font-size: 0;
  }
  .excellent_box .excellent_top .right .tag span a{
    font-size: 0.22rem;
  }
  .excellent_box .excellent_top .right .tag span{
    height: auto;
    line-height: inherit;
    width: auto;
    padding:0.08rem 0.18rem;
  }
  .excellent_box .excellent_top .right .link a{
    width: 1.96rem;
    height: 0.7rem;
    line-height: 0.7rem;
    text-align: left;
    padding: 0 0.2rem;
    font-size: 14px;
  }
  .excellent_box .excellent_top .right .link a:after{
    opacity: 1;
    position: absolute;
    top:0;
    bottom: 0;
    right: 0.2rem;
    margin:0.3rem auto 0;
    width: 2px;
    height: 2px;
  }
  .nav_info li{
    width: calc((100% - 0.18rem)/2);
    margin-bottom: 0.38rem;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.1);
  }
  .nav_info li .txt>div:first-child{
    font-size: 0.24rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .free{
    display: none;
  }
  .late_list .tg_list li .text .title{
    font-size: 0.24rem;
  }
  .excellent_box .excellent_top .left{
    background-image: url(../img/bggg_03.png);
    background-size: cover;
    border-radius: 15px;
    overflow: hidden;
    height: 250px;
    line-height: 250px;
    border: none;
  }
  .excellent_box .excellent_top .left .img{
    width: 100%;
    text-align: center;
 
  }
  .excellent_box .excellent_top .left .img .img_phone{
    width: 40%;
    vertical-align: middle;
    display: inline-block;
    border-radius: 5px;
  }
  .icon_phone .star{
    width: 21px;
    height: 21px;
    display: inline-block;
    background: url(../img/excellent_web/icon1_1.png) no-repeat center;
    background-size: contain;
    vertical-align: middle;
  }
  .icon_phone .act_star .star{
    background-image: url(../img/excellent_web/icon1.png);
  }
  .icon_phone>div{
    text-align: center;
    border-radius: 50%;
    background: rgba(0,0,0,0.1);
    width: 1rem;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.24rem;
    margin-right: 20px;
  }
  .icon_phone .num_star{
    display: block;
    text-align: center;
  }
  .pra{
    display: none;
  }
}
