@charset "UTF-8";
/*首页样式*/
.wb_banner {
  margin-bottom: 4px;
}

.margintop {
  margin-top: 40px;
}

/*超出省略号*/
/*导航条*/
.nav {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 50px;
  z-index: 99;
  background: url(../images/wb10.png);
  background-size: cover;
  color: #fff;
}

.nav .nav_box {
  height: 50px;
  color: #fff;
  width: 69%;
 /* min-width: 1000px*/
  margin: 0 auto;
}

.nav .nav_box > div {
  float: left;
  height: 50px;
  line-height: 50px;
}

.nav .nav_box .nav_logo {
  font-size: 24px;
  color: #fff;
  width: 10%;
  text-align: center;
}

.nav .nav_box .nav_logo a {
  color: #fff;
}

.nav .nav_box .nav_list {
  overflow: hidden;
  width: 80%;
  float: right;
}

.nav .nav_box .nav_list a {
  color: #fff;
  display: block;
  float: left;
  height: 50px;
  line-height: 50px;
  width: 11%;
  text-align: center;
}

.nav .nav_box .nav_list a:hover {
  color: #0b8bdb;
  /*移上颜色加深#0a7cc4*/
  text-decoration: none;
  transition: all 0.5s;
}

.nav .nav_box .user_login {
  position: relative;
  width: 50px;
  text-align: center;
  cursor: pointer;
}

.nav .nav_box .user_login .cssarrow1 {
  width: 250px;
  padding: 4px 5px 15px 5px;
  background: #fff;
  border: 1px solid #d6ddd6;
  border-radius: 3px;
  position: absolute;
  top: 50px;
  left: -71px;
  display: none;
}

.nav .nav_box .user_login .cssarrow1 .establish {
  font-size: 14px;
  color: #0070c9;
  cursor: pointer;
  padding: 8px 15px;
  border-bottom: 1px solid #e3e3e3;
}

.nav .nav_box .user_login .cssarrow1 .establish img {
  margin-right: 16px;
}

.nav .nav_box .user_login .cssarrow1 .login {
  font-size: 14px;
  color: #0070c9;
  cursor: pointer;
  padding: 8px 15px;
  border-bottom: 1px solid #e3e3e3;
}

.nav .nav_box .user_login .cssarrow1 .login img {
  margin-right: 16px;
}

.nav .nav_box .user_login .sanjiao {
  position: absolute;
  top: 33px;
  left: 14px;
  display: none;
}

/*
.cssarrow {
    width: 200px;
    height: 80px;
    position: relative;
    background: #FFFFFF;
    border: 4px solid #F5F3DD;
    bottom: 50px;
    bottom: 130px;right:40px;
    text-align:center;
    text-align: -webkit-center;
    text-align: -ms-center;
    text-align: -moz-center;
}
.cssarrow:after,
.cssarrow:before {
    bottom: 100%;
    right: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.cssarrow:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #FFFFFF;
    border-width: 10px;
    margin-left: -11px;
}
.cssarrow:before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #F5F3DD;
    border-width: 16px;
    margin-left: -16px;
}
 * 
 * */
.shouye_dibu {
  width: 100%;
  overflow: hidden;
}

.shouye_dibu > div {
  float: left;
  width: 25%;
  padding: 0 2px;
}

.shouye_dibu > div:first-child {
  padding-left: 0px;
}

.shouye_dibu > div:last-child {
  padding-right: 0px;
}

.shouye_dibu > div a {
  display: block;
  position: relative;
}

.shouye_dibu > div a div {
  position: absolute;
  z-index: 9;
  width: 100%;
  top: 50%;
  
  height: 70px;
  margin-top:-35px;
  text-align: center;
 // margin: 0 auto;
}

.shouye_dibu > div a div p {
  font-size: 24px;
  color: #fff;
}

.shouye_dibu > div a div p:first-child {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}

.wb_footer {
  position: relative;
  width: 100%;
  height: 100px;
  line-height: 45px;
  text-align: center;
  font-size: 14px;
  color: #999;
  background: #fff;
}

/*登录页*/
.fixed {
  position: fixed;
  bottom: 0px;
}

.login_container {
  background: #FFFFFF;
  width: 69%;
  border-radius: 4px;
  border: 1px solid #d2d2d2;
  margin: 0 auto;
  margin-top: 9%;
  margin-bottom:5%;
}

