﻿html {
  margin: 0;
  padding: 0;
  border: 0;
}
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  background: #fff;
  color: #666;
  position: relative;
  font: 14px/2 Microsoft YaHei, arial, 宋体, sans-serif;
  vertical-align: baseline;
  width: 100%;
  overflow-x: hidden;
}
a {
  text-decoration: none;
  outline: none;
  color: #666;
}
a:link {
  color: #666;
}
a:hover,
a:active,
a:focus {
  color: #e87518;
  text-decoration: none;
  outline: none;
}

input {
  padding: 0;
  margin: 0;
  font-family: "Microsoft YaHei";
}
img {
  border: none;
  background: none;
  vertical-align: middle;
}
ul,
ol,
li {
  list-style-type: none;
}
select,
input,
img,
select {
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table,
th,
td {
  vertical-align: middle;
}

.com-img {
  display: inline;
  overflow: hidden;
  margin: 0 auto;
  display: table;
}
.com-img img {
  transition: all 0.5s ease-in 0s;
  -webkit-transition: all 0.5s ease-in 0s;
  -moz-transition: all 0.5s ease-in 0s;
  -o-transition: all 0.5s ease-in 0s;
  overflow: hidden;
}
.com-img:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  overflow: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}
.clearboth {
  height: 0px;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  font-size: 0px;
}

h1,
h2,
h3,
h4 {
  font-size: 12px;
  font-weight: bold;
}
hr {
  border: 0;
  border-top: 1px solid #ccc;
  height: 0;
}

/*公用样式*/
.wt {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}
.wt_t {
  width: 1200px;
  margin: 0 auto;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0px;
}

.fl {
  float: left;
}
.fr {
  float: right;
}
.di {
  _display: inline;
}
.fwn {
  font-weight: normal;
}
.dib {
  *display: inline;
  _zoom: 1;
  _display: inline;
  _font-size: 0px;
}

/*头部*/
.kk1 {
  color: #333;
  font-size: 12px;
  line-height: 51px;
}
.kk1 a {
  color: #333;
  font-size: 12px;
  line-height: 51px;
}

/*热门搜索*/
.soso {
  height: 51px;
}
#formsearch {
  float: right;
  background: url(../images/sou.png) no-repeat center;
  width: 202px;
  height: 51px;
}
.hotSearch {
  float: left;
  height: 51px;
  line-height: 51px;
  font-weight: normal;
  color: #333;
  font-size: 12px;
}
.hotSearch a {
  margin-right: 6px;
  color: #333;
  font-size: 12px;
}

/*搜索和热门搜索*/
#formsearch input {
  height: 51px;
  background: none;
  border: none;
  line-height: 51px;
  outline: none;
  width: 145px;
}
#formsearch input#keyword {
  height: 51px;
  line-height: 51px;
  padding-left: 14px;
  color: #333;
  font-size: 12px;
}
#formsearch input#s_btn {
  width: 46px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background-color: none;
  color: #333;
  border: none;
  cursor: pointer;
  font-size: 0px;
}
#formsearch input::placeholder {
  color: #333;
}
.com-img {
  display: inline;
  overflow: hidden;
  margin: 0 auto;
  display: table;
}
.com-img img {
  transition: all 0.5s ease-in 0s;
  -webkit-transition: all 0.5s ease-in 0s;
  -moz-transition: all 0.5s ease-in 0s;
  -o-transition: all 0.5s ease-in 0s;
  overflow: hidden;
}
.com-img:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  overflow: hidden;
}

.hh2 {
  height: 114px;
}
.logo {
  float: left;
  line-height: 114px;
}

/*<!--{* 产品中心 *}-->*/

/*切换滚动*/
.chan {
  text-align: center;
  margin-top: 45px;
  position: relative;
}
.chan:hover .l_btn,
.chan:hover .r_btn {
  display: block;
}
.l_btn,
.r_btn {
  position: absolute;
  cursor: pointer;
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  border-radius: 50%;
  display: none;
}
.l_btn {
  left: 0px;
  background: url(../images/next1.png) #ddd no-repeat center;
}
.r_btn {
  right: 0px;
  background: url(../images/next1.png) #ddd no-repeat center;
  transform: rotate(180deg);
}

