/*头部样式*/
.top {
  background-color: #e9e9e9;
  font: 12px/36px "微软雅黑";
  color: #666;
}

.k1 a {
  color: #666;
}

#header {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.logo {
  float: left;
  line-height: 130px;
  width: 264px;
}

.head-txt {
  padding-left: 15px;
  margin-top: 40px;
  font: 18px/24px "微软雅黑";
  color: #1a1919;
  width: 530px;
  position: relative;
}

.head-txt::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 54px;
  background-color: #104491;
  left: 0;
  top: -3px;
}

.k2 {
  padding-left: 55px;
  padding-top: 20px;
  margin-top: 40px;
  font: bold 28px/30px Arial;
  color: #eb3d00;
  background: url(../image/tel.png) left top no-repeat;
}

/*热门关键词*/
.search {
  background-color: #c6c6c6;
  padding: 15px 0;
}

.hotSearch {
  font: 12px/24px "微软雅黑";
  color: #333;
}

.hotSearch a {
  color: #333;
}

.hotSearch a+a::before {
  content: "、";
  margin-right: 6px;
}

/*搜索*/
#formsearch {
  width: 200px;
  background-color: #fff;
  border-radius: 20px;
  font-size: 0;
}

#formsearch input {
  background: none;
  border: none;
  line-height: 24px;
  height: 24px;
  outline: none;
}

#formsearch input#keyword {
  padding-left: 10px;
  width: 160px;
  font-size: 12px;
  color: #999;
}

#formsearch input#s_btn {
  width: 30px;
  cursor: pointer;
  font-size: 0;
  background: url(../image/ss.png) center no-repeat;
}

/*主体样式*/
#container {
  width: 1200px;
  margin: 0 auto;
  margin-top: 10px;
}

