body{
    background: #fff;
}

#banner{
    width: 100%;
    height: 340px;
    position: relative;
}

#banner img{
    width: 100%;
    height: 340px;
}

#banner .banertest{
    position: absolute;
    width: 1200px;
    top: 0;
    left: 50%;
    margin-left: -600px;
}

#banner .banertest .bannertitle{
    font-size: 48px;
    color: #fff;
    margin-top: 130px;
}

#banner .banertest .bannersub{
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
}

.wid_1200{
    width: 1200px;
    margin: 0 auto;
}

.phone_wrap{
    width: 100%;
    background-color: #f9fcff;
}

/* 公用title */
.phone_title{
	text-align: center;
	color: #333333;
	font-size: 36px;
	height: 68px;
	line-height: 68px;
	overflow: hidden;
	position: relative;
}

.phone_title:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background: #3377ee;
}

.phone_subtitle{
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #777;
    margin-top: 8px;
}

/* 核心价值 */
.phone_one{
    padding: 50px 0;
}

.phone_one .core_list{
    width: 100%;
    overflow: hidden;
    padding-top: 40px;
}

.phone_one .core_list .core_item{
    float: left;
    margin-right: 20px;
    width: 285px;
    border:1px solid #e5e5e5;
    background-color: #fff;
    border-radius: 20px;
    padding: 20px 10px;
    cursor: pointer;
    height: 320px;
}

.phone_one .core_list .core_item:last-child{
    margin-right: 0;
}

.phone_one .core_list .core_item:hover{
    border-color: #3377ee;
}

