.banner {
  width: 100%;
}
.banner .swiper-container {
  width: 100%;
}
.banner .swiper-container .swiper-wrapper {
  width: 100%;
}
.banner .swiper-container .swiper-slide {
  width: 100%;
}
.banner .swiper-container .swiper-slide img {
  width: 100%;
}
/*自定义分页器的样式，这个你自己想要什么样子自己写*/
.swiper-pagination-clickable .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  background: rgba(255, 255, 255);
  border-radius: 50%;
  margin: 0 5px;
  outline: 0;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  /* border: 3px solid #fff!important; */
  background-color: rgba(255, 255, 255);
}
.data {
  padding: 24px 0 26px 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #fafafa;
}
.data_list {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.data_item {
  width: 239px;
  height: 100%;
  border-right: 1px solid #dddddd;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
}
.data_item:last-child {
  border-right: 0;
}
.data_item_box {
  text-align: center;
}
.data_item_box .data_item_num {
  font-size: 46px;
  color: #ff5368;
  position: relative;
  text-align: center;
}
.data_item_box .data_item_num span {
  font-size: 24px;
  color: #ff5368;
  position: absolute;
  top: 0;
  right: -22px;
}
.data_item_text {
  display: block;
  font-size: 14px;
  color: #333;
}
.product {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 40px 0 70px 0;
  background-color: #fff;
}
.product_main {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.product_header {
  width: 568px;
  height: 61px;
  margin: 0 auto;
}
.product_container {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 40px;
}
.product_con_left {
  width: 238px;
  height: 498px;
  border: 1px solid #eeeeee;
  float: left;
}
.product_con_left_title {
  width: 100%;
  height: 100px;
  background-color: #ff5368;
}
.product_con_title {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding-top: 30px;
}
.product_con_subtitle {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}
.product_title_list {
  width: 100%;
  height: 299px;
  background-color: #fff;
  cursor: pointer;
}

.product_title_li {
  padding: 0 20px 0 18px;
  height: 49px;
  border-bottom: 1px dashed #eee;
}
.product_title_li.active {
  background: #ff98a4;
  border-bottom: none;
}
.product_title_li.active span {
  color: #fff;
}
.product_title_li span {
  font-size: 16px;
}
.product_contact {
  width: 100%;
  height: 98px;
  background-color: #ff5368;
  border-top: 1px solid #eee;
}
.product_contact_title {
  padding-top: 20px;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.product_contact_tel {
  font-size: 20px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding-top: 8px;
}
.product_con_right {
  width: 931px;
  height: auto;
  overflow: hidden;
  float: right;
}
.product_con_list {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: none;
}
.product_con_list.active {
  display: block;
}
.product_con_item {
  width: 294px;
  height: 238px;
  border: 1px solid #eee;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
}
.product_con_item:nth-of-type(3n) {
  margin-right: 0;
}
.product_con_item img {
  width: 100%;
  height: 100%;
}
.product_con_item:hover .product_con_name {
  display: block;
}
.product_con_name {
  display: none;
  width: 100%;
  height: 40px;
  background-color: #ff98a4;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.company {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px 0;
}
.company_main {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.company_header {
  width: 569px;
  height: 61px;
  margin: 0 auto;
}
.company_con {
  width: 100%;
  height: 340px;
  padding-top: 50px;
  padding-bottom: 42px;
}
.company_video {
  float: left;
  width: 600px;
  height: 100%;
}
.company_video video {
  width: 100%;
  height: 100%;
}
.company_text {
  float: right;
  width: 530px;
  height: 290px;
  padding: 30px 32px 20px 38px;
  background-color: #fff;
}
.company_p {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.company_p p {
  font-size: 14px;
  color: #333;
  line-height: 1.7;
}
.more {
  display: block;
  width: 120px;
  height: 36px;
  background-color: #ff5368;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  border-radius: 36px;
  margin-top: 24px;
}
.company_pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.company_pic_list {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.company_pic_li {
  width: 218px;
  height: 310px;
  float: left;
  margin-right: 30px;
}
.company_pic_li img {
  width: 100%;
  height: 100%;
}
.company_pic_li:last-child {
  margin-right: 0;
}
.advantage {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 60px 0;
  background-color: #fff;
}
.advantage_main {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.advantage_header {
  width: 711px;
  height: 61px;
  margin: 0 auto;
}
.advantage_tag {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 20px;
}
.advantage_tag_li {
  width: 224px;
  height: 110px;
  background-color: #ff5368;
  display: flex;
  align-items: center;
  justify-content: center;
}
.advantage_tag_num {
  text-align: center;
}
.advantage_tag_num .data_item_box .data_item_num,
.advantage_tag_num .data_item_box .data_item_num span,
.advantage_tag_num .data_item_box .data_item_num,
.advantage_tag_num .data_item_box .data_item_text {
  color: #fff;
}
.advantage_con {
  width: 100%;
  height: 340px;
}
.advantage_pic {
  width: 540px;
  height: 100%;
  float: left;
}
.advantage_pics {
  display: none;
  width: 100%;
  height: 100%;
}
.advantage_pics.active {
  display: block;
}
.advantage_right {
  width: 607px;
  height: 314px;
  padding: 16px 20px 10px 33px;
  float: right;
  position: relative;
}
.advantage_list {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.advantage_ul {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: none;
}
.advantage_ul.active {
  display: block;
}
.advantage_li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 35px;
}
.advantage_li img {
  width: 25px;
  height: 19px;
  padding-top: 6px;
}
.advantage_li_p {
  width: 93%;
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}
.advantage_btn {
  width: 93px;
  height: 38px;
  position: absolute;
  bottom: 10px;
  left: 33px;
}
.advantage_btn_left {
  width: 38px;
  height: 38px;
  cursor: pointer;
}
.advantage_btn_right {
  width: 38px;
  height: 38px;
  cursor: pointer;
}
.ask {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 60px 0;
  background-color: #fafafa;
}
.ask_main {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.ask_header img {
  width: 384px;
  height: 25px;
}
.ask_more {
  display: block;
  width: 118px;
  height: 34px;
  border-radius: 8px;
  border: 1px solid #ddd;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
  color: #666;
}
.ask_list {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 46px;
}
.ask_item {
  width: 585px;
  height: 200px;
  background-color: #fff;
  border-radius: 12px;
}
.ask_item_header {
  padding: 0 22px;
  height: 60px;
  border-bottom: 1px dashed #eee;
}
.ask_icon {
  width: 20px;
  height: 20px;
}
.ask_title {
  width: 93%;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ask_item_con {
  padding: 22px;
}
.ask_item_con_text{
    display: flex;
    justify-content: space-between;
}
.ask_item_con_text .ask_icon{
    padding-top:4px;
}
.ask_container {
  width: 93%;
  font-size: 14px;
  color: #666;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.look_detail{
    display: block;
    font-size:14px;
    color:#999;
    padding-top:20px;
    padding-left:37px;
}
.news{
    width:100%;
    height:auto;
    overflow: hidden;
    padding:60px 0;
    background-color: #fff;
}
.news_main{
    width:1200px;
    height:auto;
    overflow: hidden;
    margin:0 auto;
}
.news_icon{
    width:290px;
    height:25px;
}
.news_nav_item{
    width:118px;
    height:34px;
    border:1px solid #ddd;
    border-radius:8px;
    line-height: 34px;
    text-align: center;
    font-size:14px;
    color:#666;
    margin-right:20px;
    cursor: pointer;
}
.news_more{
    width:118px;
    height:34px;
    border:1px solid #ddd;
    border-radius:8px;

}
.news_more a{
    display: block;
    line-height: 34px;
    text-align: center;
    font-size:14px;
    color:#666;
}
.news_nav_item.active{
    border:1px solid #ff5368;
    background-color: #ff5368;
    color:#fff;
}
.news_container{
    width:100%;
    height:auto;
    overflow: hidden;
    padding-top:40px;
}
.news_list{
    width:100%;
    height:auto;
    overflow: hidden;
    display: none;
}
.news_video{
    width:380px;
    height:auto;
    overflow: hidden;
}
.news_video_box{
    width:100%;
    height:210px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.news_video_box img{
    width:100%;
    height:100%;
}
.video_mask{
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    left:0;
    bottom:0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video_mask img{
    width:84px;
    height:84px;
}
.news_title{
    font-size: 20px;
    color:#333;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 55px;
}
.news_item{
    width:570px;
    height:100px;
    padding-bottom:30px;
    border-bottom:1px solid #eee;
    float: left;
    margin-right:60px;
    margin-bottom:30px;
}
.news_item:nth-of-type(2n){
    margin-right:0;
}
.news_item:nth-child(3){
    margin-bottom:0;
    border-bottom: none;
}
.news_item:nth-child(4){
    margin-bottom:0;
    border-bottom: none;
}
.news_item_pic img{
    width:160px;
    height:100px;
    float: left;
}
.news_item_con{
    width:360px;
    height:auto;
    overflow: hidden;
    padding-left: 15px;
}
.news_item_title{
    font-size:16px;
    color:#333;
    line-height: 1.6;
}
.news_item_txt{
    font-size:14px;
    color:#666;
    line-height: 1.6;
    padding-top:22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.contact{
    width:100%;
    height:380px;
    padding:60px 0;
    background: url("../images/contact.jpg")no-repeat center/cover;
}
.contact_main{
    width:1200px;
    height:100%;
    margin: 0 auto;
}
.contact_list{
    float: left;
    width:450px;
    height:380px;
    background-color: #fff;
    border-radius: 12px;
}
.contact_ul{
    width:339px;
    height:auto;
    overflow: hidden;
    margin:0 auto;
    padding-top:9px;
}
.contact_li{
    width:100%;
    height:70px;
    border-bottom:1px dashed #eee;
    display: flex;
    align-items:center;
}
.contact_li:last-child{
    border-bottom: 0;
}
.contact_li_box{
    width:285px;
    height:auto;
    overflow: hidden;
    padding-left:20px;
}
.contact_li_title{
    font-size: 14px;
    color:#333;
    font-weight: bold;
}
.contact_li_con{
    font-size: 14px;
    color:#333;
    padding-top:6px;
}
.contact_map{
    width:713px;
    height:100%;
    float: right;
    border-radius: 12px;
    overflow: hidden;
}
#map{
    width:100%;
    height:100%;
}

/*  新闻弹窗 */
.news_video_mask{
    width:100%;
    height:100vh;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top:0;
    left:0;
    z-index:999;
    display:flex;
    justify-content: center;
    align-items: center;
    display: none;
}
.news_video_mask.active{
    display: flex;
}
.news_mask_main{
    /*width:1120px;*/
    /*height:600px;*/
    padding:40px;
    background: #fff;
    border-radius:12px;
    position: relative;
}
.close{
    width:40px;
    height:40px;
    position: absolute;
    top:-17px;
    right:-63px;
    cursor: pointer;
}
.news_mask_main_video{
    width:100%;
    height:100%;
}
.news_mask_main_video video{
    width:100%;
    height:100%;
}