@charset "UTF-8";
body{
  font-family:"微软雅黑","Microsoft YaHei","Hiragino Sans GB",tahoma,arial,"宋体";overflow-x:hidden;
}
a{
  color:#5a5a5a;
}
a:hover{
  color:#e7211b;text-decoration:none;
}
.alert {
    padding: 15px;
    margin-bottom: 0px;
    border: 1px solid transparent;
    border-radius: 3px;
}
.alert {
    padding-right: 20px;
    padding-left: 20px;
}
.bg-blue-grey-100 {
    background-color: #f3f7f9 !important;
}

strong {
    font-weight: 500;
}

.slide{
  position: relative;
  margin-top: 0px;
}

.carousel-indicators li{
  border:1px solid #e7211b;
}
.carousel-indicators .active{
  background-color: #e7211b;
}

.h-s,.h-adv,.h-case,.h-d,.h-a,.h-n,.h-p{
  width: 100%;
  padding: 55px 0px;
}
.h-title{
  width: 100%;
  text-align: center;
  padding-top:50px;
}
.h-title h2{
  color: #5a5a5a;
  font-size: 18px; font-weight:bold;letter-spacing:3px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  margin: 0px;
}

.h-title p{
  color: #989898;letter-spacing:3px;
  line-height: 2;
  margin: 8px;
}
.img-top{
  margin-top: 30px;
}
.h-s,.h-case{
  background: #f5f5f5;
}
.h-s .item{
  text-align: center;
  padding-top:30px;
}
.h-s .item h3{
  font-size:18px;
  color:#5a5a5a;
}
.h-s .item h3 span{
  color:#d4d4d4;
  padding-right: 5px;
  font-family: sans-serif;
  font-weight: 500;
}
.h-s .item i{
  color:#e7211b;
  font-size: 64px;
}
.h-s .item p{
  color: #9b9b9b;
  text-align: center;
  width: 89%;
  margin: 0 auto;
  padding: 10px 15px;
}
.h-s .item .btn{
  color: #5a5a5a;
  padding: 10px 0px;
  background: #fff;
  text-decoration: none;
  text-shadow: none;
  border: 1px solid #e9e9e9;
  margin-top: 16px;
  line-height: 1;
  border-radius: 2px;
  text-align: center;
  width: 88px;
}
.h-s .item .btn:hover{
  background: #e7211b;
  color:#fff;
}

.h-adv .item{
  padding-top:35px;
  color:#5a5a5a;
}
.h-adv .item .item-icon{
  float: left;
  width: 48px;
}
.h-adv .item .item-icon i{
  font-size: 48px;
  line-height: 1;
}
.h-adv .item .item-content{
  display: block;
  padding-left: 68px;
}
.h-adv .item .item-content h3{
  margin: 0px;
  padding: 0px;
  font-size:18px;
  position: relative;
}
.h-adv .item .item-content h3:before {
    content: "";
    position: absolute;
    left: 0px;
    height: 2px;
    background: #ddd;
    width: 40px;
    bottom: -15px;
}
.h-adv .item:hover .item-content h3:before{
  background: #e7211b;
}
.h-adv .item .item-content p{
  padding-top: 25px;
  line-height: 1.8;
  color:#9b9b9b;
}
.h-adv .adv-image{
  margin-top: 30px;
  margin-left: -112px;
  padding-right: 30px;
}