.article {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.v-article {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

/*----- Common css ------*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.di {
  _display: inline;
}

.fwn {
  font-weight: normal;
}

.dib {
  *display: inline;
  _zoom: 1;
  _display: inline;
  _font-size: 0px;
}





/*友情链接*/
.f_link,
.f_link a {
  text-align: center;
  font: 14px/2 "微软雅黑";
  color: rgba(205, 205, 205, .56);
}

/*页面底部*/
#footer {
  background-color: #104490;
  text-align: center;
  padding-bottom: 30px;
}

.nav_foot,
.nav_foot a {
  text-align: center;
  font: 15px/74px "微软雅黑";
  color: rgba(255, 255, 255, .48);
}

.copyright,
.copyright a {
  text-align: center;
  font: 14px/2 "微软雅黑";
  color: rgba(205, 205, 205, .56);
}

.nav_foot ul {
  margin: 0 auto;
  width: 1100px;
  height: 74px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.nav_foot ul li {
  width: 110px;
  height: 74px;
  text-align: center;
  line-height: 74px;
}

.nav_foot ul li a {
  display: block;
}

/*------------内页-------------------*/

.left {
  width: 225px;
}

.left .box {
  margin-bottom: 10px;
}

.left .box h3 {
  line-height: 50px;
  padding-left: 34px;
  background: #3480ce;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  position: relative
}

.left .box h3:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 20px;
  top: 16px;
  left: 15px;
  background: #fff
}

.left .box .content {
  padding: 5px 0px;
}

.prodescription {
  border: 1px solid #e5e5e5;
  background: #f9f9f9;
  line-height: 24px;
  padding: 10px;
  margin-bottom: 15px;
  text-indent: 20px;
}

.n_banner {
  width: 100%;
  height: 0;
  padding-bottom: 17%;
  position: relative;
  /* left: 50%;
  margin-left: -960px; */
}


.n_banner img {
  width: 100%;
}

.sort_menu h3 {
  background-color: #ececec;
  line-height: 28px;
  padding-left: 15px;
  font-weight: bold;
}

.sort_product {
  margin-top: 10px;
}

.sort_product h3 {
  background-color: #ececec;
  line-height: 28px;
  padding-left: 15px;
  font-weight: bold;
}

.n_contact {
  margin-top: 10px;
}

.n_contact h3 {
  background-color: #ececec;
  line-height: 28px;
  padding-left: 15px;
  font-weight: bold;
}

.n_contact .content {
  padding: 5px;
  line-height: 24px;
}

.right {
  width: 940px;
  padding-bottom: 10px;
}

.sitemp {
  border-bottom: 1px solid #eee;
}

.sitemp h2 {
  float: left;
  line-height: 40px;
  text-align: left;
  font-size: 16px;
  color: #333;
}

.sitemp .site {
  float: right;
  text-align: right;
  line-height: 40px;
}

.right .content {
  padding: 10px;
  padding-top: 15px;
  overflow: hidden;
  line-height: 24px;
}

.sort_album {
  margin-top: 15px;
}

/* black */
.black {
  text-align: center;
  font: 24px/1 "微软雅黑";
  color: #777;
  text-transform: uppercase;
}

.black span {
  display: block;
  font: bold 24px/42px "微软雅黑";
  color: #104491;
}

.black span::before {
  content: "";
  display: block;
  width: 142px;
  height: 1px;
  background-color: #777;
  margin: 7px auto 0;
}

/* z1 */
.z1 {
  margin-top: 28px;
}

.z1 .hd {
  display: flex;
  justify-content: center;
}

.z1 .hd li {
  width: 138px;
  text-align: center;
  margin: 0 0;
}

.z1 .hd li p {
  line-height: 130px;
}

.z1 .hd li a {
  display: block;
  font: 12px/18px "微软雅黑";
  color: #333;
}

.z1 .hd li.on a {
  color: #104491;
  font-weight: bold
}

.z1 .bd {
  margin-top: 33px;
}

.z1 .bd ul li {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  border: 3px solid #d8d8d8;
  border-bottom: none;
}

.z1 .bd ul li:nth-child(4n) {
  margin-right: 0;
}

.z1 .bd ul li img {
  width: 278px;
  height: 278px;
}

.z1 .bd ul li h3 {
  text-align: center;
  font: 16px/55px "微软雅黑";
  color: #333;
  background-color: #d8d8d8;
}

/* z2 */
.z2 {
  margin-top: 25px;
  padding-top: 60px;
  background: url(../image/z2.jpg) center top no-repeat;
  background-size: cover;
  /* height: 640px; */
}

.z2>h1 {
  text-align: center;
  color: #fff;
  font: bold 40px/1 "微软雅黑"
}

.z2>h1 span {
  color: #eb3d00;
}

.z2>h2 {
  text-align: center;
  font: bold 18px/38px "微软雅黑";
  color: #fff;
  text-transform: uppercase;
}

.z2-main {
  margin-top: 33px;
}

.z2-main ul {
  width: 300px;
}

.z2-main ul li {
  margin-bottom: 40px;
}

.z2-main ul li h3 {
  font: bold 20px/36px "微软雅黑";
  color: #fff;
}

.z2-main ul li h3 span {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  font: bold 16px/30px "微软雅黑";
  background-color: #eb3d00;
  border-radius: 100%;
  margin-right: 15px;
}

.z2-main ul li p {
  padding-left: 45px;
  font: 14px/2 "微软雅黑";
  color: #fff;
  opacity: .6;
}

.z2-mid {
  margin-left: 50px;
  width: 503px;
  text-align: center;
}

.ytt {
  text-align: center;
}

.ytt dd {
  color: #104490;
  font-size: 48px;
  font-weight: bold;
  padding-top: 45px;
}

.ytt dt {
  color: #5c5c5c;
  font-size: 17px;
  font-weight: lighter;
  margin-top: 10px;
}

.ybox1 {
  margin-top: 55px;
  /* height: 557px; */
  overflow: hidden;
}

.bt2 {
  font-weight: bold;
  color: #000000;
  font-size: 29px;
  margin-left: 20px;
}

.bt2 span {
  color: #104490;
}

.yleft {
  width: 542px;
  margin-left: 70px;
  margin-top: 35px;
}


.ys1 {
  color: #000000;
  font-size: 15px;
  margin-top: 20px;
  line-height: 27px;
  height: 170px;
  overflow: hidden;
}

/* 
.ycon {
  margin-bottom: 32px;
} */

/* .ybox2 .yleft {
  margin: 17px 0 0 60px;
  width: 525px;
} */

/* .ybox2 .ys1 {
  margin-left: 20px;
} */

/* .dz{width: 563px;height: 38px;line-height: 38px;color: #f4d6d6;font-size: 18px;text-align: center;font-weight: lighter;background: url(http://www.smttouch.com/template/default/images/bj3.png) no-repeat top center;} */

/* z3 */
.z3 {
  padding-top: 55px;
  background: url(../image/z3.png) center top no-repeat;
  background-size: cover;
}

.z3>h1 {
  text-align: center;
  font: bold 31px/1 "微软雅黑";
  color: #fff;
}

.z3>h1 span {
  display: block;
  font: 14px/45px "微软雅黑"
}

.z3-main {
  margin-top: 95px;
}

.z3-left {
  margin-left: 45px;
  width: 440px;
  height: 300px;
  overflow: hidden;
}

.z3-right {
  width: 600px;
  margin-right: 65px;
}

.z3-right h2 {
  font: 60px/1 "宋体";
  color: rgba(235, 61, 0, .42);
  text-transform: uppercase;
}

.z3-right h2 span {
  display: block;
  font: bold 20px/1.6 "微软雅黑";
  color: #104490;
}

.z3-txt {
  font: 14px/34px "微软雅黑";
  color: #333;
  margin-top: 15px;
}

.z3-right>a {
  display: inline-block;
  width: 126px;
  text-align: center;
  margin-top: 35px;
  margin-right: 20px;
  font: 14px/36px "微软雅黑";
  color: #fff;
  background-color: #eb3d00;
}

.z3-right>a.pit {
  background-color: #333;
}

/* z4 */
.z4 {
  margin-top: 10px;
}

.z4-main {
  margin-top: 20px;
}

.z4-main .bd {
  overflow: hidden;
}

.z4-main .bd li {
  float: left;
  margin-right: 24px;
}

.z4-main .bd li img {
  width: 282px;
  height: 243px;
}

.z4-main .bd li h3 {
  text-align: center;
  font: 14px/42px "微软雅黑";
  color: #333;
}

.z4-main .prev,
.z4-main .next {
  position: absolute;
  cursor: pointer;
  top: calc(141px - 18px);
  left: -24px;
}

.z4-main .next {
  transform: scale(-1);
  left: auto;
  right: -24px;
}

/* z5 */
.z5 {
  margin-top: 50px;
}

.z5 h1 {
  font: bold 18px/1 "微软雅黑";
  color: #333;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.z5 h1 span {
  text-transform: uppercase;
  margin-left: 10px;
  font-size: 12px;
  color: #777;
  font-weight: normal;
}

.z5 h1 a {
  float: right;
}

.z5-left {
  width: 380px;
}

.z5-left img {
  width: 380px;
  /*height: 350px;*/
}

.z5-left h3 {
  padding-left: 15px;
  font: 14px/56px "微软雅黑";
  color: #333;
  background-color: #e9eef1;
  position: relative;
}

.z5-left h3::after {
  content: "";
  position: absolute;
  z-index: 10;
  width: 56px;
  height: 56px;
  background: url(../image/z5Arr.png) center no-repeat #104490;
  right: 0;
  top: 0;
}

.z5-mid {
  margin-left: 50px;
  width: 330px;
}

.z5-mid li {
  margin-top: 39px;
}

.z5-mid li>a {
  font: 14px/1 "微软雅黑";
  color: #333;
}

.z5-mid li p {
  font: 14px/30px "微软雅黑";
  color: #777;
}

.z5-mid li p::after {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background-color: #d01721;
  margin-top: 5px;
  margin-bottom: 12px;
}

.z5-mid li span {
  font: 12px/1 "微软雅黑";
  color: #777;
}

.z5-right {
  width: 330px;
}

.z5-right ul {
  margin-top: 20px;
}

.z5-right ul li a {
  display: block;
  font: 12px/51px "微软雅黑";
  color: #333;
}

.z5-right ul li a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 2px;
  background-color: #d01721;
  vertical-align: middle;
  margin-right: 10px;
}