.login_container .login_title {
  height: 60px;
  padding: 0px 14px;
  line-height: 60px;
  overflow: hidden;
}

.login_container .login_title div {
  float: left;
  height: 60px;
  line-height: 60px;
  font-size: 12px;
  color: #000000;
}

.login_container .login_title div:first-child {
  width: 95%;
  font-size: 24px;
  border-bottom: 1px solid #d2d2d2;
}

.login_container .login_content {
  overflow: hidden;
  padding: 60px 0px;
}

.login_container .login_content .left {
  width: 50%;
  border-right: 1px solid #eaeaea;
}

.login_container .login_content .left .left_content {
  margin: 0 auto;
  width: 67%;
}

.login_container .login_content .left .left_content .font1 {
  font-size: 18px;
  margin-bottom: 15px;
}

.login_container .login_content .left .left_content input {
  font-size: 15px;
  border: 1px solid #D2D2D2;
  outline: none;
  padding: 10px 15px;
  border-radius: 6px;
  width: 100%;
  margin-bottom: 12px;
}

.login_container .login_content .left .left_content .button_db {
  overflow: hidden;
  margin-bottom: 20px;
}

.login_container .login_content .left .left_content .button_db div {
  display: inline-block;
  border: none;
  height: 36px;
  line-height: 36px;
  width: 55%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.login_container .login_content .left .left_content .button_db div a {
  color: #1886d6;
}

.login_container .login_content .left .left_content .button_db button {
  width: 85px;
  height: 36px;
  border-radius: 6px;
  background: #1886d6;
  font-size: 14px;
  color: #FFFFFF;
  outline: none;
  border: none;
  float: right;
}

.login_container .login_content .right {
  width: 49%;
}

.login_container .login_content .right .right_content {
  margin: 0 auto;
  width: 67%;
}

.login_container .login_content .right .right_content .font1 {
  font-size: 18px;
  margin-bottom: 15px;
}

.login_container .login_content .right .right_content .wb_fu {
  font-size: 16px;
  color: #666;
}

.login_container .login_content .right .right_content .wb_fu a {
  color: #666;
}

.login_container .login_content .right .right_content .wb_fu a:hover {
  color: #1886d6;
}

.login_container .login_content .right .right_content a {
  color: #1886d6;
}

.login_container .login_content .right .right_content .right_db {
  margin-top: 30px;
}

.login_container .login_footer {
  overflow: hidden;
  height: 68px;
  border-top: 1px solid #D2D2D2;
  padding: 0px 25px;
}

.login_container .login_footer div {
  float: right;
  line-height: 68px;
}

.login_container .login_footer div:first-child {
  float: left;
}

.login_container .login_footer div:first-child button {
  border: none;
  outline: none;
  width: 87px;
  height: 34px;
  border: 1px solid #D2D2D2;
  border-radius: 3px;
  line-height: 29px;
  background: #fff;
  color: #1886D6;
}

.login_container .login_footer div img {
  vertical-align: sub;
  margin: 0 5px;
}

/*登陆样式----end*/
/*忘记密码----页面样式*/
.forgot_password .forgot_password_title {
  height: 60px;
  background: #FFFFFF;
 /* margin-top: 50px;*/
}

#formid{
  margin-bottom: 5%;
}
.forgot_password .forgot_password_title .passwordtitle_content {
  width: 55%;
  margin: 0 auto;
  height: 60px;
  line-height: 60px;
  font-size: 12px;
}

.forgot_password .forgot_password_title .passwordtitle_content a {
  display: block;
  float: right;
  margin-right: 34px;
}

.forgot_password .forgot_password_title .passwordtitle_content a:first-child {
  float: left;
  font-size: 20px;
}

.forgot_password .forgot_password_bg {
  height: 160px;
  font-size: 36px;
  line-height: 160px;
  color: #fff;
  text-align: center;
  background: url(../images/wb14.png);
  background-size: cover;
}

.forgot_password .in_passward {
  text-align: center;
  padding-top: 32px;
  padding-bottom: 80px;
  background: #FFFFFF;
}

.forgot_password .in_passward span {
  font-size: 18px;
}

