﻿@charset "utf-8";
/*------------reset-----------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video,input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: 微软雅黑,"arial","Microsoft YaHei","Helvetica Neue";
  color: #333;
  font-size: 16px;
}

input {
  font-family: 微软雅黑,"arial","Microsoft YaHei","Helvetica Neue";
  -webkit-appearance: none;
  outline: none;
  -webkit-outline: none;
}

input[type="radio"]:focus,input[type="checkbox"]:focus {
  outline: none;
  -webkit-outline: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul,li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input::-webkit-input-placeholder {
 /* WebKit browsers */
  font-size: 14px;
}

input:-moz-placeholder {
 /* Mozilla Firefox 4 to 18 */
  font-size: 14px;
}

input::-moz-placeholder {
 /* Mozilla Firefox 19+ */
  font-size: 14px;
}

input:-ms-input-placeholder {
 /* Internet Explorer 10+ */
  font-size: 14px;
}

textarea::-webkit-input-placeholder {
 /* WebKit browsers */
  font-size: 14px;
}

textarea:-moz-placeholder {
 /* Mozilla Firefox 4 to 18 */
  font-size: 14px;
}

textarea::-moz-placeholder {
 /* Mozilla Firefox 19+ */
  font-size: 14px;
}

textarea:-ms-input-placeholder {
 /* Internet Explorer 10+ */
  font-size: 14px;
}

a {
  text-decoration: none;
  outline: none;
  -webkit-outline: none;
}

a:focus {
  outline: none;
  -webkit-outline: none
}

a,button,input[type=submit],input[type=button] {
  cursor: pointer;
}

