@charset "utf-8";

body {
  font-family: 'microsoft yahei', Arial;

  font-size: 16px;
}

* {
  margin: 0;

  padding: 0;
}

div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
img,
p,
dl,
dt,
dd,
ol,
th,
td {
  margin: 0px;

  padding: 0px;
}

li {
  list-style-type: none;
}

form,
input,
button,
option,
textarea,
select {
  margin: 0px;

  padding: 0px;
}

input,
button,
textarea,
select {
  font: 100% Tahoma, Helvetica, Arial, sans-serif;
}

span {
  font-family: 'microsoft yahei';
}

p {
  font-family: 'microsoft yahei';
}

a:link {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

th {
  font-weight: normal;
}

table {
  font-size: inherit;

  font: 100%;
}

img {
  border: none;
}

.clear:after {
  display: block;

  content: '';

  clear: both;
}

/*产品*/

.pro {
  width: 1200px;

  margin: 77px auto 0;
}

.pro:after {
  display: block;

  content: '';

  clear: both;
}

.pro .menu {
  width: 286px;

  float: left;

  border-radius: 10px;

  -webkit-border-radius: 10px;

  -moz-border-radius: 10px;

  background: #e4e4e4;

  padding-bottom: 24px;

  overflow: hidden;
}

.pro .menu .tit {
  width: 100%;

  height: 66px;

  padding-top: 30px;

  background: #207ed8;
}

.pro .menu .tit .iconfont {
  font-size: 42px;

  color: #ffffff;

  float: left;

  margin: 0 10px 0 60px;
}

.pro .menu .tit p {
  font-size: 20px;

  font-weight: bold;

  color: #ffffff;
}

.pro .menu .tit span {
  font-size: 16px;

  color: #7bd545;

  text-transform: uppercase;
}

.pro .menu ul {
  padding: 0 30px;

  margin-top: 30px;
}

.pro .menu ul li {
  height: 36px;

  line-height: 36px;

  padding-left: 54px;

  background: #ffffff;

  -ms-transition: all 0.3s;

  -webkit-transition: all 0.3s;

  -moz-transition: all 0.3s;

  transition: all 0.3s;

  border-radius: 10px;

  -webkit-border-radius: 10px;

  -moz-border-radius: 10px;

  margin-bottom: 14px;
}

.pro .menu ul li a {
  font-size: 15px;

  color: #666666;

  -ms-transition: all 0.3s;

  -webkit-transition: all 0.3s;

  -moz-transition: all 0.3s;

  transition: all 0.3s;
}

.pro .menu ul li span {
  margin-right: 10px;
}

.pro .menu ul li:hover,
.pro .menu ul li.on {
  background: #207ed8;
}

.pro .menu ul li:hover a,
.pro .menu ul li.on a {
  color: #ffffff;
}

.pro .menu ul .drop {
  padding-left: 47px;

  display: none;
}

.pro .menu ul .drop a {
  display: block;

  padding-left: 17px;

  height: 36px;

  line-height: 36px;

  background: #ffffff;

  border-radius: 10px;

  -webkit-border-radius: 10px;

  -moz-border-radius: 10px;

  margin-bottom: 14px;

  color: #666666;

  -ms-transition: all 0.3s;

  -webkit-transition: all 0.3s;

  -moz-transition: all 0.3s;

  transition: all 0.3s;
}

.pro .menu ul .drop a:hover {
  background: #207ed8;

  color: #ffffff;
}

.pro .menu ul .drop span {
  margin-right: 14px;
}

.pro .menu .info {
  padding: 0 30px;

  margin-top: 46px;

  text-align: center;
}

.pro .menu .info .contact {
  margin-bottom: 22px;

  width: 226px;
}

.pro .menu .info p {
  font-size: 22px;

  color: #3d3d3d;
}

.pro .menu .info p span {
  color: #cfcfcf;

  margin: 0 8px;
}

.pro .menu .info a {
  display: block;

  width: 143px;

  height: 37px;

  line-height: 37px;

  text-align: center;

  background: #207ed8;

  border-radius: 10px;

  -webkit-border-radius: 10px;

  -moz-border-radius: 10px;

  margin: 16px auto 0;

  color: #ffffff;

  font-weight: bold;

  font-size: 16px;
}

.pro .list {
  width: 870px;

  float: right;
}

.pro .list .tit {
  height: 55px;

  border-bottom: 1px solid #f2f2f2;
}

.pro .list .tit ul {
  float: left;
}

.pro .list .tit ul li {
  display: inline-block;

  font-size: 18px;

  color: #3d3d3d;

  line-height: 55px;

  height: 55px;
}

.pro .list .tit ul li a {
  color: #3d3d3d;
}

.pro .list .tit .more {
  display: block;

  width: 85px;

  height: 25px;

  border-radius: 10px;

  -webkit-border-radius: 10px;

  -moz-border-radius: 10px;

  float: right;

  background: #207ed8;

  color: #ffffff;

  line-height: 25px;

  text-align: center;

  font-size: 12px;

  margin-top: 15px;
}

.pro .list .list_cont ul {
  margin: 0 -10px;
}

.pro .list .list_cont ul li {
  width: 276px;

  height: 239px;

  float: left;

  margin: 15px 10px;

  text-align: center;
}

.pro .list .list_cont ul li .photo {
  display: block;

  width: 276px;

  height: 186px;

  border-radius: 10px;

  -webkit-border-radius: 10px;

  -moz-border-radius: 10px;

  overflow: hidden;
}

.pro .list .list_cont ul li .photo img {
  width: 100%;

  height: 100%;
}

.pro .list .list_cont ul li .name {
  font-size: 14px;

  color: #666666;

  line-height: 48px;
}

.pro .list .list_cont ul li .line {
  width: 100%;

  height: 5px;

  background: #f2f2f2;
}

.pro .list .list_cont ul li .line span {
  display: block;

  height: 5px;

  width: 0;

  -ms-transition: all 0.5s;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  transition: all 0.5s;
}

.pro .list .list_cont ul li:hover .line span {
  width: 100%;

  background: #207ed8;
}

/*案例*/

.case {
  padding: 40px 0;

  width: 100%;

  background: #f2f2f2;

  margin-top: 70px;
}

.case .cont {
  width: 1200px;

  margin: 0 auto;

  overflow: hidden;
}

.case .cont:after {
  display: block;

  content: '';

  clear: both;
}

.case .title {
  border-bottom: 1px solid #dddddd;

  padding: 10px 0;
}

.case .title:after {
  display: block;

  content: '';

  clear: both;
}

.case .title .tit {
  float: left;

  min-width: 160px;
}

.case .title .tit span {
  float: left;

  display: block;

  width: 40px;

  height: 40px;

  border: 1px solid #3d3d3d;

  border-radius: 50%;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  text-align: center;

  line-height: 40px;

  margin-right: 10px;
}

.case .title .tit .iconfont {
  font-size: 20px;
}

.case .title .tit p {
  font-size: 16px;

  color: rgba(61, 61, 61, 0.5);

  text-transform: uppercase;
}

.case .title .tit h3 {
  font-size: 20px;

  color: #3d3d3d;

  font-weight: bold;
}

.case .title a {
  display: block;

  width: 85px;

  height: 25px;

  border-radius: 10px;

  -webkit-border-radius: 10px;

  -moz-border-radius: 10px;

  float: right;

  background: #207ed8;

  color: #ffffff;

  line-height: 25px;

  text-align: center;

  font-size: 12px;

  margin-top: 11px;
}

.case ul li {
  width: 276px;

  height: 239px;

  float: left;

  margin: 24px 16px;

  text-align: center;
}

.case ul li .photo {
  display: block;

  width: 276px;

  height: 186px;

  border-radius: 10px;

  -webkit-border-radius: 10px;

  -moz-border-radius: 10px;

  overflow: hidden;
}

.case ul li .photo img {
  width: 100%;

  height: 100%;
}

.case ul li .name {
  font-size: 14px;

  color: #666666;

  line-height: 48px;
}

.case ul li .line {
  width: 100%;

  height: 5px;

  background: #ffffff;
}

.case ul li .line span {
  display: block;

  height: 5px;

  width: 0;

  -ms-transition: all 0.5s;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  transition: all 0.5s;
}

.case ul li:hover .line span {
  width: 100%;

  background: #207ed8;
}

/*关于我们*/

.about {
  width: 1200px;

  margin: 40px auto 0;
}

.about:after {
  display: block;

  content: '';

  clear: both;
}

.about .title {
  border-bottom: 1px solid #dddddd;

  padding: 10px 0;

  margin-bottom: 25px;
}

.about .title:after {
  display: block;

  content: '';

  clear: both;
}

.about .title .tit {
  float: left;

  min-width: 160px;
}

.about .title .tit span {
  float: left;

  display: block;

  width: 40px;

  height: 40px;

  border: 1px solid #3d3d3d;

  border-radius: 50%;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  text-align: center;

  line-height: 40px;

  margin-right: 10px;
}

.about .title .tit .iconfont {
  font-size: 20px;
}

.about .title .tit p {
  font-size: 16px;

  color: rgba(61, 61, 61, 0.5);

  text-transform: uppercase;
}

.about .title .tit h3 {
  font-size: 20px;

  color: #3d3d3d;

  font-weight: bold;
}

.about .title a {
  display: block;

  width: 85px;

  height: 25px;

  border-radius: 10px;

  -webkit-border-radius: 10px;

  -moz-border-radius: 10px;

  float: right;

  background: #207ed8;

  color: #ffffff;

  line-height: 25px;

  text-align: center;

  font-size: 12px;

  margin-top: 11px;
}

.about .photo {
  width: 331px;

  height: 215px;

  font-size: 0;

  border-radius: 10px;

  -webkit-border-radius: 10px;

  -moz-border-radius: 10px;

  overflow: hidden;

  float: left;
}

.about .photo img {
  width: 100%;

  height: 100%;
}

.about .txt {
  width: 830px;

  float: right;

  font-size: 14px;

  color: #666666;

  line-height: 38px;

  padding-top: 20px;

  text-indent: 2em;
}

/*新闻*/

.news {
  width: 100%;

  padding: 40px 0;

  background: #f2f2f2;

  margin-top: 60px;
}

.news .cont {
  width: 1232px;

  margin: 0 auto;
}

.news .cont:after {
  display: block;

  content: '';

  clear: both;
}

.news dl {
  width: 378px;

  float: left;

  margin: 0 16px;
}

.news dl .title {
  padding: 17px 0;
}

.news dl .title:after {
  display: block;

  content: '';

  clear: both;
}

.news dl .title p {
  font-size: 14px;

  color: rgba(61, 61, 61, 0.5);

  text-transform: uppercase;

  float: left;
}

.news dl .title p span {
  font-size: 18px;

  color: #3d3d3d;

  font-weight: bold;

  margin-right: 6px;
}

.news dl .title a {
  display: block;

  width: 85px;

  height: 25px;

  border-radius: 10px;

  -webkit-border-radius: 10px;

  -moz-border-radius: 10px;

  float: right;

  background: #207ed8;

  color: #ffffff;

  line-height: 25px;

  text-align: center;

  font-size: 12px;
}

.news dl dt {
  width: 100%;

  height: 184px;

  border-radius: 10px;

  -webkit-border-radius: 10px;

  -moz-border-radius: 10px;

  overflow: hidden;

  margin-bottom: 18px;
}

.news dl dt img {
  width: 100%;

  height: 100%;
}

.news dl dd {
  height: 42px;

  line-height: 42px;

  border-bottom: 1px dashed #bbbbbb;

  display: list-item;

  list-style: inside disc;

  color: #666666;

  font-size: 12px;
}

.news dl dd a {
  font-size: 15px;

  color: #666666;

  -ms-transition: all 0.3s;

  -webkit-transition: all 0.3s;

  -moz-transition: all 0.3s;

  transition: all 0.3s;
}

.news dl dd a:hover {
  color: #207ed8;
}

.news dl dd span {
  font-size: 15px;

  color: #666666;

  float: right;
}

/*底部*/

.footer {
  background: #333333;

  padding: 20px 0;

  text-align: center;
}

.footer ul li {
  display: inline-block;

  font-size: 12px;

  color: #b3b3b3;
}

.footer p,
.footer a {
  line-height: 24px;

  font-size: 12px;

  color: #b3b3b3;
}

.paper {
  width: 1200px;

  margin: 40px auto;

  min-height: 500px;
}

.paper:after {
  display: block;

  content: '';

  clear: both;
}

/*侧导航*/

.side {
  width: 286px;

  float: left;

  border-radius: 10px;

  -webkit-border-radius: 10px;

  -moz-border-radius: 10px;

  background: #e4e4e4;

  padding-bottom: 24px;

  overflow: hidden;
}

.side .tit {
  width: 100%;

  height: 66px;

  padding-top: 30px;

  background: #207ed8;
}

.side .tit .iconfont {
  font-size: 42px;

  color: #ffffff;

  float: left;

  margin: -31px 10px 0 60px;
}

.side .tit p {
  font-size: 20px;

  font-weight: bold;
  margin-top: -20px;
  color: #ffffff;
}

.side .tit span {
  font-size: 16px;

  color: #7bd545;

  text-transform: uppercase;
}

.side ul {
  padding: 0 30px;

  margin-top: 30px;
}

.side ul li {
  height: 36px;

  line-height: 36px;

  padding-left: 16px;

  background: #ffffff;

  -ms-transition: all 0.3s;

  -webkit-transition: all 0.3s;

  -moz-transition: all 0.3s;

  transition: all 0.3s;

  border-radius: 10px;

  -webkit-border-radius: 10px;

  -moz-border-radius: 10px;

  margin-bottom: 14px;
}

.side ul li a {
  font-size: 15px;

  color: #666666;

  -ms-transition: all 0.3s;

  -webkit-transition: all 0.3s;

  -moz-transition: all 0.3s;

  transition: all 0.3s;
}

.side ul li span {
  margin-right: 10px;
}

.side ul li:hover,
.side ul li.on {
  background: #207ed8;
}

.side ul li:hover a,
.side ul li.on a {
  color: #ffffff;
}

.side .side_drop .drop {
  padding-left: 47px;

  display: none;
}

.side .side_drop .drop a {
  display: block;

  padding-left: 17px;

  height: 36px;

  line-height: 36px;

  background: #ffffff;

  border-radius: 10px;

  -webkit-border-radius: 10px;

  -moz-border-radius: 10px;

  margin-bottom: 14px;

  color: #666666;

  -ms-transition: all 0.3s;

  -webkit-transition: all 0.3s;

  -moz-transition: all 0.3s;

  transition: all 0.3s;
}

.side .side_drop .drop a:hover {
  background: #207ed8;

  color: #ffffff;
}

.side .side_drop .drop span {
  margin-right: 14px;
}

.side .info {
  padding: 0 30px;

  margin-top: 46px;

  text-align: center;
}

.side .info .contact {
  margin-bottom: 22px;

  width: 226px;
}

.side .info p {
  font-size: 22px;

  color: #3d3d3d;
}

.side .info p span {
  color: #cfcfcf;

  margin: 0 8px;
}

.side .info a {
  display: block;

  width: 143px;

  height: 37px;

  line-height: 37px;

  text-align: center;

  background: #207ed8;

  border-radius: 10px;

  -webkit-border-radius: 10px;

  -moz-border-radius: 10px;

  margin: 16px auto 0;

  color: #ffffff;

  font-weight: bold;

  font-size: 16px;
}

/*面包屑导航*/

.navigation {
  width: 100%;

  height: 59px;

  line-height: 59px;

  border-bottom: 1px solid #f2f2f2;
}

.navigation:after {
  display: block;

  content: '';

  clear: both;
}

.navigation span {
  float: left;

  font-size: 20px;

  color: #3d3d3d;
}

.navigation span:before {
  display: block;

  width: 3px;

  height: 16px;

  background: #3d3d3d;

  content: '';

  float: left;

  margin: 21px 14px 0 0;
}

.navigation p {
  float: right;

  font-size: 12px;

  color: #666666;
}

.navigation p a {
  color: #666666;
}

.navigation p span {
  color: #207ed8;
}

.product,
.page,
.news_list,
.detail {
  width: 869px;

  float: right;
}

/*产品列表*/

.product ul {
  margin: 20px -10px 0;
}

.product ul li {
  width: 276px;

  height: 354px;

  float: left;

  margin: 15px 10px;

  text-align: center;
}

.product ul li .photo {
  display: block;

  width: 276px;

  height: 302px;

  border-radius: 10px;

  -webkit-border-radius: 10px;

  -moz-border-radius: 10px;

  overflow: hidden;
}

.product ul li .photo img {
  width: 100%;

  height: 100%;

  /* object-fit: contain; */
}

.product ul li .name {
  font-size: 14px;

  color: #666666;

  line-height: 48px;
}

.product ul li .line {
  width: 100%;

  height: 5px;

  background: #f2f2f2;
}

.product ul li .line span {
  display: block;

  height: 5px;

  width: 0;

  -ms-transition: all 0.5s;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  transition: all 0.5s;
}

.product ul li:hover .line span {
  width: 100%;

  background: #207ed8;
}

/*新闻列表*/

.news_list ul li {
  height: 143px;
  overflow: hidden;
  padding: 19px 0;

  border-bottom: 1px dashed #c3c3c3;
}

.news_list ul li .photo {
  width: 170px;

  height: 109px;

  float: left;
}

.news_list ul li .photo img {
  width: 100%;

  height: 100%;
}

.news_list ul li .txt {
  margin-left: 208px;
}

.news_list ul li .txt .name {
  font-size: 16px;

  color: #484848;

  line-height: 46px;

  font-weight: bold;
}

.news_list ul li .txt .name:hover {
  color: #207ed8;
}

.news_list ul li .txt span {
  font-size: 14px;

  color: #666666;

  float: right;

  line-height: 46px;
}

.news_list ul li .txt p {
  font-size: 14px;

  color: #838181;

  line-height: 30px;

  margin-bottom: 10px;
}

.news_list ul li .txt .more {
  font-size: 12px;

  color: #484848;
}

/*翻页*/

.pagination {
  width: 100%;

  margin: 30px 0;

  text-align: center;
}

.pagination:after {
  display: block;

  content: '';

  clear: both;
}

.pagination a {
  display: inline-block;

  margin-right: 5px;

  padding: 0 5px;

  min-width: 16px;

  height: 22px;

  line-height: 22px;

  border: 1px #999 solid;

  background: #fff;

  -ms-transition: all 0.3s;

  -webkit-transition: all 0.3s;

  -moz-transition: all 0.3s;

  transition: all 0.3s;

  color: #545454;
}

.pagination a:hover,
.pagination a.on {
  background: #207ed8;

  border: 1px #207ed8 solid;

  color: #fff;
}

.page .cont {
  margin-top: 30px;

  line-height: 26px;
}

/*详情页*/

.detail .view {
  padding: 30px 20px;

  box-sizing: border-box;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;
}

.detail .view h1 {
  text-align: center;

  font-size: 22px;

  font-weight: 500;

  line-height: 40px;

  height: 40px;
}

.detail .photo {
  width: 100%;

  margin: 20px 0;

  line-height: 0;

  text-align: center;
}

.detail .photo img {
  max-width: 100%;
}

.detail .view .date {
  border-bottom: 1px solid #e8e8e8;

  font-size: 14px;

  text-align: center;

  height: 32px;

  line-height: 32px;

  color: #666666;
}

.detail .view .date span {
  margin: 0 10px;
}

.detail .viewbox {
  font-size: 14px;

  line-height: 26px;

  text-indent: 2em;

  margin-top: 30px;
}

.detail .pager {
  width: 100%;

  margin: 20px auto;
}

.detail .pager p {
  width: 100%;

  height: 32px;

  font-size: 12px;

  color: #777;

  overflow: hidden;
}

.detail .pager a {
  color: #777;
}

.detail .pager a:hover {
  color: #207ed8;

  text-decoration: underline;
}

/*表单*/

.form {
  width: 100%;

  padding-top: 55px;
}

.form_tit {
  width: 100%;

  text-align: center;
}

.form_tit .p1 {
  font-size: 36px;

  color: #efefef;

  text-transform: uppercase;
}

.form_tit .p2 {
  font-size: 24px;

  color: #333333;

  height: 68px;

  line-height: 68px;
}

.form_tit .p3 {
  width: 800px;

  height: 43px;

  line-height: 43px;

  background: #efefef;

  margin: 0 auto;

  font-size: 12px;

  color: #9c9c9c;
}

.layui-form {
  width: 830px;

  margin: 50px auto 0;
}

.layui-form td span {
  font-size: 16px;

  color: #333333;

  margin: 0 15px;

  float: left;

  line-height: 46px;
}

.layui-form table {
  width: 100%;
}

.layui-form td {
  width: 50%;

  padding-bottom: 25px;

  position: relative;
}

.layui-form td input {
  height: 46px;

  text-indent: 25px;

  font-size: 16px;

  line-height: 46px;

  border-radius: 5px;

  background: none;

  outline: none;

  border: 1px solid #cccccc;

  width: 264px;
}

.layui-form .new input {
  width: 674px;
}

.layui-form td .s1 {
  color: red;

  float: right;

  margin-right: 10px;
}

.layui-form textarea {
  resize: none;

  border: 1px solid #cccccc;

  border-radius: 5px;

  width: 670px;

  padding: 5px;

  outline: none;

  background: none;

  height: 153px;
}

.form ul {
  width: 100%;

  text-align: center;
}

.form ul li {
  display: inline-block;

  width: 120px;

  height: 35px;

  line-height: 35px;

  margin: 0 15px;
}

.form ul li input {
  width: 100%;

  height: 100%;
}

/* all */

::-webkit-input-placeholder {
  color: #dedede;
}

::-moz-placeholder {
  color: #dedede;
}

/* firefox 19+ */

:-ms-input-placeholder {
  color: #dedede;
}

/* ie */

input:-moz-placeholder {
  color: #dedede;
}

/* individual: webkit */

.form td input::-webkit-input-placeholder {
  color: #dedede;
}

.form td input::-webkit-input-placeholder {
  color: #dedede;
}

.form td input::-webkit-input-placeholder {
  color: #dedede;
}

/* individual: mozilla */

.form td input::-moz-placeholder {
  color: #dedede;
}

.form td input::-moz-placeholder {
  color: #dedede;
}

.form td input::-moz-placeholder {
  color: #dedede;
}

/*地图*/

.map {
  width: 100%;

  height: 400px;

  margin-top: 30px;
}

.BMap_bubble_title {
  color: #cc5522;

  font-size: 14px;

  font-weight: bold;

  overflow: hidden;

  padding-right: 13px;

  white-space: nowrap;
}

.BMap_bubble_content {
  font: 12px arial, sans-serif;

  overflow: visible;

  padding-top: 4px;

  white-space: -moz-pre-wrap;

  word-wrap: break-word;
}

/*悬浮*/

.float {
  width: 200px;

  position: fixed;

  right: -150px;

  transition: all 0.5s;

  top: 20%;

  z-index: 100;
}

.float ul li {
  position: relative;

  width: 100%;

  min-height: 50px;

  line-height: 50px;

  background: #207ed8;

  border-radius: 5px;

  margin-bottom: 3px;

  cursor: pointer;
}

.float ul li span {
  display: block;

  width: 50px;

  height: 50px;

  float: left;

  text-align: center;

  margin-right: 10px;
}

.float ul li .iconfont {
  color: #ffffff;

  font-size: 30px;
}

.float ul li .icon-huidingbu {
  font-size: 20px !important;
}

.float ul li p {
  font-size: 18px;

  color: #ffffff;
}

.float ul li .wx {
  width: 90px;

  height: 0px;

  margin-left: 60px;

  overflow: hidden;

  padding-bottom: 0;

  transition: all 0.5s;
}

.float:hover {
  right: 0;
}

.float:hover .wx {
  height: 90px;

  padding-bottom: 10px;
}

.head-top {
  width: 100%;

  height: 35px;

  line-height: 35px;

  overflow: hidden;
}

.head-top h4 {
  display: inline-block;

  font-size: 14px;

  font-family: 'Microsoft YaHei';

  color: #999999;
}

.head-top p {
  display: inline-block;

  float: right;

  font-size: 14px;

  font-family: 'Microsoft YaHei';

  color: #666666;

  text-transform: uppercase;
}

.head-top p i {
  color: #2a2a2a;

  font-size: 14px;

  margin-right: 5px;
}

.head-top p span {
  font-size: 14px;

  font-family: 'Microsoft YaHei';

  color: #4978bc;

  font-weight: bold;

  margin-left: 5px;
}

.head .head-box {
  height: 114px;
}

.head .head-box .logo {
  float: left;

  margin-top: 12px;

  display: inline-block;
}

.head .head-box .logo img {
  margin-top: 10px;

  display: inline-block;
}

.head .head-box .dh {
  padding-top: 20px;

  width: 250px;

  float: right;
}

.head .head-box .dh img {
  display: inline-block;

  vertical-align: middle;

  padding-right: 15px;
}

.head .head-box .dh .text {
  padding-left: 15px;

  border-left: 1px solid #dcdcdc;

  display: inline-block;

  vertical-align: middle;
}

.head .head-box .dh .text p {
  font-size: 20px;

  font-family: 'Microsoft YaHei';

  color: #333333;

  font-weight: bold;
}

.head .head-box .dh .text p span {
  color: #ff8e42;
}

.head .nav {
  background: url(../img/2_02.jpg);

  height: 46px;

  line-height: 46px;

  overflow: hidden;
}

.head .nav ul li {
  display: inline-block;

  text-align: center;

  width: 12.19%;
}

.head .nav ul li a {
  font-size: 16px;

  color: #ffffff;

  display: inline-block;
}

.head .nav ul .on a {
  color: #ffd800;
}

.head .nav ul li:hover a {
  color: #ffd800;
}

.banner {
  position: relative;

  width: 100%;

  height: 550px;

  overflow: hidden;

  min-width: 1200px;
}

.banner .bd {
  width: 100%;

  height: 100%;
}

.banner .bd ul li {
  position: relative;

  height: 550px;
}

.banner .bd ul li img {
  position: absolute;

  left: 50%;

  top: 50%;

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);
}

