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; 
}
body{
  overflow-x: hidden;
}
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%;
}
.clear {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.show{
  display: block!important;
}
.dkjz{
  width: 1200px;
  margin: 0 auto;
}

/*首页*/
.nav_all{
  width: 100%;
  height: 100px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.nav_logo{
  float: left;
  margin-top: 20px;
}
.nav_logo a{
  display: block;
}
.nav_dh{
  width: 50%;
  height: 100px;
  float: left;
  margin-left: 80px;
}
.nav_dh>ul>li{
  width: 100px;
  height: 100px;
  float: left;
  text-align: center;
}
.nav_dh>ul>li>a{
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 100px;
  color: #333333;
  font-size: 16px;
}
.nav_dh>ul>li:hover>a{
  background: #e70012;
  color: #fff;
}
.nav_dh>ul .act>a{
  background: #e70012;
  color: #fff;
}
.nav_ss{
  float: right;
  margin-top: 31px;
}
.nav_ss .nav_ssk{
  width: 180px;
  height: 38px;
  background: #f0f3f5;
  border: none;
  border-radius: 18px;
  text-indent: 20px;
  font-size: 14px;
  padding-right: 55px;
  padding-left: 10px;
}
.nav_ss form{
  position: relative;
}
.nav_ss form .nav_tj{
  position: absolute;
  width: 25px;
  height: 25px;
  border: none;
  cursor: pointer;
  top: 6px;
  right: 20px;
  background: url(../images/ss.png) no-repeat center;
}
.cp_bk2{
  margin-top: -150px;
  position: relative;
}
.cp_bk2_nr{
  padding: 30px 50px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px -5px #000;
}
.dqwz{
  color: #666666;
  font-size: 14px;
  margin-bottom: 15px;
}
.dqwz a{
  color: #666666;
}
.dqwz .act{
  color: #e70012;
}
.cp_list{
  margin-top: 15px;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  /*align-items: flex-start;*/
  flex-wrap: wrap;
}
.cp_list span{
  color: #333333;
  font-size: 16px;
  margin-top: 3px;
  display: block;
}
.cp_list_nr{
  width: 94%;
}
.cp_list_nr a{
  display: inline-block;
  padding: 5px 8px;
  border-radius: 15px;
  margin-left: 2px;
  margin-right: 2px;
  color: #333333;
  font-size: 14px;
}
.cp_list_nr a:hover{
  color: #fff;
  background: #e92432;
}
.cp_list_nr .act{
  color: #fff;
  background: #e92432;
}
.cp_bk3{
  padding: 70px 0;
}
.cp_bk3_nr{
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.cp_bk3_nr a{
  display: block;
  width: 31%;
  /*height: 380px;*/
  border: 1px solid #eeeeee;
  position: relative;
  margin-left: 13px;
  margin-right: 13px;
  margin-bottom: 30px;
}
.cpbk3_pic{
  width: 100%;
  height: 372px;
  background: #fff;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.cpbk3_pic img{
	height: 100%!important;
	width: 100%
}
.cpbk3_txt{
  width: 100%;
  height: 75px;
  background: #cccccc;
  line-height: 75px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.cpbk3_dw{
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(217,22,38,0.7);
  top: 0;
  left: 0;
  display: none;
}
.cpbk3_dw img{
  margin: 40px auto;
  margin-top: 90px;
}
.cpbk3_dw h1{
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.line{
  width: 40px;
  height: 2px;
  background: #fff;
  margin: 25px auto;
}
.cpbk3_dw span{
  color: #fff;
  font-size: 14px;
  display: block;
  text-align: center;
}
.cp_bk3_nr a:hover .cpbk3_dw{
  display: block;
}
.cp_bk3_nr a:hover .cpbk3_txt{
  opacity: 0;
}
.page{
  margin-top: 30px;
}
.page ul{
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.page ul li a{
  display: block;
  padding: 8px 15px;
  background: #f5f5f6;
  border-radius: 3px;
  color: #333333;
  font-size: 16px;
  margin-left: 3px;
  margin-right: 3px;
}
.page ul li a:hover{
  color: #fff;
  background: #e70012;
}
.page .act{
  color: #fff;
  background: #e70012;
}
.footer{
  width: 100%;
  /*height: 380px;*/
  background: #333333;
}
.f_list{
  margin-top: 50px;
  width: 50%;
}
.f_nr{
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 20px;
}
.f_list p{
  color: #fff;
  font-size: 14px;
}
.f_nr a{
  color: #cccccc;
  font-size: 14px;
  display: block;
  margin-right: 50px;
}
.f_nr1{
  margin-top: 20px;
}
.f_nr1 span{
  display:inline-block;
  color: #cccccc;
  font-size: 14px;
  margin-top: 20px;
  margin-right: 20px;
}
.footer_2{
  width: 100%;
  /*height: 45px;*/
  line-height: 45px;
  border-bottom: 1px solid #dedede;
  color: #e70012;
  font-size: 14px;
  margin-top: 30px;
}
.footer_2 a {
  color: #e70012;
}
.footer_3{
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: #cccccc;
  font-size: 14px;
}
.footer_3 span>a{
  color: #cccccc;
}

/*产品详情*/
.xq_all{
  padding: 60px 0;
}
.xq_bk{
  border: 1px solid #e5e5e5;
  background: #f5f5f5;
}
.xq_bk1{
  width: 100%;
  height: 730px;
  background: #fff;
}
.xq_bk1_tit{
  text-align: center;
  padding-top: 65px;
}
.xq_bk1_tit h1{
  color: #333333;
  font-size: 24px;
}
.xq_bk1_tit h2{
  color: #878787;
  font-size: 16px;
}
.xq_bk1 .gallery-top {
  width: 100%;
  height: 280px;
  margin-left: auto;
  margin-right: auto;
}
.xq_bk1 .gallery-top .swiper-slide{
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.xq_bk1 .gallery-top {
  height: 62%;
  width: 100%;
}
.xq_bk1 .gallery-thumbs {
  box-sizing: border-box;
  margin-top: 20px;
}
.xq_bk1 .gallery-thumbs .swiper-wrapper{
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.xq_bk1 .gallery-thumbs .swiper-slide{
  width: 80px!important;
  height: 80px!important;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid #eeeeee;
}
.xq_bk1 .gallery-thumbs .swiper-slide img{
  width: 50%;
}
.xq_bk1 .gallery-thumbs .swiper-slide-thumb-active {
  border: 1px solid #e70012;
}
.xq_bk1 .swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white{
  background: url(../images/zuo.png) no-repeat center;
  left: 50px;
}
.xq_bk1 .swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white{
  background: url(../images/you.png) no-repeat center;
  right: 50px;
}
.xq_bk2{
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #000;

}
.xq_bk .xq_bk2{
	margin-bottom: 30px;
}
.xq_bk2 ul{
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
}
.xq_bk2 ul li{
  width: 120px;
  height: 50px;
}
.xq_bk2 ul li a{
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #000;
}
.xq_bk2 ul li a:hover{
  background: #e40000;
}
.xq_bk2 ul .act{
  background: #e40000;
}
.xq_jianjie{
  padding: 30px 20px;
  background: #fff;
}
.xq_jianjie{
	padding-top:100px;
  margin-top: -100px;
}

.xq_title .line1{
  float: left;
  width: 3px;
  height: 22px;
  background: #e70012;
}
.xq_title h1{
  float: left;
  color: #333333;
  font-size: 20px;
  margin-left: 10px;
  margin-top: -3px;
}
.xq_jj{
  color: #878787;
  padding-top: 10px;
  font-size: 14px;
  line-height: 25px;
}
.xq_tedian{
  padding: 30px 20px;
  background: #fff;
  margin-top: 15px;
}
.xq_tedian_nr{
  margin-top: 10px;
}
.xq_tedian_nr ul{
  padding-left: 10px;
}
.xq_tedian_nr ul li{
  background: url(../images/dian.png) no-repeat left center;
  background-size: 6px 6px;
  text-indent: 20px;
  /*height: 35px;*/
  line-height: 35px;
  color: #878787;
  font-size: 14px;
  padding-left:15px;
}
.xq_tedian_nr p{
	color: #878787;
	line-height: 35px;
}
.xq_ceshi{
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  margin-top: 40px;
}
.xq_list{
  width: 33%;
}
.xq_list_11{
  margin-bottom: 30px;
}
.xq_list_11 h1{
  color: #4f4f4f;
  font-size: 14px;
  float: left;
  width: 30%;
  font-weight: bold;
}
.xq_list_11 span{
  color: #878787;
  font-size: 14px;
  /*width: 60%;*/
  float: left;
  text-transform: uppercase;
  /*margin-left: 40px;*/
}
.xq_sp{
  margin-top: 30px;
}
.xq_sp img{
  margin: 0 auto;
}
.xq_lb{
  height: 500px;
  background: #fafafa;
  border-top: 1px solid #e6e6e6;
}
.xq_lb_tit{
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  padding-top: 50px;
}
.xq_lb_tit span{
  color: #464646;
  font-size: 20px;
  display: block;
  margin-left: 30px;
  margin-right: 30px;
}
.xq_lb_nr{
  margin-top: 45px;
  position: relative;
}
.xqlb_a{
  display: block;
  width: 320px;
  height: 310px;
  border: 1px solid #eeeeee;
  position: relative;
  margin-left: 13px;
  margin-right: 13px;
  margin-bottom: 30px;
}
.xqlb_a .cpbk3_pic{
  height: 245px;
}
.xqlb_a .cpbk3_pic img{
  height: 80%;
}
.xqlb_a .cpbk3_txt{
  height: 65px;
  line-height: 65px;
}
.xq_lb_nr .swiper-container{
  width: 85%;
  margin: 0 auto;
}
.xq_lb_nr .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  background: url(../images/left.png) no-repeat center;
  left: 30px;
  outline: none;
}
.xq_lb_nr .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  background: url(../images/right.png) no-repeat center;
  right: 30px;
  outline: none;
}

/*首页*/
.sy_bk1{
  padding: 60px 0;
}
.sy_bk1_tit{
  height: 90px;
  line-height: 90px;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}
.sy_bk1_tit h1{
  float: left;
  color: #333333;
  font-size: 30px;
}
.sy_bk1_tit h1>span{
  color: #cccccc;
  font-size: 16px;
  display: inline-block;
  margin-left: 10px;
}
.sybk1_top{
  float: right;
}
.sybk1_top ul li{
  float: left;
  margin-right: 15px;
}
.sybk1_top ul li a{
  color: #e70012;
  font-size: 14px;
}
.sybk1_top ul .act{
  color: #333333;
  font-size: 16px;
}
.sy_bk1_nr{
  height: 450px;
  margin-top: 50px;
  /*display: none;*/
}
.sybk1_left{
  width: 45%;
  float: left;
}
.sybk1_left_1{
  height: 300px;
}
.sybk1_left_1 h1{
  color: #e70012;
  font-size: 20px;
}
.sybk1_left_1 span{
  display: block;
  height: 252px;
  overflow-y: auto;
  color: #666666;
  font-size: 14px;
  line-height: 28px;
  margin-top: 20px;
}
.sybk1_left_2 .gallery-thumbs .swiper-wrapper{
  width: 100%;
  display: flex;
  display: -webkit-flex;
}
.sybk1_left_2 .gallery-thumbs .swiper-slide{
  width: 100px!important;
  height: 100px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  border: 1px solid #eeeeee;
  margin-right: 30px!important;
  margin-top: 40px;
}
.sybk1_left_2 .gallery-thumbs .swiper-slide img{
  height: 80%;
}
.sybk1_left_2 .gallery-thumbs .swiper-slide-thumb-active {
  border: 1px solid #e70012;
}
.sybk1_right{
  width: 50%;
  float: right;
  height: 100%;
  position: relative;
}
.sybk1_right .gallery-top{
  height: 100%;
}
.sybk1_right .gallery-top .swiper-slide{
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.sybk1_right .gallery-top .swiper-slide img{
  height: 80%;
}
.sybk1_right .swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white{
  width: 48px;
  height: 48px;
  background: url(../images/zuo1.png) no-repeat;
  background-size: 100% 100%;
  outline: none;
  bottom: 0;
  right: 48px;
  left: auto;
  top: auto;
}
.sybk1_right .swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white{
  width: 48px;
  height: 48px;
  background: url(../images/you1.png) no-repeat;
  background-size: 100% 100%;
  outline: none;
  right: 0;
  bottom: 0;
  top: auto;
}
.sy_bk2{
  width: 100%;
  height: 600px;
  overflow: hidden;
}
.sy_bk2_left{
  width: 50%;
  float: left;
  height: 100%;
}
.sy_bk2_left img{
  width: 100%;
  height: 100%;
}
.sy_bk2_right{
  width: 50%;
  float: right;
  height: 600px;
  background: #f5f6fa;
}
.sy_bk2_right_nr{
  width: 540px;
  padding-top: 75px;
  margin-left: 60px;
}
.sy_bk2_right_nr h1{
  color: #333333;
  font-size: 30px;
}
.sy_bk2_right_nr h1>span{
  color: #b2b2b2;
  font-size: 16px;
}
.sy_bk2_right_nr>span{
  display: block;
  color: #666666;
  font-size: 16px;
  line-height: 30px;
  margin-top: 35px;
  height: 330px;
  overflow: hidden;
}
.sy_bk2_right_nr a{
  display: block;
  width: 118px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #e70012;
  font-size: 16px;
  border: 1px solid #e70012;
  margin-top: 35px;
}
.sy_bk3{
  padding: 95px 0;
}
.sy_bk3_tit h1{
  color: #333333;
  font-size: 30px;
  text-align: center;
}
.sy_bk3_tit h1>span{
  color: #cccccc;
  font-size: 16px;
}
.sy_bk3_nr{
  margin-top: 55px;
}
.sy_bk3_nr a{
  display: block;
  width: 23%;
  height: 250px;
  float: left;
  margin-left: 12px;
  margin-right: 12px;
}
.sy_bk3_nr a>span{
  display: block;
  color: #cccccc;
  font-size: 16px;
}
.sy_bk3_nr a>h1{
  color: #333333;
  font-size: 18px;
  margin-top: 8px;
  transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
}
.xw_line{
  width: 30px;
  height: 2px;
  background: #e70012;
  margin-top: 20px;
  transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
}
.xw_nr{
  color: #999999;
  font-size: 14px;
  line-height: 25px;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;/*文本进行换行*/
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.jia{
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 36px;
  color: #cccccc;
  font-size: 30px;
  border: 1px solid #cccccc;
  margin-top: 10px;
  transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
}
.sy_bk3_nr a:hover h1{
  color: #e70012;
}
.sy_bk3_nr a:hover .xw_line{
  width: 100%;
}
.sy_bk3_nr a:hover .jia{
  border: 1px solid #e70012;
  background: #e70012;
  color: #fff;
}
.sy_bk3_more{
  margin-top: 40px;
}
.sy_bk3_more a {
    display: block;
    width: 118px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #e70012;
    font-size: 16px;
    border: 1px solid #e70012;
    margin: 0 auto;
}
.sy_bk4{
  width: 100%;
  height: 720px;
  background: url(../images/bj01.jpg) no-repeat;
  background-size: 100% 100%;
}
.sy_bk4 .sy_bk3_tit{
  padding-top: 75px;
}
.sy_bk4 .sy_bk3_tit h1{
  color: #fff;
}
.sy_bk4 .sy_bk3_tit h1>span{
  color: rgba(255,255,255,0.6);
}
.sy_bk4_lb{
  position: relative;
}
.sy_bk4_lb_nr{
  width: 100%;
  height: 400px;
  background: #fff;
  margin-top: 60px;
}
.sy_bk4_lb_nr a{
  display: block;
  width: 199px;
  height: 199px;
  float: left;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.sy_bk4_lb .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  background: url(../images/zuo1.png) no-repeat center;
  width: 45px;
  height: 45px;
  top: 113%;
  left: 555px;
  outline: none;
}
.sy_bk4_lb .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  background: url(../images/you1.png) no-repeat center;
  width: 45px;
  height: 45px;
  right: 555px;
  top: 113%;
  outline: none;
}
.sy_bk5{
  width: 100%;
  padding: 65px 0;
  background: #fff;
}
.sy_bk5_tit{
  width: 550px;
  height: 70px;
  background: url(../images/bj02.png) no-repeat left center;
  margin: 0 auto;
  color: #333333;
  font-size: 30px;
  line-height: 90px;
  text-indent: 50px;
}
.sy_bk5_tit1{
  color: #666666;
  font-size: 24px;
  text-align: center;
  margin-top: 30px;
}
.sy_bk5_nr{
  width: 60%;
  margin: 0 auto;
  position: relative;
  margin-top: 60px;
}
.sy_bk5_nr .sy_k1{
  width: 670px;
  height: 60px;
  background: #eeeeee;
  border-radius: 50px;
  border: none;
  padding-left: 40px;
}
.sy_bk5_nr .sy_tj{
  width: 130px;
  height: 60px;
  background: #e70012;
  color: #fff;
  font-size: 18px;
  border: none;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  position: absolute;
  top: 0;
  right: 0;
}

/*产品下拉*/
.cp_drop{
  width: 100%;
  height: 597px;
  background: #fff;
  /*position: absolute;*/
  position: fixed;
  top: 100px;
  left:0;
  z-index: 99;
  border-top: 2px solid #ed5562;
  box-shadow: 0px 5px 12px -10px #000;
  display: none;
}
.cp_drop_nr{
  width: 1200px;
  margin: 0 auto;
  /*margin-top: 35px;*/
  height: 540px;
  border: 1px solid #e5e5e5;
}
.cp_drop_top{
  width: 100%;
  height: 50px;
}
.cp_drop_top ul li{
  float: left;
  width: 24.9%;
  height: 50px;
  background: url(../images/bjk.jpg) no-repeat;
  background-size: 100% 100%;
  line-height: 50px;
  text-align: center;
  color: #333333;
  cursor: pointer;
  font-size: 16px;
  border-right: 1px solid #cccccc;
}
.cp_drop_top ul li:hover{
  background: url(../images/bjk2.jpg) no-repeat;
  color: #fff;
}
.cp_drop_top ul .act{
  background: url(../images/bjk2.jpg) no-repeat;
  color: #fff;
}
.cp_drop_tabk{
  display: none;
}
.cp_drop_tab{
  height: 490px;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  flex-wrap: wrap;
  overflow: auto;
}
.cp_drop_tab::-webkit-scrollbar{
  width: 4px;
  height: 490px;
  background: #fff;
}
.cp_drop_tab::-webkit-scrollbar-thumb{
  /*background: #e91a2b;*/
}
.cp_drop_tab_nr{
  width: 16%;
  height: 170px;
  text-align: left;
  margin-left: 23px;
  margin-right: 23px;
  margin-top: 35px;
}
.cp_drop_tab_nr h1{
  color: #e70013;
  font-size: 14px;
}
.cp_drop_line{
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 1px;
  background: #e6e6e6;
}
.cp_drop_tab_nr ul li{
  background: url(../images/dian1.png) no-repeat left center;
  color: #878787;
  font-size: 12px;
  margin-bottom: 10px;
  text-indent: 10px;
}
.cp_drop_tab_nr a{
  color: #4f4f4f;
  font-size: 12px;
  display: block;
  margin-left: 10px;
}
.nav_dh>ul>li:hover .cp_drop{
  display: block;
}

/*保修查询*/
.dqwz1{
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #e6e6e6;
}
.dqwz1_left{
  height: 60px;
  width: 30%;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: center;
  -webkit-align-items: center;
  color: #333333;
  font-size: 14px;
}
.dqwz1_left a{
  color: #333333;
  font-size: 14px;
}
.dqwz1_left img{
  margin-right: 15px;
}
.dqwz1_right{
  width: 70%;
  height: 60px;
  line-height: 60px;
}
.dqwz1_right ul>li{
  float: left;
  margin-right: 60px;
}
.dqwz1_right ul>li a{
  color: #333333;
  font-size: 14px;
}
.dqwz1_right ul>li a:hover{
  color: #e70012;
}
.dqwz1_right ul>li .act{
  color: #e70012;
}
.bx_part1{
  padding: 30px 0;
}
.bx_part1_bt{
  width: 100%;
  height: 50px;
  line-height: 50px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  border-bottom: 1px solid #e6e6e6;
}
.bx_part1_bt>h1{
  color: #d9534f;
  font-size: 14px;
}
.bx_part1_ss{
  width: 225px;
  height: 35px;
  position: relative;
}
.bx_part1_ss>input:first-child{
  width: 100%;
  height: 35px;
  display: block;
  border: none;
  background: #f5f5f5;
  border-radius: 17px;
  text-indent: 15px;
  font-size: 12px;
}
.bx_part1_ss>input:last-child{
  width: 16px;
  height: 16px;
  border: none;
  background: url(../images/ss.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  top: 9px;
  right: 13px;
}
.bx_part1_nr{
  padding: 30px 0;
}
.bx_part1_nr table{
  width: 100%;
  text-align: center;
  color: #4f4f4f;
  font-size: 14px;
}
.bx_part1_nr table tr{
  height: 45px;
}

/*登录*/
.dqwz1_right1{
  height: 60px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  font-size: 14px;
  color: #e5e5e5;
}
.dqwz1_right1 a{
  color: #333333;
  font-size: 14px;
}
.dqwz1_right1 span{
  margin: 0 5px;
}
.dqwz1_right1 a:hover{
  color: #e6000e;
}
.dqwz1_right1 .act{
  color: #e6000e;
}
.zc_bk1{
  padding: 50px 0;
}
.zc_tit{
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
  padding-bottom: 30px;
}
.zc_tit h1{
  color: #373d41;
  font-size: 32px;
}
.zc_tit h2{
  color: #373d41;
  font-size: 16px;
  margin-top: 20px;
}
.zc_bk1 form{
  width: 90%;
  margin: 0 auto;
  margin-top: 30px;
}
.zc_list{
  margin-bottom: 15px;
}
.zc_list label{
  color: #000;
  font-size: 16px;
  display: block;
}
.zc_list label>span{
  color: #999999;
}
.zc_list input{
  width: 100%;
  height: 60px;
  border: 1px solid #e5e5e5;
  font-size: 16px;
  text-indent: 20px;
  border-radius: 6px;
  display: block;
  margin-top: 15px;
}
.zc_list input:focus{
  border: 1px solid #e51627;
}
.zc_list1{
  margin-top: 40px;
}
.zc_list1 input{
  width: 100%;;
  height: 60px;
  border: none;
  background: #000;
  font-size: 16px;
  color: #fff;
  border-radius: 6px;
  display: block;
}
.zc_yzm{
  margin-top: 15px;
}
.zc_yzm input{
  width: 50%;
  height: 60px;
  border: 1px solid #e5e5e5;
  font-size: 16px;
  text-indent: 20px;
  border-radius: 6px;
  display: block;
  float: left;
}
.zc_yzm img{
  width: 13%;
  height: 60px;
  margin-left: 25px;
  float: left;
}
.zc_yzm1 label{
  color: #000;
  font-size: 16px;
  display: block;
}
.zc_yzm input:focus{
  border: 1px solid #e51627;
}

/*服务政策*/
.zhengce_bk1 {
  display: block;
  color: #4f4f4f;
  font-size: 14px;
  line-height: 30px;
}

/*服务支持*/
.banner{
  width: 100%;
  height: 360px;
}
.banner1{
  width: 100%;
  height: 360px;
}
.banner1 img{
  height:  100%;
}
.banner_nr{
  width: 60%;
  margin: 0 auto;
}
.banner_nr h1{
  color: #fff;
  font-size: 24px;
  text-align: center;
  padding-top: 100px;
}
.wd_bk1_ss{
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.wd_ss{
  width: 100%;
  height: 60px;
  background: #fff;
  border-radius: 8px;
  border: none;
  color: #878787;
  font-size: 14px;
  text-indent: 20px;
  display: block;
}
.wd_tj{
  width: 25px;
  height: 25px;
  background: url(../images/ss.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  top: 17px;
  right: 20px;
  border: none;
}
.banner_nr form{
  margin-top: 20px;
}
.wd_bk1_remen{
  color: #fff;
  font-size: 16px;
  width: 80%;
  margin: 0 auto;
  margin-top: 15px;
  text-indent: 30px;
}
.fw_all{
  padding: 80px 0;
}
.fw_all_nr{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.fw_all_nr a{
  display: block;
  width: 20%;
  height: 190px;
}
.fw_all_nr a .img{
  height: 75px;
  width: auto;
  margin: 0 auto;
  margin-top:40px;
}
.fw_all_nr a:nth-child(1) .img{
  background: url(../images/fw1.png)no-repeat center center;
}
.fw_all_nr a:nth-child(1):hover .img{
  background: url(../images/v4.png)no-repeat center center;
}
.fw_all_nr a:nth-child(2) .img{
  background: url(../images/fw2.png)no-repeat center center;
}
.fw_all_nr a:nth-child(2):hover .img{
  background: url(../images/v5.png)no-repeat center center;
}
.fw_all_nr a:nth-child(3) .img{
  background: url(../images/fw3.png)no-repeat center center;
}
.fw_all_nr a:nth-child(3):hover .img{
  background: url(../images/v1.png)no-repeat center center;
}
.fw_all_nr a:nth-child(4) .img{
  background: url(../images/fw4.png)no-repeat center center;
}
.fw_all_nr a:nth-child(4):hover .img{
  background: url(../images/v2.png)no-repeat center center;
}
.fw_all_nr a:nth-child(5) .img{
  background: url(../images/fw5.png)no-repeat center center;
}
.fw_all_nr a:nth-child(5):hover .img{
  background: url(../images/v3.png)no-repeat center center;
}
.fw_all_nr a span{
  display: block;
  color: #333333;
  font-size: 14px;
  text-align: center;
  margin-top: 40px;
}
.fw_all_nr a:hover span{
  color: #e70012;
}

/*新闻中心*/
.xw_top{
  width: 100%;
  height: 60px;
  background: #f5f5f5;
  border-bottom: 1px solid #d9d9db;
}
.xw_top ul>li{
  float: left;
  width: 120px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
.xw_top ul>li a{
  display: block;
  width: 100%;
  height: 100%;
  color: #333333;
  font-size: 14px;
}
.xw_top ul>li a>span:first-child{
  float: left;
  margin-left: 20px;
}
.xw_top ul>li a>span:last-child{
  display: inline-block;
  margin-top: 1px;
  margin-left: 4px;
  float: left;
  font-size: 12px;
}
.xw_top ul>li>a:hover{
  color: #fff;
  background: #d9534f;
}
.xw_top ul>li .act{
  color: #fff;
  background: #d9534f;
}
.zx_all{
  padding: 40px 0;
}
.zx_all_nr a{
  display: block;
  width: 100%;
  height: 260px;
  background: #fff;
  border: 1px solid #e5e5e5;
  margin-bottom: 30px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.mtzxp1_left{
  width: 28%;
  margin-top: 15px;
  margin-left: 15px;
  position: relative;
}
.zhuanjiajt{
  padding: 5px 10px;
  color: #fafafa;
  font-size: 16px;
  background: #5b529e;
  position: absolute;
  top: 0;
  left: 0;
}
.mtzxp1_right{
  width: 69%;
  padding-top: 45px;
}
.mtzxp1_right_top{
  width: 95%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.mtzxp1_right_top h1{
  color: #333333;
  font-size: 24px;
  font-weight: normal;
}
.mtzxp1_right_top div{
  width: 120px;
  height: 40px;
  background: #373d41;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
}
.mtzxp1_right>img{
  width: 95%;
  margin-top: 25px;
}
.mtzxp1_right>span{
  display: block;
  width: 95%;
  margin-top: 25px;
  color: #4f4f4f;
  font-size: 16px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;/*文本进行换行*/
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.mtzxp1_right_di{
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  margin-top: 25px;
}
.mtzxp1_right_list{
  margin-right: 15px;
}
.mtzxp1_right_list img{
  float: left;
  margin-top: 2px;
  margin-right: 8px;
}
.mtzxp1_right_list span{
  color: #878787;
  font-size: 16px;
}

/*新闻详情*/
.zx_bk1 h1{
  color: #333333;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}
.mtzxxqp1_sj{
  margin-top: 35px;
  padding: 20px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}
.zx_bk1_nr{
  padding: 30px 0;
}
.zx_bk1_nr span{
  /*display: block;*/
  color: #4f4f4f;
  font-size: 14px;
  /*line-height: 30px;*/
}
.zx_bk1_nr img{
  margin: 25px auto;
}
.zx_bk2{
  margin-top: 100px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e5e5e5;
}
.zx_bk2_left a{
  display: block;
  margin-bottom: 10px;
  color: #878787;
  font-size: 12px;
}
.zx_bk2_left a>span{
  color: #333333;
  font-size: 14px;
  display: inline-block;
  margin-right: 30px;
}
.zx_bk2_right{
  margin-top: 8px;
}
.zx_bk2_right a{
  display: block;
  color: #4f4f4f;
  font-size: 16px;
}
.zx_bk2_right a img{
  float: left;
}
.zx_bk3{
  margin-top: 40px;
}
.zx_bk3_top{
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.zx_bk3_top h1{
  color: #333333;
  font-size: 16px;
  margin-left: 10px;
  margin-right: 10px;
}
.zx_bk3_top h2{
  color: #878787;
  font-size: 14px;
  margin-top: 3px;
}
.zx_bk3_nr{
  margin-top: 35px;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.zx_bk3_nr a{
  display: block;
  width: 30%;
  height: 135px;
  padding-left: 10px;
  margin-left: 14px;
  margin-right: 14px;
  border-right: 1px solid #dcdcdc;
}
.zx_bk3_nr>a:last-child{
  border: none;
}
.zx_bk3_nr a h1{
  color: #4f4f4f;
  font-size: 16px;
}
.zx_bk3_nr a span{
  display: block;
  color: #9b9b9b;
  font-size: 14px;
  margin-top: 15px;
}
.zx_bk3_nr a h2{
  color: #9b9b9b;
  font-size: 14px;
  margin-top: 15px;
}
.zx_bk3_nr a p{
  display: block;
  width: 83px;
  height: 30px;
  background: #d9534f;
  font-size: 12px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  margin-top: 15px;
}

/*视频中心*/
.sp_all{
  padding: 40px 0;
}
.sp_shai_left{
  color: #878787;
  font-size: 14px;
}
.sp_shai_right span{
  color: #878787;
  font-size: 14px;
  display: inline-block;
  margin-right: 20px;
}
.sp_shai_right a{
  display: inline-block;
  width: 70px;
  height: 26px;
  background: #e6e6e6;
  border-radius: 8px;
  line-height: 26px;
  text-align: center;
  color: #4f4f4f;
  font-size: 12px;
  margin-right: 10px;
}
.sp_shai_right a:hover{
  background: #e7000c;
  color: #fff;
}
.sp_shai_right .act{
  background: #e7000c;
  color: #fff;
}
.sp_bk1{
  margin-top: 35px;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  flex-wrap: wrap;
}
.sp_bk1 a{
  display: block;
  width: 32%;
  height: 260px;
  margin-bottom: 20px;
  margin-right: 8px;
  margin-left: 8px;
}
.sp_bk1 a img{
  width: 100%;
  height: 200px;
}
.sp_bk1 a h1{
  color: #333333;
  font-size: 14px;
  margin-top: 13px;
}
.sp_bk1 a span{
  display: block;
  color: #878787;
  font-size: 12px;
  margin-top: 11px;
}
.sp_jiazai{
  margin-top: 30px;
}
.sp_jiazai a{
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #e7000c;
  font-size: 14px;
  background: #e6e6e6;
}

/*文档中心*/
.wd_all{
  padding: 40px 0;
}
.wd_bk1{
  width: 48%;
  height: 490px;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
}
.wd_bk1_top{
  padding: 0 20px;
  height: 48px;
  line-height: 48px;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  color: #333333;
  font-size: 14px;
}
.wd_bk1_nr{
  height: 440px;
  overflow: auto;
}
.wd_bk1_nr::-webkit-scrollbar{
  width: 4px;
  height: 490px;
  background: #fff;
}
.wd_bk1_nr::-webkit-scrollbar-thumb{
  background: #e91a2b;
}
.wd_bk1_nr ul li{
  height: 49px;
  line-height: 49px;
}
.wd_bk1_nr ul li a{
  display: block;
  /*width: 100%;*/
  padding: 0 20px;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.wd_bk1_nr ul li a h1{
  color: #333333;
  width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;/*文本进行换行*/
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 14px;
}
.wd_bk1_nr ul li a span{
  color: #878787;
  font-size: 12px;
}
.wd_bk1_nr ul>li:nth-child(2n){
  background: #f5f5f5;
}

/*下载中心*/
.xz_bk1{
  margin-top: 30px;
  border-top: 1px solid #e6e6e6;
}
.xz_bk1_top{
  padding: 0 10px;
  height: 50px;
  line-height: 50px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  color: #4f4f4f;
  font-size: 14px;
  border-bottom: 1px solid #e6e6e6;
}
.xz_name{
  width: 75%;
}
.xz_cishu{
  width: 15%;
  text-align: center;
}
.xz_time{
  width: 10%;
  text-align: center;
}
.xz_bk1_list{
  padding: 0 10px;
  height: 50px;
  line-height: 50px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  color: #878787;
  font-size: 14px;
  border-bottom: 1px solid #e6e6e6;
}
.xz_name1{
  width: 75%;
}
.xz_name1 a{
  color:#4f4f4f;
}
.xz_cishu1{
  width: 15%;
  text-align: center;
}
.xz_time1{
  width: 10%;
  text-align: center;
}

/*下载中心详情*/
.xzxq_all{
  padding: 45px 0;
}
.xzxq_all_nr{
  width: 90%;
  margin: 0 auto;
}
.xzxq_all_nr>h1{
  color: #333333;
  font-size: 24px;
  text-align: center;
}
.xzxq_bk1{
  width: 100%;
  border: 1px solid #e6e6e6;
  margin-top: 35px;
}
.xzxq_list{
  padding: 15px 30px;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: center;
  -webkit-align-items: center;
}
.xzxq_list>h1{
  color: #333333;
  font-size: 14px;
  width: 15%;
}
.xzxq_list>span{
  color: #878787;
  font-size: 14px;
  line-height: 30px;
}
.xzxq_list>a{
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: center;
  -webkit-align-items: center;
  color: #e70014;
  font-size: 14px;
}
.xzxq_list>a>span{
  margin-left: 5px;
}
.xzxq_bk1>div:last-child{
  border: none;
}

/*联系我们*/
.lx_bk1{
  padding: 55px 0;
}
.lx_bk1_nr{
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  flex-wrap: wrap;
}
.lx_bk1_list{
  width: 31%;
  margin-bottom: 60px;
  margin-left: 14px;
  margin-right: 14px;
}
.lx_bk1_left{
  width: 30%;
  padding-top: 25px;
}
.lx_bk1_left img{
  margin: 0 auto;
}
.lx_bk1_right{
  width: 65%;
}
.lx_bk1_right h1{
  color: #878787;
  font-size: 24px;
}
.lx_bk1_right span{
  display: block;
  color: #878787;
  font-size: 12px;
  line-height: 23px;
  margin-top: 25px;
}
.lx_bk1_right span>a{
  color: #d9534f;
}
.lx_bk1_right h2{
  color: #d9534f;
  font-size: 12px;
  margin-top: 10px;
}
.lx_bk2{
  padding: 50px 0;
  background: #fafafa;
}
.lx_bk2_top img{
  float: left;
  margin-right: 45px;
}
.lx_dizhi{
  float: left;
}
.lx_dizhi h1{
  color: #878787;
  font-size: 24px;
}
.lx_dizhi span{
  color: #878787;
  font-size: 12px;
  display: block;
  margin-top: 12px;
}
.lx_bk2_left{
  width: 50%;
  margin-top: 30px;
}
.lx_bk2_right{
  width: 45%;
  margin-top: 30px;
}
.lx_bk2_right>h1{
  color: #878787;
  font-size: 24px;
}
.lx_bk2_right_nr{
  margin-top: 16px;
}
.lx_bk2_right_nr h2{
  color: #4f4f4f;
  font-size: 14px;
}
.lx_bk2_right_nr span{
  display: block;
  color: #878787;
  font-size: 12px;
  line-height: 20px;
  margin-top: 15px;
}

/*公司简介*/
.jj_bk1{
  padding: 40px 0;
  padding-bottom: 70px;
  background: #fff;
}
.jj_tit h1{
  color: #000;
  font-size: 32px;
  text-align: center;
}
.jj_tit img{
  margin: 18px auto;
}
.jj_tit h2{
  color: #878787;
  font-size: 14px;
  text-align: center;
}
.jj_bk1_nr{
  margin-top: 50px;
}
.jj_bk1_left{
  width: 50%;
}
.jj_bk1_left img{
  width: 100%;
}
.jj_bk1_right{
  width: 45%;
}
.jj_bk1_right span{
  display: block;
  color: #878787;
  font-size: 14px;
  line-height: 24px;
}

 	.flex-space-between1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.cp_list_nr a {
    display: inline-block;
    padding: 5px 8px;
    border-radius: 15px;
    margin-left: 2px;
    margin-right: 2px;
    color: #333333;
    font-size: 14px;
    min-width: 33px;
    text-align: center;
    height: 25px;
    line-height: 25px;
}
.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
}
.f_nr ul{
	display: block;
	margin:0 auto;
}
	.footer li{
		float: left;
	}
	.footer_2{text-align: center;color: #848484;}
	.footer_2 img{
		display: inline-block;
		text-align: center;
		
	}
	#qyuef img{
		margin-bottom: 10px;
	}
	.footer_2{
		padding-bottom: 25px;
	}
	.footer_2 p{
		line-height:1;
		font-size:14px;
		color: #cccccc;
		margin-bottom: 8px;
	}
	/*20190819侧边栏*/

	.close{
		position: absolute;
		top:30px;
		right:20px;
	}
	.righterTitle{
		position: fixed;
		bottom:40%;
		right: 2%;
		width:44px;
		height:128px;
		background:rgba(252,252,252,1);
		box-shadow:0px 5px 11px #d7d7d7;
	}
	.righterTitle img{
		display: block;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	.righterTitle p{
		font-size: 16px;
		color: #e70012;
		width: 1em;
		display: block;
		margin:0 auto;
	}
	.flex-center {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: -webkit-flex;
	  display: flex;
	  -webkit-justify-content: center;
	  justify-content: center;
	  align-items: center;
	}
	.flex-start {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: -webkit-flex;
	  display: flex;
	  -webkit-justify-content: flex-start;
	  justify-content: flex-start;
	  align-items: center;
	}
	.righterShow{
		position: fixed;
		bottom:40%;
		right:5.1%;
		width:349px;
		height:245px;
		background:rgba(252,252,252,1);
		box-shadow:0px 5px 11px #d7d7d7;
		padding:15px 0;
		box-sizing: border-box;
		display: none;
	}
	.righterShow .box .rr .p1{
		font-size: 16px;
		color: #333333;margin-bottom: 12px;
	}
	.righterShow .box .rr .p3{
		font-size:16px;
		color:#e70012;
		line-height: 1;
	}
	.righterShow .box .rr .p2{
		font-size:14px;
		color:#999999;
		line-height: 1;
	}
	.righterShow .box .rr p{
		line-height: 1;
	}
	.righterShow .box{
		padding:15px 30px;
	}
	.righterShow .box .ll img{
		margin-right: 20px;
	}