.forgot_password .in_passward .input1 {
  width: 463px;
  margin: 0 auto;
  margin-top: 36px;
}

.forgot_password .in_passward .input1 div {
  display: inline-block;
  width: 80px;
  text-align: right;
}

.forgot_password .in_passward .input1 input {
  width: 80%;
  border: 1px solid #d2d2d2;
  outline: none;
  padding: 5px 15px;
  border-radius: 4px;
  margin-bottom: 10px;
}

.forgot_password .in_passward .input1 button {
  width: 15%;
  border: 1px solid #1886D6;
  border-radius: 4px;
  background: #e7f3fb;
  font-size: 14px;
  color: #1886D6;
  padding: 5px 0px;
  margin-left: 4%;
}

.forgot_password .in_passward .input2 {
  width: 463px;
  margin: 0 auto;
}

.forgot_password .in_passward .input2 input {
  width: 100%;
  border: 1px solid #d2d2d2;
  outline: none;
  padding: 5px 15px;
  border-radius: 4px;
  margin-bottom: 10px;
}

.forgot_password .password_db {
  text-align: center;
  font-size: 14px;
  padding-top: 25px;
}

.forgot_password .password_db span {
  margin-top: 15px;
}

.forgot_password .password_db button {
  background: #1886D6;
  color: #fff;
  border-radius: 4px;
  width: 145px;
  height: 45px;
  border: none;
  font-size: 18px;
  margin-top: 15px;
}

/*忘记密码----页面样式 ---------end*/
/*成功页面*/
.success {
  width: 980px;
  height: 500px;
  margin: 0 auto;
  margin-top: 130px;
  position: relative;
}

.success .success_icon {
  position: absolute;
  top: 220px;
  left: 353px;
}

.success .success_icon img {
  margin-top: -35px;
}

.success .success_icon div {
  display: inline-block;
  text-align: center;
  margin-left: 10px;
}

.success .success_icon div p {
  font-size: 20px;
}

.success .success_icon div button {
  font-size: 16px;
  width: 165px;
  height: 50px;
  color: #fff;
  background: #1886D6;
  border: none;
  border-radius: 4px;
  margin-top: 10px;
}

/*成功页面------end*/
/*创建账号*/
.establish {
  height: 55px !important;
  line-height: 55px !important;
}

.establish_code {
  margin: 0 auto;
  width: 64%;
  height: 124px;
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #d2d2d2;
}

.establish_code .Verification_code {
  width: 463px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 40px;
}

.establish_code .Verification_code .code {
  float: left;
}

.establish_code .Verification_code .int_code {
  float: right;
  text-align: right;
}

.establish_code .Verification_code .int_code input {
  width: 293px;
  border: 1px solid #d2d2d2;
  outline: none;
  padding: 5px 15px;
  border-radius: 4px;
  margin-bottom: 10px;
}

.establish_code .Verification_code .int_code button {
  background: #FFFFFF;
  font-size: 14px;
  color: #1886D6;
  border: none;
  outline: none;
}

/*创建账号-----end*/


/*物本团队*/
.wb_team_head {
  text-align: center;
  color: #333;
  line-height: 50px;
}

.wb_team_head p {
  font-size: 48px;
  color: #333;
  font-weight: 600;
}

.wb_team_head span {
  font-size: 30px;
}


.director_list {
  overflow: hidden;
}

.director_list li {
  position: relative;
  background: #FFFFFF;
}

.director_list li .director_img img {
  width: 600px;
}

.director_list li .director_jianjie {
  width: 600px;
  overflow: hidden;
  padding-left: 20px;
}

.director_list li .director_jianjie > p {
  color: #666666;
  font-size: 30px;
  margin-top: 17px;
  margin-bottom: 20px;
}

.director_list li .director_jianjie > img {
  margin-top: 20px;
}

.director_list li .director_jianjie span {
  color: #999999;
  font-size: 24px;
}

.director_list li .director_jianjie ul {
  margin-top: 10px;
}

.director_list li .director_jianjie ul li {
  font-size: 14px;
  color: #777777;
}

.wb_team_personnel {
  margin-top: 25px;
}

.wb_team_personnel table tr td {
  position: relative;
  width: 25%;
 
}