.banner .hd {
  position: absolute;

  bottom: 4%;

  left: 48%;
}

.banner .hd ul li {
  border-width: 2px;

  border-color: #ffffff;

  border-style: solid;

  border-radius: 50%;

  width: 10px;

  height: 10px;

  display: inline-block;
}

.banner .hd ul .on {
  border-radius: 50%;

  background-color: #207ed8;

  width: 12px;

  height: 12px;

  border-color: #207ed8;
}

.foot {
  background-color: #3b3b3b;

  width: 100%;

  height: 180px;
}

.foot .f-nav {
  width: 350px;

  float: left;

  padding-top: 40px;
}

.foot .f-nav .f-tit {
  margin-bottom: 25px;
}

.foot .f-nav .f-tit h4 {
  display: inline-block;

  font-size: 20px;

  font-family: 'Microsoft YaHei';

  color: #ffffff;

  font-weight: bold;

  vertical-align: middle;
}

.foot .f-nav .f-tit h4 span {
  font-size: 16px;

  font-family: 'Microsoft YaHei';

  color: rgba(255, 255, 255, 0.302);

  font-weight: bold;

  margin: 0 10px;
}

.foot .f-nav .f-tit .link {
  background-color: #959595;

  width: 49px;

  height: 1px;

  display: inline-block;

  vertical-align: middle;
}

.foot .f-nav ul li {
  display: inline-block;

  margin-right: 35px;

  margin-bottom: 8px;
}

.foot .f-nav ul li a {
  font-size: 15px;

  font-family: 'Microsoft YaHei';

  color: #ffffff;

  line-height: 1;
}

.foot .f2 {
  float: left;

  width: 500px;

  margin-left: 200px;

  padding-top: 40px;
}

.foot .f2 p {
  font-size: 14px;

  font-family: 'Microsoft YaHei';

  color: #ffffff;

  text-transform: uppercase;

  line-height: 2.2;
}

.foot .f2 p span {
  color: #ffd200;

  font-size: 20px;

  font-weight: bold;
}

.foot .f2 h5 {
  font-size: 12px;

  font-family: 'Microsoft YaHei';

  color: rgba(255, 255, 255, 0.4);

  text-transform: uppercase;

  line-height: 2.5;
}

.foot .f2 h5 a {
  color: rgba(255, 255, 255, 0.4);
}

.foot .f3 {
  float: right;

  padding-top: 35px;
}

.foot .f3 img {
  width: 108px;

  height: 108px;
}

.head .cont {
  width: 1200px;

  margin: 0 auto;
}

.foot .cont {
  width: 1200px;

  margin: 0 auto;
}
