/* CSS Document */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline-style: none;
  /*FF*/
}
body {
  line-height: 1;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
  outline-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
select {
  vertical-align: middle;
}
ul {
  list-style: none;
}
.flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.hide {
  display: none !important;
}
.header {
  background: #f5f5f5;
  height: 40px;
  line-height: 40px;
  color: #383838;
  font-size: 14px;
}
.header .icon-ionc {
  color: #02bf03;
}
.header .local {
  margin-right: 10px;
  position: relative;
  top: -1px;
}
.header .toggle {
  color: #02bf03;
  position: relative;
  top: -1px;
  cursor: pointer;
}
.header .right,
.header .left {
  display: inline-block;
}
.header .main {
  position: relative;
}
.header .city {
  z-index:2000;
  display: inline-block;
  background: #f5f5f5;
  position: absolute;
  left: 0;
  top: 40px;
  padding: 4px 8px;
}
.header .city .head {
  border-bottom: 1px solid #e0e0e0;
}
.header .city .head .ti {
  font-size: 18px;
  font-weight: 600;
  margin-right: 70px;
}
.header .city .head ul {
  font-size: 12px;
  display: inline-block;
}
.header .city .head ul li {
  display: inline-block;
  padding: 0 6px;
}
.header .city .head ul li a {
  color: #383838;
}
.header .city .head ul li:first-child {
  color: #929292;
  margin-right: 4px;
}
.header .city .box .ti,
.header .city .box .item {
  margin-right: 10px;
}
.header .city .box .ti .child a,
.header .city .box .item .child a {
  margin-right: 10px;
}
.header .right {
  float: right;
  font-size: 12px;
}
.header .right .hello {
  color: #b2b5c4;
  margin-right: 14px;
}
.header .right ul {
  display: inline-block;
}
.header .right ul li {
  display: inline-block;
  padding: 0 4px;
}
.header .right ul li a {
  font-weight: 500;
}
.header .right ul li:after {
  content: '';
  display: inline-block;
  height: 16px;
  width: 1px;
  background: #383838;
  position: relative;
  top: 4px;
  left: 4px;
}
.header .right ul li:last-child {
  padding-right: 0;
}
.header .right ul li:last-child:after {
  content: '';
  width: 0;
  height: 16px;
  background: #f5f5f5;
}
.nav {
  height: 94px;
  line-height: 94px;
  position: relative;
  z-index: 999;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
}
.nav .logo {
  display: inline-block;
  height: 45px;
  position: absolute;
  top: 50%;
  margin-top: -22px;
}
.nav .navigator {
  display: inline-block;
  float: right;
}
.nav .navigator .flex {
  align-items: center;
}
.nav .navigator ul li {
  display: inline-block;
  height: 94px;
  line-height: 94px;
  padding: 0 15px;
}
.nav .navigator ul li a {
  color: #383838;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.footer {
  height: 290px;
  background: url("../image/foot_bg.jpg");
}
.footer .bg_img {
  width: 1200px;
  height: 290px;
  margin: 0 auto;
}
.footer .main {
  position: relative;
}
.footer .foot_content {
  width: 100%;
  height: 290px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
}
.footer .foot_content .cont {
  position: relative;
  padding: 40px 40px 0px 40px;
  border-bottom: 1px solid rgba(225, 225, 225, 0.4);
}
.footer .foot_content .cont a {
  color: #ffffff;
}
.footer .foot_content .cont ul li {
  display: inline-block;
  margin-right: 60px;
}
.footer .foot_content .cont .phone {
  margin: 30px 0;
  font-size: 30px;
}
.footer .foot_content .cont .phone .iconfont {
  font-size: 30px;
}
.footer .foot_content .cont .desc {
  margin-bottom: 15px;
  font-size: 13px;
}
.footer .foot_content .cont .codebox {
  position: absolute;
  right: 40px;
  top: 40px;
  text-align: center;
}
.footer .foot_content .cont .codebox img {
  margin-bottom: 4px;
}
.footer .foot_content .cont .codebox p {
  text-align: center;
  font-size: 13px;
  margin-bottom: 2px;
}
.footer .foot_content .copyright {
  text-align: center;
  line-height: 60px;
  font-size: 13px;
}
.footer .right_tools {
  width: 60px;
  height: 200px;
  position: fixed;
  z-index: 9999;
  background: #fff;
  right: 30px;
  bottom: 20%;
  border: 1px solid #e9e9e9;
  margin-top: -100px;
}
.footer .right_tools .not {
  height: 50px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}
.footer .right_tools .not .iconfont {
  font-size: 30px;
  color: #02bf03;
}
.footer .right_tools .jisuan {
  background: #02bf03;
}
.footer .right_tools .jisuan .iconfont {
  color: #fff;
}
.footer .right_tools .shouqi {
  background: #e9e9e9;
}
.baojia {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 9999999;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}
.baojia .content {
  display: none;
  position: relative;
  margin: -200px auto 0 auto;
  width: 600px;
  height: 400px;
  background: #ffffff;
  top: 50%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.baojia .content .close {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #fff;
  top: -15px;
  right: -15px;
  text-align: center;
  line-height: 30px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.baojia .content .title {
  -webkit-border-radius: 3px 3px 0 0 ;
  -moz-border-radius: 3px 3px 0 0 ;
  border-radius: 3px 3px 0 0 ;
  padding: 15px 0;
  text-align: center;
  background: #02bf03;
  color: #fff;
  font-size: 24px;
}
.baojia .con {
  padding: 20px 60px;
}
.baojia .con .items {
  height: 50px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
}
.baojia .con .items label {
  display: inline-block;
  width: 76px;
  font-size: 16px;
  font-weight: 500;
}
.baojia .con .items input {
  height: 40px;
  width: 360px;
  padding-left: 14px;
}
.baojia .con .items .right {
  position: absolute;
  right: 30px;
}
.baojia .con .items .getCode {
  right: 26px;
  display: inline-block;
  width: 120px;
  background: #02bf03;
  height: 42px;
  text-align: center;
  line-height: 42px;
  color: #fff;
}
.baojia .con .items .btn {
  width: 378px;
  background: #02bf03;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
}
.main {
  max-width: 1200px;
  margin: 0 auto;
}
.massive {
  text-align: center;
  margin: 60px 0 40px;
  margin-bottom: 50px;
}
.massive .title {
  font-size: 36px;
}
.massive .title:before,
.massive .title:after {
  content: '';
  display: inline-block;
  width: 120px;
  height: 1px;
  background: #d9d9d9;
  position: relative;
  top: -12px;
}
.massive .title:before {
  left: -40px;
}
.massive .title:after {
  right: -40px;
}
.massive .subtitle {
  font-size: 12px;
  color: #d3d3d3;
}
.mealTitle {
  text-align: center;
  margin: 60px 0 40px;
}
.mealTitle .title {
  font-size: 30px;
  font-weight: 600;
}
.mealTitle .title:before,
.mealTitle .title:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #0C0C0C;
  position: relative;
  top: -10px;
}
.mealTitle .title:before {
  left: -20px;
}
.mealTitle .title:after {
  right: -20px;
}
.mealTitle .subtitle {
  margin-top: 6px;
  font-size: 14px;
  color: #d3d3d3;
}
.service {
  display: flex;
}
.service .img_service {
  margin-right: 14px;
}
.service .img_service img {
  width: 100%;
}
.service .service_box {
  width: 100%;
  border: 1px solid #e9e9e9;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  padding: 20px 0 20px 18px;
}
.service .service_box .head .title {
  font-size: 24px;
  color: #02bf03;
  font-weight: 500;
}
.service .service_box .head .get {
  color: #02bf03;
  font-weight: 600;
}
.service .service_box .item {
  position: relative;
  flex: 1;
  margin-top: 10px;
}
.service .service_box .item label {
  display: block;
  color: #383838;
  font-size: 14px;
  font-weight: 600;
  height: 20px;
}
.service .service_box .item input,
.service .service_box .item select {
  margin-top: 6px;
  width: 210px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
  background: #e8e8e8;
  height: 30px;
  line-height: 40px;
  padding: 0 10px;
}
.service .service_box .item select {
  width: 230px;
}
.service .service_box .item .pix {
  position: absolute;
  right: 40px;
  bottom: 6px;
}
.service .service_box .btn-box {
  padding-right: 18px;
}
.service .service_box .btn-box .btn {
  display: inline-block;
  width: 100%;
  background: #04be01;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #ffffff;
}
.service .service_box .desc {
  position: relative;
  top: 10px;
}
.service .service_box .desc span {
  color: #969696;
  padding-right: 10px;
}
.service .service_box .desc span:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 14px;
  position: relative;
  top: 2px;
  left: 6px;
  background: #969696;
}
.service .service_box .desc span:last-child:after {
  width: 0;
}
.process .item {
  flex: 1;
  text-align: center;
}
.process .item .t1 {
  margin-top: 16px;
  font-size: 16px;
}
.process .item .t2 {
  font-size: 13px;
}
.groom .item {
  flex: 1;
  padding: 0 8px;
  margin-bottom: 16px;
}
.groom .item .child {
  position: relative;
margin-left:20px;

}




.groom .item .child img {
  /*width: 100%;*/
  width:388px;
  height:235px;
}
.groom .item .child .cover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(220, 220, 220, 0.5);
  text-align: center;
  color: #383838;
}
.groom .item .child .cover .t1 {
  margin-top: 80px;
  font-size: 18px;
}
.groom .item .child:hover .cover {
  display: block;
}
.groom .item:first-child {
  padding-left: 0;
}
.groom .item:last-child {
  padding-right: 0;
}
.groom .panel {
  background: url("../image/index_effcef_bg.jpg");
  background-size: 100% 100%;
  padding: 25px 40px;
}
.groom .panel .pan {
  flex: 1;
  text-align: center;
}
.groom .panel .pan .pan_b {
  width: 340px;
  height: 110px;
  margin: 0 auto;
  padding-top: 40px;
  background: #ffffff;
}
.groom .panel .pan .pan_b .t1 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 6px;
}
.groom .panel .pan .pan_b .t1:before,
.groom .panel .pan .pan_b .t1:after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 2px;
  background: #383838;
  position: relative;
  top: -5px;
}
.groom .panel .pan .pan_b .t1:before {
  left: -10px;
}
.groom .panel .pan .pan_b .t1:after {
  right: -10px;
}
.strategy .item {
  flex: 1;
  border: 1px solid #e9e9e9;
}
.strategy .item .head {
  text-align: center;
  height: 105px;
  padding-top: 35px;
  background: #f7f7f7;
  border-bottom: 1px solid #e9e9e9;
  color: #383838;
}
.strategy .item .head .iconfont {
  font-size: 40px;
  margin-bottom: 10px;
}
.strategy .item .head p {
  margin-top: 6px;
  font-size: 18px;
}
.strategy .item .list {
  padding: 14px 22px;
}
.strategy .item .list li {
  margin: 10px 0;
}
.strategy .item .list li a {
  font-size: 15px;
  font-weight: 500;
}
.banner {
  margin-bottom: 20px;
}
.banner img {
  width: 100%;
}
.car2 .car_nav_list .active {
  border-bottom: 2px solid #02bf03;
  color: #02bf03;
}
.car2 .car_nav_list li {
  padding: 8px 0;
  flex: 1;
  text-align: center;
  cursor: pointer;
}
.car2 .nav_desc {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  text-align: left;
}
.car2 .nav_desc .title {
  position: absolute;
  bottom: 140px;
  width: 180px;
  left: 70px;
  background: rgba(245, 190, 40, 0.8);
  padding: 10px 20px!important;
}
.car2 .nav_desc .title .h1 {
  font-size: 28px!important;
  font-weight: 700;
}
.car2 .nav_desc .foot {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0;
  padding: 18px 0 18px 70px!important;
  width: 1030px!important;
  color: #fff;
}
.car2 .nav_desc .foot .flex {
  align-items: center;
}
.car2 .nav_desc .foot .flex .footl {
  width: 120px;
  font-size: 16px!important;
  color: #d88e09;
  font-weight: 700;
}
.car2 .nav_desc .foot .flex .footl .flex p {
  flex: 1;
  text-align: center;
}
.car2 .nav_desc .foot .flex ul {
  display: flex;
  flex-wrap: wrap;
}
.car2 .nav_desc .foot .flex ul li {
  padding: 0 10px!important;
}
.car2 #banner .item {
  position: relative;
}
.brand {
  margin-bottom: 25px;
}
.brand .brand_1 .item {
  flex: 1;
  text-align: center;
  padding: 0 10px;
}
.brand .brand_1 .item img {
  width: 70%;
}
.main_b {
  min-width: 1200px;
  margin: 0 auto;
  position: relative;
}
/*.main_b .main_b_img {*/
  /*width: 100%;*/
  /*height: 500px;*/
