body {
  font-size: 13px;
  color: #808080;
  height: 100%;
  position: relative;
}
p {
  margin: 0
}
h1,
h2,
h3 {
  color: #444;
  font-weight: 500;
}
::-webkit-selection {
  color: #fff;
  background: #D61919;
}
::-moz-selection {
  color: #fff;
  background: #D61919;
}
::selection {
  color: #fff;
  background: #D61919;
}
.margin-big-middle-bottom {
  margin-bottom: 30px;
}
.margin-big-middle-top {
  margin-top: 20px;
}
a {
  color: #808080;
  text-decoration: none
}
a:focus,
a:hover {
  color: #D61919;
}
.layout {
  overflow-x: hidden
}
footer .layout {
  overflow: visible
}
.nav a:hover {
  color: #D61919
}
.border-main:hover {
  color: #fff;
  background: #D61919;
  border-color: #D61919;
}
.blankbig {
  height: 50px;
  line-height: 50px;
  clear: both;
  font-size: 0;
  background: transparent
}
h2,
h3 {
  font-size: 22px;
  line-height: 100%
}
/* 增加间隔 */
/*顶部导航 begin*/
#fh5co-header .nav li a {
  color: #434343;
  padding: 0 18px;
  font-size: 18px
}
#fh5co-header .nav li a:hover {
  color: #D61919
}
#fh5co-header .tel {
  line-height: 20px;
  color: #808080;
  font-size: 14px
}
/*顶部导航 end*/
/* 底部  begin*/
footer {
  background: #252525;
  color: #595959;
}
footer a {
  color: #666;
}
footer .footlink {
  padding-top: 40px;
}
footer .footlink ul li {
  line-height: 24px;
}
footer .footlink h3 {
  color: #ccc;
  font-size: 18px;
  height: 39px;
  line-height: 34px;
  width: 230px;
  margin-bottom: 15px;
}
footer .footlink ul li a {
  color: #595959;
  font-size: 14px;
}
footer .footlink ul li a:hover {
  color: #b1b7bc;
}
@media screen and (min-width: 1000px) {
  footer .footlink .about-box {
    width: 270px;
  }
}
footer .copyright {
  background: #181818;
  color: #595959;
}
footer .copyright ul {
  color: #595959;
}
footer .copyright ul li {
}
footer .copyright ul li a:hover {
  color: #D61919;
}
footer .copyright ul li a {
  color: #595959;
  padding: 0px;
  margin: 0px 5px 0 0;
  line-height: 22px
}
/* 底部  end*/
/*首页轮换图片 begin*/
.flexslider a:active,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider {
  margin: 0;
  padding: 0;
  position: relative
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.flex-control-nav {
  position: absolute;
  bottom: 15px;
  z-index: 2;
  width: 100%;
  text-align: center;
}
.flex-direction-nav {
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 50%;
}
.flex-direction-nav li a {
  display: block;
  width: 50px;
  height: 96px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  margin-top: -48px;
  text-indent: -999em
}
/* display:none隐藏左右按钮 */
.flex-direction-nav li a.flex-prev {
  left: 3%;
  display: none
}
.flex-direction-nav li a.flex-next {
  right: 3%;
  display: none
}
.flex-direction-nav li a.flex-next:hover {
  display: none
}
.flex-direction-nav li a.flex-prev:hover {
  display: none
}
#fh5co-about-us h2 {
  font-size: 18px;
  color: #444
}
#fh5co-about-us p {
  font-size: 14px
}
#fh5co-about-us .border-radius {
  margin: 0 10px 0 10px;
}
#fh5co-why-us .show-content {
  overflow: hidden;
  padding-top: 40px;
}
#fh5co-why-us .show-content .banner-img {
  overflow: hidden
}
#fh5co-why-us .show-content .banner-img img {
  max-width: 100%
}
#fh5co-why-us .show-content .item-text {
  padding: 80px 10px 15px 0;
  font-size: 16px;
  color: #444;
}
#fh5co-why-us .show-content .item-text table td {
  vertical-align: middle;
  padding-bottom: 54px
}
#fh5co-why-us .show-content .item-text table tr:last-child td {
  padding-bottom: 0
}
#fh5co-why-us .show-content .item-text table td.tdpad {
  padding-left: 15px
}
#fh5co-comment-list .bg-comment {
  background-image: url("../images/comment_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0 30px;
}
#fh5co-comment-list .container {
}
#fh5co-comment-list .show-list {
  position: relative;
  margin: 0 -15px !important
}
#fh5co-comment-list .show-list .item {
  background: #FFF;
  padding: 10px 10px;
  position: relative;
  margin: 0 10px;
  height: 247px;
}
#fh5co-comment-list .show-list .item .media-img {
  overflow: hidden;
}
#fh5co-comment-list .show-list .item .media-img img {
  height: 160px;
  width: 95%;
  transition: transform 1s ease 0s;
}
#fh5co-comment-list .show-list .item .media-img img:hover {
  transition: transform 1s ease 0s;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