.phone_one .core_list .core_item .core_img{
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.phone_one .core_list .core_item .core_img img{
    display: block;
    width: 100%;
}

.phone_one .core_list .core_item .name{
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin: 10px 0;
}

.phone_one .core_list .core_item .text{
    font-size: 14px;
    color: #666;
    text-align: left;
    line-height: 24px;
    padding:0 10px 0 10px;
}

/* 靓号推荐 */
.recommend{
    padding-bottom:50px; 
}

.recommend .recommend_content{
    overflow: hidden;
    margin-top: 30px;
}

.recommend .recommend_content .recommend_left{
    float: left;
    width: 210px;
    height: 362px
}

.recommend .recommend_content .recommend_left img{
    display: block;
    width: 100%;
    height: 100%;
}

.recommend .recommend_content .recommend_right{
    width: 987px;
    float: left;
    border:1px solid #ddd;
    border-left: 0;
}

.recommend .recommend_content .recommend_right .right_top{
    width: 100%;
    overflow: hidden;
}

.recommend .recommend_content .recommend_right .right_top li{
    float: left;
    width: 246.5px;
    border-right: 1px solid #eee;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #949494;
    line-height: 40px;
    height: 40px;
    cursor: pointer;
}

.recommend .recommend_content .recommend_right .right_top li:last-child{
    border-right: 0;
}

.recommend .recommend_content .recommend_right .right_top li.active{
    background: #f60;
}

.recommend .recommend_content .recommend_right .right_list{
    overflow: hidden;
    width: 100%;
}

.recommend .recommend_content .recommend_right .right_list .right_item{
    float: left;
    width: 246.5px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    position: relative;
    height: 80px;
    cursor: pointer;
}

.recommend .recommend_content .recommend_right .right_list .right_item:nth-child(4n){
    border-right: 0;
}

.recommend .recommend_content .recommend_right .right_list .right_item .phone{
    font-size: 24px;
    color: #333;
    width: 100%;
    text-align: center;
    margin-top: 24px;
    transition: all .3s ease;
}

.recommend .recommend_content .recommend_right .right_list .right_item:hover .phone{
    font-weight: bold;
    margin-top: 10px;
}

.recommend .recommend_content .recommend_right .right_list .right_item .shoping{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background: #f60;
    transition: all .1s ease;
    display: none;
}

.recommend .recommend_content .recommend_right .right_list .right_item:hover .shoping{
    display: block;
}

/* 精选套餐 */
.package_wrap{
    width: 100%;
}

.package_content{
    padding-top: 40px;
    overflow: hidden;
}

.package_content .package_item{
    border-radius: 20px;
    width: 380px;
    float: left;
    margin-right: 30px;
    border: 1px solid #3377ee;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(200,200,200,.2);
    padding-bottom: 30px;
    transition: all .3s ease;
    cursor: pointer;
}

.package_content .package_item:last-child{
    margin-right: 0;
}

.package_content .package_item:hover{
    margin-top: -20px;
}

.package_content .package_item .top_titlle{
    padding: 20px 0;
    background: #3377ee;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}

.package_content .package_item .top_titlle .name{
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.package_content .package_item .top_titlle .price{
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}

.package_content .package_item .top_titlle .price span{
    font-weight: bold;
    margin: 0 5px;
}

.package_content .package_item .text_list{
    width: 90%;
    padding: 20px 0;
    margin: 0 auto;
    border-bottom: 1px dashed #ccc;
}

.package_content .package_item .text_list li{
    font-size: 12px;
    color: #333;
    line-height: 24px;
    margin-left:30px;
    padding-left: 15px;
    position: relative;
}

.package_content .package_item .text_list li:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 6px;
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    background: #666;
    border-radius: 50%;
}

.package_content .package_item .phone_list{
    text-align: center;
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
}

.package_content .package_item .phone_list .name{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
}

.package_content .package_item .phone_list .phone{
    font-size: 16px;
    line-height: 30px;
    color: #444;
    font-weight: 500;
}

.package_content .package_item .phone_list .phone span:first-child{
    padding-right: 25px;
}

.package_content .package_item .clickshoping{
    display: block;
    width: 140px;
    margin: 0 auto;
    background: #fff;
    color: #3377ee;
    text-align: center;
    line-height: 38px;
    height: 36px;
    border:1px solid #3377ee;
    border-radius: 5px;
    cursor: pointer;
}

.package_content .package_item:hover .clickshoping{
    background: #3377ee;
    color: #fff;
}

/* 增值功能 */
.increment{
    width: 100%;
    padding-top:50px; 
    padding-bottom: 30px;
}

.increment_list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.increment_list .increment_item{
    border-radius: 20px;
    width: 380px;
    margin-right: 30px;
    border:1px solid #ddd;
    background-color: #fff;
    margin-bottom: 30px;
    padding:20px 30px; 
}

.increment_list .increment_item:nth-child(3n){
    margin-right: 0;
}

.increment_list .increment_item .top{
    width: 100%;
    display: flex;
    align-items: center;
}

.increment_list .increment_item .top img{
    width: 36px;
    margin-right: 10px;
}

.increment_list .increment_item .top .name{
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.increment_list .increment_item .text{
    font-size: 16px;
    color: #555;
    line-height: 26px;
    margin-top: 12px;
    height: 78px;
}

.increment_list .increment_item .user{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin: 35px 0 15px;
}

.increment_list .increment_item .percentage{
    font-size: 26px;
    color: #3377ee;
    font-weight: bold;
}

.increment_list .increment_item .increment_btn{
    border-radius: 18px;
    height: 32px;
    line-height: 32px;
    width: 140px;
    margin-top: 15px;
    background: none;
    color: #3377ee;
    border:1px solid #3377ee;
    cursor: pointer;
}

.increment_list .increment_item:hover{
    border:1px solid #3377ee;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.increment_list .increment_item:hover .increment_btn{
    background: #3377ee;
    color: #fff;
}

/* 办理流程 */
.process{
    padding-bottom: 50px;
}

.process .process_list{
    width: 100%;
    display: flex;
    margin-top: 40px;
}

.process .process_list .process_item{
    border-radius: 20px;
    flex: 1;
    border:1px solid #ccc;
    background-color: #fff;
    margin-right: 30px;
    padding:20px 10px; 
    cursor: pointer;
}

.process .process_list .process_item:last-child{
    margin-right: 0;
}

.process .process_list .process_item.active{
    background-image: linear-gradient(to right, #3377ee , #92b9fc);
    border:1px solid #fff;
}

.process .process_list .process_item .name{
    font-size: 16px;
    color: #3377ee;
    font-weight: bold;
}

.process .process_list .process_item.active .name{
    color: #fff;
}

.process .process_list .process_item .text{
    font-size: 13px;
    color: #333;
    margin-top: 8px;
}

.process .process_list .process_item.active .text{
    color: #fff;
}

/* 资讯与问题 */
.realtime{
    padding: 50px 0 70px;
    width: 100%;
    background-image: url(/statics/epower/img/fourphone/icon12.png);
    background-size: cover;
}

.news_content{
    display: flex;
    margin-top: 40px;
}

.news_content .news_list{
    width: 676px;
    background:#fff;
    border:1px solid #f1f1f1;
    border-top: 1px solid #f60;
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    padding: 20px;
}

.news_content .news_list .left_title{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news_content .news_list .left_title .text{
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.news_content .news_list .left_title .more{
    font-size: 14px;
    color: #333;
}

.news_content .news_list .left_title .more:hover{
    color: #f60;
}

.news_content .news_list .news_left{
    width: 100%;
    display: flex;
    margin-top: 20px;
}

.news_content .news_list .news_left .news_img{
    width: 180px;
    display: flex;
}

.news_content .news_list .news_left .news_img img{
    display: block;
    width: 100%;
}

.news_content .news_list .news_left .news_ul{
    flex: 1;
    margin-left: 40px;
}

.news_content .news_list .news_left .news_ul .news_item{
    display: block;
    width: 100%;
}

.news_content .news_list .news_left .news_ul .news_item .news_link{
    display: flex;
    justify-content: space-between;
    height: 40px;
    border-bottom: 1px dashed #ddd;
    line-height: 40px;
}

.news_content .news_list .news_left .news_ul .news_item .news_link .name{
    font-size: 14px;
    width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_content .news_list .news_left .news_ul .news_item .news_link .time{
    font-size: 13px;
    color: #666;
}

.news_content .news_right{
    flex: 1;
    background: #fff;
    margin-left: 40px;
    border:1px solid #f1f1f1;
    border-top: 1px solid #f60;
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    padding: 20px;
}

.news_content .news_right .right_title{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news_content .news_right .right_title .text{
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.news_content .news_right .right_title .more{
    font-size: 14px;
    color: #333;
}

.news_content .news_right .right_title .more:hover{
    color: #f60;
}

.news_content .news_right .right_list{
    width: 100%;
    margin-top: 20px;
}

.news_content .news_right .right_list .right_item{
    display: block;
    width: 100%;
}

.news_content .news_right .right_list .right_item .links{
    position: relative;
    padding-left: 15px;
    border-bottom: 1px dashed #ddd;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.news_content .news_right .right_list .right_item .links:after{
    content: "";
    position: absolute;
    left: 6px;
    top: 18.5px;
    width: 3px;
    height: 3px;
    background:#333; 
    border-radius: 50%;
}

.news_content .news_right .right_list .right_item .links:hover:after{
    background:#f60; 
}

.cjwt {
  margin-bottom: 0px;
  margin-top:50px;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.cjwt .faq-list {
  margin-top: 25px;
  border-radius: 20px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  padding: 35px;
}

.cjwt .item {
  color: #333333;
}

.cjwt .item + .item {
  margin-top: 25px;
}

.cjwt .item .q {
  padding-left: 38px;
  font-weight: bold;
  line-height: 25px;
  position: relative;
}

.cjwt .item .q:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background: url(/statics/themes/400/img/q.png) no-repeat center center;
}

.cjwt .item .w {
  margin-top: 7px;
  padding-left: 38px;
  line-height: 25px;
  position: relative;
}

.cjwt .item .w::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background: url(/statics/themes/400/img/w.png) no-repeat center center;
}



.what .what-wrap {
  margin-top: 25px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  border-radius: 20px;
  padding: 0 30px;
}

.what .what-wrap .item {
  width: 100%;
  padding-top: 18px;
  padding-bottom: 13px;
  position: relative;
  display: table;
}

.what .what-wrap .item .imgbox {
  font-family: DIN;
  font-size: 50px;
  font-weight: bold;
  font-style: italic;
  color: #2c7dff;
  display: table-cell;
  vertical-align: middle;
}

.what .what-wrap .item p {
  font-size: 16px;
  padding-left: 15px;
  line-height: 26px;
  color: #333333;
  display: table-cell;
  vertical-align: middle;
}

.what .what-wrap .item + .item {
  border-top: 1px dashed #e5e5e5;
}



.home_5 {
	position: relative;
	overflow: hidden;
	padding: 55px 0 90px;
}

.home_5 .hcasez {
	margin: 35px auto 0;
	position: relative;
}

.home_5 .hcasez .hcase {
	display: inline-block;
	width: 100%;
	position: relative;
}

.home_5 .hcasez .hcase:before {
	content: "";
	display: block;
	z-index: 2;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 2px;
	height: 100%;
	background: #fff;
}

.home_5 .hcasez .hcase:after {
	content: "";
	display: block;
	z-index: 2;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #fff;
}

.home_5 .hcasez .hcase li {
	float: left;
	width: 25%;
	background: #fff;
	border-left: 1px solid #f2f2f2;
	border-top: 1px solid #f2f2f2;
	border-bottom: 0.5px solid #f2f2f2;
	border-right: 0.5px solid #f2f2f2;
	position: relative;
}

.home_5 .hcasez .hcase li .item {
	padding: 28px 0;
	display: inline-block;
	width: 100%;
}

.home_5 .hcasez .hcase li .item:hover p {
	color: #c30d23;
}

.home_5 .hcasez .hcase li .item .pic {
	width: 100%;
	z-index: 1;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.home_5 .hcasez .hcase li .item .pic:after {
	content: "";
	display: block;
	padding-bottom: 18.5%;
}

.home_5 .hcasez .hcase li .item p {
	text-align: center;
	color: #666666;
	font-size: 16px;
	line-height: 26px;
	height: 26px;
	margin: 10px auto 0;
	overflow: hidden;
	position: relative;
}



.container1 {
	max-width: 1580px;
	margin: 0 auto;
}

.titlez {
	text-align: center;
	color: #333333;
	font-size: 36px;
	height: 68px;
	line-height: 68px;
	overflow: hidden;
	position: relative;
}

.titlez:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	bottom: 0;
	width: 40px;
	height: 2px;
	background: #c30d23;
}

.hcasetitle1,
.hcasetitle2 {
	margin: 25px auto 0;
	position: relative;
	text-align: center;
	font-size: 0;
}

.hcasetitle1 li,
.hcasetitle2 li {
	display: inline-block;
	vertical-align: middle;
	height: 32px;
	padding: 0 20px;
	position: relative;
	cursor: pointer;
	line-height: 32px;
	color: #333333;
	font-size: 22px;
}

.hcasetitle1 li:after,
.hcasetitle2 li:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
	width: 1px;
	height: 20px;
	background: #f2f2f2;
}

.hcasetitle1 li:last-child:after,
.hcasetitle2 li:last-child:after {
	display: none;
}

.hcasetitle1 li:hover,
.hcasetitle2 li:hover {
	color: #c30d23;
}

.hcasetitle1 .active,
.hcasetitle2 .active {
	color: #c30d23;
}

.vcenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
}

/*case*/

.case {
	position: relative;
	overflow: hidden;
}

.case .home_5 {
	padding: 55px 0 45px;
}





.case .home_5 .hcasez {
	display: none;
}








/*                           */
    .banner {
    
    width: 100%;
    height: 360px;
    background: url(https://upyun-image.gjww.cn/statics/themes/400/img/400-bj.png?31513 ) center top no-repeat  ;
    background-size: 2600px 360px;
    background-color: #f6faff;}
    
        .menu_label {

      border: 1px rgb(67, 150, 202) solid;
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 5px;
      padding-top: 5px;
      border-radius: 25px;
      font-size: 20px;
      margin-left: 15px;
      color: rgb(67, 150, 202);
      background-color: #d0ecfe;
      /* font-weight: bold; */
      margin-bottom: 7px;
      cursor: pointer;
    }
    .menu_label:hover {
      background-color: #4575e6;
      color: white;
    }
    .menu_label:visited active {
      background-color: red;
      color: white;
    }
/*400微信展示开始*/
a#weixin {
position: relative;
}
a#weixin2 {
position: relative;
}
a#weixin3 {
position: relative;
}
#weixin img {
visibility: hidden;
opacity: 0;
transform: translate(0, 10px);
transition: all 0.3s ease-in-out;
position: absolute;
left: 115px;
bottom: 40px;
width: 150px;
height: 150px;
}
#weixin2 img {
visibility: hidden;
opacity: 0;
transform: translate(0, 10px);
transition: all 0.3s ease-in-out;
position: absolute;
right: -5px;
bottom: 32px;
width: 150px;
height: 150px;
}
#weixin3 img {
visibility: hidden;
opacity: 0;
transform: translate(0, 10px);
transition: all 0.3s ease-in-out;
position: absolute;
right: 25px;
bottom: 40px;
width: 150px;
height: 150px;
}
#weixin:hover img {
visibility: visible;
transform: translate(0, 0px);
opacity: 1;
border:1px solid #049d1e;
}
#weixin2:hover img {
visibility: visible;
transform: translate(0, 0px);
opacity: 1;
border:1px solid #049d1e;
}
#weixin3:hover img {
visibility: visible;
transform: translate(0, 0px);
opacity: 1;
border:1px solid #049d1e;
}
/*400微信展示结束