.z5-right ul li+li a {
  border-top: 1px solid #e4e4e4;
}

.z5-right ul li a span {
  float: right;
  font-size: 12px;
  line-height: 51px;
  color: #777;
}

/* z6 */
.z6 {
  margin-top: 45px;
  background-color: #235399;
}

.z6 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 15px 0;
}

.z6 ul li {
  display: flex;
  flex: 1;
  color: #fff;
}
.z6 ul li p>img{
  min-width: 41px;
}
.z6 ul li:first-child >div> span{
  font-size: 12px;
}

.z6 ul li p {
  min-width: 76px;
  text-align: center;
}

.z6 ul li div {
  position: relative;
  padding-left: 18px;
  font: 15px/1.5 "微软雅黑";
}

.z6 ul li div span {
  display: block;
}

.z6 ul li div::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 38px;
  background-color: #fff;
  left: 0;
  top: 5px;
}

.z6 ul li:nth-child(2) div span {
  font-weight: bold;
  font-size: 22px;
}

.tr {
  height: 41px;
  line-height: 41px;
}

.td {
  padding-left: 7px;
  font-size: 16px;
  font-family: '宋体';
  font-weight: normal;
  text-decoration: none;
}

.mc span {
  color: #2086ee;
}

.lmc {
  text-indent: 2em;
  font-family: '微软雅黑', '宋体', '黑体', Arial, sans-serif;
  font-size: 14px;
  line-height: 2em;
}


/* 地图 */
.iw_poi_title {
  color: #CC5522;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap
}

.iw_poi_content {
  font: 12px arial, sans-serif;
  overflow: visible;
  padding-top: 4px;
  white-space: -moz-pre-wrap;
  word-wrap: break-word
}