@font-face{
  font-family: 'YouSheBiaoTiHei';
  src: url(../fonts/YouSheBiaoTiHei.ttf);
}
body {
  width: 100%;
  font-family: 'PingFang SC, microsoft yahei';
  font-size: 14px;
  line-height: 1.42857143;
  color: #3f3f3f;
  margin: 0; /* background: #efeff4; */
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
i,
em {
  font-style: normal;
  font-size: 16px;
}
/* *{-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;} */
img {
  max-width: 100%;
  max-height: 100%;
  outline: none;
  display: block;
}
input::placeholder {
  color: #999999;
}
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
}
ul,
li {
  margin: 0;
  list-style: none;
  padding: 0;
}
a{
    text-decoration:none;
}
/*弹性盒子*/
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
}
.f-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
}
.if-box {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
}
.f_between {
  justify-content: space-between;
}
.f-bet {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
}
.f_around {
  justify-content: space-around;
}
.f_end {
  justify-content: flex-end;
}
.f_bottom {
  align-items: flex-end;
}
.f_start {
  align-items: flex-start;
}
.f_center {
  justify-content: center;
}
.f_warp {
  -webkit-flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
.f_relative {
  position: relative;
}
.flex_1 {
  box-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  -webkit-flex: 1;
}
.flex_2 {
  box-flex: 2;
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  flex: 2;
  -webkit-flex: 2;
}
.f_row {
  -ms-flex-direction: column;
  flex-direction: column;
}
.f_line {
  align-items: baseline;
}
.f_r {
  position: relative;
}
/*文本溢出隐藏*/
.t_o {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.t_o_lin {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  white-space: normal;
  word-break: break-all;
}

.img_bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/*其他*/
.container {
    min-width: 1200px;
}
.pc_page_content{
    padding-top: 69px;
}
/*头部*/
.nav{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 68px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    background-color: rgba(0, 0, 0, .7);
    padding: 0 57px 0 67px;
    z-index: 1;
}
.nav_list li{
    position: relative;
    margin: 0 25px;
    height: 100%;
    line-height: 68px;
}
.nav_list li a{
    color: #ffffff;
}
.nav_list li.active::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #d32d26;
}
.nav_list li.active a{
    color: #d32d26;
}
.nav_list li a:hover{
    color: #d32d26;
}
.phone_box{
    margin-left: 4px;
    color: #ffffff;
}
.phone_title{
    width: 100%;
    font-size: 12px;
}
.phone_number{
    width: 100%;
    font-size: 16px;
    font-weight: bold;
}
.phone_icon{
    width: 32px;
    height: 32px;
    background: url(../img/phone_w.png);
}
.logo_img{
    display: inline-block;
    width: 169px;
    height: 36px;
    background: url(../img/logo_w.png);
    border: 0 !important;
}
.nav_default{
    width: 100%;
    height: 68px;
    border-bottom: 1px solid #f1f1f1;
    background-color: #ffffff;
    padding: 0 57px 0 67px;
    transition: all .3s;
}
.nav_default .logo_img{
    background: url(../img/logo.png);
}
.nav_default .phone_icon{
    background: url(../img/phone.png);
}
.nav_default .nav_list li a{
    color: #333333;
}
.nav_default .phone_box{
    color: #333333;
}
.nav_default .nav_list li.active a{
    color: #d32d26;
}
.nav_default .nav_list li a:hover{
    color: #d32d26;
}
/*轮播图*/
.carousel-item_box{
    position: relative;
}
.carousel-item_box img{
    width: 100%;
}
.carousel-item_box_bj{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
}
.layui-carousel-ind{
    top: -22px;
}
.layui-carousel-ind ul{
    background-color: transparent;
    padding: 0;
    border-radius: 0;
}
.layui-carousel-ind li{
    width: 12px;
    height: 4px;
    background-color: #ffffff;
    border-radius: 2px;
    margin: 0 4px;
}
.layui-carousel-ind li.layui-this{
    background-color: #d32d26;
}
.layui-carousel-arrow:hover, .layui-carousel-ind ul:hover{
    background-color: transparent;
}
.layui-carousel-ind li:hover{
    background-color: #d32d26;
}
/* 底部 */
.footer{
    height: 240px;
    background-color: #0c131a;
}
.footer_top{
    height: 196px;
    padding-top: 24px;
    box-sizing: border-box;
}
.footer_logo{
    margin-top: 22px;
    margin-left: 60px;
}
.footer_info{
    margin-top: 16px;
    margin-left: 70px;
}
.footer_info>li+li{
    margin-top: 18px;
}
.footer_text{
    font-size: 14px;
    color: #ffffff;
    margin-left: 20px;
}
.footer_nav{
    margin-left: 20px;
}
.footer_nav li a{
    font-size: 14px;
    color: #ffffff;
}
.footer_nav li + li{
    margin-left: 24px;
    position: relative;
}
.footer_nav li + li::after{
    content: '';
    position: absolute;
    top: 50%;
    left: -12px;
    margin-top: -6px;
    width: 1px;
    height: 12px;
    background-color: #383c4b;
}
.footer_code{
    text-align: center;
    margin-right: 20px;
}
.footer_code img{
    width: 112px;
    height: 112px;
    margin: 0 auto;
}
.footer_code_name{
    font-size: 14px;
    color: #ffffff;
    margin-top: 10px;
}
.footer_bottom{
    height: 43px;
    border-top: 1px solid #272d35;
    font-size: 14px;
    color: #ffffff;
}
.footer_icp,.footer_yicp{
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
}
.footer_icp{
    margin-left: 4px;
}
.footer_yicp{
    margin-left: 10px;
}
.footer_yicp_icon{
    width: 15px;
    height: 16px;
    margin-right: 5px;
}

.tools{
    position: fixed;
    right: 6px;
    top: 50%;
    margin-top: -82px;
    width: 76px;
    border: 1px solid #d2d2d2;
    border-radius: 6px;
    padding: 0 9px;
    box-sizing: border-box;
    background-color: #ffffff;
}
.tools_item+.tools_item{
    border-top: 1px solid #eeeeee;
}
.tools_item{
    height: 81px;
    align-content: center;
    cursor: pointer;
}
.tools_item p{
    width: 100%;
    font-size: 14px;
    color: #333333;
    margin-top: 10px;
}

/* 公共 */
.content{
    width: 1200px;
    margin: 0 auto;
}
.content_title{
    width: 110px;
    line-height: 36px;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    text-align: center;
}
.content_line{
    width: 20px;
    height: 2px;
    background-color: #808080;
}
.btn_index{
    width: 160px;
    height: 44px;
    border: 1px solid #eeeeee;
    border-radius: 22px;
    color: #4b4b4b;
    font-size: 16px;
    cursor: pointer;
    transition: all .3s;
    background-color: #ffffff;
}
.btn_index i{
    width: 41px;
    height: 10px;
    background: url(../img/btn_icon.png);
    margin-left: 10px;
    margin-top: -5px;
}
.btn_index:hover{
    color: #d32d26;
    border-color: #d32d26;
}
.btn_index:hover i{
    background: url(../img/btn_icon_a.png);
}
.no_more,.nothing{
    width: 100%;
    padding: 30px 0;
}
.layui-layer{
    border-radius: 10px !important;
}
.layer_title{
    position: relative;
    padding: 16px 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #000000;
    text-align: center;
}
.layer_close{
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 20px;
    width: 10px;
    height: 13px;
    cursor: pointer;
    background: url(../img/close.png);
}
.layer_content{
    padding: 0 20px;
}
.layer_item{
    margin-bottom: 20px;
}
.layer_item label{
    font-size: 16px;
    color: #000000;
    padding-left: 15px;
}
.layer_input_box{
    width: 240px;
    margin-top: 10px;
}
.layer_input{
    border-radius: 4px;
}
.layer_textarea_box{
    width: 520px;
    margin-top: 10px;
}
.layer_textarea{
    height: 114px;
    border-radius: 4px;
}
.layer_btn_box{
    margin-top: 20px;
}
.layer_app_img{
    width: 150px;
    height: 150px;
}
.layer_app_img_title{
    width: 100%;
    font-size: 14px;
    color: #000000;
    text-align: center;
    margin-top: 20px;
}
.layer_btn{
    width: 140px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    background-color: #e60013;
    color: #ffffff;
    font-size: 18px;
}
.layer_btn:hover{
    color: #ffffff !important;
}
.important{
    font-size: 16px;
    color: #e60013;
}
.bg_default{
    background-color: #f5f6fa;
}
.layer_inquiry_box{
    height: 70px;
    align-content: center;
    text-align: center;
}
.layer_inquiry_title{
    width: 100%;
    font-size: 16px;
    color: #000000;
}
.layer_inquiry_phone{
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #e60012;
    margin-top: 10px;
}
.upload_tip{
    color: #999999;
    font-size: 14px;
    margin-left: 20px;
}
.layer_upload_box{
    margin-top: 10px;
}
.upload_img{
    position: relative;
    width: 80px;
    height: 80px;
    margin-right: 15px;
    border: 1px solid #dedede;
    border-radius: 4px;
}
.upload_img i{
    position: absolute;
    top: 5px;
    right: 5px;
    width: 12px;
    height: 12px;
    background: url(../img/close_s.png);
    cursor: pointer;
}
.upload_img{
    max-width: 100%;
    max-height: 100%;
}
.upload_btn{
    width: 81px;
    height: 81px;
    background: url(../img/upload.png);
    cursor: pointer;
}
/*分页*/
.layui-laypage a, .layui-laypage span{
    margin: 0 5px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    padding: 0;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    color: #a6a6a6;
    border: 0;
}
span.layui-laypage-spr{
    background-color: transparent;
}
a.layui-laypage-prev,a.layui-laypage-next{
    width: 68px;
    margin: 0 15px;
}
#page{
    padding: 60px 0;
}
.layui-laypage a:hover{
    color: #d32d26;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
    border-radius: 4px;
    left: 0;
    top: 0;
    padding: 0;
    background-color: #d32d26;
}
.page_nav{
    height: 50px;
    color: #808080;
    font-size: 14px;
}
.page_nav i{
    width: 20px;
    height: 20px;
    background: url(../img/address.png);
    margin-right: 6px;
}
.page_nav a{
    color: #808080;
    font-size: 14px;
}

