@import "fonts/iconfont.css";
body {
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei UI", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  color: #333333;
}
ul,
li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
body.show-nav {
  padding-top: 50px;
}
body.show-nav .nav {
  left: 0;
}
body.show-nav .header-bar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
.header-bar {
  height: 50px;
  line-height: 50px;
  color: #FFF;
  font-size: 12px;
  background: #333;
}
.header-bar .nav-controller {
  position: absolute;
  left: 10px;
  color: #FFF;
  text-decoration: none ;
  font-size: 25px;
}
.header {
  padding: 25px 0;
}
.nav {
  position: relative;
  z-index: 33;
}
.nav ._links {
  margin-top: 25px;
  -webkit-transition: left 0.56s;
  -moz-transition: left 0.56s;
  -o-transition: left 0.56s;
  transition: left 0.56s;
  position: absolute;
  top: -80px;
  right: 0;
}
.nav ._links a {
  color: #666666;
  font-size: 13px;
  border-right: 1px solid #ddd;
  padding-right: 5px;

}
.nav .container {
  border-top: 1px solid #eeeeee;
  position: relative;
}
.nav ul {
  margin: 0;
  padding: 0;
  width: 80%;
}
.nav li {
  list-style-type: none;
  float: left;
  width: 15%;
  text-align: center;
}
.nav li a {
  display: block;
  font-size: 16px;
  height: 60px;
  position: relative;
  line-height: 60px;
  color: #333333;
  border-right: 1px solid #eeeeee;
  text-decoration: none;
}
.nav li a:hover,
.nav li a.active {
  border-top: 2px solid #cb0d17;
  top: -2px;
}
.nav ._search {
  margin-top: 20px;
}
.nav ._search > a {
  color: #666;
  height: 22px;
  width: 22px;
  display: block;
  text-decoration: none;
  text-align: center;
  line-height: 22px;
  font-size: 22px;
}
.nav ._search ._content {
  filter: none;
  background-color: #cb0d17;
  background-color: rgba(203, 13, 23, 0.5);
  position: absolute;
  width: 90%;
  left: 5%;
  top: 60px;
  height: 60px;
  padding: 0 15px;
  display: none;
}
._content input[type="submit"]{ border: none; }
.nav ._search ._content ._keywords {
  border-width: 0 0 1px 0;
  border-color: #FFF;
  background: none;
  outline: none;
  color: #FFF;
  width: 100%;
  height: 30px;
  margin-top: 15px;
  line-height: 30px;
  font-size: 14px;
}
.nav ._search ._content ._keywords::-webkit-input-placeholder {
  color: #FFF;
}
.nav ._search ._content ._keywords:-moz-placeholder {
  color: #FFF;
}
.nav ._search ._content ._keywords::-moz-placeholder {
  color: #FFF;
}
.nav ._search ._content ._keywords:-ms-input-placeholder {
  color: #FFF;
}
.nav ._search ._content ._clear {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #FFF;
  cursor: pointer;
}
@media (max-width: 1300px) {
  .nav {
    padding: 0;
  }
  .nav .container {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .nav {
    position: fixed;
    filter: none;
    background-color: #cb0d17;
    top: 50px;
    height: 100%;
    width: 100%;
    left: -100%;
    -webkit-transition: left 0.36s;
    -moz-transition: left 0.36s;
    -o-transition: left 0.36s;
    transition: left 0.36s;
  }
  .nav ._links {
    position: static;
    z-index: 34;
    bottom: 0;
    color: #FFF;
    float: none !important;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
  }
  .nav ._links a {
    color: #FFF;
    display: inline-block;
    padding: 0 10px;
    margin: 3px 0;
  }
  .nav ._links span {
   
  }
  .nav .container {
    width: 100%;
    padding: 0;
    border: none;
  }
  .nav ul {
    float: none !important;
    width: 100%;
    padding-top: 10px;
  }
  .nav li {
    float: none;
    width: 100%;
    padding-left: 10px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .nav li a {
    font-size: 14px;
    padding: 0;
    color: #FFF;
    border: none !important;
    top: 0 !important;
    height: 40px;
    line-height: 40px;
  }
  .nav ._search {
    float: none !important;
    padding: 0 10px;
  }
  .nav ._search ._content {
    position: static;
    width: 100%;
    padding: 0;
    display: block ;
  }
  .nav ._search ._content ._keywords {
    font-size: 12px;
    margin-top: 0;
  }
}
.banner {
  padding: 0;
  overflow: hidden;
  position: relative;
}
.banner li {
  overflow: hidden;
}
.banner li img {
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media (max-width: 1300px) {
  .banner li img {
    -lh-property: 0;
width:-webkit-calc(1920px - 1300px * 1.5 + 100% * 1.5);
width:-moz-calc(1920px - 1300px * 1.5 + 100% * 1.5);
width:calc(1920px - 1300px * 1.5 + 100% * 1.5);
;
  }
}
.banner .swiper-pagination-container {
  position: absolute;
  bottom: 10px;
}
.banner .swiper-pagination {
  text-align: right;
  position: relative;
}
.banner .swiper-pagination-bullet {
  width: 50px;
  height: 10px;
  background: #FFF;
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  display: inline-block;
  border-radius: 0;
}
.banner .swiper-pagination-bullet-active {
  background: #cb0d17;
  zoom: 1;
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.index-section {
  padding: 50px 0;
}
.index-title small {
  color: #cb0d17;
  font-size: 24px;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 1;
  display: block;
  text-align: center;
}
.index-title strong {
  line-height: 1;
  margin: 20px 0;
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
}
.index-1-title-line {
  border-top: 1px solid #eeeeee;
  text-align: center;
  line-height: 0;
}
.index-1-title-line img {
  margin-top: -1px;
}
.index-1 ._list .media-left {
  padding-right: 20px;
}
.index-1 ._list .media-body {
  padding-top: 10px;
}
.index-1 ._list .media-body p {
  line-height: 2;
  color: #888;
  max-height: 4em;
  overflow: hidden;
}
.index-1 ._list .media-body ._more {
  color: #cb0d17;
}
.index-1 ._list .media:last-child .media-body {
  padding-top: 30px;
  text-align: center;
}
.index-1 ._list .media:last-child .media-body .btn {
  padding: 5px 35px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .index-1 ._list .media {
    margin-top: 20px;
  }
  .index-1 ._list .media:last-child .media-body {
    padding-top: 0;
  }
  .index-1 ._list .media-left {
    padding: 0;
    text-align: center;
    display: block;
  }
  .index-1 ._list .media-left img {
    max-width: 70%;
  }
  .index-1 ._list .media-body {
    display: block;
    width: auto;
    text-align: center;
  }
  .index-1 ._list .media-body .media-heading {
    font-size: 14px;
  }
  .index-1 ._list .media-body p,
  .index-1 ._list .media-body ._more {
    display: none;
  }
}
.index-about h3 {
  font-size: 20px;
}
.index-about p {
  height: 12.8em;
  line-height: 36px;
  overflow: hidden;
  color: #777;
  height: 180px;
}
.index-news h3 {
  font-size: 20px;
}
.index-news li {
  line-height: 36px;
  height: 36px;
  background: url(../images/li.jpg) no-repeat left center;
  padding-left: 20px;
  overflow: hidden;
}
.index-news li a {
  color: #777;
}
.index-news ._more {
  padding-top: 10px;
  display: block;
}
.index-contact {
  background: #1c3d90;
  color: #FFF;
  padding-bottom: 39px;
  height: 261px;
}
.index-contact h3 {
  font-size: 20px;
  margin-bottom: 35px;
}
.index-contact dl.media {
  margin: 0;
  margin-bottom: 5px;
}
.index-contact dt {
  border-bottom: 1px solid #5b72ac;
  padding-bottom: 10px;
  text-align: center;
  padding-right: 0;
}
.index-contact dt img {
  margin: 0 10px;
}
.index-contact dd {
  padding-left: 15px;
  vertical-align: middle;
}
.index-chat img {
  max-width: 100%;
}
@media (max-width: 996px) {
  .index-news {
    border-top: 1px solid #eee;
    margin: 15px 0;
  }
  .index-contact {
    padding-top: 20px;
  }
  .index-chat {
    text-align: center;
    padding-top: 10px;
  }
}
.index-3 {
  background: url(../images/index-3-bg.jpg) repeat;
  margin-top: 50px;
}
.index-3 .index-title {
  text-align: center;
  padding-bottom: 30px;
}
.index-3 .index-title ._line {
  border-bottom: 1px solid #cb0d17;
  display: block;
  width: 40px;
  line-height: 0;
  height: 0;
  margin: 0 auto;
}
.index-3 ._list {
  padding-top: 20px;
}
.index-3 ._list li {
  text-align: center;
  margin-bottom: 10px;
}
.index-3 ._list li a {
  color: #333;
  text-decoration: none;
}
.index-3 ._list li p {
  padding-top: 10px;
}
.index-3 ._more {
  text-align: center;
  margin-top: 30px;
}
.index-3 ._more .btn-danger {
  background: #cb0d17;
  padding: 7px 60px;
  border-radius: 20px;
}
.index-4 ._more {
  text-align: center;
  margin-top: 30px;
}
.index-4 ._more .btn-danger {
  background: #cb0d17;
  padding: 7px 60px;
  border-radius: 20px;
}
.index-4 ._list {
  padding-top: 20px;
}
.index-4 ._list li {
  text-align: center;
  margin-bottom: 10px;
}
.index-4 ._list li a {
  color: #333;
  text-decoration: none;
}
.index-4 ._list li a:hover {
  color: #cb0d17;
}
.index-4 ._list li p {
  padding-top: 10px;
  height: 2em;
  overflow: hidden;
}
.footer {
  background: #282828;
  color: #FFF;
}
.footer a {
  color: #FFF;
}
.footer ._heading {
  background: #4e4e4e;
  /*height: 60px;
  line-height: 60px;*/
  line-height: 28px;
  padding:16px 0;
}
.footer ._body {
  padding: 15px 0;
  text-align: center;
}
.sub-banner {
  overflow: hidden;
}
.sub-banner img {
  position: relative;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
@media (max-width: 1130px) {
  .sub-banner img {
    -lh-property: 0;
width:-webkit-calc(1920px - 1130px * 1.7 + 100% * 1.7);
width:-moz-calc(1920px - 1130px * 1.7 + 100% * 1.7);
width:calc(1920px - 1130px * 1.7 + 100% * 1.7);
;
  }
}
.sub-body {
  margin-top: 20px;
  padding-bottom: 50px;
}
.sub-title {
  position: relative;
  border-bottom: 1px solid #eee;
  height: auto;
  overflow: hidden;
  padding-bottom: 20px;
}
.sub-title h3 {
  font-size: 18px;
  width: 50%;
  margin: 0;
  padding: 0;
}
.sub-title .breadcrumb {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  text-align: right;
}
.sub-menu {
  padding: 25px 0;
}
.sub-menu a {
  color: #666;
  text-decoration: none;
  padding-bottom: 7px;
  display: inline-block;
  margin-right: 15px;
  border-bottom: 2px solid #fff;
}
.sub-menu a:hover,
.sub-menu a.active {
  border-bottom: 2px solid #cb0d17;
}
.img-list li {
  text-align: center;
  margin-bottom: 10px;
}
.img-list li a {
  color: #333;
  text-decoration: none;
}
.img-list li a:hover {
  color: #cb0d17;
}
.img-list li p {
  padding-top: 10px;
  height: 2em;
  overflow: hidden;
}
.page-attribute {
  border-bottom: 1px dashed #eee;
  padding-bottom: 10px;
  color: #999;
}
.page-content {
  position: relative;
  overflow: hidden;
  padding: 30px 0;
}
.x-content img{
	max-width: 100%;
  height: auto;
}
.page-tag {
  clear: both;
  height: auto;
  line-height: 30px;
  color: #999;
  border-top: 1px dashed #eee;
  border-bottom: 1px dashed #eee;
}
.page-tag a {
  color: #666;
  margin: 0 5px;
}
.page-pager {
  padding: 10px;
  color: #999;
  line-height: 1.8;
}
.page-pager a {
  color: #cb0d17;
}
.page-related .page-related-title {
  border-bottom: 2px solid #cb0d17;
  font-size: 16px;
  padding-bottom: 5px;
  color: #666;
}
.caret-right {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 4px solid transparent;
  border-left: 8px solid #cb0d17;
  border-bottom: 4px solid transparent;
}
.page-related-news li {
  margin-bottom: 15px;
}
.page-related-news a {
  color: #999;
  border-bottom: 1px dashed #eee;
  padding-bottom: 5px;
  display: block;
  text-decoration: none;
}
.page-related-news a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  margin-right: 5px;
  border-top: 4px solid transparent;
  border-left: 8px solid #cb0d17;
  border-bottom: 4px solid transparent;
}
.page-related-news a:hover {
  color: #cb0d17;
}
.product-list h4 {
  font-size: 14px;
  height: 1em;
  overflow: hidden;
}
.product-list img {
  width: 100%;
}
.product-list li p {
  font-size: 12px;
  border-top: 1px dashed #999;
  color: #666;
  height: 4em;
  overflow: hidden;
  line-height: 20px;
}
.product-info li {
  border-bottom: 1px dashed #eee;
  line-height: 40px;
}
.product-info ._img {
  text-align: center;
}
.product-info ._chat {
  padding: 20px 0;
  display: block;
}
.news-list li {
  border-bottom: 1px dashed #999;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.news-list li a {
  color: #666;
  text-decoration: none;
}
.news-list li a:hover strong {
  color: #cb0d17;
}
.news-list li p {
  color: #999;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 24px;
}
.news-list li strong {
  display: block;
  font-size: 14px;
  line-height: 24px;
}
.message-page {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .message-page {
    width: 100%;
  }
}
.message-page input {
  height: 50px;
}
.message-page img {
  border-radius: 4px;
}
.message-page ._submit .btn {
  display: block;
  width: 100%;
  background: #000;
  color: #FFF;
  margin: 20px 0;
  padding: 10px 0;
  font-size: 16px;
  color: #ddd;
}



/*åˆ†é¡µæ ·å¼*/
#page{
  width: auto;
  height: auto;
  overflow: hidden;
  margin: auto;
    padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
#page a{
    display:block;
    margin-right:10px;
    padding:2px 12px;
    border:1px #ddd solid;
    background:#fff;
    text-decoration:none;
    color:#808080;
    font-size:12px;
    line-height:24px;
    border-radius: 45%;
    display: inline-block;
    width: 40px;
}
#page a:hover{
    color:#077ee3;
    border:1px #077ee3 solid;
}
#page a.cur{
    border:none;
    background:#2f9ca6;
    color:#fff;
}
#page p{
    padding:2px 12px;
    font-size:12px;
    line-height:24px;
    color:#bbb;
    border:1px #ddd solid;
    background:#fcfcfc;
    margin-right:8px;
    border-radius: 45%;
    display: inline-block;
    width: 40px;

}
#page p.pageRemark{
    border-style:none;
    background:none;
    margin-right:0px;
    padding:4px 0px;
    color:#666;
}
#page p.pageRemark b{
    color:#2f9ca6;
}
#page p.pageEllipsis{
    border-style:none;
    background:none;
    padding:4px 0px;
    color:#808080;
}



