body{
	max-width: 640px;
	margin: 0 auto;
	background-color: #f5f5f6;
	visibility: hidden;
}
.header{
	padding:10px 3%;
	position: relative;
    /*box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15);*/
	z-index: 2px;
	background:#fff;
}
.header .logo{
	/*max-width:40%;*/
	display: block;
	height:40px;
	/*margin:0 auto;*/

}

.header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed
{
	position: fixed;
	bottom: 0;
	left: 0;
}

/*banner*/
.banner	.slideBox{ position:relative; overflow:hidden; margin:0 auto;  max-width:100%; }
.banner	.slideBox .hd{ position:absolute; height:28px; line-height:28px; bottom:0px; right:0; z-index:1;  width:100%; text-align:center;}
.banner	.slideBox .hd li{ display:inline-block; width:8px; height:8px;  background:none; text-indent:-9999px; overflow:hidden; margin:0 6px;border-radius: 50%; background:rgba(255,255,255,0.5);}
.banner	.slideBox .hd li.on{ background:rgba(255,255,255,1);  }
.banner	.slideBox .bd{ position:relative; z-index:0; }
.banner	.slideBox .bd li{ position:relative; text-align:center;  }
.banner	.slideBox .bd li img{ /*background:url(images/loading.gif) center center no-repeat;*/  vertical-align:top; width:100%;}
.banner	.slideBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  } 
.banner	.slideBox .bd li .tit{ display:block; width:100%;  position:absolute; bottom:0; text-indent:10px; height:28px; line-height:28px; background:url(../images/tm.png) repeat; color:#fff;  text-align:left;  }


.clearfix::after { content: ""; clear: both; overflow: hidden; display: block; height: 0; visibility: hidden;}
.sl{overflow:hidden; text-overflow:ellipsis;white-space: nowrap;}
.sl2{overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; line-clamp: 2; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.sl3{overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; line-clamp: 3; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.sl4{overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; line-clamp: 4; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
.sl5{overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; line-clamp: 5; -webkit-line-clamp: 5; -webkit-box-orient: vertical;}
.block{ display:block;}
.fl{ float:left;}
.fr{ float:right;}

.pages { margin-top: 15px; font-size: 12px; line-height: 22px; text-align: center; }
.pages a { text-decoration: none; color: #666; background: #ffffff;/*外框颜色*/  padding:3px 10px; margin-right: 5px;margin-bottom: 10px;display: inline-block}
.pages a.active { background: #da251d; color: #fff; }/*激活状态颜色*/
.pages a:hover {  background: #da251d; color: #fff; text-decoration: none;  }/*鼠标经过颜色*/
.pages a.wz{  padding:3px 10px;}



.hamburger {
		display: block;
	width: 28px;
	height: 18px;
	padding: 11px;
	position: absolute;
	top: 50%;margin-top: -20px;
	right: 3%;

  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: #da251d;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

.hamburger--slider .hamburger-inner {
  top: 8px; }
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }

/*首页*/
.top_search{ border:#da251d 1px solid; height:40px; padding-right:50px; box-sizing:border-box; position:relative;}
.top_search .top_search_txt{ width:100%; height:38px; padding:0 10px; box-sizing:border-box; border:0; background-color:transparent;}
.top_search .top_search_bt{ position:absolute; right:0; top:0; width:50px; height:38px; border:0; background:url(../images/top_search_bt.png) center no-repeat; background-size:auto 20px;}

.i_title1 .txt1{ font-family: Arial; font-size: 16px; color: #333333; line-height: 30px; text-align: center; text-transform: uppercase; position:relative; padding-bottom:10px;}
.i_title1 .txt1 span:last-child{ color: #da251d;}
.i_title1 .txt1:after { content: ""; position: absolute; left: 50%; bottom: 0; margin-left: -20px; width: 40px; height: 3px; background: #000;}
.i_title1 .txt2{ font-size: 20px; color: #333333; line-height: 30px; text-align: center; padding-bottom: 10px; position: relative; display:none;}
.i_title1 .txt2:after { content: ""; position: absolute; left: 50%; bottom: 0; margin-left: -20px; width: 40px; height: 3px; background: #000;}
.i_title2 .txt1{ font-family: Arial; font-size: 16px; color: #fff; line-height: 30px; text-align: center; text-transform: uppercase; position:relative; padding-bottom:10px;}
.i_title2 .txt1 span:last-child{ color: #da251d;}
.i_title2 .txt1:after { content: ""; position: absolute; left: 50%; bottom: 0; margin-left: -20px; width: 40px; height: 3px; background: #fff;}
.i_title2 .txt2{ font-size: 20px; color: #fff; line-height: 30px; text-align: center; padding-bottom: 10px; position: relative; display:none;}
.i_title2 .txt2:after { content: ""; position: absolute; left: 50%; bottom: 0; margin-left: -20px; width: 40px; height: 3px; background: #fff;}

.i_d1_list li{ float: left; margin-left: 2%; width: 49%; position: relative; overflow: hidden; margin-top:10px;}
.i_d1_list li:nth-child(2n+1){ margin-left: 0;}
.i_d1_list li img{ width:100%;}
.i_d1_list li .mb1{ position: absolute; left: 0; bottom: 0; width: 100%; height: 50px; background: rgba(0,0,0,0.8); transition: all 0.3s;}
.i_d1_list li .mb1 .no{ position: absolute; left: 10px; top: 0; height: 50px; line-height: 50px; font-family: Arial; font-size: 30px; color: #fff; font-style: italic;}
.i_d1_list li .mb1 .txt1{ position: absolute; left: 50px; top: 5px; height: 30px; line-height: 30px; font-size: 12px; color: #fff; padding-bottom: 2px;}
.i_d1_list li .mb1 .txt1:after { content: ""; position: absolute; left: 50%; bottom: 0; margin-left: -15px; width: 30px; height: 2px; background: #fff;}

.i_d2_list{ position: relative;}
.i_d2_list li{ float: left; width: 45%; height: 1.43rem; background:url(../images/i_d2_bg.jpg) no-repeat; background-size:100% 100%; position: relative; margin-bottom: 0.6rem; overflow:hidden;}
.i_d2_list li:nth-child(2n){ float: right;}
.i_d2_list li .ico{ position: absolute; left: 0.3rem; top: 50%; margin-top:-0.4rem; width: 0.8rem; height: 0.8rem; text-align: center; line-height: 0.8rem; border: #999999 1px dashed; border-radius: 50%; box-sizing:border-box;}
.i_d2_list li .ico1{ background:url(../images/i_d2_ico1.png) #fff center no-repeat; background-size:0.4rem auto;}
.i_d2_list li .ico2{ background:url(../images/i_d2_ico2.png) #fff center no-repeat; background-size:0.4rem auto;}
.i_d2_list li .ico3{ background:url(../images/i_d2_ico3.png) #fff center no-repeat; background-size:0.4rem auto;}
.i_d2_list li .ico4{ background:url(../images/i_d2_ico4.png) #fff center no-repeat; background-size:0.4rem auto;}
.i_d2_list li:hover .ico1{ background:url(../images/i_d2_ico1_on.png) #da251d center no-repeat; background-size:0.4rem auto;}
.i_d2_list li:hover .ico2{ background:url(../images/i_d2_ico2_on.png) #da251d center no-repeat; background-size:0.4rem auto;}
.i_d2_list li:hover .ico3{ background:url(../images/i_d2_ico3_on.png) #da251d center no-repeat; background-size:0.4rem auto;}
.i_d2_list li:hover .ico4{ background:url(../images/i_d2_ico4_on.png) #da251d center no-repeat; background-size:0.4rem auto;}
.i_d2_list li:hover .ico{ border: #999999 1px solid;}
.i_d2_list li .txt{ position: absolute; left: 1.25rem; top: 50%; margin-top:-30px;}
.i_d2_list li .txt .txt1{ font-size: 14px; color: #333333; font-weight: bold; line-height: 22px;}
.i_d2_list li .txt .txt2{ font-size: 12px; color: #333333; line-height: 20px;}
.i_d2_img{ position: absolute; left: 1.8rem; top: 1.0rem; width:2.4rem;}

.i_d3{ background:url(../images/i_d3_bg.jpg) center no-repeat; background-size:cover;}
.i_d3_list>li{ width: 100%; height: 3.3rem; background: #fff; margin-bottom: 20px; position: relative; top: 0;left: 0; overflow:hidden;}
.i_d3_list>li .i_d3_img{ position: absolute; right: 0; top: 0; /*width: 280px;*/ height: 3.3rem;}
.i_d3_list>li .i_d3_txt{ position: absolute; left: 20px; top: 10px; width: 2.8rem;}
.i_d3_list>li .i_d3_txt .no{ font-family: Arial; font-size: 24px; color: #da251d; font-weight: bold; line-height: 0.5rem;}
.i_d3_list>li .i_d3_txt .title{ font-size: 18px; color: #333333; font-weight:bold; line-height: 0.5rem;}
.i_d3_list>li .i_d3_txt .txt{ font-size: 12px; color: #6c6c6c; line-height: 0.3rem; height: 0.6rem; margin-top:0.1rem;}
.i_d3_list>li:hover{box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.1);}
.i_d3_txt_list li{ float: left; /*width: 0.24rem;*/ margin-right: 10px; font-size: 14px; color: #6c6c6c; text-align: center; padding: 0.1rem 0.1rem; line-height: 0.26rem; border: #cccccc 1px solid; margin-top: 0.16rem;}
/*
.i_d3{ background:url(../images/i_d3_bg.jpg) center no-repeat; background-size:cover;}
.i_d3_list>li{ width: 100%; height: 3.3rem; background: #fff; margin-bottom: 20px; position: relative; top: 0;left: 0;}
.i_d3_list>li .i_d3_img{ position: absolute; right: 0; top: 0; height: 3.3rem;}
.i_d3_list>li .i_d3_txt{ position: absolute; left: 20px; top: 10px; width: 2.8rem;}
.i_d3_list>li .i_d3_txt .no{ font-family: Arial; font-size: 0.4rem; color: #da251d; font-weight: bold; line-height: 0.5rem;}
.i_d3_list>li .i_d3_txt .title{ font-size: 0.34rem; color: #333333; font-weight:bold; line-height: 0.5rem;}
.i_d3_list>li .i_d3_txt .txt{ font-size: 0.2rem; color: #6c6c6c; line-height: 0.3rem; height: 0.6rem; margin-top:0.1rem;}
.i_d3_list>li:hover{box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.1);}
.i_d3_txt_list li{ float: left; width: 0.24rem; margin-right: 10px; font-size: 0.24rem; color: #6c6c6c; text-align: center; padding: 0.1rem 0.1rem; line-height: 0.26rem; border: #cccccc 1px solid; margin-top: 0.16rem;}
*/

.i_d4{ background:url(../images/i_d4_bg.jpg) center no-repeat; background-size:cover;}
.i_d4 .indexcontent{ position: relative;}
.i_d4 .i_d4_title{}
.i_d4 .i_d4_title .title1{ font-size: 20px; color: #ffffff; line-height: 30px; text-align: center;}
.i_d4 .i_d4_title .title2{ font-size: 14px; color: #ffffff; line-height: 24px; text-align: center; display:none;}
.i_d4 .i_d4_title .title3{ width: 160px; height: 26px; line-height: 26px; font-size: 12px; color: #ffffff; border: #fff 1px solid; border-radius: 13px; text-align: center; margin: 0 auto; margin-top: 10px;}

.i_d4_list{}
.i_d4_list li{ float:left; width:50%; position: relative; padding:0 5px; margin-top: 20px; box-sizing:border-box;}
.i_d4_list li .ico{ width: 40px; height: 40px; line-height: 40px; text-align: center; border: #fff 1px solid; border-radius: 50%; margin:0 auto;}
.i_d4_list li .ico img{ vertical-align: middle; height:20px;}
.i_d4_list li .txt1{ font-size: 16px; color: #ffffff; font-weight: bold; line-height: 30px; text-align:center; margin-top:5px;}
.i_d4_list li .txt2{ font-size: 12px; color: #ffffff; line-height: 26px; text-align:center;}


.i_d5_list li{ float: left; width: 32%; margin-left: 2%; margin-top:20px;}
.i_d5_list li:nth-child(3n+1){ margin-left: 0;}
.i_d5_list li .ico{  width:80%; height: 1.5rem; margin:0 auto;}
.i_d5_list li .ico1{ background:url(../images/i_d5_ico1.png) center no-repeat; background-size:contain;}
.i_d5_list li .ico2{ background:url(../images/i_d5_ico2.png) center no-repeat; background-size:contain;}
.i_d5_list li .ico3{ background:url(../images/i_d5_ico3.png) center no-repeat; background-size:contain;}
.i_d5_list li .ico4{ background:url(../images/i_d5_ico4.png) center no-repeat; background-size:contain;}
.i_d5_list li .ico5{ background:url(../images/i_d5_ico5.png) center no-repeat; background-size:contain;}
.i_d5_list li .ico6{ background:url(../images/i_d5_ico6.png) center no-repeat; background-size:contain;}
/*
.i_d5_list li:hover .ico1{ background:url(../images/i_d5_ico1_on.png) center no-repeat;}
.i_d5_list li:hover .ico2{ background:url(../images/i_d5_ico2_on.png) center no-repeat;}
.i_d5_list li:hover .ico3{ background:url(../images/i_d5_ico3_on.png) center no-repeat;}
.i_d5_list li:hover .ico4{ background:url(../images/i_d5_ico4_on.png) center no-repeat;}
.i_d5_list li:hover .ico5{ background:url(../images/i_d5_ico5_on.png) center no-repeat;}
.i_d5_list li:hover .ico6{ background:url(../images/i_d5_ico6_on.png) center no-repeat;}*/
.i_d5_list li .txt{ text-align: center; font-size: 14px; color: #333333; line-height: 25px; text-align:center; margin-top:5px; height:50px; overflow:hidden;}

.i_d6_swiper{ padding-bottom:20px;}
.i_d6_swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #da251d;
}
.i_d6_list li{ float: left; width: 31%; margin-left: 2%; margin-bottom: 20px;}
.i_d6_list li:nth-child(3n+1){ margin-left: 0;}
.i_d6_list li img{ display: block; width: 100%; height: 1.87rem; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px;}
.i_d6_list li .txt{ font-size: 14px; color: #333333; line-height: 30px; text-align: center; margin-top: 5px;}

.i_d7{ background:url(../images/i_d7_bg.jpg) center no-repeat; background-size:cover;}
.i_d7 .i_d7_txt1{ font-size: 16px; color: #ffffff; line-height: 30px; text-align: center;}
.i_d7 .i_d7_txt1 *{ line-height: 30px;}
.i_d7 .i_d7_txt2{ font-size: 12px; color: #999999; line-height: 22px; text-align: center; margin-top: 10px; display:none;}
.i_d7 .i_d7_txt2 *{ line-height: 22px;}
.i_d7 .i_d7_txt3{ font-size: 18px; color: #ffffff; line-height: 30px; text-align: center; margin-top: 10px;}
.i_d7 .i_d7_txt3 *{ line-height: 30px;}
.i_d7 .i_d7_txt3 span{ color: #db504a;}
.i_d7 a.i_d7_more{ display: block; width: 120px; height: 36px; background: #da251d; border: #da251d 1px solid; line-height: 36px; text-align: center; font-size: 14px; color: #ffffff; margin: 0 auto; transition: all 0.3s;}
.i_d7 a.i_d7_more:hover{ background: #fff; color: #da251d;}

.i_d8_nav{ text-align: center;}
.i_d8_nav li{ display: inline-block; width: 30%; height: 30px; line-height: 30px; text-align: center; border: #cccccc 1px solid; background: #fff; font-size: 12px; color: #333333; margin: 0 2px; cursor: pointer; transition: all 0.3s;}
.i_d8_nav li.on{ background: #da251d; border: #da251d 1px solid; color: #fff;}

.i_d8{ background:#fff;}

.i_d8_list{ padding: 20px 0;}
.i_d8_list li{ float: left; width: 49%; margin-left: 2%;}
.i_d8_list li:nth-child(2n+1){ margin-left: 0;}
.i_d8_list li .news_img{ display:block; width:100%; height:2rem;}
.i_d8_list li .txt1{ font-size: 14px; color: #333333; line-height: 25px; margin-top: 5px;}
.i_d8_list li .txt2{ padding-bottom: 5px; border-bottom: #f5f5f5 1px solid; font-size: 12px; color: #333333; line-height: 25px; position: relative;}
.i_d8_list li .txt2:after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 1px; background: #da251d; transition: all 0.3s;}
.i_d8_list li:hover .txt2:after { width: 100%;}
.i_d8_list li .txt3{ font-size: 14px; color: #999999; line-height: 25px; height: 50px; margin-top: 5px;}

.totop{ height:40px; background:#da251d; text-align:center; line-height:40px; font-size:16px; color:#fff; cursor:pointer;}
.totop img{ position:relative; height:16px; top:2px; margin-right:10px;}

.footer1{ background: #333333;}
.footer1 .footer_txt{}
.footer1 .footer_txt .txt3{ font-size: 14px; color: #fff; line-height: 25px; text-align:center;}
.footer1 .footer_hr{ width:100%; margin:10px 0;}
.footer1 .footer_ewm{ text-align: center; font-size: 16px; color: #ffffff; line-height: 26px;}
.footer1 .footer_ewm img{ height:100px;}

.footer2{ background: #171717;}
.footer2 .footer2_txt{ padding: 10px 0; line-height: 30px; font-size: 14px; color: #666666; text-align: center;}
.footer2 .footer2_txt img{ max-width:100%;}
.footer2 .footer2_txt a{ color: #666666;}

.bottom_nav{ position:fixed; left:0; bottom:0; width:100%; height:50px; background:#ffffff; padding:3px 0; box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15); z-index:9999;}
.bottom_nav li{ float:left; width:25%;}
.bottom_nav li a{ display:block; width:100%; text-align:center; font-size:14px; color:#999999; line-height:20px; height:45px; padding-top:5px;}
.bottom_nav li a img{ padding-bottom:0px;}
.bottom_nav li.on a{ color:#da251d;}

/*案例页面*/
.case_list li{ float:left; width:49%; padding:10px 10px 0 10px; background:#fff; margin-top:10px; margin-left:2%; box-sizing:border-box;}
.case_list li:nth-child(2n+1){ margin-left: 0;}
.case_list li img{ display:block; width:100%; height:1.8rem;}
.case_list li .txt{ font-size:14px; color:#666666; line-height:30px; padding:5px 0; text-align:center;}

/*产品列表页*/
.p_nav{ background:#fff;}
.p_nav .p_nav_tr{ border-top:#f4f4f4 1px dashed; padding:10px 10px 10px 85px; position:relative;}
.p_nav .no_b{ border-bottom:0;}
.p_nav .p_nav_tr .title{ position:absolute; left:10px; top:10px; width:70px; line-height:25px; font-size:14px; color:#333333;}
.p_nav .p_nav_tr .txt{ line-height:25px; font-size:14px; color:#666666;}
.p_nav .p_nav_tr .txt a{ color:#666666; margin:0 5px;}
.p_nav .p_nav_tr .txt a.on{ color:#da251d;}
.p_nav .p_nav_tr .txt a:hover{ color:#da251d;}

.p_list li{ float:left; width:49%; margin-top:10px; margin-left:2%;}
.p_list li:nth-child(2n+1){ margin-left: 0;}
.p_list li .fd{ width:100%; height:auto; border-bottom-left-radius:4px; border-bottom-right-radius:4px; overflow:hidden;}
.p_list li img{ display:block; width:100%; height:2.94rem;}
.p_list li .txt{ font-size:14px; color:#666666; padding:5px 0; line-height:30px; text-align:center;}

/*产品详情*/
.n_title1{ background:#fff; padding: 10px 0 10px 10px; height:30px; line-height:30px;}
.n_title1 .txt1{ float:left; font-size:18px; color:#333333; font-weight:bold; line-height:30px; margin-right: 5px;}
.n_title1 .txt2{ float:left; font-size:12px; color:#333333; line-height:20px; padding-top:5px; margin-left:5px; display:none;}
.n_title1 .txt2 span:last-child{ color: #da251d;}

.p_i_box{ background:#fff;}
.p_i_list img{ height:6.0rem;}
.p_i_swiper .swiper-pagination{ left:auto; right:10px; width:80px; height:30px; line-height:30px; background:rgba(0,0,0,0.5); text-align:center; color:#fff; border-radius:15px;}

.p_i_txt{}
.p_i_txt .txt1{ font-size:16px; color:#333333; font-weight:bold; line-height:30px; padding:10px 10px; border-bottom:#f5f5f5 1px solid;}
.p_i_txt .txt2{ font-size:14px; color:#333333; line-height:25px; margin-top:10px; padding:0 10px;}
.p_i_txt .txt2 *{ line-height:30px;}
.p_i_txt .txt3{ font-size:14px; color:#333333; line-height:30px; margin-top:5px; padding:0 10px;}
.p_i_txt .txt3 span{ font-size:20px; color:#da251d; font-weight:bold;}
.p_i_txt .p_i_ms_bt{ display:block; width:80px; height:30px; line-height:30px; font-size:14px; color:#fff; border:#da251d 1px solid; border-radius:4px; padding-left:36px; background:url(../images/ljcg_ico_on.png) #da251d 16px center no-repeat; margin:10px auto 0 auto; background-size:auto 16px;}

.p_i_box2{ background:#fff; padding:10px;}

.p_i_ms_title{ font-size:16px; color:#333333; line-height:30px; padding:10px 0; text-align:center;}
.p_i_ms_inp{ width:100%; height:40px; line-height:40px; border:#ededed 1px solid; padding:0 10px; outline:none; font-size:14px; box-sizing:border-box;}
.p_i_ms_inp2{ font-family:"微软雅黑"; width:100%; height:100px; line-height:30px; border:#ededed 1px solid; padding:10px 10px; outline:none; font-size:14px; box-sizing:border-box;}

.p_i_ms_bt1{ float:left; width:48%; height:40px; line-height:40px; text-align:center; border:#da251d 1px solid; background:#da251d; font-size:16px; color:#fff; font-weight:bold; cursor:pointer; box-sizing:border-box;}
.p_i_ms_bt2{ float:right; width:48%; height:40px; line-height:40px; text-align:center; border:#cccccc 1px solid; background:#f5f5f5; font-size:16px; color:#333333; font-weight:bold; cursor:pointer; box-sizing:border-box;}

.p_list2 li{ float:left;}
.p_list2 li .fd{ width:100%; height:auto; border-bottom-left-radius:4px; border-bottom-right-radius:4px; overflow:hidden;}
.p_list2 li img{ display:block; width:100%; height:2.8rem;}
.p_list2 li .txt{ font-size:14px; color:#666666; padding:5px 0; line-height:30px; text-align:center;}

.p_list2_swiper{ padding-bottom:40px;}
.p_list2_swiper .swiper-pagination-bullet-active{ background:#da251d;}

/*关于我们*/
.ab_d1{ margin:0 20px; background:#fff; position:relative;}
.ab_d1 .ab_d1_kuang{ position:absolute; left:-20px; top:10px; width:5.8rem; height:4.9rem; border:#cccccc 1px solid;}
.ab_d1 .ab_d1_img{ position:relative; float:right; width:5.8rem; margin-right:-20px; z-index:2;}
.ab_d1 .ab_d1_txt{ padding:0 10px;}
.ab_d1 .ab_d1_txt .title1{ font-size:30px; color:#f2f2f2; font-weight:bold; line-height:30px; text-align:center;}
.ab_d1 .ab_d1_txt .title2{ font-size:18px; color:#333333; line-height:30px; text-align:center; margin-top:-16px;}
.ab_d1 .ab_d1_txt .txt{ font-size:14px; color:#666666; line-height:25px; text-align:left; margin-top:10px;}
.ab_d1 .ab_d1_txt .txt p{ text-indent: 2em; }
.ab_d1 .ab_d1_txt .txt *{ line-height:25px;}

.ab_d2_list li{ width:100%; background:#fff; margin-top:20px;}
.ab_d2_list li:nth-child(1){ margin-top: 0;}
.ab_d2_list li img{ width:100%;}
.ab_d2_list li .title{ font-size:18px; color:#da251d; line-height:40px; padding-top:10px; text-align:center; position:relative;}
.ab_d2_list li .title:after { content: ""; position: absolute; left: 50%; bottom: 0; width: 30px; height: 1px; background: #da251d; margin-left:-15px;}
.ab_d2_list li .txt{ padding-top:10px; font-size:14px; color:#333333; line-height:25px; text-align:center; margin:0 auto; padding-bottom:20px;}
.ab_d2_list li .txt *{ line-height:25px;}

.ab_d3{ background:url(../images/ab_d3_bg.jpg) center no-repeat; background-size:cover;}
.ab_d3 .title1{ font-size:20px; color:#333333; line-height:40px; text-align:center; padding-top:30px;}
.ab_d3 .title2{ font-size:14px; color:#333333; line-height:30px; text-align:center; text-transform:uppercase;}
.ab_d3 a.ljzx{ display:block; width:160px; height:36px; border:#da251d 1px solid; border-radius:8px; line-height:36px; text-align:center; font-size:14px; color:#da251d; margin:10px auto 0 auto;}
.ab_d3 a.ljzx:hover{ background:#da251d; color:#fff;}
.ab_d3 .txt{ font-size:16px; color:#333333; line-height:30px; text-align:center; padding-top:20px; padding-bottom:30px;}

.ab_d3_list_swiper{ padding-bottom:40px;}
.ab_d3_list li{ padding:10px; background:#fff; box-sizing:border-box;}
.ab_d3_list li img{ display:block; width:100%; height:1.8rem}
.ab_d3_list_swiper .swiper-pagination-bullet-active{ background:#da251d;}

/*联系我们*/
.contact_box{ padding:20px 15px; background:#fff;}
.contact_list li{ margin-bottom:10px; padding-left:40px; position:relative;}
.contact_list li .xz{ position:absolute; left:0; top:0; width:30px; height:30px;}
.contact_list li .xz img{ width:30px; height:30px;}
.contact_list li .title{ font-size:16px; color:#666666; line-height:30px;}
.contact_list li .txt{ font-size:14px; color:#666666; line-height:25px;}

/*新闻列表页*/
.n_nav{ text-align: center;}
.n_nav a{ display: inline-block; width: 30%; height: 30px; line-height: 30px; text-align: center; border: #cccccc 1px solid; background-color:transparent; font-size: 12px; color: #333333; margin: 0 2px; cursor: pointer; transition: all 0.3s;}
.n_nav a.on{ background: #da251d; border: #da251d 1px solid; color: #fff;}

.news_box{ background:#fff; position:relative; overflow:hidden;}
.news_l_list{}
.news_l_list li{ padding:15px 15px;}
.news_l_list li .fd{ width:100%;}
.news_l_list li .fd img{ width:100%; height:3.8rem;}
.news_l_list li .txt1{ height:30px; line-height:30px; font-size:14px; color:#666666; padding-right:90px; position:relative;}
.news_l_list li .txt1 .rq{ position:absolute; right:0; top:0;}
.news_l_list li .txt2{ margin-top:10px; height:50px; line-height:25px; font-size:14px; color:#999999;}

.news_list{}
.news_list li{ border-top:#f5f5f5 1px solid;; padding:20px 15px 20px 110px; position:relative;}
.news_list li:nth-child(1){ margin-top:0;}
.news_list li .rq{ position:absolute; left:15px; top:20px;; width:84px; height:84px; background:#f5f5f5; transition:all 0.3s;}
.news_list li .rq .rq_txt1{ font-size:24px; color:#999999; line-height:35px; text-align:center; padding-top:10px;}
.news_list li .rq .rq_txt2{ font-size:14px; color:#999999; line-height:30px; text-align:center;}
.news_list li .txt{}
.news_list li .txt .txt1{ font-size:14px; color:#666666; line-height:30px;}
.news_list li .txt .txt2{ font-size:14px; color:#666666; line-height:25px; height:50px; margin-top:2px;}

/*新闻详情页*/
.news_i_box{ background:#fff; padding:15px 15px;}
.news_i_title1{ font-size:18px; color:#333333; line-height:30px; text-align:center;}
.news_i_title2{ font-size:14px; color:#999999; line-height:30px; text-align:center; padding-bottom:15px; margin-bottom:15px; border-bottom: #f5f5f5 1px solid;}
.news_i_more{ margin-top:20px; border-top: #e5e5e5 1px dashed; padding:15px 80px 0 0; position:relative;}
.news_i_more .news_i_more_a{ font-size:14px; color:#919191; line-height:30px;}
.news_i_more .news_i_more_a a{ color:#919191;}
.news_i_more .news_i_more_a2{ position:absolute; right:0; top:15px; font-size:14px; color:#919191; line-height:30px;}
.news_i_more .news_i_more_a2 a{ color:#919191;}