/*}*/
.main_b .main_b_right {
  position: absolute;
  top: 60px;
  width: 50%;
  left: 50%;
}
.main_b .main_b_left {
  position: absolute;
  top: 170px;
  width: 50%;
  left: 50%;
  margin-left: -25%;
  color: #fff;
}
.main_b .main_b_center {
  position: absolute;
  top: 60px;
  width: 100%;
  text-align: center;
  color: #fff;
}
.main_b .main_b_center_left {
  position: absolute;
  top: 60px;
  width: 50%;
  left: 50%;
  margin-left: -10%;
}
.main_b .main_b_center_left_2 {
  position: absolute;
  top: 180px;
  width: 50%;
  left: 23%;
}
.main_b .title {
  font-size: 50px;
  font-weight: 700;
  margin-top:25px;

}
.main_b .subtitle {
  font-size: 30px;
  margin-top: 30px;
}
.main_b .desc {
  min-width:500px;
  font-size:17px;
  margin-top: 80px;
}
.main_b .main_c {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
.main_b .main_c .main {
  margin-top: 40px;
}
.main_b .main_c .main .mealTitle .subtitle {
  color: #000!important;
}
.main_b .main_c .main .item {
  flex: 1;
  text-align: center;
  margin-bottom: 30px;
}
.main_b .main_c .main .item .circle {
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.7);
  margin: 0 auto;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  overflow: hidden;
}
.main_b .main_c .main .item .circle img {
  width: 100%;
  height: 100%;
}
.swiper-container {
  width: 1200px;
  height: 200px;
  margin-bottom: 20px;
}
.swiper-container .swiper-slide .left_item {
  width: 800px;
  background: #f3f3f3;
  padding: 20px;
  margin-top:50px;
}
.swiper-container .swiper-slide .left_item img {
  width: 100%;
  height: 400px;
}
.swiper-container .swiper-slide .right_item {
  background: #f3f3f3;
  width: 290px;
  padding: 0 30px 0 50px;
  margin-top:50px;
}
.swiper-container .swiper-slide .right_item .right_item_t {
  font-size: 28px;
  font-weight: 600;
  margin-top:15px;
}
.swiper-container .swiper-slide .right_item .right_item_subt {
  color: #d7d7d7;
}
.swiper-container .swiper-slide .right_item .right_item_blank {
  display: inline-block;
  width: 40px;
  height: 2px;
  background: #d7d7d7;
  margin-top: 36px;
}
.swiper-container .swiper-slide .right_item .des1 {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
}
.swiper-container .swiper-slide .right_item .des2 {
  margin-top: 20px;
  padding-right: 20px;
}
.swiper-container .swiper-slide .right_item .des2 img {
  width: 200px;
}
.gallery-top {
  height: 400px;
  width: 1200px;
}
.gallery {
  background: #222222;
  height: 70px;
  padding: 10px 0;
}
.gallery .button-next,
.gallery .button-prev {
  width: 100px;
  text-align: center;
  color: #fff;
  line-height: 70px;
  cursor: pointer;
}
.gallery .button-next .iconfont,
.gallery .button-prev .iconfont {
  font-size: 32px;
}
.gallery-thumbs {
  width: 1200px;
  margin-top: 20px;
  height: 70px;
  box-sizing: border-box;
  display: flex;
}
.gallery-thumbs .swiper-wrapper {
  width: 1000px;
}
.gallery-thumbs .swiper-wrapper .swiper-slide {
  height: 66px;
  background: #02bf03;
  border: 2px solid #fff;
  position: relative;
}
.gallery-thumbs .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.gallery-thumbs .swiper-wrapper .swiper-slide .descr {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  line-height: 70px;
  font-size: 22px;
}
.gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active {
  border: 2px solid #02bf03;
}
.gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active .descr {
  background: rgba(0, 0, 0, 0.3);
  color: #02bf03;
}
.thumb_carousel .thumb_content {
  height: 400px;
  background: #f3f3f3;
  padding: 20px;
}
.thumb_carousel .thumb_content .thumb_show {
  display: flex!important;
}
.thumb_carousel .thumb_content .item {
  display: none;
}
.thumb_carousel .thumb_content .item .left_item {
  width: 800px;
}
.thumb_carousel .thumb_content .item .left_item img {
  width: 100%;
  height: 400px;
}
.thumb_carousel .thumb_content .item .right_item {
  width: 290px;
  padding: 0 30px 0 50px;
}
.thumb_carousel .thumb_content .item .right_item .right_item_t {
  font-size: 28px;
  font-weight: 600;
}
.thumb_carousel .thumb_content .item .right_item .right_item_subt {
  color: #d7d7d7;
}
.thumb_carousel .thumb_content .item .right_item .right_item_blank {
  display: inline-block;
  width: 40px;
  height: 2px;
  background: #d7d7d7;
  margin-top: 36px;
}
.thumb_carousel .thumb_content .item .right_item .des1 {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
}
.thumb_carousel .thumb_content .item .right_item .des2 {
  margin-top: 20px;
  padding-right: 20px;
}
.thumb_carousel .thumb_content .item .right_item .des2 img {
  width: 200px;
}
.thumb_carousel .ft {
  background: #222222;
  color: #fff;
  display: flex;
  height: 120px;
  align-items: center;
}
.thumb_carousel .ft .mid {
  width: 1000px;
  overflow: hidden;
}
.thumb_carousel .ft .mid .ft_car {
  width: 1964px;
  position: relative;
}
.thumb_carousel .ft .mid .ft_car li {
  display: inline-block;
  width: 140px;
  height: 100%;
  padding: 0 10px;
}
.thumb_carousel .ft .mid .ft_car li .bdr {
  height: 90px;
  position: relative;
  border: 2px solid #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.thumb_carousel .ft .mid .ft_car li .bdr img {
  width: 100%;
  height: 100%;
}
.thumb_carousel .ft .mid .ft_car li .bdr .style_name {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  line-height: 90px;
  font-size: 20px;
  height: 100%;
  top: 0;
  left: 0;
}
.thumb_carousel .ft .mid .ft_car .active .bdr {
  border: 2px solid #02bf03;
}
.thumb_carousel .ft .mid .ft_car .active .bdr .style_name {
  color: #02bf03;
}
.thumb_carousel .ft .left,
.thumb_carousel .ft .right {
  width: 100px;
  text-align: center;
}
.thumb_carousel .ft .left .iconfont,
.thumb_carousel .ft .right .iconfont {
  cursor: pointer;
  font-size: 35px;
}
.forum {
  background: #f5f5f5;
  padding-top: 34px;
  padding-bottom: 60px;
  min-height:437px;

}
.forum .forum_head {
  background: #fff;
  padding: 12px 30px;
}
.forum .forum_head ul li {
  display: inline-block;
  margin-right: 12px;
}
.forum .forum_head ul li a {
  color: #383838;
  font-weight: 600;
}
.forum .forum_head ul li:first-child {
  color: #868686;
}
.forum .forum_body {
  margin-top: 20px;
  background: #fff;
  padding: 20px 30px;
}
.forum .forum_body .bd_title .tabs {
  margin-right: 30px;
  padding: 6px 18px;
}
.forum .forum_body .bd_title .active {
  background: #f3f3f3;
}
.forum .forum_body .bd_title .new_tab {
  float: right;
  background: #02bf03;
  color: #ffffff;
  padding: 6px 18px;
  margin-top: -4px;
}
.forum .forum_body .bd_c .citem {
  padding-top: 30px;
}
.forum .forum_body .bd_c .citem .portrait {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  margin-right: 10px;
  display: inline-block;
}
.forum .forum_body .bd_c .citem .citem-c {
  display: inline-block;
  height: 50px;
  position: relative;
  top: 8px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 14px;
}
.forum .forum_body .bd_c .citem .citem-c .c-title {
  font-size: 14px;
  font-weight: 600;
  color: #393939;
}
.forum .forum_body .bd_c .citem .citem-c .c-foot {
  width: 1076px;
  position: relative;
  top: 8px;
  font-size: 12px;
  color: #9d9f9f;
}
.forum .forum_body .bd_c .citem .citem-c .c-foot .c-right {
  float: right;
}
.forum .detail {
  display: flex;
  margin-top: 20px;
}
.forum .detail .left {
  background: #fff;
  width: 940px;
  padding: 30px 22px;
  margin-right: 8px;
}
.forum .detail .left .head h1 {
  font-size: 24px;
  font-weight: 600;
}
.forum .detail .left .head .subtitle {
  margin-top: 18px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 12px;
  font-size: 12px;
  color: #9d9f9f;
}
.forum .detail .left .head .subtitle .c-right {
  float: right;
}
.forum .detail .left .article {
  padding: 20px 0;
}
.forum .detail .left .comment input {
  width: 660px;
  border: 1px solid #e0e0e0;
  padding: 12px 16px;
  margin-right: 20px;
}
.forum .detail .left .comment .btn {
  display: inline-block;
  position: relative;
  top: 2px;
  line-height: 42px;
  height: 42px;
  width: 170px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 6px;
  color: #fff;
  background: #02bf03;
}
.forum .detail .right {
  width: 208px;
  position: relative;
}
.forum .detail .right .info {
  height: 144px;
  text-align: center;
  position: relative;
  padding-top: 40px;
}
.forum .detail .right .info .head_pic_box {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  border-radius: 70px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  padding: 4px;
  margin: 0 auto;
}
.forum .detail .right .info img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.forum .detail .right .lists {
  margin-top: 20px;
  padding: 12px 12px 2px 12px;
}
.forum .detail .right .lists ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
.forum .comments .left {
  padding: 20px 22px;
}
.forum .comments .left .newstitle {
  font-size: 16px;
}
.forum .comments .left .all {
  margin-top: 20px;
}
.forum .comments .left .all .all_item {
  position: relative;
}
.forum .comments .left .all .all_item .head_pic {
  position: absolute;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.forum .comments .left .all .all_item .comment_content {
  position: relative;
  left: 60px;
  display: inline-block;
  width: 866px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e0e0e0;
  color: #4e4e4e;
}
.forum .comments .left .all .all_item .comment_content .title {
  color: #9f9f9f;
}
.forum .comments .left .all .all_item .comment_content .right {
  width: 40px;
  float: right;
  line-height: 20px;
}
.forum .comments .left .btn {
  display: inline-block;
  background: #02bf03;
  padding: 6px 36px;
  margin-top: 10px;
  color: #fff;
  cursor: pointer;
}
.forum .add {
  padding: 22px;
}
.forum .add .title {
  font-size: 16px;
  margin-bottom: 15px;
}
.forum .add .add_header .input_box {
  display: inline-block;
  position: relative;
  width: 530px;
  margin-right: 20px;
}
.forum .add .add_header .input_box input {
  width: 380px;
  padding: 6px 150px 6px 10px;
}
.forum .add .add_header .input_box span {
  position: absolute;
  right: 0;
  top: 6px;
}
.forum .add .add_header select {
  padding: 6px 20px 6px 10px;
}
.forum .add .btn {
  display: inline-block;
  background: #02bf03;
  padding: 6px 36px;
  margin-top: 10px;
  color: #fff;
  cursor: pointer;
}
.message {
  background: #f3f3f3;
  padding: 30px 0;
}
.message-con {
  margin-top: 30px;
  display: flex;
}
.message-con .left {
  width: 155px;
  padding: 35px 25px;
  margin-right: 16px;
}
.message-con .left .title {
  font-size: 20px;
  font-weight: 700;
}
.message-con .left .nav_list {
  margin-top: 20px;
}
.message-con .left .nav_list li {
  font-size: 14px;
  margin: 5px 0;
}
.message-con .left .nav_list .active a {
  font-size: 13px;
  color: red!important;
  font-weight: 700;
}
.message-con .right {
  width: 928px;
  padding: 35px 25px;
}
.message-con .right .title {
  font-size: 26px;
  color: #b0b0b0;
  padding-bottom: 18px;
  border-bottom: 1px solid #cecece;
}
.message-con .right .item {
  padding: 18px 0;
  border-bottom: 1px solid #cecece;
}
.message-con .right .item p {
  font-size: 12px;
  color: #b0b0b0;
  margin-bottom: 6px;
}
.message-con .right .item p span {
  margin-right: 10px;
}
.message-con .right .item .info {
  font-size: 15px;
  color: #666;
  font-weight: 600;
}
.message-con .right .item .info span {
  margin-right: 10px;
}
.message-con .right .item .info .hf {
  margin-right: 20px;
  color: #02bf03;
  font-weight: 600;
}
.info .nav_list .active a {
  font-size: 14px!important;
  color: red!important;
  font-weight: 700;
}
.info .info_content p {
  margin: 20px 0;
}
.bd_f {
  margin: 36px 0 20px;
}
.bd_f .total {
  padding: 6px 0;
  font-size: 11px;
  color: #b2b2b2;
}
.bd_f .pages {
  display: inline-block;
  float: right;
}
.bd_f .pages ul li {
  display: inline-block;
  background: #f3f3f3;
  padding: 0 16px;
  margin-left: 4px;
  height: 38px;
  line-height: 38px;
}
.bd_f .pages ul .active {
  background: #d7d7d7;
}
.bd_f .pages ul .active a {
  color: #000;
}
.breadcrumb {
  margin-top: -10px;
  font-size: 13px;
}
.breadcrumb ul li {
  display: inline-block;
}
.breadcrumb ul li a {
  color: #383838;
  font-weight: 600;
}
.breadcrumb ul li:first-child {
  color: #868686;
}
.white {
  background: #fff;
}
.screen {
  margin: 20px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
}
.screen .item {
  margin-bottom: 10px;
}
.screen .item .screen_l {
  width: 50px;
}
.screen .item .screen_r .screen_r_c {
  margin: 0 10px;
  cursor: pointer;
}
.screen .item .screen_r .active {
  color: #02bf03;
  font-weight: 700;
}
.list .title {
  font-weight: 700;
  margin-bottom: 18px;
}
.list .item_jd {
  flex: 1;
  margin-bottom: 20px;
}
.list .item_jd .cont {
  border: 1px solid #eaeaea;
  -webkit-box-shadow: 0 0 10px rgba(234, 234, 234, 0.7);
  -moz-box-shadow: 0 0 10px rgba(234, 234, 234, 0.7);
  box-shadow: 0 0 10px rgba(234, 234, 234, 0.7);
  width: 378px;
}
.list .item_jd .cont img {
  width: 378px;
  height: 220px;
}
.list .item_jd .cont .foot {
  padding: 10px;
}
.list .item_jd .cont .foot p:first-child {
  font-size: 16px;
}
.list .bd_f {
  padding-right: 20px;
}
.jp .title {
  color: #02bf03;
  font-size: 16px;
}
.jp .title .right {
  float: right;
  position: relative;
  right: 20px;
  color: #717171;
  font-size: 14px;
  font-weight: 100;
}
.jp .title .right .iconfont {
  margin-right: 10px;
}
.detail_banner {
  position: relative;
}
.detail_banner img {
  width: 100%;
  height: 300px;
}
.detail_banner .detail_banner_ms {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.detail_banner .detail_banner_ms .detail {
  margin-top: 62px;
}
.detail_banner .detail_banner_ms .detail .item {
  flex: 1;
}
.detail_banner .detail_banner_ms .detail .item .description {
  width: 80px;
  margin: 0 auto;
}
.detail_banner .detail_banner_ms .detail .item .description .title {
  font-size: 20px;
  color: #02bf03;
  margin-bottom: 10px;
}
.detail_banner .detail_banner_ms .detail .item .description .title:before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 2px;
  background: #02bf03;
  position: absolute;
  margin-top: -10px;
}
.detail_banner .detail_banner_ms .detail .item .description .desc {
  color: #fff;
  text-align: left;
}
.detail_content {
  position: relative;
  z-index: 999;
  margin-top: -70px;
  background: #ffffff;
  padding: 18px;
}
.detail_content .title {
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px;
}
.detail_content .content {
  padding: 18px;
}
.detail_content .foot {
  margin: 30px 0;
  clear: both;
}
.detail_content .foot .foot_title {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
}
.mgt {
  margin-top: 50px;
  min-height:219px;
}
.form_content .ava {
  align-items: normal!important;
}
.form_content .form_item {
  position: relative;
  display: flex;
  margin-bottom: 16px;
  align-items: center;

}
.form_content .form_item label {
  width: 90px;
  font-size: 14px;
  font-weight: 500;
}
.form_content .form_item .inp {
  width: 385px;
  height: 34px;
  border: 1px solid #e0e0e0;
  padding-left: 15px;

}
.form_content .form_item .avatar_box {
  position: relative;
  width: 70px;
  height: 70px;
  border: 1px solid #eaeaea;
  text-align: center;
  line-height: 70px;
}
.form_content .form_item .avatar_box .avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.form_content .form_item .avatar_box .noimg {
  width: 100%;
  height: 100%;
  display: block;
}
.form_content .form_item .avatar_box .noimg .iconfont {
  font-size: 40px;
  color: #eaeaea;
}
.form_content .form_item .avatar_box .haveimg {
  width: 100%;
  height: 100%;
  display: none;
}
.form_content .form_item .avatar_box .haveimg img {
  width: 100%;
  height: 100%;
}
.form_content .form_item .avatar_box .delimg {
  width: 16px;
  height: 16px;
  position: absolute;
  line-height: 16px;
  top: -8px;
  right: -8px;
  background: #02bf03;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #ffffff;
  cursor: pointer;
  z-index: 999;
}
.form_content .form_item .avatar_box .delimg .iconfont {
  font-size: 8px;
}
.form_content .form_item select {
  width: 100px;
  height: 34px;
  border: 1px solid #e0e0e0;
  padding-left: 4px;
  margin-right: 15px;
}
.form_content .form_item .btn {
  margin-top: 20px;
  width: 120px;
  height: 34px;
  background: #02bf03;
  border: none;
  color: #fff;
  cursor: pointer;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.form_content .form_item .input_group .radio_box {
  position: relative;
  display: inline-block;
  height: 30px;
  margin-right: 10px;
}
.form_content .form_item .input_group .radio_box span {
  position: relative;
  top: 2px;
}
.form_content .form_item .input_group .radio_box .radio {
  width: 16px;
  height: 16px;
  opacity: 0;
  margin-right: 10px;
}
.form_content .form_item .input_group .radio_box label {
  position: absolute;
  left: 5px;
  top: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #999;
}
.form_content .form_item .input_group .radio_box .radio:checked + label {
  background-color: #fe6d32;
  border: 1px solid #fe6d32;
}
.form_content .form_item .input_group .radio_box .radio:checked + label::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 10px;
  top: 1px;
  left: 4px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
}
