@charset "UTF-8";
.clear {
  clear: both;
}

html, body {
  height: 100%;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a, a:link, a:hover, a:active {
  text-decoration: none;
  cursor: pointer;
}

/*banner样式*/
.page_banner{
  width: 100%;
  position: relative;
}

.page_banner .page_icon{
  display: block;
  width: 100%;
}


.w_1280{
  width: 1200px;
  margin:0 auto;
}

/*公共标题*/
.public_title{
  font-size: 26px;
  text-align: center;
  width: 100%;
  color: #333;
  font-weight: bold;
}
.public_subtitle{
  font-size: 14px;
  text-align: center;
  width: 100%;
  color: #666666;
}
.public_but{
  background: #ce0505;
  width: 200px;
  border-radius: 20px;
  color: #fff;
  margin: auto;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  margin-top: 20px;

}

.mb50{
  margin-bottom: 50px;
}
.mb30{
  margin-bottom: 30px;
}
/*商业活动*/
.afraid{
  margin-bottom: 50px;
}
.afraid .afraid_title{
  font-size: 28px;
  text-align: center;
  width: 100%;
  color: #333;
  font-weight: bold;
  margin: 50px 0;
}
.afraid_item{
  display: flex;
}
.afraid_item .afraid_box{
  flex:1;
  margin:0 20px;
}
.afraid_item .afraid_box .box{
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 3px solid #ce0505;
  text-align: center;
  margin: auto;
  line-height: 30px;
  font-size: 23px;
}
.afraid_item .afraid_box .box .pa{
  color: #ce0505;
  font-weight: bold;
  font-size: 30px;
  margin: 16px 0;
}

/*主营业务*/
.business{
  /* height: 800px; */
  background-image: url(/statics/v14/singlepage/brand/image/u2769.png);
}
.business_item{
  display: flex;
}
.business_item .left{
  color:#fff;
  width: 480px;
  padding-top: 90px;
}
.business_item .left .left_top{
  position: relative;
  height: 150px;
  padding-top: 35px;
}
.business_item .left .left_top .kuan{
  position: absolute;
  height: 150px;
  width: 280px;
  border:10px solid #5e5e5e;
  top: 0;
  left: 80px;
}
.business_item .left .left_top .ttitle_zh{
  font-size: 56px;
  z-index: 9;
  position: relative;
}
.business_item .left .left_top .ttitle_en{
  font-size: 28px;
  z-index: 9;
  position: relative;
  top: -10px;
}
.business_item .left .left_top .ttitle_zh span{
  color:#ce0505;
}
.business_item .left .left_middle{
  padding-top: 65px;
}
.business_item .left .left_middle .mtitle{
  font-size: 20px;
  margin-bottom: 30px;
}
.business_item .left .left_middle ul{
  line-height: 30px;
  width: 450px;
}
.business_item .left .left_middle ul:after {
  content: '';
  height: 5px;
  width: 100px;
  display: block;
  background: #ce0505;
  margin-top: 50px;
}
.business_item .left .left_bottom{
  margin-top: 30px;
}
.business_item .left .left_bottom .kf{
  width: 130px;
  height: 50px;
  background: #ce0505;
  text-align: center;
  font-size: 20px;
  line-height: 50px;
  border-radius: 25px;
  color:#fff;
}
.business_item .right{
  margin: 90px 0 90px 50px;
  background: #fff;
  padding-bottom: 30px;
}
.business_item .right .right_item{
  padding:30px 30px 0;
  display: flex;
}
.business_item .right .right_box{
  display: flex;
}
.business_item .right .right_box .box_img{
  width: 101px;
  height: 101px;
}
.business_item .right .right_box .box_img img{
  width: 101px;
  height: 101px;
}
.business_item .right .right_box .right_content{
  padding: 10px 15px;
  padding-right: 28px;
}
.business_item .right .right_box .right_content .rtitle{
  font-size: 18px;
  margin-bottom: 10px;
}
.business_item .right .right_box .right_content .des{
  width: 180px;
}


/*服务范围*/
.service{
  width: 100%;
}
.service_title{
  /* height: 100px; */
  text-align: center;
  background: #000;
  color:#fff;
  font-weight: 400;
  padding:50px;
}
.service .stitle{
  font-size: 40px;
  margin-bottom: 15px;
}
.service .service_title .stitle span{
  color:#ce0505;
}
.service .service_title .des{
  font-size: 22px;
}
.service .service_content{
  background: #434343;
  padding-right: 50px;
}
.service .service_item{
  display: flex;
}
.service .service_item .service_box{
  flex:1;
  text-align: center;
  margin: auto;
  color:#fff;
}
.service .service_item .service_box.image{
  width: 16.66%;
}
.service .service_item .service_box.image img{
  width: 100%;
  height: auto;
}
.service .service_item .service_box .con_zh{
  font-size: 20px;
  font-weight: bold;
}
.service .service_item .service_box .con_en{
  font-size: 14px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.service .service_item .service_box .des{
  padding: 0 30px;
}

/*内容创作范围*/
.content{
  padding: 50px 0;
}
.content_list{
  width: 100%;
  display: flex;
  padding-top: 10px;
}
.content_box{
  flex:1;
  text-align: center;
  padding:20px 10px;
}
.content_box .content_img{
  width: 80px;
  height: 80px;
  margin:auto;
  background: #ce0505;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content_box .content_img img{
  width: 40px;
  height: 40px;
}
.content_box .ctitle{
  font-size: 18px;
  margin:20px 0 10px 0;
  font-weight: 500;
}
.content_box .cdes{
  width: 160px;
  font-size: 14px;
  margin:auto;
}



/* 精彩案例视频 */
.marvellous{
  width: 100%;
}

.marvellous .marvellous_center{
  width: 1200px;
  margin: 0 auto;
}

.marvellous .marvellous_center .marvellous_title{
  font-size: 30px;
  color: #333;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.marvellous .marvellous_center .marvellous_video{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.marvellous .marvellous_center .marvellous_video .video_item{
  width: 380px;
  margin-right: 30px;
  margin-top: 30px;
}

.marvellous .marvellous_center .marvellous_video .video_item:nth-child(3n){
  margin-right: 0;
}

.marvellous .marvellous_center .marvellous_video .video_item .video_cur{
  display: block;
  width: 100%;
  height: 246px;
}

.marvellous .marvellous_center .marvellous_video .video_item .name{
  margin-top: 10px;
  text-align: center;
  width: 100%;
  font-size: 18px;
}



/* 获取定制方案 */
.getmessage{
  width: 100%;
  background: url(/statics/v11/images/uav/subbanner3.png);
  height: 212px;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.getmessage .message_center{
  width: 1200px;
  margin: 0 auto;
}

.getmessage .message_center .message_title{
  font-size: 24px;
  color: #fff;
  font-weight:bold;
}

.getmessage .message_center .message_form{
  width:100%;
  margin-top: 15px;
  display: flex;
}

.getmessage .message_center .message_form .form_item{
  background: rgba(255,255,255,.95);
  border-radius: 5px;
  padding: 3px 15px;
  display: flex;
  line-height: 34px;
  margin-right: 20px;
  position: relative;
}

.getmessage .message_center .message_form .form_item .name{
  width: max-content;
  font-size: 14px;
  color: #333;
  margin-right: 10px;
}

.getmessage .message_center .message_form .form_item .val{
  font-size: 14px;
  color: #666;
  border:0;
  outline: none;
  background: none;
  width: 150px;
  text-indent:10px;
}

.getmessage .message_center .message_form .form_item .codeval{
  width: 220px;
}

.getmessage .message_center .message_form .form_item .code_message{
  position: absolute;
  right: -50px;
  top: 0;
  width: 90px;
  height: 40px;
  line-height: 40px;
  background: #01719a;
  text-align: center;
  cursor: pointer;
  user-select: none;
  color: #fff;
  border-radius: 0 5px 5px 0;
  font-style: oblique;
  letter-spacing: 6px;
  font-family: 'Fixedsys';
  font-size: 16px;
}

.getmessage .message_center .message_form .clickget{
  width: 140px;
  background: #ce0505;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  cursor: pointer;
}

.getmessage .message_center .message_form .clickget:hover{
  background: #ff0000;
}

