body {
  font-size: 14px;
  line-height: 1.53846154;
  color: #666;
  }
a {
  color: #666;
  }
a:hover,
a:focus {
  color: #333;
  text-decoration: none;
  }
ul,li{
  list-style: none;
  padding-left: 0;
}
.text-uppercase{
  text-transform: uppercase;
}

i{
    font-style: normal;
}
/*导航样式*/
.site-header.position {
/*  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  background: rgba(0,0,0,0.06); */
  background: #fff;
  color: #666;
}
.site-header.position1 #tophead {
  background: #222;
}
.site-header.position1 .met-nav {
  background: #fff;
}
.site-header.position1 .nav > li > a {
  color: #222 !important;
}
.site-header #tophead {
  padding: 6px 0;
  border-bottom: 1px solid rgba(181, 181, 181, 0.3);
  font-size: 14px;
}
.site-header #tophead ul {
  margin-bottom: 0;
  padding-left: 0px;
}
.site-header #tophead a {
  color: #fff;
}
.site-header #tophead .tophead-contact {
  float: left;
}
.site-header #tophead .tophead-contact li {
  display: inline-block;
  margin-right: 10px;
}
.site-header #tophead .tophead-contact li i {
  color: #cdaf65;
  padding-right: 10px;
}
.site-header #tophead .tophead-right {
  color: #fff;
  float: right;
}
.site-header #tophead .tophead-right i {
  color: #cdaf65;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .site-header #tophead {
    display: none;
  }
}

.rat-nav {
  margin-bottom: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  border: 0px;
  background: none;
}
.rat-nav [class*=animation-] {
  -webkit-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
}

.rat-nav .navbar-logo {
  height: 70px;
  margin: 0px;
  margin-left: 0px;
  padding: 0px;
}
.rat-nav .navbar-logo img {
  max-height: 60px;
  margin-top: 13px;
}
.logo2{
 display: none;
}
@media (max-width: 991px) {
  .rat-nav .navbar-logo img {
    max-height: 40px;
    padding-left: 15px;
  }
  .navbar-fixed-top{position: inherit;}
}
.rat-nav .navbar-toggle {
  height: 50px;
  float: right;
}
.rat-nav .nav > li > a {
  color: #666;
  transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: background 0.5s;
  -moz-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
}
.rat-nav .nav > li > a:focus {background: none;}
.rat-nav .nav > li > a i {
  -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.rat-nav .nav li.nav-margin-left {margin-left: 25px;}
@media (max-width: 767px) {
  .rat-nav .nav > li > a {
    padding: 10px 15px;
    line-height: 25px;
  }
  .navbar-header {
  background: #fff;
  border-bottom: 2px solid #cdaf65;}
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  	background: none;
  }
}
@media (max-width: 991px) {
  .rat-nav .nav > li > a > i {
    float: right;
  }

}

.rat-nav .nav > li > a:hover,
.rat-nav .dropdown.open > a {
  color: #666 !important;
  background: none;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	background: none;
  color: #fff;
}
.rat-nav .nav > li > a:hover i,
.rat-nav .dropdown.open > a i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: all 0.3s ease-out;
}
.rat-nav .rat-nav-login {
  padding-top: 15px;
  text-align: center;
}
.rat-nav .dropdown-menu > li > a {
  color: #666;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.rat-nav .dropdown-menu > li > a:hover {
  background: none;
  text-indent: 5px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.rat-nav .dropdown-menu {
    min-width: 120px;}
@media (min-width: 768px) {
  .rat-nav .nav > li > a {
    padding: 0px;
    height: 90px;
    line-height: 90px;
  }
  .rat-nav .dropdown-menu {
    top: 90px;
    border: 0px;
  background: #fff !important;
  }
  .rat-nav .dropdown-menu a {
    color: #666;
    padding: 10px 20px;
  }
  .rat-nav .dropdown-menu .dropdown-submenu > a:after {
    display: none;
  }
  .rat-nav .dropdown-menu .dropdown-submenu > a i {
    position: absolute;
    right: 10px;
  }
  .rat-nav .dropdown-menu.bullet {
    top: 90px;
  }
  .navbar-right .dropdown-menu {
    right: -50%;
    left: auto;}
  /*.dropdown-menu.bullet:after,.dropdown-menu.bullet:before{position:absolute;right:30px;display:inline-block;width:0;height:0;content:'';border:7px solid transparent;border-top-width:0}
  .dropdown-menu.bullet:before{top:-7px;border-bottom-color:#cdaf65 !important;}
  /*.dropdown-menu.bullet:after{top:-6px;border-bottom-color:#de0010 !important;}*/*/
}
@media (max-width: 991px) {
  .rat-nav .dropdown-menu .dropdown-submenu > a:after {
    display: none;
  }
  .rat-nav .dropdown-menu .dropdown-submenu > a > i {
    float: right;
  }
}
@media (max-width: 767px) {
  .rat-nav .navbar-collapse-toolbar {
    background: #fff;}
  .rat-nav .nav > li {
    margin-left: 0px !important;
  }
  .rat-nav .nav li a, .rat-nav .nav li a.active {
    color: #000 !important;
  }
  .rat-nav .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 40px;
  }
  .rat-nav .dropdown-menu.bullet:before,
  .rat-nav .dropdown-menu.bullet:after {
    display: none;
  }
  .rat-nav .navbar-collapse-toolbar {
    position: absolute;
    width: 100%;
  }
  .rat-nav .navbar-collapse-toolbar.in {
    overflow-y: scroll;
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.2);
    overflow-x: hidden;
  }
  .rat-nav .navbar-logo {
    float: none;
    max-height: 60px;
    margin: 0 auto;
  }
}
.vertical-align {display: inline-table;}
.vertical-align-middle{display: table-cell;vertical-align: middle;}