#fh5co-comment-list .show-list .item .signature {
  color: #444;
  font-size: 14px;
  padding: 15px 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#fh5co-comment-list .show-list .item .signature a {
  cursor: pointer;
  color: #444
}
#fh5co-comment-list .owl-theme .owl-controls {
  margin-top: 40px;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #D61919
}
#fh5co-news-list .media-left {
  height: 78px;
  width: 78px;
  margin-right: 20px;
}
#fh5co-news-list .media:hover .media-left {
  background: #252525;
  color: #fff;
}
#fh5co-bottom-info .show-list {
  padding-top: 50px;
}
#fh5co-bottom-info .show-list .item1 {
  margin-right: 35px;
}
#fh5co-bottom-info .show-list .item .media-img {
  overflow: hidden
}
#fh5co-bottom-info .show-list .item .media-img img {
  max-width: 100%
}
#fh5co-bottom-info .show-list .item h3 {
  font-size: 18px;
  margin: 20px 0;
}
#fh5co-bottom-info .show-list .item h3 a {
  color: #444
}
#fh5co-bottom-info .show-list .item h3 a:hover {
  color: #E60012
}
#fh5co-bottom-info .show-list .item p {
  color: #808080;
  font-size: 14px;
  line-height: 24px
}
/* 内页 begin*/
#fh5co-content_show .nav li {
  width: 20%;
  margin-bottom: 10px;
  display: inline-table;
  padding: 0;
  color: #808080;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}