.h-case .item{
  text-align: center;
}
.h-case .item a{
  display: block;
  overflow: hidden;
  position: relative;
}
.h-case .item a img{
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.h-case .item a:hover img{
  -webkit-transform: scale(1.4) rotate(15deg);
  -moz-transform: scale(1.4) rotate(15deg);
  -ms-transform: scale(1.4) rotate(15deg);
  -o-transform: scale(1.4) rotate(15deg);
  transform: scale(1.4) rotate(15deg);
}
.h-case .item a .a-hover{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(43, 44, 48, 0.8);

  opacity: 0;
  filter: alpha(opacity=0);

  -webkit-transition: all 600ms ease-out 0s;
  -moz-transition: all 600ms ease-out 0s;
  -o-transition: all 600ms ease-out 0s;
  transition: all 600ms ease-out 0s;

  -webkit-transform: rotateY(180deg) scale(0.5,0.5);
  -moz-transform: rotateY(180deg) scale(0.5,0.5);
  -ms-transform: rotateY(180deg) scale(0.5,0.5);
  -o-transform: rotateY(180deg) scale(0.5,0.5);
  transform: rotateY(180deg) scale(0.5,0.5);
}
.h-case .item a .a-hover h3{
  color: #ddd;
	font-size: 18px;
	position: relative;
	text-transform: uppercase;
	top: 110px;
}
.h-case .item a .a-hover span {
	border: 2px solid #ddd;
	border-radius: 50px;
	color: #ddd;
	display: inline-block;
	height: 50px;
	padding: 11px 0;
	position: absolute;
	text-align: center;
	top: 22%;
	width: 50px;
  margin-left: -25px;
}
.h-case .item a .a-hover span i{
  font-size:24px;
  line-height: 1;
}
.h-case .item a:hover .a-hover{
  opacity: 1;
  filter: alpha(opacity=100);

  -webkit-transform: rotateY(0deg) scale(1,1);
  -moz-transform: rotateY(0deg) scale(1,1);
  -ms-transform: rotateY(0deg) scale(1,1);
  -o-transform: rotateY(0deg) scale(1,1);
  transform: rotateY(0deg) scale(1,1);
}
.h-case .c-btn{
  text-align: center;
}
.h-case .c-btn a.btn{
  padding: 0px 25px;
  line-height: 36px;
  margin-top: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e7211b;
  color: #e7211b;
  background: transparent;
  border-radius: 3px;
}
.h-case .c-btn a.btn:hover{
  background: #e7211b;
  color:#fff;
}

.h-d{
  background-repeat: repeat-x;
  background-position: center top;
  background-size: cover;
  background-image: url(../images/stats-bg.jpg);
  color: #fff;
  padding: 100px 0px;
  text-align: center;
}
.h-d .h-title h2,.h-d .h-title p{
  color:#fff;
}
/*.h-d .h-title h2::before,.h-d .h-title h2::after{
  background: #fff;
}
*/
.h-d .item{
  padding-top: 35px;
}
.h-d .number{
  font-size:52px;
}
.h-d p{
  line-height: 2;
  margin: 0px;
  padding: 0px;
  padding-top: 10px;
}

.h-a .a-img{
  text-align: center;
}

.h-n{
  background: #f7f7f7;
}
.h-n .tab{
  text-align: center;
  margin-top: 20px;
}
.h-n .tab ul{
  margin: 0px;
  letter-spacing: -4px;
  word-spacing: -4px;
  font-size: 0;
}
.h-n .tab li{
  display: inline-block;
  margin: 0px 5px;
  letter-spacing: normal;
  word-spacing: normal;
}
.h-n .tab li a{
  padding: 0px 25px;
  line-height: 36px;
  height: 36px;
  background: #e7e7e7;
  display: inline-block;
  color: #5a5a5a;
  text-decoration: none;
  font-size: 14px;
}
.h-n .tab li a:hover,.h-n .tab li a.active{
  background: #e7211b;
  color: #fff;
}
.h-n .n-ab{
  padding-top: 35px;
}
.h-n .n-ab .item{
  width: 100%;
}
.h-n .n-ab .item .text{
  width: 100%;
}
.h-n .n-ab .item .text h3{
  margin: 0px;
  padding: 0px;
  padding:8px 0px;
  position: relative;
}
.h-n .n-ab .item .text h3::before{
  content: "";
  position: absolute;
  left: 0px;
  height: 1px;
  background: #ddd;
  width: 60px;
  bottom: 0px;
}
.h-n .item:hover .text h3::before{
  background: #e7211b;
}
.h-n .n-ab .item .text h3 a{
  color:#5a5a5a;
  line-height: 24px;
  height: 24px;
  font-size:14px;
  text-align:left;
  text-decoration: none;
}
.h-n .n-ab .item .text p{
  color:#9b9b9b;
  padding-top: 8px; line-height:30px;font-size:12px;
}
.h-n .n-list{
  padding-top: 10px;
}
.h-n .n-list .item{
  float: left;
  width: 100%;
  padding: 23px 0px;
  border-bottom: 1px dotted #d7d7d7;
}



.h-n .n-list .item .i-content{
  display: block; 
}
.h-n .n-list .item .i-content h3{
  margin: 0px;
  padding: 0px;
  padding-bottom:8px;
  position: relative;
}
.h-n .n-list .item .i-content h3::before{
  content: "";
  position: absolute;
  left: 0px;
  height: 1px;
  background: #ddd;
  width: 60px;
  bottom: 0px;
}
.h-n .item:hover .i-content h3::before{
  background: #e7211b;
}
.h-n .n-list .item .i-content h3 a{
  font-size: 14px;
  color: #5a5a5a;
  line-height: 24px;
  height: 24px; text-align:left;
  text-decoration: none;
}
.h-n .n-list .item .i-content p{
  margin: 0px;
  padding: 0px;
  color: #9b9b9b;
  line-height:30px;
 font-size: 12px;
  padding-top: 7px;
}

.h-p .p-l,.h-p .p-r{
  padding-top:35px;
}
.h-p .p-l h3{
  margin: 0px;
  padding: 0px;
  font-size: 14px; font-weight:bold;

  color: #5a5a5a;
  line-height: 2;
}
.h-p .p-l p{
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  line-height: 2;
  color:#5a5a5a; 
}

.h-p .p-l p.et{
  padding-top: 15px;
  font-size:14px;font-weight:bold;
}
.h-p .p-l p i{
  font-size: 14px;
  position: relative;
  top:2px;
  margin-right: 5px;
}
.h-p .p-l p a.tel{
  color:#f00;
  text-decoration: none;
}
.h-p .frm{
  width: 100%;
}
.h-p h3{
  margin: 0px;
  padding: 0px;
  font-size: 14px; font-weight:bold;
  margin-bottom: 10px;
  color:#5a5a5a;
  line-height: 2;
}
.h-p .frm input{
  width: 100%;
  line-height: 44px;
  height: 44px;
  padding: 0px 10px;
  border:1px solid #efefef;
  margin-bottom: 15px;
  outline: none;
}
.h-p .frm textarea{
  line-height: 24px;
  padding: 10px 10px;
  border:1px solid #efefef;
  width: 100%;
  height: 98px;
  outline: none;
  margin-bottom: 15px;
  resize:none
}
.h-p .frm a.btn{
  background: #e7211b;
  color: #fff;
  border-radius: 3px;
  padding: 8px 35px;
  font-size: 14px;
  transition: 0.3s;
  text-decoration: none;
}

.h-curr{
  background: #f5f5f5;
  position: relative;
  height: 50px;
}
.h-curr .curr{
  float: left;
}
.h-curr .breadcrumb{
  background: transparent;
  padding: 14px 0px;
  margin:0px;
}
.h-curr .breadcrumb a{
  color:#5a5a5a;
  font-size:14px;
  text-decoration: none;
}
.h-curr .breadcrumb i{
  position: relative;
  top:1px;
  margin-right: 5px;
}
.h-curr h1{
  color:#777;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  display: inline;
}
.h-curr .menu{
  float: right;
}
.h-curr .menu ul{
  margin: 0px;
  padding: 0px;
}
.h-curr .menu li{
  float: left;
}
.h-curr .menu li a{
  display: inline-block;
  font-size: 14px;
  color: #5a5a5a;
  padding: 0px 35px;
  text-decoration: none;
  line-height: 50px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
}
.h-curr .menu li a:hover{
  background:#e7211b;
  background: rgba(27,170,219,.6);
  color:#fff;
}
.h-curr .menu .open a,.h-curr .h-menu .open a:hover{
  background:#e7211b;
  background: rgba(27,170,219,.6);
  color:#fff;
}
.h-curr .menu li a.now{
  background: #e7211b;
  color: #fff;
}

.h-body{
  background: #fff;
}
.n-list .row {
  width: 100%;
  padding: 20px 0px;
  border-bottom: 1px solid #f5f5f5;
  margin-left: 0px;
  margin-right: 0px;
}
.n-list .row .preview{
  padding-left:0px;
  padding-right: 0px;
}
.n-list .row .nag{
  padding-right: 0px;
}
.n-list .row h3{
  font-size: 18px;
  margin: 0px;
  padding: 0px;
  margin-top: 3px;
}
.n-list .row h3 a{
  font-size: 18px;
  text-decoration: none;
}
.n-list .row p{
  color:#9b9b9b;
  margin: 0px;
  padding: 0px;
  margin: 8px 0px;
  font-size:14px;
  line-height: 1.8;
  text-align: justify;
}
.n-list .more{
  width: 100%;
  line-height: 18px;
}
.n-list span{
  font-size:14px;
  color:#888;
  margin-right: 20px;
}
.n-list span i{
  font-size:18px;
  position: relative;
  top:1px;
  margin-right: 4px;
}
.n-list .a-btn .btn{
  background: #35beed;
  color: #fff;
  border-radius: 0px;
  padding: 7px 75px 7px 35px;
  font-size: 14px;
  transition: 0.3s;
  position: relative;
  margin-top: 20px;
}
.n-list .a-btn .btn i{
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0;
  width: 38px;
  font-size: 12px;
  text-align: center;
  padding: 7px 5px;
  background-color: #e7211b;
  color: #f5fcfd;
}
.n-list .a-btn .btn:hover{
  background: #e7211b;
}
.a-a{
  width: 100%;
  padding:55px 0px;
}


.a-a .content{
  margin-top: 40px;
  text-align: justify;
  color:#5a5a5a;
}
.a-a .content p {
  font-size:14px;text-indent:25px;letter-spacing:2px;
  line-height: 3;
  /*text-indent: 2em;*/
  margin: 0px;
}
.a-a .content p .dqfont{
  color:#e7211b;
  position: relative;
  margin-right: 5px;
}
.a-a .a-a-img{
  padding-left: 35px;
}
.a-a .a-btn .btn{
  background: #333;
  color: #fff;
  border-radius: 0px;
  padding: 7px 75px 7px 35px;
  font-size: 14px;letter-spacing:3px;
  transition: 0.3s;
  position: relative;
  margin-top: 20px;
}
.a-a .a-btn .btn i{
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0;
  width: 38px;
  font-size: 12px;
  text-align: center;
  padding: 7px 5px;
  background-color: #e7211b;
  color: #f5fcfd;
}
.a-a .a-btn .btn:hover{
  background: #e7211b;
}
.a-idea{
  background: #e7211b;
  color: #fff;
  padding: 45px 0px;
  width: 100%;
  text-align: center;
}
.a-idea h3{
  font-size: 22px;
  line-height: 2;
}
.a-idea p{
  text-transform: uppercase;
  font-size: 14px;
  line-height: 2;
}
.a-idea a.btn{
  color: #fff;
  border-radius: 4px;
  margin: 15px 0px;
  padding: 7px 35px;
  font-size: 14px;
  transition: 0.3s;
  border:1px solid #fff;
}
.a-idea a.btn:hover{
  background: #fff;
  color:#e7211b;
}
.a-v{
  padding: 35px 0px;
}
.a-v .v-title{
  padding: 90px 60px 65px;
  color: #5a5a5a;
  text-align: left;
  line-height: 1;
  margin: 15px 0px;
  min-height: 260px;
}
.a-v .v-title h2{
  font-size:24px;
  color:#e7211b;
  margin: 0px;
  padding: 0px;
}
.a-v .v-title h2 span{
  display: block;
  margin-top: 15px;
}
.a-v .v-title h2 span.f{
  font-size:16px;
  color:#5a5a5a;
  margin: 0px;
}
.a-v .v-title p{
  text-transform: uppercase;
  font-size:14px;
  margin: 0px;
  margin: 0px;
  padding: 0px;
  margin-top: 15px;
  color:#9b9b9b;
}
.a-v .v-box{
  padding: 91px 45px 70px;
  background: #f7f7f7;
  cursor: pointer;
  -moz-transition: background 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  margin: 15px 0px;
  text-align: center;
  min-height: 260px;
}
.a-v .v-box:hover {
	color: #ffffff;
	background: #e7211b;
}
.a-v .v-box h3{
  font-size:20px;
  margin: 0px;
  padding: 0px;
  color:#5a5a5a;
}
.a-v .v-box p{
  margin: 0px;
  padding: 0px;
  margin-top: 15px;
  color:#9b9b9b;
}
.a-v .v-box:hover h3,.a-v .v-box:hover p{
	color: #ffffff;
}
.a-v .v-box h3 {
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.a-v .v-box p {
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.c-step{
  background: #f5f5f5;
  width: 100%;
  padding: 55px 0px;
}
.c-step .s-box{
  position: relative;
  margin-top: 35px;
}
.c-step .s-box .line{
  position: absolute;
  /* width: 100%; */
  /* float: left; */
  height: 50px;
  background: url(../images/p-line.png) no-repeat;
  left: 38px;
  right: 0px;
  top: 25px;
}
.c-step .s-box .item{
  text-align: center;
}
.c-step .s-box .item .icon .s-b{
  background: #fff;
  display: inline-block;
  width: 106px;
  height: 106px;
  /* padding: 5px; */
  border: 5px solid rgba(27,170,219,0.6);
  border-radius: 50%;
}
.c-step .s-box .item .icon i{
  background: #e7211b;
  color: #fff;
  line-height: 1;
  font-size: 48px;
  padding: 24px;
  border-radius: 50%;
  width: 96px;
  height: 96px;
  display: inline-block;
}
.c-step .s-box .item h4{
  margin-top: 10px;
  margin-bottom: 10px;
}
.c-step .s-box .item p{
  color: #9b9b9b;
  margin: 0 0 10px;
}
.c-step .a-btn{
  text-align: center;
  margin-top: 30px;
}
.c-step .a-btn a.btn{
  background: #e7211b;
  color: #fff;
  border-radius: 0px;
  margin: 15px 0px;
  padding: 7px 35px;
  font-size: 14px;
  transition: 0.3s;
}
.c-step .a-btn a.btn:hover{
  background: rgba(27, 170, 219, 0.6);
}
.w-g{
  width: 100%;
  padding: 55px 0px;
  background: #f5f5f5;
  font-size:18px;
  line-height: 42px;
  color: #5a5a5a;
}
.w-g .dqfont{
  font-size: 28px;
  position: relative;
  line-height: 1;
  top: 4px;
  margin-right: 10px;
  padding: 14px;
  background: #d7d7d7;
  border-radius: 50%;
  color: #fff;
}
.b-body{
  background: #f5f5f5;
}
.w-f{
  width: 100%;
  padding: 55px 0px;
}
.w-f .title{
  width: 100%;
  padding-top: 15px;
}
.w-f .title p{
  font-size:14px;
  margin-bottom: 12px;
  color:#9b9b9b;
  position: relative;
}
.w-f .title h3{
  color: #5a5a5a;
  font-size: 24px;
  text-transform: uppercase;
  display: inline-block;
  margin: 0px;
  padding-bottom: 12px;
}
.w-f .title p::after{
  content: '';
  width: 60px;
  height: 2px;
  background: #e7211b;
  position: absolute;
  bottom: -20px;
  left: 0px;
}
.w-f .content{
  margin-top: 40px;
  text-align: justify;
  color:#5a5a5a;
}
.w-f .content p {
  font-size: 15px;
  line-height: 2;
  /*text-indent: 2em;*/
  margin: 0px;
}
.w-f .content p .dqfont{
  color:#e7211b;
  position: relative;
  margin-right: 5px;
}
.w-f .a-a-img{
  display: inline;
}
.w-l{
  width: 100%;
  padding: 55px 0px;
}
.w-l .title{
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 100px;
  text-align: center;
}
.w-l .title h4{
  color: #5a5a5a;
  font-size: 24px;
}
.w-l .title .xiala{
  position: relative;
  top: 50px;
  animation-iteration-count: infinite;
  animation-name: fadeInDown;
}
.w-l .title .xiala i{
    font-size: 48px;
    color: #e7211b;
}
.b-jz{
  text-align: center;
}
.b-0{
  padding-bottom: 0px;
}
.p-30{
  padding-top: 30px;
}
.ew-g{
  padding: 55px 0px;
}
.ew-g .item{
  text-align: center;
  padding: 55px 0px 55px 0px;
}
.ew-g .item .icon{
  width: 100%;
  height: 96px;
}
.ew-g .item i.dqfont{
  font-size: 48px;
  line-height: 96px;
  padding: 24px;
  background: #d7d7d7;
  border-radius: 50%;
  color: #fff;
}
.ew-g .item h4{
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  color: #5a5a5a;
  margin-top: 15px;
}
.ew-g .item p{
  margin: 0px;
  padding: 0px;
  color: #9b9b9b;
  line-height: 1.8;
  margin-top: 10px;
  padding: 0px 20px;
}
.ew-g .a-btn{
  text-align: center;
}
.ew-g .a-btn .btn{
  background: #35beed;
  color: #fff;
  border-radius: 0px;
  padding: 7px 35px 7px 35px;
  font-size: 14px;
  transition: 0.3s;
  position: relative;
}
.ew-g .a-btn .btn i{
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0;
  width: 38px;
  font-size: 12px;
  text-align: center;
  padding: 7px 5px;
  background-color: #e7211b;
  color: #f5fcfd;
}
.ew-g .a-btn .btn:hover{
  background: #e7211b;
}
.c-us{
  position: relative;
  width: 100%;
  height: 600px;
  background: #fff;
}
.c-us .map{
  width:100%;
  height: 600px;
}
.n-y-body{
  -webkit-box-shadow: 0 0px 8px rgba(0,0,0,.05);
  -moz-box-shadow: 0 0px 8px rgba(0,0,0,.05);
  box-shadow: 0 0px 8px rgba(0,0,0,.05);
}
.n-show{
  background: #fff;
  padding: 0px 15px;
  margin-bottom: 15px;
}
.n-show .title{
  border-bottom: 1px solid #efefef;
  color:#777;
}
.n-show .title h1{
  margin: 0px;
  padding: 0px;
  font-size:20px;
  padding: 15px 0px 10px 0px;
  color:#333;
}
.n-show .title .more{
  width: 100%;
  padding-bottom: 10px;
  padding-top: 3px;
}
.n-show .title .more span{
  float: left;
  margin-right: 25px;
}
.n-show .title .more span.zh a{
  margin-top: 2px;
  display: inline-block;
  color:#5a5a5a;
}
.n-show .title .more span i.dqfont{
  position: relative;
  top: 1px;
  font-size: 18px;
  margin-right: 4px;
}
.n-show .content{
  padding: 8px 0px 15px 0px;
  font-size: 14px;
  line-height: 2;
  color: #5a5a5a;
  text-align: justify;
}
.n-show .content p{
  margin: 0px;
  padding: 0px;
  white-space: normal;
  word-break: break-all;
}
.n-show .content p img{
  max-width: 100%;
}
.n-cls{
  background: #fff;
  margin-bottom: 15px;
}
.n-cls .title{
  background: #e7211b;
  color:#fff;
  padding: 0px 15px;
  line-height: 42px;
}
.n-cls .title h3{
  margin: 0px;
  padding: 0px;
  font-size:14px;
  display: inline-block;
  color:#fff;
}
.n-cls .title a{
  color:#fff;
  text-decoration: none;
}
.n-cls .title i{
  color:#fff;
  font-size:18px;
  top: 1px;
  margin-right: 2px;
  position: relative;
  left: -4px;
}
.n-cls .content{
  padding: 0px 15px;
  overflow: hidden;
}
.n-cls .content li{
  line-height: 42px;
  font-size:14px;
  border-bottom: 1px dashed #e7e7e7;
  height: 42px;
  overflow: hidden;
}
.n-cls .content li i{
  font-size:12px;
  margin-right: 7px;
  color:#e7211b;
}
.n-cls .content li a{
  font-size:14px;
  color:#5a5a5a;
  text-decoration: none;
}
.n-show .relink{
  border-top: 1px solid #f0f2f5;
  padding: 15px 0px;
  margin-top: 15px;
}
.n-show .relink span{
  float: left;
  width: 50%;
}
.n-show .relink span.r{
  text-align: right;
}
.n-show .relink a{ display:inline-block; border:1px solid #f0f2f5; text-decoration:none; line-height:38px; height:38px; border-radius:19px; font-size:14px; padding:0px 20px; color:#5a5a5a;-webkit-transition: all 0.6s;-moz-transition: all 0.6s;-o-transition: all 0.6s;-ms-transition: all 0.6s;transition: all 0.6s; max-width:350px; overflow:hidden;}
.n-show .relink a:hover{ border:1px solid #e7211b; background:#e7211b; color:#fff;}
.n-show .relink a.disabled{ color:#f0f2f5; cursor:not-allowed;}
.n-show .relink a.disabled:hover{border:1px solid #f0f2f5; background:#fff; color:#f0f2f5;}

.p-l-0{
  padding-left: 0px;
}
.p-b-t-h{
  border-top:1px solid #e7e7e7;
}
.p-list .item{
  background: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
}
.p-list .item a{
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
.p-list .item a .img{
  overflow: hidden;
  position: relative;
  text-align: center;
}
.p-list .item a .img img{
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.p-list .item a:hover .img img{
  -webkit-transform: scale(1.4) rotate(15deg);
  -moz-transform: scale(1.4) rotate(15deg);
  -ms-transform: scale(1.4) rotate(15deg);
  -o-transform: scale(1.4) rotate(15deg);
  transform: scale(1.4) rotate(15deg);
}
.p-list .item a .a-hover{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(43, 44, 48, 0.8);

  opacity: 0;
  filter: alpha(opacity=0);

  -webkit-transition: all 600ms ease-out 0s;
  -moz-transition: all 600ms ease-out 0s;
  -o-transition: all 600ms ease-out 0s;
  transition: all 600ms ease-out 0s;

  -webkit-transform: rotateY(180deg) scale(0.5,0.5);
  -moz-transform: rotateY(180deg) scale(0.5,0.5);
  -ms-transform: rotateY(180deg) scale(0.5,0.5);
  -o-transform: rotateY(180deg) scale(0.5,0.5);
  transform: rotateY(180deg) scale(0.5,0.5);
}
.p-list .item a .a-hover h3{
  color: #ddd;
	font-size: 18px;
	position: relative;
	text-transform: uppercase;
	top: 98px;
}
.p-list .item a .a-hover span {
	border: 2px solid #ddd;
	border-radius: 50px;
	color: #ddd;
	display: inline-block;
	height: 50px;
	padding: 11px 0;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 50px;
  margin-top: -25px;
  margin-left: -25px;
}
.p-list .item a .a-hover span i{
  font-size:24px;
  line-height: 1;
}
.p-list .item a:hover .a-hover{
  opacity: 1;
  filter: alpha(opacity=100);

  -webkit-transform: rotateY(0deg) scale(1,1);
  -moz-transform: rotateY(0deg) scale(1,1);
  -ms-transform: rotateY(0deg) scale(1,1);
  -o-transform: rotateY(0deg) scale(1,1);
  transform: rotateY(0deg) scale(1,1);
}
.p-list h3{
  padding: 0px 15px;
  margin: 0px;
  line-height: 42px;
  font-size:14px;
  height:42px;
  overflow:hidden;
}
.p-list .c-btn{
  text-align: center;
}
.p-list .c-btn a.btn{
  padding: 0px 25px;
  line-height: 36px;
  margin-top: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e7211b;
  color: #e7211b;
  background: transparent;
  border-radius: 3px;
}
.p-list .c-btn a.btn:hover{
  background: #e7211b;
  color:#fff;
}
.p-show{
  padding: 55px 0px;
}
.p-show h1{
  color: #5a5a5a;
  font-size: 24px;
  text-transform: uppercase;
  display: inline-block;
  margin: 0px;
  padding-bottom: 12px;
  position: relative;
}
.p-show h1::after{
  content: '';
  width: 100px;
  height: 2px;
  background: #e7211b;
  position: absolute;
  bottom: -8px;
  left: 0px;
}
.p-show .content{
  margin-top: 30px;
  text-align: justify;
  color:#5a5a5a;
  white-space: normal;
  word-break: break-all;
}
.p-show .content p {
  font-size: 15px;
  line-height: 2;
  margin: 0px;
}
.p-show .a-btn .btn{
  background: #35beed;
  color: #fff;
  border-radius: 0px;
  padding: 7px 75px 7px 35px;
  font-size: 14px;
  transition: 0.3s;
  position: relative;
  margin-top: 20px;
  margin-right: 10px;
}
.p-show .a-btn .btn i{
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0;
  width: 38px;
  font-size: 12px;
  text-align: center;
  padding: 7px 5px;
  background-color: #e7211b;
  color: #f5fcfd;
}
.p-show .a-btn .btn:hover{
  background: #e7211b;
}
.p-show .a-btn .zx{
  padding-right: 35px;
  border:1px solid #e7211b;
  color: #e7211b;
  background: transparent;
}
.p-show .a-btn .zx:hover{
  color:#fff;
}
.p-show .share{
  margin-top:20px;
}
.p-show .a-a-img{
  padding-left: 35px;
}
.b-z-h{
  border-left: 1px solid #f5f5f5;
}
.p-sx-35{
  padding: 35px 0px;
}
.p-sx-55{
  padding: 55px 0px;
}
footer{
  background: #222;overflow:visible; width:100%;
}
footer .f-top{
  padding-top: 45px;
  padding-bottom: 45px;
}
footer .footer{
  width:100%;
  border-top: 1px solid #333;
  padding:10px 0px;
}
.f-top .item .title h3{
  margin: 0px;
  padding: 0px;
  font-size:20px;
  color:#aaa;
  padding-bottom: 15px;
}
.f-top .item .content p{
  margin: 0px;
  padding: 0px;
  line-height: 24px;
  border-bottom: 1px solid #333;
  color:#aaa;
  padding: 10px 0px;
}
.f-top .item .content p i{
  font-size: 18px;
  top: 1px;
  position: relative;
  margin-right: 5px;
}
.f-top .item .content p a{
  color:#aaa;
  text-decoration: none;
}
.f-top .item .content p a i{
  top:2px;
}
.f-top .item .content .ewm{
  float: left;width: 120px; height: 120px; line-height: 1;
}
.f-top .item .content .ewm img{
  display: block; width: 120px; height: 120px;
}
.f-top .item .content .text{
  padding-left:130px;
}
.f-top .item .content .text p{
  line-height: 2;
  margin: 0px;
  padding: 0px;
  border:none;
}
.h-footer .footer{
  position: absolute;
  bottom: 0px;
  width:100%;
  border-top: 1px solid #333;
  padding:10px 0px;
}
.footer p {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  line-height: 2;
  color:#aaa;
}
.footer p a{
  color:#aaa;
  text-decoration: none;
}
.footer p a.al{
  margin:0px 5px;
}
.show-sm-line{
  display: none;
}
/* .side{position:fixed;width:54px;height:275px;right:0;top:214px;z-index:100;}
.side ul li{width:54px;height:54px;float:left;position:relative;border-bottom:1px solid #444;}
.side ul li .sidebox{position:absolute;width:54px;height:54px;top:0;right:0;transition:all 0.3s;background:#000;opacity:0.8;filter:Alpha(opacity=80);color:#fff;font:14px/54px "微软雅黑";overflow:hidden;}
.side ul li .sidetop{width:54px;height:54px;line-height:54px;display:inline-block;background:#000;opacity:0.8;filter:Alpha(opacity=80);transition:all 0.3s;}
.side ul li .sidetop:hover{background:#ae1c1c;opacity:1;filter:Alpha(opacity=100);}
.side ul li img{float:left;} */

.page{
  padding: 10px 0px;
  background: #fff;
  text-align: right;
  line-height: 28px;
  float: left;
  width: 100%;
}
.p-list .page{
  background:transparent;
  padding-top:0px;
}
.page a{border: 1px solid #e7e7e7; background:#fff; margin-left:5px;padding-top: 4px;padding-bottom: 4px;padding-left: 9px;padding-right: 9px;text-decoration: none;color: #333333;border-radius: 2px;}
.page a.now{ background:#e7211b;border: 1px solid #e7211b;padding-top: 4px;padding-bottom: 4px;padding-left: 9px;padding-right: 9px;text-decoration: none;color: #ffffff;border-radius: 2px;}

/*siderbar*/
.f-sidebar{
  position: fixed;
  z-index: 998;
  bottom: 40%;
  right: 20px;
  width:48px;
  /* opacity: 0; */
}
.f-sidebar li{
  float:left;
  width:48px;
  background:#fff;
  margin-bottom: 5px;
  text-align:center;
  -webkit-box-shadow: 0px 6px 21px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 6px 21px rgba(0, 0, 0, 0.15);
  box-shadow:0px 6px 21px rgba(0, 0, 0, 0.15);
  cursor:default;
  color:#5a5a5a;
  line-height: 1;
}
.f-sidebar li i{
  font-size:24px;
  color:#5a5a5a;
  line-height:1;
  padding:12px;
  display:inline-block;
}
.f-sidebar li.tel{
  background:#e7211b;
}
.f-sidebar li.tel i{
  font-size:24px;
  color:#fff;
  line-height:1;
  padding:12px;
  display:inline-block;
}
.f-sidebar li.tel p{
  position: relative;
    padding: 10px 16px;
    background-color: white;
    font-size: 14px;
    color: #333;
    line-height: 16px;
    text-align: center;
}
.f-sidebar li.tel .sub-nav{
  position: absolute;
  top: 0;
  right: 100%;
  padding-right: 5px;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  transform: scale(.95);
  transform-origin: right;
  transition: opacity .4s, transform .3s ease-out;
}
.f-sidebar li.tel:hover .sub-nav{
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}
.f-sidebar li.tel .sub-nav .sub-nav-main {
    min-width: 220px;
    white-space: nowrap;
    background-color: #fff;
    line-height: 40px;
    display: block;
    padding: 10px 0;
    box-shadow: 0 4px 10px 0 rgba(138, 141, 147, 0.2);
}
.f-sidebar li.tel .sub-nav .sub-nav-main .sub-inne {
    line-height: 44px;
    height: 44px;
    text-align: left;
    padding-right: 20px;
    position: relative;
}
.f-sidebar li.tel .sub-nav .sub-nav-main .sub-inner.inner {
    height: 60px;
    line-height: 20px;
}
.f-sidebar li.tel .sub-nav .sub-nav-main .sub-inner:hover {
    background: #fafafa;
}
.f-sidebar li.tel .sub-nav .sub-nav-main .sub-inner a{
  display:block;
  padding:6px 15px;
  text-decoration: none;
}
.f-sidebar li.tel .sub-nav .sub-nav-main .sub-inner i{
  float:left;
  color: #5a5a5a;
  padding: 0px;
  margin-right: 10px;
  font-size: 28px;
  line-height:48px;
}
.f-sidebar li.tel .sub-nav .sub-nav-main .sub-inner p{
  text-align:left;
  background:transparent;
  padding:0px;
  line-height:24px;
}
.f-sidebar li.tel .sub-nav .sub-nav-main .sub-inner a:hover{
  color:#e7211b;
}
.f-sidebar li.tel .sub-nav .sub-nav-main .sub-inner a:hover p{
  color:#e7211b;
}
.f-sidebar li.top{
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s ease-out;
}
#nb_icon_wrap,.nb-webim-light-support{
  display: none!important;
}

@media screen and (max-width: 1200px) {
  .h-curr .menu li a{
    padding:0px 25px;
  }
  .h-adv .adv-image{
    margin-left: 0px;
    padding-right: 0px;
  }
  .n-list .a-btn{
    display: none;
  }
  .n-list .col-md-7{
    width:75%;
  }
  .n-list .row h3{
    margin-top: 0px;
  }
  .n-list .row p{
    margin: 5px 0px;
    line-height: 1.7;
  }
  .a-a .title{
    padding-top: 0px;
  }
  .a-a .a-a-img{
    padding-left: 0px;
    margin-top: 20px;
  }
  .p-show .a-btn .btn{
    padding: 6px 72px 6px 32px;
  }
  .p-show .a-btn .zx{
    padding-right: 32px;
  }
  .p-show .a-a-img{
    padding-left: 0px;
  }
  .c-step .s-box .line{
    right: 38px;
  }
}
@media screen and (max-width: 992px) {
  .nav .m-dh{
    display: none;
  }
  .dq-banner,.dq-banner .i1, .dq-banner .i2, .dq-banner .i3{
    height: 520px;
  }
  .dq-banner .i1 .text{
    top:120px;
  }
  .dq-banner .i1 h3,.dq-banner .i2 h3,.dq-banner .i3 h3{
    font-size:23px;
  }
  .dq-banner .i1 p,.dq-banner .i2 p,.dq-banner .i3 p{
    font-size:14px;
  }
  .dq-banner .i2 a.btn, .dq-banner .i3 a.btn{
    padding: 6px 32px;
  }
  .dq-banner .i2 .ik,.dq-banner .i3 .ik{
    padding-top: 150px;
  }
  .dq-banner .i2 .il,.dq-banner .i3 .il{
    padding-top: 128px;
  }
  .h-curr .menu li a{
    padding:0px 12px;
  }
  .h-title h2,.a-a .title h2,.w-f .title h3,.p-show h1{
    font-size:23px;
  }
  .a-idea h3{
    font-size: 21px;
  }
  .a-a .content p{
    font-size: 14px;text-indent:25px
  }
  .a-a .a-btn .btn{
    padding: 6px 72px 6px 32px
  }
  .a-img-center{
    text-align: center;
  }
  .a-img-center img{
    display: inline-block;
  }
  .h-s, .h-adv, .h-case, .h-d, .h-a, .h-n, .h-p,.a-a,.c-step,.w-f,.p-show{
    padding: 45px 0px;
  }
  .h-s .item{
    padding-top: 20px;
  }
  .p-sx-55{
    padding: 45px 0px;
  }
  .p-list .p-30{
    padding-top: 0px;
  }
  .p-list .c-btn a.btn{
    margin-top: 0px;
  }
  .a-a .content{
    margin-top: 10px;text-indent:25px
  }
  .h-p .p-l{
    padding-top: 15px;
  }
  .f-top .item .title h3{
    font-size: 18px;
  }
  .n-list .col-sm-8{
    width: 66.66666667%;
  }
  .n-list .row h3,.n-list .row h3 a{
    font-size: 16px;
  }
  .n-list .row p{
    font-size: 13px;
  }
  .p-xs-30{
    padding-top: 30px;
  }
  .w-g .item{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .w-f .w-f-img,.a-a .a-a-img-z{
    text-align: center;
  }
  .a-a .a-a-img{
    display: inline;
  }
  .c-step .s-box .item{
    margin-bottom: 30px;
  }
  .c-step .s-box .show-sm-line{
    top:235px;
    display: block;
  }
  .c-step h4{
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
    margin-left: 0px;
    margin-right: 0px;
  }
  .navbar-default .navbar-collapse{
    background: #222;
    margin-left: -15px;
    margin-right: -15px;
  }
  .navbar-header{
    height: 58px;
  }
  .dq-nav{
    background-color: rgba(255,255,255,0.2);
    height: 58px;
    -webkit-box-shadow: 0 10px 30px -10px rgba(0,0,0,0.6);
    box-shadow: 0 10px 30px -10px rgba(0,0,0,0.6);
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
  }
  .dq-nav .dq-logo img{
    height: 38px;
    margin-top: 10px;
  }
  .dq-nav .nav-list li a{
    margin: 13px 15px;
  }
  .dq-nav .nav-list li a.tp,.dq-nbg .nav-list li a.tp:hover{
    margin: 13px 15px;
  }
  .dq-nav .nav-list li a.tp,.dq-nbg .nav-list li a.tp:hover{
    margin-left: 0px;
    margin-right: 0px;
  }
  .dq-nav .nav-btn{
    margin-top: 6px;
  }
  .dq-nbg .nav-btn{
    margin-top: 6px;
  }
  .navbar-default .nav-list .dropdown-menu li a,.navbar-default .navbar-nav .open .dropdown-menu>li>a{
    color: #fff;
  }
  .navbar-nav{
    margin: 0px -15px;
  }
  .navbar-right{
    margin-right: -15px;
  }
  .navbar-default .nav-list li{
    margin-left: 0px;
    border-top: 1px solid #444;
    margin-top: -1px;
  }
  .navbar-default .nav-list li a{
    color: #fff;
    font-size: 14px;
    height: 42px;
    line-height: 42px;
    margin: 0px 15px;
  }
  .navbar-default .nav-list li a:before {
    display: none;
  }
  .dropdown-menu{
    padding: 0px;
    margin: 0px;
    background-color: #3b3b3b;
  }
  .navbar-nav .open .dropdown-menu{
    background-color: #3b3b3b;
  }
  .dropdown a i{
    position: absolute;
    right: 15px;
    left: auto;
  }
  .navbar-default .nav-list .dropdown-menu li a{
    height: 42px;
    line-height: 42px;
    padding: 0px;
    margin: 0px 15px;
  }
  .dropdown-submenu{
    position: static;
  }
  .dq-banner,.dq-banner .i1, .dq-banner .i2, .dq-banner .i3{
    height: 480px;
  }
  .dq-banner .i1 .text{
    top:100px;
  }
  .dq-banner .i1 h3,.dq-banner .i2 h3,.dq-banner .i3 h3{
    font-size:22px;
  }
  .dq-banner .i1 p,.dq-banner .i2 p,.dq-banner .i3 p{
    font-size:14px;
  }
  .dq-banner .i2 a.btn, .dq-banner .i3 a.btn{
    padding: 5px 28px;
  }
  .dq-banner .i2 .ik{
    padding-top: 120px;
  }
  .dq-banner .i3 .ik{
    padding-top: 85px
  }
  .dq-banner .i3 .il{
    margin-left:0px;
  }
  .dq-banner .i2 .il,.dq-banner .i3 .il{
    padding-top: 108px;
  }
  .h-s, .h-adv, .h-case, .h-d, .h-a, .h-n, .h-p,.a-a,.c-step,.w-f,.p-show{
    padding: 35px 0px;
  }
  .h-title h2,.a-a .title h2,.w-f .title h3,.p-show h1{
    font-size:22px;
  }
  .a-idea h3{
    font-size: 20px;
  }
  .a-idea p{
    font-size: 12px;
  }
  .a-a .content p{
    font-size: 14px;
  }
  .a-a .a-btn .btn{
    padding: 5px 68px 5px 28px
  }
  .n-list .col-xs-12{
    width: 100%;
    padding-left:0px;
    padding-right: 0px;
  }
  .n-list .row h3, .n-list .row h3 a{
    font-size:16px;
  }
  .n-list .row p{
    font-size: 14px;
    line-height: 1.8;
    margin: 8px 0px;
  }
  .n-show,.n-cls{
    margin-left: -15px;
    margin-right: -15px;
  }
  .n-show .title h1{
    font-size: 18px;
  }
  .n-show .title .more span{
    margin-right: 15px;
  }
  .n-show .relink span.r{
    margin-top: 5px;
  }
  .p-l-0{
    padding-left: 15px;
  }
  .f-top .item{
    margin-bottom: 20px;
  }
  .a-v .v-box h3{
    font-size: 16px;
  }
  .a-v .v-box p{
    font-size: 12px;
  }
  .c-step h4{
    font-size: 16px;
  }
  .w-g{
    font-size: 14px;
  }
  .w-g .dqfont{
    font-size: 24px;
    padding: 12px;
  }
  .ew-g .item h4{
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .dq-banner,.dq-banner .i1, .dq-banner .i2, .dq-banner .i3{
    height: 450px;
  }
  .dq-banner .i1 h3,.dq-banner .i2 h3,.dq-banner .i3 h3{
    font-size:21px;
  }
  .dq-banner .i2 a.btn, .dq-banner .i3 a.btn{
    padding: 5px 28px;
  }
  .dq-banner .i2 .ik{
    padding-top: 85px;
  }
  .h-title h2,.a-a .title h2,.w-f .title h3,.p-show h1{
    font-size:21px;
  }
  .a-idea h3{
    font-size: 18px;
  }
  .h-title h2::before,.h-title h2::after{
    top:11px;
  }
  .h-s .item{
    padding-top: 10px;
  }
  .h-s .item h3{
    font-size: 16px;
  }
  .p-sx-55{
    padding: 35px 0px;
  }
  .p-list .p-30{
    padding-top: 0px;
  }
  .p-list .c-btn a.btn{
    margin-top: 0px;
  }
  .a-a .content{
    margin-top: 10px;
  }
  .h-p .p-l{
    padding-top: 15px;
  }
  .h-p .p-l h3,.h-p .p-l p.et,.h-p h3{
    font-size: 16px;
  }
  .f-top .item .title h3{
    font-size: 18px;
  }
  .f-top .item{
    margin-bottom: 20px;
  }
  .f-top .col-xs-6{
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .dq-banner,.dq-banner .i1, .dq-banner .i2, .dq-banner .i3{
    height: 380px;
  }
  .dq-banner .i2 .il,.dq-banner .i3 .il{
    display: none;
  }
  .dq-banner .i2 .ik,.dq-banner .i3 .ik{
    width: 100%;
    text-align: center;
  }
  .dq-banner .i1 h3,.dq-banner .i2 h3,.dq-banner .i3 h3{
    font-size:20px;
  }
  .dq-banner .i1 p,.dq-banner .i2 p,.dq-banner .i3 p{
    font-size:13px;
  }
  .dq-banner .i1 .text{
    top:90px;
  }
  .h-s .col-xs-6,.h-adv .col-xs-6,.p-list .col-xs-6{
    width: 100%;
  }
  /*.col-xs-6{
    width: 100%;
  }*/
  .h-d .col-xs-6{
    width: 50%;
  }
  .h-title h2,.a-a .title h2,.w-f .title h3,.p-show h1{
    font-size:18px;
  }
  .a-idea h3{
    font-size: 16px;
  }
  .h-title h2 p{
    font-size: 13px;
  }
  .h-title h2::before, .h-title h2::after{
    top:9px;
  }
  .n-show .relink span{
    width: 100%;
  }
  .n-show .relink span.r{
    text-align: left;
  }
  .a-v .col-xs-6{
    width: 100%;
  }
}

.fp-auto-height{
    height: auto !important;
}