.wb_team_personnel table tr td .wb_team_bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/wb_team10.png) no-repeat;
  background-size: cover;
  text-align: center;
  display: none;
}

.wb_team_personnel table tr td .wb_team_bg>p {
  font-size: 22px;
  color: #fff;
  width: 100px;
  border: 1px solid #fff;
  border-top: 2px solid #fff;
  text-align: center;
  padding: 2px 0px;
  margin: 0 auto;
  margin-top: 100px;
}

.wb_team_personnel table tr td .wb_team_bg span {
  font-size: 18px;
  color: #fff;
  display: block;
  margin-top: 20px;
}
.wb_team_personnel table tr td .wb_team_bg span p{
    color: #fff;
}
.wb_team_personnel table tr td .wb_team_bg div {
  margin-top: 10px;
  width: 80px;
  text-align: center;
  padding: 1px;
  color: #fff;
  font-size: 18px;
  margin: 0 auto;
}
.wb_team_personnel table tr td .wb_team_bg div a{
 
  color: #fff;
  
}
.wb_team_personnel table tr td .wb_team_bg div a:hover{
 
  color: #337ab7;
  
}
.wb_team_personnel table tr td:hover {
  cursor: pointer;
}

.wb_team_personnel table tr td:hover .wb_team_bg {
  display: block;
}

/*设计师单页*/
.shejishi_works .shejishi_img {
  position: relative;
}

.shejishi_works .shejishi_img .shejishi_title {
  position: absolute;
  bottom: 0px;
  height: 50px;
  background: url(../images/wb10.png) no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 11px;
  display: block;
}

.shejishi_works .shejishi_img .shejishi_title a:first-child {
  background: none;
  margin-left: 20px;
}

.shejishi_works .shejishi_img .shejishi_title .newsxx2_3 {
  margin-left: -24px;
}

.shejishi_works .shejishi_img .shejishi_title button {
  background: #fff;
  font-size: 16px;
  color: #000000;
  border: none;
  outline: none;
  border-radius: 4px;
  padding: 2px 14px;
  margin: 0 7px;
}

.shejishi_works .shejishi_img .shejishi_title button:first-child {
  margin-left: 20px;
}

.shejishi_works .shejishi_img .shejishi_title button img {
  width: 20px;
  vertical-align: sub;
}

.shejishi_works .shejishi_img .shejishi_title button:hover {
  color: #337ab7;
  transition: all 0.5s;
}

.shejishi_works .shejishi_img .shejishi_title span {
  font-size: 24px;
  color: #fff;
  float: right;
  margin-right: 10px;
}

.shejishi_works .shejishi_img:hover .shejishi_title {
  display: block;
}

.shejishi_name {
  text-align: center;
  margin-top: -70px;
}

.shejishi_name div {
  text-align: center;
}

.shejishi_name div img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 4px solid #fff;
}

.shejishi_name p {
  font-size: 24px;
  color: #000;
  margin-top: 10px;
}

.shejishi_name p span {
  font-size: 18px;
}

.shejishi_name p button {
  font-size: 16px;
  background: #333;
  color: #fff;
  width: 140px;
  height: 40px;
  border-radius: 4px;
  border: none;
  outline: none;
  margin-left: 10px;
}

.shejishi_name p button:hover {
  background: #fa7d3c;
  transition: all 0.5s;
}

/*会员权益*/
.member_rights .member_rights_content {
  width: 559px;
  height: 191px;
  background: url(../images/wb_rights9.png) no-repeat;
  padding: 10px 24px;
  position: absolute;
  bottom: 30px;
  right: 42px;
}

.member_rights .member_rights_content .member_rights_content_text {
  float: left;
}

.member_rights .member_rights_content .member_rights_content_text .coupon_title {
  font-size: 18px;
  color: #333;
}

.member_rights .member_rights_content .member_rights_content_text .coupon_title img {
  width: 18px;
  margin-right: 6px;
}

.member_rights .member_rights_content .member_rights_content_text .coupon_sum {
  margin: 4px 0px;
  font-size: 24px;
}

.member_rights .member_rights_content .member_rights_content_text .coupon_sum span {
  font-size: 60px;
  font-weight: 800;
}

.member_rights .member_rights_content .member_rights_content_text .coupon_dibu p {
  font-size: 14px;
  color: #333;
}