img {
  display: inline-block;
  border: none;
  max-width: 100%;
  max-height: 100%;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.icon {
  background: url(../img/mainbg.png) no-repeat;
}

.transition {
  transition: all 1s ease-out 0s;
  -webkit-transition: all 1s ease-out 0s;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.transcale:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transition: all 2s ease-out 0s;
}
::-webkit-scrollbar {
        width:6px;
        height:6px;
    }
::-webkit-scrollbar-track {
    display: none;
}
::-webkit-scrollbar-thumb {
    background:none;
    height:28px;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius:2em;
}
/*------------reset-----------------------------------------------------------------------------------*/


.viewmore {
  text-align: center;
  margin-top: 40px;
}

.more {
  display: inline-block;
  border: 1px solid #369aff;
  color: #369aff;
  text-align: center;
  font-size: 14px;
  padding: 6px 12px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
}

.more:hover {
  background: #369aff;
  color: #fff;
}

.btn {
  display: inline-block;
  padding: 0 20px;
  line-height: 34px;
  font-size:14px;
  border-radius:2px;
}
.btnc {
  margin-left:10px;
  background: #ececec;
  color: #808080;
}

.btnbg {
  background: #369aff;
  color:#fff;
}
.btnbg:hover {
  background: #50a6fd;
}
.btndanger{background:#fb4912;}
.btndanger:hover{background:#ff5521;}
.btnc:hover {
  background: #d8d8d8;
}
.w1200{width:1200px;margin:0 auto;}
.w1400 {
  max-width: 1400px;
  min-width: 1200px;
  margin: 0 auto;
}
.navbox{padding:25px 0;}
.logo {
  width: 15%;
  margin-right: 5%;
  float: left;
}

.logo img {
  vertical-align: middle;
}

.nav {
  float: left;
  width: 80%;
  margin:10px 0 0;
  padding: 0;
}

.nav>li {
  float: left;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 30px 0 0;
  position: relative;
}
.nav>li>a{padding:0;font-weight: bold;}

.nav>li>a:hover,.nav .on {
  background:none;
  color: #197bde;
}

.nav>li>a .caret {
  margin-left: 2px;
  vertical-align: -3px;
  border: none;
  width: 18px;
  height: 18px;
  background-image: url(../img/downarr.png);
  display: inline-block;
}

/* .nav>li:hover .caret{background-position: 0px -13px;} */
.nav .dropdown-menu li a {
  background: #fff;
  color: #333 !important;
  text-align: center;
  line-height: 30px;
}

.nav .dropdown-menu li a:hover {
  background: #197bde;
  color: #fff !Important;
}

.nav .dropdown-menu {
  position: absolute;
  top: 40px;
  width: 100%;
  left: 50%;
  z-index: 9999999;
  min-width: 160px;
  margin: 0 0 0 -80px;
  font-size: 14px;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-top: 2px solid #197bde;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  display: none;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.open > .dropdown-menu {
  display: block;
}

/* head_r */
.head_r {
  float: right;
  width: 25%;
  text-align: right;
}

.head_r li {
/* float:left; */
  display: inline-block;
  *zoom: 1;
  *display: inline;
  _zoom: 1;
  _display: inline;
  position: relative;
  text-align: left;
}

.head_r .hover {
  position: absolute;
  top: 80px;
  left: 50%;
  margin-left: -60px;
  width: 120px;
  height: 120px;
  background: #333;
  text-align: center;
  opacity: 0;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
}

.head_r .hover i {
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -10px;
  display: block;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent  transparent #333333 transparent;
}

.head_r .hover span {
  display: inline-block;
  width: 104px;
  height: 104px;
  background: url(../img/wx.jpg) center;
  margin-top: 8px;
}

.head_r .head_wb .hover span {
  background: url(../img/wb.jpg) center;
}

.head_r li:hover .hover {
  opacity: 1;
  top: 70px;
}

.head_tel p {
  font-size: 22px;
  /* font-family:宋体; */
  color: #ec870e;
  line-height: normal;
  font-weight: 600;
}

.head_tel .tel {
  margin-right: 15px;
  line-height: normal;
  margin-top: 20px;
  text-align: left;
}

.head_tel .tel span {
  font-size: 16px;
  background: url(../img/tel.png) no-repeat left center;
  padding-left: 30px;
}

.head_wx {
  margin: 0 15px 0 25px;
}

.head_wx,.head_wb {
/* margin-top:5px; */
}

.header .search-btn {
  width: 90px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  background: #14a83b;
  border: none;
  border-radius: 3px;
  margin-top: 20px;
  display: none;
}

.header .search-btn i {
  font-size: 14px;
  color: #ffffff;
  background: url(../img/search.png) no-repeat left center;
  padding-left: 25px;
}

.search-ph {
  display: none;
}

.titles-d {
  font-size: 30px;
  color: #525050;
  text-align: center;
  margin: 0 0 40px;
  font-weight: bold;
}

.title-d {
  font-size: 16px;
  line-height: 1.8;
  color: #996617;
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.txtf {
  color: #fff;
}


/*head-top*/
.h-top{ min-width: 1200px;height: 38px;line-height: 38px;background: #3c3c3c;font-size: 12px;color: #e0e0e0;overflow: hidden;}
.h-top .icon{width: 14px;height: 14px;margin: 14px 5px 0 0;vertical-align: top;display: inline-block;}
.h-top .icon-tel{background: url(../img/icotel.png) no-repeat;}
.h-top a,.h-top span{font-size:12px;color: #cccccc;cursor: pointer;}
.h-top a:hover{color: #ffffff;}
.h-top .fr a{float: left;}
.h-top .fr span{float: left;margin-left: 30px;}
.h-top .separator{float:left;margin: 14px 7px 0;width: 1px;height: 11px;background: #ccc;}


/* footer */
.footer {
    min-width: 1200px;
  background: #3c3c3c;
  padding: 12px 0 0;
}

 .footer p,.footer a,.foot_b {
  font-family: 宋体;
  font-size: 12px;
  color: #b7b7b7;
}

.foot_t {
  padding-bottom: 15px;
  border-bottom: 1px solid #d2d2d2;
}
.foot_b {
  padding: 10px 0;
  line-height: 1.4;
  text-align: center;
}
/* footer */


.flogo {
  text-align: center;
}

.flogo .slogan {
  font-size: 16px;
  color: #e2e2e2;
  margin-top: 10px;
  font-weight: 600;
}

.flogo img {
  max-width:180px;
}

/* floating_ck */
.floating_ck {
  position: fixed;
  right: 0px;
  bottom: 10%;
  z-index: 999;
  box-shadow: 0 0 10px rgba(0,0,0,.3);
}

.floating_ck dl {
  border-radius: 5px;
}

.floating_ck dl dd {
  position: relative;
  width: 68px;
  height: 68px;
  background-color: #525050;
  border-bottom: solid 1px #fff;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center 50%;
  background-size:40%;
  cursor: pointer;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
}

.floating_ck dl dd:hover,.floating_ck dl dd.on {
  background-color: #197bde;
  border-bottom: solid 1px #005f58;
  color: #fff;
}

.floating_left1 {
  position: absolute;
  left: 90px;
  width: 120px;
  height: 120px;
  top: 0;
  background-color: #197bde;
  border-bottom: solid 1px #005f58;
  opacity: 0;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  z-index:3;
}
.floating_ck dl dd:hover .floating_left1 {
  opacity:1;
  border:0;
  left:-130px;
}
.floating_tel{
  left: 0px;
  width: 140px;color:#fff;height:50px;line-height:50px;
  }
  
.floating_ck dl dd:hover .floating_tel {
  left:-150px;
}
.words {
  background-image: url(../img/zaixin.png);
}

.words a {
  color: #fff;
}

.quote {
  background-image: url(../img/tele_phone.png);
}

.qrcord {
  background-image: url(../img/erweima1.png);
  background-size:42% !important;
 background-position:center 30% !important;
}

.return {
  background-image: url(../img/fanhui.png);
}



.floating_ck dd span {
  color: #fff;
  display: block;
  padding-top: 45px;
  line-height: 18px;
  font-size: 14px;
}

.floating_ck dd span b {
  color: #fff;
  /* font-weight: bold; */
}


.floating_ewm i {
  background-image: url(../img/wx.jpg);
  display: block;
  width: 104px;
  height: 104px;
  margin: auto;
  margin-top: 7px;
  background-size: cover;
}