.about{
    width: 100%;
    height: 470px;
    background: url(../img/aboutus_index.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
}
.about_content{
    height: 470px;
    padding: 55px 0;
}
.video_box{
    width: 520px;
    height: 360px;
    background-color: #000000;
}
.video_box > video {
  width: 100% !important;
  height: 100% !important;
}
.about_pic{
   width: 100%;
   height: 100%;
   overflow: hidden;
}
.about_pic img{
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit:cover;
}
.about_right{
    height: 100%;
    padding-left: 45px;
}
.about_top{
    margin-top: 24px;
}
.about_title{
    position: relative;
    font-size: 24px;
    color: #000000;
    font-weight: bold;
}
.about_title::after{
    content: '';
    position: absolute;
    width: 44px;
    height: 4px;
    border-radius: 2px;
    background-color: #d32d26;
    left: 0;
    bottom: -10px;
}
.about_bottom{
    text-indent: 2em;
    line-height: 32px;
    white-space: pre-wrap;
    margin-top: 20px;
}

.product{
    width: 100%;
    background-color: #f3f6fb;
}
.product_top{
    width: 100%;
    padding: 32px 0;
}
.product_item{
    width: 388px;
    height: 166px;
    padding: 12px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    transition: all .3s;
    margin-left: 15px;
    margin-bottom: 20px;
}
.product_item:nth-child(3n+1){
    margin-left: 0;
}
.product_item:hover{
    border-color: #d32d26;
}
.product_item:hover .product_name{
    color: #d32d26;
}
.product_pic{
    width: 88px;
    height: 88px;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .08) ;
}
.product_pic img{
    width: 100%;
    height: 100%;
}
.product_info{
    width: 259px;
    height: 100%;
    padding-left: 15px;
    box-sizing: border-box;
}
.product_name{
    width: 100%;
    font-size: 16px;
    color: #000000;
    font-weight: bold;
}
.product_class{
    width: 100%;
    height: 20px;
    overflow: hidden;
}
.product_class_item{
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #f2a139;
    border-radius: 2px;
    padding: 0 6px;
    margin-right: 6px;
    background-color: #fdf5e7;
    cursor: pointer;
}
.product_class_item:hover{
    color: #f2a139;
}
.product_introduction{
    width: 100%;
    max-height: 40px;
    font-size: 14px;
    color: #000000;
}
.product_lable{
    width: 100%;
    height: 20px;
    overflow: hidden;
}
.product_lable_item{
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}
.product_lable_item+.product_lable_item{
    position: relative;
    margin-left: 17px;
}
.product_lable_item+.product_lable_item::after{
    content: '';
    position: absolute;
    width: 1px;
    height: 10px;
    margin-top: -5px;
    left: -8px;
    top: 50%;
    background-color: #666666;
}
.product_view{
    width: 100%;
    font-size: 14px;
    color: #666666;
}
.product_bottom{
    padding: 28px 0 48px 0;
}
.news{
    width: 100%;
}
.news_top{
    padding: 38px 0;
}
.news_item{
    width: 588px;
    height: 158px;
    padding: 14px;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    transition: all .3s;
    margin-left: 20px;
    margin-bottom: 20px;
}
.news_item:nth-child(2n+1){
    margin-left: 0;
}
.news_item:hover{
    border-color: #d32d26;
}
.news_item:hover .news_title{
    color: #d32d26;
}
.news_pic{
    width: 140px;
    height: 90px;
    margin-left: 20px;
    box-sizing: border-box;
    overflow: hidden;
}
.news_pic img{
    width: 120px;
    max-width: none;
    max-height: none;
    object-fit:cover;
}
.news_info{
    width: 418px;
    height: 100%;
}
.news_info_no_pic{
    width: 100%;
}
.news_title{
    width: 100%;
    font-size: 16px;
    color: #000000;
    font-weight: bold;
}
.news_source{
    width: 100%;
    font-size: 14px;
    color: #666666;
}
.news_introduction{
    width: 100%;
    max-height: 46px;
    font-size: 16px;
    color: #000000;
}
.news_other{
    width: 100%;
    font-size: 14px;
    color: #666666;
}
.news_bottom{
    padding: 28px 0 48px 0;
}
.link{
   width: 100%;
   background-color: #f3f6fb;
   padding-bottom: 40px;
}
.link_top{
    width: 100%;
    padding: 32px 0 22px 0;
}
.link_item{
    width: 200px;
    padding: 10px 0;
    margin-bottom: 20px;
    border: 1px solid #f3f6fb;
}
.link_item:hover{
    border-color: #d32d26;
}
.link_item:hover .link_name{
    color: #d32d26;
}
.link_pic{
    height: 44px;
}
.link_item+.link_item{
    margin-left: 50px;
}
.link_item:nth-child(5n+1){
    margin-left: 0;
}
.news_pic img{
    width: 100%;
    max-width: none;
    max-height: none;
}
.link_name{
    font-size: 16px;
    color: #808080;
    margin-top: 10px;
    text-align: center;
}


