/* CSS Reset */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
img,
button {
    margin: 0;
    padding: 0;
    border: 0;
}

html {
    -webkit-text-size-adjust: none;
}

body {
    font-size: 12px;
    position: relative;
    *overflow-x: hidden;
    font-size: 62.5%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol,
ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    text-decoration: none;
    color: #666;
}

a:hover {
    color: #000;
    text-decoration: none;
}

a:focus {
    outline: 0px dotted;
}

a:focus,
input:focus {
    -moz-outline-style: none;
}

* {
    font-family: "微软雅黑", Microsoft YaHei, Arial;
    /*-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;*/
}

::selection {
    background: #0080c8;
    color: #fff;
}

::-moz-selection {
    background: #0080c8;
    color: #fff;
}

::-webkit-selection {
    background: #0080c8;
    color: #fff;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

/* 页头 */

.header {
    width: 100%;
    background: url(../images/hnavbg.png) center bottom #f2f2f2 no-repeat;
    position: relative;
    z-index: 99;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-box-shadow: 0px 0px 10px #333;
    -moz-box-shadow: 0px 0px 10px #333;
    box-shadow: 0px 0px 10px #333;
}

.header .header_top {
    width: 100%;
    background: #1a1a1a;
    height: 32px;
    line-height: 32px;
}

.header .header_top ul {
    width: 1000px;
    margin: auto;
    position: relative;
    color: #939393;
    overflow: hidden;
}

.header .header_top ul span {
    font-size: 14px;
}

.header .header_top ul li {
    color: #666;
}

.header .header_top ul li a {
    font-size: 12px;
    color: #939393;
    text-transform: uppercase;
    padding: 0 5px;
}

.header .header_top ul li a:hover {
    color: #fff;
}

.header .header_top ul li ol {
    display: inline-block;
    *display: -moz-inline-stack;
    zoom: 1;
    *display: inline;
    margin-left: 30px;
}

.header .header_top ul li ol * {
    display: inline-block;
    *display: -moz-inline-stack;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.header .header_top ul li ol a {
    width: 17px;
    height: 20px;
    background-image: url(../images/htopicon.png);
    background-repeat: no-repeat;
    margin-left: 5px;
    padding: 0;
}

.htel {
    background: url(../images/htelicon.png) left center no-repeat;
    padding-left: 20px;
    color: #999;
}

.hsina {
    background-position: 0px 0px;
}

.htxwb {
    background-position: 0px -34px;
}

.htxwx {
    background-position: 0px -71px;
}

.hsina:hover {
    background-position: 0px -108px;
}

.htxwb:hover {
    background-position: 0px -142px;
}

.htxwx:hover {
    background-position: 0px -179px;
}

.header .header_content {
    width: 1000px;
    height: 88px;
    margin: auto;
    position: relative;
}

.header .header_content .header_logo {
    display: block;
    width: 171px;
    height: 88px;
    float: left;
    background: url(../images/logo.png) left center no-repeat;
}

.header .header_nav {
    display: block;
    float: right;
    width: 730px;
    text-align: right;
    position: relative;
}

.header .header_nav * {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.header .header_nav li {
    position: relative !important;
    float: right;
}

.header .header_nav li a {
    display: block;
    text-transform: uppercase;
    text-align: left;
    overflow: hidden;
    position: relative;
    line-height: 88px;
}

.header .header_nav li a h1 {
    font-size: 16px;
    color: #bcbcbc;
}

.header .header_nav li a:hover h1 {
    color: #fff;
}

.header .header_nav li a.cur h1 {
    color: #fff;
}

/* 页尾 */

.footer {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #333;
    color: #666;
}

.footer .footer_content {
    width: 1000px;
    margin: auto;
    overflow: hidden;
    padding: 40px 0px 10px 0px;
}

.footer .footer_content ul {
    overflow: hidden;
    float: left;
    display: block;
}

.footer .footer_content ul * {
    font-family: Arial, "宋体";
}

.footer .footer_content ul h1 {
    font-size: 14px;
    color: #fff;
    font-family: "微软雅黑", Microsoft YaHei, Arial;
}

.footer .footer_content ul li {
    overflow: hidden;
    padding: 10px 0;
    line-height: 22px;
}

.footer .footer_content ul li a {
    font-size: 12px;
    color: #858585;
    display: block;
}

.footer .footer_content ul li a:hover {
    color: #fff;
}

.footer .footer_content ul strong {
    font-size: 22px;
}

.footer .footer_content ul strong i {
    font-style: normal;
    font-size: 12px;
    font-family: Arial;
    font-weight: normal;
    display: block;
}

.footer .footer_content ul.fcontact {
    overflow: hidden;
    width: 26%;
    float: right;
	background-repeat:no-repeat;
	background-position:40px top;
    padding-left: 180px;
    color: #999;
    font-size: 12px;
    border-left: #777 1px solid;
}

.footer .footer_content ul.fcontact div h3 {
    color: #FFF;
    font-family: Arial, "微软雅黑";
    padding: 10px 0;
}

.footer .footer_content ul.fcontact div.ficon {
    padding-top: 10px;
}

.footer .footer_content ul.fcontact div.ficon a {
    width: 17px;
    height: 20px;
    background-image: url(../images/htopicon.png);
    background-repeat: no-repeat;
    margin-right: 5px;
    display: inline-block;
    *display: -moz-inline-stack;
    zoom: 1;
    *display: inline;
}

.footer .footer_content ul.flink {
    width: 100%;
    border-top: #777 1px solid;
    clear: both;
    margin: 30px 0 0px 0;
    padding-top: 10px;
}

.footer .footer_content ul.flink a {
    font-size: 12px;
    margin-right: 20px;
    line-height: 40px;
    color: #999;
}

.footer .footer_content ul.flink a:hover {
    color: #fff;
}

.footer .fcopy {
    color: #666;
    background: #000;
    height: 35px;
    line-height: 35px;
}

.footer .fcopy li {
    text-transform: uppercase;
    width: 1000px;
    margin: auto;
}

.footer .fcopy li a {
    color: #666;
}

.footer .fcopy li a:hover {
    color: #fff;
}

.rtool {
    width: 65px;
    position: fixed;
    right: 5%;
    top: 40%;
    z-index: 90;
}

.rtool ul {
    display: block;
    overflow: hidden;
    padding: 0 5px;
}

.rtool ul a {
    display: block;
    background-image: url(../images/ricon.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    margin: auto;
    padding: 10px 14px;
    background-color: #333;
    border-top: #666 1px solid;
}

.rtool ul a.rqq {
    background-position: 16px 15px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    border-bottom: none !important;
}

.rtool ul a.rtel {
    background-position: 16px -30px;
}

.rtool ul a.rly {
    background-position: 16px -72px;
}

.rtool ul a.rwx {
    background-position: 16px -118px;
}

.rtool ul a.rtop {
    background-position: 16px -162px;
    -moz-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    border-bottom: #666 1px solid;
}

.rtool ul a.rqq:hover {
    background-position: -39px 15px;
}

.rtool ul a.rtel:hover {
    background-position: -39px -30px;
}

.rtool ul a.rly:hover {
    background-position: -39px -72px;
}

.rtool ul a.rwx:hover {
    background-position: -39px -118px;
}

.rtool ul a.rtop:hover {
    background-position: -39px -162px;
}

.rtool ul a span {
    display: none;
    background: #06C;
    padding: 10px;
    position: absolute;
    right: 70px;
    border-radius: 5px;
    color: #FFF;
    font-size: 14px;
    font-family: Arial;
    text-align: center;
}

.rtool ul a span img {
    display: block;
}

.rtool ul a:hover span {
    display: block;
}

.rtool ul a span:after,
.rtool ul a span:before {
    border: solid transparent;
    content: ' ';
    position: absolute;
    left: 100%;
}

.rtool ul a span:after,
.rtool ul a span:before {
    border-width: 5px;
    border-left-color: #06C;
    top: 46%;
}

.rtool ul a.rtel span {
    bottom: 150px;
    width: 200px;
    line-height: 40px;
}

.rtool ul a.rwx span {
    bottom: 10px;
}

.rtoolfixed {
    position: fixed;
    display: block;
}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 980px) {
    .nav_mobile {
        display: block !important;
    }
    .header {
        position: fixed;
        left: 0;
        top: 0;
        background: #f2f2f2;
        -webkit-box-shadow: 0px 0px 10px #666;
        -moz-box-shadow: 0px 0px 10px #666;
        box-shadow: 0px 0px 10px #666;
    }
	.header .header_content,.header .header_content .header_logo {
		height:68px!important;
	}
    .rtool,
    .header .header_top,
    .header .header_nav,
    .footer .footer_content ul {
        display: none;
    }
    .header .header_content,
    .footer .footer_content,
    .footer .fcopy li {
        width: 90%;
    }
 /*   .header .header_content .header_logo,
    .header .header_content {
        height: 100px;
    }*/
    .header .header_content .header_logo {
        background: url(../images/logo.svg) left 25px no-repeat;
        background-size: auto 55px;
        width: 250px;
    }
    .footer .footer_content {
        padding: 40px 0px;
    }
    .footer .footer_content ul.fcontact h3,
    .footer .footer_content ul.fcontact h3 * {
        color: #FFF;
    }
    .footer .footer_content ul.fcontact {
        display: block;
        width: 100%;
        float: none;
        background-repeat:no-repeat;
        background-position:center top!important;
        padding-left: 0px;
        padding-top: 140px;
        color: #999;
        font-size: 16px;
        border-left: none;
        text-align: center;
    }
    .footer .fcopy {
        height: auto;
        line-height: 20px;
        text-align: center;
        padding: 10px 0;
    }
    .clear130 {
        clear: both;
        height: 70px;
    }
    .f14 {
        font-size: 1.2em !important;
    }
}

@media screen and (max-width: 840px) {}

@media screen and (max-width: 736px) {}

@media screen and (max-width: 480px) {}

/* Font 文字排版 */

.f10 {
    font-size: 10px;
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f22 {
    font-size: 22px;
}

.f24 {
    font-size: 24px;
}

.f38 {
    font-size: 38px;
}

.fb {
    font-weight: bold;
}

.fn {
    font-weight: normal;
}

.lh150 {
    line-height: 150%;
}

.lh180 {
    line-height: 180%;
}

.lh200 {
    line-height: 200%;
}

.unl {
    text-decoration: underline;
}

.no-unl {
    text-decoration: none;
}

.border1 {
    border: #999 1px solid;
}

.border2 {
    border-left: #ccc 1px solid;
}

.border3 {
    border-bottom: #ccc 1px solid;
}

.border4 {
    border-top: #ccc 1px solid;
}

.border5 {
    border: #333 1px solid;
}

.border6 {
    border: #ccc 1px solid;
}

.border7 {
    border-right: #ccc 1px solid;
}

.border8 {
    border-left: #ff8a00 3px solid;
}

.border9 {
    border-left: #ccc 1px solid;
    border-top: #ccc 1px solid;
    border-right: #ccc 1px solid;
}

.border0 {
    border-bottom: #666 1px solid;
}

/* 定位 */

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.bc {
    margin-left: auto;
    margin-right: auto;
}

.fl {
    float: left;
    display: inline
}

.fr {
    float: right;
    display: inline;
}

.clear {
    clear: both;
}

.clear-l {
    clear: left;
}

.clear-r {
    clear: right;
}

.clear130 {
    clear: both;
}

.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block
}

* html .clearfix {
    height: 1%;
}

. Clearfix {
    display: block;
}

.vm {
    vertical-align: middle;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.pn {
    position: static;
}

.abs-right {}

.zoom {
    zoom: 1;
}

.hidden {
    visibility: hidden;
}

.none {
    display: none;
}

.block {
    display: block;
}

.in_block {
    display: inline-block;
}

.v_top {
    vertical-align: top;
}

.v_mid {
    vertical-align: middle;
}

.text_ind20 {
    text-indent: 2em;
}

.ov_hid {
    overflow: hidden
}

.one_lin {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    display: inline-block;
}

.two_lin {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    display: inline-block;
}

.nowrap {
    white-space: nowrap;
}

/* Width & Height */

.w20 {
    width: 20px;
}

.w30 {
    width: 30px;
}

.w50 {
    width: 50px;
}

.w60 {
    width: 60px;
}

.w65 {
    width: 65px;
}

.w70 {
    width: 70px;
}

.w80 {
    width: 80px;
}

.w85 {
    width: 85px;
}

.w90 {
    width: 90px;
}

.w95 {
    width: 95px;
}

.w100 {
    width: 100px;
}

.w110 {
    width: 110px;
}

.w120 {
    width: 120px;
}

.w140 {
    width: 140px;
}

.w150 {
    width: 150px;
}

.w190 {
    width: 190px;
}

.w200 {
    width: 200px;
}

.w250 {
    width: 250px;
}

.w300 {
    width: 300px;
}

.w320 {
    width: 320px;
}

.w350 {
    width: 350px;
}

.w360 {
    width: 360px;
}

.w370 {
    width: 370px;
}

.w380 {
    width: 380px;
}

.w400 {
    width: 400px;
}

.w450 {
    width: 450px;
}

.w500 {
    width: 500px;
}

.w540 {
    width: 540px;
}

.w545 {
    width: 545px;
}

.w600 {
    width: 600px;
}

.w640 {
    width: 640px;
}

.w700 {
    width: 700px;
}

.w740 {
    width: 740px;
}

.w760 {
    width: 760px;
}

.w765 {
    width: 765px;
}

.w770 {
    width: 770px;
}

.w800 {
    width: 800px;
}

.w950 {
    width: 950px;
}

.w980 {
    width: 980px;
}

.w1000 {
    width: 1000px;
}

.w1098 {
    width: 1098px;
}

.w {
    width: 100%;
}

.h {
    height: 100%;
}

.h18 {
    height: 18px;
}

.h20 {
    height: 20px;
}

.h30 {
    height: 30px;
}

.h40 {
    height: 40px;
}

.h50 {
    height: 50px;
}

.h70 {
    height: 70px;
}

.h80 {
    height: 80px;
}

.h135 {
    height: 135px;
}

.h200 {
    height: 200px;
}

/* 边距 */

.m5 {
    margin: 5px
}

.m10 {
    margin: 10px
}

.m15 {
    margin: 15px
}

.m30 {
    margin: 30px
}

.mtb120 {
    margin: 120px 0;
}

.mt-1 {
    margin-top: -1px
}

.mt-5 {
    margin-top: -5px
}

.mt5 {
    margin-top: 5px
}

.mt10 {
    margin-top: 10px
}

.mt15 {
    margin-top: 15px
}

.mt20 {
    margin-top: 20px
}

.mt25 {
    margin-top: 25px
}

.mt30 {
    margin-top: 30px
}

.mt50 {
    margin-top: 50px
}

.mt90 {
    margin-top: 90px
}

.mt100 {
    margin-top: 100px
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb100 {
    margin-bottom: 100px;
}

.ml-1 {
    margin-left: -1px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.ml50 {
    margin-left: 50px;
}

.ml60 {
    margin-left: 60px;
}

.ml70 {
    margin-left: 70px;
}

.ml100 {
    margin-left: 100px;
}

.ml150 {
    margin-left: 150px;
}

.mr5 {
    margin-right: 5px;
}

.mr8 {
    margin-right: 8px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.mr40 {
    margin-right: 40px;
}

.mr50 {
    margin-right: 50px;
}

.mr80 {
    margin-right: 80px;
}

.mr100 {
    margin-right: 100px;
}

.mauto {
    margin: auto
}

.p0 {
    padding: 0px;
}

.p5 {
    padding: 5px;
}

.p10 {
    padding: 10px
}

.p15 {
    padding: 15px
}

.p20 {
    padding: 20px
}

.p30 {
    padding: 30px
}

.pt5 {
    padding-top: 5px
}

.pt10 {
    padding-top: 10px
}

.pt15 {
    padding-top: 15px
}

.pt20 {
    padding-top: 20px
}

.pt30 {
    padding-top: 30px
}

.pt40 {
    padding-top: 40px
}

.pt55 {
    padding-top: 55px
}

.pt90 {
    padding-top: 90px
}

.pt100 {
    padding-top: 100px
}

.pb5 {
    padding-bottom: 5px;
}

.pb8 {
    padding-bottom: 8px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px
}

.pb50 {
    padding-bottom: 50px;
}

.pb100 {
    padding-bottom: 100px;
}

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pl20 {
    padding-left: 20px;
}

.pl30 {
    padding-left: 30px;
}

.pl40 {
    padding-left: 40px;
}

.pl50 {
    padding-left: 50px;
}

.pl80 {
    padding-left: 80px;
}

.pl100 {
    padding-left: 100px;
}

.pr5 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr20 {
    padding-right: 20px;
}

.pr30 {
    padding-right: 30px;
}

.pr50 {
    padding-right: 50px;
}

.pr100 {
    padding-right: 100px;
}

.ptb50 {
    padding: 50px 0;
}

.ptb90 {
    padding: 90px 0 40px 0;
}

/*大屏幕样式*/
@media screen and (min-width: 769px) {
.mfoot_box {
      display:none;
    }
	}
@media screen and (max-width: 768px) {
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

    .navbar {
      margin: 0px;
      border:0px;
      min-height: 50px;
      background-color: #fff;
	  box-shadow: 0px 3px 4px rgba(0, 0, 0,0.1);
    }
     /*手机-底部按钮*/
    .mfoot_box{
	
        background-color: #fafafa;
		z-index:999;
position:fixed;
bottom:0;
left:0;
width:100%;
_position:absolute; /* for IE6 */
_top: expression(documentElement.scrollTop + documentElement.clientHeight-this.offsetHeight); /* for IE6 */
overflow:visible;
    }
    .mfoot_nav {
        width:25%;
        float:left;
        background-color: #fafafa;
        text-align:center;
        color:#898989;
		cursor:pointer;
    } 
    .mfoot_nav:hover,
    .mfoot_nav:focus {
        background-color: #e4e4e4;
        cursor:pointer;
    }
    .mfoot_nav a {
		font-size:16px;
        color:#898989;
        display:block;
    }
    .mfoot_nav a:hover,
    .mfoot_nav a:focus{
       text-decoration:none;
    }
    .mfoot_nav span {
        display:block;
        padding:3px 0px 0px 0px;
    }
    .mfoot_share {
        width: 240px;
        padding: 5px;
    }
	.wapNavBtn{display;block;}
#plugin-contact-ring,.top{display:none}
    }