﻿body{
  overflow-x: hidden;
}
body:after{
  content: '';
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  display: none;
}
body.mobile.on-navi:after{
  display: block;
}

.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-pagination-bullet{

}

.container{
  width: 1200px;
  padding: 0;
  position: relative;
}

*{
  transition:
  opacity 300ms,
  border-color 300ms,
  color 300ms,
  background-image 300ms,
  background-color 300ms,
  transform 600ms,
  background-position-x 300ms;
}

/*----------header----------*/
header{
  background-color: #fff;
  position:fixed; width:100%;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);    z-index: 99;
}
body.fix-header header{
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
 /* box-shadow: 0 5px 5px rgba(0, 0, 0, .2);*/
 box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
  transition: top 300ms;
  top: 0;
}
body.fix-header.htop header{
  top: -150px;
}
header >.a{
  /*  padding-top: 10px; */
  text-align: right;
  background-color: #e70012;}
body.fix-header header >.a{
  display: none;
}
header >.b{
  padding-top: 25px;
}
header .call{
  display: inline-block;
}
header .call label{
  font-weight: normal;
  margin-bottom: 0;
  display: inline-block;
  line-height: 34px;
  background: url(../images/icon-call.png) no-repeat 0 50%;
  padding-left: 30px;
  color: #FFFCFC;
  font-style: italic;
  float: left;
}
header .call span{
  display: inline-block;
  color: #FFFCFC;
  font-size: 18px;
  font-style: italic;
  line-height: 34px;
  margin-left: 4px;
}
header .call span b{
  font-weight: normal;
  font-size: 24px;
}
header .logo{

}
header .logo img{
  float: left;
}
header .logo p{
  color: #666666;
  font-size: 14px;
  padding-top: 10px;
}
header .logo p:before{
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #909090;
  border-radius: 50%;
  margin: 0 10px;
  vertical-align: middle;
}
header .menu{
  float: right;
  padding-top: 15px;
}
header .menu >ul{
  margin-bottom: 0;
  margin-right: -25px;
}
header .menu >ul >li{
  float: left;
  padding: 0 25px;
  overflow: hidden;
}
header .menu >ul >li:hover{
  overflow: visible;
}
header .menu >ul >li >a{
  display: block;
  height: 50px;
  line-height: 1em;
  text-align: center;
  color: #666666;
 /* font-size: 14px;*/
 font-size:1.33em;
  border-bottom: 2px solid transparent;
  position:relative;
}
header .menu >ul >li >a:after{
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: -2px;
	height: 3px;
	opacity: 0;
	background-color: #e60012;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
	
}
header .menu >ul >li >a:hover:after{
	left: 1%;
	right: 1%;
	opacity: 1;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
	
}
/*header .menu >ul >li:hover >a,*/
header .menu >ul >li.on >a{
  color: #e60012;
/*  border-color: #e60012;*/
border-bottom:3px solid #e60012;
}
header .menu >ul >li >.ex{
  position: absolute;
  z-index: 1;
  top: 65px;
  left: 0;
  width: 100%;
  background-color: #f5f5f5;
  padding-top: 30px;
  top: -500px;
  opacity: 0;
}
header .menu >ul >li:hover >.ex{
  top: 65px;
  opacity: 1;
}
header .menu >ul >li >.ex:before{
  content: '';
  position: absolute;
  top: 0;
  background-color: #f5f5f5;
  height: 100%;
  left: -1000px;
  right: -1000px;
}
header .menu >ul >li >.ex >ul{
  margin-bottom: 0;
  margin: 0 -12px;
  position: relative;
  z-index: 1;
}
header .menu >ul >li >.ex >ul >li{
  width: 25%;
  float: left;
  padding: 0 12px;
}
header .menu >ul >li >.ex >ul >li .i{

}
header .menu >ul >li >.ex >ul >li .i img{
  width: 100%;
}
header .menu >ul >li >.ex >ul >li .i p{
  text-align: center;
  color: #333333;
  font-size: 14px;
  line-height: 50px;
}
header .menu >ul >li >.ex >ul >li .i:hover p{
  color: #e70e1f;
}
header .menu .cont1{
  position: relative;
  z-index: 1;
}
header .menu .cont1 .img{
  float: left;
  margin-left: 50px;
}
header .menu .cont1 .img img{
  float: left;
  margin-right: 45px;
}
header .menu .cont1 .txt{
  width: 450px;
  float: right;
}
header .menu .cont1 .txt table{
  width: 100%;
}
header .menu .cont1 .txt table tr{
  border-bottom: 1px solid #d9d9d9;
}
header .menu .cont1 .txt table tr td{
  line-height: 50px;
  color: #676767;
  font-size: 14px;
}
header .menu .cont1 .txt a{
  color: #676767;
}
header .menu .cont1 .txt a:hover{
  color: #dc6103;
}
header .menu .cont2{
  position: relative;
  z-index: 1;
}
header .menu .cont2 >.p{
  padding: 0 40px;
  width: 50%;
  float: left;
}
header .menu .cont2 .i{

}
header .menu .cont2 .i >p{
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: 10px;
  color: #333333;
  font-size: 18px;
}
header .menu .cont2 .i >.ct{

}
header .menu .cont2 .i table{
  width: 100%;
}
header .menu .cont2 .i table tr{

}
header .menu .cont2 .i table tr td{

}
header .menu .cont2 .i table tr td:first-child{
  padding-right: 35px;
}
header .menu .cont2 .i table tr td:nth-child(2){
  padding-left: 35px;
}
header .menu .cont2 .i a{
  display: block;
  line-height: 42px;
  background: url(../images/head-aw.png) no-repeat 100% 50%;
  color: #696969;
  font-size: 14px;
}
header .menu .cont2 .i a:hover{
  color: #f3782b;
}
header .mbtn {
  display: inline-block;
  height: 50px;
  width: 50px;
  background: url(../images/menu.png) no-repeat center #da4136;
  background-size: 30px auto;
  transition: 300ms;
  position: absolute;
  top: -10px;
  right: 0;
  display: none;
}

/*----------main----------*/
main{
  overflow: hidden;
}
body.fix-header main{
  padding-top: 85px;
}

/*----------footer----------*/
footer{

}
footer >.a{
  background-color: #9C9C9C;
}
footer >.b{
  background-color: #f0f0f0;
  position: relative;
}
footer >.c{
  border-top: 4px solid #c7c7c7;
  background-color: #474747;
}
footer .share{
  padding: 15px 0;
}
footer .share label{
  font-weight: normal;
  margin-bottom: 0;
  padding-top: 5px;
}
footer .share .icon{
  float: right;
}
footer .share .icon a:hover{
  opacity: .8;
}
footer .share .icon img{
  margin-left: 10px;
}
footer .list{
  padding: 30px 0;
}
footer .list >ul{
  margin: 0 -15px;
}
footer .list >ul >li{
  float: left;
  padding: 0 15px;
  width: 25%;
}
footer .list .i{

}
footer .list .i >.hd{
  border-bottom: 2px solid #868686;
  position: relative;
  padding-bottom: 8px;
}
footer .list .i >.hd:before{
  content: '';
  display: inline-block;
  width: 24px;
  height: 2px;
  background-color: #da4136;
  position: absolute;
  bottom: -2px;
  left: 0;
  border-right: 5px solid #f0f0f0;
}
footer .list .i >.hd p{
  color: #333333;
  font-size: 16px;
}
footer .list .i >.ct{
  margin-top: 15px;
}
footer .list .i .text{

}
footer .list .i .text p{
  line-height: 20px;
  color: #333333;
}
footer .list .i .text.txt1 p{
  padding-right: 30px;
  text-align: justify;
}
footer .list .i .text.txt2 p{
  line-height: 18px;
}
footer .list .i .text .more{
  display: inline-block;
  font-size: 14px;
  color: #333333;
  text-transform: uppercase;
}
footer .list .i .text .more:hover{
  color: #e60012;
}
footer .list .i .link{

}
footer .list .i .link ul{
  margin-bottom: 0;
}
footer .list .i .link ul li{
  border-bottom: 1px solid #868686;
}
footer .list .i .link p{
  line-height: 35px;
}
footer .list .i .link p a{
  display: inline-block;
  padding-left: 16px;
  background: url(../images/foot-aw.png) no-repeat 0 50%;
  color: #333333;
}
footer .list .i .link p a:hover{
  color: #da4136;
  background-image: url(../images/foot-aw-on.png);
}
footer .list .i .email{
  background-color: #fff;
  position: relative;
  padding-right: 38px;
}
footer .list .i .email >label{
  font-weight: normal;
  margin-bottom: 0;
  position: absolute;
  top: 9px;
  left: 0;
  line-height: 14px;
  color: #838383;
  padding-left: 5px;
  border-right: 1px solid #d9d9d9;
  padding-right: 4px;
}
footer .list .i .email >a{
  display: inline-block;
  width: 38px;
  height: 32px;
  background: url(../images/foot-ok.png) no-repeat center #e60012;
  position: absolute;
  top: 0;
  right: 0;
}
footer .list .i .email >input[type="submit"]{
   display: inline-block;
   width: 38px;
   height: 32px;
   background: url(../images/foot-ok.png) no-repeat center #e60012;
   position: absolute;
   top: 0;
   right: 0;
  border: 0;
 }
footer .list .i .email >a:hover{
  background-color: #2d2d2d;
}
footer .list .i .email >input[type="submit"]:hover{
  background-color: #2d2d2d;
}
footer .list .i .email input[type="text"]{
  border: none;
  width: 100%;
  height: 32px;
  text-indent: 4em;
}
footer .list .i .email input[type="text"]::-webkit-input-placeholder{
  font-style: italic;
}
footer .info{
  padding: 15px 0;
}
footer .info p{
  color: #ffffff;
}
footer .info p a{
  color: #ffffff;
}
footer .info p a:hover{
  color: #da4136;
}

a.backtop{
  -webkit-transition:-webkit-transform 1s ease-out;-moz-transition:-moz-transform 1s ease-out;-ms-transition:-ms-transform 1s ease-out;transition:transform 1s ease-out;

  display: inline-block;
  width: 38px;
  height: 38px;
  background: url(../images/bt-icon.png) no-repeat center #202020;
  position: fixed;
  bottom: 100px;
  right: 100px;
  border-radius: 50%;
  transition: opacity 300ms, bottom 300ms;
  opacity: 0;
  bottom: -100px;
}
a.backtop.show-up{
  opacity: 1;
  bottom: 100px;
}
a.backtop:hover{
  background-color: #e60012;
}
.fixbar{
  position: fixed;
  z-index: 1;
  top: 45%;
  right: 0;
  width: 56px;
  background-color: #da4136;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 0 15px;
}
.fixbar ul{
  margin-bottom: 0;
}
.fixbar ul li{
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .2);transition:all 0.8s; clear:both;
}
.fixbar ul li.showtel{float: right; width: 160px; border: 0;background-color: #da4136;padding-left: 15px; border-radius:3px 0 0 3px;}
.fixbar ul li.showtel a{ color:#fff; background-position:left; line-height:50px; padding-left:30px; font-size:14px;}
.fixbar ul li.showtel a span{ display:block;}
.fixbar ul li:last-child{
  border-bottom: none;
}
.fixbar .i span{ display:none; color:#fff;transition:all 0.3s;}
.fixbar .i{
  display: block;
  height: 50px;
  background: none no-repeat center;
  opacity: .8;
  position: relative;
  overflow: hidden;
}
.fixbar .i:hover{
  opacity: 1;
  overflow: visible;
}
.fixbar .i.ico1{
  background-image: url(../images/fbar-ico1.png);
}
.fixbar .i.ico2{
  background-image: url(../images/fbar-ico2.png);
}
.fixbar .i.ico3{
  background-image: url(../images/fbar-ico3.png);
}
.fixbar .i.ico4{
  background-image: url(../images/fbar-ico4.png);
}
.fixbar .i.ico5{
  background-image: url(../images/fbar-ico5.png);
}
.fixbar .i .qr{
  display: inline-block;
  width: 218px;
  height: 228px;
  background: url(../images/fbar-qr.png);
  position: absolute;
  top: 50%;
  margin-top: -114px;
  right: 30px;
  opacity: 0;
}
.fixbar .i:hover .qr{
  opacity: 1;
}
.fixbar .i .qr >.ct{
  padding: 25px;
  padding-bottom: 0;
  margin-right: 10px;
}
.fixbar .i .qr >.ct img{
  width: 100%;
}
.fixbar .i .qr >p{
  text-align: center;
  color: #777777;
  font-size: 14px;
  margin-top: 5px;
  margin-right: 10px;
}

/*----------customize----------*/
.modal-content{

}
.modal-content .modal-header{
  background-color: #e60012;
  border-bottom: none;
}
.modal-content .modal-title{
  color: #fff;
}
.modal-content .close{
  color: #fff;
  opacity: 1;
}
.modal-content .close:hover{
  opacity: .8;
}




.container .bshare-custom{width: 42px;float: right}
.container .bshare-custom-news{width: 255px !important;float: right;height: 48px;}
.container .bshare-custom-news a{height: 28px !important;width: 30px !important;display: inline-block}
.container .bshare-custom .bshare-qqmb{
  background: url("../images/share-ico3.png") center no-repeat;width: 40px;height: 22px;display: inline-block;
}
.container .bshare-custom .bshare-sinaminiblog{
  background: url("../images/share-ico4.png") center no-repeat;width: 40px;height: 22px;display: inline-block;
}

.bshare-custom .bshare-more.more-style-addthis{background: url("../images/share-icons.jpg") 0 0 no-repeat !important;}
.bshare-custom .bshare-weixin{background: url("../images/share-icons.jpg") -31px 0 no-repeat !important;;}
.bshare-custom .bshare-qzone{background: url("../images/share-icons.jpg") -65px 0 no-repeat !important;;}
.bshare-custom-news .bshare-sinaminiblog{background: url("../images/share-icons.jpg") -97px 1px no-repeat !important;}
.bshare-custom-news .bshare-qqmb{background: url("../images/share-icons.jpg") -196px 0 no-repeat !important;}
.bshare-custom-news .bshare-facebook{background: url("../images/share-icons.jpg") -163px 0 no-repeat !important;;}
.bshare-custom-news .bshare-twitter{background: url("../images/share-icons.jpg") -196px 0 no-repeat !important;;}


.yema{text-align:center;overflow:hidden;}
.yema a,.yema span{ padding:3px 10px; border:#ccc 1px solid; margin:0 2px; font-size:17px; display:inline-block; color:#333; font-family:"宋体"; margin-bottom:10px; border-radius:4px;}
.current{background:#e60012;color:#fff !important;}
.yema a:hover{  background:#e60012; margin:0 2px; color:#fff; text-decoration:none; border:1px solid #e60012;}

a.yema_on{color:#fff !important; border:#e60012 1px solid !important; background:#e60012;}
a.yema_on:hover{color:#fff !important; border:#e60012 1px solid !important; }
a.ok{color:#fff !important; border:#e60012 1px solid !important; background:#e60012;}
a.ok:hover{color:#fff !important; border:#e60012 1px solid !important; }

/*程序新加*/
.top_case_pro{width: 622px;margin-left: -30px;}
.top_case_pro img{float: left;margin-right: 30px;}
.boheing{height: 87px;}

header .menu .cont1 .img a:hover p{color: #dc6103 !important}



ul,ol{
  list-style: none;
}

.footer-area {
  padding: 0;
  margin: 0;
  background: #212635;
  font-size: 14px;
  color: #999;
  letter-spacing: 3px;
}

.footer-area a {
  color: #999;
  text-decoration: none
}
.footer-about ul li{
  line-height:260%;
}
.footer-area a:hover {
  color: #fff;
  text-decoration: none
}

.footer-top {
  padding: 70px 0;
  margin: 0
}
.footer-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: Montserrat,sans-serif;
  font-size: 14px;
  text-transform: uppercase
}

.footer-nav ul li {
  padding: 2px 0;
  margin: 0
}

.footer-nav ul li:before {
  padding: 0 10px 0 0;
  margin: 0;
  font-family: FontAwesome;
  content: "\f0da";
  color: #62646c;
  font-size: 14px
}

.footer-logo {
  margin-bottom: 15px
}

.footer-address ul {
  padding: 0 0 0 15px;
  margin: 0;
  list-style: none

}
.footer-address p{ line-height:230%;}
.footer-address ul li {
  padding: 7px 0;
  margin: 0;
}

.footer-address ul li.email:before {
  padding: 0 15px 0 0;
  margin: 0;
  font-family: FontAwesome;
  content: "\f0e0";
  font-size: 14px
}

.footer-address ul li.phone:before {
  padding: 0 15px 0 0;
  margin: 0;
  font-family: FontAwesome;
  content: "\f095";
  font-size: 14px
}

.footer-address ul li.address:before {
  padding: 0 15px 0 0;
  margin: 0;
  font-family: FontAwesome;
  content: "\f0f7";
  font-size: 14px;
  display: block;
  float: left;
  height: 50px
}

.footer-map {
  text-align: center
}

.footer-map .map {
  margin-bottom: 10px
}
.footer-about ul{ padding-left:0 !important;}
.footer-map ul li{ line-height:250%; text-align:left;}
.social-footer {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 24px
}

.social-footer li {
  padding: 0 5px;
  margin: 0;
  display: inline-table
}

.social-footer li a {
  color: rgba(251,251,251,.2)
}

.social-footer li a:hover {
  color: rgba(251,251,251,.5)
}

.footer-bottom {
  padding: 30px 0 20px;
  margin: 0;
  background: #191e2b
}





@media (max-width:768px) {
  .footer-about,.footer-address,.footer-menu {
    text-align: center;
    padding-bottom: 30px
  }

  .footer-address ul li.address::before {
    float: none;
    display: inline
  }

  .footer-bottom {
    text-align: center
  }
  .footer-map ul li{ line-height:250%; text-align:center;}
}