.l_btn:hover {
  background: url(../images/next1.png) #666 no-repeat center;
}
.r_btn:hover {
  background: url(../images/next1.png) #666 no-repeat center;
}

.twt {
  float: left;
}
.twt li a.img {
  display: block;
  width: 206px;
}
.twt li a.img img {
  display: block;
  width: 206px;
  height: 160px;
}
.twt li {
  float: left;
  overflow: hidden;
  margin: 0 20px;
  width: 206px;
  position: relative;
}
.twt li h3 {
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  height: 25px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.twt li h3 a {
  font-weight: 400;
  display: block;
  color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 25px;
}
#m_demo {
  overflow: hidden;
  width: 88%;
  margin: 0 auto;
}
#m_indemo {
  float: left;
  width: 800%;
}
#m_demo1 {
  float: left;
}
#m_demo2 {
  float: left;
}

.tui1 {
  float: left;
  width: 780px;
  height: 390px;
  position: relative;
}
.tui1 img {
  width: 780px;
  height: 390px;
}
.tuitt {
  position: absolute;
  color: #b7975a;
  font-size: 39px;
  right: 60px;
  top: 135px;
  z-index: 99999;
  text-shadow: -1px 1px 5px #fff;
}

.tui2 {
  float: right;
  width: 384px;
  height: 390px;
  position: relative;
}
.tui2 img {
  width: 384px;
  height: 390px;
}

/*滚动*/
#demo {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
#indemo {
  float: left;
  width: 800%;
}
#demo1 {
  float: left;
}
#demo2 {
  float: left;
}
.anls {
  width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
  border-top: 1px solid #e5e5e5;
}
.product_list3 {
}
.product_list3 li {
  float: left;
  margin-right: 38px;
  margin-bottom: 38px;
  _display: inline;
  position: relative;
  width: 376px;
  height: 248px;
}
.product_list3 li a.img {
}
.product_list3 li a.img img {
  width: 376px;
  height: 248px;
}
.product_list3 li h3 {
  text-align: center;
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: url(../images/h3.png) no-repeat center top;
  height: 40px;
  color: #fff;
}
.product_list3 li h3 a {
  font-weight: normal;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
}
.product_list3 li a.img {
  display: block;
}
.product_list3 li a.img:hover {
  border-color: #b99562;
}

#demo {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
#indemo {
  float: left;
  width: 800%;
}
#demo1 {
  float: left;
}
#demo2 {
  float: left;
}

/*<!--{* 关于我们 *}-->*/
.ab {
  margin-top: 60px;
  background: url(../images/ab.png) no-repeat center top;
  height: 518px;
  overflow: hidden;
}
.abtt {
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
}
.abtt2 {
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 36px;
  margin-top: 35px;
}
.abnr {
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  width: 980px;
  margin: 0 auto;
  margin-top: 35px;
  line-height: 28px;
  height: 200px;
  overflow: hidden;
}

.more {
  text-align: center;
}
.more a {
  display: inline-block;
  width: 146px;
  height: 44px;
  background-color: #b7975a;
  color: #ffffff;
  line-height: 44px;
  margin-top: 40px;
  font-size: 14px;
}

/*<!--{* 新闻资讯 *}-->*/
.nn_ll .owl-carousel {
  position: relative;
  padding-bottom: 5%;
}
.nn_ll {
  margin-top: 55px;
}
.nn_ll li {
  width: 364px;
  height: 360px;
  border: 1px solid #ececec;
  position: relative;
}
.nn_ll li a.img {
  display: block;
  border-bottom: 1px solid #ececec;
}
.nn_ll li a.img img {
  display: block;
  width: 364px;
  height: 180px;
}
.nn_ll li .time {
  position: absolute;
  background: url(../images/tt1.png) no-repeat center top;
  width: 70px;
  height: 78px;
  top: 49px;
  left: 24px;
  z-index: 99999;
}
.nn_ll li:hover .time {
  background: url(../images/tt2.png) no-repeat center top;
  width: 70px;
  height: 78px;
}