.member_rights .member_rights_content .member_rights_btn {
  float: right;
  margin-right: 33px;
  margin-top: 15px;
}

.member_rights .member_rights_content .member_rights_btn img {
  width: 67px;
  margin-left: 3px;
}

.member_rights .member_rights_content .member_rights_btn p {
  font-size: 22px;
  font-weight: 600;
  text-align: right;
  margin-top: 22px;
}

.member_rights .member_rights_content .coupon_line {
  position: absolute;
  z-index: 4;
  right: -42px;
  top: 33px;
  width: 100px;
  height: 40px;
  background: url(../images/wb_rights7.png) no-repeat;
}

.member_rights .member_rights_content .coupon_expired {
  position: absolute;
  width: 553px;
  height: 184px;
  z-index: 3;
  top: 3px;
  left: 3px;
  text-align: center;
  background: #FFFFFF;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.member_rights .member_rights_content .coupon_expired img {
  width: 36%;
  margin-top: 20px;
}

/*------------单页资料----------------------------*/
/*联系我们*/
.wb_contact {
  background: #fff;
  margin: 45px 0;
}

.wb_contact table tr td {
  text-align: center;
  vertical-align: top;
  line-height: 26px;
  width: 25%;
  font-size:20px;
}

.wb_contact table tr td p {
  font-size: 24px;
  color: #333;
  font-weight: 600;
  margin: 10px 0px;
}

.wb_contact table tr td span {
  font-size: 24px;
  color: #333;
}

.wb_contact table tr td span em {
  color: #cd000c;
  font-size: 12px;
  vertical-align: super;
}
.wb_contact table tr td  em {
  color: #cd000c;
  font-size: 12px;
  vertical-align: super;
}

.wb_contact_dibu {
  margin-bottom: 75px;
}

.wb_contact_dibu .wb_map {
  margin-bottom: 75px;
}

.wb_contact_dibu p {
  color: #000;
  font-size: 24px;
  width: 100%;
  text-align: center;
  font-weight: 500;
  margin: 23px 0;
}

.wb_contact_dibu p:first-child {
  font-size: 30px;
}

.wb_contact_dibu p:last-child {
  font-weight: 300;
}

.wb_contact_dibu .first-p {
  font-size: 30px;
}

.wb_contact_dibu .wb_contact_line {
  width: 65px;
  height: 2px;
  background: #CD000C;
  margin: 0 auto;
}

/*工程支持----start*/
.wb_gongcheng_content {
  position: relative;
}

.wb_gongcheng_content .gongcheng {
  position: absolute;
  top: 0px;
  width: 100%;
  min-width: 69%;
}

.wb_gongcheng_content .gongcheng .wb_gch_title {
  text-align: center;
  margin-top: 60px;
}

.wb_gongcheng_content .gongcheng .wb_gch_title p {
  font-size: 48px;
  color: #333333;
  margin-bottom: 34px;
  margin-top: 26px;
}

.wb_gongcheng_content .gongcheng .wb_gch_title span {
  font-size: 30px;
  color: #999;
}

.wb_gongcheng_content .gongcheng .wb_tixi {
  width: 69%;
  margin: 20px auto;
  margin-top: 40px;
  background: rgba(0, 0, 0, 0.02);
  padding: 20px 0;
  border-radius:15px;
}

.wb_gongcheng_content .gongcheng .wb_tixi table {
  margin: 0 auto;
  width:100% !important;
}

.wb_gongcheng_content .gongcheng .wb_tixi table tr td {
  width: 33.3%;
  height: 380px;
  vertical-align: top;
  text-align: center;
}

.wb_gongcheng_content .gongcheng .wb_tixi table tr td img {
  margin-top: 0px;
}

.wb_gongcheng_content .gongcheng .wb_tixi table tr td p {
  font-size: 21px;
  color: #333333;
  margin-top: 17px;
  margin-bottom: 4px;
}

.wb_gongcheng_content .gongcheng .wb_tixi table tr td span {
  font-size: 14px;
  color: #666666;
}

.wb_gongcheng_content .gongcheng .wb_tixi .wb_tixi1 {
  background: url(../upload/wb_gch1.png) no-repeat;
  background-position: 50% 0;
  background-size: 90%;
}