/* 产品库 导航 */
.class_box{
    width: 100%;
    background-color: #ffffff;
}
.class_option{
    padding: 6px 0;
    border-bottom: 1px dashed #dcdcdc;
}
.class_option_title{
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    padding-right: 30px;
    padding-top: 6px;
}
.class_option_item{
    height: 24px;
    line-height: 24px;
    padding: 0 7px;
    border-radius: 4px;
    color: #333333;
    font-size: 14px;
    background-color: #ffffff;
    cursor: pointer;
    margin: 6px 32px 6px 0;
}
.class_active{
  color: #ffffff;
  background-color: #222c59;
}
.class_choose_box{
    padding: 7px 0;
    border-bottom: 1px dashed #dcdcdc;
}
.class_choose_title{
    font-size: 14px;
    line-height: 32px;
    color: #999999;
    padding-right: 30px;
    margin-top: 5px;
}
.class_choose_item{
    margin: 5px 16px 5px 0;
    padding: 0 10px;
    line-height: 32px;
    border-radius: 4px;
    background-color: #f0f1f5;
    color: #222c59;
    font-size: 14px;
}
.class_choose_close{
    width: 10px;
    height: 11px;
    background: url(../img/close_r.png);
    margin-left: 14px;
    cursor: pointer;
}
.class_btn_box{
    padding: 20px 87px;
}
.class_btn{
    width: 118px;
    height: 38px;
    border: 1px solid #d2d2d2;
    border-radius: 6px;
    background-color: #ffffff;
    color: #808080;
    font-size: 16px;
    cursor: pointer;
}
.layui-btn:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    color: #808080;
}
.btn_default{
    background-color: #222c59;
    color: #ffffff;
    border-color: #222c59;
}
.btn_default:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    color: #ffffff;
}
.product_box{
    width: 100%;
    background-color: #f5f6fa;
}
.search_box{
    padding-top: 20px;
}
.search_input{
    width: 290px;
    font-size: 14px;
    border-color: #ffffff;
    height: 40px;
    line-height: 40px;
    line-height: 40px\9;
    padding-left: 16px;
    border-radius: 4px 0 0 4px;
    background-color: #ffffff;
}
.search_btn{
    width: 80px;
    height: 40px;
    border-radius: 0 4px 4px 0 ;
    cursor: pointer;
}
.search_icon{
    width: 14px;
    height: 14px;
    background: url(../img/search.png);
}
.search_title{
    color: #ffffff;
    font-size: 14px;
    margin-left: 8px;
}
.result_box{
    display: none;
    font-size: 16px;
    color: #999999;
}
.all_count{
    color: #d32d26;
}
.product_list{
    margin-top: 4px;
}
.product_page .product_item{
    margin-top: 20px;
    margin-bottom: 0;
}
/*产品详情*/
.product_page_info{
    width: 100%;
    background-color: #ffffff;
    padding: 20px;
    box-sizing: border-box;
}
.product_info_pic{
    width: 400px;
    height: 402px;
    border: 1px solid #e1e1e1;
}
.product_info_right{
    padding-left: 48px;
    min-height: 400px;
}
.product_info_right h1{
    font-size: 24px;
    color: #222c59;
}
.product_info_right p{
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
}
.product_info_right .product_class_item{
    height: 22px;
    line-height: 22px;
    padding: 0 7px;
    margin-right: 14px;
}
.product_info_right .product_class,.product_info_right .product_lable{
    margin-top: 10px;
}
.product_server{
    margin-top: 10px;
    font-size: 16px;
    color: #999999;
}
.product_server_item{
    color: #333333;
    margin-right: 24px;
}
.product_server_item span{
    margin-left: 8px;
}
.product_number{
    width: 100%;
    height: 36px;
    border-radius: 4px;
    background-color: #f3f7fd;
    padding: 0 8px 0 16px;
    margin-top: 10px;
}
.copy_btn{
    width: 48px;
    height: 24px;
    line-height: 24px;
    border-radius: 4px;
    color: 14px;
    color: #666666;
    background-color: #cad2de;
    padding: 0;
}
.product_pirce{
    color: #d32d26;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
}
.product_pirce_number{
    font-size: 24px;
}
.product_btns{
    margin-top: 30px;
}
.product_btn{
    width: 160px;
    height: 48px;
    line-height: 48px;
    border-radius: 24px;
    color: 18px;
    color: #d32d26;
    background-color: #ffeeed;
    padding: 0;
    border: 1px solid #d32d26;
}
.product_btn:hover{
    color: #d32d26;
}
.product_btn+.product_btn{
    margin-left: 20px;
}
.product_btn_defalut{
    color: #ffffff;
    background-color: #d32d26;
    border-color: #d32d26;
}
.product_btn_defalut:hover{
    color: #ffffff;
}
.product_detail{
    margin-top: 20px;
    padding-bottom: 48px;
}
.product_detail_left{
    width: 780px;
    background-color: #ffffff;
    padding: 20px;
}
.product_detail_title{
    position: relative;
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    margin-left: 15px;
}
.product_detail_title::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    margin-left: -15px;
    width: 4px;
    height: 20px;
    background-color: #d32d26;
    border-radius: 2px;
}
.product_detail_right{
    width: 390px;
}
.product_detail_right_top{
    width: 100%;
    height: 40px;
    background-color: #ffffff;
    padding: 0 15px;
    box-sizing: border-box;
}
.product_detail_right_bottom{
    margin-top: 20px;
}
.product_detail_right_bottom .product_item {
    margin-left: 0;
}
.product_detail_html{
    margin-top: 20px;
}
/*新闻咨询*/
.news_page{
    padding-top: 14px;
}
.new_box .search_box{
    padding: 30px 0;
}
.new_box .search_input{
    width: 360px;
}
.new_class_item{
    position: relative;
    margin-right: 50px;
    color: #333333;
    font-size: 16px;
    padding-bottom: 4px;
    margin-bottom: 10px;
    cursor: pointer;
}
.new_class_item:last-child{
    margin-right: auto;
}
.new_class_active{
    color: #d32d26;
    border-bottom: 2px solid #d32d26;
}
/*下载中心*/
.down_box .search_box{
    padding: 24px 0;
}
.down_search_item .search_input{
   width: 160px;
   border-radius: 4px;
}
.down_search_item .search_btn{
    border-radius: 4px;
}
.down_search_item{
    width: 160px;
    margin-right: 20px;
    height: 40px;
}
.down_search_item .layui-input, .layui-select{
    font-size: 14px;
    border-color: #ffffff;
    height: 40px;
    line-height: 40px;
    line-height: 40px\9;
    padding-left: 16px;
    border-radius: 4px;
    background-color: #ffffff;
}
.down_list .layui-table{
    margin: 0;
}
.down_list .layui-table tbody tr:hover,.down_list .layui-table thead tr{
    background-color: #e2e9f5;
}
.down_list .layui-table td,.down_list  .layui-table th{
    border: 0;
    padding: 10px 20px;
}
.down_list .layui-table th{
    font-size: 16px;
    color: #000000;
    line-height: 36px;
}
.down_list .layui-table td{
    font-size: 14px;
    color: #000000;
    line-height: 30px;
}
.down_btn{
    width: 68px;
    height: 24px;
    border-radius: 4px;
    font-size: 14px;
    color: #ffffff;
    background-color: #d32d26;
    cursor: pointer;
    margin: 0 auto;
}
.down_btn:hover{
    color: #ffffff;
}
.down_btn i{
    width: 14px;
    height: 14px;
    background: url(../img/down.png);
    margin-right: 6px;
}
.down_btn span{
    font-size: 14px;
}
.down_list .table_list tr:nth-child(2n+1){
    background-color: #ffffff;
}
.down_list .table_list tr:nth-child(2n){
    background-color: #f6f8fb;
}
/*新闻详情*/
.news_page_info{
    background-color: #ffffff;
}
.news_info_top{
    height: 100px;
    border-bottom: 1px dashed #e6e6e6;
    align-content: center;
}
.news_info_top_title{
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #010101;
    text-align: center;
}
.news_info_top_tip{
    width: 100%;
    margin-top: 10px;
}
.news_info_top_tip_item{
    font-size: 16px;
    color: #666666;
    padding: 0 24px;
}
.news_info_top_tip_item span{
    margin-left: 10px;
}
.news_info_body{
    padding: 30px 20px;
}
.news_video_box{
    margin-bottom: 20px;
}
.news_video_box video{
    max-width: 700px;
    height: auto;
}
.news_info_bottom{
    width: 100%;
    height: 74px;
    border-top: 1px dashed #e6e6e6;
    padding: 0 20px;
    box-sizing: border-box;
}
.news_info_bottom_item{
    font-size: 16px;
    color: #666666;
}
.no_news{
    font-size: 16px;
    color: #b2b2b2;
}
.news_info_body_html img,.product_detail_html img{
    display:inline-block;
}
/*关于我们*/
.about_bg{
    width: 100%;
    height: auto;
}
.settled{
    width: 100%;
    padding-bottom: 56px;
}
.settled_top{
    margin-top: 30px;
}
.settled_item{
    height: 142px;
    width: 100%;
    border-radius: 12px;
    background-color: #ffffff;
    margin-top: 30px;
    padding: 0 24px;
    box-sizing: border-box;
}
.settled_info{
    padding-left: 20px;
    align-content: center;
}
.settled_info h1{
    font-family: "YouSheBiaoTiHei";
    width: 100%;
    font-size: 24px;
    color: #1a1a1a;
}
.settled_info p{
    width: 100%;
    font-size: 16px;
    color: #1a1a1a;
}
.settled_btn{
    width: 140px;
    height: 40px;
    border-radius: 20px;
    background-color: #e60013;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    padding: 0;
}
.settled_btn:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    color: #ffffff;
}
.animated{
    -webkit-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both
}
@-webkit-keyframes fadeInLeft{
    0%{
        opacity:0;
        -webkit-transform:translate3d(-100%,0,0);
        transform:translate3d(-100%,0,0)
    }
    100%{
        opacity:1;
        -webkit-transform:none;
        transform:none}
    }
}
@keyframes fadeInLeft{
    0%{
        opacity:0;
        -webkit-transform:translate3d(-100%,0,0);
        -ms-transform:translate3d(-100%,0,0);
        transform:translate3d(-100%,0,0)
    }100%{
        opacity:1;
        -webkit-transform:none;
        -ms-transform:none;transform:none
    }
}
.fadeInLeft{
    -webkit-animation-name:fadeInLeft;
    animation-name:fadeInLeft;
}
@-webkit-keyframes fadeInRight{
    0%{
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }
    100%{
        opacity:1;
        -webkit-transform:none;
        transform:none}
    }
}
@keyframes fadeInRight{
    0%{
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }100%{
        opacity:1;
        -webkit-transform:none;
        -ms-transform:none;transform:none
    }
}
.fadeInRight{
    -webkit-animation-name:fadeInRight;
    animation-name:fadeInRight;
}
@-webkit-keyframes fadeInBottom{
    0%{
        opacity:0;
        -webkit-transform:translate3d(0,100%,0);
        transform:translate3d(0,100%,0)
    }
    100%{
        opacity:1;
        -webkit-transform:none;
        transform:none}
    }
}
@keyframes fadeInBottom{
    0%{
        opacity:0;
        -webkit-transform:translate3d(0,100%,0);
        -ms-transform:translate3d(0,100%,0);
        transform:translate3d(0,100%,0)
    }100%{
        opacity:1;
        -webkit-transform:none;
        -ms-transform:none;transform:none
    }
}
.fadeInBottom{
    -webkit-animation-name:fadeInBottom;
    animation-name:fadeInBottom;
}
/*app下载*/
.app_top{
    padding-top: 40px;
    text-align: center;
}
.app_top h1{
    font-size: 24px;
    color: #010101;
    padding-bottom: 10px;
}
.app_top p{
    font-size: 16px;
    color: #666666;
}
.app_body{
    width: 100%;
    height: 828px;
    background: url('../img/app_bg.png');
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 40px;
    padding-top: 190px;
    box-sizing: border-box;
}
.app_item{
    width: 364px;
    height: 100px;
    /* opacity: 0; */
}
.app_item_info{
    height: 100%;
    align-content: center;
}
.app_item_info h2{
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}
.app_list_top .app_item:nth-child(2n){
    margin-left: 400px;
}
.app_list_top .app_item:nth-child(2n+1) img{
    margin-left: 15px;
}
.app_item_info p{
    width: 100%;
    font-size: 16px;
    color: #808080;
    margin-top: 10px;
}
.t_r{
    text-align: right;
}
.app_list_top{
    height: 406px;
    align-content: space-between;
}
.app_list_bottom{
    margin-top: 80px;
}
.app_item img{
    margin-right: 15px;
}
.app_list_bottom .app_item_info{
    width: 160px;
}