.nn_ll li .time dt {
  color: #000000;
  font-size: 20px;
  line-height: 42px;
  text-align: center;
  font-weight: 400;
}
.nn_ll li .time dd {
  color: #fff;
  font-size: 12px;
  line-height: 36px;
  text-align: center;
  font-weight: 400;
}

.nn_ll li .ddc {
  position: absolute;
  background: #fff;
  width: 330px;
  height: 193px;
  top: 49px;
  z-index: 99999;
  left: 17px;
  top: 156px;
  padding: 30px 24px;
  overflow: hidden;
}
.nn_ll li .ddc h3 a {
  color: #333333;
  font-size: 16px;
}
.nn_ll li .ddc h3 {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
}
.nn_ll li .ddc span {
  color: #666666;
  font-size: 12px;
  display: block;
  margin-top: 10px;
  line-height: 28px;
  height: 84px;
  overflow: hidden;
}
.nn_ll li .ddc:hover h3 a {
  color: #b7975a;
  font-size: 16px;
}

.nn_ll .owl-carousel .owl-dots {
  position: absolute;
  z-index: 999;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 0;
  bottom: 0%;
}
.nn_ll .owl-carousel .owl-dots button.owl-dot {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin: 0 0.5em;
  outline: none;
  background: #cfcfcf;
  width: 0.8em;
  height: 0.8em;
}

.nn_ll .owl-carousel .owl-dots button.owl-dot:hover {
  background: #b7975a;
}

.nn_ll .owl-carousel .owl-dots button.owl-dot.active {
  background: #b7975a;
}

@media (max-width: 990px) {
  .nn_ll .owl-carousel .owl-dots button.owl-dot {
    font-size: 12px;
  }
}

/*<!--{* 友情链接 *}-->*/
.x-link {
  margin-top: 35px;
  color: #2b2b2b;
  font-size: 14px;
}
.x-link a {
  color: #333333;
  font-size: 14px;
}
.x-link .protts {
  color: #2b2b2b;
  font-size: 16px;
  padding-left: 15px;
  padding-bottom: 0;
}
.x-link .protts:after {
  width: 92px;
  background: #333;
}

/*<!--{* 通栏 *}-->*/
.dff {
  background: #101010;
  overflow: hidden;
  padding: 40px 0 20px;
  margin-top: 20px;
}

.dd1 {
  float: left;
  width: 350px;
  margin-right: 85px;
  margin-top:48px;
}
.ddtt {
  color: #ffffff;
  font-size: 18px;
  height: 33px;
}
.daonr {
  color: #909090;
  font-size: 14px;
  line-height: 35px;
  margin-top: 20px;
}
.daonr a {
  color: #909090;
  font-size: 14px;
  line-height: 35px;
  padding-right: 10px;
}
.daonr a:hover {
  color: #b7975a;
}

.daonr2 {
  color: #909090;
  font-size: 14px;
  line-height: 35px;
  margin-top: 20px;
}
.daonr2 li {
  width: 50%;
  float: left;
}
.daonr2 a {
  color: #909090;
  font-size: 14px;
  line-height: 35px;
}

.dd2 {
  float: left;
  width: 368px;
  margin-right: 85px;
  margin-left: 60px;
  color: #fff;
  font-size: 17px;
}
.dd3 {
  float: right;
  margin-top: 20px;
}

.top {
  background: #514d4c;
  line-height: 30px;
  color: #fff;
  font-size: 13px;
}

.top a {
  color: #fff;
  font-size: 13px;
}

.zixun a {
  display: inline-block;
  position: relative;
  padding-right: 2px;
}

.zixun a .wecode {
  position: absolute;
  left: 0;
  top: 30px;
  display: none;
}

.zixun a:hover .wecode {
  display: block;
}

.head {
  background: url(../images/top.jpg) no-repeat center top;
  height: 120px;
}

.logo-text {
  color: #fff;
  font-style: italic;
  font-size: 18px;
  line-height: 32px;
  padding-top: 26px;
}