.wb_gongcheng_content .gongcheng .wb_tixi .wb_tixi2 {
  background: url(../upload/wb_gch2.png) no-repeat;
  background-position: 50% 0;
  background-size: 90%;
}

.wb_gongcheng_content .gongcheng .wb_tixi .wb_tixi3 {
  background: url(../upload/wb_gch3.png) no-repeat;
  background-position: 50% 0;
  background-size: 90%;
}

.wb_gongcheng_content .gongcheng .wb_tixi .wb_tixi4 {
  background: url(../upload/wb_gch4.png) no-repeat;
  background-position: 50% 0;
  background-size: 90%;
}

.wb_gongcheng_content .gongcheng .wb_tixi .wb_tixi5 {
  background: url(../upload/wb_gch5.png) no-repeat;
  background-position: 50% 0;
  background-size: 90%;
}

.wb_gongcheng_content .gongcheng .wb_tixi .wb_tixi6 {
  background: url(../upload/wb_gch6.png) no-repeat;
  background-position: 50% 0;
  background-size: 90%;
}

.wb_gongcheng_content .gongcheng .wb_tixi .wb_tixi7 {
  background: url(../upload/wb_gch7.png) no-repeat;
  background-position: 50% 0;
  background-size: 90%;
}

.wb_gongcheng_content .gongcheng .wb_tixi .wb_tixi8 {
  background: url(../upload/wb_gch8.png) no-repeat;
  background-position: 50% 0;
  background-size: 90%;
}

.wb_gongcheng_content .gongcheng .wb_tixi .wb_tixi9 {
  background: url(../upload/wb_gch9.png) no-repeat;
  background-position: 50% 0;
  background-size: 90%;
}

/*工程支持----end*/
/*设计流程--start*/
.liucheng_content {
  //position: absolute;
  /*top: 794px;
  width: 1200px;
  left: 50%;
  margin-left: -600px;*/
  width: 69%;
  margin:0 auto;
}

.liucheng_content .wb_shejiliucheng .liucheng_box {
  margin: 0 auto;
  overflow: hidden;
}

.liucheng_content .wb_shejiliucheng .liucheng_box div {
  width: 280px;
  height: 400px;
  background: #fff;
  float: left;
  position: relative;
  padding-top: 30px;
  padding-left: 24px;
  padding-right: 15px;
  margin: 10px 10px;
}

.liucheng_content .wb_shejiliucheng .liucheng_box div img {
  position: absolute;
  left: 0px;
  bottom: 10px;
}

.liucheng_content .wb_shejiliucheng .liucheng_box div p {
  color: #333333;
  font-size: 20px;
}

.liucheng_content .wb_shejiliucheng .liucheng_box div>div {
  display: block;
  font-size: 20px;
  color: #333;
  width: 190px;
  height: 90px;
  position: absolute;
  bottom: 108px;
  left: 66px;
  padding:0;
  margin:0;
  line-height:22px;
}

/*设计流程--end*/

/*wuben_logo*/
.nav_logo img{
  margin-top: 12px;
}
/**/
.wb_map>img{
  width: 100%;
}
.wb_gongcheng_content>img{
  width: 100%;
}

@media screen and (max-width: 2059px) {
  
}
 
@media screen and (max-width: 1809px) {
   
}
 
@media screen and (max-width: 1559px) {
    
}
 
@media screen and (max-width: 1309px) {
   
}
 
@media screen and (max-width: 1059px) {
   .wb_gongcheng_content .gongcheng .wb_tixi {
    width: 85%;}
    .nycontent{
        width: 85%;
    }
    .nav .nav_box{
        width: 85%;
    }
    .content {
width: 85%;

}
.nycontentwhite {
width: 85%;

}
.nycontent_text {
  width: 85%;
}


.shouye_dibu > div a div p:first-child {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 8px;
}
.shouye_dibu > div a div p {
    font-size: 18px;
    color: #fff;
}

}
 
@media screen and (max-width: 809px) {
    
}
 
@media only screen and (max-width: 870px) {
 
}
@media screen and (max-width: 520px){
 
}

.wb_footer .gs_beian {width: 35px; height: 45px; margin: 0 auto; overflow: hidden;}

.wb_footer .gs_beian img {width: 100%; height: auto; vertical-align: middle;}