body,
h1,
h2, 
h3, 
h4, 
h5, 
h6, 
hr, 
p, 
blockquote, 
dl, 
dt, 
dd, 
ul, 
ol, 
li, 
pre, 
form, 
fieldset, 
legend, 
button, 
input, 
textarea, 
th, 
td { 
  margin:0; 
  padding:0; 
}
h1, 
h2, 
h3, 
h4, 
h5, 
h6{ 
  font-size:100%; 
  font-weight: normal;
}
address, 
cite, 
dfn, 
em, 
var { 
  font-style:normal; 
}
small{ 
  font-size:12px; 
}
ul, ol { 
  list-style:none; 
}
a { 
  text-decoration:none; 
}
sup { 
  vertical-align:text-top; 
}
sub{ 
  vertical-align:text-bottom; 
}
legend { 
  color:#000; 
}
fieldset, img { 
  border:0; 
}
button, input, select, textarea { 
  font-size:100%; 
  outline: none;
}
img{
  display: block;
  max-width: 100%;
}
body{
  font-family:"微软雅黑";
}
.disabled{
	display:none;
}
.clear {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.show{
  display: block!important;
}
.dkjz{
  width: 1200px;
  margin: 0 auto;
}

/*首页*/
.nav_top{
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #051a25;
}
.nav_top>.dkjz>span{
  color: rgba(255,255,255,0.4);
  font-size: 14px;
}
.top_ssk{
  position: relative;
  height: 40px;
  float: left;
  transition: all .3s;
}
.top_ssk .ssk{
  width: 140px;
  height: 30px;
  margin-top: 5px;
  float: left;
  display: block;
  border: 1px solid #f5f5f5;
  display: none;
}
.top_ssk .top_tj{
  position: absolute;
  top: 5px;
  right: 0;
  width: 40px;
  cursor: pointer;
  height: 32px;
  /*border: none;*/
  border: 1px solid #cb2c31;
  background: url(../images/ss.jpg) no-repeat;
  background-size: 100% 100%;
}
.top_ssk:hover .ssk{
  display: block;
}
.banner1 img{
  width: 100%;
}
.tab_yuyan form>span{
  float: left;
  color: #fff;
  font-size: 20px;
  display: block;
  margin-left: 20px;
  margin-right: 20px;
}
.choose_yuyan{
  float: left;
  display: flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -moz-flex;
  display: -ms-flex;
  align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  height: 40px;
  margin-left: 10px;
}
.choose_yuyan img{
  margin-right: 10px;
}
.choose_yuyan select{
  color: #fff;
  background: none;
  border: none;
  appearance:none;
        -moz-appearance:none;
        -webkit-appearance:none;
        padding-right: 10px;
        background: url(../images/sj.png) no-repeat right center;
}
.choose_yuyan select::-ms-expand { display: none; }
.choose_yuyan select option{
  color: #000;
}
.choose_yuyan .choose_yuyanBox{
            padding-right: 20px;
    background: url(../images/sj.png) no-repeat right center;
    position: relative;
}

.choose_yuyan .choose_yuyanBox a{
    color: #fff;
}
.choose_yuyan .choose_yuyanBox ul{
    position: absolute;
    display: none;
    background: #fff;
    padding: 5px;
    z-index: 999999999999;
}
.choose_yuyan .choose_yuyanBox ul a{
    color: #333;
    line-height: 1.6;
    font-size: 14px;
    display: block;
    
}
.choose_yuyan .choose_yuyanBox:hover ul{
    display: block;
    position: absolute;
    
}


.nav{
  width: 100%;
  height: 140px;
  background: #051a25;
}
.nav_nr{
  height: 140px;
  display: flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -moz-flex;
  display: -ms-flex;
  align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
}
.banner img{
  width: 100%;
}
.nav_logo{
  display: block;
  width: 30%;
}
.nav_nav{
  height: 140px;
  width: 70%;
}
.nav_nav>ul{
  height: 140px;
  display: flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -moz-flex;
  display: -ms-flex;
  align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
}
.nav_nav>ul>li{position: relative;}
.nav_nav>ul>li>a{
  position: relative;
  color: #fff;
  display: block;
  font-size: 18px;
  width: 95px;
}
.nav_nav>ul>li>a img{
  position: absolute;
  top: 10px;
  right: 8px;
}
.nav_nav>ul>li>a:hover{
  color: #cb2c31;
}
.nav_nav>ul>li>a:hover .sj2{
  display: block;
}
.nav_nav>ul>li>a:hover .sj1{
  display: none;
}
.nav_nav .act{
  color: #cb2c31;
}
.nav_nav .act .sj2{
  display: block;
}
.nav_nav .act .sj1{
  display: none;
}
.sj2{
  display: none;
}
.nav_nav>ul>li>a span{
  display: block;
  margin-right: 8px;
}

.NavBox{display: none;position: absolute;width: 120%;left: -10%;z-index: 9999999999999;padding-top: 10px;}
.NavBox>li>a{background: #cb2c31;color: #fff;line-height: 2;text-align: center;display: block;margin-top: 5px;}





.banner .swiper-pagination-bullet{
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 1;
  margin: 0 16px!important;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: 40px;
}
.banner .swiper-pagination-bullet-active{
  background: #d3343e;
}
.banner .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  background: url(../images/you.png) no-repeat;
  right: 12%;
}
.banner .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  background: url(../images/zuo.png) no-repeat;
  left: 12%;
}
.sy_part1{
  width: 100%;
  height: 740px;
  background: url(../images/bj1.jpg) no-repeat;
  background-size: 100% 100%;
}
.sy_part1_tit{
  padding-top: 60px;
}
.sy_part1_tit h1{
  color: #333333;
  font-size: 40px;
  text-align: center;
}
.sy_part1_tit .line{
  width: 155px;
  height: 3px;
  background: #d0202b;
  margin: 20px auto;
}
.sy_part1_lb{
  position: relative;
  margin-top: 55px;
}
.sy1_lb{
  width: 375px;
  height: 410px;
  background: #fff;
  position: relative;
}
.sy1_lb a{
  display: block;
}
.sy1_lb_pic{
  width: 100%;
  height: 355px;
  display: flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -moz-flex;
  display: -ms-flex;
  align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
}
.sy1_lb_tit{
  width: 100%;
  height: 55px;
  line-height: 55px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  background: rgba(98,98,98,0.87);
}
.sy1_lbnr{
  width: 100%;
  height: 100%;
  background: rgba(208,32,43,0.9);
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  text-align: center;
}
.sy1_lbnr h1{
  color: #fff;
  margin-top: 65px;
  font-size: 24px;
}
.sy1_lbnr .line1{
  width: 32px;
  height: 2px;
  background: #fff;
  margin: 13px auto;
}
.sy1_lbnr h2{
  color: #fff;
  font-size: 14px;
}
.sy1_lbnr span{
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  width: 72%;
  margin: 50px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;/*文本进行换行*/
  display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
}
.sy1_lbnr p{
  width: 185px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin: 0 auto;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
}
.sy1_lb a:hover .sy1_lb_tit{
  display: none;
}
.sy1_lb a:hover .sy1_lbnr{
  display: block;
}
.sy_part1_lb .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  right: -70px;
  width: 65px!important;
  height: 65px!important;
  background:url(../images/right.png) no-repeat; 
  outline: none;
}
.sy_part1_lb .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  left: -70px;
  width: 65px!important;
  height: 65px!important;
  background:url(../images/left.png) no-repeat; 
  outline: none;
}
.sy_part2{
  width: 100%;
  height: 725px;
  background: #fff;
}
.sy_part2_nr{
  margin-top: 60px;
  height: 420px;
  background: #ccc;
}
.sy_part2_nr a{
  display: block;
  width: 25%;
  height: 420px;
  position: relative;
}
.syp2_k{
  padding-top: 155px;
}
.syp2_k img{
  margin: 0 auto;
}
.syp2_k span{
  display: block;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-top: 25px;
}
.syp2_hover{
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0,0,0,0.4);
  top: 0;
  left: 0;
  display: none;
}
.syp2_hover img{
  margin: 0 auto;
  margin-top: 80px;
}
.syp2_hover h1{
  color: #d3343e;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 22px;
}
.syp2_hover span{
  color: #fff;
  font-size: 14px;
  display: block;
  line-height: 25px;
  width: 85%;
  margin: 35px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;/*文本进行换行*/
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
}
.syp2_hover p{
  width: 120px;
  height: 45px;
  margin: 0 auto;
  background: #cb2c31;
  color: #fff;
  line-height: 45px;
  text-align: center;
  font-size: 14px;
}
.sy_part2_nr a:hover .syp2_k{
  display: none;
}
.sy_part2_nr a:hover .syp2_hover{
  display: block;
}
.sy_part3{
  width: 100%;
  height: 103px;
  background: #f3f3f3;
}
.sy_part3_nr{
  width: 20%;
  height: 103px;
  float: left;
  display: flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -moz-flex;
  display: -ms-flex;
  align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
}
.sy_part3_nr img{
  margin-right: 12px;
}
.sy_part3_nr span{
  width: 60%;
  color: #343434;
  font-size: 14px;
}
.footer{
  width: 100%;
  height: 510px;
  background: #2e2e2e;
}
.footer_nr_out{
  position: relative;
}
.top{
  position: absolute;
  display: block;
  top: 125px;
  right: -60px;
}
.footer_nr{
  width: 100%;
  padding-top: 105px;
  display: flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -moz-flex;
  display: -ms-flex;
  justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
}
.foot_nrk ul>li{
  margin-top: 22px;
  color: rgba(255,255,255,0.4);
  font-size: 14px;
}
.foot_nrk ul>li>a{
  color: rgba(255,255,255,0.4);
  font-size: 14px;
}
.foot_nrk ul>li:first-child{
  margin-bottom: 30px;
}
.foot_nrk ul>li:first-child>a{
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.foot_nrk ul>li>span{
  color: #cb2c31;
  font-size: 24px;
  font-weight: bold;
}
.foot_nrk>img{
  margin-top: 20px;
}
.foot_nrk>span{
  display: block;
  font-size: 14px;
  color: #fff;
  display: block;
  text-align: center;
  margin-top: 12px;
}

/*案例*/
.dqwz{
  width: 100%;
  height: 73px;
  line-height: 73px;
  position: relative;
  box-shadow: 0px 0px 20px -8px #000;
}
.dqwz_left{
  color: #787878;
  font-size: 14px;
}
.dqwz_left a{
  color: #787878;
  font-size: 14px;
}
.dqwz_left a>img{
  float: left;
  margin-top: 30px;
  margin-right: 3px;
}
.dqwz_right ul li{
  float: left;
  margin-right: 40px;
  height: 55px;
}
.dqwz_right ul li a{
  color: #444444;
  font-size: 14px;
}
.dqwz_right ul li:hover{
  font-weight: bold;
  border-bottom: 2px solid #cb2c31;
}
.dqwz_right ul li:hover a{
  color: #cb2c31;
}
.dqwz_right .on{
  font-weight: bold;
  border-bottom: 2px solid #cb2c31;
}
.dqwz_right .on a{
  color: #cb2c31;
}
.al_part1{
  width: 100%;
  height: 790px;
  background: #f5f5f5;
}
.al_part1_tit{
  text-align: center;
  padding: 55px 0;
}
.al_part1_tit h1{
  color: #444444;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
.al_part1_tit h1>span{
  color: #cb2c31;
}
.al_part1_tit h2{
  color: #444444;
  font-size: 30px;
}
.alp1_left{
  width: 47%;
  display: block;
}
.alp1_pic{
  padding: 15px;
  background: #fff;
}
.alp1_left>h1{
  color: #444444;
  font-size: 24px;
  margin-top: 15px;
}
.alp1_left>span{
  color: #444444;
  font-size: 16px;
  display: block;
  margin-top: 20px;
}
.alp1_right{
  width: 48%;
}
.alp1_right a{
  display: block;
  width: 100%;
  height: 190px;
  margin-bottom: 35px;
}
.alp1_right a>h1{
  color: #444444;
  font-size: 24px;
}
.al_ts1{
  margin-top: 15px;
}
.al_ts1>img{
  float: left;
  width: 220px;
  height: 141px;
}
.al_ts1>span{
  color: #444444;
  font-size: 16px;
  float: left;
  margin-left: 15px;
  display: block;
  width: 55%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;/*文本进行换行*/
  display: -webkit-box;
  -webkit-line-clamp:6;
  -webkit-box-orient: vertical;
}
.al1_ckgd{
  margin: 20px auto;
  text-align: center;
  background: #f5f5f5;
  height: 50px;
  line-height: 50px;
}
.al1_ckgd a{
  color: #444;
  font-size: 16px;
}
.al_part2{
  background: #fff;
  padding-bottom: 80px;
}
.al_part2_nr a{
  display: block;
  height: 345px;
  width: 31%;
  float: left;
  padding: 5px;
  border: 1px solid #eeeeee;
  margin-bottom: 40px;
  margin-left: 8px;
  margin-right: 8px;
}
.al_part2_nr a>img{
  width: 100%;
  height: 235px;
}
.al_part2_nr a>h1{
  color: #444444;
  font-size: 20px;
  margin-top: 15px;
  margin-left: 10px;
}
.al_part2_nr a>h2{
  color: #444444;
  font-size: 16px;
  margin-top: 15px;
  margin-left: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;/*文本进行换行*/
  display: -webkit-box;
  -webkit-line-clamp:1;
  -webkit-box-orient: vertical;
}

/*服务*/
.fw_part1{
  background: #f5f5f5;
  padding-bottom: 100px;
}
.fw_part1_nr{
  padding: 80px 60px;
  background: url(../images/fwbj.jpg) no-repeat;
  background-size: 100% 100%;
}
.fw_part1_nr ul>li{
  height: 50px;
  line-height: 50px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #a8a8a8;
  color: #444444;
  font-size: 20px;
  text-indent: 15px;
}

/*产品详情*/
.cp_part1{
  padding: 65px 0;
  background: #fff;
}
.cp1_left{
  width: 42%;
}
.cp_title{
  text-indent: 25px;
  color: #333333;
  font-size: 30px;
  font-weight: bold;
  border-left: 8px solid #cb2c31;
}
.cp1_nr{
  margin-top: 50px;
  color: #444444;
  font-size: 16px;
  line-height: 32px;
  /*overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;/*文本进行换行*/
  /*display: -webkit-box;
  -webkit-line-clamp:5;
  -webkit-box-orient: vertical;*/
}
.cp1_left a{
  display: block;
  width: 215px;
  height: 45px;
  border-radius: 5px;
  background: #cb2c31;
  color: #fff;
  font-size: 16px;
  line-height: 45px;
  text-align: center;
  margin-top: 85px;
}
.cp1_right{
  width: 50%;
  position: relative;
  /*box-shadow: 0px 0px 15px -10px #000;*/
}
.cp1_lb{
  width: 100%;
  height: 388px;
  background: #e7e7e7;
  display: flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -moz-flex;
  display: -ms-flex;
  align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
}
.cp1_lb img{max-width: 90%; max-height: 90%;}
.cp1_right .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  background: url(../images/zuo1.jpg) no-repeat;
  background-size: 100% 100%;
  left: -55px;
  outline: none;
}
.cp1_right .swiper-button-next, .swiper-button-prev{
  width: 40px!important;
  height: 95px!important;
}
.cp1_right .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  background: url(../images/you1.jpg) no-repeat;
  background-size: 100% 100%;
  right: -55px;
  outline: none;
}
.cp_part2{
  padding: 40px 0;
}
.cp_table{
  margin-top: 50px;
  position: relative;
}
.cp_table .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  background: url(../images/zuo1.jpg) no-repeat;
  background-size: 100% 100%;
  left: -45px;
  outline: none;
}
.cp_table .swiper-button-next, .swiper-button-prev{
  width: 40px!important;
  height: 95px!important;
}
.cp_table .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  background: url(../images/you1.jpg) no-repeat;
  background-size: 100% 100%;
  right: -45px;
  outline: none;
}
.cp_al{
  margin-top: 45px;
}
.cp_yy_lb{
  width: 285px;
  height: 165px;
  display: block;
  position: relative;
}
.cp_yy_lb img{
  width: 100%;
  height: 100%;
}
.cp_lb_nr{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  background: rgba(0,0,0,0.4);
  display: none;
}
.cp_lb_nr h1{
  color: #fffefe;
  font-size: 24px;
  font-weight: bold;
  margin-top: 45px;
}
.cp_lb_nr h2{
  color: #fffefe;
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
  text-transform: uppercase;
}
.cp_yy_lb:hover .cp_lb_nr{
  display: block;
}
/*.zx_part{
  padding-bottom: 60px;
}*/
.zx_list{
  width: 100%;
  height: 418px;
  border-bottom: 1px solid #eeeeee;
}
.zx_list a{
  display: block;
  width: 100%;
  height: 418px;
}
.zx_pic{
  width: 45%;
  height: 418px;
  display: flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -moz-flex;
  display: -ms-flex;
  align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
}
.zx_txt{
  width: 50%;
}
.zx_txt h1{
  color: #cb2c31;
  font-size: 36px;
  font-weight: bold;
  margin-top: 105px;
}
.zx_txt h2{
  color: #4f4f4f;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}
.zx_txt span{
  display: block;
  color: #888888;
  font-size: 16px;
  line-height: 28px;
  margin-top: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;/*文本进行换行*/
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
}
.zx_txt p{
  color: #cb2c31;
  border-bottom: 1px solid #cb2c31;
  font-size: 18px;
  float: left;
  margin-top: 40px;
}
.zx_list:hover{
  background: #e0e0e0;
}
.page{
  padding: 60px 0; 
}
.page ul{
  display: flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -moz-flex;
  display: -ms-flex;
  align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
}
.page ul li{
  margin: 0 10px;
  height: 35px;
}
.page ul li a{
  color: #666666;
  font-size: 26px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0!important;
  display: block;
}
.page ul li:hover a{
  color: #fff;
  background: #cb2c31;
}

.lx_part1{
  padding: 60px 0;
}
.lx_part1_nr{
  width: 100%;
  /*height: 435px;*/
  border: 1px solid #dcdcdc;
}
.lx_part1_nr>h1{
  color: #cb2c31;
  font-size: 32px;
  text-align: center;
  margin-top: 30px;
}
.lx_part1_nr>span{
  display: block;
  color: #444444;
  font-size: 14px;
  line-height: 25px;
  width: 80%;
  margin: 40px auto;
}
.lxp1_xia{
  width: 80%;
  margin: 0 auto;
}
.lxp1_xia_1{
  width: 50%;
  height: 40px;
  display: flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -moz-flex;
  display: -ms-flex;
  align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  margin-bottom: 55px;
}
.lxp1_xia_1 img{
  margin-right: 20px;
  /*height: 30px;*/
}
.lxp1_xia_1 h1{
  color: #151515;
  width: 90%;
  font-size: 16px;
}
.lxp1_xia_1 h1>span{
  font-weight: bold;
}
.lx_part2{
  width: 100%;
  height: 523px;
  background: #f1f2f2;
}
.lx_part2 form{
  padding: 35px 0;
}
.lx_list{
  float: left;
  width: 50%;
  height: 60px;
  line-height: 60px;
  margin-bottom: 25px;
}
.lx_list label{
  float: left;
  display: inline-block;
  color: #7e7e7e;
  font-size: 14px;
  width: 12%;
  text-align: center;
}
.lx_list input{
  width: 80%;
  height: 43px;
  border: 1px solid #e3e3e3;
}
.lx_list1{
  display: flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -moz-flex;
  display: -ms-flex;
  align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  float: left;
  width: 100%;
}
.lx_list1 label{
  float: left;
  display: inline-block;
  color: #7e7e7e;
  font-size: 14px;
  width: 6%;
  text-align: center;
}
.lx_list1 textarea{
  width: 87.5%;
  height: 160px;
  resize: none;
  padding: 15px;
  border: 1px solid #e3e3e3;
}
.lx_list1 textarea::placeholder{
  color: #d2c7c7;
  font-size: 14px;
}
.lx_tj{
  margin-top: 40px;
  float: left;
}
.lx_tj input{
  width: 160px;
  height: 45px;
  border: none;
  background: #cb2c31;
  color: #fff;
  margin-left: 72px;
  cursor: pointer;
}
.lx_map img{
  width: 100%;
  height: auto;
}

/*荣誉资质*/
.ry_part1{
  padding-bottom: 20px;
  background: #f7f7f7;
}
.ry_part1_nr a{
  display: block;
  width: 31%;
  float: left;
  margin-bottom: 50px;
  margin-left: 14px;
  margin-right: 14px;
}
.ry_pic{
  width: 100%;
  height: 275px;
  display: flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -moz-flex;
  display: -ms-flex;
  align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  border: 1px solid #e9e9e9;
}
.ry_pic img{
  width: 90%;
}
.ry_tit{
  margin-top: 7px;
  width: 100%;
  height: 43px;
  background: #e5e5e5;
  border: 1px solid #e9e9e9;
  line-height: 43px;
  text-align: center;
  color: #444444;
  font-size: 14px;
}
.ry_part1_nr a:hover .ry_tit{
  background: #cb2c31;
  color: #fff;
}

/*软件*/
.rj_all{
  padding: 60px 0;
}
.rj_js1{
  color: #444444;
  font-size: 16px;
  line-height: 30px;
}
.rj_pic1 img{
  margin: 0 auto;
  margin-top: 40px;
}
.rj_js2{
  padding: 35px;
  background: #cb2c31;
  color: #fff;
  line-height: 30px;
  font-size: 16px;
  margin-top: 40px;
}
.rj_part2{
  /*padding: 30px 0;*/
}
.rj_part2 a{
  display: block;
  width: 50%;
  float: left;
  height: 185px;
  margin-top: 40px;
  overflow: hidden;
}
.rjp2_pic{
  width: 30%;
  float: left;
}
.rjp2_txt{
  width: 63%;
  float: left;
  margin-left: 10px;
}
.rjp2_txt h1{
  color: #222222;
  font-size: 24px;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;/*文本进行换行*/
  display: -webkit-box;
  -webkit-line-clamp:1;
  -webkit-box-orient: vertical;
}
.rjp2_txt span{
  display: block;
  color: #575757;
  font-size: 16px;
  height: 80px;
  line-height: 25px;
  /*margin-top: 20px;*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;/*文本进行换行*/
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
}
.rjp2_txt p{
  color: #343434;
  font-size: 15px;
  margin-top: 25px;
}
.rj_part2 a:hover .rjp2_txt>p{
  color: #cb2c31;
}

/*系统*/
.xt_list{
  width: 100%;
  height: 408px;
  background: #f5f5f5;
  margin-top: 60px;
}
.xt_left{
  width: 43%;
  position: relative;
  height: 408px;
}
.xt_left h1{
  color: #5f5f60;
  font-size: 24px;
  font-weight: bold;
  margin-top: 30px;
  margin-left: 30px;
}
.xt_left span{
  display: block;
  color: #575757;
  font-size: 16px;
  line-height: 28px;
  width: 90%;
  margin-left: 30px;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;/*文本进行换行*/
  display: -webkit-box;
  -webkit-line-clamp:5;
  -webkit-box-orient: vertical;
}
.xt_pic{
  display: flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -moz-flex;
  display: -ms-flex;
  align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  /*margin-top: 118px;*/
  position: absolute;
  left: 0;
  bottom: 0;
}
.xt_pic img{
  width: 46%;
  height: 152px;
  border: 1px solid #f5f5f5;
}
.xt_pic .active{
  border: 1px solid #cb2c31;
}
.xt_right{
  width: 51%;
  height: 100%;
  display: none;
}
.xt_right img{
  width: 100%;
  height: 100%;
}

/*关于我们*/
.gy_all{
  background: #f7f7f7;
  padding-bottom: 60px;
}
.gy_jj{
  color: #444444;
  font-size: 14px;
  line-height: 30px;
}
.gy_part1_nr1{
  display: flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -moz-flex;
  display: -ms-flex;
  justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-top: 30px;
  height: 345px;
  overflow: hidden;
}
.gy_part1_nr1_left{
  width: 54%;
  display: none;
}
.gy_part1_nr1_left img{
  width: 100%;
  height: 346px;
}
.gy_part1_nr1_right{
  width: 46%;
  background: #ccc;
}
.gy_part1_nr1_right div{
  display: block;
  height: 115px;
  width: 100%;
  background: #ababab;
  display: flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -moz-flex;
  display: -ms-flex;
  align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  /*justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;*/
  border-bottom: 1px solid #fff;
}
.gy_part1_nr1_right div span{
  color: #fff;
  font-size: 16px;
  display: block;
  height: 90px;
  width: 80%;
  margin: 0 auto;
  /*padding-top: 30px;*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;/*文本进行换行*/
  display: -webkit-box;
  display: -ms-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -ms-line-clamp: 3;
  -ms-box-orient: vertical;
  line-height: 30px;
}
.gy_part1_nr1_right .active{
  background: #cb2c31;
}
.gy_part1_nr1_right div:hover{
  background: #cb2c31;
}
.gy_part1_nr2{
  margin-top: 30px;
  display: flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -moz-flex;
  display: -ms-flex;
  align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  /*height: 392px;*/
  overflow: hidden;
}
.gy_part1_nr2_left{
  width: 39%;
}
.gy_part1_nr2_left span{
  color: #444444;
  font-size: 14px;
  /*padding-top: 45px;*/
  line-height: 30px;
  display: block;
  background: #fff;
  padding: 35px;
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  /*white-space: wrap;/*文本进行换行*/
  /*display: -webkit-box;*/
  /*-webkit-line-clamp:4;*/
  /*-webkit-box-orient: vertical;*/
}
.gywm1_pic{
  display: flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -moz-flex;
  display: -ms-flex;
  justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-top: 8px;
}
.gywm1_pic img{
  width: 49%;
  height: 183px;
  border: 1px solid #f7f7f7;
}
.gy_part2_nr{
  width: 100%;
  height: 485px;
  overflow: hidden;
}
.gyp2_left{
  width: 63%;
  float: left;
}
.gyp2_left1{
  height: 230px;
  position: relative;
}
.gyp2_left1 img{
  height: 100%;
  width: 100%;
}
.gy_part1_nr2_right{
  width: 59%;
  display: none;
}
.gy_part1_nr2_right img{
  width: 100%;
  height: 100%;
}
.gywm1_pic .active{
  border: 1px solid #cb2c31;
}
.gy2_nrk{
  position: absolute;
  overflow: hidden;
  padding: 20px;
  left: 0;
  top: 25%;
}
.gy2_nrk h1{
  color: #fff;
  font-size: 20px;
  font-weight: normal;
}
.gy2_nrk span{
  display: block;
  color: #fff;
  /*height: 80px;*/
  font-size: 14px;
  line-height: 20px;
  margin-top:5px;
}
.gyp2_bot{
  margin-top: 25px;
}
.gyp2_left2{
  width: 60%;
  height: 230px;
  position: relative;
}
.gyp2_left2 img{
  height: 100%;
  width: 100%;
}
.gyp2_right{
  width: 35%;
  height:485px;
  position: relative;
}
.gyp2_right img{
  width: 100%;
  height: 100%;
}
.gy_part3_lb{
  height: 410px;
  margin-top: 20px;
  position: relative;
}
.gy_part3_lb .swiper-container{
  width: 100%;
  height: 100%;
}
.gyp3_lb{
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -moz-flex;
  display: -ms-flex;
  align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  position: relative;
}
.gy_part3_lb .swiper-button-prev{
  position: absolute;
  left: -55px;
  background: url(../images/l1.png) no-repeat center;
  width: 50px!important;
  height: 50px!important;
  outline: none;
}
.gy_part3_lb .swiper-button-next{
  position: absolute;
  right: -55px;
  background: url(../images/r1.png) no-repeat center;
  width: 50px!important;
  height: 50px!important;
  outline: none;
}
.gyp3_lb1{
  width: 210px;
  height: 180px;
  background: url(../images/lc01.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  left: 39px;
  top: 230px;
  /*overflow: hidden;*/
  overflow-y: auto;
}
.gyp3_lb1::-webkit-scrollbar {/*滚动条整体样式*/
    width: 5px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 180px;
  }
.gyp3_lb1::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(255,255,255,0.5);
}
.gyp3_lb2::-webkit-scrollbar {/*滚动条整体样式*/
    width: 5px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 180px;
  }
.gyp3_lb2::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(255,255,255,0.5);
}
.gyp3_lb3::-webkit-scrollbar {/*滚动条整体样式*/
    width: 5px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 180px;
  }