.logo-text p {
  color: #fda101;
}

.phone {
  color: #fff;
  margin-top: 25px;
  margin-left:115px;
}

.menu {
  background: #0066cb;
  height: 40px;
  line-height: 40px;
}

.slideTxtBox {
  margin-top: 40px;
}

.slideTxtBox .c1-1 ul {
  text-align: center;
  width: 100%;
  overflow: hidden;
}

.slideTxtBox .c1-1 ul li {
  width: 200px;
  height: 50px;
  float: left;
  position: relative;
  line-height: 50px;
  font-size: 16px;
  color: #666;
  border-bottom: 2px solid transparent;
}
.slideTxtBox .c1-1 ul li:after {
  width: 1px;
  height: 16px;
  background: #666;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
}
.slideTxtBox .c1-1 ul li.li5:after {
  display: none;
}

.slideTxtBox .c1-1 ul li.on {
  color: #1e50ae;
  border-color: #1e50ae;
}

.slideTxtBox .c1-2 {
  margin-top: 42px;
}

.slideTxtBox .c1-2 ul li {
  width: 250px;
  float: left;
  margin: 0 25px;
  margin-bottom: 25px;
}

.slideTxtBox .c1-2 ul li img {
  width: 250px;
  height: 250px;
}

.slideTxtBox .c1-2 ul li a p {
  color: #666;
  font-size: 14px;
  line-height: 42px;
  text-align: center;
}
.slideTxtBox .c1-2 ul li:hover a p {
  color: #1e50ae;
}
.pro {
  margin-top: 0px;
}
.prott {
  text-align: center;
}

.shebei-img {
  position: relative;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
}

.shebei-img .content {
  position: absolute;
  width: 1100px;
  left: 50%;
  margin-left: -550px;
  top: 140px;
  color: #fff;
  font-size: 19px;
}

.shebei-img .content p {
  width: 20%;
  float: left;
  text-align: right;
}

.honor {
  width: 1200px;
  margin: 0 auto;
}

.about {
  margin-top: 50px;
}
.about .content {
  margin-top: 50px;
}
.aimg {
  width: 635px;
}

.acontent {
  width: 502px;
  background: url(../images/abg.png) no-repeat center top;
  padding-top: 50px;
  color: #666;
  font-size: 14px;
  line-height: 30px;
  min-height: 408px;
}

.acontent h3 {
  font-size: 18px;
  line-height: 35px;
}

.acontent a {
  position: relative;
  width: 130px;
  height: 32px;
  color: #1e50ae;
  font-size: 16px;
  border: 1px solid #1e50ae;
  border-radius: 5px;
  display: block;
  text-align: center;
  margin-top: 30px;
}
.acontent a .acode {
  position: absolute;
  bottom: 32px;
  left: 0;
  display: none;
}

.acontent a:hover .acode {
  display: block;
}

.service {
  margin-top: 50px;
}
.service .prott {
  margin-bottom: 50px;
}
.service-left {
  width: 555px;
  float: left;
  color: #646361;
  font-size: 18px;
  line-height: 2;
}

.service-right {
  width: 628px;
  float: right;
}

.service-left h3 {
  font-size: 30px;
  text-align: center;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 15px;
}

.news {
  margin-top: 40px;
}

.protts {
  color: #1e50ae;
  font-size: 32px;
  border-bottom: 1px solid #666;
  position: relative;
  line-height: 50px;
  padding-bottom: 10px;
  font-weight: 400;
}

.protts:after {
  content: "";
  position: absolute;
  width: 135px;
  height: 4px;
  background: #1e50ae;
  bottom: -2px;
  left: 0;
}

.news_dl {
  width: 566px;
  float: left;
  margin: 5px 23px 5px 10px;
}

.news_dl dd {
  width: 120px;
  float: left;
  margin-right: 10px;
}
.news_dl dd img {
  width: 120px;
  height: 120px;
}

.news_dl dt {
  width: 436px;
  float: right;
}

.news_dl dt h3 a {
  display: block;
  position: relative;
  color: #666;
  font-size: 14px;
  line-height: 26px;
}