#fh5co-content_show .nav li a {
  background: #FFF;
  font-size: 14px;
  color: #808080;
  padding: 1px 1px;
}
#fh5co-content_show .nav li a:hover {
  font-size: 18px;
  font-weight: 600;
  color: #ff5000;
}
#fh5co-content_show .show_body {
  color: #444
}
#fh5co-content_show .show_body a {
  color: #1589B0;
  text-decoration: underline;
}
#fh5co-content_show .show_body a:hover {
  text-decoration: none
}
#fh5co-content_show .detail img {
  height: auto !important;
  max-width: 100%;
  vertical-align: middle;
}
#fh5co-content_show .detail img {
}
#fh5co-content_show .detail p {
  text-indent: 0;
  font-size: 18px;
  margin: 20px;
}
#fh5co-content_show .full-screen-en-title {
  font-size: 30px
}
/*分页*/
/*上下页*/
/*价格*/
#fh5co-content_show .show_list h2.n-title {
  border-bottom: 1px solid #ddd;
  box-shadow: 0 1px 3px rgba(26, 26, 26, .2);
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  padding-left: 10px;
}
#fh5co-content_show .article-media img {
  display: block;
  width: 100px;
  height: 90px;
}
#fh5co-content_show .article-media li {
}
#fh5co-content_show .article-media .media {
  padding: 0 5px 0 5px;
}
#fh5co-content_show .article-media .media-body h3 a {
  line-height: 24px;
  color: #666;
  font-size: 14px;
}
#fh5co-content_show .article-media .media-body h3 a:hover {
  color: #D61919;
  text-decoration: underline;
}
@media (min-width: 1000px) and (max-width: 1199px) {
  footer .footlink .about-box {
    width: 220px;
  }
}
@media screen and (max-width: 760px) {
  #fh5co-header .nav li a {
    padding: 12px 0px 12px 15px !important;
    border-bottom: 1px solid #F2F2F2
  }
  #fh5co-header img {
    height: 50px;
  }
  #fh5co-header #header-box_id .margin-big-top {
    margin: 0
  }
  .flex-direction-nav {
    display: none
  }
  .flex-control-nav {
    display: none
  }
  #fh5co-bottom-info .show-list .item {
    margin-bottom: 30px;
  }
  #fh5co-bottom-info .show-list .item1 {
    margin-right: 0;
  }
  .line-big {
    display: block
  }
}
.more {
  border: solid 2px #E60012;
  background: transparent;
  border-radius: 0;
  font-size: 16px;
  padding: 5px 25px;
  margin: 0;
  display: inline-block;
  line-height: 30px;
  color: #E60012
}
.more-back {
  background: #E60012;
  font-size: 14px;
  padding: 5px 25px;
  margin: 0;
  display: inline-block;
  line-height: 20px;
  color: #FFF
}
.bottom-border {
  border-top: 1px solid #D3D3D3;
}
.kuaikuai {
  box-shadow: 0 1px 3px rgba(26, 26, 26, .2);
  margin-bottom: 20px;
}
.float-left img {
  height: inherit;
}
.ggtb {
  width: 50px;
  height: 40px;
  background: url(/zdmsl_templets/images/gg.png) left center no-repeat;
}
.header-box.fixed.fixed-top {
  background-color: rgba(255, 255, 255, 1);
  width: 100%;
  z-index: 1100;
  border-bottom: 1px solid #D3D3D3;
}
.fixed-top {
  position: fixed;
  top: 0;
}
.resolvent h3 {
  font-size: 34px;
  color: #333;
  text-align: center;
  margin-bottom: 30px
}
#tags li {
  width: 199px;
  height: 68px;
  float: left;
  font-size: 22px;
  border: 1px solid #ccc;
  margin-left: -1px;
  text-align: center;
  line-height: 68px;
  cursor: pointer;
}
#tags li a {
  color: #333;
}
#tags li.selectTag a {
  color: #3cadfb;
}
.detail-baidu .image img {
  width: 380px;
  height: 380px
}
.detail-baidu .text .img-list li {
  margin-right: 20px;
  float: left
}
.detail-baidu .text .img-list li img {
  width: 172px;
  height: 70px
}
.partner h3 {
  font-size: 34px;
  color: #333;
  text-align: center;
  margin-bottom: 30px
}
.partner .img-list li {
  float: left
}
.partner .img-list span {
  width: 238px;
  height: 138px;
  border: 1px solid #e5e5e5;
  margin-left: -1px;
  margin-top: -2px
}
.pic {
  background-image: url("../images/pic.png");
}
.pic_38 {
  background-position: 249px -2px;
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
}
.pic_39 {
  display: block;
  background-position: -266px -2px;
  background-repeat: no-repeat;
  width: 18px;
  height: 16px;
  margin: 0 auto;
}
.pic_40 {
  display: block;
  background-position: -140px -17px;
  background-repeat: no-repeat;
  width: 18px;
  height: 16px;
  margin: 0 auto;
}
.plan-container {
  margin-top: 1px;
}
.plan-container table {
  font-size: 13px;
  border-collapse: collapse;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px
}
.plan-container table td {
  height: 40px;
  line-height: 40px;
  border: 1px solid #e5e5e5;
  text-align: center
}
.plan-container table th {
  text-align: center;
  width: 20%;
  height: 100px;
  color: #333;
  font-size: 30px;
  border: 1px solid #e5e5e5;
  text-indent: 10px;
  font-weight: normal;
}
.plan-container .price-container td {
  height: 110px;
  font-size: 18px
}
.plan-container .price-container td .btn {
  color: #fff;
  font-size: 14px;
  height: 40px;
  width: 134px;
  line-height: 30px;
  text-align: center;
  background: #3cadfb;
  cursor: pointer;
  border-radius: 0;
}
.proper-site p, .proper-site span {
  text-align: center;
}
.plan-container .feature-title {
  background: #eaf7ff
}
.sydxp {
  color: #4192E7 !important;
  display: unset;
  font-weight: 600;
}
.sydp {
  line-height: 60px;
}
.sydpp {
  font-size: 12px;
  color: #9E9E9E;
}
#jiage {
  height: unset;
  padding: unset;
  color: #2196F3;
  font-weight: 600;
  font-size: 17px;
  transition: all 1s cubic-bezier(.175, .885, .32, 1) 0s;
}
#jiage:hover {
  font-size: 18px;
}
.nbxydl {
  color: #ff5000;
  font-weight: 600;
  font-size: 22px;
}
@media screen and (max-width: 760px) {
  #jiage {
    width: unset;
  }
  .plan-container table th {
    text-indent: unset;
    font-size: 12px;
  }
  .plan-container table td {
    font-size: 12px !important;
    height: 55px !important;
  }
  .plan-container table tr {
    font-size: 12px !important;
  }
  .sydxp {
    line-height: unset;
    display: block;
  }
  .nbxydl {
    font-size: 12px;
  }
  .sydp {
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 20px;
  }
}