.gyp3_lb3::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(255,255,255,0.5);
}
.gyp3_lb4::-webkit-scrollbar {/*滚动条整体样式*/
    width: 5px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 180px;
  }
.gyp3_lb4::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(255,255,255,0.5);
}
.gyp3_lb5::-webkit-scrollbar {/*滚动条整体样式*/
    width: 5px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 180px;
  }
.gyp3_lb5::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(255,255,255,0.5);
}
.gyp3_lb1 span{
  display: block;
  padding: 15px 10px;
  color: #fff;
  line-height: 25px;
  font-size: 14px;
}
.nianfen{
  position: absolute;
  font-size: 14px;
}
.gyp3_lb2{
  width: 210px;
  height: 180px;
  background: url(../images/lc02.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  left: 262px;
  top: 7px;
  overflow-y: auto;
  /*overflow: hidden;*/
}
.gyp3_lb2 span{
  display: block;
  padding: 15px 10px;
  color: #fff;
  line-height: 25px;
  font-size: 14px;
}
.gyp3_lb3{
  width: 210px;
  height: 180px;
  background: url(../images/lc03.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  left: 482px;
  top: 230px;
  overflow-y: auto;
  /*overflow: hidden;*/
}
.gyp3_lb3 span{
  display: block;
  padding: 15px 10px;
  color: #fff;
  line-height: 25px;
  font-size: 14px;
}
.gyp3_lb4{
  width: 210px;
  height: 180px;
  background: url(../images/lc04.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  left: 705px;
  top: 7px;
  overflow-y: auto;
  /*overflow: hidden;*/
}
.gyp3_lb4 span{
  display: block;
  padding: 15px 10px;
  color: #fff;
  line-height: 25px;
  font-size: 14px;
}
.gyp3_lb5{
  width: 210px;
  height: 180px;
  background: url(../images/lc01.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  left: 925px;
  top: 230px;
  /*overflow: hidden;*/
  overflow-y: auto;
}
.gyp3_lb5 span{
  display: block;
  padding: 15px 10px;
  color: #fff;
  line-height: 25px;
  font-size: 14px;
}

/*详情*/
.xq_nr{
  padding: 50px 0;
}
.xq_nr_k h1{
  color: #222222;
  font-size: 28px;
  text-align: center;
  margin: 20px auto;
  margin-bottom: 40px;
}
.xq_nr_k img{
  max-width: 95%;
  height: auto;
  margin: 10px auto;
}
.xq_nr_k span{
  display: block;
  color: #444444;
  font-size: 16px;
  line-height: 28px;
  width: 95%;
  margin: 0 auto;
  margin-top: 20px;
}
.xq_sx{
  width: 95%;
  margin: 50px auto;
}
.xq_sx a{
  display: block;
  width: 45%;
  height: 50px;
  background: #f5f5f5;
  line-height: 50px;
  color: #444444;
  font-size: 15px;
  text-align: center;
  text-indent: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;/*文本进行换行*/
  display: -webkit-box;
  -webkit-line-clamp:1;
  -webkit-box-orient: vertical;
  transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
}
.xq_sx a:hover{
  background: #cb2c31;
  color: #fff;
}
.cp_title>span{
  display: inline-block;
  margin-left: 5px;
}


@media (max-width:1280px) {
    .dkjz{
  width: 1120px;
}
}