.news_dl dt h3 a:hover {
  color: #333;
}

.news_dl dt h3 a span {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  font-weight: 400;
}

.news_dl dt p {
  padding-top: 5px;
  font-size: 12px;
  color: #797979;
  line-height: 22px;
  font-weight: 400;
}

.news .content {
  margin-top: 15px;
}

.news-list1 {
  width: 1020px;
  float: right;
}
.news-list1 li {
  width: 480px;
  float: left;
  margin-right: 30px;
  background: #f5f5f5;
  padding: 8px 5px 5px 10px;
  margin-bottom: 20px;
}

.news-list1 li:nth-child(2n) {
  margin-right: 0;
}

.news-list1 li a {
  display: block;
  position: relative;
  color: #666;
  font-size: 14px;
  line-height: 27px;
  padding-left: 28px;
}

.news-list1 li a:after {
  content: "问";
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background: #1e50ae;
  font-size: 13px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 2px;
  border-radius: 50%;
}

.news-list1 li p {
  margin: 5px 0;
  color: #808080;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  padding-left: 28px;
}

.news-list1 li p:after {
  content: "答";
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background: #faa62a;
  font-size: 13px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 2px;
  border-radius: 50%;
}
.cjwd {
  margin-top: 36px;
}
.cjwt-title {
  color: #333;
  font-size: 32px;
  float: left;
}

.cjwt-title p {
  font-weight: 400;
  color: #999;
  font-size: 18px;
  margin-top: 10px;
}

.contactbg {
  background: url(../images/contactbg.jpg) no-repeat center top;
  padding-top: 100px;
  margin-top: 50px;
}

.contact1 {
  width: 1106px;
  margin: 0 auto;
}

.contact-left {
  width: 490px;
  height: 380px;
  float: left;
  background: #fff;
  box-shadow: 0 0 10px #ccc;
  border-radius: 20px;
  padding: 20px 45px;
  box-sizing: border-box;
}

.contact-right {
  width: 490px;
  height: 380px;
  float: right;
  background: #fff;
  box-shadow: 0 0 10px #ccc;
  border-radius: 20px;
  margin-right: 30px;
  padding: 45px;
  box-sizing: border-box;
}

.contact-left li {
  border-bottom: 1px solid #1e50ae;
  height: 102px;
  padding-top: 26px;
  box-sizing: border-box;
}

.contact-left li img {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 12px;
}
.contact-left li h3 {
  margin-left: 12px;
  font-weight: 400;
  font-size: 20px;
  color: #1e50ae;
}

.contact-left li h3 p {
  color: #000;
  font-size: 16px;
  line-height: 30px;
}

#message-form1 .text-input {
  margin-bottom: 20px;
}
#message-form1 .text-input input {
  width: calc(100% - 50px);
  border: 1px solid #e6e6e6;
  background: #fff;
  outline: none;
  font-size: 14px;
  color: #ccc;
  line-height: 36px;
  padding-left: 10px;
  margin-left: 18px;
}
#message-form1 .text-area {
  margin-bottom: 10px;
}
#message-form1 .text-code #checkcode {
  border: 1px solid #e6e6e6;
  background: #fff;
  outline: none;
  font-size: 14px;
  color: #ccc;
  line-height: 36px;
  padding-left: 10px;
  width: 120px;
}
#message-form1 .text-code .btn1 {
  width: calc(100% - 230px);
  max-width: 128px;
  height: 28px;
  border-radius: 14px;
  background: #007abe;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  float: right;
  border: none;
  outline: none;
}

#message-form1 .text-input input.btn1 {
  width: 80%;
  background: #5ab4ff;
  height: 45px;
  line-height: 45px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  border: none;
  display: block;
  margin-top: 20px;
}

.dff {
}
.foot_link {
  text-align: center;
  margin-bottom: 30px;
}
.foot_link a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 0 48px;
}

.ddff {
  color: #8b919d;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  margin-top: 50px;
}

.ddff a {
  color: #8b919d;
  font-size: 14px;
}