/*----------------------------------------ç½‘ç«™åœ°å›¾----------------------------------------*/
#container{ width:80%; margin:auto; height:auto; overflow:hidden; margin-top: 40px;}
.sitemp {
    line-height: 31px;
    height: 31px;
    overflow: hidden;
    padding-right: 10px;
  color:#514f4f;
}
.sitemp h2 {
    width: 340px;
    float: left;
    line-height: 0px;
    text-align: left;
    text-indent: 15px;
    font-family:"微软雅黑";
    font-size: 16px;
  font-weight:normal;
  color:#cb0d17;
}
.sitemp .site {
    width: 380px;
    float: right;
    text-align: right;
    line-height: 30px;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #666;
}
.sitemp .site a {
    color: #666;
    text-decoration:none;
}
.site a:hover{ color:#cb0d17;}
h3.map_title {
    line-height: 30px;
    line-height: 30px;
    text-indent: 20px;
    color: #3b639f;
  font-size:16px;
    border-bottom: 2px solid #dcdfdf ;
  font-weight:normal;
  color:#cb0d17;
}
.map_list {
    line-height: 30px;
    padding-left: 20px;
    margin-top: 8px;
    margin-bottom: 8px;
}
.map_list a{ font-size:14px; color:#514f4f; margin:0 5px; text-decoration: none;}
.map_list a:hover{color:#cb0d17;}

.zb{
	width: 88px;
	height: 40px;
	background: url(../images/icon_tel.png)no-repeat top center;
	position: fixed;
	top: 88%;
	left: 0;
	z-index: 999;
	padding-left: 32px;
  padding-top: 9px;
	line-height: 20px;
}
.zb a{
	color: #fff;
}
.zb a:hover{
	color: #fff;
}