.stricky-fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  margin-top: 0 !important;
  background: #fff;
  width: 100%;
  z-index: 99;
}
.stricky-fixed .nav > li > a,.stricky-fixed .nav > li > a:hover {
  color: #222 !important;
}
.stricky-fixed .dropdown.open > a {
    color: #222 !important;
    background: none;
}

/*手机板面导航*/
.hamburger {
  font-size: 20px;
  vertical-align: middle;
}
.hamburger,
.hamburger:before,
.hamburger .hamburger-bar,
.hamburger:after {
  -webkit-transition: -webkit-transform .2s ease-in-out;
       -o-transition:      -o-transform .2s ease-in-out;
          transition:         transform .2s ease-in-out;
}
.hamburger:before,
.hamburger:after {
  content: "";
}
.hamburger:before,
.hamburger .hamburger-bar,
.hamburger:after {
  display: block;
  width: 1em;
  height: .1em;
  margin: 0;
  background: #fff;
  border-radius: 1px;
}
.navbar-default .hamburger:before,
.navbar-default .hamburger .hamburger-bar,
.navbar-default .hamburger:after {
  background: #76838f;
}
.navbar-inverse .hamburger:before,
.navbar-inverse .hamburger .hamburger-bar,
.navbar-inverse .hamburger:after {
  background: #fff;
}
.hamburger .hamburger-bar {
  margin: .2em 0;
}
.hamburger-close:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 8%;
      -ms-transform-origin: 8%;
       -o-transform-origin: 8%;
          transform-origin: 8%;
}
.hamburger-close .hamburger-bar {
  opacity: 0;
}
.hamburger-close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 8%;
      -ms-transform-origin: 8%;
       -o-transform-origin: 8%;
          transform-origin: 8%;
}
.hamburger-close.hided:before,
.hamburger-close.collapsed:before {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
       -o-transform: rotate(0);
          transform: rotate(0);
}
.hamburger-close.hided .hamburger-bar,
.hamburger-close.collapsed .hamburger-bar {
  opacity: 1;
}
.hamburger-close.hided:after,
.hamburger-close.collapsed:after {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
       -o-transform: rotate(0);
          transform: rotate(0);
}
.hamburger-arrow-left.collapsed {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.hamburger-arrow-left.collapsed:before {
  width: .6em;
  -webkit-transform: translate3d(.45em, .1em, 0) rotate(45deg);
          transform: translate3d(.45em, .1em, 0) rotate(45deg);
}
.hamburger-arrow-left.collapsed .hamburger-bar {
  border-radius: .2em;
}
.hamburger-arrow-left.collapsed:after {
  width: .6em;
  -webkit-transform: translate3d(.45em, -.1em, 0) rotate(-45deg);
          transform: translate3d(.45em, -.1em, 0) rotate(-45deg);
}



/*banner*/
.carousel-caption {
    position: absolute;
    right: 15%;
    top: 30%;
    left: 15%;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption h3{ font-size: 68px;}
.carousel-caption p{ font-size: 30px; }

@media (max-width:991px) {

}
@media (max-width:767px) {
.carousel-caption h3{ font-size:24px; margin-bottom: 0px;}
.carousel-caption p{ font-size: 16px; }
}

@media (min-width:767px){
  .stricky-fixed .logo2{
  display: block;
  }
  .stricky-fixed .logo1{
    display: none;
  }
}

.about-us{
  margin-top: 50px;
  
}
.about-us .box1{
}
.about-us .box1 .ainfo{
  min-height: 223px;
}
.about-us .box2{
  padding: 20px 0;
  background:#2787de;
  height: 214px;
}
.about-img{
}
.box1 h2{
  color: #3e7ab5;
  font-size: 24px;
}
.box1 h2 span{
  color: #d5000f;
}
.ainfo p{
  margin-top: 20px;
  line-height: 30px;
}
.amore a{
  background: #2787de;
  padding:6px 20px;
}
.amore i{
  color: #fff;
}
.media-body h2{
    text-align:left;
}
.icon1{
  color: #fff;
}
.icon1 h2{
  background: url(../images/icon1.png) no-repeat left 5px;
  font-size: 27px;
  padding-left: 30px;
  font-weight: normal;
  padding-bottom: 10px;
  position: relative;
}
.icon2 h2{
  background: url(../images/icon2.png) no-repeat left 5px;}
.icon3 h2{
  background: url(../images/icon3.png) no-repeat left 5px;}
.icon4 h2{
  background: url(../images/icon4.png) no-repeat left 5px;}
.icon1 h2:after,.ser-tit:after{
  position: absolute;
  left: 17%;
  bottom: 0;
  background: #fcc10f;
  width: 30px;
  height: 2px;
  content: "";
}
.icon1 p{
  line-height: 28px;
  font-size: 13px;
}
.service{
  margin-top: 30px;
  margin-bottom: 35px;
}
.text-uppercase{
  text-transform: uppercase;
}
.ser-tit{
  position:relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.ser-tit:after{
  left: 50%;
  transform: translateX(-50%);
  background: #de000b;
}
.ser-tit h2{
  font-size: 40px;
  color: #444;
  font-weight: normal;
}
.ser-tit h3{
  font-size: 24px;
}
.video-left{
  background-color: #00b2d5;
  color: #fff;
  overflow: hidden;
  min-height: 397px;
}
.service .col-md-8,.service .col-md-4{
  padding-left: 0;
  padding-right: 0;
}
.video-tit{
  padding: 17px 50px;
}
.video-tit h2{
  color: #d5000f;
  margin-bottom: 20px;
}
.video-tit p{
  line-height: 27px;
}
img,input,select{vertical-align:middle;}
textarea{resize:none;}
.fl{float:left;}
.fr{float:right;}
.clear{clear:both;}
.clearfix{zoom:1;}
.clearfix:after{clear:both;display:block;visibility:hidden;height:0;content:"";line-height:0;}
body{background:#fff;font-size:14px;font-family:"微软雅黑";}
.animate-list-2{
  margin:0 auto;
  background: url(../images/pbg.jpg) no-repeat center 25%;
  overflow: hidden;
  min-height: 500px;}
.animate-list-2 ul{display:flex;margin:0 auto;justify-content:space-between;width:100%;}
.animate-list-2 .item{position:relative;z-index:1;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 7px;margin-right:-1px;width:25%;height:580px;perspective:800px;}
.animate-list-2 .item-inner{position:absolute;width:100%;height:100%; background: rgba(0,0,0,0.03);}
.animate-list-2 .item-front{position:absolute;width:100%;height:298px;color:#333;text-align:center;}
.animate-list-2 .item-front h6{padding:24px 0;color:#333;font-weight:400;font-size:18px;}
.animate-list-2 .item-front h6 span{color:red;font-size:26px;}
.animate-list-2 .item-front h5{padding:35px 0;font-weight:400;font-size:22px;}
.animate-list-2 .item-front .icon-img{display:block; padding-top: 70%;}
.animate-list-2 .item-front p{text-align:left;font-size:14px;line-height:22px;padding: 0 22px;}
.animate-list-2 .item-behind .sbg-text{ background: #fff; color: #333; padding: 40px 30px; }
.animate-list-2 .item-behind .sbg-text h2{ position: relative; color: #1458a3; font-size: 20px; padding-bottom: 20px;}
.animate-list-2 .item-behind .sbg-text h2:after{
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 52px;
  height: 3px;
  background: #1458a3;
}
.animate-list-2 .item-behind{position:absolute;top:0px;left:0px;display:none;padding:0px;height:380px;}
.animate-list-2 .item-behind h6{padding:5px 0 0;padding:20px 0;border-bottom:1px solid #b0d2ec;text-align:center;font-weight:400;font-size:24px;line-height:50px;}
.animate-list-2 .item-behind dl{margin:5px 0 10px;padding:20px 0;}
.animate-list-2 .item-behind dt i{display:inline-block;margin-right:10px;width:7px;height:11px;background-image:url(/images/2016/xc/behind_icon_bg.png);}
.animate-list-2 .item-behind dt{font-size:14px;line-height:30px;}
.animate-list-2 .item-behind dd{font-size:12px;line-height:18px;}
.animate-list-2 .item-behind .dashed{height:0;border-bottom:1px dashed #b0d2ec;}
.animate-list-2 .btn-area{position:absolute;bottom:5px;left:10px;font-size:0;}
.animate-list-2 .btn-area a{display:inline-block;margin-right:5px;height:34px;border-style:solid;border-width:1px;border-radius:3px;text-align:center;text-decoration:none;font-size:14px;line-height:34px;cursor:pointer;}
.animate-list-2 .btn-area .bbtn-1{width:86px;border-color:#fff;background-color:#fff;color:#229ffd;}
.animate-list-2 .btn-area .bbtn-2{width:46px;border-color:#fff;background-color:#2c9ef3;color:#fff;}
.animate-list-2 .btn-area .bbtn-3{width:46px;border-color:#fff;background-color:#2c9ef3;color:#fff;}
.animate-list-2 .item-open .item-behind{display:block;}
.animate-list-2 .item-open .item-front{display:none;}
.animate-list-2 .item-adm .item-inner{transition:transform .5s ease;transform-origin:right center;transform-style:preserve-3d;}
.animate-list-2 .item-adm .item-front{display:block;opacity:1;transition:all .5s ease .1s;}
.animate-list-2 .item-adm .item-behind{display:block;opacity:0;transition:all .5s ease .1s;transform:rotateY(180deg);}
.animate-list-2 .item-open-adm .item-inner{z-index:2;transform:translateX(-100%) rotateY(-180deg);}
.animate-list-2 .item-open-adm .item-front{display:none;opacity:0;}
.animate-list-2 .item-open-adm .item-behind{opacity:1;}
.jzmb{}
.jzmb h3{margin:20px;padding:20px 10px;border-bottom:1px dotted #fff;color:#fff;text-align:center;font-size:18px;}
.jzmb p{margin-top:10px;padding:0 10px;font-size:12px;line-height:20px;}
.jzmb_bottom{padding:10px 0;}
.jzmb_bottom li{float:left;width:100%;color:#a3a3a3;font-size:14px;line-height:38px;}
.jzmb_bottom li span{color:red;}

@media screen and (min-width:768px){
.item-adm:hover .item-inner{z-index:2;transform:translateX(-100%) rotateY(-180deg);}
.item-adm:hover .item-behind{opacity:1;}
.item-adm:hover .item-front{display:none;opacity:0;}
}

@media screen and (max-width:767px){
.animate-list-2 ul{display:block;margin:0 auto;width:100%;}
.animate-list-2 .item{position:relative;z-index:1;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 7px;margin-right:-1px;width:100%;min-height:400px;perspective:800px;margin:10px 0;}
}
.case{ margin-top: 60px;margin-bottom: 60px; }
.case1 {
    width: 25%;
    float: left;
}
.case2 {
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}
.Team-Item { margin: 0px; position: relative; }
.c10{ margin-bottom: 10px; }
.Team-pic { overflow: hidden; }
.Team-pic img { transition: all 0.3s linear; width: 100%; }
.Team-pic:hover img{ transform:scale(1.3,1.3); }
.Team-intro { position: absolute; left: 0; bottom: 0; width: 100%; height: 43px; background-color: rgba(0,0,0,0.6); color: #fff; overflow: hidden; transition: all 1s linear; }
.Team-intro:hover{ background: rgba(222,0,11,0.8); }
.Team-intro h3 { font-size: 18px; font-weight: normal; color: #fff; line-height: 40px;  margin: 0px auto; padding: 0px; }
.Team-intro h3 span { font-size: 14px; line-height: 20px; font-weight: normal; padding-left: 10px; }
.Team-intro .text { height: 156px; }
.Team-intro p { font-size: 14px; color: #fff; line-height: 26px; }
.Team-intro a { margin-top: 25%; width: 47%; line-height: 48px; border: 1px solid #fff; border-radius: 5px; color: #fff; font-size: 16px; text-align: center; transition: all 0.3s linear; }
.Team-intro .btn_sj { float: left; }
.Team-intro .btn_zp { float: right; }
.Team-intro a:hover { background: #d80000; border-color: #d80000; }
.sy-news{
  background: url(../images/new_bg.jpg) no-repeat center top;
  padding-top: 60px;
  padding-bottom: 60px;
}
.nbg{ background: #fff;overflow: hidden; }
.nbg .col-xs-5,.nbg .col-xs-7{padding-right: 0px;padding-left: 0px;}
.nav-tabs>li>a{ padding: 30px 15px 30px 30px; background: #e8e8e8; }
.nav-tabs>li>a h5{ margin-bottom: 15px; }
.nav-tabs>li.active>a h5.n1,.nav-tabs>li.active>a p{ color: #ddd; }
.nav-tabs.nav-stacked > li.active > a, .nav-tabs.nav-stacked > li.active > a:hover, .nav-tabs.nav-stacked > li.active > a:focus {
    border: 1px solid #00b2d5;
    border-radius: 0px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
  background-color:#00b2d5;
  color: #fff;
}
.nav-tabs.nav-stacked>.active a{
  background: #00b2d5;
  color: #fff;
}
.nav-tabs>li.active>a:hover h5.n1,.nav-tabs>li.active>a:hover p{ color: #ddd; }
.ntext{ padding:40px 33px;}
.ntext h3{ color: #333; font-weight: bold; margin-bottom: 15px; }
.ntext h3 span{color: #c3000a;  }
.hang-tit{ border-top:1px solid #c9dbe5; border-bottom:1px solid #c9dbe5; color: #fff; padding:15px 0 15px 20px; font-size: 24px; }
.ninfo{ color: #fff; }
.ninfo h3{ margin-top: 20px; margin-bottom: 28px; }
.ninfo p{ line-height: 26px; }
.ninfo h5{ margin-top: 20px; margin-bottom: 20px; color: #dddddd; }
.sy-footertop {
  background: #2e2f35;
  overflow: hidden;
}
.sy-footertop-w {
  width: 80%;
  padding: 50px 0 20px;
  overflow: hidden;
  margin: 0 auto;
}
.Bottom_Title h2 {
    color: #fff;
    font-size: 18px;
  line-height:35px;
}
.Bottom_Title hr {
  border:2px double #f8b62c;
    width: 45px;
    margin: 0px;
  padding:0px;
  overflow:hidden;
}
.bottom_list {
  padding:20px 0px;
  font-size:14px;
  color:#cccccc;
  margin:0px;
}
.bottom_list ul {padding:0px; margin:0px;}
.bottom_list li{text-align:left;position:relative;display:block;line-height:35px; font-size:14px; padding:0px; margin:0px;}
.bottom_list a {color:#cccccc;}
.bottom_list li img{ margin-bottom: 10px; }
.sy-footerbottom {
  background: #1660ab;
  overflow: hidden;
  text-align: center;
  line-height: 60px;
  font-size: 14px;
  padding: 5px 0px;
  color: #fff;
}
.nlist{ padding-left: 30px;}
.nlist li{
  border-bottom: 1px dashed #aaa;
  line-height: 38px;
}
.nlist li a{ color: #eee;}
.nlist li a:hover{ color: #fff; font-weight: bold;}
.ab-img{
    float: left;
    width: 70%;
}
.about-c p{
    text-indent:center;
    line-height: 35px;
}
.ny-ser{ margin-bottom: 50px; overflow: hidden;}
.ny-ser li{ width: 19.66%; float: left;border:1px solid #ddd; text-align: center;padding: 10px 0; white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.ny-ser li.active,.ny-ser li:hover{ background: #cccccc; color: #fff; }
.ny-ser li.active a,.ny-ser li:hover a{ color: #fff; }
.ny-ser li a{}
.s11{ margin-bottom: 123px; }
.ny-news .media{
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #b8b8b8;
      overflow: hidden;
}

.about-c .media-body .media-heading{
    font-size:15px;
    margin-top: 10px;
}
.media-body p{
    text-indent: 0;
}
.media-left{
    float: left;
    }
.ny-news .date-time {
  display: block;
  background:#eee;
  font-weight: 300;
  width: 100px;
  height: 100px;
  color: #000;
  text-align: center;
  padding-top:17px;
}
.ny-news .date-time > span.big{
  font-size:  30px;
  font-weight: bold;
}
.media-left, .media>.pull-left {
    padding-right: 20px;
    text-align: center;
}
.date-time:hover, .date-time:hover .big{
    background-color: #3ab3c4;
    color: #fff;
}
.media-body, .media-left, .media-right {
    vertical-align: top;
}
 .about-c .media-lg .media-left .date-time {
     padding-top: 24px;
 }  
.ny-news p.des {
  font-size: 13px;
  color: #827d7d;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.about-c .media-body p{
    margin: 0;
}
.media-heading i{
    float: right;
    font-style: normal;
    }
.ny-news ul.blocks-2 li p.des {
  n-p
  margin-bottom: 5px;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
#map{
    height: 500px;
}
.ny-info p{
    line-height: 30px;
}
.fy{
  text-align: center;  
}








@media (max-width:767px) {
  .carousel {
    margin-top: 62px;
  }
  .rat-nav .nav > li > a:hover {
    color: #222 !important;
  }
  .about-img {
    position: inherit;
    width: 100%;}
  .about-us .box1 {padding-left: 0;}
  .about-us .box2 {
    margin-top: 20px;
    padding: 20px 0;
    background: #2787de;
    height: auto;
    margin-left: 0;}
    .animate-list-2,.sy-news{
    background-size: cover;}
    .case1, .case2 {
    width: 100%;
    padding: 0;}
    .nav-tabs > li > a {
    padding: 3px 10px 3px 10px;}
    .ntext h3{ line-height: 26px; }
    .ser-tit h2 {font-size: 25px;}
    .service {margin-top: 13px;}
    .icon1 h2::after, .ser-tit::after {
    left: 7%;}
    .nav-tabs > li > a h5{ line-height: 26px; }
    .ser-tit::after {
    left: 50%;}
  }
    






}

/* 分页样式 */
.pagination {
    color: #666;
    clear: both;
    margin-top: 1em;
    display: block;
    margin: auto;
}

.pagination li {
    display: inline-block;
}

.pagination a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: -1px;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    color:#3ab3c4;
    border: 1px solid #ddd;
    background: #fff;
    text-decoration: none;
    overflow: hidden;
}

.pagination li>span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: -1px;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    color:#3ab3c4;
    border: 1px solid #ddd;
    background: #fff;
    text-decoration: none;
    overflow: hidden;
}

.pagination li.active>span {
    color: #ffffff;
    background:#3ab3c4;
}

.pagination .prev::before {
    font-family: "FontAwesome";
    display: inline-block;
    content: "\f104";
    width: 10px;
    height: 10px;
    margin-right: 5px;
}

.pagination .next::after {
    font-family: "FontAwesome";
    display: inline-block;
    content: "\f105";
    width: 10px;
    height: 10px;
    margin-left: 5px;
}

.pagination a:not(.goto):hover {
    background-color: #eee;
    color:#ec6c00;
}

.pagination a.cur,
.pagination a.cur:hover {
    background-color:#3ab3c4;
    color: #fff;
    border-color:#3ab3c4;
    margin-right: 1px
}

.pagination a.disabled {
    background-color: #e6e6e6 !important;
    color: #bbb !important;
    cursor: no-drop
}

.pagination .prev {
    border-radius: 5px 0 0 5px;
}

.pagination .next {
    border-radius: 0 5px 5px 0;
}

.content>p{
    font-size:18px;
}
.about-c {
    text-align: center;
}

/*.case-details p{
   font-size:16px !important;
   text-align: left !important;
   text-indent:2em !important;
   font-family: "微软雅黑" !important;
}
.case-details span{
   font-size:16px !important;
}
.case-details p:first-of-type{
 font-size:16px !important;
 text-align: left !important;

}
.case-details p:first-of-type span{
 font-size:16px !important;
}

.case-details img{
  display: block;
     margin:0 auto !important;
    }*/
	
	.friendlink .linkTagcs {
		float: left;
		color: #fff;
		line-height: 26px;
	}
	
	.friendlink::before {
		content: "友情链接：";
		list-style: none;
		font-style: normal;
		line-height: 27px;
		float: left;
		color: #fff;
	}
	
	.friendlink .linkTagcs {
		text-align: left;
		float: left;
		width: 181px;
		max-height: 30px;
		overflow: hidden;
		transition: 0.3s all ease-in-out;
		line-height: 30px;
	}
	
	.friendlink .linkTagcs a {
		display: block;
		color: #fff;
		line-height: 27px;
	}
	
	.friendlink .linkTagcs:hover {
		max-height: 30px;
		overflow-x: hidden;
		overflow-y: auto;
	}